@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	position: relative;
}
.inner {
	padding: 0 20px;
}

@media (max-width: 767px) {
.inner {
	padding: 0 15px;
}
}

/* 新規追加 */
.marker{
     padding: 0；
	margin: 0;
	 background: linear-gradient(transparent 50%, #ffffff 50%);
}
/* /新規追加/ */


/* header
----------------------------------------------- */
#header {
	background:  #F3F0E8;/*rgba(243,240,236,1)*/
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 90;
}
#header .headerbg {
	background:  #F3F0E8;/*rgba(243,240,236,1)*/
	padding: 0 20px;
}
#header .headerin {
	max-width: 1440px;
	margin: 0 auto;
	height: 156px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .headerleft {
	margin-right: 10px;
}
#header .headerlogo {
	margin-bottom:5px;
}
#header .headercap {
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #707070;
	margin-bottom: 5px;
	position: relative;
}
#header .headermess {
	padding: 0 90px 0 0;
	position: relative;
}
#header .headermess .messcont {
}

/* 入れ替え */
#header .headermess .messtel {
	background: url(https://www.helioheart.jp/wp-content/uploads/2026/05/tel_header.png) 0 center no-repeat,linear-gradient(transparent 60%, #D8BE72 /*#af9091*/ 60%); ;
	font-size: clamp(1.5rem, 0.574rem + 1.45vw, 1.875rem);
	display: flex;
	height: 40px;
	align-items: center;
	letter-spacing: 0;
	color: #3F4668;
	font-weight: 900;
	line-height: 1;
	padding-left: 45px;
	white-space:nowrap;
	margin-bottom: 5px;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;

}
/* /入れ替え/ */


/*　入れ替え前　*/
/* #header .headermess .messtel {
	margin-bottom: 10px;
}*/
/*　/入れ替え前/　*/




#header .headermess .messrest {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
#header .headermess .messrest .resttit {
	background: #3F4668;
	border: 2px #fff solid;
	height: 30px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin-right: 10px;
}
#header .headermess .messrest .resttxt {
	color: #2C2C2C;
	font-size: 16px;
	font-weight: 700;
}
#header .headermess .messtime {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #2C2C2C;
}
#header .headermess .messtime .timetit {
	flex-shrink: 0;
	margin-right: 0.5em;
}
#header .headermess .messtime .timetxt {
	
}
@media (max-width: 1024px) {
#header .headermess .messrest .resttit {
	font-size: clamp(0.563rem, -0.743rem + 1.72vw, 1rem);
}
#header .headermess .messrest .resttxt {
	font-size: clamp(0.563rem, -0.743rem + 1.72vw, 1rem);
}
#header .headermess .messtime {
	font-size: clamp(0.563rem, -0.743rem + 1.72vw, 1rem);
}


}

/* header
----------------------------------------------- */




/* dropdown-menu
----------------------------------------------- */
.navbar-toggle {
	position: fixed;
	right: 50%;
	transform: translateX(695px);
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 40px;
	height: 40px;
	border: 1px #fff solid;
	cursor: pointer;
	background: #3F4668;
	z-index: 102;
}

@media(hover: hover) {
.navbar-toggle:hover {
	border: 1px #3F4668 solid;
	cursor: pointer;
	background: #FFF;
}
.navbar-toggle:hover .toggle-menu span {
	background-color: #3F4668;
}
.navbar-toggle:hover .toggle-txt {
	color: #3F4668;
}
.navbar-toggle.on:hover {
	background: #3F4668;
}
.navbarbox .navlink .linklist li a:hover {
	color: #3F4668;
	border-bottom: 1px #3F4668 solid;
}
}



@media (max-width: 1440px) {
.navbar-toggle {
	right: 50px;
	transform: translateX(0);
}
}
.navbar-toggle .toggle-txt {
	font-size: 8px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-top: 2px;
	text-align: center;
	letter-spacing: 0.1em;
}
.navbar-toggle .toggle-txt .open {
	display: block;
}
.navbar-toggle .toggle-txt .close {
	display: none;
}
.navbar-toggle.on .toggle-txt .open {
	display: none;
}
.navbar-toggle.on .toggle-txt .close {
	display: block;
}
.navbar-toggle .toggle-menu {
	width: 40px;
	height: 40px;
	position: relative;
	padding:5px;
}
.navbar-toggle .toggle-menu span {
	position: absolute;
	display: inline-block;
	transition: all .4s;
	left: 5;
	background-color: #FFF;
	width: 30px;
	height: 1.5px;

}
.navbar-toggle .toggle-menu span:nth-of-type(1) {
	top:4;
}

.navbar-toggle .toggle-menu span:nth-of-type(2) {
	top:13px;
}

.navbar-toggle .toggle-menu span:nth-of-type(3) {
	top:22px;
}
.navbar-toggle.on .toggle-menu span {
	background-color: #fff;
}
.navbar-toggle.on {
	border: 1px #FFF solid;
	background: #3F4668;
}
.navbar-toggle.on .toggle-menu span:nth-of-type(1) {
	top:12px;
	transform: translateY(6px) rotate(-45deg);
}

.navbar-toggle.on .toggle-menu span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle.on .toggle-menu span:nth-of-type(3) {
	top: 24px;
	transform: translateY(-6px) rotate(45deg);
}


.navbar-collapse {
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFF;
	display: block;
	z-index: 99;
	transition: all .5s;
}
.navbar-collapse.on {
	right: 0px;
}

.navbarbox {
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.navbarbox::-webkit-scrollbar{
	display: none;
}
.navbarbox {
	scrollbar-width: none;
}
.navbarbox .navlink {
	padding:0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 90px 20px;
	background: #FFF;

}
.navbarbox .navlink .linklist {
	width: 100%;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li:nth-child(4n) {
	margin-right: 0;
}
.navbarbox .navlink .linklist li a {
	display: block;
	border-bottom: 1px #3F4668 solid;
	padding: 30px 20px 5px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	color: #3F4668;
}


@media (max-width: 1024px) {

.navbarbox .navlink {
	padding: 80px 20px 100px;
}
.navbarbox .navlink .linklist {
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li:nth-child(4n) {
	margin-right: 0;
}
.navbarbox .navlink .linklist li a {
}

}

@media (max-width: 767px) {
#header {
	padding: 0 10px;
	margin: 0;
	background: #fff;
}
#header .headerbg {
	padding: 0 10px;
	background: #fff;
}
#header .headerin {
	height: 93px;
	position: relative;
}
#header .headerleft {
	margin: 0;
	width: 100%;
}
#header .headercap {
	font-size: min(7px,2.13vw);
	margin-top: 15px;
	max-width: calc(100vw - 80px);
	position: relative;
	line-height: 1.25;
}
#header .headerlogo {
	text-align: center;
	position: relative;
}
#header .headerlogo img {
	width: 210px;
}
#header .headermess {
	padding: 0;
	position: static;
}
#header .headermess .messcont {
	display: none;
}
.navbar-toggle {
	right: 15px;
	top: 15px;
}
.navbar-toggle .toggle-menu {
}

.navbar-collapse {
	width: min(90%, 400px);
	height: 100vh;
	top: 0;
}
.navbarbox .navlink {
	display: block;
	padding: 10px 25px 20px;/*10px 45px 20px;*/
}
.navbarbox .navlink .linklist {
	width: 100%;
	max-width: none;
	display: flex;
	justify-content: space-between;
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li a {
	font-size: min(1.8617021276595744 vw , 16px);/*(3.125vw, 16px)*/
}

}
@media (max-width: 320px) {

.navbar-collapse {
	width: 90%;
}

.navbarbox .navlink .linklist {
}
.navbarbox .navlink .linklist li {
}
.navbarbox .navlink .linklist li a {
	font-size: 10px;
}

}



/* footer
----------------------------------------------- */
#footer {
	background: #3F4668;
	padding: 70px 20px 20px;/*padding: 120px 20px 65px;*/
	color: #fff;
	position: relative;
}
#footer .footerlogo {
	text-align: center;
	margin-bottom: 30px;
}
#footer .footerlogo a {
	display: inline-block;
}

#footer .footerin {
	max-width: 1200px;
	margin: 0 auto;
}
#footer .footername {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 40px;
}
#footer .footername .namelar {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0;
}
#footer .footername .namesml {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
}
#footer .footertit {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}
#footer .footermt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#footer .footermt .footermess {
	width: 44%;
}
#footer .footermt .footeraddr {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 35px;
}
#footer .footermt .footercont .footertit {
	margin-bottom: 2px;
}
#footer .footermt .footercont .conttxt {
	line-height: 1.5;
}
#footer .footermt .footertime {
	width: 45%;
}
#footer .footermt .footertime .timebox {
	width: 100%;
	margin-bottom: 10px;
}
#footer .footermt .footertime .timebox th,
#footer .footermt .footertime .timebox td {
	padding: 13px 0;
}
#footer .footermt .footertime .timebox th {
	text-align: center;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	width: 10%;
}
#footer .footermt .footertime .timebox tr+tr th,
#footer .footermt .footertime .timebox tr+tr td {
	border-top: 1px #707070 solid;
}
#footer .footermt .footertime .timebox th.thtit {
	width: 30%;
	text-align: left;
	font-weight: 700;
}
#footer .footermt .footertime .timebox td {
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
}
#footer .footermt .footertime .timebox td.tdtit {
	text-align: left;
}
#footer .footermt .footertime .datebox {
	font-size: 14px;
	line-height: 1.7;
}
#footer .footermt .footertime .datebox .datelar {
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.35;
}
#footer .footermt .footertime .datebox .timeclose {
	font-size: 16px;
}
#footer .footerbnr {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#footer .footerbnr li {
	margin: 0 10px;/*0 12px;*/
	width: 310px;/*380px;*/
}
#footer .footerbnr li a {
	display: flex;
	background: #fff;
	height:  60px;/*70px;*/
	align-items: center;
	padding: 0 10px;/* 0 20px;*/
	justify-content: flex-start;
	color: #3F4668;
	font-size: 28px;/*36px*/
	font-weight: 600;
	border: 2px #fff solid;
	letter-spacing: 0;
}
#footer .footerbnr li a img {
	margin-right: 20px;
}
#footer .footerbnr li a:hover {
	background: #3F4668;
	color: #fff;
}
#footer .footerbnr li a .bnricono {
	display: block;
	font-size: 0;
}
#footer .footerbnr li a .bnricoon {
	display: none;
	font-size: 0;
}
#footer .footerbnr li a:hover .bnricono {
	display: none;
}
#footer .footerbnr li a:hover .bnricoon {
	display: block;
}
#footer .footerbnr li .bnrtel {
	letter-spacing: 0.1em;
}
#footer .footernavi {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#footer .footernavi li {
	margin: 0 6px;/* margin: 0 8px; */
}
#footer .footernavi li a {
	display: block;
	border-bottom: 1px #fff solid;
	padding: 0 8px 5px;/* padding: 0 12px 5px; */
	font-size: clamp(10px,1vw,12px);/* font-size: clamp(10px,1vw,14px); */
	font-weight: 600;/*font-weight: 700;*/
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;

}
#footer .footernavi li a:hover {
	color: #ECA9AB;
	border-bottom: 1px #ECA9AB solid;
}
#footer .footerbtm {
	padding-bottom: min(120px,6.25vw);
	position: relative;
}
#footer .footerlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
#footer .footerlink li {
	margin: 50px 7px 0;
}
#footer .copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}
#footer .footerclover {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 5px;
}

#footer .pagetop {
	position: fixed;
	right: 40px;
	bottom: 20px;
	z-index: 3;
}
#footer .pagetop a {
	display: flex;
	border: 2px #fff solid;
	width: 80px;
	height: 80px;
	background: #D8BE72;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;/*#fff*/
	font-size: 10px;
	letter-spacing: 0.075em;
	font-family: " メイリオ"," ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic," sans-serif";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#footer .pagetop a .arrow {
	display: block;
	width: 26px;
	height: 26px;
	transform: rotate(135deg);
	margin-bottom: -5px;
	border-left: 2px #fff solid;
	border-bottom: 2px #fff solid;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .pagetop a:hover {
	border: 2px #3F4668 solid;
	background: #fff;
	color: #3F4668;
}
#footer .pagetop a:hover .arrow {
	border-left: 2px #3F4668 solid;
	border-bottom: 2px #3F4668 solid;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@media (min-width: 1440px) {
#footer .pagetop {
	right:calc(50% - 700px);
}
}
@media (max-width: 1250px) {
#footer .footerbnr li a {
	font-size: 28px;
}
}
@media (max-width: 1024px) {
#footer .footerbnr {
	flex-direction: column;
	align-items: center;
}
#footer .footerbnr li {
	margin: 10px 0;
}
#footer .footernavi li {
	margin: 0 10px;
}
#footer .footernavi li a {
	padding: 0 6px 5px;
}
#footer .footermt .footermess {
	width: 46%;
}
#footer .footermt .footertime {
	width: 50%;
}
#footer .pagetop {
	right: 20px;
	bottom: 20px;
}
}
@media (max-width: 767px) {
#footer {
	padding: 60px 20px 50px;
}
#footer .footerlogo {
	margin-bottom: 20px;
}
#footer .footerlogo img {
	width: 150px;/*280px*/
}
#footer .footername {
	margin-bottom: 25px;
}
#footer .footername .namelar {
	font-size: min(16px,4.1vw);
	margin-bottom: 15px;
}
#footer .footername .namesml {
	font-size: 13px;
}
#footer .footertit {
	font-size: 12px;
}
#footer .footermt {
	display: block;
}
#footer .footermt .footermess {
	width: auto;
}
#footer .footermt .footeraddr {
	font-size: 12px;
	margin-bottom: 30px;
}
#footer .footermt .footercont .footertit {
	margin-bottom: 2px;
	font-size: 14px;
}
#footer .footermt .footercont .conttxt {
	font-size: 14px;
}
#footer .footermt .footertime {
	width: auto;
	margin-top: 25px;
}
#footer .footermt .footertime .timebox {
	width: 100%;
	margin-bottom: 5px;
}
#footer .footermt .footertime .timebox th,
#footer .footermt .footertime .timebox td {
	padding: 10px 0;
}
#footer .footermt .footertime .timebox th {
	font-size: 14px;
}
#footer .footermt .footertime .timebox th.thtit {
	width: 30%;
	font-size: 14px;
	font-weight: 700;
}
#footer .footermt .footertime .timebox td {
	font-size: 12px;
}
#footer .footermt .footertime .timebox td.tdtit {
	font-size: 12px;
	font-weight: 400;
}
#footer .footermt .footertime .datebox {
	font-size: 12px;
}
#footer .footermt .footertime .datebox .datelar {
	font-size: 14px;
	font-weight: 700;
}
#footer .footermt .footertime .datebox .timeclose {
	font-size: 14px;
}
#footer .footerbnr {
	display: none;
}
#footer .footernavi {
	display: none;
}	
/*#footer .footernavi {
	flex-wrap: wrap;
	margin-top: 90px;
	align-items: flex-end;
	justify-content: flex-start;
}*/
#footer .footernavi li {
	width: calc((100% - 24%)/4);
	margin: 0 8% 25px 0;
}
#footer .footernavi li:nth-child(4n) {
	margin-right: 0;
}
#footer .footerbtm {
	margin-top: 35px;
	padding-bottom: min(70px,18.6vw);
}
#footer .footerlink {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#footer .footerlink li {
	margin: 0 5px 25px;/*0 10px 25px;*/
	max-width: none;
}
#footer .footerlink li img {
	max-width:100%;
}
#footer .pagetop {
	display: none;
}
}

#footer .comfix {
	display: none;
}
@media (max-width: 767px) {
#footer .comfix {
	display: flex;
	position: fixed;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#footer .comfix li {
	width: 33%;/*24%*/
}
#footer .comfix li a {
	display: flex;
	border: 1px #3F4668 solid;
	background: #fff;
	height: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #3F4668;
	font-size: 10px;
	line-height: 1.5;
	font-family: " メイリオ"," ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic," sans-serif";
	letter-spacing: 0;
}
#footer .comfix li a .imgno {
	display: block;
}
#footer .comfix li a .imgon {
	display: none;
}
#footer .comfix li a:hover,
#footer .comfix li a:active {
	background: #3F4668;
	color: #fff;
}
#footer .comfix li a:hover .imgno,
#footer .comfix li a:active .imgno {
	display: none;
}
#footer .comfix li a:hover .imgon,
#footer .comfix li a:active .imgon {
	display: block;
}
}



/* comnavi
----------------------------------------------- */
.comnavi {
	margin-bottom: 15px;
}
.comnavi .navilist {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.comnavi .navilist li {
	margin: 0 12px;
	min-width: 60px;
}
.comnavi .navilist li a {
	display: block;
	padding: 0 8px 10px;
	text-align: center;
	border-bottom: 1.5px #3F4668 solid;/* border-bottom: 2px #3F4668 solid; */
	font-size: 16px;/* font-size: 18px; */
	line-height: 1.0;/* line-height: 1.35; */
	letter-spacing: 0.05em;
	color: #3F4668;
	font-weight: 700;/*500*/
}
.comnavi .navilist li a:hover {
	border-bottom: 1.5px #A8874F solid;/*border-bottom: 2px #ECA9AB solid;*/
	color: #A8874F
}

@media (max-width: 1024px) {
.comnavi {
	display: none;
}
}

/* H
----------------------------------------------- */
.hdl {
	background: url(../img/common/line_hdl.png) center bottom no-repeat;
	display: flex;
	justify-content: center;
	padding: 0 0 15px;
	margin-bottom: 110px;
}
.hdl .hdlin {
	min-width: 400px;
	text-align: center;
	color: #004195;
	padding: 0 80px;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
}
.hdl .hdlin:before {
	position: absolute;
	content: "";
	background: url(../img/common/left_leaf.png) center center no-repeat;
	left: 0;
	top: 0;
	width: 38px;
	height: 100%;
	z-index: 0;
}
.hdl .hdlin:after {
	position: absolute;
	content: "";
	background: url(../img/common/right_leaf.png) center center no-repeat;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	z-index: 0;
}


@media (max-width: 767px) {
.hdl {
	background: url(../img/common/line_hdl_sp.png) center bottom no-repeat;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	padding: 0 0 10px;
	margin-bottom: 70px;
}
.hdl .hdlin {
	min-width: inherit;
	padding: 0 35px;
	font-size: 26px;
	font-weight: 700;
}
.hdl .hdlin:before {
	display: none;
}
.hdl .hdlin:after {
	display: none;
}
}




/* teaser
----------------------------------------------- */
.teaser {
	max-width: 1460px;
	margin: 0 auto 20px;
}
.teaser .teaserin {
	padding: 0 12.5%;
	position: relative;
	background: #3F4668;
}
.teaser .decleft {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 11%;
	z-index: 0;
}
.teaser .decright {
	position: absolute;
	top: 20px;
	right: 0;
	max-width: 12%;
	z-index: 0;
}
.teaser .teaserimg {
	text-align: center;
}
.teaser .teasercont {
	font-size: 80px;
	letter-spacing: 0.12em;
	font-weight: 700;
}
.teaser .teasergray {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #707070;
	z-index: 0;
}
.teaser .teaserwhite {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	transform: translate(-2px,-2px);
	z-index: 0;
}
.teaser .teaserbtm {
	display: none;
}

@media (max-width: 1024px) {
.teaser .teasercont {
	font-size: 60px;
	letter-spacing: 0.12em;
}
}
@media (max-width: 767px) {
.teaser {
	margin: 0 auto 10px;
}
.teaser .teaserin {
	padding: 0px;
}
.teaser .decleft {
	display: none;
}
.teaser .decright {
	display: none;
}
.teaser .teasercont {
	font-size: 23px;
	letter-spacing: 0.12em;
}
.teaser .teaserwhite {
	transform: translate(-1px,-1px);
}
.teaser .teaserbtm {
	display: block;
	padding: 0 15px;
	margin-top: 10px;
	text-align: left;
}

}

/* breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	max-width: 1460px;
	padding: 0 15px;
	margin: 0 auto 20px;
	color: #2C2C2C;
}
.breadcrumbs a {
	color: #2C2C2C;
}
.breadcrumbs .breadin {
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .arrow {
	margin: 0 1em;
}

@media (max-width: 767px) {
.breadcrumbs {
	font-size: 12px;
	margin: 0 auto 65px;
}
}

/* decoration
----------------------------------------------- */
.comdecor01 {
	position: absolute;
	top: 160px;
	left: 40px;
	z-index: 0;
}
.comdecor02 {
	position: absolute;
	top: 520px;
	right: 25px;
	z-index: 0;
}
.comdecor03 {
	position: absolute;
	z-index: 0;
}
.comdecor04 {
	position: absolute;
	z-index: 0;
}

@media (max-width: 1024px) {
.comdecor01 {
	display: none;
}
.comdecor02 {
	position: static;
	top: auto;
	right: auto;
	text-align: right;
	margin-top: 50px;
	padding: 0 5px;
}
.comdecor03 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 70px -15px;
}
.comdecor04 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	margin: 75px -15px 0 0;
}
}

/* comsns
----------------------------------------------- */
.comsns {
	max-width: 1460px;
	margin: 200px auto 0;
	position: relative;
	z-index: 1;
}
.comsns .snslist {
	display: flex;
}
.comsns .snslist li {
	width: 50px;
	margin-right: 10px;
}
@media (max-width: 1024px) {
.comsns {
	margin: 70px auto 0;
}
}
@media (max-width: 767px) {
.comsns {
	margin: 70px -20px 0;
}
.comsns .snslist li {
	width: 30px;
	margin-right: 5px;
}
}


/* doctor
----------------------------------------------- */
.docleader {
	padding: 0 30px 250px;
	position: relative;
}
.docleader .leaderinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.docleader .hdl {
	margin-bottom: 180px;
}
.docleader .leaderbox {
	padding: 0 50px 0 0;
	position: relative;
}
.docleader .leaderbox:before {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 66%;
	height: 100%;
	left: 3.8%;
	top: -90px;
	z-index: 0;
}
.docleader .leaderbox:after {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 47%;
	height: 68%;
	right: 0;
	bottom: -95px;
	z-index: 0;
}
.docleader .leaderinner .leadercap {
	text-align: center;
	display: block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #004195;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
.docleader .leaderflex {
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 1;
}
.docleader .leaderflex .leaderimg {
	flex-shrink: 0;
	max-width: 37%;
	margin-right: 2.8%;
}
.docleader .leaderflex .leaderimg img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.docleader .leaderflex .leadercont {
	background: #fff;
	padding: 30px 25px;
}
.docleader .leaderflex .leadertxt {
	font-size: 18px;
	color: #202020;
	line-height: 1.65;
	letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
.docleader .leaderbox {
	padding: 0 20px 0 0;
}
}
@media (max-width: 767px) {
.docleader {
	padding: 10px 20px 80px;
}
.docleader .hdl {
	margin-bottom: 80px;
}
.docleader .leaderbox {
	padding: 0 20px;
}
.docleader .leaderbox:before {
	width: 90%;
	height: 40%;
	left: 0;
	top: 15%;
	transform: translateY(-40%);
	z-index: 0;
}
.docleader .leaderbox:after {
	width: 90%;
	height: 40%;
	right: 0;
	bottom: auto;
	top: 20%;
	transform: translateY(-15%);
	z-index: 0;
}
.docleader .leaderflex {
	display: block;
}
.docleader .leaderflex .leaderimg {
	text-align:center;
	max-width: none;
	margin: 0 0 50px;
}
.docleader .leaderflex .leaderimg img {
	width: 70%;
	height: auto;
	object-fit: contain;

}
.docleader .leaderflex .leadercont {
	padding: 20px 10px;
}
.docleader .leaderflex .leadertxt {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.docleader .leaderinner .leadercap {
	margin-top: 15px;
	font-size: 16px;/* 12px*/
	letter-spacing: 0.075em;
}
}
@media (max-width: 320px) {
}



.dochistory {
	background:#E5DDC8;/*rgba(175,143,144,0.15)*/
	padding: 125px 30px 110px;
	position: relative;
}

.dochistory .historyin {
}
.dochistory .historycont {
	display: flex;
	justify-content: center;
}
.dochistory .historytxt {
}

@media (max-width: 1024px) {
.dochistory {
	background:#E5DDC8;/*rgba(175,143,144,0.15)*/
	background-size: 90% auto;
}
}
@media (max-width: 767px) {
.dochistory {
	padding: 50px 30px 75px;
}

}

.docquali {
	padding: 235px 30px 200px;
	position: relative;
}
.docquali .comdecor03 {
	top: 100px;
	left: 75px;
}
.docquali .comdecor04 {
	right: 120px;
	bottom: 130px;
}
.docquali .qualiinner {
	position: relative;
}
.docquali .qualicont {
	display: flex;
	justify-content: center;
}
.docquali .qualitxt {
}

@media (max-width: 1024px) {
.docquali {
	padding: 100px 30px;
}
.docquali .qualicont {
	margin-bottom: 100px;
}
}
@media (max-width: 767px) {
.docquali {
	padding: 80px 30px;
}
.docquali .qualicont {
	margin-bottom: 75px;
}
}

/* news list
----------------------------------------------- */
.newslist {
	margin: 20px 0 200px;
	padding: 0 20px;
	position: relative;
}
.newslist .tnewsdec01 {
	position: absolute;
	left: 40px;
	top: -45px;
	z-index: -1;
}
.newslist .tnewsdec02 {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 0;
}
.newslist .tnewsinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.newslist .tophd {
	margin-bottom: 5px;
}
.newslist .tnewslist li {
	border-bottom: 1px #B7B7B7 solid;
	letter-spacing: 0;
	padding: 20px 0;
	line-height: 1.5;
}
.newslist .tnewslist .tnewsdate {
	font-size: 18px;
	font-weight: 700;
	color: #341803;
}
.newslist .tnewslist .tnewslink a {
	display: inline-block;
	font-weight: 700;
	color: #2F344F; /* #707070*/
	position: relative;
}
.newslist .tnewslist .tnewslink a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #3F4668;
	opacity: 0;
	transition: transform .3s;
}
.newslist .tnewslist .tnewslink a:hover:before {
	opacity: 1;
	transition: transform .3s;
}
.newslist .tnewsmore {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}
.newslist .tnewsmore a {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	color: #2F344F; /* #707070*/
	font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.newslist .tnewsmore a:before {
	position: absolute;
	content: "";
	left: 0;
	top:50%;
	transform:translateY(-50%);
	border-left:12px #004195 solid;
	border-right:0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	z-index: 1;
}
.newslist .tnewsmore a:hover:before {
	border-left:12px #2F344F solid;
}

.newslist .tnewsinner .newslistflex {

}

.newslist .tnewsinner .newslistflexin {
	background: #fff;
	padding: 50px 80px;
	margin: 80px;
}

.newslist .tnewsinner .newslistflex:before {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 70%;
	height: 50%;
	left: 3.8%;
	top: 250px;
	z-index: -1;
}
.newslist .tnewsinner .newslistflex:after {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 70%;
	height: 50%;
	right: 0;
	bottom: -95px;
	z-index: -1;
}


@media (max-width: 767px) {
.newslist {
	margin: 15px 0 80px;
	padding: 0 15px;
}
.newslist .tnewsdec01 {
	position: static;
	left: auto;
	top: auto;
	text-align: left;
	margin-bottom: 50px;
}
.newslist .tnewsdec02 {
	position: static;
	text-align: right;
	right: auto;
	bottom: auto;
	margin-top: 60px;
	padding: 0 15px;
	z-index: 0;
}
.newslist .tophd {
	margin-bottom: 50px;
}
.newslist .tnewsmore {
	margin-top: 25px;
}
.newslist .tnewsmore a {
	font-size: 14px;
}
.newslist .tnewsinner .newslistflexin {
	padding: 20px 30px;
	margin: 20px;
}
.newslist .tnewsinner .newslistflex:before {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 70%;
	height: 60%;
	left: 1.8%;
	top: 130px;
	z-index: -1;
}
.newslist .tnewsinner .newslistflex:after {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 70%;
	height: 50%;
	right: 0;
	bottom: -70px;
	z-index: -1;
}
}


/* news detail
----------------------------------------------- */
.newsdetail {
	padding: 0 30px 200px;
	position: relative;
}
.newsdetail .detailinner {
	max-width: 1095px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.newsdetail .post-body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.newsdetail .post-body h2 {
	color: #2D2D2D;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.075em;
	border-bottom: 1px #2F344F solid;
	border-left: 8px #2F344F solid;
	padding: 5px 20px;
	margin-bottom: 50px;
}
.newsdetail .post-body div {
}
.newsdetail .postback {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.newsdetail .postback a {
	display: flex;
	align-items: center;
	color: #2F344F;
	line-height: 1.5;
	font-weight: 500;
}
.newsdetail .postback a img {
	margin-right: 20px;
}

.newsdetail .detailinner .newsflexin {
	background: #fff;
	padding: 50px 80px;
	margin-top: 100px;
}

@media (max-width: 1024px) {
.newsdetail {
	padding: 0 30px 100px;
	position: relative;
}
}
@media (max-width: 767px) {
.newsdetail .post-body h2 {
	font-size: 16px;
}
.newsdetail .post-body {
	font-size: 14px;
}
.newsdetail {
	padding: 0 30px 80px;
}
.newsdetail .post-body h2 {
	margin-bottom: 80px;
}
.newsdetail .postback {
	margin-top: 60px;
}

.newsdetail .detailinner .newsflexin {
	background: #fff;
	padding: 30px 25px;
}

}

/* access
----------------------------------------------- */
.accguide {
	padding: 0 30px 200px;
	position: relative;
}
.accguide .comdecor04 {
	right: 120px;
	bottom: 130px;
}
.accguide .guideinner {
	max-width: 1460px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.accguide .guidemap iframe {
	width: 100%;
	height: 650px;
}
.accguide .guidebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 15px;
	margin-bottom: 90px;
}
.accguide .guidebox li {
	width: 29%;
}
.accguide .guidebox .guidetit {
	color: #7D0325;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 15px;
}
.accguide .guidebox .guidetxt {
	line-height: 1.5;
}
.accguide .guidemap {
	margin-bottom: 100px;
}
.accguide .guidemess {
	padding: 0 15px;
}
.accguide .guidemess li {
	display: flex;
	align-items: center;
	font-size: 18px;
	letter-spacing: 0.075em;
}
.accguide .guidemess li+li {
	margin-top: 10px;
}
.accguide .guidemess .messtit {
	width: 75px;
	flex-shrink: 0;
	font-weight: 500;
	color: #2F344F;
}
.accguide .guidemess .messtxt {
	
}

@media (max-width: 1024px) {
.accguide {
	padding: 0 30px 100px;
}
.accguide .guidebox li {
	width: 30%;
}
.accguide .comdecor04 {
	display: none;
}
}
@media (max-width: 767px) {
.accguide {
	padding: 0 30px 70px;
}
.accguide .guidemap {
	margin: 0 -30px 60px;
}
.accguide .guidemap iframe {
	height: 270px;
}
.accguide .guidebox {
	display: block;
	padding: 0;
	margin-bottom: 80px;
}
.accguide .guidebox li {
	width: auto;
}
.accguide .guidebox li+li {
	margin-top: 40px;
}
.accguide .guidemess {
	padding: 0;
}
.accguide .guidemess li {
	flex-wrap: wrap;
	font-size: 16px;
}
.accguide .guidemess li+li {
	margin-top: 10px;
}
.accguide .guidemess .messtit {
	font-size: 16px;
	font-weight: 700;
	color: #004195;
	margin: 5px 0;
}
.accguide .guidemess .messtxt {
	font-size: 14px;
	margin: 5px 0;
}
.accguide .guidebox .guidetit {
	font-size: 18px;
}
.accguide .guidebox .guidetxt {
	font-size: 14px;
}
}





/* contact
----------------------------------------------- */
.ctabox {
	padding: 0 30px 200px;
	position: relative;
}
.ctainner {
	max-width: 870px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ctainner .ctadet {
	display: flex;
	justify-content: center;
	margin-bottom: 130px;
}
.ctainner .ctadet .dettxt {
	line-height: 1.5;
}
.ctabox .comdecor03 {
	left: 75px;
	top: 1700px;
}
.ctabox .comdecor04 {
	right: 120px;
	bottom: 130px;
}
.ctainner .formbox {
	
}
.ctainner .formhd {
	color: #7D0325;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
}
.ctainner .formlist li+li {
	margin-top: 40px;
}
.ctainner .formlist .formtit {
	font-size: 24px;
	color: #3F4668;
	font-weight: 700;
	line-height: 1.5;
	padding: 5px 0 5px 20px;
	border-left: 10px #3F4668 solid;
	margin-bottom: 25px;
}
.ctainner .formlist .formin {
	padding: 0 0 0 30px;
	font-size: 24px;
	line-height: 1.5;
}
.ctainner .formlist input[type=text],
.ctainner .formlist input[type=email],
.ctainner .formlist input[type=tel] {
	background: #fff;
	border: 1px #707070 solid;
	height: 54px;
	padding: 5px 15px;
	letter-spacing: 0;
	line-height: 1.5;
	width: 72%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.ctainner .formlist input.wmid {
	width: 38%;
}
.ctainner .formlist input.wsml {
	width: 20%;
}
.ctainner .formlist textarea {
	background: #fff;
	border: 1px #707070 solid;
	height: 260px;
	padding: 5px 15px;
	letter-spacing: 0;
	line-height: 1.5;
	width: 72%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.ctainner .formlist .formname+.formname {
	margin-top: 15px;
}
.ctainner .formlist .formname {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ctainner .formlist .formname input {
	margin-right: 40px;
}
.ctainner .formlist .formname .namecap {
	color: #C1893F;
}
.ctainner .formlist .formsex {
	display: flex;
	align-items: center;
}
.ctainner .formlist .formsex label {
	margin-right: 1em;
}
.ctainner .formlist .formsex input {
	width: 20px;
	height: 20px;
	border: 1px #707070 solid;
	background: #fff;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.ctainner .formlist .formsex input:checked:before {
	position: absolute;
	content: "";
	background: #707070;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 0;
}
.ctainner .formlist .formcode {
	display: flex;
	align-items: center;
}
.ctainner .formlist .formcode input {
	margin: 0 1em;
}
.ctainner .formlist select {
	width: 24%;
	background: url(../img/contact/arrow_select.png) right 10px center no-repeat #fff;
	border: 1px #707070 solid;
	height: 54px;
	padding: 5px 35px 0 15px;
	letter-spacing: 0;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.ctainner .formlist .formaddr+.formaddr {
	margin-top: 20px;
}
.ctainner .formlist .formaddr .addrtit {
	color: #BB834A;
	margin-bottom: 5px;
	letter-spacing: 0;
	display: block;
}
.ctainner .formlist .formaddr .addrcap {
	font-size: 16px;
	color: #C1893F;
	line-height: 1.6;
	display: block;
}
.ctainner .formlist .formaddr .addrcap.capother {
	display: inline-block;
}
.ctainner .formlist .formtel {
}
.ctainner .formlist .formtel .telline {
	margin: 0 0.8em;
	display: inline-block;
}
.ctainner .formlist .formmail {
	
}
.ctainner .formlist .formmail .mailtxt {
	display: block;
	margin: 7px 0 13px;
}
.ctainner .formlist .formmail .mailtxt .mailsml {
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
}
.ctainner .formnote {
	padding: 20px 0 0 30px;
	font-size: 24px;
	letter-spacing: 0;
	color: #2C2C2C;
	font-weight: 700;
	line-height: 1.5;
}
.ctainner .formbtn {
	padding: 0 30px;
	margin-top: 70px;
}
.ctainner .formbtn input[type=submit] {
	background: #D6D6D6;
	border: 1px #707070 solid;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 400;
	width: 150px;
	height: 54px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.mw_wp_form_input .confirmnote{
 display: none;
}
.mw_wp_form_confirm .inputnote{
 display: none;
}
@media (max-width: 1024px) {
.ctabox {
	padding: 0 30px 100px;
}
.ctabox .comdecor03 {
	display: none;
}
.ctabox .comdecor04 {
	display: none;
}
}
@media (max-width: 767px) {
.ctabox {
	padding: 0 30px 70px;
}
.ctainner .ctadet {
	margin-bottom: 50px;
	padding: 0 5px;
}
.ctainner .ctadet .dettxt {
	font-weight: 500;
	font-size: 14px;
}
.ctainner .formbox {
	margin: 0 -15px;
}
.ctainner .formhd {
	margin-bottom: 25px;
	font-size: 18px;
}
.ctainner .formlist li+li {
	margin-top: 25px;
}
.ctainner .formlist .formtit {
	font-size: 14px;
	padding: 1px 0 1px 10px;
	border-left: 5px #3F4668 solid;
	margin-bottom: 15px;
}
.ctainner .formlist .formin {
	padding: 0 0 0 15px;
	font-size: 12px;
}
.ctainner .formlist input[type=text],
.ctainner .formlist input[type=email],
.ctainner .formlist input[type=tel] {
	height: 30px;
	padding: 2px 10px;
	width: 100%;
}
.ctainner .formlist input.wmid {
	width: 50%;
}
.ctainner .formlist input.wsml {
	width: 25%;
}
.ctainner .formlist textarea {
	height: 130px;
	padding: 5px 10px;
	width: 100%;
}
.ctainner .formlist .formname+.formname {
	margin-top: 10px;
}
.ctainner .formlist .formname input {
	margin-right: 20px;
}
.ctainner .formlist .formname .namecap {
	color: #BB834A;
}
.ctainner .formlist .formsex input {
	width: 10px;
	height: 10px;
	margin-right: 3px;
}
.ctainner .formlist .formsex input:checked:before {
	width: 5px;
	height: 5px;
}
.ctainner .formlist .formcode input {
	margin: 0 0.5em;
}
.ctainner .formlist .formcode .txtlar {
	font-size: 18px;
}
.ctainner .formlist select {
	width: 30%;
	background: url(../img/contact/arrow_select.png) right 5px center no-repeat #fff;
	background-size: 13px auto;
	height: 30px;
	padding: 5px 20px 0 10px;
}
.ctainner .formlist .formaddr+.formaddr {
	margin-top: 10px;
}
.ctainner .formlist .formaddr .addrtit {
	font-weight: 500;
	color: #3F4668;
}
.ctainner .formlist .formaddr .addrcap {
	font-size: 10px;
	color: #BB834A;
}
.ctainner .formlist .formaddr .addrcap.capother {
	display: block;
}
.ctainner .formlist .formtel .teltxt {
	display: inline-block;
	font-weight: 500;
}
.ctainner .formlist .formmail .mailtxt {
	margin: 20px 0 5px;
	font-weight: 500;
}
.ctainner .formlist .formmail .mailtxt .mailsml {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.ctainner .formnote {
	padding: 10px 0 0 15px;
	font-size: 11px;
}
.ctainner .formbtn {
	padding: 0 14px;
	margin-top: 30px;
}
.ctainner .formbtn input[type=submit] {
	font-size: 11px;
	letter-spacing: 0;
	width: 78px;
	height: 28px;
}
}

/* ページ汎用
----------------------------------------------- */
.section01 {
	padding: 0 30px 100px;/*padding: 0 30px 250px;*/
	position: relative;
}
@media (max-width: 1024px) {
.section01 {
	padding: 0 30px 100px;
}
}
@media (max-width: 767px) {
.section01 {
	padding: 0 30px 50px;/*padding: 0 30px 70px;*/
}
}
.section02 {
	padding: 130px 30px 30px;/*padding: 125px 30px 110px;*/
	background:#E5DDC8;/*rgba(175,143,144,0.15)*/
	position: relative;
}

@media (max-width: 1024px) {
.section02 {
	background:#E5DDC8;/*rgba(175,143,144,0.15)*/
	background-size: 90% auto;
}
}
@media (max-width: 767px) {
.section02 {
	background::#E5DDC8;/* rgba(175,143,144,0.15)新規追加 */
	padding: 80px 30px 0.5px;/*padding: 70px 30px 10px;*/
}

}
.section03 {
	padding: 110px 30px 150px;/*padding: 235px 30px 200px;*/
	position: relative;
}
.section03 .comdecor03 {
	top: 500px;
	left: 75px;
}
.section03 .comdecor04 {
	right: 120px;
	bottom: 130px;
}
@media (max-width: 1024px) {
.section03 {
	padding: 100px 30px;
}
}
@media (max-width: 767px) {
.section03 {
		padding: 70px 30px 10px;/* padding: 50px 30px; */
}
}

/* 新規セッション04 */
.section04 {
	padding: 100px 30px 0px;/*padding: 0 30px 250px;*/
	position: relative;
}
@media (max-width: 1024px) {
.section04 {
	padding: 100PX 30px 50px;
}
}
@media (max-width: 767px) {
.section04 {
	padding: 70px 30px 1px; /*padding: 50px 30px 50px;*/
}
}
/* /新規セッション04/ */





.contentinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	/*background-color: #74992e; /新規セッション/ */
}
.contentinner .contentbox {
	display: flex;
	align-items: flex-start;
}
.contentinner .margin {
	margin-bottom: 100px;

}
.contentinner .contentimg {
	width: 32%;
	text-align: center;
	margin-right: min(9%, 36px);
}
.contentinner .contentcap {
	text-align: center;
	display: block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #BB834A;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
.contentinner .contentcont {
	flex: 1;
}
.contentinner .contenttxt {
	
}
@media (max-width: 1024px) {
.contentinner .contentimg {
	margin-right: 5%;
}
}
@media (max-width: 767px) {
.contentinner .contentbox {
	display: block;
	padding: 0 5px;
}
.contentinner .contentimg {
	width: auto;
	margin: 0 0 70px;
}
.contentinner .contentcap {
	margin-top: 15px;
	font-size: 12px;
	letter-spacing: 0.075em;
}
}


.section01 .comdecor01 {
	position: absolute;
	top: 160px;
	left: 40px;
	z-index: 0;
}
.section01 .comdecor02 {
	position: absolute;
	top: 520px;
	right: 25px;
	z-index: 0;
}
.section03 .comdecor03 {
	position: absolute;
	z-index: 0;
}
.section03 .comdecor04 {
	position: absolute;
	z-index: 0;
}

@media (max-width: 1024px) {
.section01 .comdecor01 {
	display: none;
}
.section01 .comdecor02 {
	position: static;
	top: auto;
	right: auto;
	text-align: right;
	margin-top: 50px;
	padding: 0 5px;
}
.section03 .comdecor03 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 70px -15px;
}
.section03 .comdecor04 {
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	margin: 75px -15px 0 0;
}
}

.sectiontitle {
	color: #3F4668;/*#7D0325*/
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.075em;
	border-bottom: 1px #3F4668 solid;
	border-left: 8px #3F4668 solid;
	padding: 5px 20px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
.sectiontitle {
	font-size: 20px;
	font-weight: 700;/*新規追加*/
}
.contentinner .contenttxt {
	font-size: 14px;
}
}

/* 診療科目・アクセス
----------------------------------------------- */
.accessinner {
	max-width: 1095px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 40px;
	/*color: #3F4668;*/
}
.accessinner .contentbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
}
.accessinner .margin {
	margin-bottom: 100px;
}
.accessinner .contentcont {
	width: 100%;
}
.accessinner .contenttit {
	display:block;
	color: accessinner;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom:15px;
	color: #3F4668;
}
.accessinner .contenttxt {
    font-size: 18px;
}
.accessinner .contenttime {
	width: 100%;
}
.accessinner .contenttime .timebox {
	width: 100%;
	margin-bottom: 10px;
}
.accessinner .contenttime .timebox th,
.accessinner .contenttime .timebox td {
	padding: 30px 0;
}
.accessinner .contenttime .timebox th {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	width: 10%;
	/*新規追加*/color: #3F4668;
}
.accessinner .contenttime .timebox tr+tr th,
.accessinner .contenttime .timebox tr+tr td {
	border-top: 1px #707070 solid;
}
.accessinner .contenttime .timebox th.thtit {
	width: 30%;
	text-align: left;
	font-weight: 700;
	/*新規追加*/color: #3F4668;
}
.accessinner .contenttime .timebox td {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.accessinner .contenttime .timebox td.tdtit {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	/*新規追加*/color: #3F4668;
}
.accessinner .contenttime .datebox {
	line-height: 1.7;
}
.accessinner .contenttime .datebox .datelar {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
	/*新規追加*/color: #3F4668;
}
@media (max-width: 767px) {
.accessinner {
	padding: 0;
}
.accessinner  .contentcont .margin {
	margin-bottom: 30px;
}
.accessinner .contenttit {
	font-size: 18px;
	margin-bottom: 2px;
}
.accessinner .contenttxt {
	font-size: 16px;
}
.accessinner .contenttime {
	width: auto;
	margin-top: 40px;
}
.accessinner .contenttime .timebox {
	width: 100%;
	margin-bottom: 5px;
}
.accessinner .contenttime .timebox th,
.accessinner .contenttime .timebox td {
	padding: 10px 0;
}
.accessinner .contenttime .timebox th {
	font-size: 16px;
}
.accessinner .contenttime .timebox th.thtit {
	width: 30%;
}
.accessinner .contenttime .timebox td {
	font-size: 14px;
}
.accessinner .contenttime .timebox td.tdtit {
	font-size: 14px;
	font-weight: 400;
}
.accessinner .contenttime .datebox {
	font-size: 16px;
}
.accessinner .contenttime .datebox .datelar {
	font-size: 18px;
}
}




/* top
----------------------------------------------- */
.topmain {
	background: #3F4668;
	border-bottom: 1px #707070 solid;
	border-top: 1px #707070 solid;
}
.topmain .mainbox {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.topmain .mainpic {
	position: relative;
	z-index: 1;
}
.topmain .mainbox .mainmask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.topmain .mainbox .mainmask img {
	width: 100%;
}
.topmain .mainslider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
}
.topmain .mainslider .slick-dots li {
	margin: 0 6px;
	font-size: 0;
	padding: 0;
}
.topmain .mainslider .slick-dots li button {
	text-indent: -9999px;
	font-size: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px #707070 solid;
	background: #fff;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.topmain .mainslider .slick-dots li.slick-active button {
	background: #707070;
}
.topmain .maininner {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	padding: 0 50px;
	z-index: 2;
}
.topmain .maininner .maintit {
	font-size: 122px;
	color: #ff809d;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 10px;
	opacity: 0.8;
}
.topmain .maininner .maintxt {
	max-width: 630px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.65;
	font-weight: 500;/* font-weight: 700; */
	color: #fff;
	/* 新規追加 */font-family: Yu Mincho,"游明朝";
}

@media (max-width: 1024px) {
.topmain .maininner .maintit {
	font-size: 80px;
}
.topmain .maininner .maintxt {
	max-width: 80%;
	font-size: 16px;
	/* 新規追加 */font-family: Yu Mincho,"游明朝";
}
}
@media (max-width: 767px) {
.topmain {
	background: none;
	border-bottom: none;
	border-top: none;
}
.topmain .mainslider .slick-dots {
	bottom: 10px;
}
.topmain .mainslider .slick-dots li {
	margin: 0 4px;
}
.topmain .mainslider .slick-dots li button {
	width: 10px;
	height: 10px;
}
.topmain .maininner {
	left: auto;
	bottom: auto;
	width: auto;
	margin-top: 60px;
	padding: 0 15px;
	position: relative;
}
.topmain .maininner .maintit {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: right;
	font-size: min(36px,5.2vw);/*(50px,12.8vw)*/
	color: #7D0325;
	opacity: 0.2;
	letter-spacing: 0.1em;
	line-height: 1;
	transform: translateY(-50%);
	mix-blend-mode: multiply;
	margin-bottom: 0;
}
.topmain .maininner .maintxt {
	max-width: none;
	background: rgba(255,255,255,0.7);
	padding: 30px 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 500;/*font-weight: 700;*/
	color: #3F4668;
	/* 新規追加 */font-family: Yu Mincho,"游明朝";
}
}

.tophd {
	text-align: center;
	font-size: 0;
}

.topabout {
	background: #E5DDC8;/*rgba(175,143,144,0.15)*/
	padding: 160px 20px 240px;
}
.topabout .aboutinner {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
}
.topabout .tophd {
	margin-bottom: 180px;
}
.topabout .aboutbox {
	padding: 0 50px 0 0;
	position: relative;
}
.topabout .aboutbox:before {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 66%;
	height: 100%;
	left: 3.8%;
	top: -90px;
	z-index: 0;
}
.topabout .aboutbox:after {
	position: absolute;
	content: "";
	border: 1px #3F4668 solid;
	width: 47%;
	height: 68%;
	right: 0;
	bottom: -95px;
	z-index: 0;
}
.topabout .aboutflex {
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: 1;
}
.topabout .aboutflex .fleximg {
	flex-shrink: 0;
	max-width: 37%;
	margin-right: 2.8%;
}
.topabout .aboutflex .fleximg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topabout .aboutflex .flexin {
	background: #fff;
	width: 85%;
	padding: 30px 25px;
	margin-left: auto;/*新規追加*/
    margin-right: auto ;/*新規追加*/
}
.topabout .aboutflex .flextxt {
	font-size: 18px;
	color: #202020;
	line-height: 1.65;
	letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
.topabout .aboutbox {
	padding: 0 20px 0 0;
}
}
@media (max-width: 767px) {
.topabout {
	padding: 140px 5px 80px;/*140px 20px 80px;*/
}
.topabout .tophd {
	margin-bottom: 80px;
}
.topabout .aboutbox {
	padding: 0 10px;/*0 20px*/
}
.topabout .aboutbox:before {
	width: 70%;
	height: 31.5%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.topabout .aboutbox:after {
	width: 50%;
	height: 15.5%;
	right: 0;
	bottom: auto;
	top: 50%;
	transform: translateY(-15%);
	z-index: 0;
}
.topabout .aboutflex {
	display: block;
}
.topabout .aboutflex .fleximg {
	max-width: none;
	margin: 0 0 50px;
}
.topabout .aboutflex .fleximg img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.topabout .aboutflex .flexin {
	padding: 20px 10px;
	margin-left: auto;/*新規追加*/
    margin-right: auto ;/*新規追加*/
}
.topabout .aboutflex .flextxt {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
}

.topnews {
	padding: 140px 20px 160px;
}
.topnews .tophd {
	margin-bottom: 50px;
}
.topnews .newsinner {
	max-width: 980px;
	margin: 0 auto;
}
.topnews .tnewslist li {
	border-bottom: 1px #B7B7B7 solid;
	letter-spacing: 0;
	padding: 20px 0;
	line-height: 1.5;
}
.topnews .tnewslist .tnewsdate {
	font-size: 18px;
	font-weight: 600;
	color: #2F344F;
	margin-bottom: 5px;
}
.topnews .tnewslist .tnewslink a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #2D2D2D;
	position: relative;
}
.topnews .tnewslist .tnewslink a:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #2F344F;
	opacity: 0;
	transition: transform .3s;
}
.topnews .tnewslist .tnewslink a:hover:before {
	opacity: 1;
	transition: transform .3s;
}
.topnews .tnewsmore {
	margin-top: 75px;
	display: flex;
	justify-content: flex-end;
}
.topnews .tnewsmore a {
	display: block;
	padding-right: 82px;
	background: url(../img/common/arrow_l.png) right 10px center no-repeat #fff;
}
.topnews .tnewsmore .moretxt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	background: #3F4668;
	padding: 10px 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.topnews .tnewsmore a:hover {
	background: url(../img/common/arrow_l_hov.png) right 10px center no-repeat #3F4668;
}
.topnews .tnewsmore a:hover .moretxt {
	background: #fff;
	color: #3F4668;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
@media (max-width: 767px) {
.topnews {
	padding: 55px 25px 60px;
}
.topnews .tnewslist li {
	padding: 15px 0;
}
.topnews .tnewsmore {
	margin-top: 65px;
}
.topnews .tnewsmore a {
	display: block;
	padding-right: 56px;
	background: url(../img/common/arrow_l.png) right 7px center no-repeat #fff;
	background-size: 40px auto;
}
.topnews .tnewsmore .moretxt {
	height: 40px;
	padding: 5px 12px;
	font-size: 12px;
}
.topnews .tnewsmore a:hover {
	background: url(../img/common/arrow_l_hov.png) right 7px center no-repeat #3F4668;
	background-size: 40px auto;
}
}

.topservice {
	padding: 90px 20px 110px;
}
.topservice .tophd {
	margin-bottom: 90px;
}
.topservice .serinner {
	max-width: 1228px;
	margin: 0 auto;
}
.topservice .serbox {
	position: relative;
}
.topservice .serbox:before {
	position: absolute;
	content: "";
	background: #3F4668;
	width: 70%;
	height: 72%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-43%);
	z-index: 0;
}
.topservice .serlist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -12px;
}
.topservice .serlist li {
	width: calc((100% - 21px)/3);
	margin: 0 10px 12px 0;
}
.topservice .serlist li:nth-child(3n) {
	margin-right: 0;
}
.topservice .serlist li a {
	display: block;
	position: relative;
}
.topservice .serlist li.emptyin {
	
}
.topservice .serlist .serimg img {
	width: 100%;
}
.topservice .serlist .sereng {
	color: #fff;
	font-size: 50px; /*60px;*/
	line-height: 1;
	letter-spacing: 0.1em;
	position: absolute;
	left: 5%;
	top: 9%;
	z-index: 1;
}
.topservice .serlist .serbtn {
	position: absolute;
	right: 3.6%;
	bottom: 5.4%;
	padding-right: 46px;
	background: url(../img/common/arrow_s.png) right 5px center no-repeat #fff;
	z-index: 1;
}
.topservice .serlist .serbtn .btntxt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 128px;/*118px*/
	height: 46px;
	background: #3F4668;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.topservice .serlist a:hover .serbtn {
	background: url(../img/common/arrow_s_hov.png) right 5px center no-repeat #3F4668;
	color: #3F4668;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.topservice .serlist a:hover .btntxt {
	color: #3F4668;
	background: #fff;
}
@media (max-width: 1024px) {
.topservice .serlist .sereng {
	font-size: 32px;/*40px*/
}
}
@media (max-width: 767px) {
.topservice {
	padding: 50px 15px 80px;
}
.topservice .tophd {
	margin-bottom: 80px;
}
.topservice .serbox {
	padding: 0 25px;
	position: relative;
}
.topservice .serbox:before {
	width: 100%;
	height: 64%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.topservice .serlist {
	display: block;
	margin-bottom: 0;
}
.topservice .serlist li {
	width: auto;
	margin: 0;
}
.topservice .serlist li+li {
	margin-top: 12px;
}
.topservice .serlist li:nth-child(3n) {
	margin-right: 0;
}
.topservice .serlist li.emptyin {
	display: none;
}
.topservice .serlist .sereng {
	font-size: min(32px,4.172099087353325 vw);/* min(42px,10.7vw)*/
	letter-spacing: 0.1em;
	left: 20px;
	top: 20px;
}
.topservice .serlist .serbtn {
	right: 10px;
	bottom: 10px;
	padding-right: 30px;
	background: url(../img/common/arrow_s.png) right 4px center no-repeat #fff;
	background-size: 22px auto;
}
.topservice .serlist .serbtn .btntxt {
	width: 130px;
	height: 50px;
	color: #fff;
	font-size: 14px;
}
.topservice .serlist a:hover .serbtn {
	background: url(../img/common/arrow_s_hov.png) right 4px center no-repeat #3F4668;
	background-size: 22px auto;
}
}

.toptiac {
	background: #E5DDC8;/*rgba(175,143,144,0.15)*/
	padding: 110px 20px 140px;
}
.toptiac .tiacbox {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.toptiac .tiacbox .boxinner {
	width: 80%;/* 45%*/
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.toptiac .tophd {
	margin-bottom: 120px;
}

.toptiac .contentcont {
	width: 100%;
	margin-bottom:35px;
}
.toptiac .contenttit {
	display:block;
	color: #3F4668;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom:15px;
}

.toptiac .toptime {
	width: 100%;
}
.toptiac .toptime td {
	border-top: 1px #707070 solid;
}
.toptiac .toptime th,
.toptiac .toptime td {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}
.toptiac .toptime th {
	font-size: 21px;
	line-height: 1.5;
	color: #2D2D2D;
	width: 10.5%;
}
.toptiac .toptime td {
	font-size: 17px;
	color: #3F4668;
}
.toptiac .toptime th.thtit {
	text-align: left;
	color: #3F4668;
	font-weight: 600;
	width: 26.5%;
}
.toptiac .toptime td.tdtit {
	text-align: left;
	font-size: 17px;
	color: #2D2D2D;
	padding-left: 10px;
	padding-right: 10px;
}
.toptiac .topdate {
	margin-top: 35px;
	font-size: 16px;
	line-height: 1.7;
	color: #2D2D2D;
	letter-spacing: 0.05em;
}
.toptiac .topdate .datelar {
	display: block;
	line-height: 1.4;
	font-size: 21px;
	font-weight: 600;
	color: #3F4668;
}
.toptiac .topdate .timeclose {
	font-size: 16px;
}
.toptiac .topmap iframe {
	width: 100%;
	height: 270px;
}
.toptiac .mapbtn {
	max-width: 200px;
	margin: 25px auto 0;
}
.toptiac .mapbtn a {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px #3F4668 solid;
	background: #3F4668;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.toptiac .mapbtn a:hover {
	background: #fff;
	color: #3F4668;
}
.toptiac .toptrain {
	margin-top: 50px;
}
.toptiac .toptrain li+li {
	margin-top: 30px;
}
.toptiac .toptrain .traintit {
	border-bottom: 1px #8A7D6D dashed;
	padding: 0 0 5px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #3F4668;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.toptiac .toptrain .traintit .titico {
	flex-shrink: 0;
	width: 35px;
	display: block;
	font-size: 0;
}
.toptiac .toptrain .traintxt {
	line-height: 1.375;
	color: #2D2D2D;
}

@media (max-width: 1024px) {
.toptiac .tiacbox {
	display: block;
	padding: 0;
}
.toptiac .tiacbox .boxinner {
	width: auto;
}
.toptiac .tiacbox .boxinner+.boxinner {
	margin-top: 50px;
}
}
@media (max-width: 767px) {
.toptiac {
	padding: 0;
	background: none;
}
.toptiac .tiacbox .boxinner {
	background: rgba(105,70,79,0.1);
	padding: 80px 15px;
}
.toptiac .tiacbox .boxinner+.boxinner {
	margin-top: 0;
	background: none;
}
.toptiac .tophd {
	margin-bottom: 80px;
}
.toptiac .contenttit {
	font-size: 16px;
}

.toptiac .contenttxt {
	font-size: 14px;
}
.toptiac .toptime th,
.toptiac .toptime td {
	padding: 10px 0;
}
.toptiac .toptime th {
	font-size: 16px;
	width: 9%;
}
.toptiac .toptime td {
	font-size: 12px;
}
.toptiac .toptime th.thtit {
	width: 37%;
}
.toptiac .toptime td.tdtit {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.toptiac .topdate {
	margin-top: 20px;
	font-size: 14px;
}
.toptiac .topdate .datelar {
	font-size: 16px;
}
.toptiac .topdate .timeclose {
	font-size: 14px;
}
.toptiac .topmap {
	background: #3F4668;
	padding: 50px 0 20px;
	margin: 0 -15px;
	position: relative;
}
.toptiac .topmap:before {
		position: absolute;
		content: "";
		background: rgba(175,143,144,0.4);
		top: 100%;
		width: 50%;
		height: 50px;
		right: 0;
		z-index: 0;
	}
.toptiac .topmap iframe {
	width: 100%;
	height: 105vw;
}
.toptiac .mapbtn {
	max-width: 200px;
	margin: 20px auto 0;
}
.toptiac .mapbtn a {
	height: 40px;
	border: 1px #fff solid;
	background: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #3F4668;
}
.toptiac .mapbtn a:hover {
		background: #3F4668;
		color: #fff;
	}
.toptiac .toptrain {
	margin-top: 130px;
}
.toptiac .toptrain li+li {
	margin-top: 45px;
}
.toptiac .toptrain .traintit {
	border-bottom: 1px #8A7D6D dashed;
	font-size: 16px;
	margin-bottom: 5px;
}
.toptiac .toptrain .traintit .titico {
	width: 30px;
}
.toptiac .toptrain .traintxt {
	font-size: 14px;
	line-height: 1.8;
}
}


/* XXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}








