@charset "UTF-8";

/*------------------------
  Fonts
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500&display=swap');

/*------------------------
  Common
------------------------*/
.dl-flex-top{
	display: flex;
}
.slick-slide img {
    width: 100%;
	
}
.slick-track{
	max-height: 800px;
}
.slick-initialized .slick-slide{
	max-height: 800px;
}
.txt-contact {
	font-size: 18px;
	padding-bottom: 30px;
   
	font-weight: bold;
	text-align: center;
   
}
html { scroll-behavior: smooth; }
/* .site-title.serif a{
	max-width: 150px;
	

} */
.site-title p{
	font-size: 14px;
}
h1{
	font-size: 14px;
	padding: 0 30;
}
.dl-flex{
	display: flex;
	flex-wrap: wrap;
}

body{
	font-size: 17px;
	line-height: 1.6em;
	font-family:  'Noto Serif JP', serif ;

}
.padd-lf10{
	padding-left: 10px;
}
.padd-lf5{
	padding-left: 5px;
}
.upper{
	text-transform: uppercase;
}
.row-faq .icon_question {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    width: 60px;
    color: #0aa387;
}
.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}
.row-faq .panel-heading {
    display: table;
}
.row-faq .panel-heading a span {
    display: block;
    padding-right: 30px;
}
.row-faq .icon_answer {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
    border: 0 !important;
}
.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
    border: 0 !important;
    color: #555;
    font-size: 15px;
}
.row-faq .panel-title>a, .row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.row-faq .icon_answer {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
    border: 0 !important;
}
.row-faq .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 30px;
    color: #000;
}
.btn a{
	color: #fff;
	background-color: #172E62;
	padding: 10px 20px;
	width: 400px;
	display: inline-block;
	text-align: center;
	
	
}

.row-faq .panel-heading {
    padding: 0;
    border: 0 !important;
    background: #f7f7f7 !important;
}
.btn-contact-st1 {
    border: 0px #000 solid;
    background: #172E62;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
	padding: 15px 30px;
	font-size: 16px;
    width: 160px;
    margin-bottom: 15px;
}

.contact-note{
	display: inline-block;
    background: #fff;
    border-radius: 5px;
    color: #0aa387;
    font-size: 12px;
    padding: 3px 5px;
  
    line-height: normal;
    float: right;
}
.dl-flex-top .bold{
	width: 10%;
}
.contact2 table{
	width: 100%;
}
.contact2 table tr td:first-child{
	background: #172E62;
	color: #fff;
}
input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
	width: 100%;
	outline: none;
}
.grid-960{
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.list-box .num {
    font-size: 5.0rem;
    width: 75px;
    text-align: center;
    background: url(images/bg-num.svg) no-repeat center center;
    padding: 30px 0;
}
.list-box .text {
    width: calc(100% - 75px);
    padding-left: 30px;
    line-height: 2;
}
.title-text{
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	display: block;
}
.dl-flex.middle{
	align-items: center;
}
.list-box {
	background: rgba(0,165,104,0.1);
    border-radius: 0 20px;
    padding: 55px 50px 45px 40px;
    margin-top: 80px;
}
.row.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.g-wrap-news,
		.g-wrap-news div {
			width: 100%;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
		}

		.g-wrap-news p {
			line-height: 160%;
			display: block;
			border-bottom: 1px dotted #ccc;
			box-sizing: border-box;
			margin: 0;
			padding: 20px 0;
		}
		.g-wrap-news h3 {
			line-height: 160%;
			display: block;
			border-bottom: 1px dotted #ccc;
			box-sizing: border-box;
			margin: 0;
			padding: 20px 0;
			font-size: inherit;
			font-family: 'Noto Sans JP', sans-serif !important;
		}

		.g-wrap-news p:nth-child(odd) {
			width: 25%;
			/* edit witdh p of date here */
			color: #172E62;
			font-weight: bold;
		}
		.g-wrap-news h3:nth-child(odd) {
			width: 25%;
			/* edit witdh p of date here */
			color: #172E62;
			font-weight: bold;
		}

		.g-wrap-news p:nth-child(even) {
			width: 75%;
			/* edit witdh p of news here */
		}

		#news .link-btn {
			clear: both;
		}

		@media screen and (max-width:640px) {
			.g-wrap-news p {
				width: 100% !important;
				min-height: inherit !important;
				height: auto !important;
			}
			.br-sp{
				display: none;
			}

			.g-wrap-news p:nth-child(odd) {
				border-bottom: none !important;
				padding-top: 10px;
				padding-bottom: 0;
			}

			.g-wrap-news p:nth-child(even) {
				margin-bottom: 15px;
			}
			#site-footer a img {
				max-width: 148px;
			}
			#site-footer{
				padding-top: 0;
			}
		}

.hidari {
	text-align: left !important;
	width: 50%;
	margin: 0 auto;
}



.table-small-text1 {
	font-size: 12px !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*>*:last-child {
	margin-bottom: 0;
}

address,
em {
	font-style: normal;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 62.5%
}

body {
	color: #2c2c2c;
	line-height: 1.6;
	font: 1.6rem/1 'Noto Serif JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: .05em;
	font-size: 17px;
	line-height: 1.6em;


}

.stbnpc .text-banner:first-child {
	padding: 0 !important;
}

body a {
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #2c2c2c;
}

body a:hover,
body a:focus {
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
	outline: none;
	max-width: 100%;
	height: auto;
}


ul {
	list-style: none;
}

table {
	border-spacing: 0;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.syoudoku {
	width: 70% !important;
	text-align: center;
}

.syoudoku img {
	width: 70% !important;
	text-align: center;
}

.speednews03 {
	text-align: center;
	color: #ec205b;
	padding-top: 30px;
	font-weight: bold;
}

.date {
	color: #ec205b;
	font-size: 1.8rem;
	letter-spacing: .08em;
	text-align: center;
	line-height: 165%;
	margin-bottom: 5px;
	position: relative;
	font-weight: bold;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.left {
	float: left;
}

.right {
	float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.left {
	padding-right: 20px;
}

img.right {
	padding-left: 20px;
}

.pd-20px {
	padding: 20px 0;
}

.newsmain {
	font-weight: normal !important;
}

.row-map .column-12 {
	padding: 0px;
}

.pc-none,
.pt-none {
	display: none !important;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.serif-en {
	font-family: 'Libre Baskerville', serif;
}

.fontbold {
	font-weight: bold;
}

#fd-lead04 .column-2 h3 span {
	font-size: 1.5rem;
	font-weight: 100;
	display: block;
	padding-top: 10px;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

#photos {
	max-height: 1820px;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/* display: none; */
}

.speed1 {
	color: #000000 !important;
}

.speednews {
	font-size: 15px;
	line-height: 1.78em;
	padding-bottom: 25px;
}


.speednews01 {
	font-size: 20px;
	line-height: 1.78em;
	text-align: center;
}

.speednews02 {
	text-align: center;
	color: #000000;
	padding-bottom: 30px;
}

.masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	/* display: none; */
}

.masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}

#top-gallery .bg-lpink:before {
	bottom: 0;
	height: auto;
}
.none_pc{
	display: none;
}

@media screen and (min-width:999px) {
	.stbnpc .text-banner:first-child {
		padding: 0 !important;
	}


	
}

@media screen and (max-width:999px) {
	#time table td {
		letter-spacing: -1px;
	}
	.open .gnav li a {
		text-align: center;
	}
	h1{
		text-align: center;
	}
	.none_pc{
		display: block;
	}
	.none_sp{
		display: none;
	}
	.txt{
		font-size: 30px;
	}



	body {
		-webkit-text-size-adjust: 100%;
	}

	.pc-none {
		display: block !important;
	}

	.sp-none {
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	.slider{
        margin-top: 0;
    }

	#time table td {
		letter-spacing: 0;
	}
	#site-footer .column-3 {
		width: 100%;
		text-align: center;
		padding: 10px !important;
	}

	.column-2 {
		padding: 15px !important;
	}

	.pt-none {
		display: block !important;
	}
}



/*------------------------
	Layout
------------------------*/
main {
	position: relative;
	display: block;
	overflow: hidden;
}

.container {
	padding: 70px 0 100px;
}

.container2 {
	padding: 0px 0 100px;
}

.box-area {
	padding: 2.4vw;
}

.wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.flex-mgauto {
	margin: auto;
	text-align: center;
}

.flex-mgauto {
	height: 100%;
}

.wrapper.narrow {
	max-width: 840px;
}

.height-inta {
	overflow-y: hidden;
	height: 1071px;
}
.tab_table{
	width: 100%;
}
.tab_table tr td:first-child{
	width: 150px;
}
.tab_table tr td:nth-child(2){
	width: 150px;
}
.tab_table tr td{
	vertical-align: top;
	padding-bottom: 10px;
}
.txt-img{
	text-align: center;
	padding-top: 10px;
}
.tab_table1 tr td:first-child{
	width: 200px;
	background-color: #172E62;
	padding:15px ;
	color: #fff;
	


}
.tab_table1 tr:last-child td:last-child{
	border-bottom: 1px solid #ccc;


}
.tab_table1 tr td{

	padding:15px ;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	

}
.tab_table1{
	width: 100%;
}

.dl-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab_table1 a{
	text-decoration: underline;
}

.row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.row.center {
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}

.row.between {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.row.endright {
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.column-12 {
	width: 100%;
	
}
.blue-bt{
	color: #fff;
    background: #172E62;
    padding: 10px 20px;
    border-radius: 0 20px;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.contact2 .sideline-title{
	padding-bottom: 40px;
}
.txt-com.mgt-50{
	margin-top: 30px;
}
.map-ac{
	text-align: center;
	margin-top: 20px;

}
.item-ac2{
	margin-top: 50px;
	background-color: #EFEFEF;
	padding: 50px 0;

}
.map-ac iframe{
	width: 100%;
	max-width: 840px;
	height: 400px;
	
}
.blue.mgt{
	margin-top: 20px;
	display: block;
}

.column-7 {
	width: 66.6%;
	padding: 20px;
}

.column-2 {
	width: 49%;
}

.column-3 {
	width: 33.33333%;
}

.column-4 {
	width: 25%;
}

.column-5 {
	width: 20%;
}



@media screen and (max-width: 999px) {
	.container {
		padding: 40px 0 50px;
	}

	.wrapper {
		padding: 0 5.33333vw;
	}

	.row.reverse {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
}

/*------------------------
	Header
------------------------*/
#site-header {
	width: calc(100% - 20px);
	/* position: absolute;
	top: 10px; */
	left: 10px;
	z-index: 100;
}

#site-header .wrapper {
	/* z-index: ; */
	max-width: 100%;
	height: auto;
	background: rgba(255, 255, 255);
	border-radius: 5px;
}

.site-title {
	width: 450px;
	padding: 0 30px;
}

.site-title a {
	display: block;
}

.site-title a img {}

.header-subnav {
	width: 190px;
	margin-top: 15px;
}

.header-subnav li {
	width: 50%;
}

.header-subnav li a {
	font-size: 1.2rem;
	text-align: right;
	color: #6d6d6d;
	display: block;
	position: relative;
}

.header-subnav li a:hover {
	color: #172E62;
}

.header-subnav li:first-child a .icon {
	background: url(images/common/icon-access.svg) no-repeat left center;
	padding: 5px 5px 5px 20px;
}

.header-subnav li:last-child a .icon {
	background: url(images/common/icon-recruit.svg) no-repeat left center / 18px auto;
	padding: 5px 5px 5px 25px;
}

.text__after {

	color: #172E62;
	text-align: center;
	font-size: 18px;
	display: block;
	padding: 20px 0 20px 0;
}
.slick-list.draggable{
	max-height: 800px;
}
.item{
	position: relative;
}
.txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #00000080;
    padding: 35px;
    transform: translateY(-50%);
    line-height: 180%;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}

@media screen and (max-width: 1140px) {
	.site-title {
		width: 378px;
		padding: 0 10px 0 30px;
	}
}

@media screen and (max-width: 999px) {
	#site-header {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	#site-header .wrapper {
		height: 171px;
		border-radius: 0;
		justify-content: center;
	}

	.site-title {
		padding: 0;
		width: 330px;
		margin: 0 auto;
	}
}

.phrase ._edEdit .text-banner {

	padding: 7px 20px;
}

.stbnpc {

	padding: 7px 20px;
}

/*------------------------
	Navigation
------------------------*/
#gnav {
	position: relative;
	z-index: 100;
}

#gnav.gnav ul.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	clear: both;
	margin: 0 -10px;
	padding-left: 30px;
}

/* #gnav.gnav .for-open {
	display: none;
} */
.btn a{
	color: #fff;
	background-color: #172E62;
}

#gnav.gnav ul.menu li a {
	display: block;
	padding: 25px 10px 15px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

#gnav.gnav ul.menu li a:hover,
#gnav.gnav ul.menu li.active a {
	color: #172E62;
}
.blue{
	color: #172E62;
	font-weight: bold;
	font-size: 18px;

}

.link-active a {

	color: #172E62 !important;


}

.back-white table {
	background-color: white !important;
}

.link-active a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #172E62;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100% !important;

}

#gnav.gnav ul.menu li a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #172E62;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;

}

.pdt-20 {
	padding: 20px;
}


.column-12 .sideline-title {
	margin-bottom: 0;
}

.column-12 .sideline-title:before,
.sideline-title:after {

	background: #fff

}

.column-12 .sideline-title:before,
.sideline-title:after {

	background: #fff ;

}

.text-center {
	text-align: center;
}
.btn{
	margin-top: 75px;
	margin-bottom: 40px;
}
.btn span{
	display: block;
	width: 100%;
	text-align: center;
}
.btn span:first-child{
	margin-bottom: 40px;

}
.pdt-20px {
	padding-top: 20px;
}
.headline-h2layer.new{
	margin-bottom: 17px;
}

.hr-h4 {
	font-size: 2rem;
	line-height: 1.7;
	padding: 5px 0px;
}

.nofade {
	background-position-y: 35% !important;
}

.pdt-30px {
	padding-top: 30px !important;
}

#gnav.gnav ul.menu li a:hover::after {
	width: 100%;
}

.header-wrapper {
	width: 100%;
	background: #fff;
	border-radius: 5px;
}

.tect-bold {
	text-align: center;
	font-weight: bold;
}

.header-menu {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 120px;
	height: 60px;
}

.menu-line,
.header-contact {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
}

.bottom-menu {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 800;
}


.header-contact {
	top: 70px;
}

.header-contact a {
	display: block;
	height: 100%;
	background: #172E62 url(images/common/icon-mail.svg) no-repeat center center / 25px auto;
	text-indent: -9999px;
}

.menu-line {
	cursor: pointer;
	padding: 17px 20px;
	top: 0;
	background: #172E62;
}

.line {
	background: #fff;
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin: 8px 0;
}

.menu-line.active .line {
	display: block;
	margin: 0 auto;
}

.menu-line .line.middle {
	width: 70%;
}

.menu-line.active .line.top {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 16px;
}

.menu-line.active .line.bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -16px;
}

.menu-line.active .line.middle {
	display: none;
}

.open {
	display: none;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 900;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	top: 0;
	right: 0;
}

.open .gnav {
	width: 100%;
}

.unborder-left {
	border-right: none !important;
}

.open .gnav ul {
	list-style: none;
	padding: 40px 0 30px;
	max-width: 300px;
	margin: 0 auto;
}
.open.active .link-active a:after{
	content: none;
}


.open .gnav li {
	width: 100%;
	position: relative;
	display: inline-block;
}

.open .gnav li a {
	display: block;
	padding: 20px 0;
	color: #343434;
	letter-spacing: .1em;
	font-size: 1.8rem;
	font-weight: bold;
}

.open .gnav li a:hover {
	color: #172E62;
}



.page-06 #time {
	background-color: #fff;
}

.header-intar {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
}
.slick-slide{
	height: auto !important;
}

.header-intar {
	top: 70px;
}
#site-footer a img{
	max-width: 200px;
}

.header-intar a {
	display: block;
	background: #172E62;
	height: 100%;
	/* background: #172E62 url(images/icons8-instagram-50.png) no-repeat center center / 20px auto; */

}
.slider h1{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 1px 0px 1px #353fbc, 0px 1px 1px #353fbc, 2px 1px 1px #353fbc, 1px 2px 1px #353fbc, 3px 2px 1px #353fbc, 2px 3px 1px #353fbc, 4px 3px 1px #353fbc, 3px 4px 1px #353fbc, 5px 4px 1px #353fbc, 4px 5px 1px #353fbc;
	 font-family: 'Zen Maru Gothic', sans-serif	   
}
.slider div{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	transform: translate(-50%,-50%);
	color: #fff;
/* 	text-shadow: 1px 0px 1px #353fbc, 0px 1px 1px #353fbc, 2px 1px 1px #353fbc, 1px 2px 1px #353fbc, 3px 2px 1px #353fbc, 2px 3px 1px #353fbc, 4px 3px 1px #353fbc, 3px 4px 1px #353fbc, 5px 4px 1px #353fbc, 4px 5px 1px #353fbc; */
	text-shadow: 2px 2px 1px #000B;
	font-family: 'Noto Serif JP', serif!important;
	font-weight: bold;
}
.gp{
	background-color: #172E62;
	width: 100%;
}
.slider{
	position: relative;
}

.text-pd0 {
	padding: 0;
}

.bgroud-gray {
	background-color: #75777a;
	color: white;
}

.bgroud-gray h4 {
	padding: 10px 0 !important;
}

.row__dp .column-2 {
	text-align: center;
}

.header-intar a img {
	margin: auto;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}


@media screen and (max-width: 1140px) {
	#gnav.gnav ul.menu {
		padding-left: 20px;
	}

	#gnav.gnav ul.menu li a {
		padding: 25px 7px 35px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 999px) {


	.header-contact,
	.header-intar {
		width: 60px;
		height: 60px;
	}
	.site-title.serif a {
		max-width: 320px;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}

	.header-menu {
		width: 105px;
		position: absolute;
		right: auto;
	
		right: 0;
	}

	.menu-line {
		width: 60px;
		height: 60px;
		padding: 14px 15px;
	}

	.menu-line.active {
		position: fixed;
		top: 0;
		right: 0;
		
	}
	.txt{
		font-size: 30px;
	}
}

@media screen and (max-width: 786px) {
	.open .gnav ul {
		width: 260px;
		padding: 20px 0;
	}

	.open .gnav li a {
		padding: 2vw 0;
	}
	.txt{
		font-size: 24px;
	}
}

@media screen and (max-width: 414px) {

	.txt {
		font-size: 21px;
	}
}

/*------------------------
  Common Parts
------------------------*/
/* Title */
h2,
h3 {
	font-family: 'Noto Serif JP', serif;
}

#page-title {
	position: relative;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#page-title h2 {
	font-size: 3.6rem;
	letter-spacing: .1em;
	text-align: center;
	padding-top: 225px;
}

.content-title {
	font-size: 1.4rem;
	margin-bottom: 50px;
}

.content-title .large {
	font-size: 3.6rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
	display: block;
}

.headline-large {

	font-size: 24px;

	line-height: 1.88em;
	font-weight: bold;
	font-family: ;
}

.headline-large2 {
	font-size: 2.8rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.headline-red {
	color: red;
	margin-top: -50px;
	margin-bottom: 60px;
	font-size: 16px;
}

.headline-h2layer {
	font-size: 40px;
	margin-top: 0;
	font-weight: 600;
	text-align: center;
	padding: 0 0 5px;
	margin-bottom: 35px;
	background: url(images/under_line_pink.jpg) center bottom no-repeat;
	line-height: 1.75;
	
}

.headline-h2layer-1128 {
	font-size: 2.4rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-top: 40px;
	border-top: solid 1px #cccccc;
}

.headline-h2layer01 {
	font-size: 2.4rem;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}


.p-li .boult {
	font-size: 18px;
    padding-bottom: 15px;
}

.text__bafter {
	font-weight: bold;
	padding: 10px;
	background: #f7f7f7;
	color: #d42f65;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #333;
	position: relative;
}

.bafter__s {
	font-weight: bold;
	padding: 10px;
	background: #f7f7f7;
	color: #d42f65;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #333;
	position: relative;
}

.bafter__s:after {
	content: "▼" !important;
	color: #000000;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -24px !important;
	font-size: 18px;
	left: 0;
	text-align: center;
}

.text__bafter:after {
	content: "▼";
	color: #000000;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -20px;
	font-size: 18px;
	left: 0;
	text-align: center;
}



.headline-old2 {
	padding-top: 30px;
	width: 50%;
	margin: 0 auto;
	border-top: solid 1px #666666;
}

.double__c {
	padding: 50px 0 0px;
}

.flex {
	display: flex;
}

.text-pd00 {
	padding: 0 !important;
}

.pdr-15px {
	padding-right: 15px !important;
}

.border-title {

	line-height: 1.7;
	font-size: 24px;
	text-align: center;
	letter-spacing: .08em;
	margin-bottom: 30px;
	position: relative;
}

.border-title .border {
	width: 84%;
	display: block;
	margin: 0 auto;
}

.border-title .border:before,
.border-title .border:after {
	content: '';
	border: solid #2c2c2c;
	position: absolute;
	top: 50%;
	width: 10%;
	height: 10px;
}

.border-title .border:before {
	left: 0;
	border-width: 1px 0 0 1px;
}

.border-title .border:after {
	right: 0;
	border-width: 1px 1px 0 0;
}

.home .border-title .border:before {
	left: 8%;
}

.home .border-title .border:after {
	right: 8%;
}

.sideline-title {
	font-size: 2.0rem;
	margin-bottom: 30px;
	position: relative;
}

.sideline-title:before,
.sideline-title:after {
	content: '';
	width: 1px;
	height: 10px;
	background: #172E62;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}

.sideline-title:before {
	left: 0;
}

.sideline-title:after {
	right: 0;
}

.sideline-title .border {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sideline-title .border:before,
.sideline-title .border:after {
	content: '';
	flex-grow: 1;
	height: 6px;
	background: #172E62;
	display: block;
}

.sideline-title .border:before {
	margin-right: 45px;
}

.sideline-title .border:after {
	margin-left: 45px;
}

.text__pt {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 400;
	padding: 0 0 25px 0;
	text-align: center;
	line-height: 1.63;
}

.bg-gray,
.bg-lpink {
	position: relative;
}

.bg-gray:before,
.bg-lpink:before {
	content: '';
	width: 100%;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-gray:before {
	background: #efefef;
}

.gray {
	background: #efefef;
}

.top-border {
	position: relative;
}

.top-border:before,
.top-border:after {
	content: '';
	width: 50%;
	position: absolute;
	z-index: -10;
}

.top-border:before {
	top: 0;
	left: 0;
	height: 190px;
	border: solid #efefef;
	border-width: 12px 0 0 12px;
}

.top-border:after {
	height: 200px;
	top: -10px;
	right: 0;
	background: #efefef;
}

.bg-lpink:before {
	background:rgba(15,29,60,0.32);
}

.bg-white:before {
	background: #ffebf1;
}

.border-bottom {
	position: relative;
}

.border-bottom:before {
	content: '';
	width: 100%;
	height: 10px;
	border: solid #2c2c2c;
	border-width: 0 1px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.home .border-bottom:before {
	width: 84%;
	margin-left: -42%;
	left: 50%;
}

/* Link Button */
.link-btn {
	max-width: 300px;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 60px;
	height: 60px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #172E62;
	border-radius: 0 10px;
	color: #172E62;
	font-family: 'Noto Serif JP', serif;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.txt-com.but{
	text-align: center;
}
.button{
	text-align: center;
	margin-top: 20px;
}

.link-btn2 {
	max-width: 380px;
}

.lkdi {
	color: #172E62;
	font-weight: bold;
}

.p-li li {
	padding: 10px 0px;
}

.link-btn a {
	display: block;
	height: 100%;
	color: #172E62;
}

.pdtb-20 {
	padding: 10px 0px;
	display: block;
}

.link-btn:hover {
	background: #172E62;
	color: #fff;
}

.pdt-80px {
	padding-top: 50px;
}

.bold {
	font-weight: bold;
}

.boults {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
	display: block
}

.column-12 h4 {
	padding-top: 20px;
}

.boult {
	font-weight: bold;
	display: block;
	padding-top: 15px;

}

.pl-ti .column-2 p {
	text-align: center;
}

a:hover {
	opacity: 0.8;
}

.link-btn a:hover {
	color: #fff;
}

.text-tile {
	font-size: 1.7rem;
}

#fd-lead .column-2 h3 {
	background: #fff;
}

#fd-lead04 .column-2 {
	padding: 20px;
}

#fd-lead04 .column-2 h3 {
	font-size: 1.8rem;
	text-align: center;
	background: #fff;
	padding: 15px 20px;

}

#fd-lead04 .column-2 p {
	text-align: center;
}

.link-btn a .blank {
	padding-right: 30px;
	background: url(images/common/icon-blank.svg) no-repeat right center / 14px auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.link-btn a:hover .blank {
	background: url(images/common/icon-blank-wh.svg) no-repeat right center / 14px auto;
}

.page03 .nofade {
	background-position-y: 5% !important;
}

.page04 .nofade {
	background-position-y: 5% !important;
}

/* List */
ul.p-list li {
	line-height: 1.7;
	padding: 5px 0 5px 25px;
	background: url(images/common/icon-list.svg) no-repeat left 11px / 15px auto;
}

ul.border-list {
	border-top: 1px solid #172E62;
}

ul.border-list li {
	border-bottom: 1px solid #172E62;
	padding: 25px 20px;
}

ul.border-list li small {
	font-size: 1.3rem;
}

/* Google Map */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 42.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* map */
.map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* list */
ol.num {
	list-style: decimal;
	margin-left: 20px;
}

ul.list {
	list-style: disc;
	margin-left: 20px;
}
.text-map table tr td:first-child{
	width: 100px;
	font-weight: bold;
}

/*Column - Title + Text */
.row .title-box {
	width: 38%;
}

.row .text-box {
	width: 62%;
}

@media screen and (max-width: 999px) {
	/* Title */

	.gmap {
		padding-bottom: 100%;
	}

	#page-title h2 {
		padding-top: 130px;
	}
}

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

	/* Title */
	#page-title {
		height: 225px;
	}

	#page-title h2 {
		font-size: 2.4rem;
		padding-top: 95px;
	}

	.border-title {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}

	.border-title .border:before,
	.border-title .border:after {
		width: 40px;
	}

	.border-title .border:before,
	.home .border-title .border:before {
		left: 0;
	}

	.border-title .border:after,
	.home .border-title .border:after {
		right: 0;
	}

	.home .border-bottom:before {
		widtH: calc(100% - 10.66666vw);
		left: 5.33333vw;
		margin-left: 0;
	}



	.headline-red {
		margin-top: 0;
	}

	.headline-h2layer {
		font-size: 1.8rem;
		line-height: 175%;
		margin-bottom: 30px;
	}

	.headline-h2layer01 {
		font-size: 1.8rem;
		line-height: 165%;
		margin-bottom: 30px;
	}

	.sideline-title {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}

	.sideline-title .border:before {
		margin-right: 20px;
	}

	.sideline-title .border:after {
		margin-left: 20px;
	}

	#top-gallery h2 small {
		font-size: 1.2rem;
		margin-top: 10px;
	}

	.bg-gray:before,
	.bg-lpink:before {
		content: none;
	}

	/* .gray {
		background: none;
	} */

	/* Link Button */
	.link-btn {
		max-width: 100%;
	}

	.top-border:before {
		height: 35px;
		border-width: 10px 0 0 10px
	}

	.top-border:after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
	ul.border-list li {
		padding: 15px 0;
	}
	.g-wrap-news h3:nth-child(odd){
		width: 100%;
	}
	.g-wrap-news h3{
		width: 100%;
	}
	.slider h1{
		font-size: 24px;
		width: 100%;
	}
	.dl-flex-top .bold{
		width: 20%;
	}
	#time table tr th:first-child{
		width: 100%;
		float: left;
	}
	.pdt-80px {
		padding-top: 20px;
	}
	#time table tr td:last-child{
	
		border-left: 1px solid #dbdbdb;
	}
	.slider h2{
		font-size: 22px;
	}
	.btn a{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
}

/*------------------------
  Home
------------------------*/
/* Slider */
#slider {
	
	z-index: 20;
	position: relative;
	width: 100%;
 

}

#slider ul li {
	position: relative;
	width: 100%;
	height: 100%;
}

.fade-slider {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



#slider .text_banners {
	display: block;
	height: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
	z-index: 100;
}

#slider .row {
	height: 100%;
	max-width: 1060px;
	padding: 0 30px;
}

#slider .phrase p {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: .1em;
	background-color: rgba(255, 255, 255, 0.80);
	margin: 30px 0 50px;
}

#slider .link-btn {
	font-size: 1.8rem;
}

/* Movie */
#top-movie {
	padding: 70px 0 30px;
}

#top-movie .wrapper {
	padding-bottom: 70px;
}

#top-movie .row {
	margin: 0 -20px;
}

#top-movie .column-2 {
	padding: 0 20px;
}

/* Gallery */
#top-gallery {
	position: relative;
}

#top-gallery h2 small {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 20px;
}

#top-gallery .bg-lpink:before {
	top: 80px;
}

#top-gallery .link-btn {
	margin: 50px auto 0;
}

/* Topic */
#map-top h2 .image {
	position: relative;
}

#map-top h2 .image:before {
	content: '';
	width: 110px;
	height: 170px;
	background: url(images/home/img-topic.png) no-repeat center center;
	position: absolute;
	left: -135px;
	top: -80px;
}

#map-top .container {}

.text-map {
	padding-top: 1.8rem;
}

/* Banner */
#banner-box {
	padding: 50px 0;
	background: #eee;
}

#banner-box .row {
	margin: -15px;
}

#banner-box .column-2 {
	padding: 15px;
	position: relative;
}

#banner-box .column-2:before {
	content: '';
	width: 45%;
	height: 1px;
	background: rgba(255, 255, 255, 0.50);
	position: absolute;
	z-index: 50;
	top: 35px;
	left: 45px;
}

#banner-box .column-2 a {
	display: block;
	color: #fff;
	position: relative;
	height: 153px;
}

#banner-box .column-2 a .inner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
}

#banner-box .column-2 a .inner small {
	font-size: 1.5rem;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}

#banner-box .row .column-2:first-child a {
	background: #172E62 url(images/home/banner01.jpg) no-repeat right center / auto 100%;
}

#banner-box .row .column-2:last-child a {
	background: #172E62 url(images/home/banner02.jpg) no-repeat right center / auto 100%;
}

/* top-birth */
#top-birth {
	background: url(images/home/bg-childbirth.jpg) no-repeat center center / cover;
	padding: 35px 0 50px;
}
.main{
    clear: both;
}

#top-birth h2 {
	font-size: 2.1rem;
	color: #172E62;
	letter-spacing: .08em;
	margin-bottom: 35px;
}

#top-birth h2 small {
	font-size: 1.8rem;
	display: block;
	padding-top: 1.4em;
}

#top-birth h2 .c-title {
	padding: 35px 40px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 2;
	border: 1px solid #172E62;
	border-radius: 0 10px;
	min-height: 265px;
}

#top-birth p {
	font-weight: bold;
}

#top-birth p+p {
	margin-top: 25px;
}

#top-birth .link-btn {
	margin: 30px auto 0;
	max-width: 250px;
}

/* Pick Up */
#pickup {
	padding: 50px 0;
	background: #facdda;
}

#pickup .text {
	width: 24%;
	position: relative;
	color: #172E62;
	font-size: 1.8rem;
}

#pickup .text:before {
	content: '';
	width: 70%;
	height: 1px;
	position: absolute;
	z-index: 50;
	background: rgba(255, 255, 255, 0.50);
	right: -80px;
	top: 50%;
}

#pickup .image {
	width: 76%;
}

#pickup .image a {
	display: block;
	padding: 95px 0;
	background: url(images/home/banner-pickup.jpg) no-repeat center center / cover;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	color: #fff;
}

#pickup .image a:hover {
	opacity: .8;
}

#pickup .image .b-title {
	padding: 25px 45px;
	background: rgba(239, 90, 134, 0.80);
	border-radius: 0 20px;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#pickup .image a:hover .b-title {
	background: rgba(239, 90, 134, 1);
	opacity: 1;
}

#pickup .image .b-title:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 3px;
	right: 3px;
	opacity: .3;

}

/* Time */
#time {
	background-color: #efefef;
}

.home #time .wrapper {
	max-width: 670px;
}

#time.top-border {
	margin-top: 50px;
}

#time table {
	margin: 0 auto;
	width: 100%;
}

#time table th,
#time table td {
	padding: 25px 20px;
	text-align: left;
	
}

#time table tr td:first-child {
	color: #fff;
	background: #172E62;
	border-right: 1px solid;
	border-bottom: 1px solid #fff;

	font-weight: normal;
}

#time table tr:first-child td {
	border-top: 1px solid #dbdbdb;
}

#time table td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#time table tr:first-child th {
	color: #fff;
	background: #172E62;
}

#time table tr:last-child th {
	border-bottom: 1px solid #dbdbdb;
}

#time table tr th:first-child {
	text-align: left;
}

#time table+.notice {
	margin-top: 40px;
}

#time table+.notice p {
	font-size: 1.3rem;
}

/* News */
#news .news-box {
	border-bottom: 1px solid #dbdbdb;
}

#news .news-box a {
	display: block;
	background: url(images/common/arrow-blk.svg) no-repeat right center;
	padding: 30px 0;
}

#news #e11 {
	width: 100%;
	text-align: center;
}

#news .news-box .image {
	display: flex;
	width: 30%;
}

#news .news-box .image img {
	margin: auto;
	padding: 10px;
}

#news .news-box .image.noimg {
	border: 1px solid #dbdbdb;
	background: #fff;
}

#news .news-box .text {
	width: 100%;
	padding: 20px 40px 20px 20px;
}

#news .news-box .text .date {
	font-size: 1.3rem;
	color: #888;
	margin-bottom: 10px;
}

#news .news-box .text .date,
#news .news-box .text .n-title {
	transition: all .3s;
	-webkit-transition: all .3s;
}

#news .news-box a:hover .text .date,
#news .news-box a:hover .text .n-title {
	color: #172E62;
}

#news .link-btn {
	margin: 50px auto 0;
}

.mr-auto {
	margin: 0 auto;
}

@media screen and (max-width: 999px) {
    #slider .text_banners {
       
        left: 10% !important;
        
    }
	.fade-slider {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 675px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* Slider */
	#slider .row {
		padding: 0 5.33333vw;
	}

	

}

@media screen and (max-width: 768px) {
    #slider .text_banners {
       
        left: 5% !important;
        
    }
	.wrapper {
		padding: 0 15px
	}

	.page04 .gray {
		background: #efefef;

	}

	.page05 .gray {
		background: #efefef;

	}

	.page04 .column-2 {
		width: 100%;
	}

	#fd-lead04 .column-2 h3 {

		margin-bottom: 0px;
	}

	h3 {
		font-size: 1.5rem !important;

	}

	/* Slider */


	#slider .phrase p {
		font-size: 1.6rem;
		line-height: 2;
		margin: 25% 0 15px;

	}

	#slider .link-btn {
		font-size: 1.6rem;
	}

	/* Movie */
	#top-movie {
		padding: 40px 0 30px;
	}

	#top-movie .wrapper {
		padding-bottom: 40px;
	}

	#top-movie .row {
		margin: -20px 0;
	}

	#top-movie .column-2 {
		padding: 20px 0;
		width: 100%;
	}

	/* Gallery */
	#top-gallery .bg-lpink:before {
		top: 50px;
	}

	/* Topic */
	#map-top h2 {
		line-height: 1.5;
	}

	#map-top h2 .image {
		display: inline-block;
	}

	#map-top h2 .image:before {
		width: 60px;
		height: 80px;
		left: -70px;
		top: -50px;
		background-size: 100% auto;
	}

	#map-top .v-box {
		margin: 30px auto 0;
	}

	/* Banner */
	#banner-box,
	#banner-box .wrapper {
		padding: 0;
	}

	#banner-box .row {
		margin: 0;
	}

	#banner-box .column-2 {
		padding: 0;
	}

	#banner-box .column-2 a {
		height: 64vw;
	}

	#banner-box .row .column-2:first-child a,
	#banner-box .row .column-2:last-child a {
		background: #172E62;
	}

	#banner-box .column-2 a .inner {
		padding: 35px 10px 35px 30px;
		font-size: 1.6rem;
	}

	#banner-box .column-2:last-child a .inner {
		top: 50%;
		padding: 20px 10px 35px 30px;
	}

	#banner-box .column-2 a .inner small {
		font-size: 1.3rem;
	}

	#banner-box .column-2:before {
		width: 1px;
		height: 50%;
		top: 30px;
		left: 20px;
	}

	#banner-box .column-2:last-child::before {
		top: auto;
		bottom: 25px;
	}

	#banner-box .column-2:after {
		content: '';
		width: 100%;
		height: 50%;
		position: absolute;
		left: 0;
	}

	#banner-box .column-2:first-child::after {
		background: url(images/home/banner01.jpg) no-repeat center center / cover;
		bottom: 0;
	}

	#banner-box .column-2:last-child::after {
		background: url(images/home/banner02.jpg) no-repeat center center / cover;
		top: 0;
	}

	/* Time */
	#time.top-border {
		margin-top: 0;
	}

	#time table {
		font-size: 1.5rem;
	}

	#time table th,
	#time table td {
		padding: 15px 5px;
	}

	#time table tr th:first-child {
		padding: 15px 10px;
	}

	#time table+.notice {
		margin-top: 15px;
	}

	/* News */
	#news .news-box a {
		padding: 20px 0;
		background-size: 12px auto;
	}

	#news .news-box .image {
		width: 120px;
		height: 75px;
		overflow: hidden;
		position: relative;
	}

	#news .news-box .image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#news .news-box .text {
		padding: 0 30px 0 20px;
		width: calc(100% - 120px);
	}

	#news .news-box .text .date {
		font-size: 1.2rem;
		margin-bottom: 0;
	}

	#news .news-box .text .n-title {
		font-size: 1.5rem;
	}

	#news .link-btn {
		margin: 30px auto 0;
		max-width: 250px;
	}
}

@media screen and (max-width: 374px) {
	#banner-box .column-2 a .inner {
		font-size: 1.4rem;
	}

	#banner-box .column-2:last-child::before {
		bottom: 15px;
	}
	.txt {
		font-size: 15px;
	}

}

@media screen and (max-width: 999px) {
	#slider .phrase p {
		font-size: 1.5rem;

	}

	.phrase ._edEdit .text-banner {


		padding: 6px 15px;
	}

	.stbnpc {

		padding: 6px 15px;
	}

	.height-inta {
		height: 960px;
	}
.page-06 #time table tr {

		display: grid;
	}
#time table tr th:first-child {
    padding: 15px 10px;
}
.page-06 #time table td {
    border-left: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
}
.page-06 #time .un763 {
    display: none;
}
}

@media screen and (max-width: 768px) {
	#slider .phrase p {
		font-size: 1.5rem;

	}

	.phrase ._edEdit .text-banner {

		padding: 2px 15px;
	}

	.stbnpc {

		padding: 2px 15px;
	}

	.height-inta {
		height: 754px;
	}

	.pagehome #time table tr {

		display: grid;
	}

	.pagehome #time .un763 {
		display: none;
	}

	.pagehome #time table td {
		border-left: 1px solid #dbdbdb !important;
		border-right: 1px solid #dbdbdb !important;
		border-bottom: 1px solid #dbdbdb !important;
	}

	

	.page-06 #time .un763 {
		display: none;
	}

	.page-06 #time table td {
		border-left: 1px solid #dbdbdb !important;
		border-right: 1px solid #dbdbdb !important;
		border-bottom: 1px solid #dbdbdb !important;
	}

	.border-title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	#fd-lead04 .column-2 p {
		padding: 10px 0;
	}

	.pagehome #time .wrapper {
		padding: 0 15px !important;
	}
}

@media screen and (max-width: 520px) {
	.link-active a:after {

		height: 2px;

	}

	.open .gnav li a {

		font-size: 1.5rem;

	}
	.btn {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.btn span:first-child {
		margin-bottom: 15px;
	}

	.p-li .boult {
		font-size: 17px;
	}

	br {
		height: 10px;
		line-height: 1;
	}

	.boults {
		font-size: 17px;
	}

	#site-footer .column-2 {
		width: 100%;
		text-align: center;
	}

	.wrapper {
		padding: 0 10px;
	}

	.sideline-title:before,
	.sideline-title:after {
		display: none !important;
		content: '';
		width: 1px;
		height: 10px;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -5px;
	}

	.sideline-title .border:before,
	.sideline-title .border:after {

		display: none;
	}

	.border-title .border:before {
		display: none;
	}

	.border-title .border:after {
		display: none;
		right: 0;
		border-width: 1px 1px 0 0;
	}

	.page-06 #map-top .pdt-80px {
		padding-top: 0;
	}

	.container {
		padding: 40px 0;
	}

	.page-06 #map-top .column-2 {
		width: 100%;

	}
}

@media screen and (max-width: 480px) {
    #slider .text_banners {
       
        left: 15px !important;
        
    }
	.border-title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.txt-com.new{
		margin-top: 25px;
	}
	.map-ac iframe {
		
		height: 250px;
	}
	#map-top .container {
		padding-top: 0;
	}


	.headline-h2layer {

		margin-bottom: 18px;
	}

	.pdt-30px {
		padding-top: 20px !important;
	}

	.container {
		padding: 40px 0;
	}

	#news .news-box .text {

		width: 100%;
	}

	#news .news-box .image.noimg {
		display: none;
	}

	.column-12 {

		padding: 10px 0;
	}

	.column-2 {
		padding: 10px 0 !important;
	}

	.height-inta {
		height: 1073px;
	}
}

@media screen and (max-width: 380px) {
	.site-title {
		width: 220px;
		margin: 0;
	}

	.height-inta {
		height: 1060px;
	}
}

@media screen and (max-width: 320px) {
	.height-inta {
		height: 1055px;
	}
}

/*------------------------
  About
------------------------*/
.about #page-title h2 {}

#about-feature p {
	line-height: 2;
}

#about-feature p+p {
	margin-top: 35px;
}

#about-feature .list-box {
	background: #ffebf1;
	border-radius: 0 20px;
	padding: 55px 50px 45px 40px;
	margin-top: 80px;
}

#about-feature {}

#about-feature h3 {
	margin: -65px 0 30px;
}

#about-feature .list-box small {
	font-size: 1.3rem;
	display: block;
}

#about-feature .list-box .num {
	font-size: 5.0rem;
	width: 75px;
	text-align: center;
	background: url(images/about/bg-num.svg) no-repeat center center;
	padding: 30px 0;
}

#about-feature .list-box .text {
	width: calc(100% - 75px);
	padding-left: 30px;
	line-height: 2;
}

@media screen and (max-width: 999px) {
	#site-header .open {

		margin-top: 60px;
	}

	#about-feature p+p {
		margin-top: 15px;
	}

	#about-feature .list-box {
		border-radius: 0 20px;
		padding: 35px 15px 30px;
		margin-top: 50px;
	}

	#about-feature h3 {
		margin: -45px 0 20px;
	}

	#about-feature .list-box ul li {
		padding: 10px 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: start
	}

	#about-feature .list-box small {
		margin-top: 10px;
	}

	#about-feature .list-box .num {
		font-size: 2.0rem;
		width: 40px;
		background-size: 40px auto;
		padding: 8px 0;
	}

	#about-feature .list-box .text {
		width: calc(100% - 40px);
		padding-left: 10px;
		line-height: 1.8;
	}
}

/*------------------------
  Access
------------------------*/
#access-box .container {
	padding-bottom: 0;
}

#access-box p.name {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 30px;
}

#access-box p.name small {
	font-size: 1.2rem;
	padding-right: 10px;
}

#access-box .h-info {
	margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
	#access-box .container {
		padding-bottom: 50px;
	}
}

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

	#access-box p.name {
		margin-bottom: 15px;
	}

	#time .wrapper {
		padding: 0;
	}
}


/*------------------------
  Check
------------------------*/
#check-box {
	background: url(images/check/bg-check-pc.jpg) no-repeat right bottom / 70% auto;
}

#check-box .container {
	padding-bottom: 200px;
}

#check-box p {
	line-height: 2;
}

#check-box p+p {
	margin-top: 35px;
}

#check-box .c-price {
	max-width: 320px;
	background: rgba(255, 255, 255, 0.50);
	border: 2px solid #172E62;
	border-radius: 15px 0;
	margin-top: 35px;
	padding: 15px 20px;
}

#check-box .c-price p {
	font-weight: bold;
	line-height: 1.7;
}

#check-box .c-price p small {
	font-weight: normal;
	font-size: 1.4rem;
	display: block;
}

@media screen and (max-width: 999px) {
	#check-box p+p {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#check-box .container {
		padding-bottom: 300px;
	}

	#check-box {
		background: url(images/check/bg-check-sp.jpg) no-repeat right bottom / 100% auto;
	}
}

@media screen and (max-width: 374px) {
	#check-box .container {
		padding-bottom: 300px;
	}

	#check-box .c-price p small {
		font-size: 1.2rem;
	}
}

/*------------------------
  Childbirth
------------------------*/
#childbirth01 {
	background: url(images/childbirth/bg-childbirth01.jpg) no-repeat right bottom / 70% auto;
}

#childbirth02 {
	background: url(images/childbirth/bg-childbirth02.jpg) no-repeat right bottom / 70% auto;
}

#childbirth01 .container,
#childbirth02 .container {
	padding-bottom: 200px;
}

#childbirth01 p,
#childbirth02 p {
	line-height: 2;
}

#childbirth01 p+p,
#childbirth02 p+p {
	margin-top: 35px;
}

#childbirth01 .link-btn {
	margin-top: 50px;
}

#childbirth02 h4 {
	margin-top: 50px;
}

@media screen and (max-width: 999px) {

	#childbirth01 p+p,
	#childbirth02 p+p {
		margin-top: 15px;
	}

	#childbirth01 .container,
	#childbirth02 .container {
		padding-bottom: 150px;
	}
}

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

	#childbirth01 .container,
	#childbirth02 .container {
		padding-bottom: 100px;
	}
}

/*------------------------
  Clinic
------------------------*/
.clinic #time h4 {
	font-size: 2.0rem;
	margin: 50px 0 40px;
}

.clinic #time ul.p-list {
	padding: 0 30px 50px;
}

#clinic01 p {
	line-height: 2;
	margin: 25px 0;
}

#clinic02 .row .text01 {
	font-weight: bold;
	background: #ffebf1;
	padding: 15px 25px;
	margin-right: 10px;
}

#clinic02 .row .text02 {
	margin-left: 10px;
}

#clinic02 p {
	line-height: 2;
	margin-top: 25px;
}

#clinic02 p .fontbold {
	display: inline-block;
	padding-right: 15px;
}

#clinic03 .row {
	margin: 0 -20px -20px;
}

#clinic03 .column-2:first-child {
	margin-right: 2%;

}

#clinic03 p {
	line-height: 2;
}

#clinic03 p+p {
	margin-top: 20px;
}

@media screen and (max-width: 999px) {
	.clinic #time h4 {
		font-size: 1.6rem;
		margin: 35px 0 20px;
	}

	.clinic #time ul.p-list {
		padding: 0 10px 30px;
	}

	#clinic-feature p {
		margin: 15px 0;
	}

	#clinic03 .row {
		margin: -20px 0 0;
	}

	#clinic03 .column-2 {
		width: 100%;
		padding: 20px 0 0;
	}

	#clinic01 p+p,
	#clinic02 p+p,
	#clinic03 p+p {
		margin: 15px 0 0;
	}
}

/*------------------------
	Contact
------------------------*/
/* form */
#form .wrapper {
	max-width: 800px;
}

#form .pink {
	font-weight: bold;
	font-size: 1.5rem;
	color: #ff014c;
}

#form table {
	table-layout: fixed;
	width: 100%;
	margin: 30px 0 10px;
	border-spacing: 0;
	line-height: 1.6;
	border-top: 1px solid #dbdbdb;
}

#form table th,
#form table td {
	scroll-behavior:
		position: relative;
}

#form table th {
	width: 32%;
	text-align: left;
	vertical-align: top;
	background: #dbdbdb;
	border-bottom: 1px solid #fff;
	padding-top: 35px;
	padding: 30px 20px;
}

#form table tr:last-child th,
#form table td {
	border-bottom: 1px solid #dbdbdb;
}

#form table td {
	padding: 30px;
}

#form table th.req:after {
	content: '＊';
	float: right;
	color: #ff014c;
	margin-right: 10px;
}

#form table p small {
	font-size: 1.4rem;
	padding-top: 15px;
	display: block;
}

#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea {
	-webkit-appearance: none;
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 15px;
	font-size: 1.6rem;
	width: 100%;
}

#form table .wpcf7-list-item {
	display: block;
	margin: 0 0 5px;
}

#form table .wpcf7-list-item-label {
	margin-left: 5px;
}

#form textarea {
	height: 160px;
}

#form input[type=submit] {
	text-align: center;
	width: 400px;
	display: block;
	margin: 50px auto 0;
	background: #172E62;
	border-radius: 0 20px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: .08em;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}

#form input[type=submit]:hover {
	background: #ff014c;
}

#form input:hover,
#form input:focus,
#form textarea:hover,
#form textarea:focus {
	outline: none;
}

#form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
#form div.wpcf7-response-output {
	padding: 15px;
	text-align: center;
	font-weight: 500;
	border: 2px solid #f00;
}

#form div.wpcf7 .ajax-loader,
#form .wpcf7-mail-sent-ok {
	display: none !important;
}

#form span.wpcf7-not-valid-tip {
	padding: 10px 0;
	color: #da583e;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
}

#form .wpcf7-form-control-wrap {
	position: static;
}

/* Thanks */
#thanks h3 {
	font-size: 2.8rem;
	margin-bottom: 60px;
	text-align: center;
}

#thanks p {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2;
}

#thanks .container {
	min-height: 60vh;
}

@media screen and (max-width: 999px) {
	#form table th {
		width: 35%;
	}

	#form input[type=submit] {
		font-size: 1.6rem;
		line-height: 60px;
	}

	#thanks h3 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	#form table {
		border-bottom: none;
	}
	#time table tr {
		display: grid;
	}


	#form table th.req:after {
		float: none;
		margin-left: 15px;
	}

	#form table th,
	#form table td {
		display: block;
		width: 100%;
	}

	#form table th {
		padding: 10px 15px;
	}

	#form table td {
		padding: 15px 0 30px;
	}

	#form input[type=submit] {
		width: 100%;
	}
}

/*------------------------
  Emproyee
------------------------*/
.em-box dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
}

.em-box dl dt,
.em-box dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}

.em-box dl dt {
	width: 20%;
}

.em-box dl dd {
	width: 80%;
}

.em-box dl .block+.block {
	margin-top: 20px;
}

.em-box dl .block .fontbold {
	display: block;
}

.em-box dl a {
	box-shadow: 0 1px 0 currentColor;
}

.em-box dl small {
	font-size: 1.4rem;
}

.em-box p.fontbold {
	margin-bottom: 10px;
}

.em-box p {
	line-height: 2;
}

.em-box .em-detail dl {
	margin: 35px 0;
	border: none;
}

.em-box .em-detail dl dt,
.em-box .em-detail dl dd {
	border-bottom: none;
}

.em-box .em-detail dl dt {
	padding: 15px 0;
}

.em-box .em-detail dl dt .bg {
	background: #ffebf1;
	border-radius: 0 15px;
	display: block;
	padding: 10px 15px;
}

@media screen and (max-width: 999px) {
	.em-box dl dt {
		width: 25%;
	}

	.em-box dl dd {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {

	.em-box dl dt,
	.em-box dl dd {
		padding: 15px;
	}

	.em-box dl dt {
		width: 90px;
		padding-left: 0;
	}

	.em-box dl dd {
		width: calc(100% - 90px);
		padding-right: 0;
	}

	.em-box dl .block+.block {
		margin-top: 10px;
	}

	.em-box dl small {
		display: block;
	}

	.em-box .em-detail dl {
		margin: 25px 0;
	}

	.em-box .em-detail dl dt {
		width: 150px;
	}

	.em-box .em-detail dl dd {
		width: calc(100% - 150px);
	}
}

/*------------------------
  Equipment
------------------------*/
.eq-box .row {
	margin: 0 -20px -20px;
}

.eq-box .column-2,
.eq-box .column-3 {
	padding: 20px;
}

.eq-box .column-2 h5 {
	font-size: 1.8rem;
	margin: 0 0 20px;
}

.eq-box .column-2 p+p {
	margin-top: 15px;
}

.eq-box .column-2 p+h5 {
	margin-top: 35px;
}

@media screen and (max-width: 999px) {

	.eq-box .column-2,
	.eq-box .column-3 {
		width: 100%;
	}

	.eq-box .row {
		margin: -10px 0 0;
	}

	.eq-box .column-2,
	.eq-box .column-3 {
		padding: 10px 0;
	}

	.eq-box .column-2 h5 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.eq-box .column-2 p+p {
		margin-top: 15px;
	}

	.eq-box .column-2 p+h5 {
		margin-top: 20px;
	}
}

/*------------------------
  Food
------------------------*/
#fd-topic p {
	line-height: 2;
}

#fd-topic .row {
	margin: -20px;
}

#fd-topic .column-2 {
	padding: 20px;
}

#fd-lead h3+p,
#fd-sample h4+p {
	text-align: center;
	margin-bottom: 35px;
}

#fd-lead .row {
	margin: -20px;
}

#fd-lead .column-2,
#fd-lead .column-3 {
	padding: 20px;
}

#fd-lead .column-3 h4,
#fd-sample .column-3 h5 {
	font-size: 1.8rem;
	text-align: center;
	background: #ffebf1;
	padding: 15px 20px;
	margin-bottom: 20px;
}

#fd-lead .column-3 h4 {
	background: #fff;
}

#fd-lead .row p {
	line-height: 2;
}

#fd-lead .row p+p {
	margin-top: 15px;
}

#fd-lead .column-2 .icon-title {
	font-size: 1.8rem;
	padding-left: 30px;
	background: url(images/common/icon-list.svg) no-repeat left center / 15px auto;
}

#fd-lead .column-2 img {
	margin-top: 20px;
}

#fd-sample div+h4 {
	margin-top: 70px;
}

#fd-sample div.row {
	margin: -15px;
}

#fd-sample div.row.image {
	margin: 0 -20px;
}

#fd-sample .column-3 {
	padding: 15px;
}

#fd-sample .column-2 {
	padding: 20px;
}

#fd-sample dl {
	padding-bottom: 20px;
	min-height: 185px;
}

#fd-sample dl+dl {
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
}

#fd-sample dl dt {
	width: 75px;
}

#fd-sample dl dd {
	width: calc(100% - 75px);
	font-size: 1.5rem;
	line-height: 2;
	padding-top: 15px;
}

#fd-sample dl dt .serif {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #efefef;
	text-align: center;
	font-size: 2.0rem;
	line-height: 60px;
}


@media screen and (max-width: 768px) {
	#fd-topic h3 {
		line-height: 1.5;
	}

	#fd-topic .column-2,
	#fd-sample .column-3 {
		width: 100%;
		padding: 20px 20px 0;
	}

	#fd-lead h3+p,
	#fd-sample h4+p {
		text-align: left;
		margin-bottom: 0;
	}

	#fd-lead .column-3 h4,
	#fd-sample .column-3 h5 {
		font-size: 1.6rem;
		padding: 15px;
		margin-bottom: 15px;
		background: #ffebf1;
	}

	#fd-lead .row {
		margin: 0;
	}

	#fd-lead .column-3,
	#fd-lead .column-2 {
		padding: 25px 0 0;
		width: 100%;
	}

	#fd-lead .column-2 {
		margin-left: -2.5vw;
	}

	#fd-lead .column-2 .icon-title {
		font-size: 1.6rem;
		margin-left: 2.5vw;
		background: url(images/common/icon-list.svg) no-repeat left center / 15px auto;
	}

	#fd-lead .column-2 img {
		width: 50%;
		float: left;
		padding-left: 2.5vw;
	}

	#fd-sample h4+p small {
		display: block;
		margin-bottom: 25px;
	}

	#fd-sample dl {
		min-height: 0;
	}

	#fd-sample div.row.image {
		margin: 25px -1.25vw 0;
	}

	#fd-sample .column-2 {
		padding: 0 1.25vw;
	}
}

/*------------------------
  Goyoyaku
------------------------*/
#rsv-lead .p-list {
	margin: 35px 0 50px;
}

#rsv-lead .border-box {
	border: 1px solid #172E62;
	padding: 25px 8%;
	margin: 20px 0;
}

#rsv-lead .border-box .row p.bg {
	background: #ffebf1;
	border-radius: 0 20px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	font-size: 1.8rem;
}

#rsv-lead .border-box .row a {
	font-weight: bold;
	font-size: 1.8rem;
	color: #172E62;
}

#rsv-lead .border-box .row a:hover {
	box-shadow: 0 1px 0 currentColor;
}

#rsv-lead .border-box .row+p {
	margin-top: 15px;
}

#rsv-lead .border-box .row img {
	width: 100px;
	margin-left: 25px;
}

#flow-box {
	margin-top: 40px;
}

#flow-box .row {
	margin: 0 -20px;
}

#flow-box .column-2 {
	padding: 0 20px;
}

#flow-box .column-2 .flow-title {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 25px;
}

#flow-box .column-2 .flow-title small {
	font-weight: 1.4rem;
}

#flow-box .column-2 .flow {
	position: relative;
	line-height: 1.7;
}

#flow-box .column-2 .flow:before {
	content: '';
	width: 10px;
	height: 100%;
	background: #172E62;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
}

#flow-box .column-2 .flow li {
	padding: 25px 20px;
	border: 3px solid #172E62;
	border-radius: 0 20px;
	background: #fff;
	margin: 30px 0;
	position: relative;
}

#flow-box .column-2 .flow li small {
	display: block;
	font-size: 1.3rem;
	margin-top: 10px;
}

#flow-box .note {
	font-size: 1.3rem;
	margin-top: 50px;
}

#flow-box .note img {
	width: auto;
	height: 20px;
	vertical-align: top;
	margin: 0 5px;
}

@media screen and (max-width: 999px) {
	#rsv-lead .border-box .row img {
		display: block;
		margin: 15px auto 0;
	}
}

@media screen and (max-width: 767px) {
	#rsv-lead .border-box {
		border: none;
		padding: 10px 0;
	}

	#rsv-lead .border-box .row p.bg {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	#rsv-lead .border-box .row a {
		font-size: 1.6rem;
	}

	#rsv-lead .border-box .row+p {
		font-size: 1.3rem;
	}

	#rsv-lead .border-box .row img {
		margin: 15px 0 0;
		width: 140px;
	}

	#flow-box {
		margin-top: 30px;
	}

	#flow-box .row {
		margin: 0 0 -10px;
	}

	#flow-box .column-2 {
		width: 100%;
		padding: 10px 0;
	}

	#flow-box .column-2 .flow-title {
		text-align: left;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	#flow-box .column-2 .flow li {
		margin: 15px 0;
		padding: 20px 15px;
	}

	#flow-box .note {
		margin-top: 10px;
	}
}

/*------------------------
  Maternity
------------------------*/
#m-lead .wrapper.narrow {
	max-width: 690px;
}

#m-lead .m-info {
	background: #ffebf1;
	border-radius: 0 10px;
	padding: 30px 50px 40px;
	margin-bottom: 35px;
}

#m-lead .m-info .bg,
#m-lead .m-info .fontbold {
	line-height: 1.7;
}

#m-lead .m-info .bg {
	color: #fff;
	background: #172E62;
	padding: 10px 20px;
	border-radius: 0 20px;
	margin-right: 15px;
}

#m-lead .m-info .fontbold {
	font-size: 1.8rem;
}

#m-lead .m-info .fontbold2 {
	font-size: 16px;
}

#m-lead .m-info .fontbold-red {
	color: red;
	font-weight: bold;
	font-size: 16px;
	padding-left: 80px;
}

#m-lead .m-info .p-list {
	margin-top: 35px;
}

#m-lead .m-info+p {
	margin-bottom: 15px;
}

#m-lead p {
	line-height: 2;
}

#m-yoga p+p {
	margin-top: 25px;
}

#m-yoga .p-list {
	margin: 35px 0;
}

#m-yoga .bg a {
	color: #fff;
	font-size: 2.0rem;
	background: #172E62;
	padding: 10px 30px;
	border-radius: 0 20px;
	margin-top: 10px;
	display: inline-block;
}

#m-yoga dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
	margin-bottom: 35px;
}

#m-yoga dl dt,
#m-yoga dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}

#m-yoga dl dt {
	width: 20%;
}

#m-yoga dl dd {
	width: 80%;
}

#m-yoga dl .block+.block {
	margin-top: 20px;
}

#m-yoga dl .block .fontbold {
	display: block;
}

#m-yoga dl a {
	box-shadow: 0 1px 0 currentColor;
}

#m-yoga dl small {
	font-size: 1.4rem;
}

#m-yoga .tit {
	width: 150px;
}

#m-yoga .price {
	width: calc(100% - 150px);
}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {
	#m-lead .m-info {
		padding: 20px 20px 30px;
		margin-bottom: 25px;
	}

	#m-lead .m-info .row {
		display: block;
	}

	#m-lead .m-info .bg {
		display: inline-block;
		margin-bottom: 15px;
	}

	#m-lead .m-info .p-list {
		margin-top: 25px;
	}

	#m-yoga .wrapper.narrow {
		padding: 0;
	}

	#m-yoga p+p {
		margin-top: 15px;
	}

	#m-yoga .p-list {
		margin: 25px 0;
	}

	#m-yoga dl dt,
	#m-yoga dl dd {
		padding: 15px;
	}

	#m-yoga dl dt {
		width: 50px;
		padding-left: 0;
	}

	#m-yoga dl dd {
		width: calc(100% - 50px);
		padding-right: 0;
	}

	#m-yoga dl .block+.block {
		margin-top: 10px;
	}

	#m-yoga dl small {
		display: block;
	}

	#m-lead .m-info .fontbold-red {
		font-size: 16px;
		padding-left: 0;
	}
}

/*------------------------
  Satogaeri
------------------------*/
#st-lead h3 {
	line-height: 1.5;
}

#st-merit .container {
	padding-top: 0;
}

#st-merit {
	background: url(images/satogaeri/bg-merit.png) no-repeat center bottom / 100% auto;
	padding-bottom: 180px;
}

#st-merit p {
	line-height: 2;
}

#st-merit p+p {
	margin-top: 35px;
}

.st-info p+p {
	margin: 35px 0 25px;
}

.st-info .note {
	font-size: 1.3rem;
	margin-top: 35px;
}

.st-info dl {
	border-top: 1px solid #dbdbdb;
	line-height: 1.7;
	margin-bottom: 35px;
}

.st-info dl dt,
.st-info dl dd {
	border-bottom: 1px solid #dbdbdb;
	padding: 25px 20px;
}

.st-info dl dt {
	width: 20%;
}

.st-info dl dd {
	width: 80%;
}

.st-info dl .block+.block {
	margin-top: 20px;
}

.st-info dl .block .fontbold {
	display: block;
}

.st-info dl a {
	box-shadow: 0 1px 0 currentColor;
}

.st-info dl small {
	font-size: 1.4rem;
}

.st-info ul.border-list {
	margin: 0 0 35px;
}

.st-info.gray ul.border-list {
	margin: 35px 0;
}


@media screen and (max-width: 767px) {
	#st-merit {
		padding-bottom: 18vw;
	}

	#st-merit p+p {
		margin-top: 15px;
	}

	.st-info p+p {
		margin: 15px 0;
	}

	.st-info .note {
		margin-top: 15px;
	}

	.st-info ul.border-list {
		margin: 0 0 25px;
	}

	.st-info dl dt,
	.st-info dl dd {
		padding: 15px;
	}

	.st-info dl dt {
		width: 50px;
		padding-left: 0;
	}

	.st-info dl dd {
		width: calc(100% - 50px);
		padding-right: 0;
	}

	.st-info dl .block+.block {
		margin-top: 10px;
	}

	.st-info dl small {
		display: block;
	}
}

/*------------------------
  Staff
------------------------*/
.staff #page-title {
	background-position: center 20%;
}

#greeting .row .image {}

#greeting .row .image img {
	width: 200px;
	margin: 0 auto 30px;
	display: block;
}

#greeting .name,
#greeting-t .row .name {
	font-size: 1.8rem;
	text-align: center;
}

#greeting .row .name small,
#greeting-t .name small {
	font-size: 1.3rem;
	display: inline-block;
	padding-right: 10px;
}

#greeting .v-box {
	max-width: 480px;
	margin: 0 auto;
}

#greeting-t img.left {
	width: 300px;
	padding-bottom: 30px;
}

#greeting-t p {
	line-height: 2;
	margin-top: 35px;
}

#greeting-t .container {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	#greeting .column-2 {
		width: 100%;
	}

	#greeting .column-2.middle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
	}

	#greeting .row .image img {
		margin: 0;
		width: 150px;
	}

	#greeting .row .name,
	#greeting-t .name {
		font-size: 1.6rem;
	}

	#greeting .v-box {
		margin: 30px auto 0;
	}

	#greeting-t p {
		margin-top: 15px;
	}
}

/*------------------------
  Category
------------------------*/
#entry-list .row {
	margin: 0 -18px;
}

#entry-list .column-3 {
	padding: 0 18px 36px;
}

#entry-list .column-3 a {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	padding: 30px 25px 70px;
}

#entry-list .column-3 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 42px;
	border-radius: 5px 0 0;
}

.category-personnel #entry-list .column-3 a:hover,
.category-personnel #entry-list .column-3 a:before,
.category-personnel #entry-list .column-3 a .more {
	background: #0d416c;
}

.category-column #entry-list .column-3 a:hover,
.category-column #entry-list .column-3 a:before,
.category-column #entry-list .column-3 a .more {
	background: #015eac;
}

.category-seminar #entry-list .column-3 a:hover,
.category-seminar #entry-list .column-3 a:before,
.category-seminar #entry-list .column-3 a .more {
	background: #4890cc;
}

.category-personnel #entry-list .column-3 a:hover::before,
.category-column #entry-list .column-3 a:hover::before,
.category-seminar #entry-list .column-3 a:hover::before,
.category-news #entry-list .column-3 a:hover::before {
	background: #fff;
	opacity: .3;
}

.category-news #entry-list .column-3 a:hover,
.category-news #entry-list .column-3 a:before,
.category-news #entry-list .column-3 a .more {
	background: #3a87c8;
}

#entry-list .column-3 a .date {
	color: #8d8d8d;
	font-size: 1.3rem;
	line-height: 1;
}

#entry-list .column-3 a h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 25px 0;
}

#entry-list .column-3 a .text {
	font-size: 1.4rem;
}

#entry-list .column-3 a .more {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 0;
	text-align: center;
	border-radius: 5px 0;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: normal;
}

#entry-list .column-3 a:hover .date,
#entry-list .column-3 a:hover .text,
#entry-list .column-3 a:hover h3 {
	color: #fff;
}

/* pgination */
.pagination {
	text-align: center;
	margin-top: 100px;
}

.pagination span,
.pagination a {
	padding: 0 8px 15px;
	margin: 0 5px;
}

.pagination span.current,
.pagination a:hover {
	border-bottom: 1px solid #2c2c2c;
}

@media screen and (max-width: 999px) {
	#entry-list .row {
		margin: -7.5px 0;
	}

	#entry-list .column-3 {
		width: 100%;
		padding: 7.5px 0;
	}

	#entry-list .column-3 a .more {
		width: 30px;
		height: 100%;
		border-radius: 0 5px 5px 0;
		font-size: 1.2rem;
		line-height: 1;
	}

	#entry-list .column-3 a .more .mont {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		margin-top: -.5em;
	}

	#entry-list .column-3 a {
		padding: 15px 45px 20px 15px;
	}

	#entry-list .column-3 a:before {
		height: 28px;
	}

	#entry-list .column-3 a h3 {
		margin: 20px 0 15px;
	}

	#entry-list .column-3 a .text {
		font-size: 1.3rem;
	}

	/* pgination */
	.pagination {
		margin-top: 50px;
	}

	.pagination span,
	.pagination a {
		padding: 10px 5px 15px;
		margin: 0 5px;
		display: inline-block;
	}
}

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

/*------------------------
	Entry
------------------------*/
#entry-box .entry-content {}

#entry-box .entry-header {
	padding: 0 0 40px;
	border-bottom: 1px solid #dbdbdb;
}

#entry-box .entry-header ul {
	color: #8d8d8d;
	margin: 0 -10px;
}

#entry-box .entry-header ul li {
	padding: 0 10px;
}

#entry-box .entry-header ul .ctg {
	font-size: 1.2rem;
	border-right: 1px solid #8d8d8d;
}

#entry-box .entry-header ul .date {
	font-size: 1.3rem;
}

#entry-box .entry-header h1 {
	font-size: 3.0rem;
	margin-top: 15px;
	line-height: 1.5;
}

#entry-box .entry-text {
	padding: 45px 0 80px;
}

#entry-box .entry-text h1,
#entry-box .entry-text h2,
#entry-box .entry-text h3,
#entry-box .entry-text h4 {
	line-height: 1.5;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

#entry-box .entry-text h1 {
	font-size: 2.6rem;
	padding-left: 70px;
	margin: 40px 0 30px;
}

#entry-box .entry-text h1:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #172E62;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
}

#entry-box .entry-text h2 {
	font-size: 2.2rem;
	margin: 40px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
input[type=submit] {
    text-align: center;
    width: 200px;
    display: block;
    margin: 50px auto 0;
    background: #ef5a86;
    border-radius: 0 20px;
	color: #fff;
	padding: 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: .08em;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}

#entry-box .entry-text h2:after {
	content: '';
	border-top: 1px solid #dbdbdb;
	flex-grow: 1;
	margin-left: 20px;
}

#entry-box .entry-text h3 {
	font-size: 2.0rem;
	margin: 40px 0 30px;
	padding-left: 15px;
	border-left: 1px solid #2c2c2c;
}

#entry-box .entry-text h4 {
	font-size: 1.8rem;
	margin: 40px 0 30px;
}

#entry-box .entry-text p,
#entry-box .entry-text ul,
#entry-box .entry-text ol,
#entry-box .entry-text table,
#entry-box .entry-text dl {
	font-size: 1.6rem;
	line-height: 1.8;
}

#entry-box .entry-text a {
	color: #172E62;
	font-weight: bold;
	box-shadow: 0 1px 0 currentColor;
}

#entry-box .entry-text p+p {
	margin-top: 35px;
}

#entry-box .entry-text ul,
#entry-box .entry-text ol {
	margin-left: 20px;
}

/* Links */
#entry-link .container {
	padding-top: 0;
}

#entry-link .wrapper {
	max-width: 600px;
}

#entry-link .row {
	border: solid #dbdbdb;
	border-width: 1px 0;
	position: relative;
}

#entry-link .row:before {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: #dbdbdb;
	position: absolute;
	top: 10px;
	left: 50%;
}

#entry-link .column-2 a {
	display: block;
	padding: 35px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

#entry-link .column-2.prev a {
	background: url(images/common/arrow-prev.svg) no-repeat 10px center;
}

#entry-link .column-2.prev a:hover {
	background-position: left center;
}

#entry-link .column-2.next a {
	background: url(images/common/arrow-next.svg) no-repeat;
	background-position: right 10px center;
}

#entry-link .column-2.next a:hover {
	background-position: right center;
}

#entry-link .list-link {
	margin-top: 30px;
}

#entry-link .list-link a {
	display: block;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #172E62;
	border-radius: 0 40px;
}

#entry-link .list-link a:hover {
	opacity: .9;
}

#site-footer .wrapper {
	padding: 30px 0;
}

#site-footer .column-3 {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	#entry-box .entry-content {
		padding: 0 15px;
	}

	#entry-box .entry-header {
		padding: 35px 0;
	}

	#entry-box .entry-header h1 {
		font-size: 2.4rem;
		margin-top: 35px;
	}

	#entry-box .entry-text h1 {
		font-size: 2.0rem;
		padding-left: 30px;
		margin: 30px 0;
	}

	#entry-box .entry-text h1:before {
		width: 20px;
	}

	#entry-box .entry-text p+p {
		margin-top: 25px;
	}

	#entry-box .entry-text h2 {
		font-size: 1.8rem;
		margin: 30px 0 25px;
	}

	#entry-box .entry-text h3 {
		font-size: 1.6rem;
		margin: 30px 0 25px;
	}

	#entry-box .entry-text h4 {
		font-size: 1.6rem;
		margin: 30px 0 25px;
	}

	#entry-link .list-link a {
		padding: 25px 0;
		border-radius: 0 20px;
	}
}


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



@media screen and (max-width: 999px) {}

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

/*------------------------
	Common Info
------------------------*/
#common-info #time-box.row {
	margin: -25px;
}

#common-info .time,
#common-info .tel {
	width: 50%;
	padding: 25px;
}

#common-info .tel {
	padding-left: 12%;
}

#common-info table.time-table {
	background: #fff;
	margin-bottom: 20px;
	line-height: 1.5;
}

#common-info table.time-table tr th:first-child {
	width: 18%;
}

#common-info table.time-table th,
#common-info table.time-table td {
	padding: 20px 5px;
}

#common-info p span {
	margin-left: 30px;
}

#common-info #time-box dl.notice {
	margin: 0;
}

@media screen and (max-width: 999px) {
	#common-info #time-box.row {
		margin: -5.33333vw;
	}

	#common-info .time,
	#common-info .tel {
		width: 100%;
		padding: 5.33333vw;
	}

	#common-info table.time-table {
		margin-bottom: 10px;
		line-height: 1.5;
	}

	#common-info table.time-table th,
	#common-info table.time-table td {
		padding: 15px 5px;
	}

	#common-info table.time-table+p {
		font-size: 1.3rem;
	}

	#common-info table.time-table tr th:first-child {
		width: auto;
	}

	#common-info .tel p.fontbold {
		font-size: 1.4rem;
	}

	#common-info #time-box dl.notice {
		font-size: 1.3rem;
	}
}

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

/*------------------------
	footer
------------------------*/
#site-footer {
	position: relative;
	background: #e0e0e0;
}

#site-footer .ft-info p {
	font-size: 1.4rem;
}

#site-footer .ft-nav {
	position: relative;
}

#site-footer .ft_copy {
	position: absolute;
	bottom: 50px;
	right: 0;
}

#site-footer .ft_copy p {
	font-size: 1.0rem;
	line-height: 1;
	color: #858585;
}

#ft-nav {
	position: fixed;
	z-index: 200;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

#ft-nav .row {
	height: 60px;
}

#ft-nav .ft-contact,
#ft-nav .ft-rsv {
	width: 38%;
}

#ft-nav .ft-scroll {
	width: 24%;
}

#ft-nav .ft-menu {
	width: 24%;
	height: 100%;
	background: #172E62 url(images/common/icon-menu.svg) no-repeat center 10px / 25px auto;
}

#ft-nav a {
	display: block;
	height: 100%;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	padding-top: 38px;
}

#ft-nav .ft-contact a {
	background: #172E62 url(images/common/icon-mail.svg) no-repeat center 10px / 20px auto;
}

#ft-nav .ft-rsv a {
	background: #172E62 url(images/common/icon-rsv.svg) no-repeat center 8px / 14px auto;
}

#ft-nav .ft-scroll a {
	background: #172E62 url(images/common/icon-scroll.svg) no-repeat center 8px / 16px auto;
}

@media screen and (max-width: 999px) {

	#site-footer {
		padding: 35px 0px;
		background: #efefef;
	}

	#site-footer .wrapper {
		padding: 0 5.33333vw;
	}

	#site-footer .ft_copy {
		position: relative;
		width: 100%;
		right: auto;
		bottom: auto;
		font-size: 1.0rem;
	}

	#site-footer .ft_copy p {
		text-align: center;
	}
}

@media screen and (max-width: 374px) {}

/*------------------------
	Scroll to Top
------------------------*/
.page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 800;
}

.page-top a {
	width: 70px;
	height: 70px;
	background: #172E62 url(images/common/icon-scroll.svg) no-repeat center center;
	display: block;
	text-indent: -9999px;
}

@media screen and (max-width: 999px) {

	.syoudoku {
		width: 100% !important;
		text-align: center;
	}

	.syoudoku img {
		width: 100% !important;
		text-align: center;
	}

	.page-top {
		right: 10px;
		bottom: 10px;
		opacity: 0 !important;
	}

	.page-top a {
		width: 50px;
		height: 65px;
		background-size: 100% auto;
	}

	.speednews {
		text-align: left;
		color: #ec205b;
		width: 90%;
		margin: 0 auto;
	}


	.speednews01 {
		text-align: center;

		width: 90%;
		margin: 0 auto;
	}


	.headline-old2 {
		padding-top: 30px;
		width: 90%;
		margin: 0 auto;
		border-top: solid 1px #666666;
	}

}


/*------------------------
  price
------------------------*/
.price #time h4 {
	font-size: 2.0rem;
	margin: 50px 0 40px;
}

.price #time ul.p-list {
	padding: 0 30px 50px;
}

.price .border-list {
	padding-bottom: 50px;
}

.price .border-list li {
	position: relative;
}

.price .border-list span {
	position: absolute;
	left: 40%;

}

@media screen and (max-width: 668px) {
	.price .border-list span {
		position: relative;
		left: 0;
		display: block;
		margin-top: 10px;

	}

}


@media screen and (max-width: 767px) {
	.link-btn2 {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 545px) {

	.site-title{
		margin-right: 0;
		margin-left: auto;
		width: 100%;
	}
	.site-title p{
		font-size: 12px;
	}

}
@media screen and (max-width: 557px) {

	
	.header-menu{
		width: 22.976vw;
	}
	/* #site-header .wrapper{
		justify-content: start;
	} */
	

}
@media screen and (max-width: 460px) {
	.header_box {
		width: 61.21vw;
	}
}


@media screen and (max-width: 320px) {
	.link-btn2 {
		font-size: 1.2rem;
	}
}


#new .link-btn {
	margin: 0 auto;
}

section#new {
	background-color: #efefef;
}

@media screen and (max-width: 767px) {
	body {
		font: 1.4rem/1 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
		line-height: 1.65;
	}

	.column-12 h4 {
		font-size: 18px;
	}

	#clinic03 p {
		line-height: 1.67;
	}
}