/***********************************************************
                          naka
***********************************************************/
.col_4s{
	width: 100%;
	display: flex;
    padding-top: 26px;	
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4s > div{
	padding: 0px;
}
@media screen and (max-width: 960px) {
	.col_4s > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4s > div{
		width: 50%;
	}
}

.hinode{
text-align:center;
    font-size: 12px; 
    padding-top: 30px;  }

.komidashi {
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 10px;
  }


.news {
font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", 'YuGothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-size: 14px;
}

.news-ti-1 {
  font-size: 124%;
  color: #c85179;
font-weight: bold;
}

.news-ti-2 {  color: #c85179;
}

.news-ti-2 {
  font-size: 106%;
font-weight: bold; margin-top: 10px; margin-bottom: 1px; display:block;
}

.honbun {
font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", 'YuGothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
}

.honbun-red { color: #c85179; font-weight: bold;}
.honbun-black { font-weight: bold;}


/***********************************************************
                        share
***********************************************************/
.letter-sp-02 {
  letter-spacing: .2rem;
}

.point-text {
  color: #c85179;
}
.font-bold {
  font-weight: bold;
}

/******* top scroll button ********/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}

/******* for nav *******/

.section-digital, .section-equipment, .section-consumption, .section-carpet {
  margin-top: -100px;
  padding-top: 100px;
}

.section-cancel, .section-additional, .section-assistant, .section-house-rule {
  margin-top: -100px;
  padding-top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3.5rem;
}

/******* for figure *******/
.relative {
    position: relative;

}
.absolute {
    position: absolute;
    width: 100%;
    top: 200px;
}

ruby .for-header-small {
  letter-spacing: -.2rem;
  font-size: .65rem;
}

/** others **/

.table-end {
  border-bottom:1px solid #dee2e6;
}

.bg-light-brown {
  background-color: #eae5e3;
}

.bg-grade {
  /* プレフィックスありの非推奨の古い構文。Webkitベースの古いブラウザ用にまだ必要です */
  background: -prefix-linear-gradient(top, #fff, #eae5e3);
  /* プレフィックスなしの新しい構文。標準準拠のブラウザで必要（Opera 12.1、IE 10、Fx 16 以降） */
  background: linear-gradient(to bottom, #fff, #eae5e3);
}

.p-small {
  margin: .5rem auto;
  font-size: .85rem;
}

.header-logo {
  position: absolute;
  right: 15%;
}

.container-shadow {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 2.6rem;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

/** for rules.html, section-house-rule **/

.container-shadow h5 {
  font-size:
}
.container-shadow ul {
  list-style-type: none;
  margin-left: 1rem;
  padding: 0 1rem;
}
.container-shadow li {
  padding: .3rem 0;
}
.container-shadow li:before {
  content: '・';
  margin-left: -1rem;
}

.container-shadow p {
  margin-left: 1rem;
  font-size: 12px;
  line-height: 24px;
}

/***********************************************************
                         index
***********************************************************/

.header-image {
  width: 40%;
  margin-left: 40px;
}
.content-center > h3 {
  font-size: 1.2rem;
  margin-top: 0px;
}
.down-scroll {
  position: relative;
  top: 190px;
  /*margin-right: 60px; */
}

.down-scroll a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding-top: 70px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
  font-size: .85rem;
  letter-spacing: .05rem;
}

.down-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/***********************************************************
                        studio
***********************************************************/

.sub-title {
  padding-top: 2.2rem;
}

.sub-title h5 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.studio-explain {
  padding: 3rem 2rem;;
}
.studio-overview-1st {
  padding: 0 2.5rem;
}
.studio-overview-1st table {
  height: 100%;
}
.studio-overview-1st th {
  padding: 1rem;
  vertical-align: middle;
}
.studio-overview-1st td {
  padding: 1rem;
  vertical-align: middle;
}
.studio-overview-2st {
  padding: 0 2.5rem;
}
.studio-overview-2st table {
  height: 100%;
}
.studio-overview-2st th {
  padding: 1rem;
  vertical-align: middle;
}
.studio-overview-2st td {
  padding: 1rem;
  vertical-align: middle;
}
.studio-notice {
  padding: 2.5rem;
}
.studio-notice dl {
  padding: .1rem .5rem;
}
.studio-notice dt {
  color: #CF2862;
}
.img-timeline-pic {
  width: 300px;
  height:auto;
}
.timeline h3 {
  margin: 2rem auto .5rem;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  font-weight: bold;
}
.timeline h4{
  font-size: 1.1rem;
  font-weight: bold;
}

.section-timeline-pic {
  padding: 0 2rem 1.5rem;
}
.section-timeline-pic div {
  margin: 0!important;
  padding: .5rem .25rem !important;
  font-size: 1rem;
  text-align: center;
}
.section-timeline-pic h4 {
  text-align: right;
  padding-right: 1.4rem;
}


/***********************************************************
                    追加    topnews
***********************************************************/

.topnews-midashi18 {
font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-weight: bold;
  font-size: 18px;
  color: #c85179;
  margin-bottom: 2px;
}


.topnews-title {
font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  margin-top: 8px; 
}




/***********************************************************
                        equipment
***********************************************************/

.equipment-body {
  margin-bottom: 6.5rem;
}
.equipment-body table td:last-child {
  padding-right: 2rem;
  text-align: right;
}

.equipment-special span {
font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;    
font-weight: bold;
  font-size: 16px;
  color: #c85179;
}


.equipment-list {
  list-style-type: none;
  padding: .5rem;
  font-size: .96rem;
}

.equipment-list li {
  padding: .65rem 0;
}

.equipment-list a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
.equipment-list a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #cca6bf;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.equipment-list a:hover::after {
  width: 100%;
}


.carpet > img {
  width: 240px;
  height: auto;
}
.sticky {
  width: 50vw;
  height: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 97px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/** トップに戻るボタン **/
.btn-back-top {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 50px;
  background-color: rgba(70,64,63, .8);
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(68,60,59, 0.6);
}
.btn-back-top:hover {
  background-color: rgba(116,106,105, .8);
  color: #fff;
}
.btn-back-top::before,
.btn-back-top::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn-back-top,
.btn-back-top::before,
.btn-back-top::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/***********************************************************
                            news
***********************************************************/

.section-news {
  padding: 2rem 2rem 3.5rem;
}

.content-news p {
  font-size: 13px;
}

/***********************************************************
                            rules
***********************************************************/

.rules-card-header {
  padding: .85rem 1.5rem;
  margin: 0 !important;
}

.btn-rules {
  font-size: 15px;
  color: rgb(44,44,44)!important;
}

.rules-card-body {
  padding: 0 3rem 3rem 3rem;
}

.rules-card-body p {
  line-height: 1.9rem;
}
.th-warimashi {
  width: 260px;
}

.content-access {
  text-align: left;
}

/***********************************************************
                            about us
***********************************************************/

.section-about-us h4 {
  padding: .45em 0;
}

.table-for-about-us {
  max-width: 600px;
  margin-bottom: 2.5rem;
}
.table-for-about-us th {
  font-weight: normal;
  padding: .35rem .85rem;
  font-size: .85rem;
}
.table-for-about-us td {
  padding: .35rem .85rem;
  font-size: .85rem;
}

/***********************************************************
                          access
***********************************************************/

.near-parking img{
  width: 80%;
}
.streetview {
 color: #b80446;
 font-size: .8rem;
 text-align: center;
}

/***********************************************************
                          responsive
***********************************************************/

@media screen and (max-width: 991px) {
  .header-image {
    width: 75%;
  }
  .content-center > h3 {
    font-size: .95rem;
    padding: 0 1rem;
  }

  /*** 1st studio ***/
  .container > h3 {
    font-size: .95rem;
  }
  .sub-title {
    padding: 0 1.5rem;
  }
  .sub-title > h5 {
    font-size: .9rem;
  }
  .studio-overview-1st,
  .studio-overview-2st {
    padding: 0 .5rem;
  }
  .studio-overview-1st table,
  .studio-overview-2st table {
    margin-top: 2rem;
  }
  .studio-notice {
    padding: 2.5rem .5rem;
  }
  .img-timeline-pic {
    width: 220px;
    height: auto;
  }
  .section-timeline-pic h4 {
    text-align: left;
    padding-left: 1rem;
  }
  .section-digital, .section-equipment, .section-consumption, .section-carpet {
    margin-top: -100px;
    padding-top: 100px;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .section-cancel, .section-additional, .section-assistant, .section-house-rule {
    margin-top: -100px;
    padding-top: 100px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 3.5rem;
  }
  .section-cancel p {
    padding: .7rem;
    font-size: 12px;
  }
  .th-warimashi {
    width: 180px;
    padding-right: 10px;
  }
  .container-shadow ul {
    list-style-type: none;
    margin-left: 1rem;
    padding: 0;
  }
  .container-shadow li {
    padding: .3rem 0;
  }
  .container-shadow li:before {
    content: '・';
    margin-left: -1rem;
  }
  .container-shadow p {
    margin-left: 1rem;
    font-size: 12px;
  }
  .section-about-us {
    padding: 0 1.2rem;
  }
  .section-about-us p {
    font-size: 12px;
  }
  .table-for-about-us th{
    font-size: 12px !important;
    width: 89px;
  }
  .table-for-about-us td{
    font-size: 12px !important;
  }
  .about-us-small-td {
    width: 79px;
  }
  .about-us-small-url {
    word-break: break-all;
  }
  .timeline-time h4 {
    padding-top: 1.5rem;
  }
  .near-parking {
    padding: 0;
  }
  .near-parking img {
    width: 100%;
  }

  .equi {
    font-size: 30px;
  }

