@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-color: transparent;
	list-style: none;
	background-image: url(url);
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
body {
	letter-spacing: .05em;
	color: #000000;
	width: 100%;/*レスポンシブデザインスタイル対策 */
	margin: 0 auto !important;/*レスポンシブデザインスタイル対策 */
	-webkit-text-size-adjust: none;/*スマホ横文字対策 */
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 15px;
	background-image: url(url);
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
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");
}
@font-face {
font-family: "seaside";
  src: url(../font/seaside.eot) format("eot"), url(../font/seaside.woff) format("woff");
}
@font-face {
font-family: "apple";
  src: url(../font/apple.eot) format("eot"), url(../font/apple.woff) format("woff");
}
@font-face {
font-family: "SemiBold";
  src: url(../font/SemiBold.eot) format("eot"), url(../font/SemiBold.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: 400px;
   
    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;
	  z-index: 10;
  }
  .gnav--dropdown ul {
    margin-top: 12px;
  }
  .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;
  }
  @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: 1300px) {
	   .gnav--dropdown {
      margin-top: 25px;
    }
	  
}
  @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;}
.btm15{margin-bottom: 15px;}
.p_btm80{padding-bottom: 80px;}
.left{ float: left;}
.right{float: right;}
.center{text-align: center;}
.pc_only{display: block;}
.apple{font-family: "apple";}


/* ラプラージュ共通追加分
**************************************** */
/*リンク */
.btn a{
	padding: 15px 20px;
	display: block;
	color: #000000;
	border-radius: 5px;
	position: relative;
	background-image: url(../images/icon_arow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 15px auto;	
}
.btn01 a:hover,.btn03 a:hover{
	opacity: 0.8;
}
.btn01 a{
	background-color: #6a510e;
	padding: 15px 20px;
	display: block;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	border: 1px solid #a08c00;
	text-align: center;
	font-size: 16px;
	background-image: url(../images/icon_arow_b.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 15px auto;
	font-weight: 400;
}
.btn02 a{
	background-color: #000000;
	padding: 10px 20px;
	display: block;
	color: #FFFFFF;
	border-radius: 8px;
	position: relative;
	text-align: center;
	background-image: url(../images/icon_arow_w.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 15px auto;
}
.btn02 a:hover{
	background-color: #444444;
}


.btn03 a{
	background-color: #E15C00;
	padding: 10px 20px;
	display: block;
	color: #fff;
	border-radius: 5px;
	position: relative;
	text-align: center;
	background-image: url(../images/w_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 8px auto;
	font-weight: bold;
}

.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;
}
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ハック */
@media all and (-ms-high-contrast:none){
  .mintyou {
  padding: 8px 10px 2px;
  }
}

.bk_or{background-color: #f08261;}
.bk_bl{background-color: #5de7e9;}
.bk_gray{background-color: #e0e0e0;}
.bk_purple{background-color: rgba(180,180,213,0.20);}
.bk_beige{background-color: #f7f5f0;}
.oreng_bk{background-color: #e35c00;}
.white_bk{background-color: #FFFFFF;}
.oreng_text{color: #e35c00;}
.red{color: #dc1c24;}
.blue{color: #5de6e8;}
.green{color: #39a44a;}
.pink{color: #DB1E79;}
.purple{color: #8227b1;}
.top_h2{font-size: 26px;}
.top_h3{font-size: 18px;}
.tabu_none{display: block;}
.sp_none{display: block;}
.tabu_kara{display: none;}
.marker_y {background: linear-gradient(transparent 40%, rgba(255,255,102,0.60) 30%);}
.marker_gra {background: linear-gradient(transparent 60%, rgba(167,167,206,0.50) 100%);}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font24{font-size: 24px;}
.c_pink{color: #DB1E79;}
.jp_text{font-size: 15px;}
.en_text{font-size: 18px;}
.pc_none{display: none;}
.clear_both::after{content: '';display: block;clear: both;}
.small_text{font-size: 12px;}
/* 共通 contens
**************************************** */
.inner,.inner_w{
	width: calc(100% - 40px);
    max-width: 1130px;
    margin: auto;
}
main img {
    max-width: 100%;
}

.gradation{background: linear-gradient(to right, rgba(167,167,206,0.20),rgba(227,180,213,0.20));}
.marker_p {
    background: linear-gradient(transparent 70%, rgba(255,222,224,0.50) 60%);
}
@media screen and (max-width: 768px){
/* 共通CSS
**************************************** */
.pc_none{display: block;}
.pc_only{display: none;}
}
@media screen and (max-width:640px){
/* 共通CSS
**************************************** */
.sp_none,.tabu_none{display: none;}
.sp_only{display: block;}
}


/*************************************************
ラプラージュ下層ページ 共通
*************************************************/
/* 下層ページのヘッダーアイキャッチ*/
.block-common-mv img{
	max-width: 100%;
}
.block-common-mv{
	height: auto;
	position: relative;
	padding: 160px 0 0;
}

.block-inner-wide02 .im {
    top: 0;
    left: 0;
    position: relative;
    max-height: 700px;
    overflow: hidden;
	z-index: 1;
}

.top_space{
	margin: 60px 0 0 ;
}
.w_frame{
	border: 1px solid #ecdced;
padding: 40px 50px;
overflow: hidden;
background-color: #FFFFFF;
border-radius: 10px;
}
.link a{
	color: #2B04DF;
	text-decoration: underline;
	word-wrap: break-word;
overflow-wrap: break-word;
}
.link a:hover{
	color: #6645FF;
	text-decoration: none;
}


@media screen and (max-width: 768px){
.block-inner-wide02{
        width: 100%;
        height: 170px;
        -webkit-transform-origin: 0.5 0.7;
        -ms-transform-origin: 0.5 0.7;
        transform-origin: 0.5 0.7;
        -webkit-transition-duration: 6s;
        -o-transition-duration: 6s;
        transition-duration: 6s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        background-position: center center;
        background-size: cover;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
}

}
@media screen and (max-width:640px){
.newclients .block-inner-wide02{
        width: 100%;
        height: 380px;
}
.big_en{
	font-size: 55px;
	top: 30px;
}
.w_frame{padding: 30px;}
}
@media print, screen and (min-width: 768px) {
  .block-common-mv ._mv {
}
.block-common-mv ._mv img {width: 100%; }
.block-common-mv ._title {
	margin: 0 auto;
	background-color: #b4b4d5;
	z-index: 10;
	text-align: center;
	padding: 60px 0 0px;
	position: relative
}	
.block-common-mv ._title::after{
		background-image: url(../images/under_bk.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	height: 80px;
		content: '';
display: block;
	position: absolute;
	  left: 0;
  right: 0;
  margin:0 auto;
	bottom: -80px;
	
	
	}
.block-common-mv ._title ._mark {
	width: 66px;
	height: 66px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 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);
	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: 80px 0 0 25px; }
._texts02{}
.block-common-mv ._title ._texts ._ja h1 ,.block-common-mv ._title ._texts02 ._ja h1 {
	font-size: 28px; letter-spacing: 0.1em;color: #4d4d4d;line-height: 1.2;font-weight: 600;}
._en {
	font-size: 23px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin: 10px auto 0;
	font-family: "SemiBold";
	} 
}


@media screen and (max-width: 767px) {
.block-inner-wide02  {}
.block-common-mv ._title ._mark {text-align: center;}
.block-common-mv ._mv img {width: 100%; }
.block-common-mv {
    padding: 0px 0 0;
}
.block-common-mv ._title {
	    margin: 0 auto;
    background-color: #b4b4d5;
    z-index: 10;
    text-align: center;
    padding: 60px 0 0px;
    position: relative;
	}
.block-common-mv ._title::after {
    background-image: url(../images/under_bk.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    height: 30px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}
	
.block-common-mv ._title ._mark ._t {font-size: 4.8vw; }
.block-common-mv ._title ._mark ._img {width: 16vw;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 {
          font-size: 30px;
          line-height: 1.4;
	color: #4d4d4d;
	margin: 10px 0 0 ;
	
	}
._en {
	font-size: 13px;
	margin: 10px auto 0;
	letter-spacing: 0.1em;
	color: #FFFFFF; 
	font-family: "SemiBold";
	font-style: italic;} 
}

@media screen and (max-width: 640px) {
.block-common-mv ._title ._texts02 ._ja h1 {
    font-size: 22px;
    line-height: 1.4;
    color: #4d4d4d;
    margin: 0px 0 0;
	}	
.block-common-mv ._title::after {
    background-size: cover;

}
	
	
}


/*************************************************
WP CSS共通
*************************************************/
/*パンくず*/
.breadcrumbs{
	font-size: 11px;
	padding:18px 55px;
	margin: 100px 0 0 ; 
}
.breadcrumbs a{
	color: #b4b4d5;
	text-decoration: underline;
	background: none;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #5857a1;
}
.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: 50px auto 0;
	overflow: hidden;
	padding: 20px;
	letter-spacing: 0;
	font-size: 16px;
	width: 35%;
}
.prev {
	width: 49%;
	display: inline-block;
	position: relative;
}

.postNavi a {
	color: #5857a1 !important;
	font-size: 14px;
	font-weight: 600;
text-align: center;
display: inline-block;
border: 2px solid #5857a1 ;
padding: 10px 30px;
border-radius: 30px;
margin: 0 auto ;
	
	
}
.postNavi a:hover {
	color: #FFFFFF!important;
	background-color: #5857a1;
}
.next {
    width: 49%;
    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: 5px 10px !important;
	border-radius: 5px;
}
.pages{
display: none;	
}
.wp-pagenavi a{
	color: #5857a1;
	margin: 3px !important;
	border: 1px solid #5857a1!important;
	
}
.wp-pagenavi span.current {
	border-color: #5857a1 !important;
	background-color: #5857a1;
	color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #5857a1 !important;
	color: #5857a1;
}
.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;	
	margin: 10px 0 0;
  }
.postNavi {
    width: 80%;
}
}

@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;
	}
/*パンくず*/
.breadcrumbs{
 display: none;
  }
/*
次へのページへ
*/
/*投稿ページの次へ*/		
.postNavi {
	margin: 40px auto 0px;
	padding: 20px 0px 0;
	width: 100%;
}
.postNavi a {
    font-size: 12px;
	padding: 10px 20px;
}
.prev::before,.next::after {
   display: none;
}
}
@media screen and (max-width:320px){

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


/*************************************************
footer
ラプラージュ共通追加分
*************************************************/
/* フッターアクセスインフォ*/
.f_access:hover{
	opacity: 0.7;
}

#footer_access{
	background-image: url(../images/fotter_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center center;
	padding: 80px 0 250px;
	color: #FFFFFF;
	position: relative;
}
#footer_access h2{
	font-size: 44px;
    font-family: "SemiBold";
    font-weight: normal;
	line-height: 1.8;
}
#footer_access h3{
	font-size: 18px;
	font-weight: normal;
}
#footer_access .text_ara{
	position: absolute;
	bottom: 60px;
	 left: 0; 
	right: 0; 
	margin:0 auto;
}
#footer_access .text_ara p{
	line-height: 2;
	font-size: 16px;
}
#footer_access .text_ara .font18{
	font-size: 18px;
}
#footer_access .text_ara .small_text{
	font-size: 13px;
}
.under_cmn #footer_access{	
	padding: 60px 0 300px;
}
.under_cmn #footer_access .text_ara {
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*波のスライダー*/
.wrap {
	position: relative;
}
.wave-wrp {
	position: absolute;
	top: -90px;
	left: 0;
	height: 90px;
	width: 100%;
}
.wave-wrp > canvas {
	width: 100%;
	height: 90px;
}

footer{
	background-color: #b4b4d5;	
	color: #FFFFFF;
	padding: 30px 0;
}
.sns_bana{
	margin: 20px 0 0;
}
.sns_bana  li{
	width: 40px;
	display: inline-block;
	padding: 0 5px;
 }
footer .bana_ara li{
	width: 19%;
	
}
footer .text_ara{
	text-align: center;
	margin: 70px 0;
}
footer .text_ara h2 a{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.8;
}
footer .text_ara h2 a .apple{
	font-size: 44px;
	display: block;
}
footer .text_ara  .tel, footer .text_ara .tel a{
	font-size: 27px;
	line-height: 2;
	font-weight: bold;
	color: #FFFFFF;
}
footer .text_ara .tel img {
    width: 16px;
    height: 21px;
    margin-right: 8px;
    margin-top: 18px;
}
footer .text_ara  .time{
	font-size: 14px;
	line-height: 1.8;
}
footer .text_ara  .address{
	font-size: 14px;
	line-height: 1.8;
}
footer .text_ara .sns_bana a:hover, .bana_ara ul li a:hover{
	opacity: 0.7;
 }
footer .text_ara .saisei{
	font-size: 22px;
}



._col img{
	width: 100%;
height: auto;
}
.f_logo{
	width: 180px;
}
.copyright{
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
/*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: 768px){
/*ご予約*/		
#reservation {
    padding: 60px 0;
    text-align: center;
}
#reservation .btn02 a {
    width: 80%;
	margin: 20px auto 20px;
}
#reservation .text_ara .tel a {
    font-size: 28px;
    font-weight: 900;
    color: #000000;
    line-height: 2;
}	
#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;}	
#address{
	width: 90%;
	padding: 30px 0;
	margin: auto;
}
#g_map {
    width: 100%;
    height: 380px;
}
#g_map iframe {
    height: 380px;
}
#access::before {
    background-color: rgba(0,0,0,0.05);
}
	
.bana_ara ul li {
    width: 49%;
	margin: 0 0 10px;
}
footer .text_ara {
    margin: 40px 0;
}	
footer .text_ara h2 a .apple {
    font-size: 34px;
}	
footer .text_ara .tel, footer .text_ara .tel a {
    font-size: 22px;
}	
footer .text_ara .tel img {
    margin-top: 12px;
}
	
/*page-to*/
#page-top {
	bottom: 35px;
	right: 40px;
}	
}

@media screen and (max-width:640px){
/* フッターアクセスインフォ*/
#footer_access{
	padding: 50px 0 ;
}
#footer_access h2 {
    font-size: 30px;
}
#footer_access h3 {
    margin: 0 0 50px;
}
#footer_access .text_ara .font18{
	font-size: 18px;
}
#footer_access .text_ara {
	width: 90%;
	 position: static;
}	
.under_cmn #footer_access {
    padding: 50px 0 100px;
}
footer .text_ara .saisei{
	font-size: 24px;
}
	
/*ご予約*/	
#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;
}
#address {
    padding: 10px 0 20px;
}
#address .btn02{
		width: 100%;
	}
#address .btn02 a{	
	}
.copyright{
		font-size: 10px;
	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%;
	 animation-duration: 2s;
}
@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: #000;
    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_tel_w.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
---------------------------------------------------------- */
header{
	position: relative;
}
.area-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #FFFFFF;	
	height: 160px;
}

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

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

.area-header ._row-logos ._left a ._logo { transition-duration: 0.2s; }
.area-header ._row-logos ._left a ._logo span { font-size: 12px;font-weight: 600;line-height: 0;}
.area-header ._row-logos ._left a ._logo .apple { font-size: 16px;}
.area-header ._row-logos ._left a ._logo p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.7;
	color: #595959;
	position: relative;
	padding: 0 0 0 40px;
}
.area-header ._row-logos ._left a:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.area-header ._row-logos ._left a ._logo p::after{
	background-image: url("../images/logo_2024.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
	width: 30px;
	height: 38px;
	margin: 0 10px 0 0;
	content: "";
display: block;
position: absolute;
top: 5px;
left: 0;
}

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

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

.area-header ._row-logos ._contact ._btn-reserve {
	display: block;
	background: #cca1cf;
	padding: 10px 25px 10px 50px;
	color: #FFFFFF;
	position: relative;
	transition-duration: 0.2s;
	font-size: 13px;
	line-height: 1.5;
	

}

.area-header ._row-logos ._contact ._btn-reserve:hover ,.area-header ._row-logos .hotpepper ._btn-reserve:hover,.available:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }


.area-header ._row-logos ._contact ._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_mail.png");
	background-size: 22px 15px;
	width: 22px;
	height: 15px;
}
.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: -12px; right: 370px; font-size: 14px; text-align: right; }
.area-header ._row-logos ._sitemenu .tel{
	font-size: 27px;
	font-weight: 900;
	position: relative;
	letter-spacing: 0.08em;
	color: #5857a1;
}
.area-header ._row-logos ._sitemenu .tel img {
   width: 16px;
	height: 21px;
    margin-right: 8px;
	margin-top: 7px;
}


.day_time{
	font-size: 12px;
	margin: 5px 0 0;
	letter-spacing: -0.01em;
}
.day_time02{
	font-size: 13px;
	margin: 5px 0 0;
	letter-spacing: 0.07em;
	font-weight: 600;
	line-height: 1.8;
		
}
.day_time span{
	background-color: #5857a1;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 10px;
	margin: 0 5px ;
	font-weight: normal;
	font-size: 10px;
}
.available{
	position: absolute;
	top: -20px;
	right: 160px;
}
.available a{
	color: #FFFFFF;
	position: relative;
	display: block;
	font-size: 13px;
	background-color: #b4b4d5;	
	padding: 10px 15px 10px 50px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	transition-duration: 0.2s;
}
.available::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../images/icon_shop.png");
    background-size: 22px 23px;
    width: 22px;
    height: 23px;
}

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

.area-header ._row-logos ._sitemenu li { color: #000; }

.area-header ._row-logos ._sitemenu li a {
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	position: relative;
}

.area-header ._row-gmenu {
	display: block;
	background-color: #fff;
	padding: 0 50px;
}




.area-header ._row-gmenu ul {
	max-width: 1200px;
display: flex;
 justify-content: space-between;
	flex-wrap: wrap;
}
.area-header ._row-gmenu li{}
.area-header ._row-gmenu li:first-child{}
.area-header ._row-gmenu .up_menu{ color: #371e0a; text-align: center; }

.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{
	color: #4d4d4d;
	display: block;
	text-align: center;
	position: relative;
}

.area-header ._row-gmenu .js-header-menu ._text span:hover{
	

}
.area-header ._row-gmenu .js-header-menu ._text{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.area-header ._row-gmenu .js-header-menu ._text span{
	display: block;
	font-size: 16px;
	font-family: "SemiBold";
	color: #cca1cf;
	font-weight: normal;
	
}
.area-header ._row-gmenu .js-header-menu:hover{
	opacity: 0.5 ;
}

.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(250px - 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 auto 5px;	
}
._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-sp
---------------------------------------------------------- */
.area-header-sp { font-size: 16px; }

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

.area-header-sp ._header ._logo { position: absolute; top: -5px; left: 50px; width: 150px; }
.area-header-sp ._header ._logo a p{
	font-size: 15px;
	font-weight: bold;
	line-height: 0.9;
	margin: 25px 0 0;
	color: #5E5E5E;
}
.kara{
	margin: 0 0 0 7px;
}
.area-header-sp ._header ._logo a span{
   font-size: 13px;
font-weight: 600;
line-height: 0;
}

.area-header-sp ._header ._logo::after{
	background-image: url(../images/logo_2024.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
	width: 30px;
	height: 38px;
	content: "";
display: block;
position: absolute;
top: 15px;
left: -40px;
}

.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: #5857a1;
    color: #FFFFFF;
    display: block;
    height: 62px;
    text-align: center;
    font-size: 10px;
    width: 70px;
    line-height: 1.1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	
}
.first_course a span {
	background-repeat: no-repeat;
	background: url("../images/icon_shop.png") 17px top /20px auto no-repeat;
	margin-top: 5px;
	padding-top: 25px;
	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: 32%;
	padding: 0px 0  20px;
}
.sp_menu_btn li a{
	font-size: 10px;
	line-height: 1.2em;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px; 
	position: relative;
	padding: 35px 1% 10px;
}
.sp_menu_btn li a::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
}
.sp_hotpepper a{background-color: #e35c00;}
.sp_hotpepper a::before{
	background-image: url(../images/icon_hotto.png);
	width: 18px;
	height: 17px;
	background-size: 18px 17px;
	top: 10px;	
}
.sp_tel a{background-color: #a08c00;}
.sp_tel a::before{
	background-image: url(../images/icon_tel_w.png);
	width: 19px;
	height: 19px;
	background-size: 19px 19px;
	top: 10px;	
}
.sp_mail a{background-color: #6a510e;}
.sp_mail a::before{
	background-image: url(../images/icon_tel_w.png);
	width: 19px;
	height: 13px;
	background-size: 19px 13px;
	top: 10px;	
}
.area-menu-sp { position: fixed; top: 63px; left: 0px; right: 0px; bottom: 0; z-index: 100; color: #FFFFFF; overflow: scroll; -webkit-overflow-scrolling: touch;  visibility: hidden; 
    width: calc(100% - 32px);
    padding: 30px 16px 16px;
    height: calc(100vh - 80px);
}

.area-menu-sp a {
	color: rgba(106,81,14,1.00);
}

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

.area-menu-sp:before {
	content: "";
	display: block;
	position: fixed;
	top: 62px;
	left: 0;
	right: 0;
	height: 0;
	background: linear-gradient(to right, rgba(167,167,206,1), rgba(227,180,213,1));
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition-duration: 0.2s;
}

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 {
	text-align: center;
	
}

.area-menu-sp ._title { }

.area-menu-sp ._title span { display: block; font-size: 11px;font-weight: 400;margin-bottom: 5px;font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;font-weight: 600;}

.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 30px 20px;
		font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.08em;
	line-height: 1.3;
	font-weight: bold;
}

.tel_box {
	margin: 10px auto 50px;
	padding: 50px 3% 30px;
	border-radius: 10px;
	width: 90%;
	position: relative;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	color: #5857a1;
}
.tel_box ._sitemenu a{
	display: inline-block;
padding: 0;
}
legend {
	text-align: center;
	padding: 8px 0 0;
	font-size: 14px;
	position: absolute;
	top: 15px;
	 left: 0;
  right: 0;
  margin:0 auto;
	font-weight: bold;
	width: 130px;
}
.sp_tel{
	font-size: 25px !important;
	color: #5857a1 !important;
}
.tel_box ._sitemenu .tel{
font-size: 25px;
font-weight: bold;
color: #5857a1;
	margin-bottom: 10px;
	
}
.tel_box ._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;
}
.big a{
	font-weight: bold;
	margin: 20px auto 0;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5857a1;
	padding: 13px 0 !important;
	display: block !important;
	border-radius: 8px;	
	width: 80%;
}
.icon_dog{
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 95px;
	height: 104px;
}

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){	
.area-inner {
    margin: 0 50px;
}
 .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;
}
	
.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){
.block-index-mv{
	padding: 0 !important;
}
.block-index-mv::before {
   display: none !important;
}

.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{ margin-top: 62px; }
 main img{ max-width: 100%; }

/*全体の文字の大きさ 
 main{ font-size: 4.8vw; }*/
.f_logo { margin: 0 auto 20px;}
 .area-footer{
	padding: 12vw 0 3vw 0;
	text-align: center;
}
 .area-footer ._copy{ font-size: 3.2vw; text-align: center; }
}
.block-index-mv{
	position: relative;
	padding: 160px 0 0 ;
}

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

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

@media screen and (min-width: 768px) and (max-width: 1200px){
 .area-header ._row-gmenu li a{ padding: 10px 0px   }
 .area-header ._row-gmenu li a:after{ left: 16px; right: 13px; } }

@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; }}
