@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face { font-family: "02うつくし明朝体"; src: url("./UtsukushiFONT.otf");}
@font-face { font-family: "UtsukushiMincho-kana"; src: url("./utsukushi.ttf");}

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {	
	color:#4e1913;
	font-size:18px;
	margin:0;
	width:640px; 
	height:100%;
	position:relative;
	font-family:"Noto Serif CJK JP","Noto Serif JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "02うつくし明朝体","UtsukushiMincho-kana";
	line-height:1.6;
	overflow-x:hidden;
}

a:link {color:#4e1913; text-decoration:none;}
a:visited {color:#4e1913; text-decoration:none;}
a:hover {color:#696969; text-decoration:none;}

img {
	border:0;
	vertical-align: bottom;
}


.wrap{
  overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual #mainvisual .bxslider .panel
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual{
  width: 100%;
  max-width: 640px;
  height: 800px;
  position: relative;
  margin-top:183px;
}

#mainvisual .main01{
  background-image: url("../image/contents/top/main01.jpg");
}

#mainvisual .main02{
  background-image: url("../image/contents/top/main02.jpg");
}

#mainvisual .main03{
  background-image: url("../image/contents/top/main03.jpg");
}

#mainvisual .panel{
  width: 100%;
  height: 800px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#mainvisual .main-logo{
  width: 100%;
  height: 100%;
  background-image: url("../image/contents/top/main-logo.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  z-index: 1;
  top: 120px;
}

#mainvisual .main-sabai{
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

.header-primary{
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  background-color: #fff;
  display: block;
  position: fixed;
  top:0;
  z-index: 999;
}

.header-primary .temporary_message{
  position:relative;
  top:0;
  display:none;
  width:100vw;
  color:#ffffff;
  font-size:25px;
  font-weight:bold;
  text-align:center;
  line-height:1.6;
  letter-spacing:1px;
  background:#f0686c;
  margin:-20px calc(50% - 50vw) 20px calc(50% - 50vw);
  padding:12px 0;
}

.header-primary h1.logo a{
  font-size: 14px;
  color: #e78a71;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  background-image: url("../image/contents/top/logo-text-none.png");
  background-repeat: no-repeat;
  margin-left: 30px;
  height: 55px;
}

.header-primary h1.logo a p{
  margin: 0;
  text-align: center;
  padding-left: 74px;
}

.header-primary h1.logo a span{
  font-size: 35px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  line-height: 30px;
}

.header-primary h1.logo a span:first-child{
  margin-left: 1.8em;
}

.header-primary h1.logo a span span{
  font-size: 42px;
}

.header-primary h1.logo a span b{
  color:#dc1c76;
  font-weight: normal;
}

.header-primary .tel{
  display:none;
}

.header-primary .logo-title .business-hours img{
  display: none;
}

.header-primary .logo-title .business-hours p{
  display:none;
}

.header-primary .logo-title{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.header-primary nav .gl-nav{
  display: none;
}

div.sp{
  display: block;
}

.sp header {
  width: 100%;
  background-color:#fff; 
  color: #fff;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*ハンバーガーメニュー*/
.sp{display:none;}
@media screen and (max-width:800px){
.sp{
	display:block;
	}
nav.globalMenuSp {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #999;
    text-align: center;
    transform: translateX(-100%);
    transition: none;
    width: 100%;
	height:100%;
    overflow:hidden;
	-webkit-overflow-scrolling: touch;
}
 
nav.globalMenuSp ul {
    background-color:rgba(254,248,244);
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
	min-width:640px;
	height:100%; 
	overflow:hidden;
}
 
nav.globalMenuSp ul li {
    font-size: 25px;
    list-style-type: none;
    width: 100%;
    border-bottom:2px dotted #4e1913;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    border-bottom: none;
	background-color:rgba(255,255,255,0.90);
}
 
nav.globalMenuSp ul li:last-child a{
    color:#505050; 
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #4e1913;
	text-decoration: none;
	padding:1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
    transition: none;
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 30px;
    top: 50px;
    width: 75px;
    height: 55px;
    cursor: pointer;
    z-index:1001;
    /* background: #1c1c1c; */
    text-align: center;
    border-radius: 5px;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 55px;
    border-bottom: solid 2px #e78a71;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin: 0 10px;
}
 
.navToggle span:nth-child(1) {
    top: 10px;
}
 
.navToggle span:nth-child(2) {
    top: 23px;
}
 
.navToggle span:nth-child(3) {
    top: 36px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #deab63;
    font-size: 18px;
    font-weight: bold;
    top: 40px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
    display:none; 
}

.navToggle.active span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
}

.sp nav .mCSB_inside > .mCSB_container {
    margin-right: 0px!important;
}
/*------------------------------------------------------------------------------------------------------------------
　news
-------------------------------------------------------------------------------------------------------------------*/
#news-boxS{
  width: 100%;
  height: 420px;
  background-image: url("../image/contents/top/news-pattern.jpg");
  background-color:rgb(254,248,244);
  display: flex;
  align-items: center;
}

#news-boxS .news-box{
  width: 100%;
  text-align: center;
  height: 300px;
  background-color:#FFFFFF;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2,1fr);
  margin: 0;
}

#news-boxS .news-box h2{
  margin-top: 5px;
  color: #696969;
  font-size: 12px;
}

#news-boxS .news-box h2 b{
  color:#e78a71;
  font-size: 36px;
}

#news-boxS .news-box ul{
  margin: 5px auto 0;
  padding: 0;
}

#news-boxS .news-box ul li{
  list-style: none;
  text-align: left;
  padding:10px 0; 
}

#news-boxS .news-box ul li a{
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#news-boxS .news-box ul li a::after{
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: url("../image/contents/top/dash.png");
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#news-boxS .news-box ul li a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}

#news-boxS .news-box p {
  position: relative;
}

#news-boxS .news-box p a{
  position: static;
  background-image: url("../image/contents/top/arrow.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

#news-boxS .news-box ul li:nth-of-type(4){
  display: none;
}

.news-sp{
  display: block;
}

span.title{
  font-size: 20px;
  font-weight:normal;
  margin-left:1em;
}

/*------------------------------------------------------------------------------------------------------------------
　top－about　トップぺージのABOUT
-------------------------------------------------------------------------------------------------------------------*/

#top-about{
  width: 100%;
  height: 1160px;
  background-image: url("../image/contents/top/about-back-left.png"), url("../image/contents/top/about-back-right.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
  position: relative;
}

#top-about .chiang-mai{
  width:100%;
  max-width: 1070px;
  height: 310px;
  background-image: url("../image/contents/top/chiang-mai.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:70px;
  left:120px;
}

#top-about .about-sabaisabai{
  width:100%;
  max-width: 840px;
  height: 310px;
  background-image: url("../image/contents/top/about-sabai-back-1.jpg");
  background-position: center;
  background-color:#fff;
  position: absolute;
  z-index: 3;
  top:240px;
  right:0px;
  filter: drop-shadow(10px 10px 10px rgba(229,229,229,0.6));
  text-align: center;
  vertical-align: middle;
}

#top-about .about-sabaisabai h2 {
  margin: 20px auto 0;
  color: #696969;
  font-weight: normal;
}

#top-about .about-sabaisabai h2 span{
  font-size: 35px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
}

#top-about .about-sabaisabai h2 span span{
  font-size: 42px;    
}

#top-about .about-sabaisabai h2 span b{
  color:#dc1c76;
  font-weight: normal;
}

#top-about .about-sabaisabai p:nth-of-type(3) a{
  background-image: url("../image/contents/top/arrow.png");
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: inline;
}

#top-about .about-sabaisabai p{
  font-size: 22px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

#top-about .reservation{
  width:100%;
  max-width: 840px;
  height: 310px;
  background-image: url("../image/contents/top/about-sabai-back-2.jpg");
  background-position: center;
  position: absolute;
  z-index: 3;
  bottom:240px;
  left:0px;
  filter: drop-shadow(-10px 10px 10px rgba(229,229,229,0.6));
  text-align: center;
  vertical-align: middle;
}

#top-about .reservation h2 {
  margin: 20px auto;
  color: #696969;
  font-weight: normal;
}

#top-about .reservation h2 span{
  font-size: 30px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
}

#top-about .reservation h2 span b{
  color:#dc1c76;
  font-weight: normal;
  font-size: 36px;
}

#top-about .reservation p{
  font-size:22px;
}

#top-about .reservation p:nth-of-type(2){
  margin: 20px auto 0;
}

#top-about .reservation p:nth-of-type(2) a{
  background-color: #e78a71;
  font-size: 22px;
  color: #FFF;
  line-height: 2em;
  padding: 15px 40px;
}

#top-about .reservation p:nth-of-type(2) a:hover {
  background-color:#696969;
}

#top-about .reservation p:nth-of-type(3){
  font-size: 14px;
}

#top-about .lotus-flower{
  width:100%;
  max-width: 1070px;
  height: 310px;
  background-image: url("../image/contents/top/lotus-flower.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom:70px;
  right:120px;
}

/*------------------------------------------------------------------------------------------------------------------
　top-course トップページコース
-------------------------------------------------------------------------------------------------------------------*/
#top-course{
  width: 100%;
  height: 2900px;
  background-image: url("../image/contents/top/course-back-left.png"), url("../image/contents/top/course-back-right.png");
  background-position: left top, right top;
  background-repeat: repeat-y;
  background-color: #fbf5e7;
}

#top-course .course-list{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#top-course .course-list h2{
  text-align: center;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  margin: 0;
  padding: 20px 0 0;
}

#top-course .course-list h2::before{
  content: "―";
  margin-right: 1em;
}
#top-course .course-list h2::after{
  content: "―";
  margin-left: 1em;
}

#top-course .course-list p.all-course{
  text-align: center;
}

#top-course .course-list p.all-course a{
  color: #e78a71;
}

#top-course .course-list p.all-course a:hover{
  color:#696969;
}

#top-course .course-list ul{
  width: 440px;
  display:grid;
  grid-template-columns: repeat(1,440px);
  grid-template-rows: repeat(6,420px);
  column-gap:0px; 
  row-gap:30px; 
  padding: 10px 0 0;
  margin: 0 auto;
}

#top-course .course-list ul li{
  list-style: none;
  position: relative;
  text-align: center;
}

#top-course .course-list ul li a span{
  width:60px;
  height: 68px;
  background-image: url("../image/contents/top/menu-number.png");
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 3;
  position: relative;
  left:-170px;
  z-index: 2;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
}

#top-course .course-list ul li a span b{
  font-size: 30px;
  line-height:0; 
}

#top-course .course-list ul li a div.course-img{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 342px;
  height: 100%;
  display: block;
  position: absolute;
  top:27px;
  left:49px;
  z-index: 1;
  filter: drop-shadow(10px 10px 10px rgba(229,229,229,0.6));
}

#top-course .course-list ul li:nth-of-type(1) a div.course-img{background-image: url("../image/contents/top/thai-massage.jpg")}
#top-course .course-list ul li:nth-of-type(2) a div.course-img{background-image: url("../image/contents/top/oil-massage.jpg")}
#top-course .course-list ul li:nth-of-type(3) a div.course-img{background-image: url("../image/contents/top/rera-herb.jpg")}
#top-course .course-list ul li:nth-of-type(4) a div.course-img{background-image: url("../image/contents/top/foot-massage.jpg")}
#top-course .course-list ul li:nth-of-type(5) a div.course-img{background-image: url("../image/contents/top/tok-sen.jpg")}
#top-course .course-list ul li:nth-of-type(6) a div.course-img{background-image: url("../image/contents/top/ganban.jpg")}

#top-course .course-list ul li a div.course-description h3{
  padding-top: 50px;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  font-weight: normal;
  margin: 0;
  font-size: 24px;
}

#top-course .course-list ul li a div.course-description h3::before{
  content: url("../image/contents/top/course-frame.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

#top-course .course-list ul li a div.course-description h3::after{
  content: url("../image/contents/top/course-frame.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  transform: scale(-1, 1);
}

#top-course .course-list ul li a div.course-description{
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  filter: drop-shadow(10px 10px 10px rgba(229,229,229,0.6));
}

#top-course .course-list ul li a div.course-description p{
  margin: 0;
  font-size: 22px;
}

#top-course .course-list a{
  display: inline-block;
  text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------
　top-access
-------------------------------------------------------------------------------------------------------------------*/

#top-access{
  width:100%;
  background-image: url("../image/contents/top/map.gif"), url("../image/contents/top/map.gif");
  background-position: left,right;
  background-repeat: no-repeat;
  background-size: contain;
}

#top-access .top-access{
  width:100%;
  max-width: 1440px;
  background-color: #fff;
  display: block;
  height: 850px;
}

#top-access .top-access ul{
  padding: 0;
  margin: 60px 0px 0 0;
  list-style: none;
}

#top-access .top-access ul li{
  padding-bottom:10px;
  font-size: 18px;
}

#top-access .top-access ul li:first-of-type{
  font-size: 14px;
  color: #e78a71;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  background-image: url("../image/contents/top/logo-text-none.png");
  background-repeat: no-repeat;
}

#top-access .top-access ul li:first-of-type p{
  margin: 0;
  text-align: center;
  padding: 0 0 0 74px;
}

#top-access .top-access ul li span:first-child{
  margin-left: 1.8em;
}

#top-access .top-access ul li:first-of-type span{
  font-size: 35px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  line-height: 30px; 
}

#top-access .top-access ul li:first-of-type span span{
  font-size: 42px;
}

#top-access .top-access ul li:first-of-type span b{
  color:#dc1c76;
  font-weight: normal;
}

#top-access .top-access ul li .tel{
  font-size: 25px;
  margin: 0 0px;
  font-weight: bold;
}

#top-access .top-access ul li .tel a{
  color:#e78a71;
  line-height: 45px;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#top-access .top-access ul li .tel a::before{
  content: url("../image/contents/top/tel-1.png");
  display: inline-block;
  padding: 0px 10px;
  vertical-align: middle;
}

#top-access .top-access-business{
  display: flex;
  justify-content: space-around;
  align-items:center;
}

#top-access .map-frame{
  margin-top: 30px;
  text-align: center;
}

.c-sp{
  display: block;
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/
#sidebar{
  position: relative;
}

#sidebar .web-reservation{
  width: 110px;
  height: 250px;
  position: fixed;
  right: 0;
  z-index: 900;
  transition: 0.3s;
}

#sidebar .web-reservation a{
  width: 100%;
  height: 100%;
  background-image: url("../image/contents/top/web-reservation.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
}

#sidebar .main-sabai{
  width: 100%;
  height: 918px;
  background-image: url("../image/contents/top/SABAISABAI.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 3200px;
  left: 0px;
}

@media screen and (max-width: 1700px) {
  #sidebar .main-sabai{
    display: none;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/
#footer {
  width:100%;
  background-color:rgb(254,248,244);
  /*margin-top: 10px;*/
}

#footer .logo{
  text-align: center;
  padding: 30px 0;
}

#footer .logo a{
  font-size: 14px;
  color: #e78a71;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  background-image: url("../image/contents/top/logo-text-none.png");
  height: 55px;
  background-repeat: no-repeat;
}

#footer .logo a p{
  margin: 0;
  text-align: center;
  padding: 0 0 0 74px;
}

#footer .logo a span{
  font-size: 35px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  line-height: 30px;
}

#footer .logo a span:first-child{
  margin-left: 1.8em;
}

#footer .logo a span span{
  font-size: 42px;
}

#footer .logo a span b{
  color:#dc1c76;
  font-weight: normal;
}

#footer nav .ft-nav{
  display: none;
}

#footer p{
  padding: 20px 0 0;
  text-align: center;
  margin: 0;
}

#footer p .copy-sp{
  display: none;
}

#footer .copy-right{
  padding-bottom: 20px;
}

/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
  position:relative;
}

#contents {
  position:relative;
}

.entry-mail_form {
  font-size: 20px;
  margin-top: 160px !important;
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
   about タイ古式マッサージについて
------------------------------------------------------------------------------*/
#about-thai-massage-back{
  width: 100%;
  background-image:  url(../image/contents/top/about-back-left.png), url(../image/contents/top/about-back-right.png);
  background-position: left, right;
  background-repeat: no-repeat;
  position: relative;
}

#about-thai-massage{
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
}

#about-thai-massage h2,#about-thai-massage h3{
  font-family: "02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
  margin: 60px 0 30px;
  padding: 0;
}

#about-thai-massage h2{
  margin-top: 165px;
}

#about-thai-massage h2::before{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}

#about-thai-massage h2::after{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  transform: scale(-1, 1);
}

#about-thai-massage h3::before{
  content: "―";
  margin-right: 2em;
}

#about-thai-massage h3::after{
  content: "―";
  margin-left: 2em;
}

#about-thai-massage .about-thai-massage-box{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
}

#about-thai-massage .about-thai-massage-box:nth-of-type(2){
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#about-thai-massage .about-thai-massage-box ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 22px;
}

#about-thai-massage .about-thai-massage-box:nth-of-type(2) ul{
  margin-bottom: 30px;
}

#about-thai-massage .about-thai-massage-box:first-of-type ul{
  width: 75%;
}

#about-thai-massage .about-thai-massage-box .about-thai-massage-img-box-1{
  width: 20%;
  min-width: 181px;
  height: 211px;
  background: url("../image/contents/about/nav-photo.png") no-repeat center;
  background-size: contain;
}

#about-thai-massage .about-thai-massage-img-box-2{
  width: 400px;
  height: 325px;
  margin-left: 0px;
  margin-top: 30px;
}

#about-thai-massage .about-thai-massage-img-box-2 img{
  width: 100%;
}

#about-thai-massage .about-thai-massage-img-box-2 p{
  font-size: 16px;
  color:#fff;
  margin: 0px;
  text-align: center;
  background-color: #4e1913;
}

#about-thai-massage .bxslider .panel{
  height: 250px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

#about-thai-massage .bxslider .about-img-1{background-image: url("../image/contents/about/img-1.jpg")}
#about-thai-massage .bxslider .about-img-2{background-image: url("../image/contents/about/img-2.jpg")}
#about-thai-massage .bxslider .about-img-3{background-image: url("../image/contents/about/img-3.jpg")}
#about-thai-massage .bxslider .about-img-4{background-image: url("../image/contents/about/img-4.jpg")}
#about-thai-massage .bxslider .about-img-5{background-image: url("../image/contents/about/img-5.jpg")}
#about-thai-massage .bxslider .about-img-6{background-image: url("../image/contents/about/img-6.jpg")}

/*----------------------------------------------------------------------------
   course　コース料金について
------------------------------------------------------------------------------*/

#course-price-list{
  width: 100%;
  height:100%;
  background-color: #fbf5e7;
}

#course-price-list section:nth-of-type(odd){
	background-color: #fbf5e7;
}

#course-price-list section:nth-of-type(even){
	background-color: #fff;
}

#course-price-list .white{
  background-color: #fff;
}

.course-price-list-d{
  height: 240px;
  padding: 60px 0;
}

.course-price-list-d p{
  font-size: 20px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  background: #fbf5e7;
  padding: 20px ;
  border-top: solid 1px #e78a71;
  border-bottom: solid 1px #e78a71;
}

.course-price-list-d:first-child{
  margin-top: 100px;
  padding-bottom: 70px;
}


.course-price-list-d:nth-of-type(2n) p{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  background: #fff ;
  padding: 20px ;
  border-top: solid 1px #e78a71;
  border-bottom: solid 1px #e78a71;
}

.course-price-list-d p span::before{
  content: "―";
  margin-right: 0.5em;
}

.course-price-list-d p span::after{
  content: "―";
  margin-left: 0.5em;
}

.course-price-list-d p b{
  color: #fff;
  background-color: #e78a71;
  padding:0 5px; 
}

#course-price-list h2{
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
  padding:0px 0; 
}

#course-price-list h2 b::before{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#course-price-list h2 b::after{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  transform: scale(-1, 1);
}

#course-price-list h2 span{
  font-size: 20px;
  vertical-align: super;
}

#course-price-list h2 span::before{
  content: "―";
  margin-right: 0.5em;
}

#course-price-list h2 span::after{
  content: "―";
  margin-left: 0.5em;
}

#course-price-list ul{
  padding: 0;
}

#course-price-list ul li{
  list-style: none;
  font-size: 20px;
} 

#course-price-list .course-price ul.img-box{
  width:500px;
  display: grid; 
  grid-auto-columns: 235px; 
  grid-template-rows: 280px 156px;
  grid-row-gap: 30px;
  grid-column-gap: 30px; 
}

#course-price-list .course-price ul.img-box li:first-of-type{
  grid-column-start: 1; 
  grid-column-end: 3; 
  grid-row-start: 1; 
  grid-row-end: 2; 
  background-color: #4e1913;
}

#course-price-list .course-price ul.img-box.one-photo{
  width:500px;
  display: grid; 
  grid-auto-columns: 235px; 
  grid-template-rows: 280px;
  grid-row-gap: 30px;
  grid-column-gap: 30px; 
}

#course-price-list .course-price ul.img-box.one-photo li{
  grid-column-start: 1; 
  grid-column-end: 3; 
  background-color: #4e1913;
}

#course-price-list #oil-massage .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/oil-massage/img-1.jpg") no-repeat;
  background: url("../image/contents/course/oil-massage/img-1.jpg") no-repeat;
}

#course-price-list #foot-massage .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/foot-massage/img-1.jpg") no-repeat;
}

#course-price-list #head-massage .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/head-massage/img-1.jpg") no-repeat;
}

#course-price-list #aroma-rain .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/aroma-rain/img-1.jpg") no-repeat;
}

#course-price-list #face-line .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/face-line/img-1.jpg") no-repeat;
}

#course-price-list #stomach-massage .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/stomach-massage/img-1.jpg") no-repeat;
}

#course-price-list #option .course-price ul.img-box li:first-of-type{
  background: url("../image/contents/course/option/img-1.jpg") no-repeat;
}

#course-price-list .course-price ul.img-box li:nth-of-type(2){
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: #4e1913;
}

#course-price-list #thai-massage .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/thai-massage/img-2.jpg") no-repeat;
}

#course-price-list #oil-massage .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/oil-massage/img-2.jpg") no-repeat;
}

#course-price-list #relax-herb .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/relax-herb/img-2.jpg") no-repeat;
}

#course-price-list #foot-massage .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/foot-massage/img-2.jpg") no-repeat;
}

#course-price-list #head-massage .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/head-massage/img-2.jpg") no-repeat;
}

#course-price-list #tok-sen .course-price ul.img-box li:nth-of-type(2){
  background: url("../image/contents/course/tok-sen/img-2.jpg") no-repeat;
}

#course-price-list .course-price ul.img-box li:nth-of-type(3){
  grid-column-start: 2;
  grid-column-end: 3;
  background-color:#4e1913;
}

#course-price-list #thai-massage .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/thai-massage/img-3.jpg") no-repeat;
}

#course-price-list #oil-massage .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/oil-massage/img-3.jpg") no-repeat;
}

#course-price-list #relax-herb .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/relax-herb/img-3.jpg") no-repeat;
}

#course-price-list #foot-massage .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/foot-massage/img-3.jpg") no-repeat;
}

#course-price-list #head-massage .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/head-massage/img-3.jpg") no-repeat;
}

#course-price-list #tok-sen .course-price ul.img-box li:nth-of-type(3){
  background: url("../image/contents/course/tok-sen/img-3.jpg") no-repeat;
}

.course-price .combi{
  padding: 0;
  margin: 0;
  text-align: center;
}

.marker{
  color: #fff;
  text-align: center;
  background-color: #e78a71;
  width: 90%;
  margin: 10px auto 0;
  max-width: 650px;
}

.desc{
  max-width: 600px;
	margin: 0 auto 10px; ;
}

#course-price-list .inner{
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0;
}

#course-price-list .course-price{
	  display: flex;
  justify-content: center;
	align-items: center;
	
}

#course-price-list section:nth-of-type(odd) .course-price{
flex-wrap:wrap-reverse;
}

#course-price-list section:nth-of-type(even) .course-price{
flex-wrap: wrap;
}

.course-price-sentence{
  font-size: 20px;
}

.d-sp{
  display: none;
}

/*----------------------------------------------------------------------------
  茶色札の背景
------------------------------------------------------------------------------*/
.course-price ul.price-list li span{
  background-image: url("../image/contents/course/h3-img.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 108px;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  line-height: 2.5;
	font-size: 18px;
}

#course-price-list section:nth-child(odd) .course-price ul.price-list li span{
background-color: #fbf5e7;	
}
#course-price-list section:nth-child(even) .course-price ul.price-list li span{
background-color: #fff;	
}


/*----------------------------------------------------------------------------
  茶色札の横のlistの背景
------------------------------------------------------------------------------*/
ul.price-list li{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#course-price-list section:nth-child(odd) .course-price ul.price-list li{
  background-color: #fff;	
}

#course-price-list section:nth-child(even) .course-price ul.price-list li{
  background-color: #fbf5e7;
}

/*----------------------------------------------------------------------------
  茶色札の横の文章の背景
------------------------------------------------------------------------------*/
.course-price ul.price-list li p{

  margin: 0 0 0 1em;
  width:500px;
}

#course-price-list section:nth-child(odd) .course-price ul.price-list li p{
  background-color: #fff;	
}

#course-price-list section:nth-child(even) .course-price ul.price-list li p{
  background-color: #fbf5e7;
}

/*----------------------------------------------------------------------------
  注意書きの間隔　大きさ
------------------------------------------------------------------------------*/
.caution{
  margin: 0 auto;
  max-width:600px;
}
.caution{
  padding-left: 1em;
  text-indent:-1em;
}

.caution{
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------------
 オプション
------------------------------------------------------------------------------*/
#option .course-price ul.option-price-list li{
  font-size: 20px;
	  padding-left: 30px!important;
  list-style: square!important;
  background-color: #fff!important;
}

#option .course-price ul.option-price-list li:not(:last-child){
  margin-bottom: 30px;
}
br.sp-c{
  display: none;
}
/*----------------------------------------------------------------------------
   reservation
------------------------------------------------------------------------------*/

.hidden_box {
  margin: 1em 0;
  padding: 0;
}

.hidden_box label {
  padding: 15px 120px;
  font-weight: bold;
  border: solid 1px #f0686c;
  cursor :pointer;
  color:#fff;
  background-color: #f0686c;
  z-index: 99;
  border-radius: 5px;
}

.hidden_box label:hover {
  background: #fff;
  color:#f0686c;
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
  padding:30px;
  box-sizing: border-box;
  height: auto;
  opacity: 1;
  border: 1px solid #4e1913;
  margin-top: 29px;
}

#reservation {
  margin-top:150px;
  font-size: 22px;
}

#reservation h2{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "02うつくし明朝体","UtsukushiMincho-kana";
  margin: 0 auto 30px auto;
  /*padding: 0;*/
  padding: 100px 0 175px 0;
}

#reservation h2::before{
  content: url("../image/contents/course/h2-img.png");
  display: block;
  width: 42px;
  height: 80px;
  vertical-align: middle;
  margin-right: 1em;
}

#reservation h2::after{
  content: url("../image/contents/course/h2-img.png");
  display: block;
  width: 42px;
  height: 80px;
  vertical-align: middle;
  margin-left: 1em;
  transform: scale(-1, 1);
}

#reservation h3{
  text-align: center;
}

#reservation h3::before{
  content: "―";
  margin-right: 2em;
}
#reservation h3::after{
  content: "―";
  margin-left: 2em;
}

#reservation h3.cen::before{
  content: none;
}

#reservation h3.cen::after{
  content: none;
}

#reservation h4{
  text-align: center;
  margin: 0 0 45px;
  padding: 20px 0 0;
}

#reservation h4::before{
  content:"";
  height: 1px;
  width:20px;
  background: #4e1913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9em;
}

#reservation h4::after{
  content:"";
  height: 1px;
  width:20px;
  background: #4e1913;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9em;
}

#reservation p{
  margin-bottom:15px; 
}

.main-inner{
  width:100%;
  max-width:1380px;
  margin:0 auto;
}

#reservation span.pink{
  color: #f0686c;
}

/*----------------------------------------------------------------------------
   staff
------------------------------------------------------------------------------*/
#staff-back{
  width: 100%;
  background-image:  url(../image/contents/top/about-back-left.png), url(../image/contents/top/about-back-right.png);
  background-position: left, right;
  background-repeat: no-repeat;
}

#staff{
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

#staff h2,#staff h3{
  font-family: "02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
  margin: 60px 0 30px;
  padding: 0;
}

#staff h2{
  margin-top: 165px;
}

#staff h2::before{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}

#staff h2::after{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  transform: scale(-1, 1);
}

#staff h3::before{
  content: "―";
  margin-right: 2em;
}

#staff h3::after{
  content: "―";
  margin-left: 2em;
}

#staff h3.cen{
  font-family: "Noto Serif CJK JP","Noto Serif JP";
}

#staff h3.cen::before{
  content: none;
}

#staff h3.cen::after{
  content: none;
}

#staff h4{
  text-align: center;
}

#staff .staff-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

#staff .staff-box:nth-of-type(1),
#staff .staff-box:nth-of-type(3){
  flex-wrap: wrap;
}

#staff .staff-box:nth-of-type(2){
  flex-wrap: wrap-reverse;
}

#staff .staff-box ul{
  padding: 0;
  margin: 10px 0;
  list-style: none;
  height: 450px;
  width: 90%;
  border-top:2px solid; 
  border-bottom: 2px solid;
  border-color: #fbf5e7;
}

#staff .staff-box:nth-of-type(2) ul{
  height: 400px;
}

#staff .staff-box ul li{
  padding-bottom:10px;
  font-size: 22px;
  vertical-align: baseline;
}

#staff .staff-box ul li:first-of-type{
  padding-top:20px;
}

#staff .staff-box ul li:last-of-type{
  padding-bottom:0px;
}

#staff .staff-box ul li span{
  margin-left: 0.5em;
}

#staff .staff-box .staff-img-box-1{
  width: 400px;
  height: 300px;
  background: url("../image/contents/staff/owner.jpg") no-repeat center;
  background-size: contain;
}

#staff .staff-box .staff-img-box-2{
  width: 400px;
  height: 300px;
  background: url("../image/contents/staff/qualification01.jpg") no-repeat center;
  background-size: contain;
}

#staff .staff-img-box-3{
  width: 300px;
  height: 300px;
  background: url("../image/contents/staff/pie-chart.png") no-repeat center ;
  background-size: contain;
  margin-top: 30px;
}

#staff .staff-img-box-4{
  width: 600px;
  height: 350px;
  background: url("../image/contents/staff/graph.png") no-repeat center;
  background-size: contain;
}

#staff p{
  text-align: left;
  font-size: 22px;
  margin: 0 auto;
  width: 90%;
}

#staff p:first-of-type{
  text-align: left;
  border-top:2px solid; 
  border-color: #fbf5e7;
  padding-top: 20px;
  padding-bottom: 10px;
}

#staff p:nth-of-type(2){
  border-bottom:2px solid; 
  border-color: #fbf5e7;
  padding-bottom: 20px;
}

#staff .hidden_box p{
  border: none;
}

#staff .hidden_box h3{
  font-family: "Noto Serif CJK JP","Noto Serif JP";
}

#staff h4::before{
  content:"";
  height: 1px;
  width:30px;
  background: #4e1913;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#staff h4::after{
  content:"";
  height: 1px;
  width:30px;
  background: #4e1913;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

/*----------------------------------------------------------------------------
   access
------------------------------------------------------------------------------*/
#access-back{
  width: 100%;
  background-image:  url(../image/contents/top/about-back-left.png), url(../image/contents/top/about-back-right.png);
  background-position: left, right;
  background-repeat: no-repeat;
  position: relative;
}

#access{
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  height: 100%;
}

#access h2, #access h3{
  font-family: "02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
  margin: 60px 0 30px;
  padding: 0;
}

#access h2::before{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}

#access h2::after{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  transform: scale(-1, 1);
}

#access h3::before{
  content: "―";
  margin-right: 2em;
}

#access h3::after{
  content: "―";
  margin-left: 2em;
}

#access .access-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

#access .access-box:nth-of-type(1){
  flex-wrap: wrap;
}
#access .access-box:nth-of-type(2){
  flex-wrap: wrap-reverse;
}

#access .access-box ul{
  padding: 30px 0;
  margin: 50px auto 0;
  list-style: none;
  height: 100%;
  border-top:2px solid; 
  border-bottom: 2px solid;
  border-color: #fbf5e7;
}

#access .access-box:first-of-type ul li:first-of-type{
  font-size: 14px;
  color: #e78a71;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  background-image: url("../image/contents/top/logo-text-none.png");
  background-repeat: no-repeat;
}

#access .access-box:first-of-type ul li:first-of-type p{
  margin: 0;
  text-align: center;
  padding: 0 0 0 74px;
}

#access .access-box:first-of-type ul li span:first-child{
  margin-left: 1.8em;
}

#access .access-box:first-of-type ul li:first-of-type span{
  font-size: 35px;
  color: #2c4088;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  line-height: 30px; 
}

#access .access-box:first-of-type ul li:first-of-type span span{
  font-size: 42px;
}

#access .access-box:first-of-type ul li:first-of-type span b{
  color:#dc1c76;
  font-weight: normal;
}

#access .access-box:first-of-type ul li .tel{
  font-size:22px;
  margin: 0 0px;
  font-weight: bold;
}

#access .access-box:first-of-type ul li .tel a{
  color:#e78a71;
  line-height: 45px;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#access .access-box:first-of-type ul li .tel a::before{
  content: url("../image/contents/top/tel-1.png");
  display: inline-block;
  padding: 0px 10px;
  vertical-align: middle;
}

#access .access-box .bxslider .panel{
  width: 600px;
  height: 400px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

#access .access-box .bxslider .bx-wrapper{
  margin: 0 !important;
}

#access .access-box .bxslider .access-img-1 { background-image:url("../image/contents/access/view-1.jpg?date=20240802"); }
#access .access-box .bxslider .access-img-2 { background-image:url("../image/contents/access/view-2.jpg?date=20240802"); }
#access .access-box .bxslider .access-img-3 { background-image:url("../image/contents/access/view-3.jpg?date=20240802"); }
#access .access-box .bxslider .access-img-4 { background-image:url("../image/contents/access/view-4.jpg?date=20240802"); }

/*
#access .access-box .access-img-box-1{
  width: 600px;
  height: 400px;
  background-image:url("../image/contents/access/view.jpg");
}
*/

#access .access-box ul li{
  font-size:20px;
}

#access ul.access-flow{
  font-size: 20px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}

#access .access-img-box-2{
  width: 600px;
  height: 400px;
  background-image:url("../image/contents/access/map.jpg");
  margin: 0 auto 50px;
  border-top:2px solid; 
  border-bottom: 2px solid;
  border-color: #fbf5e7;
}

#access ul.access-flow li{
  width: 600px;
  margin-bottom: 50px;
  background-color:#fbf5e7 ;
  position: relative;
}

#access ul.access-flow li p{
  width: 100%;
  padding:10px;
  margin: 0;
  position: absolute;
  bottom:0px;
  background-color:rgba(251, 245, 231,0.8);
  box-sizing: border-box;
}

#access ul.access-flow li span.access-flow-number{
  width:60px;
  height: 68px;
  background-image: url("../image/contents/top/menu-number.png");
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 2.4;
  position: absolute;
  z-index: 2;
  font-family:"02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
}

#access ul.access-flow li span.access-flow-img{
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 400px;
}

#access ul.access-flow li:nth-child(1) span.access-flow-img{background-image: url("../image/contents/access/01.jpg")}
#access ul.access-flow li:nth-child(2) span.access-flow-img{background-image: url("../image/contents/access/02.jpg")}
#access ul.access-flow li:nth-child(3) span.access-flow-img{background-image: url("../image/contents/access/03.jpg")}
#access ul.access-flow li:nth-child(4) span.access-flow-img{background-image: url("../image/contents/access/04.jpg")}
#access ul.access-flow li:nth-child(5) span.access-flow-img{background-image: url("../image/contents/access/05.jpg")}
#access ul.access-flow li:nth-child(6) span.access-flow-img{background-image: url("../image/contents/access/06.jpg")}
#access ul.access-flow li:nth-child(7) span.access-flow-img{background-image: url("../image/contents/access/07.jpg")}
#access ul.access-flow li:nth-child(8) span.access-flow-img{background-image: url("../image/contents/access/08.jpg")}

/*----------------------------------------------------------------------------
   coupon
------------------------------------------------------------------------------*/

#coupon{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding:44px 0 0 0;
}

#coupon h2{
  font-family: "02うつくし明朝体","UtsukushiMincho-kana";
  text-align: center;
  margin: 165px 0 30px;
  padding: 0;
}

#coupon h2::before{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}

#coupon h2::after{
  content: url("../image/contents/course/h2-img.png");
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  transform: scale(-1, 1);
}

#coupon p.coupon-d-1 {
  font-size: 20px;
  text-align: center;
  margin: 30px auto;
}

#coupon p.coupon-d-2{
  font-size: 20px;
  text-align: left;
  margin: 30px auto;
}

#coupon ul{
  list-style: none;
  padding: 0;
  font-size: 20px;
  margin: 50px auto;
}

.coupon{
  width:100%;
  min-width: 600px;
  border-style:dashed;
  border-width:1px;
  border-color:#867d75;
  margin:0 0 20px 0;
  padding:1px;
}

.coupon_inner{
  width:100%;
  background-color:#1d2c63;
}

.coupon_inner .side{
  width:30px;
  height:100%;
  min-height:100%;
  vertical-align:middle;
  text-align:center;
  background-color:#1d2c63;
}

.coupon_inner .main{
  width:100%;
  height:100%;
  min-height:126px;
  background-color:#ffffff;
  border-style:solid;
  border-width:5px 5px;
  border-color:#1d2c63;
  padding:15px;
}

.coupon_inner .logo{
  display: none;
}
		