@charset "utf-8";

/* Reset CSS （normalize.css v3.0.2） */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* 追加 */
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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}address{font-style:normal}*{margin:0;padding:0}*,:after,:before{background-repeat:no-repeat;box-sizing:border-box}img{vertical-align:bottom;-webkit-backface-visibility:hidden}

/*----------------------------------------------------------------------------------------------------

  Base
  
----------------------------------------------------------------------------------------------------*/
:root {
  --base-width: 1366px;
  --cubic-bezier: cubic-bezier(.23,1,.32,1);
}
@media print, screen and (min-width:1001px) {
  :root {
    --line-height: 1.8;
    --line-height-l: 2.0;
    --line-height-m: 1.6;
    --line-height-s: 1.4;
    --side-space: 40px;
    --block-space-unit: 40px;
    --box-space-unit: 10px;
  }
}
@media print, screen and (min-width:641px) and (max-width:1000px) {
  :root {
    --line-height: 1.6;
    --line-height-l: 2.8;
    --line-height-m: 1.4;
    --line-height-s: 1.2;
    --side-space: 30px;
    --block-space-unit: 30px;
    --box-space-unit: 8px;
  }
}
@media screen and (max-width:640px) {
  :root {
    --line-height: 1.6;
    --line-height-l: 2.8;
    --line-height-m: 1.4;
    --line-height-s: 1.2;
    --side-space: 6%;
    --block-space-unit: max(calc(30 / 640 * 100vw), 15px);
    --box-space-unit: 6px;
  }
}
:root {
  --block-space-max: calc(var(--block-space-unit) * 4);/*160*/
  --block-space-3l: calc(var(--block-space-unit) * 3.5);/*140*/
  --block-space-2l: calc(var(--block-space-unit) * 3);/*120*/
  --block-space-l: calc(var(--block-space-unit) * 2.5);/*100*/
  --block-space-m: calc(var(--block-space-unit) * 2);/*80*/
  --block-space-s: calc(var(--block-space-unit) * 1.75);/*70*/
  --block-space-2s: calc(var(--block-space-unit) * 1.5);/*60*/
  --block-space-3s: calc(var(--block-space-unit) * 1.25);/*50*/
  --block-space-min: calc(var(--block-space-unit) * 1);/*40*/
  
  --box-space-max: calc(var(--box-space-unit) * 5);/*50*/
  --box-space-l: calc(var(--box-space-unit) * 4.5);/*45*/
  --box-space-m: calc(var(--box-space-unit) * 4);/*40*/
  --box-space-s: calc(var(--box-space-unit) * 3.5);/*35*/
  --box-space-2s: calc(var(--box-space-unit) * 3);/*30*/
  --box-space-min: calc(var(--box-space-unit) * 2.5);/*25*/
}
  
html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  background-color: #fff;
  color: #484848;
  font-family: 'Noto Sans JP','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-weight: 400;
  line-height: var(--line-height);
  word-wrap: break-word;
  text-align: center;
}
.js_rpsTable,
.js_rpsBlock {
  overflow: hidden;
}
.js_linkBox {
  cursor: pointer;
}
.js_iframe iframe {
  pointer-events: none;
  cursor: pointer;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.t-nowrap { display: inline-block; }
.lineh-l { line-height: var(--line-height-l); }
.lineh-m { line-height: var(--line-height-m); }
.lineh-s { line-height: var(--line-height-s); }

/*--------------------------------------------------------------------------------
  font
--------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
:root {
  --fs-max: 3em;/*48*/
  --fs-6l: 2.6em;/*41.6*/
  --fs-5l: 2.3em;/*36.8*/
  --fs-4l: 2em;/*32*/
  --fs-3l: 1.7em;/*27.2*/
  --fs-2l: 1.5em;/*24*/
  --fs-l: 1.3em;/*20.8*/
  --fs-m: 1.1em;/*17.6*/
  --fs-s: 0.9em;/*14.4*/
 --fs-2s: 0.8em;
  --fs-3s: 0.7em;
  --fs-min: 0.6em; 
  
  --ff-en: "Montserrat", sans-serif;;
  /*--ff-min: 'Shippori Mincho', serif;; */
}
@media print, screen and (max-width:1200px) {
  :root {
    --fs-max: 2.3em;
    --fs-5l: 2.1em;
    --fs-4l: 1.9em;
    --fs-3l: 1.6em;
  }
}
@media print, screen and (max-width:800px) {
  :root {
    --fs-max: 2.1em;
    --fs-5l: 2em;
    --fs-4l: 1.8em;
    --fs-3l: 1.5em;
    --fs-2l: 1.4em;
    --fs-l: 1.2em;
  }
}
@media print, screen and (max-width:1200px) {
  html {
    font-size: clamp(58%, 0.2em + 0.6vw, 62.5%);
  }
}
@media screen and (max-width:640px) {
  html {
    font-size: clamp(50%, 0.3em + 0.8vw, 58%);
  }
}
.fs-max { font-size: var(--fs-max); }
.fs-5l { font-size: var(--fs-5l); }
.fs-4l { font-size: var(--fs-4l); }
.fs-3l { font-size: var(--fs-3l); }
.fs-2l { font-size: var(--fs-2l); }
.fs-l { font-size: var(--fs-l); }
.fs-m { font-size: var(--fs-m); }
.fs-ms { font-size: var(--fs-ms); }
.fs-s { font-size: var(--fs-s); }
.fs-2s { font-size: var(--fs-2s); }
.fs-3s { font-size: var(--fs-3s); }
.fs-min { font-size: var(--fs-min); }

.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-700 { font-weight: 700; }
.fw-900 { font-weight: 900; }

.fc-blue { color: #305884; }
.fc-dblue { color: #1C3C5E; }
.fc-lblue { color: #5DA9E9; }
.fc-gold { color: #917D5F; }
.fc-red { color: #C34141; }
.fc-orange { color: #FF3F00; }
.fc-pink { color: #FF8686; }


/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

/* .poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
} */



/* .ff-en { font-family: var(--ff-en); }
.ff-min { font-family: var(--ff-min); } */

/*-----------------------------------------------------------------------------------
  img
-----------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  img.img-hv,
  a.img-hv img {
    transition: opacity 0.3s ease-out;
  }
  img.img-hv:hover,
  a.img-hv:hover img,
  .js_linkBox:hover img.img-hv {
    opacity: 0.6;
  }
}

/*-----------------------------------------------------------------------------------
  link
-----------------------------------------------------------------------------------*/
a {
  outline: none;
}
a,
a:visited,
a:hover {
  color: #59b6d0;
  text-decoration: underline;
}
@media (hover: hover) {
  a,
  .js_linkBox {
    transition: color 0.15s ease-out, opacity 0.15s ease-out, background 0.3s ease-out, border 0.15s ease-out;
  }
  a:hover,
  .js_linkBox:hover a {
    color: #003F91;
    text-decoration: none;
  }
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
  }
}
a[href^="tel:"],
a[href^="tel:"]:visited,
a[href^="tel:"]:hover {
  color: inherit;
  text-decoration: none;
}



/*----------------------------------------------------------------------------------------------------

  
----------------------------------------------------------------------------------------------------*/

.pc {
}
.sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.flex{
    display: flex;
}

.between{
    justify-content: space-between;
}

.j-center{
    justify-content: center;
}

.align-center{
    align-items: center;
}

/*----------------
line-ttl
----------------*/

.line-ttl{
  padding: 3em 20px;
  background: linear-gradient(90deg,#ffdeec, #fff5e1, #c0def4, #b7f2c5)fixed;
  background-size: 200% 200%;
  animation: GradietionAnimation 9s ease infinite;
  line-height: 2;
}

.line-ttl span{
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.line-ttl span:before,
.line-ttl span:after {
  position: absolute;
  content: '';
}

.line-ttl span:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 1px solid #919191;
  border-left: 1px solid #919191;
}

.line-ttl span:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #919191;
  border-bottom: 1px solid #919191;
}





/*----------------
enttl
----------------*/

.en{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.enttl{
  line-height: 1;
  font-size:var(--fs-2s);
  font-weight: 700;
  color: #3C3C3C;
  /* color: #000; */
  text-align: center;
}

.enttl[enposi="left"]{
  text-align: left;
}

.enttl span{
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:var(--fs-5l);
  padding-bottom: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .enttl[enposi="left"]{
    text-align: center;
  }
}


/*----------------
naname
----------------*/

.naname {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.naname::before,
.naname::after {
  background-color: #F4C8CD; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.naname::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.naname::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


/*----------------
link-button
----------------*/

.link-button{
  background-color: #6F6D5A;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  margin: auto;
}

.link-button a{
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 4px;
}

.link-button a:hover{
  background-color: #484637;
}

.link-button a > span{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.link-button a::after{
  content: url(../image/common/arrow-white-button.svg);
  position: absolute;
  padding-top: 2px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.link-button a:hover::after{
  right: 10px;
  transition: .3s;
}

.link-button.tel-button,
.link-button.web-button{
  max-width: 400px;
  width: 100%;
  height: 120px;
  /* border-radius: 0px 20px 0px 20px;  */
}


/* .link-button.tel-button a,
.link-button.web-button a{
  border-radius: 0px 20px 0px 20px;
} */

.link-button.tel-button a > span,
.link-button.web-button a > span{
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 56px;
  white-space: nowrap;
}

.link-button.tel-button a > span::before,
.link-button.web-button a > span::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  width: 36px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #fff; */
}

.link-button.tel-button a > span::before{
  background-image: url(../image/common/phone.svg);
}

.link-button.web-button a > span::before{
  background-image: url(../image/common/cal.svg);
  width: 45px;
  background-size: contain;
}

/* .link-button.tel-button:hover,
.link-button.web-button:hover{
  animation: yureru-j 1s infinite;
}

@keyframes yureru-j {
  0% {
      transform: translate(0px, 2px);
  }
  5% {
      transform: translate(0px, -2px);
  }
  10% {
      transform: translate(0px, 2px);
  }
  15% {
      transform: translate(0px, -2px);
  }
  20% {
      transform: translate(0px, 2px);
  }
  25% {
      transform: translate(0px, -2px);
  }
  30% {
      transform: translate(0px, 0px);
  }
} */


.link-button.tel-button a::after,
.link-button.web-button a::after{
  content: none;
}

.link-button.tel-button{
  background-color: #AE9373
}

.link-button.tel-button a > span{
  display: flex;
  flex-direction: column;
}

.link-button.tel-button a > span >span{
  white-space: nowrap;
}

.link-button.tel-button a > span >span:nth-child(2){
  background-color: #fff;
  color:#AE9373;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.link-button.tel-button a:hover{
  background-color: #927450;
}

.link-button.tel-button a:hover > span >span:nth-child(2){
  color: #927450;
  transition: .3s;
}

.link-button.web-button{
  background-color:#ff9e9e;
}

.link-button.web-button span{
  font-size: var(--fs-m);
}

.link-button.web-button a:hover{
  background-color: #FF8686;
}

/*----------------
btn_30
----------------*/
a.btn_30 {
	display: flex;
  justify-content: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 20em;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
}
a.btn_30:hover {
	transform: rotateX(-90deg);
}
a.btn_30 .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: 500;
	letter-spacing: 3px;
}
a.btn_30 .top {
	background: #b4e12b;
	color: #fff;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.btn_30 .front {
	background: #27acd9;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}

/*----------------
header
----------------*/
header{
  /* background-color: #FBFAED;
  height: 90px; */

}

.header-primary{
  /* padding:22px 40px; */
  position: relative;
}


.header-wrap{
  width: 95%;
  padding:32px 32px 32px 40px;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (max-width:800px) {
  .header-wrap{
    padding:32px;
  }
}

@media print, screen and (max-width:640px) {
  .header-wrap{
    padding:22px 20px;
  }
}

.header-box .box-inner{
  /* display: flex;
  align-items: center; */
}

.header-menu{
  margin-right: 50px;
}

.header-menu a{
  color: #fff;
}

.header-menu ul{
  display: flex;
  flex-direction: column;
}

.header-menu ul li{
  list-style: none;
}

.header-menu ul li:nth-last-child(n+3){
  margin-right: 20px;
}

.header-menu ul li:nth-last-child(2){
  margin-right: 40px;
}

.header-menu ul li a:not(.insta){
  text-decoration: none;
  padding:10px;
}

@media print, screen and (max-width:1200px) {
  /* .header-primary{
    padding:22px 30px;
  } */

  .header-menu{
    margin-right: 25px;
  }

  .header-menu ul li:nth-last-child(n+3){
    margin-right: 10px;
  }
  
  .header-menu ul li:nth-last-child(2){
    margin-right: 15px;
  }
  .header-menu ul li a:not(.insta){
    padding:0px;
  }
}
.hedder-tel.fix{
  margin-left: auto;
}

@media print, screen and (max-width:640px) {
  .hedder-tel.fix{
    position: fixed;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hedder-tel{
  width: 220px;
  height: 58px;
  background-color: rgba(255,255,255,0); 
}

.hedder-tel a{
  position: relative;
  border-radius: 4px;
  height: 100%;
  color: #fff;
  display: block;
  font-size: var(--fs-2l);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.hedder-tel a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* padding-left: 24px; */
  white-space: nowrap;
}

.hedder-tel a span::before{
  content: "TEL ";
  font-size: 15px;
  font-weight: 100;
  /* 
  position: absolute;
  display: block;
  top: 2px;
  left: 0%;
  width: 15px;
  height: 24px;
  background-image: url(../image/common/phone.svg);
  background-size: cover; */
}

.logo{
    transition: all 0.3s;
    text-align: left;
}
@media print, screen and (max-width:800px) {
.logo img{
   width: 300px;
   transition: all 0.3s;
  }
}

@media print, screen and (max-width:640px) {
  .logo img{
    width: 280px;
    transition: all 0.3s;
   }
}
/* @media print, screen and (min-width:961px) {
  .menu-trigger-button{
    display: none;
  }
} */

/* @media print, screen and (max-width:960px) { */

/*========= ナビゲーションのためのCSS ===============*/
.header-box{
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;
z-index: -1;
opacity: 0;/*はじめは透過0*/
  /*ナビの位置と形状*/
top:0;
left: 0;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#5c5c5c;
  /*動き*/
transition: all 0.3s;
visibility: hidden;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
.header-box.panelactive{
opacity: 1;
z-index:999;
visibility: visible;
}

.header-box.panelactive .hedder-tel {
  border: rgba(255,255,255,0.5) 1px solid;
  width: 260px;
  height: 72px;
}

.logo.active{
  position: fixed;
  top:34px;
  left:40px;
  z-index:1000;
}

@media print, screen and (max-width:800px) {
  .logo.active{
    top:32px;
    left:32px;
    }
  }
  
  @media print, screen and (max-width:640px) {
    .logo.active{
      top:22px;
      left:20px;
      }
  }

/*ナビゲーションの縦スクロール*/.header-box.panelactive.header-box-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/.box-inner {
  flex-direction: column;
  /* display: none; */
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.header-box.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
.header-box li{
list-style: none;
  text-align: center; 
}
.header-box li a{
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.header-menu ul li a{
  font-size: var(--fs-m);
}

/*========= ボタンのためのCSS ===============*/
.menu-trigger{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:36px;
  right: 40px;
  cursor: pointer;
  width: 36px;
  height:50px;
  background-color: rgba(255,255,255,0);
  border: none;
  /* クリックした際に枠線をnone消す */
  outline: none;
  /* 影を消す */
  box-shadow: none;
}

@media print, screen and (max-width:800px) {
  .menu-trigger{
    top:36px;
    right: 24px;
  }
}

@media print, screen and (max-width:640px) {
  .menu-trigger{
    width: 30px;
    top:10px;
    right: 20px;
  }
}
	
/*×に変化*/	
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
  }

  @media print, screen and (max-width:800px) {

  }

  .menu-trigger.change-color span{
    background-color: #AE9373;
    transition: 0.3s;
  }

.menu-trigger span:nth-of-type(1) {
	top:10px;	
}

.menu-trigger span:nth-of-type(2) {
	top:24px;
}

.menu-trigger span:nth-of-type(3) {
	bottom:10px;
}

.menu-trigger.active span:nth-of-type(1) {
    /* top: 18px;
    left: 18px; */
    top: 18px;
    left: 0px;

    transform: translateY(6px) rotate(-45deg);
    /* width: 30%; */
    width: 100%;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3){
    /* top: 30px;
    left: 18px; */
    top: 30px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    /* width: 30%; */
    width: 100%;
}



  .header-menu ul li a.insta img{
    width: 40px;
  }

  .header-menu {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  
  .header-menu ul li:nth-last-child(n+3) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  
  .header-menu ul li:nth-last-child(2) {
    margin-right: 0;
    margin-bottom: 15px;
  }

/* } */

/*----------------
mainvisual
----------------*/

#mainvisual .inner{
  position: relative;
  backface-visibility: hidden
}

#mainvisual .inner .catch{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width :494px;
  width: 100%;
}


#mainvisual .inner .catch img{
  max-width :30px;
  width: 100%;
  margin-bottom: 8px;
}

#mainvisual .inner .catch strong{
  text-transform: uppercase;
  font-family: var(--ff-en);
  font-weight: 200;
  font-size: var(--fs-5l);
  letter-spacing: 3px;
  display: block;
  margin-bottom: 2px;
  color: #fff;
}

#mainvisual .inner .catch span{
  display: inherit;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  font-family: "Noto Sans JP";
}

body.top #mainvisual .inner .catch img{
  max-width :494px;
}

@media print, screen and (max-width:640px) {
  body.top #mainvisual .inner .catch img{
    max-width :50px;
    margin-bottom: 30px;
  }
  body.top #mainvisual .inner .catch{
    max-width :200px;
  }
}

body.top #mainvisual .inner .catch span{
  padding: 2px 4px;
  border: rgba(255,255,255,0.8) 1px solid;
}

body.top .splide{
  margin-bottom: 0;
}

body.top .splide__slide img {
  transition: 4s ease-out;
}
body.top .splide__slide.is-active img {
  transform: scale(1.05);
  transition-delay: 0s;
}

.splide{
  /* margin-bottom: var(--block-space-l); */
}
.splide__slide{
  width: 100%;
  height: 100vh;
}

.splide__slide img{
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

body.top .splide__list .splide__slide:first-child img{
  object-position: bottom center;
}

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

/* top-news */
.top-news{
  margin-bottom: 80px;
  overflow: hidden;
}

@media print, screen and (max-width:800px) {
  .top-news{
    margin-bottom: 60px;
  }
}

.top-news h2{
  position: relative;
  padding-top: 30px;
  margin-right: 80px;
  white-space: nowrap;
}

.top-news h2 span{
  letter-spacing: 2px;
}

.top-news h2 small{
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.top-news h2 small::after{
  content: "";
  display: block;
  margin-left: 10px;
  box-sizing: border-box;
  width: 32px;
  height: 1px;
  border-top: #000 1px solid;
  transition: .3s;
}

.top-news .inner{
  /* max-width: 1640px; */
  margin: 0 auto;
  /* background: linear-gradient(#EAF7DA, #FCFDEF); */
  background: #EAEAEA;
  padding: 80px;
}

.top-news .box{
  display: flex;
  max-width: 1376px;
  margin: auto;
  justify-content: space-between;
}

@media print, screen and (max-width:1200px) {
  .top-news{
   padding: 0 0%;
  }

  .top-news .inner{
    padding: 20px 40px 5%;
  }
  .top-news h2{
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .top-news h2 span{
    text-align: center;
  }

  .top-news .box{
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (max-width:640px) {
  .top-news .inner{
    padding: 10px 20px 30px;
  }
}


.top-news-list{
  position: relative;
  list-style: none;
  background-color: #fff;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (max-width:640px) {
  .top-news-list{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-news-list li{
  text-align: left;
  display: flex;
}

.top-news-list li .date{
  color: #6F6D5A;
  margin-right: 20px;
}

.top-news-list li .title{
  display: block;
}

.top-news-list li:not(:last-child){
  margin-bottom: 20px;
}

@media print, screen and (max-width:640px) {
  .top-news-list li{
    flex-direction: column;
  }
  .top-news-list li .date{
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .top-news-list li:not(:last-child){
    margin-bottom: 24px;
  }
  
}


.top-news .link-button{
  position: relative;
  z-index: 2;
}


/* b-menu */

.b-menu{
  margin-bottom: 120px;
}

@media print, screen and (max-width:640px) {
  .b-menu{
    margin-bottom: 80px;
  }
}

.b-menu .inner{
  padding-left: 5%;
  padding-right: 5%;
}

.recruit-banner{
  position: relative;
  display: flex;
  justify-content: center;
  border: #D3C7B9 1px solid;
  transition: .3s;
  max-width: 1320px;
  margin: 0 auto 100px;
}

@media print, screen and (max-width:640px) {
  .recruit-banner{
    margin-bottom:60px;
  }
}

.recruit-banner>a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit-banner:hover{
  background-color:#D3C7B9 ;
  transition: .3s;
}

.recruit-banner .box{
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1080px;
  gap: 40px;
  margin: auto;
}

@media print, screen and (max-width:1120px) {
  .recruit-banner{
    padding: 20px 20px 0;
  }
  .recruit-banner .box{
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: 110px 1fr;
    gap: 0 20px;
  }
  .recruit-banner .box img{
    grid-row-start: 1;
    grid-row-end: 3;
    width: 300px;
  }
  .recruit-banner-ttl + p{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width:640px) {
  .recruit-banner{
    padding: 20px 30px;
    background-image: url(../image/top/staffwanted.png);
    /* background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten; */
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right bottom;
  }
  .recruit-banner .box img{
    display: none;
  }
  .recruit-banner .box{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    margin-right: auto;
    margin-left: 0;
  }
  .recruit-banner-ttl + p{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-bottom: 0px;
  }
}

.recruit-banner-ttl{
  font-size: var(--fs-5l);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  color: #000;
}
/* @media print, screen and (max-width:1120px) {
  .recruit-banner-ttl{
    width: 100%;
  }
} */

.recruit-banner-ttl span{
  font-size:12px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  letter-spacing: 0px;
  white-space: nowrap;
}

.recruit-banner-ttl span::after{
  content: "";
  display: block;
  margin-left: 15px;
  box-sizing: border-box;
  width: 32px;
  height: 1px;
  border-top: #000 1px solid;
  transition: .3s;
}

.recruit-banner:hover .recruit-banner-ttl span::after{
  width: 72%;
  transition: .3s;
}

@media print, screen and (max-width:1120px) {
  .recruit-banner:hover .recruit-banner-ttl span::after{
    width: 30%;
  }
}

.recruit-banner img{
  width: 120px;
}
.recruit-banner p{
  text-align: left;
}

.b-menu-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

@media print, screen and (max-width:1160px) {
  .b-menu-list{
    gap: 10px;
  }
}

@media print, screen and (max-width:800px) {
  .b-menu-list{
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }
}

@media print, screen and (max-width:850px) {
  .recruit-banner-ttl + p{
    text-shadow: 1px 1px 2px #fff;
  }

}

.b-menu-item{
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media print, screen and (max-width:800px) {
  .b-menu-item{
    aspect-ratio:2 / 1;
  }
}

.b-menu-item::after{
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  right: 30px;
  bottom: 30px;
  background-image: url(../image/common/arrow.svg);
  background-size: contain;
  transition: .3s ease;
}

.b-menu-item:hover::after{
  right: 20px;
  transition: .3s ease;
}

.b-menu-item .txt-box{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.b-menu-item .txt-box p::before {
  content: "";
  display: block;
  width: auto;
  height:45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  filter:drop-shadow(1px 2px 4px #7c7c7c);
}

.b-menu-list .b-menu-item:nth-child(1) .txt-box p::before{
  background-image: url(../image/top/b_menu_img01.svg);
}
.b-menu-list .b-menu-item:nth-child(2) .txt-box p::before{
  background-image: url(../image/top/b_menu_img02.svg);
}
.b-menu-list .b-menu-item:nth-child(3) .txt-box p::before{
  background-image: url(../image/top/b_menu_img03.svg);
}

.b-menu-item .txt-box p{
  font-weight: 700;
  font-size: var(--fs-l);
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 2px 4px #7c7c7c;
}

@media print, screen and (max-width:1160px) {
  .b-menu-item .txt-box p{
    font-size: var(--fs-m);
  }
}

@media print, screen and (max-width:860px) {
  .b-menu-item .txt-box p{
    font-size: var(--fs-s);
  }
}

@media print, screen and (max-width:800px) {
  .b-menu-item .txt-box p{
    font-size: var(--fs-3l);
  }
}
@media print, screen and (max-width:640px) {
  .b-menu-item .txt-box p{
    font-size: var(--fs-l);
  }
}

.b-menu-item .txt-box .en{
  font-size: var(--fs-3s);
  display: block;
  text-transform: uppercase;
}

.b-menu-item > img{
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
}

.b-menu-item > a{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 144, 144, 0.3);
  transition: .3s ease;
}

.b-menu-item > a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  transition: .3s ease;
}

.b-menu-item:hover > img {
  transform:scale(1.1,1.1);
  transition: .3s ease;
}

/* top-greeting */

.top-greeting{
  margin-bottom: 120px;
}

@media print, screen and (max-width:800px) {
  .top-greeting{
    margin-bottom: 80px;
  }
}

.top-greeting .inner{
  position: relative;
  padding-bottom: 100px;
}

.top-greeting .inner::before{
  position: absolute;
  top: calc(16% - 71px);
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  max-width: 528px;
  height: 72px;
  /* aspect-ratio: 528/72; */
  background-image: url(../image/top/messagetxt.svg);
}
@media print, screen and (max-width:640px) {
  .top-greeting .inner{
    padding-bottom: 60px;
  }

  .top-greeting .inner::before{
    height: 56px;
    background-size: contain;
  }
}

.top-greeting .inner::after{
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  left: 0;
  bottom: 0;
  background-color: #EAEAEA;
}

.top-greeting .box{
  max-width: 990px;
  margin: auto;
}

.top-greeting .img-box{
  margin-left: auto;
  margin-right: 0;
  max-width: 820px;
  width: 100%;
  /* aspect-ratio: 820/475; */
  aspect-ratio: 820/420;
  overflow: hidden;
  background: rgb(255,255,255);
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(221,212,195,1) 25%, rgba(213,197,162,1) 75%, rgb(216, 191, 138) 100%); */
  background: linear-gradient(135deg,#ffdeec, #fffcf6, #f1dcb1, #d5c5a2)fixed;
  /* background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed; */
  background-size: 200% 200%;
  animation: GradietionAnimation 9s ease infinite;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.top-greeting .img-box img{
  /* width: 80%; */
  width: 100%;
  margin-top: 50px;
  
  width: 100%;
  margin-right: 30px;
}

.top-greeting .txt-box{
  position: relative;
  margin-top: -1em;
  max-width: 716px;
  width: 100%;
  text-align: left;
}

@media print, screen and (max-width:1060px) {
  .top-greeting .txt-box{
    padding: 0 20px;
  }
}
@media print, screen and (max-width:990px) {
  .top-greeting .txt-box{
    max-width: 990px;
  }
}

.top-greeting h2{
  font-size: var(--fs-3l);
  color: #000;
  padding-bottom:48px;
}

.top-greeting h2 span{
  text-transform: uppercase;
  color: #CFBE9B;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
  padding-bottom:2em;
}

.top-greeting .name{
  padding-top: 56px;
  text-align: right;
  font-weight: 700;
  font-size: var(--fs-m);
  color: #000;
}

@media print, screen and (max-width:800px) {
  .top-greeting h2{
    padding-bottom:30px;
  }
  .top-greeting .name{
    padding-top: 36px;
  }
  .top-greeting h2{
    padding-bottom:30px;
  }
}

/* proper */

.proper{
  margin-bottom: 100px;
}

.proper h2{
  margin-bottom: 50px;
}

.proper .inner{
  padding-left: 5%;
  padding-right: 5%;
}

.proper-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.proper-list li{
  position: relative;
  background-color: #fff;
  border-bottom: solid 1px #919191;
  /* background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.6) 100%); */
}

.proper-list li .num{
  text-align: right;
  line-height: 0.9;
  display: block;
  position: relative;
  margin-top: -45px;
  font-weight: 100;
  /* color: #AE9373; */
  font-size: 100px;
  background-image: linear-gradient(0deg, #AE9373 0 50%, white 30%);
  -webkit-background-clip: text;
  color: transparent;
}

.proper-list li .num:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, white 0 50%, #AE9373 30%);
  content: '';
  z-index: -1;
}

.proper-list li p{
  text-align: left;
  padding: 0px 30px 40px;
  font-weight: 700;
  font-size: var(--fs-m);
}

.proper_imgbox{
 /* max-height:387px; */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.proper_imgbox img{
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
}

@media print, screen and (max-width:1160px) {
  .proper-list li p{
    font-size: var(--fs-s);
  }
}

@media print, screen and (max-width:960px) {
  .proper-list{
    grid-template-columns: repeat(1,1fr);
    gap: 60px;
  }
  .proper_imgbox{
     aspect-ratio: 2 / 1;
   }
  .proper-list li p{
    font-size: var(--fs-l);
  }
}

@media print, screen and (max-width:640px) {
  .proper-list{
    grid-template-columns: repeat(1,1fr);
    gap: 50px;
  }
  .proper_imgbox{
     aspect-ratio: 2 / 1;
   }
  .proper-list li p{
    font-size: var(--fs-m);
  }
}

/* @media print, screen and (max-width:480px) {
  .proper_imgbox{
    aspect-ratio: 1 / 1;
  }
} */


/* clinic-movie*/

.clinic-movie{
  background-color: #EAEAEA;
  padding-top: var(--block-space-m);
  padding-bottom: var(--block-space-m);
  margin-bottom:var(--block-space-l) ;
}

.clinic-movie h2{
  margin-bottom: 30px;
}

.clinic-movie .inner{

  padding-left: 5%;
  padding-right: 5%;
  max-width: 1146px;
  margin: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.clinic-movie iframe {
  width: 100%;
  height: 100%;
}

/*----------------
first_visit
----------------*/


/* about-director */
.about-director{
  margin-bottom: 60px;
}

.about-director .inner{
  max-width: 1160px;
  padding: 60px 40px;
  margin:auto;
}
@media print, screen and (max-width:700px) {
  .about-director .inner{
    padding: 40px 20px;
  }
}

.about-director .box{
  display: flex;
  box-shadow: 10px 10px 20px #d3d3d3, -10px -10px 20px #fff;
  /* align-items: center; */
  /* background-color: #EAEAEA; */
}

.about-director .img-box{
 max-width: 560px;
 width: 100%;
 transition: .3s;
}

.about-director .txt-box{
  text-align: left;
  padding: 50px;
  width: 50%;
}

@media print, screen and (max-width:1080px) {
  .about-director .img-box{
    max-width: 480px;
    transition: .3s;
   }

   .about-director .txt-box{
    padding: 36px;
  }
}

@media print, screen and (max-width:960px) {
  .about-director .box{
    flex-direction: column;
  }

  .about-director .img-box{
    max-width: 960px;
   }

  .about-director .img-box img{
   width: 100%;
   }

   .about-director .txt-box{
    padding: 60px;
    width: 100%;
  }
}

@media print, screen and (max-width:700px) {
  .about-director .txt-box{
    padding: 30px 20px;
  }
  .about-director{
    margin-bottom: 40px;
  }
}


.about-director .txt-box ul{
  list-style: none;
}

.about-director .txt-box ul:not(:last-child){
  margin-bottom: 30px;
}

.about-director .txt-box h2{
  color: #000;
  /* border-bottom: #b7b7b7 1px solid; */
  margin-bottom: var(--box-space-min);
}

.about-director h2 span{
  /* color: #AE9373; */
}

.about-director .txt-box h3{
  margin-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  /* color: #AE9373;  */
}

.about-director .txt-box ul.brief-history li{
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (max-width:960px) {
  .about-director .txt-box ul.brief-history li br{
    display: none;
  }
}

@media print, screen and (max-width:700px) {
  .about-director .txt-box ul.brief-history li br{
    display: block;
  }
}

.about-director .txt-box ul.brief-history li span.year{
  display: block;
  width: 60px;
  margin-right: 30px;
}

.about-director .txt-box ul.brief-history li p{
  width: calc(100% - 90px);
}
@media print, screen and (max-width:700px) {
  .about-director .txt-box ul.brief-history li span.year{
    width: 50px;
    margin-right: 20px;
  }
  
  .about-director .txt-box ul.brief-history li p{
    width: calc(100% - 70px);
  }
}

/* initial-examination */

.initial-examination{
  margin-bottom: 80px;
}

@media print, screen and (max-width:700px) {

.initial-examination{
  margin-bottom: 60px;
}
}

.initial-examination h2{
  margin-bottom: 40px;
}

.initial-examination h2+p{
  margin-bottom: 20px;
}

.initial-examination h3{
  /* position: relative;
  display: inline-block; */
  /* padding-bottom: 10px; */
  margin-bottom: 15px;
}

.initial-examination h3::after{
  content: "";
  display: block;
  /* position: absolute;
  top: 50%;
  left: 100%;
  transform: translateX(-50%);
  display: inline-block; */
  width: 40px;
  height: 1px;
  background-color: #FF8686;
  margin-top: 5px;
  /* margin-left: 36px */
}

.initial-examination h3+p{
  margin-bottom: 20px;
}

.initial-examination .inner{
  max-width: 1080px;
  padding: 60px 40px;
  margin:auto;
  text-align: left;
  background-color: #EAEAEA;
  /* border:10px solid #EAEAEA; */
}

@media print, screen and (max-width:640px) {
  .initial-examination .inner{
    padding: 40px 20px;
  }
}

.initial-examination dl dt{
  font-weight: 700;
  margin-bottom: 10px;
}
.initial-examination dl dd{
  font-weight: 700;
}

.initial-examination dl dd ul{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

@media print, screen and (max-width:640px) {
  .initial-examination dl dd ul{
    grid-template-columns: repeat(1,1fr);
  }
}
.initial-examination dl dd ul li{
  position: relative;
  background-color: #fff;
  text-align: center;
  /* color: #AE9373;  */
  color: #FF8686; 
  padding: 10px 0;
}

.initial-examination dl dd ul li:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #919191;
}

@media print, screen and (max-width:640px) {
  .initial-examination dl dd ul li:not(:last-child)::after{
    top: calc(100% + 10px);
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
  }
}

.caution{
  font-weight:700;
}

.initial-examination dl {
  margin-bottom: 30px;
}

/* feature */

.feature{
background-color: #EAEAEA;
margin-bottom: 80px;
}
@media print, screen and (max-width:640px) {
  .feature{
    margin-bottom: 60px;
    }
}

.feature h2{
  margin-bottom: 40px;
  /* color: #AE9373; */
  color: #000;
}

.feature h2 span{
 
}

.feature .inner{
  max-width: 750px;
  padding: 60px 40px;
  margin:auto;
  text-align: left;
}
@media print, screen and (max-width:640px) {
  .feature .inner{
    padding: 40px 20px;
  }
}

.feature .inner ol{
  list-style: none;
}

.feature .inner ol li{
  counter-increment: examples;
  font-size: var(--fs-m);
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.feature .inner ol li:not(:last-child){
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 15px;
}
.feature .inner ol li:before {
  content: "0" counter(examples)"."; 
  font-family: var(--ff-en);
  margin-right: 0.5em;
  font-size: var(--fs-l);
  /* color: #FF8686; */
  color: #AE9373;
  font-weight: 700;
}

@media print, screen and (max-width:640px) {
  /* .feature .inner ol li:before{
    display: block;
  } */
}
.feature .inner ol li:nth-of-type(9) ~ li:before {
  content: counter(examples); 
}

/* before coming */

.before-coming {
  /* background-color: #EAEAEA; */
  margin-bottom: 80px;
  }

  @media print, screen and (max-width:640px) {
    .before-coming{
      margin-bottom: 60px;
      }
  }
  
  .before-coming  h2{
    /* color: #000; */
    margin-bottom: 40px;
  }

  .before-coming  h3 +p{
    margin-bottom: 20px;
  }

  .before-coming .inner{
    max-width: 1080px;
    padding: 60px 40px;
    margin:auto;
    text-align: left;
    border:10px solid #EAEAEA;
  }

  @media print, screen and (max-width:640px) {
    .before-coming .inner{
      padding: 40px 20px;
      }
  }

  .before-coming .link-box{
    display: flex;
    margin-bottom: 30px;
  }

  @media print, screen and (max-width:750px) {
    .before-coming .link-box{
     flex-direction: column;
     gap: 20px;
    }
    .before-coming .link-box .link-button{
     width: 100%;
     max-width: 750px;
    }
  }

  .before-coming .inner .box:not(:last-of-type){
    margin-bottom: 20px;
  }

/*----------------
diagnosis
----------------*/

/* diagnosis-content */

.diagnosis-content .inner{
  width: 100%;
  max-width: 1080px;
  padding: 60px 40px;
  margin: auto;
}

.diagnosis-content-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  /* gap: var(--block-space-m) 0; */
  text-align: left;
}
@media print, screen and (max-width:760px) {
  .diagnosis-content .inner{
    padding: 60px 30px;
  }

  .diagnosis-content-list{
    grid-template-columns: repeat(1,1fr);
    gap: 0px 0px;
  }
 }

 @media print, screen and (max-width:480px){
  .diagnosis-content .inner{
    padding: 60px 20px;
  }
 }

.diagnosis-content-list li{
  /* background-color: #EAEAEA; */
  /* padding-top: 30px;
  padding-bottom: 30px; */
  padding: 40px;
}

.diagnosis-content-list li:nth-child(odd){
  border-right: 1px #b2b2b2 solid;
  /* padding-right: 20px; */
}

.diagnosis-content-list li:nth-child(even){
  /* padding-left: 20px; */
}

.diagnosis-content-list li:not(:nth-last-child(-n+2)){
  border-bottom: 1px #b2b2b2 solid;
}

@media print, screen and (max-width:760px) {
  .diagnosis-content-list li{
    padding: 30px;
    border-left: 1px #b2b2b2 solid;
    border-right: 1px #b2b2b2 solid;
    border-bottom: 1px #b2b2b2 solid;
  }

  .diagnosis-content-list li:first-child{
    border-top: 1px #b2b2b2 solid;
  }
}

@media print, screen and (max-width:480px){
  .diagnosis-content-list li{
    padding: 30px 20px;
  }
 }

.diagnosis-content-list h3{
  font-size: var(--fs-2l);
  color: #000;
  margin-bottom: 20px;
}

.diagnosis-content-list h3 span{
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #AE9373;
}


/*----------------
hosp_intro
----------------*/

.hosp_intro-content{
  /* background-color: #EAEAEA; */
}
.hosp_intro-content .inner{
  padding: 60px 40px;
}

.hosp_intro-content-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 60px 30px;
}

@media print, screen and (max-width:1160px) {
  .hosp_intro-content-list{
    grid-template-columns: repeat(3,1fr);
    gap: 60px 30px;
  }
 }
@media print, screen and (max-width:960px) {
  .hosp_intro-content .inner{
    padding: 60px 30px;
  }
  .hosp_intro-content-list{
    grid-template-columns: repeat(2,1fr);
    gap: 50px 30px;
  }
 }
@media print, screen and (max-width:560px) {
  .hosp_intro-content .inner{
    padding: 40px 20px;
  }
  .hosp_intro-content-list{
    grid-template-columns: repeat(1,1fr);
    gap: 40px 30px;
  }
 }

.hosp_intro-content-list li{
  text-align: left;
  /* border-bottom: 1px solid #919191; */
  background-color: #fff;
  box-shadow: 10px 10px 20px #d3d3d3, -10px -10px 20px #fff;
  /* box-shadow: 10px 10px 20px #d3d3d3; */
  overflow: hidden;
}

.hosp_intro-content-list li img{
  filter: brightness(1.1);
}

.hosp_intro-content-list p{
  position: relative;
  padding: 20px;
}

.hosp_intro-content-list li p::before{
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  background-image: url(../image/common/logomark.svg);
  background-size: cover;
  /* top: 205px; */
  top: -58px;
  left: calc(100% - 50px);
}

.hosp_intro-content-list li p span{
  display: block;
  font-size: var(--fs-m);
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.hosp_intro-content-list li p span::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  /* background-color: #919191; */
  background-color: #AE9373;
  margin-top: 5px;
}


/*----------------
recruit
----------------*/

/* greeting */
.greeting{
  position: relative;
  margin-top: 100px;
  margin-bottom: 120px;
  overflow: hidden;
}

.greeting::before{
  position: absolute;
  content: "";
  display: block;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.greeting .inner{
  max-width: 1160px;
  box-sizing: border-box;
  padding: 100px 40px;
  margin: auto;
}
.greeting .box{
  display: flex;
}
 .greeting .txt-box{
  text-align: left;
  max-width: 510px;
  margin-right: var(--block-space-m);
}

.greeting .txt-box h2{
  color: #000;
  padding-bottom: 30px;

}

 .greeting .txt-box p{
  padding-bottom: 40px;
  border-bottom:solid 1px #707070;
}

 .greeting .img-box{
  max-width: 510px;
  width: 100%;
 }
 /* .greeting .img-box img{
  aspect-ratio: 1;
 } */

 @media print, screen and (max-width:1160px) {
  .greeting .txt-box{
    max-width: 40%;
    margin-right: 40px;
  }
 }

 @media print, screen and (max-width:900px) {
   .greeting .txt-box{
    max-width: 35%;
    margin-right: 30px;
  
  }
   .greeting {
    margin-top: 60px;
  }
 }


 @media print, screen and (max-width:800px) {

   .greeting .box{
     flex-wrap: wrap-reverse;
   }
  .greeting .img-box{
    max-width: 800px;
    margin-bottom: 40px;
   }
   .greeting .img-box img{
    max-width: 100%;
   }
  .greeting .txt-box{
    width: 100%;
    max-width: 800px;
    margin-right: 0px;
  }
 }

 @media print, screen and (max-width:640px) {
  .greeting .inner {
    padding: 60px 20px;
  }
 }

 /* staff-we-seek */
 .staff-we-seek{
  position: relative;
}

.staff-we-seek::before{
  position: absolute;
  content: "";
  display: block;
  width: 45%;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.staff-we-seek .inner{
  max-width: 1160px;
  box-sizing: border-box;
  padding: 20px 0px 100px ;
  margin: auto;
}
.staff-we-seek .box{
  display: flex;
  align-items: center;
}
 .staff-we-seek .txt-box{
  text-align: left;
  max-width: 452px;
  margin: 0 40px 0 var(--block-space-l);
}

.staff-we-seek .txt-box h2{
  color: #000;
  padding-bottom: 30px;
}

.staff-we-seek .txt-box h3{
  font-size: var(--fs-l);
  color: #000;
  margin-bottom: 15px;
}

.staff-we-seek .txt-box h3 .num{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.5em;
}

.seek-list {
  list-style: none;
}

.seek-list li{
  padding-top:45px ;
}

.seek-list li:not(:last-child){
  padding-bottom: 58px;
  border-bottom:solid 1px #707070;
} 

@media print, screen and (max-width:1160px) {
  .staff-we-seek .txt-box{
    max-width: 400px;
  }

  .seek-list li:not(:last-child){
    padding-bottom: 48px;
  } 

  .seek-list li{
    padding-top:35px ;
  }
  
}

@media print, screen and (max-width:900px) {

  .seek-list li:not(:last-child){
    padding-bottom: 40px;
  } 

  .seek-list li{
    padding-top:30px ;
  }
}
@media print, screen and (max-width:800px) {
  .staff-we-seek .box{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .staff-we-seek .txt-box{
    max-width: 800px;
    margin-bottom: 60px;
  }
  .staff-we-seek::before{
    height: 70%;
  }
  .staff-we-seek::after{
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    height: 20%;
    bottom: 5%;
    right: 0;
    background-color: #f5f5f5;
    z-index: -1;
  }
}

@media print, screen and (max-width:640px) {

  .staff-we-seek .txt-box {
    text-align: left;
    max-width: 452px;
    margin: 0 30px 60px;
  }
 }


 /* welfare-programme*/
 .welfare-programme .inner{
  /* width: 1160px;
  box-sizing: border-box; */
  padding: 20px 40px 100px;
  /* margin: auto; */
}

.welfare-programme h2{
  color: #000;
  margin-bottom: 50px;
}

 .welfare-list{
  max-width: 1000px;
  margin: auto;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media print, screen and (max-width:640px) {
  .welfare-list{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

 .welfare-list li{ 
  text-align: left; 
  border-bottom:solid 1px #707070;
}

 .welfare-list li h3{  
  font-size: var(--fs-m);
  padding: 20px 10px;
  color: #000;
}

 /* recruitment-details*/

 .recruitment-details{
  max-width: 1000px;
  padding:90px 120px ;
  margin:auto;
  background-color: #F5F5F5;
  margin-bottom: 90px;
 }

 @media print, screen and (max-width:800px) {
  .recruitment-details{
    padding:40px 20px ;
   }
}

 .recruitment-details h2{
  margin-bottom: 40px;
  color: #000;
 }
 .recruitment-details .box{
  background-color: #fff;
  max-width: 640px;
  padding: 24px 120px;
  margin: 0 auto 48px;
 }

 @media print, screen and (max-width:700px) {
  .recruitment-details .box{
    padding: 24px 100px;
   }
}
 @media print, screen and (max-width:600px) {
  .recruitment-details .box{
    padding: 24px 60px;
   }
}
 @media print, screen and (max-width:500px) {
  .recruitment-details .box{
    padding: 24px 35px;
   }
}

 .recruitment-details .box span{
  color: #707070;
 }

 .recruitment-details .box p{
  font-weight: 700;
  color: #000;
  font-size: var(--fs-m);
  padding-top:0.75em ;
  padding-bottom:0.75em ;
 }

 .main-points{
  display: flex;
  flex-wrap: wrap;
  max-width: 490px;
  margin: auto;
  text-align: left;
  margin-bottom: 30px;
 }

 .main-points dt{
  font-weight: 700;
  font-size: var(--fs-m);
  color: #000;
  margin-right: 30px;
  width: 80px;
 }

 .main-points dd{
  width: calc(100% - 110px);
 }

 .main-points + .gmap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  max-width: 640px;
  margin: auto;
 }

 .main-points + .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

 .to-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  width: 100%;
  background-image: url(../image/recruit/to-form-bc.jpg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
  line-height: var(--line-height-s);
 }

 @media print, screen and (max-width:600px) {
  .to-form{
    height: 240px;
   }
}


 .to-form span{
  color: #fff;
  font-weight: 600;
 }

 .to-form span:not(.en){
font-size: var(--fs-l);
display: block;
 
}
 .to-form span.en{
font-size: var(--fs-3s);
 }


/*----------------
  outline
----------------*/

.outline{
  /* background-color: #fff; */
  max-width: 1286px;
  margin: auto;
  padding-bottom: 60px;
}

.outline .inner{
  padding-right: var(--box-space-m);
  padding-left: var(--box-space-m);
}

.outline h2{
  /* font-size: var(--fs-5l); */
  margin-bottom: var(--block-space-s);
}

.outline .img-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--block-space-3s);
}


.outline .img-box .img-box-item{
  max-width: 740px;
  width: 100%;
  height: 460px;
  aspect-ratio: 740/460;
  /* background-image: url(../image/top/exterior.jpg); */
  background-size: cover;
  overflow: hidden;
}

.outline .img-box .img-box-item.gmap {
  max-width: 424px;
}

.outline .img-box .img-box-item.exterior {
  margin-right: 40px;
}

.outline .img-box .img-box-item.exterior img{
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.2);
}


@media print, screen and (max-width:900px) {
  
  .outline .img-box{
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .outline .img-box .img-box-item {
      max-width: 900px;
  }

  .outline .img-box .img-box-item.gmap {
      max-width: 900px;
  }
  
  .outline .img-box .img-box-item.exterior {
      margin-right: 0px;
      margin-bottom: 40px;
      aspect-ratio: 2/1;
    height:auto ;
  }

  .outline .img-box .img-box-item.exterior img{
    object-position: left;
  }
}

/* @media print, screen and (max-width:640px) {
  .outline .img-box .img-box-item.exterior {
    aspect-ratio: 2/1;
    height: ;
  }
} */
.outline .img-box .img-box-item iframe{
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.outline .txt-box{
  font-size: var(--fs-m);
  display: flex;
  justify-content: space-between;
}

.outline .txt-box .txt-box-item{
  text-align: left;
  max-width: 564px;
  width: 100%;
  font-size: 18px;
}


/* .outline .txt-box .txt-box-item .tel{
  margin-top: var(--block-space-s);
} */

.outline .txt-box .txt-box-item .tel-button,
.outline .txt-box .txt-box-item .web-button{
  margin-left: 0;
}

.outline .txt-box .txt-box-item .tel-button{
  margin-bottom: 20px;
}

.outline .txt-box .txt-box-item:nth-of-type(1){
  margin-right: var(--block-space-s);
}

.outline .txt-box .txt-box-item dl{
  margin-bottom:var(--block-space-s) ;
}

@media print, screen and (max-width:900px) {
  .outline .txt-box{
      flex-wrap: wrap;
      justify-content: center;
  }

  .outline .txt-box .txt-box-item:nth-of-type(1){
      margin-right: 0;
      margin-bottom: var(--block-space-s);
  }

  .outline .txt-box .txt-box-item{
      max-width: 900px;
  }

  .outline .txt-box .txt-box-item .tel-button,
  .outline .txt-box .txt-box-item .web-button{
    margin-left: auto;
    max-width: 900px;
  }
}

.outline .txt-box .txt-box-item dt{
  font-weight: 700;
  border-bottom:1px solid #EDEDED;
  padding-bottom: 10px;
  margin-bottom:10px ;
}

.outline .txt-box .txt-box-item dd{
line-height: 2;
}

.outline .txt-box .txt-box-item dd a{
  /* color: #003F91;
  font-weight: 700; */
}

.outline .txt-box .txt-box-item dd p span{
  min-width: 84px;
  margin-right: 20px;
  display: inline-block;
}

/*-------
診療時間table
-------*/

.open-hours {
  /* font-weight: 700; */
  display: grid;
  grid-template-areas:/*スマホ並び*/
  "th-we th-am th-pm"
  "week1 am1 pm1"
  "week2 am2 pm2"
  "week3 am3 pm3"
  "week4 am4 pm4"
  "week5 am5 pm5"
  "week6 am6 pm6"
  "week7 am7 pm7";
}

.open-hours div span.opn{
  display: block;
  width: var(--fs-m);
  height: var(--fs-m);
  background-color: #414B4B;
  border-radius: 50%;
}

.open-hours div span.cls{
  display: block;
  width: var(--fs-m);
  height: 2px;
  background-color: #222222;
}

/* .th-week,.week1,.week2,.week3,.week4,.week5,.week6,.week7,
.th-am,.am1,.am2,.am3,.am4,.am5,.am6,.am7,.th-pm,.pm1,.pm2,
.pm3,.pm4,.pm5,.pm6,.pm7 含む*/
.open-hours div[class*="week"],
.open-hours div[class*="am"],
.open-hours div[class*="pm"]{
 display: grid;
 place-items: center;
 padding-top: 15px;
 padding-bottom: 15px;
 border-top: 1px solid #EDEDED;
 text-align: center;
 white-space: nowrap;
}
.th-week,.th-am,.th-pm{
  padding-left: var(--box-space-s);
  padding-right: var(--box-space-s);
  min-width: 100px;
}

/* 始まる */
.open-hours div[class^="week"],
.open-hours div[class^="am"],
.open-hours div[class^="pm"]{
padding: 0 5px;
}

.th-week {
grid-area: th-we;
}
.week1 {
grid-area:week1;
}
.week2 {
grid-area:week2;
}
.week3 {
grid-area:week3;
}
.week4 {
grid-area:week4;
}
.week5 {
grid-area:week5;
}
.week6 {
grid-area:week6;
color: #2E5C6A;
}
.week7 {
grid-area:week7;
color: #C56974;
padding-right: var(--box-space-min);
}

.week7 small{
  font-size: var(--fs-s);
  line-height: 2.2;
}

.th-am {
grid-area:th-am;
}
.am1 {
grid-area:am1;
}
.am2 {
grid-area:am2;
}.am3 {
grid-area:am3;
}
.am4 {
grid-area:am4;
}.am5 {
grid-area:am5;
}
.am6 {
grid-area:am6;
}
.am7 {
grid-area:am7;
padding-right: var(--box-space-min);
}
.th-pm {
grid-area:th-pm;
}
.pm1 {
grid-area:pm1;
}
.pm2 {
grid-area:pm2;
}
.pm3 {
grid-area:pm3;
}
.pm4 {
grid-area:pm4;
}
.pm5 {
grid-area:pm5;
}
.pm6 {
grid-area:pm6;
}
.pm7 {
grid-area:pm7;
padding-right: var(--box-space-min);
}
@media screen and (max-width: 500px) {

.th-week, .th-am, .th-pm {
  padding-left: 0;
  padding-right: 0;
  font-size: var(--fs-s);
}
}
@media screen and (min-width: 500px) {
  .open-hours {
  display: grid;
  grid-template-areas:/*pc並び*/
  "th-we week1 week2 week3 week4 week5 week6 week7"
  "th-am am1 am2 am3 am4 am5 am6 am7"
  "th-pm pm1 pm2 pm3 pm4 pm5 pm6 pm7";
  grid-template-columns:auto repeat(7, 1fr);
  /* grid-template-rows: 100px 100px 100px; */
  }
 
}

/*----------------
  foot-gallery
----------------*/

#foot-gallery-col {
	width: 100%;
	padding-top: 0px;
	padding-bottom:40px;
	/* background-color: rgba(221,212,195,0.5); */
  }

  #footSlide {
    overflow: hidden;
  }
  
  #footSlide li{
	margin: 0 20px;
  }
  #footSlide li img{
    height: 400px;
  }
  #footSlide{
	padding: 0;
  } 
  
  @media print,screen and (max-width:640px) {
	#foot-gallery-col {
		/* padding-top: 40px;
		padding-bottom:40px; */
	}
	
	#footSlide li{
		margin: 0 10px;
	} 
  }

/*----------------
  calendar
----------------*/

.calendar{
  position: relative;
  /* background-color: #FBFAED; */
}

/* .calendar::before,
.calendar::after{
  position: absolute;
  content: "";
  display: block;
  width: 584px;
  height: 292px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../image/top/calback.png);
  z-index: 0;
} */

.calendar::before{
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.calendar::after{
  bottom: 0;
  left: 0;
}

.calendar .inner{
  padding: var(--block-space-s) var(--block-space-unit);
}

.calendar h2{
  position: relative;
  /* z-index: 2; */
  /* font-size: var(--fs-5l); */
  margin-bottom: 30px;
}

.calendar-box{
  position:relative;
  /* max-width: 800px; */
  max-width: 1200px;
  width:100%;
  height:484px;
  padding-top:0%;
  margin:auto;
  /* z-index: 2; */
}

.calendar-box iframe{ 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media print, screen and (max-width:800px) {
  .calendar-box{
      height:0px;
      padding-top:80%;
  }
.calendar::before,
.calendar::after{
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 150px;
}
}

@media print, screen and (max-width:480px) {
  .calendar-box{
      padding-top:100%;
  }
}


/*----------------
  footer
----------------*/
footer{
  background-color:#EAEAEA;
  padding-top: 80px;
}

.ft-logo{
  max-width: 490px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom:var(--box-space-min);
}

footer nav{
  margin-bottom: 40px;
}

@media print, screen and (max-width:640px) {
  footer{
    /* padding-top: 60px; */
  }

  .ft-logo{
    width: 280px;
    /* margin: 0 auto 60px; */
  }

  /* footer nav{
    display: none;
  } */
}

footer nav ul{
  display: flex;
  /* justify-content: space-between;
  width: 554px; */
  justify-content: center;
  margin: auto;
}

footer nav ul li{
  list-style: none;
  margin: 10px;
}

footer nav ul li a{
  text-decoration: none;
}

footer nav ul li a:not(.insta){
  padding: 10px;
}


footer nav ul li a.insta img{
  width:32px;
  height:32px;
}

#page_top{
  width: 68px;
  height: 68px;
  position: fixed;
  right: 20px;
  bottom: 0;
  /* background: #fff;
  border: #AE9373 2px solid; */
  background: #909090;
  border-radius: 4px;
  z-index: 3;
  transition: .3s;
}

/* #page_top a::before{
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #FFF;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: -1;
} */

#page_top:hover{
  background-color: #AE9373;
  transition: .3s;
}
#page_top a{
  position: relative;
  z-index: 1;
  display: block;
  width: 68px;
  height: 68px;
  text-decoration: none;
  background: url(../image/common/n_arrow_white.svg) center no-repeat;  
}

@media print, screen and (max-width:640px) {
  #page_top{
    width: 50px;
    height: 50px;
  }

  #page_top a{
    width: 50px;
    height: 50px;
    background-size: 20px;
  } 
}

footer .copy{
  padding: 5px  var(--box-space-s);
  background-color: #150D0D;
  color: #fff;
}










