@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
body {
	letter-spacing: 0.05em;
	color: #000000;
	width: 100%;/*レスポンシブデザインスタイル対策 */
	margin:0 auto !important;/*レスポンシブデザインスタイル対策 */
	-webkit-text-size-adjust: none;/*スマホ横文字対策 */
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 15px;
	position: relative;
	font-weight: 700;
}
nav ul {list-style:none;	}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
a:focus{outline:none;} 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
	width: 100%;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {vertical-align:middle;}
.clear{ clear: both; line-height: 0}
img { border-style:none; }
a img { border-style:none; }
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  max-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	color: #333;
	text-decoration: none;
	transition: 0.5s ease;
}
a:hover{text-decoration: none;}
img {vertical-align: top;height: auto; }
strong{font-weight: normal;}
@font-face {
font-family: "bauer";
  src: url(../font/bauer.eot) format("eot"), url(../font/bauer.woff) format("woff");
}


/* gnav
**************************************** */
  .gnav--list {
    transform: translateY(48px);
  }
  .gnav--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 106%;
    text-align: center;
  }
  .gnav--link:hover,
  .current .gnav--link {
    color: #38a1db;
  }

  /* ---gnav--dropdown-hover --- */
  .gnav--dropdown-hover,
  .gnav--dropdown-hover span {
    position: relative;
  }
  .gnav--dropdown-hover span::before,
  .gnav--dropdown-hover span::after {
    content: '';
    position: absolute;
    bottom: -18px;
    display: block;
    width: 7px;
    height: 2px;
    background-color: #38a1db;
  }
  .gnav--dropdown-hover span::before {
    left: calc(50% - 5px);
    transform: rotate(40deg);
  }
  .gnav--dropdown-hover span::after {
    right: calc(50% - 6px);
    transform: rotate(-40deg);
  }

  /* ---gnav--dropdown --- */
  .gnav--dropdown {
    position: absolute;
    left: 50%;
    min-width: 500px;
    padding: 10px 24px 25px;
    background-color: #ED869B;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-out;
    transition-delay: 0s;
	  z-index: 10;
  }
  .gnav--dropdown ul::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arow_top.png);
	width: 12px;
	height: 11px;
	background-size: 12px 11px;
	top: -32px;		

}
  .gnav--dropdown ul {
    margin-top: 12px;
	  position: relative;
  }
  .gnav--dropdown .home_menu--list li {
    width: 48.5%;
    margin-bottom: 12px;
  }



  .gnav--dropdown .home_menu--list a {
    padding: 20px 12px 20px !important;
    border-radius: 12px;
	  display: block;
background-color: #f4f4f4;
text-align: center;
transition: all 1s ease-out;
	  font-size: 13px;
  }
.home_menu--list a:hover {
    background-color: #fff;
    box-shadow: 0 0 64px rgba(4,9,21,.13);
}
  .gnav--dropdown .home_menu--list .img {
    width: 52px;
    height: 45px;
    margin: 0 auto 12px;
  }
  .gnav--dropdown .home_menu--list img {
  
  }
  .gnav--dropdown .home_menu--list .txt {
    font-size: 92%;
  }
  .gnav--dropdown .home_menu--list .txt:before {
    display: none;
  }
.main_link {
    display: block;
    position: fixed;
    right: 0;
    top: 380px;
    width: 90px;
    z-index:200;
}
.main_link:hover{
    width: 105px;
}
.main_link.link02{
    top: 510px;
}
.main_link p {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    background:#fff;
    padding-top:30px;
    box-sizing:border-box;
    border-radius:30px 0 0 0;
}
.main_link.link02 p {
	padding-top: 50px;
}
.main_link p img {
    width: 18px;
}


.main_link span:before{
	content: "";
	display: block;
	width: 35px;
height: 33px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(2px);
	top: 15px;
	background-size: cover;
	z-index: 10;
	background-image: url(../images/icon_line.png);
}

.main_link.link02 span:before{
   width: 35px;
height: 33px;
    transform: translateX(1px);
    top: 15px;
   background-image: url(../images/icon_web.png);
    z-index:10;
}

.main_link span {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px 0 0 20px;
	background: #2B745F;
	text-align: center;
	padding-top: 24px;
	box-sizing: border-box;
	border-top: 4px solid #F9F8F6;
		border-bottom: 4px solid #F9F8F6;
		border-left: 4px solid #F9F8F6;
}

.main_link span.fix_txt{
    display: none;
}


.main_link.link02 span{
    background:#EC5B82;
}
.main_link span img {
    width: 60px;
	padding: 30px 0 20px;
}


.main_k_link{
    display: block;
    position: absolute;
    bottom:110px;
    right: 130px;
    width: 254px;
    z-index:5;
  transform: translateZ(0);
}

.main_k_link:hover:hover{
    transform: scale(1.05);
    
}


.main_link.fixed {
    right: 0;
    top: 90px;
    width: 90px;
    z-index:150;
}


.main_link.fixed:hover{
    width: 105px;
}

.main_link.fixed.link02{
    top: 230px;
}
.main_link.fixed p {display:none;}

.main_link.fixed span {
    border-radius:30px 0 0 30px;
    height:120px;
    padding-top: 35px;
    border-top:5px solid #fff;
    border-left:5px solid #fff;
    border-bottom:5px solid #fff;
}
.main_link.fixed span:before{
    content: "";
    display: block;
    width: 26px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    background: url(../image/common/hasei_main_link_icon01.png);
    background-size: cover;
}

.main_link.fixed.link02 span:before{
    width: 36px;
    height: 36px;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
    background-image: url(../image/common/hasei_main_link_icon02.png);
}

.main_link.fixed.link02 span{display:none;}
.main_link.fixed span.fix_txt{
    display: block;
}


  @media all and (-ms-high-contrast: none){
    .gnav--dropdown {
      max-width: 640px;
    }
    .gnav--dropdown .home_menu--list .img {
      width: 104px;
      height: 91px;
      margin-top: -24px;
      margin-bottom: -8px;
      transform: scale(.5,.5);
    }
    .gnav--dropdown .home_menu--list img {
      max-height: none;
    }
  }

  /* --- gnav--list-sm --- */
  .gnav--list-sm {
    position: absolute;
    top: 20px;
    right: 32px;
    font-size: 74%;
    letter-spacing: .12em;
    line-height: 1;
  }
  .gnav--list-sm li:not(:last-child) {
    border-right: solid 1px #ddd;
    padding-right: 1.6em;
    margin-right: 1.6em;
  }
  .gnav--list-sm a {
    padding: 0;
  }
  .gnav--list-sm a:hover {
    color: #aaa;
  }
  .gnav--list-sm svg {
    fill: #F56F61;
    margin-left: 4px;
    transform: translateY(-1px);
  }
  .gnav--list-sm a:hover svg {
    fill: #aaa;
  }

  /* --- cta-tel --- */
  .gnav--tel {
    transform: translateY(-8px);
  }
  .gnav--tel a {
    padding-left: 8px;
  }
  .cta-tel {
    max-width: 360px;
  }
  .cta-tel--txt {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 87%;
    letter-spacing: .04em;
  }
  .cta-tel--num {
    display: block;
    font-size: 240%;
    letter-spacing: .01em;
  }

  /*hover*/
  @media screen and (min-width: 768px) {
    .gnav--dropdown-hover:hover .gnav--dropdown {
      opacity: 1;
      pointer-events: auto;
      transition: .1s ease-out;
    }
    .gnav,
    .gnav--list,
    .gnav--list > li:not(.gnav--entry),
    .gnav--list a {
      height: 100%;
    }
    .gnav_btn_tel { display: none!important; }
  }

  @media screen and (max-width: 1400px) {
    .gnav--link {
      padding: 4px 12px;
      font-size: 90%;
    }
    .gnav--tel .cta-tel--num {
      font-size: 200%;
    }
  }

  @media screen and (max-width: 767px) {
    .gnav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 56px;
      opacity: 0;
      padding: 64px 40px 40px;
      pointer-events: none;
      transition: .4s ease-out;
      transform: translateY(-100%);
      background-color: #fff;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }
    .gnav::-webkit-scrollbar {
      display: none;
    }
    .header.active .gnav {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }
    .gnav--list {
      display: block;
      transform: translateY(0);
    }
    .gnav--list li {
      width: 100%;
    }
    .gnav--link {
      position: relative;
      display: block!important;
      padding: 24px;
      padding-right: 0;
      color: #38a1db;
      text-align: left;
      font-size: 108%;
    }
    .gnav--link::before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      width: 7px;
      height: 7px;
      border-top: solid 2px #38a1db;
      border-right: solid 2px #38a1db;
      transform: rotate(45deg);
    }
    .gnav--list svg {
      margin-left: 2px;
      fill: #38a1db;
    }
    .gnav--list-sm {
      display: none;
    }

    /* --- gnav--dropdown --- */
    .gnav--dropdown {
      position: static;
      left: auto;
      min-width: 0;
      padding: 0 0 4px 24px;
      box-shadow: none;
      pointer-events: auto;
      opacity: 1;
      border-radius: 0;
      transform: translateX(0);
    }
    .gnav--dropdown-hover span::before,
    .gnav--dropdown-hover span::after {
      display: none;
    }
    .gnav--dropdown .home_menu--list .img {
      display: none;
    }
    .gnav--dropdown .home_menu--list li {
      width: 100%;
      margin-bottom: 0;
    }
    .gnav--dropdown .home_menu--list a {
      padding: 0;
      border-radius: 0;
      background-color: transparent;
    }
    .gnav--dropdown .home_menu--list .txt {
      display: block;
      text-align: left;
      color: #686868;
      font-size: 94%;
    }
    .gnav--dropdown .home_menu--list .txt::before {
      content: '';
      position: static;
      top: auto;
      left: auto;
      display: inline-block;
      width: 7px;
      height: 0;
      margin-right: 12px;
      border-top: solid 2px #CDCDCD;
      border-right: none;
      transform: translateY(-4px);
    }
    .gnav--dropdown .home_menu--list .txt br {
      display: none;
    }
    .gnav--dropdown .home_menu--list .txt span {
      display: inline;
    }

    /* --- gnav_btn --- */
    .gnav_btn {
      position: fixed;
      top: 0;
      right: 0;
      width: 56px;
      height: 64px;
      padding-bottom: 18px;
      z-index: 9999;
    }
    .gnav_btn--lines {
      position: relative;
      width: 24px;
      height: 9px;
    }
    .gnav_btn--lines::before {
      content: "メニュー";
      position: absolute;
      left: -7px;
      bottom: -20px;
      color: #5A6166;
      font-size: 10px;
      font-family: 'Shuei MaruGo B';
      letter-spacing: .04em;
      white-space: nowrap;
    }
    .header.active .gnav_btn--lines::before {
      content: "CLOSE";
      left: -3px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #5A6166;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      bottom: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg);
    }
    .header.active .gnav_btn--lines span:nth-of-type(2) {
      -webkit-transform: translateY(-5px) rotate(45deg);
      transform: translateY(-5px) rotate(45deg);
    }

    /* --- sp_nav-fixed --- */
    .sp_nav-fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
    }
    .sp_nav-fixed li {
      width: 33.33%;
    }
    .sp_nav-fixed a {
      height: 56px;
      color: #fff;
      white-space: nowrap;
      font-size: 108%;
    }
    .sp_nav-fixed--tel a { background-color: #F56F61; }
    .sp_nav-fixed--time a { background-color: #38A1DB; }
    .sp_nav-fixed--map a { background-color: #ccc; }
    .sp_nav-fixed svg,
    .sp_nav-fixed img {
      margin-right: 6px;
    }
    .sp_nav-fixed svg {
      fill: #fff;
    }
  }



/*************************************************
共通css
*************************************************/
.arrange{
margin: 0 auto;
box-sizing: border-box;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wi{max-width: 1200px;}
.sp,.tabu_none{display: block;}
.sp_only,.tabu{display: none;}
.btm50{margin-bottom: 50px;}
.btm30{margin-bottom: 30px;}
.btm20{margin-bottom: 20px !important;}
.p_btm80{padding-bottom: 80px;}
.left{ float: left;}
.right{float: right;}
.center{text-align: center;}
.pc_only{display: block;}



/* スター共通追加分
**************************************** */
/*リンク */
.btn a{
	position: relative;
color: #222;
border: 2px solid #f2879b;
background: #fff;
border-radius: 30px;
padding: 15px 31px 14px;
text-align: center;
line-height: 1.3;
transition-property: all;
transition-duration: .3s;
transition-timing-function: ease;
	display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
	 box-shadow: 0 4px 0 0 #f2879b;
	font-size: 13px;
}
.btn a:hover{
	opacity: 0.8;
	 color:#fff;
 background:#f2879b;
box-shadow: none;
transform: translate3d(0,2px,0);
}
.btn a::after {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
    content: "";
    background: url(../images/icon_arow_pink02.png) center/13px 11px no-repeat;
        background-color: rgba(0, 0, 0, 0);
    background-color: #f2879b;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.btn01 a{
	position: relative;
color: #222;
border: 2px solid #44B6C1;
background: #fff;
border-radius: 30px;
padding: 15px 31px 14px;
text-align: center;
line-height: 1.3;
transition-property: all;
transition-duration: .3s;
transition-timing-function: ease;
	display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
	 box-shadow: 0 4px 0 0 #44B6C1;
	font-size: 13px;
}
.btn01 a:hover{
	opacity: 0.8;
	 color:#fff;
 background:#44B6C1;
box-shadow: none;
transform: translate3d(0,2px,0);
}
.btn01 a::after {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
    content: "";
    background: url("../images/icon_05.png") center/20px 19px no-repeat;
        background-color: rgba(0, 0, 0, 0);
    width: 20px;
    height: 19px;
}
.btn02 a{
	position: relative;
color: #222;
border: 2px solid #F5E183;
background: #fff;
border-radius: 30px;
padding: 15px 31px 14px;
text-align: center;
line-height: 1.3;
transition-property: all;
transition-duration: .3s;
transition-timing-function: ease;
	display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
	 box-shadow: 0 4px 0 0 #F5E183;
	font-size: 13px;
}
.btn02 a:hover{
	opacity: 0.8;
	 color:#fff;
 background:#F5E183;
box-shadow: none;
transform: translate3d(0,2px,0);
}
.btn02 a::after {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
    content: "";
    background: url("../images/icon_06.png") center/16px 16px no-repeat;
        background-color: rgba(0, 0, 0, 0);
    width: 16px;
    height: 16px;
}
.btn03 a{
	position: relative;
color: #222;
border: 2px solid #000000;
background: #fff;
border-radius: 30px;
padding: 15px 31px 14px;
text-align: center;
line-height: 1.3;
transition-property: all;
transition-duration: .3s;
transition-timing-function: ease;
	display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
	 box-shadow: 0 4px 0 0 #000000;
	font-size: 13px;
}
.btn03 a:hover{
	opacity: 0.8;
	 color:#fff;
 background:#000000;
box-shadow: none;
transform: translate3d(0,2px,0);
}
.btn03 a::after {
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
    content: "";
    background: url("../images/icon_arow_black.png") center/16px 16px no-repeat;
        background-color: rgba(0, 0, 0, 0);
    width: 16px;
    height: 16px;
}

.hako img{
	width: 20%;
	height: auto;
	margin: 0 0 10px;	
}
.bold{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}
.mintyou{
	font-family: 'Noto Serif JP', serif;
}
/* ハック */
@media all and (-ms-high-contrast:none){
  .mintyou {
  padding: 8px 10px 2px;
  }
}
.bk_gray{background-color: #F7F7F6;}
.bk_pink{background-color: #FFDAE0;}
.white_bk{background-color: #FFFFFF;}
.bk_blue{background-color: #CCEAEF;}
.bk_yellow{background-color: #FFF1CC;}



.red{color: #dc1c24;}
.blue{color: #299ad1;}
.green{color: #39a44a;}
.pink{color: #DB1E79;}
.purple{color: #8227b1;}
.top_h2{font-size: 26px;line-height: 2;}
.top_h3{font-size: 18px;}
.font16{font-size: 16px;}
.font24{font-size: 24px;}
.font20{font-size: 20px;}
.c_pink{color: #DB1E79;}
.line_hi2{line-height: 1.8;}
.nmi_bk_t{
	background-image: url(../images/nami_bk_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #fcf8f4;
	
}
.nami_pink,.nami_bule,.nami_yellow{
	position: relative;	
}
.nami_pink::before,.nami_bule::before,.nami_yellow::before{
	content: "";
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 50px auto;
	padding: 20px 0 0;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;	
}
.nami_pink::before{background-image: url("../images/circle_bk.png");}
.nami_bule::before{background-image: url("../images/circle_bk_blue.png");}
.nami_yellow::before{background-image: url("../images/circle_bk_yellow.png");}
.btm5{margin-bottom: 5px !important;}



.tabu_kara{
	display: none;
}
.title_en{
	font-size: 14px;
	color: #EA1A7B;
	margin: 0 0 20px;
}

/* 共通 contens
**************************************** */
.inner,.inner_w{
	width: calc(100% - 40px);
    max-width: 1130px;
    margin: auto;
}
main img {
    max-width: 100%;
}
.under_p{
	padding: 50px 0 80px;
}
.under_bk{
	padding: 50px 0 0;
}
.marker_p {
    background: linear-gradient(transparent 70%, rgba(255,222,224,0.50) 60%);
}
.marker_yleow {
    background: linear-gradient(transparent 30%, rgba(249,232,108,0.50) 60%);
}
.profile_box{
	padding: 35px 50px 50px;
	background-color: #F8F8F6;
	border-radius: 20px;
	position: relative;
}
.profile_box::before{
	position: absolute;
	left: 30px;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/title_bk.png);
	width: 66px;
	height: 9px;
	background-size: 66px 9px;
	top: 0;
}
.profile_box h3{
	font-size: 16px;
	margin: 0 0 20px;
}
.profile_box li{
	font-size: 12px;
	font-weight: 100;
	line-height: 1.8;
}

@media screen and (max-width: 768px){
/* 共通CSS
**************************************** */
.tabu_kara{
	display: block;
}
	
	
	
}

@media screen and (max-width:640px){
/* 共通CSS
**************************************** */
.sp_only{display: block !important;}
.pc_only{display: none;}
.top_h2{font-size: 24px;
    line-height: 1.5;}
.under_p {
    padding: 35px 0 80px;
}
.under_bk{
	padding: 35px 0 0;
}
.profile_box{
	padding: 35px 30px 50px;
}
.title_en{
	font-size: 12px;
}
.sp_left{
	text-align: left;
	}
}





/*************************************************
やすらぎ下層ページ 共通
*************************************************/
/* 下層ページのヘッダーアイキャッチ*/
.block-common-mv img{
	max-width: 100%;
}
.block-inner-wide02 {
margin: 0 55px;
position: relative;
}


@media screen and (max-width: 768px){
.block-inner-wide02 {
	background-size: auto 230px;
	background-position: left -30px bottom -30px,right top;
}
}
@media screen and (max-width:640px){
.block-inner-wide02 {
	background-size: auto 150px;
	background-repeat: no-repeat;
	background-position: left -30px bottom -30px,right top;
}		
}
@media print, screen and (min-width: 768px) {
  .block-common-mv ._mv {
	overflow: hidden;
	      border-radius: 50px 0 50px 0;
    background-color: rgba(255,222,225,0.30);
    height: 200px;
}
	
.block-common-mv ._mv img {width: 100%; }
	
	
.block-common-mv ._title {
	position: absolute;
top: 50px;
left: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}	
.block-common-mv ._title ._mark {
width: 80px;
height: 80px;
text-align: center;
}
 .block-common-mv ._title ._mark img {
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 100%;
	height: auto;
}
body.body-js-loaded .block-common-mv ._title ._mark img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
	
.block-common-mv ._title ._mark iframe {
	width: 150px;
	height: 150px;
	border: none;
	overflow: hidden;
}
.block-common-mv ._title ._texts {padding: 0px 0 0 25px; }
._texts02{padding: 80px 0 0 0px;}
.block-common-mv ._title ._texts ._ja h1 ,.block-common-mv ._title ._texts02 ._ja h1 {font-size: 26px; letter-spacing: 0.1em;color: #000000;}
._en {
	margin-top: 12px;
font-size: 14px;
letter-spacing: 0.1em;
	color: #F15B82;
word-wrap: break-word;
overflow-wrap: break-word;
	} 
}


@media screen and (max-width: 767px) {
.block-inner-wide02  {
	padding: 60px 5.33333vw 0px 5.33333vw;
margin: 0;
	
	}
.block-common-mv ._mv { border-radius: 5.33333vw 0 5.33333vw 0;
overflow: hidden;
background-color: rgba(255,222,225,0.30);
height: 150px;
	}
.block-common-mv ._title ._mark {
display: flex;
	
	}
.block-common-mv ._mv img {width: 100%; }
.block-common-mv ._title {
position: absolute;
top: 80px;
left: 70px;
display: flex;
	
	}
.block-common-mv ._title ._mark ._t {font-size: 4.8vw; }
.block-common-mv ._title ._mark ._img {width: 70px;margin: 2.66667vw auto 0 auto; }
.block-common-mv ._title ._mark img {
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
body.body-js-loaded .block-common-mv ._title ._mark img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1; }
.block-common-mv ._title ._mark iframe {
        width: 16vw;
        height: 16vw;
        border: none;
        overflow: hidden;
        background: transparent; }
.block-common-mv ._title ._texts {margin-top: 4vw; }
.block-common-mv ._title ._texts ._ja h1 , .block-common-mv ._title ._texts02 ._ja h1 {
        margin:5px 0  0 20px ;
	font-size: 24px;
	}
._en {
margin:0px 0  0 20px ;
font-size: 14px;
letter-spacing: 0.1em;
	color: #F15B82;
	} 
}
@media screen and (max-width:640px){
.block-common-mv ._mv {
height: 120px;
}
.block-common-mv ._title {
    left: 40px;
	top: 85px;
}	
.block-common-mv ._title ._mark ._img {
    width: 50px;
	margin: 3.66667vw auto 0 auto;
}	
.block-common-mv ._title ._texts {
    padding: 0 30px 0 0;
}	
.block-common-mv ._title ._texts ._ja h1 , .block-common-mv ._title ._texts02 ._ja h1 {
font-size: 3.825vw;
}
._en {
    font-size: 3vw;
}
}









#various_title{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 140px 0;
	position: relative;
	text-align: center;
}
#various_title::after {
    background-image: url(../images/nami02.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 10px !important;
    content: "";
    height: 30px;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
}
#various_title img{
	filter: drop-shadow(5px 5px 5px  rgba(0,0,0,0.6));
}
#various_title h1{
	font-family: "kei","ヒラギノ丸ゴ Pro";
	font-weight: bold;
	line-height: 2em;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
#various_title h1 a{
	color: #fff;
}

#page{
	
}
.eraa{
	margin: 30px auto 0;
	width: 200px;
}



/*************************************************
WP CSS共通
*************************************************/
/*パンくず*/
.breadcrumbs{
	font-size: 11px;
	padding:18px 55px;
	font-weight: 100;
}
.breadcrumbs a{
	color: #F15B82;
	text-decoration: underline;
	background: none;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #E79E9F;
}
.breadcrumbs .home{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 12px;
	padding: 0 0 0 20px;
}

/*
次へのページへ
*/
.postNavi {
	margin: 0 auto 100px;
	overflow: hidden;
	padding: 20px ;
	letter-spacing: 0;
	font-size: 16px;
	width: 63%;
}
.prev {
	width: 20%;
	display: inline-block;
	position: relative;
}

.postNavi a {
	color: #FFFFFF !important;
	background-color: #000000;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 13px;
	
}
.postNavi a:hover {
    text-decoration: none;
}
.listpage {
    width: 57%;
    display: inline-block;
    text-align: center;
}
.next {
    width: 20%;
    display: inline-block;
    text-align: right;
	position: relative;
}

.cte-list,.search01 {
   border-bottom: 2px dotted #A6A6A6;
padding-bottom: 10px;
margin-bottom: 10px;

}
/*
ページナビゲーション
*/
.wp-pagenavi{
	text-align: center;
	margin: 30px auto 10px;	
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 12px !important;
	border-radius: 5px;
}
.pages{
display: none;	
}
.wp-pagenavi a{
	color: #000000;
	margin: 3px !important;
	border: 1px solid #000000 !important;
	
}
.wp-pagenavi span.current {
	border-color: #000000 !important;
	background-color: #000000;
	color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000000 !important;
	color: #000000;
}
.extend{
	display: none;
}

.righttext {
    text-align: right !important;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){
.tabu_none{display: none;}
/*パンくず*/
.breadcrumbs{
padding: 18px 30px;	
  }
.postNavi {
	width: 90%;
}
}

@media screen and (max-width:640px){
#various_title{
	margin: 80px 0 25px;
	padding: 80px 0;
}
#various_title h1{
	font-size: 25px;
}
#various_title img{
	width: 60px;
	}
.wp-pagenavi .first,.wp-pagenavi .last{
	display: none;
}
/*パンくず*/
.breadcrumbs{
 display: none;
  }
/*
次へのページへ
*/
/*投稿ページの次へ*/	
.postNavi {
    font-size: 12px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.prev {
    width: 40%;
}
.listpage {
   display: none;
}
.next {
    width: 40%;
	text-align: center;
}	
	
.postNavi {
	margin: 0 0 30px;
}
.prev::before,.next::after {
   display: none;
}
}
@media screen and (max-width:320px){

.postNavi {
	font-size: 14px ;
}
}


/*************************************************
footer
やすらぎ共通追加分
*************************************************/
/*予約*/
#reservation{
	background-image: url(../images/f_re_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#reservation .top_bk{
	background-image: url("../images/reserve.png");
	padding: 80px 0;
}
#reservation .rese_text{
	margin: 20px 0 0; 
}
#reservation .box .rese_inne_b,#reservation .box .rese_inne_w{
	margin: 10px;
	padding: 30px 30px ;
	border-radius: 10px;     
}
#reservation .box .rese_inne_b{border: 1px solid #cfc580;}
#reservation .box .rese_inne_w{border: 1px solid #FFFFFF;display: block;}
#reservation .box .oreng_bk{
	width: 43%;
	text-align: center;
	border-radius: 10px;
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
#reservation .box a:hover{opacity: 0.8;}
#reservation .box .tel,#reservation .box .tel a{font-size: 32px;font-weight: 600;color: #371e0a;}
#reservation .box .day_time {
    font-size: 13px;
	line-height: 2;
    margin: 5px 0 0;
    letter-spacing: 0;
}
#reservation .box .white_bk{
	width: 43%;
	text-align: center;
	border-radius: 10px;
}
#reservation .box .tel::before {
	content: '';
display: inline-block;
   width: 24px;
    height: 24px;
background-image: url(../images/icon_tel.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
margin: 0 10px 0 0;
}
.f_hotpepper::after{
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image: url(../images/icon_hotto.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
/* フッターの手前*/

/* フッター*/
footer{
	background-color: #0E3B3D;	
	padding: 80px 0 20px;
	color: #FFFFFF;
	position: relative;
	
}
footer::before{
		content: '';
display: block;
width: 270px;
height: 151px;
background-image: url("../images/tree.png");
background-repeat: no-repeat;
	position: absolute;
	top: -150px;
	left: 1%;
	background-size: 270px 151px;
}
.f_logo{
	width: 150px;
	position: absolute;
	top: -70px;
	  left: 0;
  right: 0;
  margin:0 auto;
	z-index: 1;
	
}
.area-footer .text_ara{
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	line-height: 1.8;
	font-weight: normal;
}
.f_btn{
	width: 80%;
	margin: 0 auto 50px;
}
.f_btn li{
	width: 45%;
}
.f_menu {
	text-align: center;
	border-top: 1px solid #3D655A;
	margin: 0px auto 50px;
	padding: 20px 0 0;
}
.f_menu  li{
	display: inline-block;
	margin: 0 10px;
}
.f_menu  li a{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}
.area-footer .sp_sns img{
	width: 30px;
}
.bana01{
	position: absolute;
	bottom: 100px;
	right: 6%;
}
.bana01 li{
	display: inline-block;
	width: 220px;
	vertical-align: bottom;
}
.copyright{
	font-size: 11px;
	color: #FFF;
	margin: 80px 0 0 ;
	text-align: center;
	font-weight: normal;
}


.ambulance_ara{
  width:100%;
  overflow: hidden;
	position: absolute;
left: 0;
top: -60px;
}

.text{
  font-size:2em;
  color:#FFF;
  animation: flowing 23s linear infinite;
  transform: translatex(2000px);/*初期位置*/
}
.ambulance_ara img{
	  width: 122px;
height: 63px;
}
@keyframes flowing {
  100% {
    transform: translatex(-200px);
  }
}


/*page-to*/
#page-top img{
	width: 100%;
	height: auto;
}
#page-top {
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 5;
	 width: 60px;
}


@media screen and (max-width: 1170px){
.bana01 {
    width: 220px;
    position: static;
	margin: auto;
}}
@media screen and (max-width: 768px){
/*ご予約*/	
#reservation .box .oreng_bk,#reservation .box .white_bk{width: 47.5%;}
#reservation .box .rese_inne_b, #reservation .box .rese_inne_w {padding: 30px 10px;}
#reservation .box .tel,#reservation .box .tel a { font-size: 26px;}
#reservation .box .oreng_bk {font-size: 20px;}	
#access {
    width: 100%;
    display: block;
	padding: 10px 0 20px;
}
#address{
	width: 90%;
	padding: 30px 0;
	margin: auto;
}
#g_map {
    width: 100%;
    height: 380px;
    margin-bottom: 30px;
    padding: 5px 0;
}
#g_map iframe {
    width: 90%;
    height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #FFFFFF !important;
    border-radius: 10px;
}
#address table {
    max-width: 100%;
}
.footer_mail a{
	background-color: #FFFFFF;
	padding: 15px!important;
	display: block;
	width: 50%;
	margin: 20px auto 0;
	border-radius: 10px;  
	color: #e35c00 !important;
	font-weight: bold;
	text-align: center;
}
.footer_mail a:hover{
	opacity: 0.8;
	}
.footer_mail a::before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 15px;
	background-image: url(../images/icon_mail_0.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;	
		
	}
/*page-to*/
#page-top {
	bottom: 35px;
	right: 40px;
}	
}

@media screen and (max-width:640px){
/*ご予約*/	
#reservation .top_bk {padding: 50px 0;background-size: auto 60px;}
#reservation .box .oreng_bk,#reservation .box .white_bk{width: 100%;}
#reservation .box .white_bk{margin-bottom: 20px;}
#reservation .box .rese_inne_b, #reservation .box .rese_inne_w {padding: 20px 10px;}
#reservation .box .oreng_bk {font-size: 20px;}
#address th{
padding: 15px 15px 0 15px;
font-size: 13px;
letter-spacing: .06em;
	display: block;
}
#address td{
	margin: 0 15px ;
	padding:  0 0 15px;
	font-size: 13px;
	letter-spacing: .06em;
	display: block;
}
#address td {
    border-bottom: none;
	margin: 5px 15px 0;
	padding: 0 0 0px;
}
.b_none{border-bottom: none !important; }
.sns li{
	padding: 8px 4% 0px 4%;
}		

.is_small {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.7em;
}
#address {
    padding: 10px 0 20px;
}
#address .btn02{
		width: 100%;
	}
#address .btn02 a{	
	}
.f_btn li {
    width: 100%;
	margin: 0 auto 20px;
}
footer {
    padding: 60px 0 20px;
}
footer::before {
    width: 155px;
    height: 87px;
    top: -85px;
    background-size: 155px 87px;
	left: -50px;
}
.text{
  animation: flowing 11s linear infinite;
	transform: translatex(640px);
}
.f_menu li {
    margin: 0 5px;
	letter-spacing: 0;
}
.ambulance_ara {
    top: -40px;
}
.ambulance_ara img {
    width: 96px;
    height: 46px;
}
.area-footer .text_ara {
    margin: 0 0 30px;
	font-size: 14px;
}
.f_logo {
	width: 130px;
   top: -60px;
}
.f_btn {
    width: 80%;
    margin: 0 auto 20px;
}
.f_menu {
    margin: 0px auto 30px;
}
.f_menu li a {
    font-size: 10px;
}
.sp_sns {
    margin: 0 0 30px !important;
}
.copyright{
		font-size: 10px;
	margin: 30px 0 0;
	line-height: 2;
}	
/*page-to*/
#page-top {
	bottom: 2.66667vw;
	right: 20px;
	width: 56px;
}	
}

@media screen and (max-width:320px){
 /*page-to*/
#page-top {
	bottom: 10px;
	right: 20px;
	width: 35px; 
}
}	



/* ----------------------------------------------------------
.block-common-mv2
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .block-common-mv2 ._mv {
    border-radius: 50px 0 50px 0;
    overflow: hidden; }
    .block-common-mv2 ._mv img {
      width: 100%; }
  .block-common-mv2 ._title {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 50px;
    width: 330px;
    height: 350px;
    padding: 40px 0 0 0;
    text-align: center; }
    .block-common-mv2 ._title ._mark {
      width: 150px;
      margin: 0 auto; 
	text-align: center;}
	
      .block-common-mv2 ._title ._mark iframe {
        width: 150px;
        height: 150px;
        border: none;
        overflow: hidden; }
    .block-common-mv2 ._title ._texts {
      margin-top: 25px; }
      .block-common-mv2 ._title ._texts ._ja h1,.block-common-mv2 ._title ._texts02 ._ja h1 {
        font-size: 24px; }
      .block-common-mv2 ._title ._texts ._en {
        margin-top: 12px;
        font-size: 14px;
        letter-spacing: 0.1em; } }

@media screen and (max-width: 767px) {
  .block-common-mv2 {
    padding: 0 5.33333vw; }
    .block-common-mv2 ._mv {
      border-radius: 2.66667vw 0 2.66667vw 0;
      overflow: hidden; }
      .block-common-mv2 ._mv img {
        width: 100%; }
    .block-common-mv2 ._title {
      margin-top: -8vw;
      text-align: center; }
      .block-common-mv2 ._title ._mark {
        width: 16vw;
        margin: 0 auto; }
        .block-common-mv2 ._title ._mark iframe {
          width: 16vw;
          height: 16vw;
          border: none;
          overflow: hidden;
          background: transparent; }
      .block-common-mv2 ._title ._texts {
        margin-top: 4vw; }
        .block-common-mv2 ._title ._texts ._ja h1 .block-common-mv2 ._title ._texts02 ._ja h1{
          font-size: 6.4vw; }
        .block-common-mv2 ._title ._texts ._en {
          margin-top: 1.6vw;
          font-size: 3.73333vw;
          letter-spacing: 0.1em; } }


/*************************************************
アニメーション
*************************************************/
.float {
  animation: float_9117 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_9117 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-6px) }
  100% { transform: translateY(0) }
}
.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
/* ----------------------------------------------------------
.web予約ボタン
---------------------------------------------------------- */
.block-common-reserve p {
  margin: 1em 0 30px 0; }

@media print, screen and (min-width: 768px) {
  .block-common-reserve {
    padding: 45px 0 25px 0;
    background: #f4f4f4;border-top: 5px solid rgba(223,223,223,1.00); }
    .block-common-reserve.is-narrow {
      padding: 25px 0 25px 0; }
    .block-common-reserve ._title {
      text-align: center; }
      .block-common-reserve ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
		   font-family: "FOT-筑紫A丸ゴシック Std B", "Toppan Bunkyu Midashi Gothic";
	}
    .block-common-reserve ._lead {
      text-align: center; }
    .block-common-reserve ._btns {
      margin: 15px 40px 0 40px; }
      .block-common-reserve ._btns.is-one {
        width: 460px;
        margin: 15px auto 0 auto; }
      .block-common-reserve ._btns ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
	}
      .block-common-reserve ._btns li {
        width: 300px;
        text-align: center; }
      .block-common-reserve ._btns p {
        margin-top: 10px;font-size: 15px; } }

@media screen and (max-width: 767px) {
  .block-common-reserve {
	padding: 9vw 5.33333vw 8vw 5.33333vw;
	background: #f4f4f4;
	  border-top: 5px solid rgba(223,223,223,1.00);
}
    .block-common-reserve.is-narrow {
      padding: 6.66667vw 5.33333vw 4vw 5.33333vw; }
    .block-common-reserve ._title {
      text-align: center; }
      .block-common-reserve ._title > * {
        font-size: 4.8vw;
        letter-spacing: 0.1em;
        font-weight: normal; }
    .block-common-reserve ._lead {
      text-align: center;
      font-size: 3.2vw;
      line-height: 1.4; }
    .block-common-reserve ._btns {
      margin: 4vw 0 0 0; }
      .block-common-reserve ._btns ul {
        width: 100%; }
      .block-common-reserve ._btns li {
        text-align: center; }
        .block-common-reserve ._btns li + li {
          margin-top: 5.33333vw; }
      .block-common-reserve ._btns p {
        margin-top: 2.66667vw; } }

@media print, screen and (min-width: 768px) {
  .block-common-reserve-web {
    display: block;
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    color: #fff;
    font-size: 18px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    .block-common-reserve-web:hover {
      opacity: 0.8; }
    .block-common-reserve-web:before {
      content: "";
      display: inline-block;
      -webkit-transform: translate(-10px, 4px);
      -ms-transform: translate(-10px, 4px);
      transform: translate(-10px, 4px);
      background-image: url(/common/images/icon/icon_web.svg);
      background-size: 20px 20px;
      width: 20px;
      height: 20px; }
    .block-common-reserve-web:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 25px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-image: url(/common/images/header/arrow.svg);
      background-size: 12px 12px;
      width: 12px;
      height: 12px; } }

@media screen and (max-width: 767px) {
  .block-common-reserve-web {
    display: block;
    padding: 4vw;
    text-align: center;
    border-radius: 13.33333vw;
    position: relative;
    background: #e35c00;
    color: #fff;
    font-size: 4.8vw; }
    .block-common-reserve-web:before {
	content: "";
	display: inline-block;
	-webkit-transform: translate(-2.66667vw, 1.06667vw);
	-ms-transform: translate(-2.66667vw, 1.06667vw);
	transform: translate(-2.66667vw, 1.06667vw);
	background-image: url(../images/icon_hotto.png);
	background-size: 5.33333vw 5.33333vw;
	width: 5.33333vw;
	height: 5.33333vw;
}
   }

@media print, screen and (min-width: 768px) {
  .block-common-reserve-fix {
    display: none; } }

@media screen and (max-width: 767px) {
  .block-common-reserve-fix {
    position: fixed;
    left: 4vw;
    right: 4vw;
    bottom: 2.66667vw;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 50; }
    .block-common-reserve-fix.js-hide {
      -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
      transform: translateY(200%); } }



@media print, screen and (min-width: 768px) {
  .block-common-faq {
    padding: 45px 0 60px 0;
    background: #f1f7fc; }
    .block-common-faq + .block-common-faq {
      margin-top: 140px; }
    .block-common-faq ._title {
      text-align: center;
      -webkit-transform: translate(0, -60px);
      -ms-transform: translate(0, -60px);
      transform: translate(0, -60px);
      margin-bottom: -40px; }
      .block-common-faq ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: normal; }
      .block-common-faq ._title.is-icon {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 0px; }
        .block-common-faq ._title.is-icon:after {
          content: "";
          display: block;
          position: absolute;
          top: -100px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background-image: url(/common/images/faq/title.png);
          background-size: 98px 80px;
          width: 98px;
          height: 80px; } }

@media screen and (max-width: 767px) {
  .block-common-faq {
    padding: 12vw 5.33333vw 16vw 5.33333vw;
    background: #f1f7fc; }
    .block-common-faq + .block-common-faq {
      margin-top: 21.33333vw; }
    .block-common-faq ._title {
      text-align: center;
      -webkit-transform: translate(0, -14.66667vw);
      -ms-transform: translate(0, -14.66667vw);
      transform: translate(0, -14.66667vw);
      margin-bottom: -5.33333vw; }
      .block-common-faq ._title > * {
        font-size: 5.86667vw;
        letter-spacing: 0.1em;
        font-weight: normal; }
      .block-common-faq ._title.is-icon {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 0px; }
        .block-common-faq ._title.is-icon:after {
          content: "";
          display: block;
          position: absolute;
          top: -26.66667vw;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background-image: url(/common/images/faq/sp/title.png);
          background-size: 26.13333vw 21.33333vw;
          width: 26.13333vw;
          height: 21.33333vw; } }

/* ----------------------------------------------------------
.area-wrapper
---------------------------------------------------------- */
.area-wrapper { position: relative; }

/* ----------------------------------------------------------
.area-inner
---------------------------------------------------------- */
.area-inner { position: relative; }

/* ----------------------------------------------------------
.block-inner
---------------------------------------------------------- */
.block-inner-wide { position: relative; }
.block-inner-wide > *:first-child { margin-top: 0; }
.block-inner-wide > *:last-child { margin-bottom: 0; }
.block-inner { position: relative; }
.block-inner > *:first-child { margin-top: 0; }
.block-inner > *:last-child { margin-bottom: 0; }

/* ----------------------------------------------------------
.area-header
---------------------------------------------------------- */
.area-header { 
height: 170px;
}

.area-header ._row-logos { height: 110px; }

.area-header ._row-logos ._left { position: absolute; top: 20px; left: 30px; }

.area-header ._row-logos ._left ._logo { transition-duration: 0.2s; }

.area-header ._row-logos ._left ._logo img { width: 137px;
height: 105px; }

.area-header ._row-logos ._left ._logo:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.area-header ._row-logos ._right { position: absolute; top: 20px; right: 10px; width: 900px; }

.area-header ._row-logos ._contact { position: absolute; top: 0px; right: 0px;  }


.area-header ._row-logos ._contact ._btn-reserve {
	display: block;
    width: 80px;
    text-align: center;
    border-radius: 20px;
    color: #000;
    position: relative;
    transition-duration: 0.2s;
    font-size: 8px;
    padding: 35px 0 0;
}
.area-header ._row-logos ._contact ._btn-reserve::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/icon_mypage.png);
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
    top: 0px;
}
.area-header ._row-logos ._contact ._btn-reserve:hover ,.area-header ._row-logos .hotpepper ._btn-reserve:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }




.area-header ._row-logos .hotpepper { position: absolute; top: 0px; right: 160px; width: 250px; }
.area-header ._row-logos .hotpepper ._btn-reserve {
	display: block;
	background: #e35c00;
	padding: 10px 0 10px 55px;
	width: 180px;
	border-radius: 3px;
	color: #fff;
	position: relative;
	transition-duration: 0.2s;
}
.area-header ._row-logos .hotpepper ._btn-reserve:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(../images/icon_hotto.png);
	background-size: 21px 21px;
	width: 21px;
	height: 21px;
}

.area-header ._row-logos ._contact ._tel {
	margin-top: 10px;
	display: inline-block;
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
	font-size: 18px;
	position: relative;	
	font-weight: 700;
}

.area-header ._row-logos ._contact ._tel:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -25px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(../images/icon_tel.png);
	background-size: 15px 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.area-header ._row-logos ._sitemenu { position: absolute;
top: 5px;
right: 0px;
font-size: 14px;
text-align: right;}


.area-header ._row-logos ._sitemenu .tel{
	font-size: 28px;
	font-weight: 900;
	color: #371e0a;
	position: relative;
	letter-spacing: 0.15em;
}
.day_time{
	font-size: 11px;
	margin: 5px 0 0;
	letter-spacing: 0;
}
.day_time span{
	background-color: #371e0a;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 10px;
	margin: 0 5px ;
}
.area-header ._row-logos ._sitemenu .tel:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(../images/icon_tel.png);
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}


.area-header ._row-logos ._sitemenu ul { display: -ms-flexbox; display: flex; }

.area-header ._row-logos ._sitemenu li {}

.area-header ._row-logos ._sitemenu li a {
	font-size: 12px;
	color: #000;
	display: block;
	text-align: center;
	position: relative;
	font-weight: 100;
	letter-spacing: 0;
	padding: 10px;
}
.area-header ._row-logos ._sitemenu li a:last-of-type{
	padding: 10px 0 10px 20px;
}
.area-header ._row-logos ._sitemenu li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 6px;
    background-image: url("../images/icon_arow_pink.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 8px 0 0;
}


.area-header ._row-gmenu {
	display: block;
position: absolute;
top: 110px;
right: 5px;
}




.area-header ._row-gmenu ul { display: -ms-flexbox;
display: flex;}

.area-header ._row-gmenu .up_menu{ }

.area-header ._row-gmenu .up_menu:last-child a { padding-right: 0; }

.area-header ._row-gmenu .up_menu:last-child a:after { right: 2px; }

.area-header ._row-gmenu .js-header-menu{
	 height: 40px;
    font-size: 15px;
    color: #000;
    display: block;
    text-align: center;
    position: relative;
}




.area-header ._row-gmenu .up_menu a:hover:after { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.area-header ._row-gmenu .up_menu a.js-current:after { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }



body.js-header-menu-open-0 .area-header ._row-gmenu .up_menu:nth-child(1) a:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

body.js-header-menu-open-1 .area-header ._row-gmenu .up_menu:nth-child(3) a:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

body.js-header-menu-open-2 .area-header ._row-gmenu .up_menu:nth-child(4) a:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* ----------------------------------------------------------
area-menu
---------------------------------------------------------- */
.area-menu {   position: absolute;
    left: 50%;
    min-width: 640px;
    padding: 10px 24px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-out;
    transition-delay: 0s;}
.area-menu:hover{
    opacity: 1;
    pointer-events: auto;
    transition: .4s ease-out;
}

body.js-header-menu-open .area-menu { visibility: visible; z-index: 10; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }



.area-menu ._set { display: none; }

.area-menu ._items { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.area-menu ._items ._item { width: 250px; margin: 0 0 0 10px; }

.area-menu ._items ._item:nth-child(4n+1) { margin-left: 0; }

.area-menu ._items ._item:nth-child(n+5) { margin-top: 20px; }

.area-menu ._items ._item a { color: #db1e79; display: block; transition-duration: 0.2s; }

.area-menu ._items ._item a:hover ._image { -ms-transform: scale(1.1); transform: scale(1.1); }

.area-menu ._items ._item ._item-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

.area-menu ._items ._item ._image { width: 60px; height: 60px; background: #fff; border-radius: 50%; transition-duration: 0.2s; }

.area-menu ._items ._item ._image img{ width: 100%; }

.area-menu ._items ._item ._text { width: calc(280px - 70px);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
line-height: 1.4; }

._row-gmenu ._image {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition-duration: 0.2s;
	position: relative;
	margin: 0 10px 5px 0;	
}
._row-gmenu ._image img{ width: 60%; position: absolute;top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
._row-gmenu  a ._image{ }
._row-gmenu  a:hover ._image { -ms-transform: scale(1.1); transform: scale(1.1); }

.area-header ._row-gmenu li a {
    height: 60px;
    font-size: 15px;
    color: #000;
    display: block;
    text-align: center;
    position: relative;
	 display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.down_m a{
	font-size: 13px !important;
	color: #fff !important;
}
.down_m a::after {
    display:  none !important;
}
.down_m  a {
    padding: 0px !important;
}
.down_m  ._text {
    width: calc(250px - 70px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
}

.area-header ._row-gmenu li a::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    background-image: url(/common/images/menu/dot.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 20;
    transition-duration: 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.area-header ._row-gmenu li a::after {
    position: absolute;
    content: '';
    bottom: 20px;
    height: 2px;
    transition-duration: 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.area-header ._row-gmenu li a::after {
    left: 36px;
    right: 33px;
}
/* ----------------------------------------------------------
.area-header-sp
---------------------------------------------------------- */
.area-header-sp { font-size: 16px; }

.area-header-sp ._header { position: fixed; top: 0px; left: 0px; right: 0px; height: 63px; background: #fff; z-index: 100;display: none; }

.area-header-sp ._header ._logo { 
	position: absolute; top: 5px;   left: 0;
  right: 0;
  margin:0 auto;
	width: 100px; 
}

.area-header-sp ._header ._logo img { width: 100%; }

.area-header-sp ._menu-btn { position: absolute; top: 0; right: 0; width: 65px; height: 65px; /* design B span{ transition-duration: 0.2s; position: absolute; background: #000; height: 2px; left: 14px; right: 14px; } span:nth-child(1) { top: 18px; } span:nth-child(2) { top: 24px; } span:nth-child(3) { bottom: 18px; } */ }

.area-header-sp ._menu-btn span {
	position: absolute;
	transition-duration: 0.2s;
	background-color: #000000;
	height: 2px;
	left: 22px;
	right: 22px;
}



.area-header-sp ._menu-btn span:nth-child(1) { top: 22px; left: 26px; right: 26px; }

.area-header-sp ._menu-btn span:nth-child(2) { top: 29px; }

.area-header-sp ._menu-btn span:nth-child(3) { bottom: 27px; left: 26px; right: 26px; }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(1) { position: absolute; top: 29px; -ms-transform: rotate(45deg); transform: rotate(45deg); left: 22px; right: 22px; }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(2) { display: none; }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(3) { position: absolute; top: 29px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 22px; right: 22px; }

.first_course{
position: absolute;
top: 0;
right: 70px;
width: 65px;
height: 65px;
}
.first_course a {
    background: #e35c00;
    color: #fff;
    display: block;
    height: 62px;
    text-align: center;
    font-size: 10px;
    width: 64px;
    line-height: 1.1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	
}
.first_course a span {
	background-repeat: no-repeat;
	background: url(../images/ico_course.png) 18px top /23px auto no-repeat;
	margin-top: 5px;
	padding-top: 28px;
	display: inline-block;
	font-weight: 600;
}


/* ----------------------------------------------------------
.area-menu-sp
---------------------------------------------------------- */
.sp_menu_btn{
	z-index: 10;
	position: relative;
	opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0s; transition-delay: 0;
}
.sp_menu_btn li{
	width: 48%;
	padding: 0px 0  30px;
}
.sp_menu_btn li a{
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 15px;
	position: relative;
	padding: 30px 1% 25px;
	background-color: #FFFFFF;
	text-decoration: underline;
	box-shadow: 2px 2px 4px #C4C4C4;
}
.sp_menu_btn li a::before{
	
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	  left: 0;
  right: 0;
  margin:0 auto;
	
}
.sp_hotpepper a{color: #2B745F !important;}
.sp_hotpepper a::before{
	background-image: url("../images/icon_line02.png");
	width: 35px;
	height: 33px;
	background-size: 35px 33px;
	top: -15px;
}
.sp_mail a{color: #F15B82 !important;}
.sp_mail a::before{
	background-image: url("../images/icon_pc.png");
	width: 37px;
	height: 27px;
	background-size: 37px 27px;
	top: -10px;	
}
.area-menu-sp { position: fixed; top: 63px; left: 0px; right: 0px; bottom: 0; z-index: 100; overflow: scroll; -webkit-overflow-scrolling: touch;  visibility: hidden; 
    width: calc(100% - 32px);
    padding: 50px 16px 16px;
    height: calc(100vh - 80px);
}

.area-menu-sp a { color: #000000; }

body.js-menu-active .area-menu-sp { z-index: 10; visibility: visible; }

.area-menu-sp:before {
	content: "";
	display: block;
	position: fixed;
	top: 63px;
	left: 0;
	right: 0;
	height: 0;
	background-color: #FFDAE0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition-duration: 0.2s;
	background-image: url(../images/star_big_w.png);
	background-repeat: no-repeat;
	background-position: left 200px bottom 150px;
	background-size: 544px auto;
}

body.js-menu-active .area-menu-sp:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; height: 100%; }

.area-menu-sp ._inner  { position: relative; padding-bottom: 80px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0s; transition-delay: 0; }

body.js-menu-active .area-menu-sp ._inner, body.js-menu-active .area-menu-sp .sp_menu_btn { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; transition-delay: 0.2s; }

.area-menu-sp ._set {
	
	
}

.area-menu-sp ._title { position: relative; }

.area-menu-sp ._title span { display: block; padding: 10px 20px; }

.area-menu-sp ._title.js-sp-menu-head:before, .area-menu-sp ._title.js-sp-menu-head:after { position: absolute; content: ''; display: block; background: #6a510e; transition-duration: 0.2s; }

.area-menu-sp ._title.js-sp-menu-head:before { top: calc(50% - 7px); right: calc(30px - 1px); height: 14px; width: 2px; }

.area-menu-sp ._title.js-sp-menu-head:after { top: calc(50% - 1px); right: calc(30px - 7px); width: 14px; height: 2px; }

.area-menu-sp ._title.js-active:before { -ms-transform: scale(1, 0); transform: scale(1, 0); }

.area-menu-sp ._link { display: none; background: rgba(255, 255, 255, 0.1); }

.area-menu-sp ._link > li ._disable { opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; padding: 20px 20px 20px 30px; border-top: 2px solid #8dc6ea; }

.area-menu-sp ._link > li ._disable:before { display: none; }

.area-menu-sp ._link > li a {
	border-top: 1px solid #fff;
	padding: 20px 20px 20px 30px;
	background-color: rgba(160,140,0,0.4);
}

.area-menu-sp  a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 900;
}

.area-menu-sp ._title a::before, .js-sp-menu-head span::before {
	width: 30px;
	height: 30px;
	transition-duration: 0.2s;
	margin: 0 10px 0 0;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 12px;
	background-image: url(../images/icon_arow_black01.png);	
}
.tel_box {
	border: 3px solid #E15C00;
	padding: 40px 5% 30px;
	background-color: #FFFFFF;
	border-radius: 10px; 
	width: 60%;
	margin: auto;
	position: relative;
}
legend {
    color: #FFFFFF;
	text-align: center;
	background-color: #E15C00;
	padding: 8px 30px;
	border-radius: 20px; 
	font-size: 18px;
	position: absolute;
	top: -15px;
	 left: 0;
  right: 0;
  margin:0 auto;
}
.tel_box ._sitemenu .tel{
	font-size: 32px;
font-weight: 600;
color: #371e0a;
	margin-bottom: 10px;
}
._sitemenu .tel::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_tel_w.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.under_m_sp{
	margin: 0 0 10px 50px;
}
.under_m_sp li{
	display: inline-block !important;
	margin: 0 10px 10px;
}
.under_m_sp a{
	font-size: 13px;
	color: #4D4D4D;
	display: inline;	
	font-weight: normal;
	letter-spacing: 0;	
	
}
.sp_m_b_t{
	padding: 10px 20px 10px 20px;
}
.mod-fs14{
	margin: 10px 0 30px;
}
.mod-fs14 a{
	font-size: 13px;
	letter-spacing: 0;	
	padding: 0px 20px 0px 20px !important;
}
.mod-fs14 a::before{
	width: 30px;
height: 30px;
transition-duration: 0.2s;
margin: 0 10px 0 0;
content: "";
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center center;
background-size: 12px 12px!important;
background-image: url(../images/icon_arow_black02.png) !important;
}
.sp_sns{
	text-align: center;
	margin: 0 0 50px;
}
.sp_sns h3{
	font-size: 10px;
	margin: 0 0 10px;
	letter-spacing: 0;
	font-weight: bold;
}
.sp_sns li{
	display: inline-block;
	margin: 0 10px;
}
.sp_sns li a{
	width: 30px;
	padding: 10px 0px 10px 0px !important;
}
body.js-fixed-menu ._row-gmenu { position: fixed; top: 0px; left: 0px; right: 0px; }

@keyframes infinite_mouse { 0% { transform: scale(1); }
  30% { transform: scale(1.2); }
  70% { transform: scale(1.2); }
  100% { transform: scale(1); } }

.modal-video { visibility: hidden; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.2s; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 1000; }

.modal-video.js-show { visibility: visible; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.modal-video ._modal-bg { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.8); }

.modal-video ._modal-box iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; outline: none; border: none; }



@media print, screen and (min-width: 768px){	

 .mod-btn-reserve-tel{ display: block; background: #fff; padding: 17px 20px; text-align: center; border-radius: 50px; position: relative; color: #000; font-size: 22px; transition-duration: 0.2s; line-height: 1; }
 .mod-btn-reserve-tel:before{
	content: "";
	display: inline-block;
	-ms-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	background-image: url(../images/icon_tel.png);
	background-size: 18px 23px;
	width: 18px;
	height: 23px;
}
 .mod-btn-reserve-tel.is-has-text:after{
	 content: attr(data-label);
	
	 position: absolute; top: 0px; left: 0px; display: inline-block; font-size: 16px; -ms-transform: translate(80px, 30px); transform: translate(80px, 30px); }
 .mod-btn-reserve-web,.mod-btn-reserve-web02{ display: block; padding:  17px 20px;  text-align: center; border-radius: 50px; position: relative; background: #db1e79; color: #fff; font-size: 18px; transition-duration: 0.2s; }
	
 .mod-btn-reserve-web:hover,.mod-btn-reserve-web02:hover{ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
	
 .mod-btn-reserve-web:before{
	content: "";
	display: inline-block;
	-ms-transform: translate(-10px, 4px);
	transform: translate(-10px, 4px);
	background-image: url(../images/pc.png);
	background-size: 25px 18px;
	width: 25px;
	height: 18px;
}
.mod-btn-reserve-web02:before{
	content: "";
	display: inline-block;
	-ms-transform: translate(-10px, 4px);
	transform: translate(-10px, 4px);
	background-image: url(../images/line.png);
	background-size: 25px 24px;
	width: 25px;
	height: 24px;
}
 .mod-btn-reserve-web:after, .mod-btn-reserve-web02:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(../images/icon_arow.png);
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}
	
 .area-inner { margin: 0 50px; }
 .block-inner-wide{ margin: 0; }
 .block-inner{ margin: 0 auto; max-width: 1030px; }
	
 .area-footer{ }
 .area-footer a{ color: #000; font-size: 14px; }
 .area-footer ._inner{ margin: 0 auto; max-width: 1030px; }
 .area-footer .footer-links ._cols{ display: -ms-flexbox; display: flex; }
 .area-footer .footer-links ._col{ position: relative; -ms-flex: 1; flex: 1; }
 .area-footer .footer-links ._col ._title{ font-size: 16px; }
 .area-footer .footer-links ._col ._title a{ font-size: 16px; }
 .area-footer .footer-links ._col * + ._title{ margin-top: 30px; }
 .area-footer .footer-links ._col ._link{ margin-top: 15px; }
 .area-footer .footer-links ._col ._link li{ line-height: 1.4; }
.footer_mail a{
	background-color: #FFFFFF;
	padding: 15px!important;
	display: block;
	border-radius: 10px;  
	color: #e35c00 !important;
	font-weight: bold;
	text-align: center;
}
.footer_mail a:hover{
	opacity: 0.8;
	}
.footer_mail a::before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 15px;
	background-image: url(../images/icon_mail_0.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 0 0;	
		
	}
	
	
.area-footer .footer-links ._col ._link a{ display: block; position: relative; padding: 7px 0 7px 10px; font-size: 14px; color: #FFFFFF; }
	
 .area-footer .footer-links ._col ._link2 li{ line-height: 1.2; }
 .area-footer .footer-links ._col ._link2 a{ display: block; position: relative; padding: 7px 0 7px 10px; font-size: 14px; }
 .area-footer ._btn-note{ display: block; position: absolute; left: 0px; bottom: -100px; width: 235px; height: 104px; transition-duration: 0.2s; }
 .area-footer ._btn-note:hover{ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
 .area-footer ._copy{ position: absolute; top: 240px; left: 20px; font-size: 10px; -ms-transform-origin: left top; transform-origin: left top; -ms-transform: rotate(270deg); transform: rotate(270deg); }
.btn-pagetop{
	bottom: 20px;
	right: 20px;
	background-size: 61px 61px;
	width: 61px;
	height: 61px;
	background-image: url(../images/page_top.png);
}
 .btn-pagetop:hover{ -ms-transform: scale(1.2); transform: scale(1.2); }
 .btn-pagetop.js-fixed{ top: -30px; bottom: auto; position: absolute; }
}
@media screen and (max-width: 767px){
	.side_bana{
		display: none;
	}
.area-header-sp ._header { display: block; }
 .mod-btn-reserve-note{ font-size: 3.8vw; }
 .mod-btn-reserve-tel{ display: block; background: #fff; padding: 4vw; text-align: center; border-radius: 13.33333vw; position: relative; color: #000; font-size: 4.8vw; line-height: 1; }
 .mod-btn-reserve-tel:before{ content: ""; display: inline-block; -ms-transform: translate(-2.66667vw, 0); transform: translate(-2.66667vw, 0); background-image: url(../images/icon_tel.png); background-size: 5.33333vw 5.33333vw; width: 5.33333vw; height: 5.33333vw; }
 .mod-btn-reserve-tel-sp-small .mod-btn-reserve-tel{ font-size: 4.26667vw; padding: 2.66667vw; vertical-align: middle; }
 .mod-btn-reserve-tel-sp-small .mod-btn-reserve-tel:before{
	content: "";
	display: inline-block;
	-ms-transform: translate(-1.33333vw, 0);
	transform: translate(-1.33333vw, 0);
	background-size: 3.73333vw 3.73333vw;
	width: 3.73333vw;
	height: 3.73333vw;
	
}
 .mod-btn-reserve-web,.mod-btn-reserve-web02{ display: block;  padding: 4vw; text-align: center; border-radius: 13.33333vw; position: relative; background: #db1e79; color: #fff; font-size: 4vw; }
 .mod-btn-reserve-web:before{ content: ""; display: inline-block; -ms-transform: translate(-2.66667vw, 1.06667vw); transform: translate(-2.66667vw, 1.06667vw); background-image: url(../images/pc.png); background-size: 5.33333vw 5.33333vw; width: 5.33333vw; height: 5.33333vw; }
 .mod-btn-reserve-web02:before{ content: ""; display: inline-block; -ms-transform: translate(-2.66667vw, 1.06667vw); transform: translate(-2.66667vw, 1.06667vw); background-image: url(../images/line.png); background-size: 5.33333vw 5.33333vw; width: 5.33333vw; height: 5.33333vw; }
 .mod-btn-reserve-web:after,.mod-btn-reserve-web02:after{ content: ""; display: block; position: absolute; top: 50%; right: 6.66667vw; -ms-transform: translate(0, -50%); transform: translate(0, -50%); background-image: url("../images/icon_arow.png"); background-size: 3.2vw 3.2vw; width: 3.2vw; height: 3.2vw; }
 
	
.area-header{ display: none; }
 main{  }
 main img{ max-width: 100%; }

/*全体の文字の大きさ 
 main{ font-size: 4.8vw; }*/
.f_logo { margin: 0 auto 20px;}
.insta, .fb {margin: 0 5px;}
.block-index-mv{
	position: relative;
}
}


@media screen and (min-width: 768px){
 main{  }
}

@media screen and (min-width: 768px) and (max-width: 1130px){
 }

@media print, screen and (min-width: 1301px){
 .area-header ._row-gmenu li a{ padding: 10px 35px 0 35px; } }

@media screen and (min-width: 1201px) and (max-width: 1300px){
 .area-header ._row-gmenu li a{ padding: 10px 25px 0 25px; } }

@media screen and (min-width: 768px) and (max-width: 1200px){
 .area-header ._row-gmenu li a{ padding: 10px 15px 0 15px; }
 .area-header ._row-gmenu li a:after{ left: 16px; right: 13px; } 
.area-inner {
    margin: 0 10px 0 30px;
}
.area-header ._row-gmenu .js-header-menu {
    font-size: 90%;
}
.block-inner-wide02 {
    margin: 0 25px;
}	
	
.area-header ._row-gmenu {
    right: 20px;
}
}

@media print, screen and (min-width: 1201px){
 .area-header ._row-gmenu li a:after{ left: 36px; right: 33px; } }

@media print, screen and (min-width: 1131px){
 .btn-contact{ bottom: 120px; }}
