@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
  overflow-x: hidden;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffzm {
	font-family: zen-old-mincho, sans-serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.ffdt {
	font-family: dunbar-text, sans-serif;
}
.ffgb {
	font-family: goldenbook, serif;
}
.ffmg {
	font-family: "Zen Maru Gothic", serif;
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.gold {
	color: #EF8B1D;
}
.sec-padding {
	padding: 10rem 0;
}

.sp-only {
	display: none;
}
.spbr {
	display: none;
}
.page-link {
	width: 300px;
	background: #fff;
	padding: 2.5rem 0;
}
.page-link a {
	display: block;
	color: #444444;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.page-link:hover {
	background: #F8F6EE;
}

.cut {
	display: none;
}


/*header*/
#header {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
	padding: 1% 0 1% 1%;
}
#header .inner {
	margin: auto;
	justify-content: space-between;
	align-items: flex-start;
	/*padding-bottom: 1%;*/
}
.head-logo {
	width: 30%;
	/*margin-left: 3rem;
	margin-top: 2rem;*/
}
.head-r {
	align-items: flex-start;
}
.tel-bnr {
	width: 270px;
}
.web-bnr,
.access-bnr {
	width: 200px;
}


/*mainvisual*/
.mainvisual {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 7%;
}
.catch-copy {
	width: 20%;
	/*max-width: 700px;
	aspect-ratio: 750 / 389;
	padding-top: 3rem;
	box-sizing: border-box;
	/*background: url("../img/bg-catchcopy.png");
	background-size: contain;
	background-repeat: no-repeat;*/
	position: absolute;
	bottom: 3%;
	right: 3%;
}

.catch-copy h2 {
	text-align: center;
	font-size: min(5vw, 22px);
	letter-spacing: 2px;
	line-height: 2;
	text-shadow: 0 2px 5px rgb(101 101 101);
}
.catch-copy h2 span {
	font-size: min(8vw, 40px);
	text-shadow: 0 2px 5px rgb(101 101 101);
}
.mv-timetable {
	width: 950px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width:1300px) {
	.mv-timetable {
		width: 850px;
	}
}

/*head-nav*/
.head-nav {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding: 3rem 0;
}
.head-nav nav {
	width: 90%;
	margin: auto;
}
.head-nav nav ul {
	justify-content: space-between;
}

.head-nav.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
	padding: 0.8rem 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
}


/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}
/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
}

nav ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1.5;
}
nav ul li span,
nav ul li a span {
	font-size: 15px;
	color: #DEBA90;
}


/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:8rem;
	transform: translateX(-50%);
	z-index: 4;
    /*形状を指定*/
	background:#F8F6EE;
	width:180px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}
.has-child ul li a{
	padding: 1rem 0;
	font-size:13px;
	text-align: center;
}
/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	display: block;
	color: #333;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:#C5B17A;
}


@media screen and (max-width:1280px) {
	.head-nav {
		width: 100%;
	}
}


/*news*/
#news {
	background: #F8F6EE;
	padding: 8rem 5rem 10rem 5rem;
}
.ttl-sec01 {
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	line-height: 1.5;
	font-weight: 500;
}
.ttl-sec01 span {
	font-size: 18px;
	letter-spacing: 2px;
	color: #a88e6d;
}
#news .inner {
	max-width: 800px;
	margin: 5rem auto 0 auto;
}
#news .inner dl {
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	padding-bottom: 1.5rem;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 3rem;
}
#news .inner dl dt {
	width: 20%;
}
#news .inner dl dd {
	width: 80%;
}
.news_inner{
	justify-content: space-between;
	    align-items: center;
}
.news_left{
    width: 45%;
}
.news_right{
    width: 45%;
}
.news_right{
	.biz-flex {
		/*display: flex;*/
		max-width: 950px;
		width: 100%;
	}
	.time-table {
		width: 100%!important;
		/*width: 70%;*/
		max-width: 900px;
		background: #ef8b1d;
	}
	.biz-txt {
		background: #f8f6ee;
		width: 100%;
		/*width: 40%;
		max-width: 600px;*/
		padding: 20px 2%;
		font-size: 1.6rem;
		display: flex;
		align-items: center;
	}
}

/*greeting*/
#greeting {
	margin: 15rem auto ;
	background: url("../img/bg-greeting.png");
	background-size: cover;
	position: relative;
}
.ttl-greeting {
	font-size: 100px;
	letter-spacing: 5px;
	position: absolute;
	top: -50px;
	left: 10px;
	color: #F6E1C8;
}
#greeting .inner {
	max-width: 1200px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 6%;
}
#greeting .inner .txt {
	width: 50%;
}
.greeting-b {
	font-size: 24px;
	line-height: 2;
}
.greeting-s {
	font-size: 16px;
	line-height: 2;
	margin: 2.5rem auto;
}
.greeting-name {
	font-size: 32px;
	letter-spacing: 2px;
}
.greeting-name .gn-s {
	font-size: 20px;
	margin-right: 2rem;
}
.greeting-name .en {
	font-size: 20px;
	margin-left: 2rem;
}
#greeting .inner .img {
	width: 48%;
	z-index: 2;
}
.g-img02 {
	width: 400px;
	position: absolute;
	bottom: -120px;
	left: 0;
}
.g-img03 {
	width: 50%;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 1;
}
#greeting .page-link {
	margin-top: 3rem;
}


/*medical-info*/
.ttl-mi {
	position: relative;
}

.ttl-mi::before {
	content: "MEDICAL";
	font-size: 120px;
	letter-spacing: 8px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #F6E1C8;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
#medical-info
{
    position: relative;
}
#medical-info .ttl03{
	width: calc(800/1920*100vw);
	/*height: calc(58/1920*100vw);*/
	background: url(../img/medical_catch_deco_l.png.webp),url(../img/medical_catch_deco_r.png.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
	background-size: calc(29/1920*100vw),calc(29/1920*100vw);
	line-height: calc(60/1920*100vw);
	margin: 50px auto;
	letter-spacing: .1em;
	font-size: 2.5rem;
	text-align: center;
	padding: 0 15px;
}
#medical-info .ttl03:after{
	content: "";
	display: block;
	background: url(../img/medical-staff_bg.png) no-repeat center / contain;
	position: absolute;
	width: calc(450 / 1920* 100vw);
    max-width: 906px;
    height: calc(460 / 1920* 100vw);
    max-height: 920px;
	margin-top: 30px;
	right: 5%;
    top: 3%;
    z-index: -1;
}
.medical-top {
	margin-top: 8rem;
	padding: 5rem 0;
	background: url("../img/bg-medical-top.jpg");
	background-size: cover;
	background-position: center;
}
.medical-top .inner {
	justify-content: center;
	gap:5rem;
	align-items: center;
}
.medical-top .inner .left p {
	font-size: 30px;
	line-height: 2;
	writing-mode: vertical-rl;
}
.medical-top .inner .right {
	width: 700px;
}
.medical-top .inner .right p {
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
.mi-mid-wrap {
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
	margin: 10vw auto 50px;
	width: 95%;
	gap: 35px;
	/*padding: 0 50px;*/
}
.mi-mid-wrap .item {
	width: calc(90% / 3);
	/*border: 5px solid #EF8B1D;*/
	background: #FFFFFF;
	/*padding: 50px 0;*/
}
/*.mi-mid-wrap .item:after {
	content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 calc(50 / 1920* 100vw) calc(50 / 1920* 100vw);
    border-color: transparent transparent #EF8B1D transparent;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}
.mi-mid-wrap .item:hover {
	background: #fff5eb;
	transition: 1s all;
}*/

.mi-mid-wrap .item2 {
	background: #EDEFF1;
}
.item.box .ffgb
{
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: space-between;
    height: 100%;
}
.mi-mid-img {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.mi-mid-ttl {
	text-align: center;
	font-size: 32px;
	letter-spacing: 3px;
	margin-top: 2rem;
	color: #333;
}
.mi-mid-txt {
	width: 80%;
	margin: 0 auto 2rem;
	line-height: 2;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.more-link {
	width: 50%;
	background: #EF8B1D;
	padding: 2rem 0;
	margin: auto;
}
.more-link a {
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}
.mi-bot-wrap {
	margin: 5rem auto;
	width: 70%;
	justify-content: space-between;
	align-items: stretch;
}
.mi-bot-wrap .more-link
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mi-bot-wrap .item {
	width: calc(80% / 3);
    position: relative;
    /*min-height: 500px;*/
	border: 5px solid #EF8B1D;
    background: #FFFFFF;
    padding: 50px 0;
}
.mi-bot-wrap .item:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 calc(50 / 1920* 100vw) calc(50 / 1920* 100vw);
    border-color: transparent transparent #EF8B1D transparent;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
}
.mi-bot-wrap .item:hover {
	background: #fff5eb;
	transition: background-color 1s;
}
.mi-bot-img {
	    width: 50%;
    margin: 0 auto;
    text-align: center;
}
/*.mi-bot-img img {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}*/
/*.mi-bot-img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #F3F0E7;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: -1;
}*/
.mi-bot-ttl {
	font-size: 25px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 2rem;
	color: #333;
}
.mi-bot-ttl span {
	font-size: 15px;
	letter-spacing: 1px;
	margin-left: 1rem;
}
.mi-bot-txt {
	width: 90%;
	margin: 0 auto 1.5rem;
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
	color: #333;
}


/*consept*/
#consept .inner {
	margin-top: 10rem;
	justify-content: space-between;
	align-items: center;
}
#consept .inner .left {
	width: 45%;
}
#consept .inner .right {
	width: 52%;
	padding: 5rem 0;
	box-sizing: border-box;
	position: relative;
}
#consept .inner .right::before {
	content: "";
	width: 160px;
	height: 400px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
#consept .inner .right::after {
	content: "";
	width: 160px;
	height: 400px;
	background: url("../img/deco04.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.ttl-consept {
	font-size: 50px;
	letter-spacing: 5px;
	color: #DEBA90;
}
.consept-b {
	font-size: 28px;
	line-height: 2;
	margin: 2rem auto;
	color: #DEBA90;
}
.consept-s {
	width: 75%;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width:1300px) {
	.ttl-consept {
		font-size: 40px;
	}
	.consept-b {
		font-size: 22px;
	}
	.consept-s {
		width: 85%;
		font-size: 14px;
		line-height: 2;
	}
}

/*feature*/
#feature {
	margin: 100px auto 0 auto;
	position: relative;
	padding-top: 5rem
}

.ttl-f-top {
	width: 600px;
	margin: auto;
	padding: 1.5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ttl-f-top p {
	text-align: center;
	letter-spacing: 3px;
	font-size: 26px;
}
.ttl-feature
    {
        background: url("../img/feature_ttl_bg.png") no-repeat center / cover;
        padding: 100px 3%;
    }
.ttl-feature p
{
    text-align: center;
}
.feature_ttl
{
    font-size: max(6vw , 50px);
    color: #0019B5;
    letter-spacing: 0.1em;
}
.feature_ttl span
{
    color: #a88e6d;
}
.feature_sub
{
    font-size: max(1vw , 20px);
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.feature_clinic
{
    font-size: max(2vw , 30px);
    letter-spacing: 0.1em;
}
.feature_img
{
    background: url("../img/feature_img.png") no-repeat center / 100%;
    height: calc(700 / 1920* 100vw);
}
.parallax
{
        width: 100%;
    background-attachment: fixed !important;
}
.inner1240
{
    max-width: calc(1240px + 6%);
    padding: 0 3%;
    margin: 0 auto;
}
.feature_wrap01
{
    margin-top: calc(-60 / 1920* 100vw);
    margin-bottom: calc(80 / 1920* 100vw);
}
.bg_white
{
    background: #FFFFFF;
}
.feature_01
{
   padding: calc(84 / 1920* 100vw) 0 calc(100 / 1920* 100vw);
    position: relative;
}
.poa
{
    position: absolute;
}
.feature_num
{
    text-align: center;
    font-size: max(6vw , 60px);
    color: #0019B5;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: auto;
}
.feature_num.num01
{
    top: calc(-60 / 1920* 100vw);
    left: 0;
    right: 0;
}
.box_ttl
{
    font-size: max(2vw , 30px);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 3%;
}
.box_ttl::first-letter
{
    color: #a88e6d;
}
.box_ttl span
{
    border-bottom: 1px solid #333333;
}
.feature_txt
{
    font-size: max(1vw , 16px);
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.feature_01 .feature_txt
{
    width: calc(800 / 1920* 100vw);
    margin: 0 auto;
}
.feature_01 .u_ttl
{
    text-align: center;
    font-size: max(8vw , 40px);
    color: #E9ECFF;
    letter-spacing: 0.1em;
}
/*.feature_01::before
{
        content: "";
    display: block;
    width: 100%;
    height: calc(90 / 1920* 100vw);
    background: #baf0ff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.feature_wrap02
{
    padding: 5%;
    position: relative;
}
.feature_wrap02::before
{
    content: "";
    display: block;
    width: calc(90 / 1920* 100vw);
    height: calc(520 / 540* 100%);
    background: #f2eee4;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    z-index: -1;
}
.feature_wrap02 .flex
{
    justify-content: space-between;
    gap: 30px 50px;
    flex-wrap: wrap;
    align-items: center;
}
.feature_img_box
{
    width: calc(50% - 25px);
}
.feature_txt_box
{
    width: calc(50% - 25px);
}

.feature_wrap03
{
    padding: 5%;
    position: relative;
}
.feature_wrap03::before
{
    content: "";
    display: block;
    width: calc(90 / 1920* 100vw);
    height: 100%;
    background: #325eaf;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: -1;
}
.feature_wrap03 .flex
{
    justify-content: space-between;
    gap: 30px 50px;
    flex-wrap: wrap;
    align-items: center;
}
.rev
{
    flex-direction: row-reverse;
}
.feature_wrap03 ul.flex
{
    gap: 30px;
    max-width: 1400px;
    margin: 3% auto;
}
.feature_wrap03 ul.flex li
{
    width: calc((100% - 60px) / 3);
}
.feature04_half , .feature05_half
{
    width: 50%;
    position: relative;
    padding: calc(88 / 1920* 100vw) 0 calc(90 / 1920* 100vw) 0;
}
.feature_half_txt
{
    position: relative;
    padding: calc(84 / 1920* 100vw) 0 calc(100 / 1920* 100vw);
}
.feature_wrap4-5
{
    margin-bottom: 50px;
}
.feature_wrap4-5 .feature_txt
{
    width: calc(600 / 1920* 100vw);
    line-height: 1.8;
    margin: auto;
}
.feature04_half::before
{
    content: "";
    display: block;
    height: calc(90 / 1920* 100vw);
    width: 100%;
    background: #baf0ff;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
}
.feature05_half::before
{
    content: "";
    display: block;
    height: calc(90 / 1920* 100vw);
    width: 100%;
    background: #e7e4dd;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
}

.ttl-feature h4 {
	width: 500px;
	margin: 1rem auto;
	position: relative;
}
.ttl-feature h4::before {
	content: "FEATURE";
	font-size: 120px;
	letter-spacing: 10px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #F7C894;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.feature1-2 {
	padding: 10rem 0 20rem 0;
	position: relative;
}
.feature1-2::before {
	content: "";
	width: 700px;
	height: 550px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}
.f1-2wrap {
	width: 85%;
	margin: auto;
	flex-direction: column;
	gap: 20rem;
}
.f1-2wrap .item-right {
	margin-left: auto;
	position: relative;
}
.f1-2wrap .item-left {
	margin-right: auto;
	position: relative;
}
.f1-2_container-r {
	position: absolute;
	bottom: -10rem;
	right: 650px;
}
.f1-2_container-l {
	position: absolute;
	bottom: -10rem;
	left: 650px;
}
.f1-2_img {
	width: 750px;
}
.f1-2_container {
	width: 700px;
	background: rgba(255,255,255,0.8);
	padding: 5rem 0;
}
@media screen and (max-width:1300px) {
	feature::before {
		width: 800px;
		height: 400px;
		top: -100px;
		left: 0;
		z-index: -1;
	}
	.f-txt {
		width: 95%;
	}
	
	.feature1-2 {
		padding: 10rem 0 15rem 0;
		position: relative;
	}
	.f1-2wrap {
		width: 95%;
	}
	.f1-2wrap .item-right {
		margin-left: auto;
		position: relative;
	}
	.f1-2wrap .item-left {
		margin-right: auto;
		position: relative;
	}
	.f1-2_container-r {
		position: absolute;
		bottom: -5rem;
		right: 450px;
	}
	.f1-2_container-l {
		position: absolute;
		bottom: -5rem;
		left: 450px;
	}
	.f1-2_img {
		width: 500px;
	}
	.f1-2_container {
		width: 700px;
	}
}


.f-ttl {
	justify-content: center;
	align-items: flex-end;
	gap: 3rem;
}
.f-no {
	text-align: center;
	font-size: 75px;
	letter-spacing: 8px;
	line-height: 1;
	position: relative;
}
.f-no::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #F7C894;
	position: absolute;
	bottom: 0;
	right: -1.5rem;
}
.f-no span {
	font-size: 16px;
	line-height: 0.5;
}
.f-ttl-txt {
	font-size: 24px;
	line-height: 2;
	letter-spacing: 3px;
}
.f-txt {
	margin: 3rem auto 0 auto;
	width: 90%;
	font-size: 16px;
	line-height: 2;
}

.feature3 {
	padding: 8rem 0;
	background: #fff;
	position: relative;
}
.feature3::before {
	content: "";
	width: 165px;
	height: 305px;
	background: url("../img/deco05.png");
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.feature3::after {
	content: "";
	width: 165px;
	height: 305px;
	background: url("../img/deco06.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.feature3 .inner {
	width: 85%;
	margin-left: auto;
	align-items: center;
	justify-content: space-between;
}
.f3-container,
.f3-img {
	width: 49%; 
}
.f3-container .f-ttl {
	flex-direction: column;
	gap:2rem;
	align-items: center;
}
.f3-container .f-ttl .f-no::before {
	display: none;
}
.f3-container .f-ttl .f-ttl-txt {
	text-align: center;
}

@media screen and (max-width:1300px) {
	.feature3 .inner {
		width: 95%;
	}
}

.feature4-5 {
	padding: 10rem 0;
	position: relative;
}
.feature4-5::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg-feature4-5.png");
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.feature4-5 .inner {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: stretch;
}
.feature4-5 .inner .item {
	width: 45%;
	padding-bottom: 5rem;
	position: relative;
}
.feature4-5 .inner .item::before {
	content: "";
	width: 100%;
	height: 90%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.f4-5_img {
	width: 90%;
	margin: auto;
	z-index: 3;
}




/*clean*/
#clean {
	background: url("../img/bg__hygiene01.png");
	background-size: cover;
}

#clean .en{
    font-size: 5rem;
    letter-spacing: .1em;
    line-height: .8;
	color: #a88e6d;
	font-family: goldenbook, serif;
	margin-bottom: 50px;
	text-shadow: 0 0 30px #fff;
}
#clean h5 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 3px;
	line-height: 2;
	font-weight: 500;
}
.clean-wrap {
	max-width: 1200px;
	margin: 5rem auto;
	justify-content: center;
	gap: 5%;
}
.clean-wrap>.col{
	width: 15%;
}
.clean-wrap img {
	width: 15%;
}
#clean p {
	width: 900px;
	margin: auto;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}


/*flow*/
.ttl-flow {
	position: relative;
}
.ttl-flow::before {
	content: "FLOW";
	font-size: 120px;
	letter-spacing: 8px;
	text-align: center;
	font-family: goldenbook, serif;
	color: #F6E1C8;
	opacity: 0.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
#flow .inner {
	margin: 10rem auto 0 auto;
    overflow: hidden;
}
.flow-con {
	padding: 5rem 0;
}
.flow-con p {
	width: 95%;
	margin: 3rem auto 0 auto;
}
.flow-ttl {
	font-size: 24px;
	margin-bottom: 2rem;
}
.flow-txt {
	font-size: 16px;
	line-height: 2;
}

/*tabの形状*/
.tab{
	justify-content: center;
	gap:3rem;
}
.tab li {
	width: 200px;
	padding: 3rem 0;
	border: 1px solid #EF8B1D;
	background: #fff;
}
.tab li a{
	display: block;
	color: #444;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}
.tab li:hover
.tab li:active {
	background: #C5B17A;
}

/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 50%;
	margin: auto;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/*--- スライドショー ---*/
#slideshow {
	padding: 5rem 0 15rem;
}
.slider li.mt50 {
	margin-top: 5rem;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
		margin: 0 auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 1rem;/*スライド左右の余白調整*/
}


/*recruit*/
#recruit {
	position: relative;
	margin-bottom: 5rem;
}
#recruit::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: 5rem;
	right: 250px;
	z-index: -1;
}
#recruit::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 5rem;
	left: 250px;
	z-index: -2;
}
.ttl-recruit {
	text-align: center;
	font-size: 50px;
	letter-spacing: 10px;
}
.ttl-recruit span {
	font-size: 32px;
}
#recruit .inner {
	width: 1200px;
	margin: auto;
	position: relative;
	padding: 5rem 0;
}
#recruit .inner::before {
	content: "";
	width: 100%;
	height: 120%;
	background: url("../img/bg-recruit.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.rec-txt {
	font-size: 17px;
	line-height: 2;
	text-align: center;
}
.rec-point {
	width: 80%;
	margin: 3rem auto;
	background: #fff;
	padding: 3rem 0;
	border-radius: 2rem;
	position: relative;
}
.ttl-rec-p {
	text-align: center;
	color: #7FAC46;
	letter-spacing: 2px;
	font-size: 24px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.rec-point ul {
	width: 70%;
	margin: auto;
	justify-content: space-between;
}
.rec-point ul li {
	width: 40%;
	padding: 2rem 0 1rem 3rem;
	font-size: 16px;
	position: relative;
}
.rec-point ul li::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url("../img/rec-check.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.rec-img {
	width: 50%;
	margin: auto;
	position: relative;
}
.rec-img::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #C5B17A;
	position: absolute;
	top: 5px;
	right: -15px;
}
.rec-img::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #EF8B1D;
	opacity: 0.8;
	position: absolute;
	bottom: -5px;
	right: -15px;
}


/*感染症対策*/
#covid19 {
	padding: 5rem 0;
	background: #EDEFF1;
}
.accordion-001 {
  max-width: 1000px;
	margin: 0 auto;	
}
.accordion-001 summary {
  display: flex;
	flex-direction: column;
  align-items: center;
  position: relative;
  padding: 5rem 0 ;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto;
	font-size: 20px;
  cursor: pointer;
	border: 1px solid #9D8640;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
	transform: translateY(-15%) rotate(45deg);
   width: 7px;
   height: 7px;
   margin-left: 10px;
   border-bottom: 3px solid #9D8640;
   border-right: 3px solid #9D8640;
   content: '';
   transition: transform .3s;
}

.accordion-001[open] summary::after {
	transform: rotate(225deg);
}

.accordion-open {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 1em 2em 2em 2em;
  transition: transform .5s, opacity .5s;
	width: 100%;
}

.accordion-open[open] {
    transform: none;
    opacity: 1;
}
.covid19-flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}
.covid19-list {
	width: 30%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.covid19-list img {
	width: 60%;
	margin: 0 auto;
}
.covid19-list span {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	font-size: 2rem;
}



/*footer*/
#footer {
}
.foot-top {
	background: #F6E1C8;
	padding: 5rem 0;
}
.foot-top .inner {
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.foot-top .inner .left,
.foot-top .inner .right {
	width: 49%;
}
.foot-logo {
	width: 280px;
	margin: auto;
}
.foot-adress {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 2rem auto;
}
.foot-bnr {
	align-items: center;
	justify-content: center;
}
.foot-tel {
	width: 250px;
}
.foot-web {
	width: 200px;
}
.foot-access {
	width: 80%;
	margin: auto;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	padding: 1rem 0 2rem 0;
}
.ttl-f-access {
	font-size: 26px;
	letter-spacing: 3px;
	position: absolute;
	top: -12px;
	left: 10px;
	color: #a88e6d;
}
.fa-in {
	width: 70%;
	margin: 2rem auto 0 auto;
}
.fa-in-ttl {
	font-size: 17px;
	color: #a88e6d;
}
.fa-in ul {
	/*font-size: 14px;*/
	font-size: 1.6rem;
}
.fa-in ul li {
	list-style: disc;
	list-style-position: inside;
}
.foot-timetable {
	max-width: 1000px;
	margin: 3rem auto;
    /*display: flex;*/
}
.foot-card {
	width: 650px;
	margin: auto;
}
.foot-card p {
	text-align: center;
	font-size: 16px;
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.copy {
	padding: 1rem 0;
}
.copy p {
	font-size: 12px;
	text-align: center;
}


/*--- 下層 ---*/
/*mainvisual*/
.s-mainvisual {
	height: 60vh;
	background: url("../img/s-mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 7%;
}
.s-mainvisual02 {
	height: 60vh;
	background: url("../img/s-mainvisual02.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 7%;
}
.mv03
{
    background: url("../img/s-mainvisual03.jpg") no-repeat center / cover;
}
.mv04
{
    background: url("../img/s-mainvisual04.jpg") no-repeat center / cover;
}
.page-ttl {
	width: 90%;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
}
.page-ttl h2 {
	text-align: center;
	font-size: 55px;
	letter-spacing: 10px;
	line-height: 1.2;
}
.page-ttl h2 span {
	font-size: 30px;
	letter-spacing: 5px;
}
.sec-ttl {
	width: 95%;
	max-width: 1200px;
	height: 120px;
	margin: auto;
	background: #DEBA90;
	padding-top: 3.7rem;
	box-sizing: border-box;
	position: relative;
}
.sec-ttl h4 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 8px;
}
.sec-ttl::before {
	content: "";
  border-top: 100px solid rgba(255, 255, 255, 0.50);
  border-left: 200px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-ttl::after {
	content: "";
  border-bottom: 100px solid rgba(255, 255, 255, 0.50);
  border-right: 200px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*clinic*/
.policy-img {
	width: 90%;
	max-width: 800px;
	margin: 5rem auto;
	position: relative;
}
.policy-img img {
	width: 100%;
}
.policy-img::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: -30px;
	right: -100px;
	z-index: -1;
}
.policy-img::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: -30px;
	left: -100px;
	z-index: -1;
}
.ttl-policy {
	text-align: center;
	letter-spacing: 10px;
	font-size: 80px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.policy-index {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.policy-txt-b {
	font-size: 24px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2rem;
}
.policy-txt-s {
	font-size: 16px;
	line-height: 2;
}
.ct-txt-s {
	font-size: 16px;
	line-height: 2;
	width: 90%;
	max-width: 1200px;
	margin: 40px auto;
}
.CT_img_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
.CT_img{
width: 45%;
}
.facility-wrap {
	width: 95%;
	max-width: 1200px;
	margin: 5rem auto;
}
.facility-wrap ul {
	justify-content: space-between;
	align-items: flex-start
}
.facility-wrap ul li {
	width: 30%;
	margin-bottom: 3rem;
}
.facility-wrap ul li:last-child {
	margin-bottom: 0;
}
.facility-name {
	background: #F8F6EE;
	padding: 2rem 0;
}
.facility-name p {
	font-size: 20px;
	text-align: center;
	letter-spacing: 5px;
	color: #a88e6d;
}




/*staff*/
#doctor-intro .inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#doctor-intro .inner .left {
	width: 55%;
}
.doc-i-name {
	padding-bottom: 1rem;
	border-bottom: 1px solid #9D8640;
}
.doc-i-name p {
	font-size: 30px;
}
.doc-i-name p .dn-l {
	font-size: 18px;
	margin-right: 1.5rem;
}
.doc-i-name p .en {
	font-size: 16px;
	margin-left: 1.5rem;
}
.doc-i-txt {
	margin: 2rem auto;
	font-size: 15px;
	line-height: 2;
}
.career p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 1.5rem;
	color: #DEBA90;
}
.career {
	margin-top: 2rem;
}
.career ul {
	flex-direction: column;
	gap:1rem;
	font-size: 14px;
}

#doctor-intro .inner .right {
	width: 42%;
}

.staff-wrap {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
}
.staff-wrap ul {
	gap: 2%;
	align-items: flex-start;
}
.staff-wrap ul li {
	width: 32%;
	margin-bottom: 3.5rem;
}
.staff-txt {
	background: #F8F6EE;
	padding: 2rem 0;
}
.staff-name {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
}



/*medical*/
.medical-inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.medical-inner .txt {
	width: 55%;
}
.medical-inner .txt p {
	font-size: 16px;
	line-height: 2;
}
.medical-inner .img {
	width: 40%;
}

.med-con {
	max-width: 1000px;
	width: 95%;
	margin: 5rem auto;
	background: #F8F6EE;
	padding: 5rem 0;
}
.m-con-wrap {
	width: 90%;
	margin: auto;
	flex-direction: column;
	gap:3rem;
}
.m-con-ttl01 {
	border-bottom: 1px solid #DEBA90;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.m-con-ttl01 p {
	font-size: 20px;
}
.m-con-ttl02 p {
	font-size: 20px;
	color: #a88e6d;
}
.m-con-txt {
	font-size: 15px;
	line-height: 2;
}
.mcon-flex {
	justify-content: space-between;
	align-items: center;
}
.m-con-ttl02 {
	font-size: 17px;
	margin-bottom: 1rem;
}
.mcon-flex .left {
	width: 25%;
}
.mcon-flex .right {
	width: 73%;
}
.mcf-txt {
	font-size: 14px;
	line-height: 2;
}
.m-con-item-ttl {
	font-size: 18px;
	margin-bottom: 1rem;
	text-align: center;
}
.m-con-pic {
	justify-content: center;
	gap: 5rem;
	align-items: flex-start;
}
.m-con-index .content{
	background: #f6e1c8a1;
	border-radius: 20px;
	padding: 20px;
}
.m-con-index .content p{
	margin-bottom: 8px;
	font-size: 18px;
}

.m-con-index .content ul li{
width: 100%;
margin-bottom: 4px;	
position: relative;
}
.m-con-index .content ul li::before{
content: "・";
}
#whitening .m-con-wrap {
	margin-top: 3rem;
}
.m-con-pic .item {
	width: 250px;
}
.m-con-pic .item img {
	width: 100%;
}


/*access*/
#basic-info .inner {
	max-width: 1200px;
	width: 95%;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
#basic-info .inner .left {
	width: 45%;
}
#basic-info .inner .right {
	width: 52%;
}
#basic-info .inner .right table {
	width: 100%;
	font-size: 15px;
}
#basic-info .inner .right table th {
	width: 30%;
	text-align: center;
	background: #F8F6EE;
	border: 1px solid #C5B17A;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	font-weight: normal;
}
#basic-info .inner .right table td {
	width: 70%;
	border: 1px solid #C5B17A;
	font-weight: normal;
	padding: 1.5rem;
	box-sizing: border-box;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.access-timetable {
	max-width: 1000px;
	margin: auto;
    /*display: flex;*/
}
.access-map {
	width: 95%;
	max-width: 700px;
	margin: 5rem auto;
}
.access-map iframe {
	width: 100%;
}
.access-con {
	max-width: 600px;
	width: 95%;
	margin: 3rem auto 0 auto;
	background: #F8F6EE;
	border-radius: 2rem;
	padding: 5rem 0 3rem 0;
	position: relative;
}
.ttl-access-con {
	font-size: 30px;
	letter-spacing: 5px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #a88e6d;
}
.access-con .inner {
	width: 90%;
	margin: auto;
	align-items: flex-start;
	justify-content: center;
}
.access-con .inner .item {
	width: 100%;
}
.ttl-a-tra {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 2rem;
	padding-left: 45px;
	position: relative;
	color: #a88e6d;
}
.ttl-a-tra::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/icon-tra.png");
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.access-con .inner .item ul {
	flex-direction: column;
	gap:1.5rem;
	font-size: 15px;
}


/*recruit*/
.rec-in-con {
	width: 95%;
	max-width: 900px;
	margin: 5rem auto;
	background: #F8F6EE;
	padding: 5rem 0;
	position: relative;
}
.rec-in-con::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom: 5rem;
	left: -100px;
	z-index: -2;
}
.rec-in-con::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	top: 5rem;
	right: -100px;
	z-index: -2;
}
.rec-in-img {
	width: 500px;
	margin: 0 auto 3rem auto;
}
.rec-in-txt {
	width: 95%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}





















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

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#3D8F4F;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.mainvisual .biz-flex {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
}
.biz-flex {
    display: flex;
    max-width: 950px;
    width: 100%;
}
.time-table {
    width: 100%;
    max-width: 1000px;
    background: #DEBA90;
}
.biz-hour {
    width: 100%;
    border-collapse: collapse;
    background: #ef8b1d;
    font-size: 1.8rem;
}
.biz-hour th {
    text-align: center;
    padding: 14px 5px;
    color: #fff;
	background: #DEBA90;
	border: 1px solid #fff;
}
.biz-hour td {
    text-align: center;
    padding: 14px 5px;
    color: #DEBA90;
	background: #fff;
	border: 1px solid #DEBA90;
}
table td, table th {
    padding: 0.7em 1em;
}
.biz-txt {
    background: #f8f6ee;
    /*width: 100%;*/
    max-width: 1000px;
    padding: 20px 2%;
    font-size: 1.6rem;
    display: flex;
  align-items: center;
}
.t16
{
    font-size: max(0.9vw , 16px);
    margin-bottom: 3%;
}
/*==================================================
メインビジュアル
===================================*/
.slider02 {
  position:relative;
	z-index: -1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/mainvisual01.jpg");
}

.slider-item02 {
    background:url("../img/mainvisual02.jpg");
}

.slider-item03 {
    background:url("../img/mainvisual03.jpg");
}
.slider-item04 {
    background:url("../img/mainvisual04.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    display: none!important;
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    display: none!important;
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*--------------------------------------------------------------------------*/
/*==================================================
初診の流れ
===================================*/
.flow {
    overflow: hidden;
}
.flow__items {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 67px;
    margin-inline: auto;
    @media screen and (max-width: 1000px) {
        max-width: 500px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-items: center;
        gap: 10px;
    }
}
.flow__item {
    max-width: 250px;
    width: 100%;
    height: 82px;
    position: relative;
    background-color: #F8F6EE;
    @media screen and (max-width: 1000px) {
        max-width: 204px;
        height: 67px;
    }
    &:not(:last-of-type)::after {
        content: "";
        width: 15px;
        aspect-ratio: 15 / 27;
        position: absolute;
        top: 50%;
        right: -16%;
        transform: translateY(-50%);
        background: url(../img/right-arrow.png) no-repeat 0 0 / contain;
        @media screen and (max-width: 1000px) {
            content: none;
        }
    }
}
.flow__item__inner {
    height: 100%;
    display: grid;
    place-items: center;
    cursor: pointer;
}
.flow__item_active {
    background-color: #DEBA90;
    color: #fff;
}
.flow__item-inner {
    height: 100%;
    display: grid;
    place-items: center;
}
.flow__item-text {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: calc(29 / 18);
    letter-spacing: 0.12em;
    text-align: center;
    white-space: pre-line;
    @media screen and (max-width: 1000px) {
        font-size: 1.6rem;
    }
}
.flow__slider {
    max-width: 1217px;
    margin-inline: auto;
    margin-top: 100px;
}
.flow__swiper {
    overflow: visible;
}
.flow__swiper-slide {
    img {
        width: 100%;
        position: relative;
    }
}
.flow__prev {
    width: 59px;
    aspect-ratio: 1 / 1;
    @media screen and (max-width: 1000px) {
        width: 40px;
    }
    &::after {
        content: "";
        width: 100%;
        aspect-ratio: 1 / 1;
        background: url("../img/flow-prev.png") no-repeat 0 0 / contain;
    }
}
.flow__next {
    width: 59px;
    aspect-ratio: 1 / 1;
    @media screen and (max-width: 1000px) {
        width: 40px;
    }
    &::after {
        content: "";
        width: 100%;
        aspect-ratio: 1 / 1;
        background: url(../img/flow-next.png) no-repeat 0 0 / contain;
    }
}
.swiper-button-next, .swiper-button-prev
{
    transform: translateY(-50%);
}
.flow_txt
{
    position: relative;
    bottom: 0;
    left: 0;
    width: 85%;
    margin: calc(-60 / 1920* 100vw) auto 0;
    padding: 2rem 3vw;
    color: #FFFFFF;
    background: rgba(168,142,109,0.8);
}
.flow_ttl
{
    font-size: max(1.2vw , 2rem);
    margin-bottom: 2rem;
}
