@charset "utf-8";
/* CSS Document */
input[type="search"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
html {
  font-size: 62.5%;
  line-height: 1.6;
 }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}
a{
  transition-property: all;
  transition: 0.3s linear;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
#wrapper{
  width: 100%;
  overflow: hidden;
}
header{
  width: 100%;
  margin: 0 auto;
  background: rgba( 255, 255, 255, 1);
  z-index: 1000000;
  position: fixed; /* ヘッダーを固定(これが重要) */
  top: 0; /* 固定する位置 */
  left: 0; /* 固定する位置 */
  right: 0;  /* 固定する位置 */
  border-bottom: solid 1px #cdc4bd;
}
div.sns_area{
  width: 100%;
  text-align: center;
  background-color: #cdc4bd;
}
ul.sns_ul{
  max-width: 100rem;
  width: 95%;
  margin-right: 5%;
  padding: 0.8rem 0 0.8rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
ul.sns_ul li{
  margin-left: 0.5rem;
}
ul.sns_ul li a{
  display: block;
}
ul.sns_ul li img{
  width: 2.8rem;
  margin-top: 1rem;
}
ul.sns_ul li.lineicon img{
  width: 100px;
  margin-top: 6px;
}
ul.sns_ul li.youtubeicon img{
  width: 3.2rem;
  margin-top: 8px;
}
a#top_logo {
  width: 30%;
  max-width: 24rem;
  min-width: 20rem;
  margin: 2rem auto 0 auto;
  display: block;
}
div.drawer_menu{
  display: none;
}
ul.x-nav-menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 2rem 0 2rem 0;
}
li.menu_item{
  margin-left: 6rem;
  font-size: 1.4rem;
  display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;         /* ベンダープレフィックスなし */
  -webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;         /* ベンダープレフィックスなし */
}
li.menu_item a{
  color: #333333;
  transition-property: all;
  transition: 0.2s linear;
  text-decoration: none;
  display: block;
}
li.menu_item a:hover{
  color: #6dbde6;
}
li.menu_item:first-of-type{
  margin-left: 0;
}
ul.x-nav-menu a#title img{
  max-width: 20rem;
}
li.menu_item span.menu_text,
li.menu_item span.menu_english{
  display: block;
}
li.menu_item span.menu_english{
  margin-top: 0.2rem;
}
#cont_wrap{
}
.swiper-container {
  width: 100%;
  max-height: 50rem;
}
.swiper-slide{
  position: relative;
}
.swiper-wrapper{
  width: 100%;
}
.swiper-custom-button{
  color: white;
  font-size: 48px;
  text-align: center;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px;
}
.swiper-button-prev.swiper-custom-button{
  background-image: url(../img/prev.svg);
  width: 4.8rem;
  background-size: 36px 36px;
  top : -webkit-calc(50% - 2.4rem) ;
  top : calc(50% - 2.4rem) ;
  margin-top: 0;
}
.swiper-button-next.swiper-custom-button{
  background-image: url(../img/next.svg);
  width: 4.8rem;
  background-size: 36px 36px;
  top : -webkit-calc(50% - 2.4rem) ;
  top : calc(50% - 2.4rem) ;
  margin-top: 0;
}
.swiper-custom-button .fa{
  line-height: 48px;
}
.swipe_fadein_wrap{
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 50rem;
}
.swipe_fadein{
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1000;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.swipe_text_wrap{
  margin-left: 4%;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.swipe_img_wrap{
  margin-right: 4%;
  width: 32%;
}
.swiper_firstbox{
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 50rem;
}
div.swiper_first_text_wrap{
  text-align: center;
  color: #ffffff;
}
p.swiper_p_oriental{
  font-size: 4.2rem;
  margin-bottom: 2.6rem;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
p.swiper_p_dscr{
  font-size: 1.6rem;
  margin-left: 2.4rem;
  line-height: 1.6;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
.multiple-item{
  width: 96%;
  margin: 0 auto;
}
.multiple-item li{
  position: relative;
}
.multiple-item li img{
  width: 100%;
}
.multiple-item li h3{
  width: 96%;
  position: absolute;
  text-align: center;
  background: rgba(0 , 0 , 0 , 0.4);
  bottom: 0;
  color: #ffffff;
  padding: 2%;
  font-size: 1.6rem;
}
section{
  padding: 6rem 0 6rem 0;
  text-align: center;
}
section#section_hospitality{
  background-color: #f3ede1;
  padding-bottom: 0;
  position: relative;
}
section#section_shop{
  background-color: #f5f5f5;
}
section#section_map{
  background-color: #f5f5f5;
}
.maparea{
  margin-top: 2rem;
}
.text_wrap{
  max-width: 90rem;
  margin: 0 auto;
  text-align: left;
  width: 94%;
}
.text_wrap h3{
  font-size: 2rem;
  font-weight: noraml;
  margin-top:3rem;
  margin-bottom: 0.5rem;
}
.text_wrap p{
  font-size: 1.6rem;
  line-height: 1.6;
}
h2.top_h2{
  font-size: 4.8rem;
  line-height: 4.8rem;
  width: 100%;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
}
a.a_section_hospitality{
  text-decoration: none;
}
a.a_section_hospitality section{
  color: #000000;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  opacity: 1;
}
a.a_section_hospitality section:hover{
  opacity: 0.8;
}
h2.top_h2 span{
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-top: 1rem;
  display: block;
}
img.omotenashi_img{
  max-width: 62.8rem;
  vertical-align: bottom;
  width: 94%;
  height: 94%;
  -webkit-backface-visibility: hidden;
}
p.goto_logic{
  width: 100%;
  position: absolute;
  bottom: 2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
}
p.goto_logic span{
  font-weight: bold;
}
p.goto_logic :before {
   content: "";
   display: block;
   width: 1.0rem;
   height: 1.4rem;
   bottom: 0.3rem;
   left: -webkit-calc(50% + 34px) ;
   left : calc(50% + 34px) ;
   position: absolute;
   border: solid 1px #333333;
}
img.shop_img{
  max-width: 70.4rem;
  vertical-align: bottom;
  margin-top: 3rem;
  width: 94%;
  height: 94%;
  -webkit-backface-visibility: hidden;

}
ul.ul_info{
  width: 94%;
  max-width: 90rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem auto;
  text-align: left;
}
ul.ul_info li{
  width: 31%;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
ul.ul_info li a{
  width: 98%;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #000000;
}
p.info_date{
  font-size: 1.6rem;
}
h4.info_title{
  font-size: 1.6rem;
}
p.info_content{
  font-size: 1.4rem;
  line-height: 1.6;
}
p.toarchivelink {
  display: table;
  position: relative;
  margin: 1rem auto 0 auto;
}
p.toarchivelink a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  border: solid: 1px #900700;
  border-radius: 20px;
  background-color: #999777;
  padding: 6px 16px 5px 10px;
  display: block;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
  text-decoration: none;
}
p.toarchivelink a:hover {
  opacity: 0.7;
}
.enter_arrow1 {
  fill: #ffffff;
  width: 16px;
  height: 20px;
  vertical-align: bottom;
}
/*4つの柱*/
h2.under_h2{
  font-size: 3.6rem;
  line-height: 3.6rem;
  padding-bottom: 3rem;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  margin-top: 6rem;
  font-weight: normal;
}
p.logic_discr{
  font-size: 2.4rem;
  margin: 0 auto 6rem 0;
  text-align: center;
  font-weight: normal;
  width: 92%;
  margin: 0 auto;
}
.ligic_back{
  padding: 12rem 0 12rem 0;
  background-repeat: no-repeat;
  background-size: cover ;
  margin-top: 3rem;
}
.sejyutsu{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 75%), url(../img/logic_sjyutsu.jpg);
  background-position: 0% 50%;
}
.kososui{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 75%), url(../img/logic_kososui2.jpg);
  background-position: 0% 50%;
}
.zerodetox{
  background-image: linear-gradient(-90deg, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 75%), url(../img/logic_zerodetox.jpg);
  background-position: 100% 50%;
}
.yomogi{
  background-image: linear-gradient(-90deg, rgba(255,255,255,0.6) 40%, rgba(255,255,255,1) 75%), url(../img/logic_yomogi.jpg);
  background-position: 100% 50%;
  margin-bottom: 12rem;
}
.logic_innner{
  margin: 0 auto;
  width: 92%;
  max-width: 80rem;
}
.under_h3{
  font-size: 3rem;
  font-weight: lighter;
  text-align: center;
}
.logic_innner p{
  font-size: 1.8rem;
  font-weight: lighter;
  margin-top: 3rem;
}
/*メニュー*/
.menu_wrap{
  width: 100%;
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.menu_wrap.body_treatment{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/body_treatment_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menufoot{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/menufoot_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuother{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/menuother_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuhead{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/menuhead_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.body_care{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/body_care_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_body{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/menu_body_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_ticket{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,1) 80%), url(../img/menuticket_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_biko{
  padding-top: 3rem;
}
.menu_wrap h3{
  font-size: 3rem;
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
}
.menu_innerwrap{
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
  border-bottom: solid 1px #cdc4bd;
  margin-top: 4rem;
}
.menu_innerwrap h4{
  font-size: 2rem;
}
.menu_innerwrap p.menu_dscr{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.menu_innerwrap ul.menu_price{
  text-align: right;
  font-size: 2rem;
  text-align: right;
}
.menu_innerwrap ul.menu_price li{
  margin-bottom: 4px;
}
.menu_innerwrap.menu_inner_biko{
  margin-top: 1rem;
  border-bottom: none;
}
.menu_innerwrap.menu_inner_biko ul li{
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
p.link_menutoreserve {
  text-align: center;
  margin-top: 3rem;
}
p.link_menutoreserve a{
  padding: 1rem 2rem 0.9rem 2rem;
  border-radius: 0.4rem;
  color: #2e779c;
  transition-property: all;
  transition: 0.2s linear;
  text-decoration: none;
  font-size: 1.6rem;
  border: solid 1px #2e779c;
}
p.link_menutoreserve a:hover {
  color: #6dbde6;
  border: solid 1px #6dbde6;
}
p.link_menutoreserve a:after {
  transition-property: all;
  transition: 0.2s linear;
  content: '';
  display: inline-block;
  height: 6px;
  width: 7px;
  margin-bottom: 2px;
  margin-left: 3px;
  border-top: 0px #2e779c solid;
  border-right: 0px #2e779c solid;
  border-bottom: 1px #FFF solid;
  border-left: 1px #FFF solid;
  -moz-box-shadow: -2px 2px 0 -1px #2e779c;
  -webkit-box-shadow: -2px 2px 0 -1px #2e779c;
  box-shadow: -2px 2px 0 -1px #2e779c;
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%) 1px 2px;
  -webkit-background-size: 5px 3px;
  background-size: 5px 3px;
  background-repeat: no-repeat;
  background-color: #2e779c;
}
p.link_menutoreserve a:hover::after{
  content: '';
  display: inline-block;
  height: 6px;
  width: 7px;
  margin-bottom: 2px;
  margin-left: 3px;
  border-top: 0px #6dbde6 solid;
  border-right: 0px #6dbde6 solid;
  border-bottom: 1px #FFF solid;
  border-left: 1px #FFF solid;
  -moz-box-shadow: -2px 2px 0 -1px #6dbde6;
  -webkit-box-shadow: -2px 2px 0 -1px #6dbde6;
  box-shadow: -2px 2px 0 -1px #6dbde6;
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%) 1px 2px;
  -webkit-background-size: 5px 3px;
  background-size: 5px 3px;
  background-repeat: no-repeat;
  background-color: #6dbde6;
}
p.link_menutoticket {
  text-align: center;
  margin-top: 3rem;
}
p.link_menutoticket a{
  padding: 1rem 2rem 0.9rem 2rem;
  border-radius: 0.4rem;
  color: #990700;
  transition-property: all;
  transition: 0.2s linear;
  text-decoration: none;
  font-size: 1.6rem;
  border: solid 1px #990700;
}
p.link_menutoticket a:hover {
  color: #dc143c;
  border: solid 1px #dc143c;
}
/*お問い合わせフォーム*/

div.thanks_wrap{
  max-width: 36rem;
  text-align: center;
  margin: 0 auto;
  padding: 4%;
  bottom: 0px;
  margin: auto;
  width: 92%;
}
p.thanks_p{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
a.thanks_a{
  display: block;
  margin: 0 auto;
  width: 88%;
  transition-property: all;
  transition: 0.3s linear;
  margin-bottom: 3rem;
}
a.thanks_a:hover{
  opacity: 0.7;
}
#formWrap{
  width: 92%;
  max-width: 80rem;
  margin: 0 auto;
}
table.formTable, .formTable tbody, .formTable tr, .formTable th, .formTable td {
display: block;
}
table.formTable {
  margin-top: 3rem;
}
.itform_th{
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
  margin-bottom: 0.8rem;
}
.itform_th span{
  font-size: 1.4rem;
  color: #900700;
  margin-left: 0.5rem;
  font-weight: normal;
  padding: 0.2rem 1rem 0.2rem 1rem;
}
.itform_td{
  margin-bottom: 3rem;
}
.itform_td input{
  width: -webkit-calc(100% - 2%);
  width: calc(100% - 2%);
  padding: 1.2% 1% 1.2% 1%;
}
.itform_td textarea{
  width: -webkit-calc(100% - 2%);
  width: calc(100% - 2%);
  padding: 1.2% 1% 1.2% 1%;
}
.itform_submit{
  color: #000000;
  background: #cccccc;
  padding: 1.5rem 6rem 1.5rem 6rem;
  font-size: 1.8rem;
  border: none;
  transition-property: all;
  transition: 0.3s linear;
  margin-bottom: 3rem;
  font-weight: bold;
}
.itform_submit:hover{
  color: #666666;
  background: #eeeeee;
  cursor: pointer;
}
div.ittel_img_wrap{
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  max-width: -webkit-calc(90rem - 1rem);
  max-width: calc(90rem - 1rem);
  margin: 0 auto;
}
div.ittel_img{
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  width: 100%;
  max-width: 31rem;
  margin-top: 3rem ;
  padding-left: 1rem;
}
td.contact_radio_area{
  margin-top: 2em;
}
td.contact_radio_area span{
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1.6rem;
}
td.contact_radio_area input{
  width: 2em;
  font-size: 1rem;
  margin: 0;
  vertical-align: 0;
}
td.contact_radio_area label{
  width: -webkit-calc(100% - 3rem);
  width: calc(100% - 3rem);
  line-height: 1.6rem;
  font-size: 1.6rem;
  margin: 1rem 0 0 0;
}
footer{
  width: 100%;
  text-align: center;
  background-color: #cdc4bd;
  padding: 4rem 0 4rem 0;
}
.footer_ul{
  max-width: 90rem;
  margin: 0 auto;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_ul li{
  margin-right: 2rem;
}
.footer_ul li:last-of-type{
  margin-right: 0;
}
.footer_ul li a{
  color: #000000;
  text-decoration: none;
  font-size: 1.4rem;
}
.footer_ul li a:hover{
  text-decoration: underline;
}
.footer_logo{
  width: 80%;
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer p{
  font-size: 1.4rem;
}
/*求人情報*/
div.recruitmain_img_wrap{
  width: 100%;
  text-align: center;
}
div.recruitmain_img{
  margin: 30px auto;
  width: 100%;
  max-width: 950px;
  display: inline-block;
  position: relative;
  text-align: center;
}
div.recruitmain_img img{
  width: 100%;
  max-width: 950px;
}
div.recruitmain_img:after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: inset -60px 0 100px #fff; /* -60pxずらす */
}
div.recruitmain_img:before {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: inset 60px 0 100px #fff; /* -60pxずらす */
}
div.recruit_box{
  width:92%;
  margin: 30px auto;
  max-width: 820px;
}
div.recruit_box h3{
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 6rem;
}
div.recruit_box h3:first-of-type{
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 0;
}
div.recruit_box h4{
  font-size: 2rem;
  margin-bottom: 10px;
}
div.recruit_box p{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
div.recruit_box ul li{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
table.recruitment_table {
  width: 100%;
  font-size: 1.6rem;
}
table.recruitment_table:last-of-type {
  margin-bottom: 100px;
}
table.recruitment_table ,table.recruitment_table td,table.recruitment_table th {
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table.recruitment_table td,table.recruitment_table th {
  padding: 20px;
  vertical-align: middle;
}
table.recruitment_table td span {
  display: inline-block;
}
table.recruitment_table th {
  background: #ededed;
  width: 20%;
  min-width:160px;
}
table.recruitment_table td iframe {
  width: 100%;
}
a.tomailform{
  color: #900700;
  text-decoration: none;
}
a.tomailform:hover{
  opacity: 0.7;
}
h4.pink_style{
  color: #DB8080;
  margin-top: 20px;
}
span.recrui_tell_num{
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
span.bold_style{
  font-weight: bold;
}

/*特商*/
div.tokusyo_box{
  width:92%;
  margin: 30px auto;
  max-width: 820px;
}

/*プライバシーポリシー*/
div.privacy_box{
  width:92%;
  margin: 30px auto;
  max-width: 820px;
}
div.privacy_box h3.h3_privacy{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
div.privacy_box p{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
div.privacy_box p a{
  color: #900700;
}
/*スクール*/

.school_section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.school_section h3{
 padding-left: 34px;
 line-height: 24px;
}
.school_section .back_circle{
  color: #ffffff;
  background-color: #000000;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  font-size: 16px;
  display: inline-block;
  vertical-align: 10%;
}
.school_section.gray{
  background-color:#FAF7F4;
}
.school_section.gray2{
  background-color:#FAF7F4;
}
.school_section .school_head{
  width: 100%;
  height: auto;
  max-width: 160px;
}
.school_service{
  width: 100%;
  height: auto;
  max-width: 559px;
}
.school_section h2.under_h2 {
  margin-top: 0;
  font-weight: normal;
}
.school_section h3{
  margin-top: 3rem;
  text-align: center;
  font-size: 24px;
}
.school_section p{
  text-align: center;
  font-size: 24px;
  color: #777777;
}
.school_section p span.kaigyo{
  display: block;
}
.school_section.gray2 h4{
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FF3535;
}
.school_section.gray2 ul {
    margin: 3rem auto;
    text-align: left;
    font-size: 18px;
}
.school_section.gray2 ul li {
    margin-left: 20px;
}
.school_tocontact {
    width: auto;
    height: auto;
    max-width: 400px;
    display: block;
    margin: 1rem auto 6rem auto;
}
.school_section h5{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FF3535;
}
.school_section_2{
  width: 100%;
  max-width: 800px;
  border-bottom: solid 1px #000000;
  margin: 0 auto;
  padding-bottom: 20px; 
  }
.school_section_2 li{
  margin-left: 0!important;
}
.school_counseling{
 margin: 3rem auto;
 text-align: left;
 font-size: 18px;
 display: inline-block;
}
ul.school_counseling li{
  margin-left: 20px;
}
.school_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.school_wrap h3{
  margin-left: 5px;
  text-align: left;
  font-size: 18px;
  margin-top: 0rem
}
.school_section.gray2 .school_cont ul li{
  font-size: 16px;
  margin-left: 0rem;  
}
.school_section.gray2 .school_cont ul{
  margin: .4rem auto;
}
.school_cont{
  width: 48%;
  height: auto;
}
.school_img{
  width: 48%;
  height: auto;
}
.school_iframe{
  width: 48%;
  position: relative;
}
.school_iframe:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を4:3に固定。3/4×100=75 */
  }
.school_iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.font_test{
  color: #FF3535; 
}
ul.school_cont_second li{
  margin-bottom: 2rem;
}
.school_wrap2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media(max-width:800px) and (min-width: 601px){
  ul.ul_info li{
  width: 48%;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
}
/*===============601～1000px================*/
@media(max-width:1000px) and (min-width: 601px){
a#top_logo {
  width: 30%;
  max-width: 24rem;
  min-width: 20rem;
  margin: 2rem auto 2rem auto;
  display: block;
}
a#drawer_logo {
  width: 30%;
  max-width: 24rem;
  min-width: 20rem;
  margin: 6.8rem auto 2rem auto;
  display: block;
}
ul.x-nav-menu{
  display: none;
}
div.drawer_menu{
  display: block;
}
.drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 6.8rem;
  right: 24px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 49px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(30deg);
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-30deg);
}

.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drawer_menu .drawer_text {
  text-align: center;
  font-size: 10px;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .drawer_nav_wrapper {
  width: 90%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 0;
  border-top: solid 1px #999999;
}
.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  border-bottom: solid 1px #999999;
  transition-property: all;
  transition: 0.3s linear;
}
.drawer_menu .drawer_nav li:hover{
  background: #efefef;
}
.drawer_menu .drawer_nav li a{
  display: block;
  width: 100%;
}

/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
  color: #000000;
}

.drawer_menu .drawer_button .drawer_bar {
  background-color: #000000;
}
.swipe_fadein{
  width: 86%;
  background: rgba(255, 255, 255, 0);
  z-index: 1000;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
p.swiper_p_oriental{
  font-size: 3.6rem;
  margin-bottom: 2.6rem;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
p.swiper_p_dscr{
  font-size: 1.4rem;
  margin-left: 2.4rem;
  line-height: 1.6;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
.multiple-item li h3{
  width: 96%;
  position: absolute;
  text-align: center;
  background: rgba(0 , 0 , 0 , 0.4);
  bottom: 0;
  color: #ffffff;
  padding: 2%;
  font-size: 1.4rem;
}
section{
  padding: 4rem 0 4rem 0;
  text-align: center;
}
.text_wrap{
  max-width: 90rem;
  margin: 0 auto;
  text-align: left;
  width: 94%;
}
.text_wrap h3{
  font-size: 1.8rem;
  font-weight: noraml;
  margin-top:2rem;
  margin-bottom: 0.5rem;
}
.text_wrap p{
  font-size: 1.4rem;
  line-height: 1.6;
}
h2.top_h2{
  font-size: 4.2rem;
  line-height: 4.2rem;
  width: 100%;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
}
h2.top_h2 span{
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-top: 1rem;
  display: block;
}
img.omotenashi_img{
  max-width: 67.4rem;
  vertical-align: bottom;
  width: 94%;
  height: 94%;
}
img.shop_img{
  max-width: 70.4rem;
  vertical-align: bottom;
  margin-top: 2rem;
}
ul.ul_info{
  margin-top: 1rem;
}
/*4つの柱*/
h2.under_h2{
  font-size: 3.2rem;
  line-height: 3.2rem;
  padding-bottom: 2.4rem;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  margin-top: 6rem;
  font-weight: normal;
}
p.logic_discr{
  font-size: 2.0rem;
  margin: 0 auto 4rem 0;
  text-align: center;
  font-weight: normal;
}
.ligic_back{
  padding: 10rem 0 10rem 0;
  background-repeat: no-repeat;
  background-size: cover ;
  margin-top: 2.4rem;
  background-position: 50% 50%;
}
.sejyutsu{
  background-image: linear-gradient(-225deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,1) 80%), url(../img/logic_sjyutsu.jpg);
}
.kososui{
  background-image: linear-gradient(-225deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,1) 80%), url(../img/logic_kososui2.jpg);
}
.zerodetox{
  background-image: linear-gradient(-45deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,1) 80%), url(../img/logic_zerodetox.jpg);
}
.yomogi{
  background-image: linear-gradient(-45deg, rgba(255,255,255,0.7) 40%, rgba(255,255,255,1) 80%), url(../img/logic_yomogi.jpg);
  margin-bottom: 12rem;
}
.logic_innner{
  margin: 0 auto;
  width: 92%;
  max-width: 80rem;
}
.under_h3{
  font-size: 2.4rem;
  font-weight: lighter;
  text-align: center;
}
.logic_innner p{
  font-size: 1.6rem;
  font-weight: lighter;
  margin-top: 2.4rem;
}
/*メニュー*/
.menu_wrap{
  width: 100%;
  margin-top: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.menu_wrap.body_treatment{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_treatment_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_biko{
  padding-top: 2rem;
}
.menu_wrap h3{
  font-size: 2.4rem;
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
}
.menu_wrap.body_treatment{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_treatment_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menufoot{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menufoot_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuother{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menuother_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuhead{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menuhead_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.body_care{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_care_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_body{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menu_body_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_innerwrap{
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
  border-bottom: solid 1px #cdc4bd;
  margin-top: 3rem;
}
.menu_innerwrap h4{
  font-size: 1.8rem;
}
.menu_innerwrap p.menu_dscr{
  font-size: 1.5rem;
}
.menu_innerwrap ul.menu_price{
  font-size: 1.8rem;
  text-align: right;
}
.menu_innerwrap.menu_inner_biko{
  margin-top: 1rem;
}
.menu_innerwrap.menu_inner_biko ul li{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.menu_innerwrap.menu_inner_biko ul li{
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

/*求人*/
div.recruit_box h3{
  font-size: 2.4rem;
  margin-bottom: 6px;
  margin-top: 4rem;
}
div.recruit_box h3:first-of-type{
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 0;
}
div.recruit_box h4{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
div.recruit_box p{
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
div.recruit_box ul li{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
table.recruitment_table {
  width: 100%;
  font-size: 1.4rem;
}
table.recruitment_table:last-of-type {
  margin-bottom: 80px;
}
h4.pink_style{
  color: #DB8080;
  margin-top: 20px;
}
span.recrui_tell_num{
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 5px;
}
span.bold_style{
  font-weight: bold;
}
div.recruitmain_img:after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: none; /* -60pxずらす */
}
div.recruitmain_img:before {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: none; /* -60pxずらす */
}
/*スクール*/
.school_section {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
}
}

/*===============600px以下================*/

@media screen and (max-width: 600px) {
a#top_logo {
  width: 30%;
  max-width: 24rem;
  min-width: 20rem;
  margin: 2rem auto 2rem 2rem;
  display: block;
}
a#drawer_logo {
  width: 30%;
  max-width: 24rem;
  min-width: 20rem;
  margin: 6.8rem auto 2rem 2rem;
  display: block;
}
ul.x-nav-menu{
  display: none;
}
div.drawer_menu{
  display: block;
}
.drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 6.8rem;
  right: 24px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 49px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(30deg);
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-30deg);
}

.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drawer_menu .drawer_text {
  text-align: center;
  font-size: 10px;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .drawer_nav_wrapper {
  width: 90%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(-100%);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 0;
  border-top: solid 1px #999999;
  margin-top: 2rem;
}
.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  border-bottom: solid 1px #999999;
  transition-property: all;
  transition: 0.3s linear;
}
.drawer_menu .drawer_nav li:hover{
  background: #efefef;
}
.drawer_menu .drawer_nav li a{
  display: block;
  width: 100%;
}

/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
  color: #000000;
}

.drawer_menu .drawer_button .drawer_bar {
  background-color: #000000;
}

p.swiper_p_oriental{
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
p.swiper_p_dscr{
  font-size: 1.2rem;
  margin-left: 2.4rem;
  line-height: 1.6;
  text-shadow:0px 1px 6px rgba(0,0,0,0.65);
}
.swipe_fadein{
  width: 86%;
  background: rgba(255, 255, 255, 0);
  z-index: 1000;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.multiple-item li h3{
  width: 96%;
  position: absolute;
  text-align: center;
  background: rgba(0 , 0 , 0 , 0.4);
  bottom: 0;
  color: #ffffff;
  padding: 2%;
  font-size: 1.2rem;
}
section{
  padding: 2rem 0 2rem 0;
  text-align: center;
}
.text_wrap{
  max-width: 90rem;
  margin: 0 auto;
  text-align: left;
  width: 94%;
}
.text_wrap h3{
  font-size: 1.6rem;
  font-weight: noraml;
  margin-top:2rem;
  margin-bottom: 0.5rem;
}
.text_wrap p{
  font-size: 1.4rem;
  line-height: 1.6;
}
h2.top_h2{
  font-size: 3.2rem;
  line-height: 3.2rem;
  width: 100%;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
}
h2.top_h2 span{
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-top: 1rem;
  display: block;
}
img.omotenashi_img{
  max-width: 67.4rem;
  vertical-align: bottom;
  width: 94%;
  height: 94%;
}
img.shop_img{
  max-width: 70.4rem;
  vertical-align: bottom;
  margin-top: 1.6rem;
  width: 94%;
}
ul.ul_info{
  margin-top: 0;
}
ul.ul_info li{
  width: 100%;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
/*4つの柱*/
h2.under_h2{
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 2rem;
  width: 92%;
  text-align: center;
  background: url(../img/h2_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 80%;
  margin-top: 6rem;
  font-weight: normal;
}
p.logic_discr{
  font-size: 1.8rem;
  margin: 0 auto 3rem auto;
  text-align: center;
  font-weight: normal;
}
.ligic_back{
  padding: 6rem 0 6rem 0;
  background-repeat: no-repeat;
  background-size: cover ;
  margin-top: 2rem;
  background-position: 50% 50%;
}
.sejyutsu{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 80%), url(../img/logic_sjyutsu.jpg);
}
.kososui{
  background-image: linear-gradient(-280deg, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 80%), url(../img/logic_kososui2.jpg);
}
.zerodetox{
  background-image: linear-gradient(-90deg, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 80%), url(../img/logic_zerodetox.jpg);
}
.yomogi{
  background-image: linear-gradient(-90deg, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 80%), url(../img/logic_yomogi.jpg);
  margin-bottom: 6rem;
}
.logic_innner{
  margin: 0 auto;
  width: 92%;
  max-width: 80rem;
}
.under_h3{
  font-size: 1.8rem;
  font-weight: lighter;
  text-align: center;
}
.logic_innner p{
  font-size: 1.4rem;
  font-weight: lighter;
  margin-top: 2rem;
}

/*メニュー*/
.menu_wrap{
  width: 100%;
  margin-top: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.menu_wrap.body_treatment{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_treatment_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_biko{
  padding-top: 2rem;
}
.menu_wrap h3{
  font-size: 2rem;
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
}
.menu_wrap.body_treatment{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_treatment_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menufoot{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menufoot_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuother{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menuother_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menuhead{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menuhead_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.body_care{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/body_care_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_wrap.menu_body{
  background-image: linear-gradient(-270deg, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 80%), url(../img/menu_body_bg.jpg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_innerwrap{
  width: 91%;
  padding: 0 0.5% 1rem 0.5%;
  max-width: 80rem;
  margin: 0 auto;
  border-bottom: solid 1px #cdc4bd;
  margin-top: 3rem;
}
.menu_innerwrap h4{
  font-size: 1.6rem;
}
.menu_innerwrap p.menu_dscr{
  font-size: 1.4rem;
}
.menu_innerwrap ul.menu_price{
  font-size: 1.6rem;
  text-align: right;
}
.menu_innerwrap.menu_inner_biko{
  margin-top: 1rem;
}
.menu_innerwrap.menu_inner_biko ul li{
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}
footer p span{
  display: block;
}

/*求人*/
div.recruit_box h3{
  font-size: 2.4rem;
  margin-bottom: 6px;
  margin-top: 4rem;
}
div.recruit_box h3:first-of-type{
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 0;
}
div.recruit_box h4{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
div.recruit_box p{
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
div.recruit_box ul li{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
table.recruitment_table {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: none;
}
table.recruitment_table td,table.recruitment_table th {
  padding: 20px;
  vertical-align: middle;
  display: block;
  width : -webkit-calc(100% - 40px) ;
  width : calc(100% - 40px) ;
  border-top: none;
  border-left: none;
  border-right: none;
}
table.recruitment_table th {
  background: #ededed;
  min-width:160px;
  text-align: left;
}
table.recruitment_table td iframe {
  width: 100%;
}
table.recruitment_table:last-of-type {
  margin-bottom: 80px;
}
h4.pink_style{
  color: #DB8080;
  margin-top: 20px;
}
span.recrui_tell_num{
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 5px;
}
span.bold_style{
  font-weight: bold;
}
div.recruitmain_img:after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: none; /* -60pxずらす */
}
div.recruitmain_img:before {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  box-shadow: none; /* -60pxずらす */
}
/*プライバシーポリシー*/
div.privacy_box h3.h3_privacy{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
div.privacy_box p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
div.privacy_box p a{
  color: #900700;
}
/*スクール*/

  .school_section {
    width: 92%;
    padding: 0 4% 0 4%;
  }
  .school_section h3 {
    margin-top: 1rem;
    font-size: 20px;
  }  
  .school_section .back_circle{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 20px;
  }
  .school_section p {
    font-size: 20px;
  }
  .school_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .school_service {
    width: 90%;
  }
  .school_section.gray2 h4 {
    font-size: 18px;
  }
  .school_section.gray2 ul {
    margin: 1rem auto;
    font-size: 18px;
  }
  .school_tocontact {
    max-width: 320px;
    margin: 1rem auto 4rem auto;
  }
  .school_wrap {
    display:flex;
    flex-direction: column-reverse;
    justify-content:space-around;
    margin-bottom: 4rem;
  }
  .school_img{
    width: 100%;
    height: auto;
  }
  .school_iframe{
    width: 100%;
  }
  .school_cont {
    width: 100%;
    height: auto;
  }
  .school_section h3 {
    margin-top: 1rem;
    font-size: 18px;
  }
  .school_wrap2 {
    display:flex;
    flex-direction: column-reverse;
    justify-content:space-around;
  }
}
@media screen and (max-width: 440px) {  
  .school_section p span {
    display: block;
  }
}
