/*
Theme Name: CHACO-WEB.COM Template01
Author: CHACO-WEB.COM
Author URI: http://cybercats-taipei.com/template/01/
Description: CHACO-WEB.COM original theme
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/*------------------------
  Fonts
------------------------*/
@font-face{font-weight:normal;font-style:normal;font-family:'Noto Serif';src:url('fonts/nsjp-serif-regular.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'Noto Serif';src:url('fonts/nsjp-serif-semibold.woff') format('woff');}


.sma{
    display: none;
}

@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

.soudan{
font-size: 0.8em;
}
/*------------------------
  common
------------------------*/
.mgb-20{
margin-bottom: 20px;
}
* {
	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;*/
	scroll-behavior: smooth;
}
body {
	color: #333;
	line-height: 1.6;
	font-family:  'Kosugi Maru', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, sans-serif;
	font-size: 16px;
	scroll-behavior: smooth;
}
body a {
	text-decoration: none;
	outline: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #4e4e4e;
}
body a:hover,
body a:focus {
	text-decoration: none;
	outline: none;
	color: #4e4e4e;
}
img {
	border: 0;
	outline: none;
	max-width: 100%;
	height: auto;
    width: 100%;
}
ul {
	list-style: none;
}
table {
	border-spacing: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
p {
	line-height: 1.7;
/*	font-size: 16px;*/
}
p.note {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}
p.note:before {
	content: '※';
	position: absolute;
	left: 0;
}
.serif {
	font-family: 'Kosugi Maru', sans-serif;
}
.pc-none {
	display: none !important;
}

.br-pc {
    display: block;
}

.br-show-on-sp {
	display: none;
}

.sp-none {
    display: inline-block;
}

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

.show-sp2 {
    display: none!important;
}

.txt-special {
    font-weight: bold;
}

.txt-special2 {
    font-weight: bold;
    font-size: 23px;
}

.gm-style .place-card-large {
    left: 30%;
    top: 60%;
}

.map-pc {
    display: block;
}

.map-sp {
    display: none;
}

@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	.pc-none {
		display: block !important;
	}
	.sp-none {
		display: none !important;
	}
    
    .txt-special2 {        
        font-size: 18px;
    }
}

/*------------------------
  Layout
------------------------*/
main#main {
	display: block;
	position: relative;
}
main#main.row {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap : nowrap;
	flex-wrap : nowrap;
}
main:after {
	content: '';
	display: table;
	clear: both;
}
#main-contents {
	margin-left: 250px;
	background: #fff;
}

#main-contents .slide {
    margin-bottom: -7px;
}
#side {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	background: #BBE2F1;
	border-right: 1px solid #dbdbdb;
}
.container {
	margin: 90px auto 90px;
	padding: 0 5.83333vw;
	max-width: 2000px;
}
#kv {
/*	height: 270px;*/
    height: 580px;
	position: relative;
}
#kv .overlay {
	background: rgba(0,0,0,.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#kv h2, #kv h1 {
	width: 100%;
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	color: #FFF;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
}
.row {
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.reverse {
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.column-2 {
/*	width: 50%;*/
    width: 48%;
    margin: 1%;
}
.column-3 {
	width: 33.3333333%;
}
.column-4 {
	width: 25%;
}

@media screen and (max-width: 768px) {
	#main-contents {
		margin-left: 0;
		margin-top: 60px;
	}
	#side {
		height: auto !important;
		width: 100%;
		position: relative;
		border: none;
	}
	#kv {
		height: 160px;
	}
	#kv h2 {
/*		font-size: 27px;*/
        font-size: 23px;
	}
	.container {
		margin: -40px 0 50px;
		padding: 80px 15px 0;
	}
	.row.reverse {
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
	}
	.column-2 {
		width: 100%;
	}
	.column-3 {
		width: 50%;
	}
	.column-4 {
		width: 50%;
	}
    
    #ft-nav {
/*        display: none;*/
    }
}
@media screen and (max-width: 374px) {
	#kv h2 {
		font-size: 6.133333vw;
	}
}

/*------------------------
  Heading
------------------------*/
.content-tit {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #4e4e4e;
	letter-spacing: .05em;
	margin-bottom: 40px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: normal;
}
.content-tit small {
	display: block;
	margin-top: 10px;
	color: #4e4e4e;
	font-size: 13px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal;
}
.border-tit {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	color: #4e4e4e;
	border: solid #BBE2F1;
	border-width: 3px 0;
	letter-spacing: .08em;
	padding: 30px 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.content-tit,
	.border-tit{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.content-tit .small {
		display: block;
		margin: 5px 0;
	}
	.border-tit {
		border-width: 1px 0;
line-height: 175%;
		padding: 20px 0;
	}
	.content-tit small {
		font-size: 12px;
	}
}

/*------------------------
  header
------------------------*/
#site-header {
	width: 100%;
	height: 270px;
	background: #fff;
	position: relative;
}
.site-title,
.site-title a{
	display: block;
	height: 100%;
}
.site-title img {
	max-width: 230px;   
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#site-header {
		width: 100%;
		height: 60px;
		padding-right: 60px;
		z-index: 1000;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.90);
	}
	.site-title img {
/*		max-width: 230px;*/
        max-width: 240px;
		/*max-width: calc(100% - 20px);*/
		position: relative;
		left: 4px;
		top: 10px;
		margin: 0;
	}
	.site-header h1 {
		font-size: 12px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
		color: #939599;
		padding: 0;
		background: rgba(19,68,143,.1);
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.site-header .wrapper {
		padding: 0;
	}
}
@media screen and (max-width: 374px) {
	.site-header h1 {
		font-size: 10px;
	}
}

/*------------------------
  navigation pc
------------------------*/

.main-nav.pc {
	width: 100%;
}
.main-nav.pc ul.menu {
	margin: 20px 30px;
}
.main-nav.pc ul.menu li a {
	font-size: 15px;
	line-height: 50px;
	letter-spacing: .05em;
	display: block;
	/*color: #E95377;*/
	color: #000000;
}
.main-nav.pc ul.menu li a:hover,
.main-nav.pc ul.menu li a:focus,
.main-nav.pc ul.menu li.current-menu-item a {
	/*color: #E95377;*/
	color: #333;
}
.main-nav.pc ul.menu li a span {
	position: relative;
}
.main-nav.pc ul.menu li a span:after,
.main-nav.pc ul.menu li.current-menu-item a span:after {
	content: '';
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 0;
	height: 1px;
	/*background: #E95377;*/
	background: #060e68;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.main-nav.pc ul.menu li a:hover span:after,
.main-nav.pc ul.menu li a:focus span:after,
.main-nav.pc ul.menu li.current-menu-item a span:after {
	width: 100%;
}

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

/*------------------------
  Navigation Mobile
------------------------*/
.header-menu {
	list-style: none;
	position: fixed;
	right: 0;
	top: 0;
	height: 60px;
	cursor: pointer;
	z-index: 10000;
}
.menu-line {
	width: 60px;
	height: 60px;
	background: #BBE2F1;
	position: absolute;
	padding: 10px 0 0;
	top: 0;
	right: 0;
	z-index: 11000;
}
.line {
	background: #333;
	display: block;
	height: 1px;
	width: 34px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin: 5px auto;
}
.menu-line:after {
	content: 'MENU';
	text-align: center;
	color: #333;
	font-size: 12px;
	letter-spacing: .05em;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	transform: scale(0.9);
}
.menu-line.active:after {
	content: 'CLOSE';
}
.menu-line.active .line.top {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: block;
	top: 9px;
	margin: 0 auto;
	width: 25px;
}
.menu-line.active .line.bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: block;
	margin: 0 auto;
	bottom: -8px;
	width: 25px;
}
.open {
	display: none;
	height: calc(100vh - 60px);
	background: #BBE2F1;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 999;
	width: 100%;
}
.open .main-nav {
	float: none;
	width: 100%;
	margin: 0;
}
.open .main-nav ul {
	list-style: none;
	padding: 20px 15px 30px;
}
.open .main-nav li {
	width: 100%;
	position: relative;
}
.open .main-nav li a {
	display: block;
	padding: 20px;
	font-weight: 500;
	font-size: 19px;
	color: #333;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #333;
	letter-spacing: .08em;
}


@media screen and (max-width: 1160px) {
	.main-nav.pc ul.menu li {
		width: 125px;
	}
}
@media screen and (max-width: 768px) {
	.main-nav.pc {
		display: none;
	}
	
	.open .main-nav ul { padding: 0;}
}

/*------------------------
  Category 
------------------------*/
#entry-container {
	padding: 50px 3.5vw 80px;
}
/* Entry List */
#entry-list {
	width: 75%;
	padding-right: 3.5vw;
}
#entry-list .row {
	margin: 0 -1.25vw -2.5vw;
}
#entry-list .column-2 {
	padding: 0 1.25vw 2.5vw;
}
#entry-list .entry-thumb {
	width: 100%;
	height: 15.5vw;
}
#entry-list .entry-meta {
	padding: 15px 0 0;
}
#entry-list .entry-meta p,
#entry-content .entry-meta p {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	font-size: 11px;
}
#entry-list .entry-meta .ctg,
#entry-content .entry-meta .ctg {
	background: #d7d7ff;
	padding: 0 5px;
}
#entry-list .entry-meta h4 {
	font-weight: 500;
	line-height: 2;
	font-size: 16px;
	letter-spacing: .05em;
	padding: 5px 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#entry-list .column-2 a {
	display: block;
}
#entry-list .column-2 a:hover {
	opacity: .85;
}
#entry-list .column-2 a:hover h4 {
	color: #0101DF;
	opacity: 1;
}

/* Entry Side */
#entry-side {
	width: 25%;
}
#entry-side .widget-container {
	margin-bottom: 40px;
}
#entry-side h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 15px 10px;
	background: #d7d1c0;
}
#entry-side #thumb-list ul,
#entry-side #category-list ul {
	border: solid #dbdbdb;
	border-width: 0 1px;
}
#entry-side #thumb-list ul li,
#entry-side #category-list ul li{
	border-bottom: 1px solid #dbdbdb;
}
#entry-side ul li a {
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
}
#entry-side ul li a:hover {
	background: #efefef;
}
#entry-side #thumb-list ul li a .date {
	font-size: 11px;
	font-weight: 400;
	color: #666;
	margin-bottom: 10px;
}
#entry-side #thumb-list ul li a .thumb-box {
	width: 70px;
	height:  70px;
}
#entry-side #thumb-list ul li a .entry-text {
	width: calc(100% - 70px);
	padding-left: 10px;
}
#entry-side #category-list ul li a {
	padding: 15px 10px;
	display: block;
}

@media screen and (max-width: 999px) {
	#entry-list .entry-meta h4 {
		line-height: 1.6;
	}
}
@media screen and (min-width:768px) and ( max-width:999px) {
	#entry-list .column-2 {
		width: 50%;
	}
	#entry-side #thumb-list ul li a .thumb-box {
		width: 100%;
		height: 60px;
	}
	#entry-side #thumb-list ul li a .entry-text {
		width: 100%;
		padding: 10px 0 0;
	}
	#entry-side #thumb-list ul li a .date {
		margin-bottom: 0;
	}
	#entry-side h3 {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	#entry-container {
		padding: 40px 15px 50px;
	}
	#entry-list,
	#entry-side {
		width: 100%;
		padding: 0;
	}
	#entry-list .column-2 a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #dbdbdb;
	}
	#entry-list .entry-thumb {
		width: 90px;
		height: 90px;
	}
	#entry-list .entry-meta {
		width: calc(100% - 90px);
		padding: 5px 10px 10px;
	}
	#entry-list .entry-meta h4 {
		font-size: 15px;
	}
    
    .map-pc {
        display: none;
    }
    
    .map-sp {
        display: block;
    }
    
    p {
/*        line-height: 1.4em;*/
        line-height: 1.7;
    }
}

/*------------------------
  Single
------------------------*/
/* Entry Content */
#entry-content {
	width: 75%;
	padding-right: 3.5vw;
}
#entry-content .entry-header {
	margin-bottom: 35px;
}
#entry-content .entry-header h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .05em;
	margin-bottom: 35px;
}
#entry-content .entry-header .image-box {
	height: 320px;
}
#entry-content .entry-text h1 {
	font-size: 26px;
}
#entry-content .entry-text h2 {
	font-size: 24px;
}
#entry-content .entry-text h3 {
	font-size: 22px;
}
#entry-content .entry-text h4 {
	font-size: 20px;
}
#entry-content .entry-text h5 {
	font-size: 18px;
}
#entry-content .entry-text h6 {
	font-size: 16px;
}
#entry-content .entry-text h1,
#entry-content .entry-text h2,
#entry-content .entry-text h3,
#entry-content .entry-text h4,
#entry-content .entry-text h5,
#entry-content .entry-text h6 {
	margin: 20px 0;
}
#entry-content .entry-text p {
	font-size: 16px;
	line-height: 2;
}
#entry-content .entry-text p + p {
	margin-top: 25px;
}
#entry-content .entry-text .addtoany_content {
	padding: 45px 0;
	margin: 0;
}

/* Paging */
.paging-box {
	
}
.paging-box a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 30px 15px;
}
.paging-box a:hover {
	background: #efefef;
}
.paging-box .prev,
.paging-box .next {
	position: relative;
	border: solid #dbdbdb;
}
.paging-box .prev {
	border-width: 1px 1px 1px 0;
}
.paging-box .next {
	border-width: 1px 0 1px 1px;
}
.paging-box .prev:before,
.paging-box .next:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
	top: 0;
}
.paging-box .prev:before {
	left: -1px;
}
.paging-box .next:before {
	right: 0;
}

@media screen and (max-width: 767px) {
	.br-show-on-sp {
		display: block;
	}
    
    .sp-none {
        display: none;
    }
    
    .show-sp {
        display: inline-block!important;
    }
    
    .show-sp2 {
        display: block!important;
    }
    
    .br-pc {
        display: none;
    }
    
    .ntitle1a {
        font-size: 26px!important;
    }
    
	#entry-content {
		width: 100%;
		padding: 0 0 50px;
	}
	#entry-content .entry-header h1 {
		font-size: 26px;
		line-height: 1.5;
	}
	#entry-content .entry-header .image-box {
		height:  190px;
	}
	.paging-box .next {
		border-width: 1px 1px 0;
	}
	.paging-box .prev {
		border-width: 0 1px 1px;
	}
	.paging-box .prev:before,
	.paging-box .next:before {
		width: 100%;
		height: 1px;
	}
	.paging-box .prev:before {
		top: -1px;
		right: 0;
	}
	.paging-box .next:before {
		top: auto;
		bottom: 0;
		left: 0;
	}
    
    #contact-tel .note {
        font-size: 14px!important
    }
    
    .date-next {
        clear: both;
    }
}

@media screen and (max-width: 320px) {
     #contact-tel .note {
        font-size: 11px!important
    }
    
    .ntitle1a {
        font-size: 22px!important;
    }
    
}

/*------------------------
  pagination
------------------------*/
#pagination-box {
	font-size: 14px;
}
.wp-pagenavi {
	text-align: center;
	margin: 50px 0 0;
	letter-spacing: 1px;
}
#pagination-box .wp-pagenavi a,
#pagination-box .wp-pagenavi span {
	color: #4e4e4e;
	border: none;
	padding: 4px 10px 20px!important;
	margin: 0 5px !important;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none;
}
.wp-pagenavi span.current {
	font-weight: normal !important;
	color: #888;
	border: solid #0101DF;
	border-width: 0 0 1px;
}
.wp-pagenavi a:hover {
	background: none;
	color: #0101DF;
	border-color: #0101DF;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	background: none;
	color: #0101DF;
}
.post-nav {
	padding: 30px 0;
}
.post-nav .row {
	margin: -10px;
}
.post-nav .column-3 {
	padding: 10px;
}
.post-nav a {
	text-align: center;
	letter-spacing: .05em;
	font: normal 16px/1 'nsjp-serif', serif;
	display: block;
	padding: 45px 15px;
}
.post-nav a:hover {
	color: #fff;
}
.post-nav .prev a {
	background: #fff url(common/images/arrow-blk-left.svg) no-repeat 25px center;
}
.post-nav .prev a:hover {
	background: #e60000 url(common/images/arrow-wh-left.svg) no-repeat 20px center;
}
.post-nav .next a {
	background: #fff url(common/images/arrow-blk.svg) no-repeat;
	background-position: right 25px center;
}
.post-nav .next a:hover {
	background: #e60000 url(common/images/arrow-wh.svg) no-repeat;;
	background-position: right 20px center;
}
.post-nav .list a {
	background: #fff url(common/images/arrow-blk-circle.svg) no-repeat;
	background-position: right 25px center;
}
.post-nav .list a:hover {
	background: #e60000 url(common/images/arrow-wh-circle.svg) no-repeat;;
	background-position: right 20px center;
}

@media screen and (max-width: 767px) {
	#pagination-box {
		padding: 40px 0;
	}
	.wp-pagenavi {
		margin: 0;
	}
}

/*------------------------
  home
------------------------*/

/* Intro */
.intro {
   text-align: center;
    margin-bottom: 30px;
}

.intro2 {
   text-align: center;
   margin-top: 30px;
}

.intro2 h3 {
    color: #000;
}

.intro h3 {
    text-align: center;
}

.intro-p {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.intro-p p {
    font-size: 20px;
}

.intro-content {
    text-align: center;
    padding: 0 15px;
}

.intro-content img {
    width: auto;
    height: 258px;
    object-fit: cover;
}

.txt-emphasize {
    font-size: 20px;
    font-weight: bold;
}

.txt-emphasize2 {
    font-size: 30px;
    font-weight: bold;
    color: red;
}

.fl-left {
    display: inline-block;
    vertical-align: top;    
/*    width: 15%;*/
}

.fl-left p {
    font-weight: bold;
    text-decoration: underline;
    
}

.fl-left2 {
    display: inline-block;
/*    padding-left: 20px;   */
/*    width: 55%;*/
}

.clear {
    clear: both;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
    font-size: 14px!important;
    padding: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgt10 {
    margin-top: 10px;
}

.ig-feed {
    overflow: auto;
}

.sec3 {
    display: flex;
    justify-content: center;
}

.sec3a {
    margin-right: 30px;
    width: 20%;
}

.sec3b {
    width: 70%;
}

.mgb30 {
    margin-bottom: 30px;
}

.wpcf7-form-control-wrap .wpcf7-email {
    border: 1px #ccc solid;
    border-radius: 5px;
    width: 100%;
    float: left;
    height: 37px;
}

.txt-medium {
    font-size: 20px;
}

.wp-block-table {
    margin-bottom: 0!important;
}

/* KV */
.home #kv {
	height: 520px;
}
.home #kv h2, .home #kv h1{
	position: absolute;
	bottom: 70px;
	line-height: 2;
	width: 100%;
    font-weight: 700;
}

/* News */
#news-box {}
#news-box .row {
	margin: -15px;
}
#news-box .column-2 {
	padding: 15px;
}
#news-box .column-2 a {
	border: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
#news-box .column-2 .image-box {
	width: 12.5vw;
	height: 12.5vw;
}
#news-box .column-2 a .text-box {
	padding: 25px 20px;
	width: 100%;
	/*width: calc(100% - 12.5vw);*/
	position: relative;
}
#news-box .column-2 a .text-box:before {
	content: '';
	width: 0;
	height: 100%;
/*	background: #e0e0e0;*/
    background: #BBE2F1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 0;
}
#news-box .column-2 a:hover .text-box::before {
	width: 100%;
}
#news-box .column-2 .text-box .date,
#news-box .column-2 .text-box .news-tit {
	position: relative;
}
#news-box .column-2 .text-box .date {
/*	color: #85B71C;*/
    color: #4e4e4e;
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: .1em;
	line-height: 1;
	position: relative;
    z-index: 1;
}
#news-box .column-2 .text-box .news-tit {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .05em;
}
#news-box .column-2 a.news-more {
	border: none;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	position: relative;
	color: #000;
	padding: 25px 0;
}
#news-box .column-2 a.news-more:before,
#news-box .column-2 a.news-more:after {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#news-box .column-2 a.news-more:before {
	width: 100%;
	/*background: rgb(233, 83, 119,0.7);*/
   /* background: rgb(133, 183, 28);
	background: rgb(133, 183, 28, 0.7);*/
	background: rgb(187, 226, 241, 0.7);
	z-index: 0;
}
#news-box .column-2 a.news-more:after {
	width: 0;
	/*background: rgb(233, 83, 119,1);*/
    /*background:  rgb(1133, 183, 28);
	background:  rgb(133, 183, 28, 1);*/
	background: rgb(187, 226, 241, 1); 
	z-index: 5;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#news-box .column-2 a.news-more:hover::after {
	width: 100%;
}
#news-box .column-2 a.news-more .plus {
	position: relative;
	z-index: 10;
	padding-right: 35px;
    font-size: 16px;
}
#news-box .column-2 a.news-more .plus:before,
#news-box .column-2 a.news-more .plus:after {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12.5px;
}
#news-box .column-2 a.news-more .plus:before {
	content: '';
	background: rgba(255,255,255,0.8);
	z-index: 10;
}
#news-box .column-2 a.news-more .plus:after {
	content: '+';
	color: #85B71C;
	text-align: center;
	line-height: 25px;
	z-index: 15;
}
#news-box .column-2 a.news-more:hover .plus:after {
	color: rgb(51, 166, 67, 1);
}
/* Info */
#info-box {}
#info-box .time-table {
}
#info-box .time-table .inner {
	background: #efefef;
	color: #fff;
	padding: 0 1.66666vw;
    font-family: 'Kosugi Maru', sans-serif;
}
#info-box .time-table .time-line {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#info-box .time-table .time-line:last-child {
	border-bottom: none;
}
#info-box .time-table .time {
	width: 25%;
}
#info-box .time-table .day {
	width: 12.5%;
}
#info-box .time-text {
	padding: 0 0 30px 2.5vw;
}
#info-box .time-text dl dt,
#info-box .time-text dl dd {
	padding: 5px 0;
}
#info-box .time-text dl dt {
	width: 50px;
}
#info-box .time-text dl dd {
	width: calc(100% - 50px);
}
#info-box .time-text h4 {
	margin-bottom: 10px;
}
#info-box .time-text dl + h4 {
	margin: 15px 0 10px;
}
#info-box .time-text ul {
	margin: 0 -5px;
}
#info-box .time-text ul li {
	padding: 0 5px;
}
#info-box div.note {
	background: #f8f8f8;
	padding: 30px;
}
#info-box .note h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-left: 15px;
	border-left: 1px solid #0101DF;
	margin-bottom: 25px;	
}

@media screen and (max-width: 999px) {
	/* News */
	#news-box .column-2 {
		width: 100%;
		min-height: 16.25vw;
	}
	#news-box .column-2 .image-box {
		width: 25vw;
		height: 100%;
	}
	#news-box .column-2 a .text-box {
		width: 100%;
	}
	#news-box .column-2 .text-box .date {
		margin-bottom: 5px;
	}
	#news-box .column-2 a.news-more {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	#news-box .column-2 a .text-box:before {
	    transition: unset;
	    -webkit-transition: unset;
	}    
    /* Intro */
    .txt-emphasize {
        font-size: 20px;        
    }
    .txt-emphasize2 {
        font-size: 22px;        
    }
    
    .sec3 {
        text-align: center;
    }
    
    .sec3a {
        display: block;
        margin: 0 auto;        
    }
    
    .fl-left2 {
        text-align: left;
        
    }
   
    
	/* KV */
	.home #kv {
		height: 300px;
	}
	#news-box .column-2 {
		padding: 5px;
		min-height: 25vw;
	}
	#news-box .column-2 a .text-box {
		padding: 10px;
	}
	#news-box .column-2 .text-box .news-tit {
		font-size:  14px;
		line-height: 1.3;
	}
	#news-box .column-2 a.news-more .plus {
		line-height: 55px;
		font-size: 15px;
	}
	
	/* News */
	#news-box .row {
		margin: -5px;
	}
	
	/* Info */
	#info-box .time-table {
		padding: 0;
	}
	#info-box .time-table {
		font-size: 13px;
	}
	#info-box .time-table .time-line {
		padding: 10px 0;
	}
	#info-box .time-table .time {
		width: 30%;
		padding: 0 3px;
	}
	#info-box .time-table .day {
		width: 11.666666%;
	}
	#info-box .time-text {
		margin-top: 20px;
        padding-top: 0!important;
	}
}

/*------------------------
  About
------------------------*/
#lead-about {
	padding: 0 2.5vw;
}
#lead-about p {
	line-height: 1.8;
/*	text-align: center;*/
}
#lead-about p + p {
	margin-top: 25px;
    font-family: 'Kosugi Maru', sans-serif;
}
#course-box .row {
	margin: -15px 0 15px;
}
#course-box .column-3 {
	padding: 15px;
}
#course-box .column-3 .image-box {
	width: 100%;
	height:  200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#course-box .column-3:first-child .image-box {
	background-image: url(common/images/about/course01.jpg);
}
#course-box .column-3:nth-child(2) .image-box {
	background-image: url(common/images/about/course02.jpg);
}
#course-box .column-3:nth-child(3) .image-box {
	background-image: url(common/images/about/course03.jpg);
}
#course-box .column-3:nth-child(4) .image-box {
	background-image: url(common/images/about/course04.jpg);
}
#course-box .column-3:nth-child(5) .image-box {
	background-image: url(common/images/about/course05.jpg);
}
#course-box .column-3:nth-child(6) .image-box {
	background-image: url(common/images/about/course06.jpg);
}
#course-box .column-3 h4 {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	padding: 20px 0;
}
#course-box .note {
	background: #f8f8f8;
	padding: 30px;
}
#course-box .note h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-left: 15px;
	border-left: 1px solid #0101DF;
	margin-bottom: 25px;
}
#course-box .note p {
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width: 999px) {
	#lead-about p {
		text-align: left;
	}
	#course-box .row {
		margin: -5px -5px 15px;
	}
	#course-box .column-3 {
		width: 50%;
		padding: 5px;
	}
	#course-box .column-3 .image-box {
		height: 25vw;
	}
	#course-box .column-3 h4 {
		font-size: 15px;
		padding: 10px 0 15px;
	}
	#course-box .note,
	#info-box div.note{
		padding: 20px 15px;
	}
	#course-box .note h4,
	#info-box div.note h4{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#course-box .note p,
	#info-box div.note p{
		margin-top: 10px;
	}
}

/*------------------------
  Service
------------------------*/
#lead-service {
	padding: 0 2.5vw;
}
#lead-service p {
	text-align: center;
	line-height: 1.8;
}
#lead-service p + p {
	margin-top: 25px;
}
#lead-service .service-list {
	margin: 40px auto 0;
	
}
#lead-service .service-list .column-2,
#lead-service .service-list .column-3,
#lead-service .service-list .column-4 {
	padding: 25px 15px;
	text-align: center;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	font-weight: 500;
    background: rgba(167,221,48,0.50);
}

#lead-service .service-list .column-2 img,
#lead-service .service-list .column-3 img {
    border-radius: 50%;
}

#lead-service .service-list .bg-wh {
	background: rgba(255,255,255,0.4);
    background: rgba(167,221,48,0.30);
}
#lead-service .service-list .column-3:nth-child(3),
#lead-service .service-list .column-4:last-child {
	border-width: 0 0 2px;
}
#lead-service .service-list small {
	font-size: 12px;
}
#service-box .note {
	background: #f8f8f8;
	padding: 30px;
}
#service-box .note p {
	text-align: center;
	font-weight: 500;
}
#service-box .row {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #dbdbdb;
}
#service-box .service-image {
	width: 35%;
}
#service-box .service-text {
	width: 65%;
	padding-left: 30px;
}
#service-box .service-text h4 {
	font-size: 20px;
	font-weight: normal;
	color: #b0a37d;
	letter-spacing: .08em;
	line-height: 1;
	border-left: 1px solid #bdb290;
	padding-left: 15px;
	margin-bottom: 30px;
}
#service-box .service-text p {
	padding-left: 15px;
	font-size: 14px;
}
#service-box .service-text p + p {
	margin-top: 15px;
}
#service-box .service-text a {
	box-shadow: 0 1px 0 currentColor;
}
#service-box .service-text a:hover {
	color: #0101DF;
}
@media screen and (max-width: 999px) {
	#lead-service .service-list .column-3 {
		width: 33.3333333%;
	}
	#lead-service .service-list .column-4 {
		width: 25%;
	}
	#lead-service .service-list small {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#lead-service .service-list .column-3,
	#lead-service .service-list .column-4,
	#lead-service .service-list .column-3:nth-child(3),
	#lead-service .service-list .column-4:last-child {
		width: 100%;
		border-width: 2px 0 0;
		padding: 15px;
	}
	#lead-service .service-list small {
		display: inline;
	}
	#service-box .service-image {
		width: 100%;
		height: 42vw;
		overflow: hidden;
		position: relative;
	}
	#service-box .service-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#service-box .service-text {
		width: 100%;
		padding: 20px 0 0;
	}
	#service-box .service-text h4 {
		margin-bottom: 20px;
	}
}

/*------------------------
  Access
------------------------*/
.info-text {
	padding-right: 2.5vw;
}
.info-text .name {
	margin-bottom: 25px;
}
.info-text p + p {
	margin-top: 25px;
}
#gallery {
	padding: 0 5.83333vw 80px;
}
#gallery img {
	vertical-align: middle;
}
#map .gmap {
	position: relative;
	padding-bottom: 32.5vw;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin-bottom: 30px;
}
#map .gmap iframe,
#map .gmap object,
#map .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 999px) {
	.info-text {
		padding: 20px 0;
	}
	.info-text p + p {
		margin-top: 15px;
	}
	.info-text img.name {
		max-width: 250px;
	}
	#gallery {
		padding: 0 15px 50px;
	}
	#map .gmap {
		padding-bottom: 72.5vw;
	}
}

/*------------------------
  Contact Tel
------------------------*/
#contact-tel {
	text-align: center;
	padding: 30px 0;
}
#contact-tel .row {
	border: 1px solid #afcfd2;
	padding: 5px;
}
#contact-tel .column-2 {
	position: relative;
	padding: 30px;
	margin-bottom: 5px;
	width: 100%;
}
#contact-tel .row .column-2:first-child::before {
	/*content: '';*/
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #afcfd2;
}
#contact-tel p {
	font-size: 14px;
/*	font-weight: bold;*/
	letter-spacing: .05em;
}
#contact-tel p.num {
	font-size: 33px;
	color: #000;
    font-weight: 900;
	letter-spacing: .1em;
    font-family: 'Kosugi Maru', sans-serif;
}
#contact-tel p.num:hover {
	color: #BBE2F1;
}
#contact-tel p.num a {
	color: #0101DF;
}
#contact-tel .note {
    background: #BBE2F1;
	font-size: 13px;
	letter-spacing: .08em;
	width: 100%;
	padding: 10px;
	color: #000;
}

@media screen and (max-width: 768px) {
	#contact-tel {
		padding: 30px 0 0;
	}
	#contact-tel .row .column-2:first-child {
		border-bottom: 1px solid #afcfd2;
	}
	#contact-tel .row .column-2:first-child::before {
		content: none;
	}
	#contact-tel .column-2 {
		padding: 15px;
		margin-bottom: 0;
	}
	#contact-tel p.num {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contact-form-column {
		width: 47%!important;
	}

	.contact-form-st1 table tr td {
	    font-size: 15px!important;
	    line-height: 24px;
	    padding: 10px 0;
	    vertical-align: middle;
	}
}

/*------------------------
  FAQ
------------------------*/
.contact .lead {
	margin-bottom: 40px;
}
.contact .lead p {
	text-align: center;
}
#faq-box {
	border: solid #dbdbdb;
	border-width: 1px 1px 0;
}
#faq-box .q-txt {
	border-bottom: 1px solid #dbdbdb;
}
#faq-box .a-txt {
	background: #85B71C; /*rgba(215,231,232,1);*/
	border-bottom: 1px solid #dbdbdb;
    color: #fff;
}
#faq-box .q-txt,
#faq-box .a-txt {
	position: relative;
}
#faq-box .q-txt:before,
#faq-box .a-txt:before {
	position: absolute;
	left: 15px;
	font: normal 30px/1 'Noto Serif JP', serif;
	width: 60px;
	text-align: center;
}
#faq-box .q-txt:before {
	content: 'Q';
	top: 20px;
	color: #85B71C;
}
#faq-box .a-txt:before {
	content: 'A';
	top: 25px;
/*	color: #4e4e4e;*/
    color: #fff;
}
#faq-box .q-txt {
	font-size: 18px;
	padding: 20px 50px 20px 70px;
	cursor: pointer;
	letter-spacing: .05em;
}
#faq-box .q-txt:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #4e4e4e;
	border-right: solid 1px #4e4e4e;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#faq-box .q-txt.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#faq-box .a-txt .inner {
	padding: 25px 50px 25px 80px;
}
#faq-box .a-txt p,
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	font-size: 15px;
	line-height: 2;
}
#faq-box .a-txt ul,
#faq-box .a-txt ol {
	margin-left: 24px;
}
#faq-box .a-txt ul {
	list-style: disc;
}
#faq-box .a-txt ol {
	list-style: decimal;
}
#faq-box .a-txt p + p {
	margin-top: 15px;
}
#faq-box .a-txt a {
	color: #0101DF;
	box-shadow: 0 1px 0 currentColor;
}

@media screen and (max-width: 768px) {
	.faq-wrapper {
		padding: 20px 0 40px;
	}
	#faq-box .q-txt:before,
	#faq-box .a-txt:before {
		left: 10px;
		font: normal 26px/1 'nsjp-serif', serif;
		width: 30px;
	}
	#faq-box .q-txt:before {
		top: 15px;
	}
	#faq-box .a-txt:before {
		top: 15px;
	}
	#faq-box .q-txt {
		font-size: 16px;
		margin: 0;
		padding: 15px 30px 15px 50px;
	}
	#faq-box .q-txt:after {
		right: 15px;
	}
	#faq-box .q-txt.active:after {
		margin-top: -3px;
	}
	#faq-box .a-txt .inner {
		padding: 15px 20px 15px 50px;
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p,
	#faq-box .a-txt ul,
	#faq-box .a-txt ol {
		font-size: 14px;
		line-height: 1.8;
	}
	#faq-box .a-txt p + p {
		margin-top: 10px;
	}
}

/*------------------------
  Contact
------------------------*/

/* Form */
#form-box .form-lead {
	max-width: 85%;
	margin: 0 auto;
}
#form-box .form-lead p + p {
	margin-top: 10px;
}
#form-box table {
	table-layout: fixed;
	width: 100%;
	margin: 45px 0 10px;
	border-spacing: 0;
	font-size: 16px;
	border-top: 1px solid #dbdbdb;
}
#form-box table th {
	font-weight: bold;
	width: 26%;
	padding: 30px 0 30px 20px;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
}
#form-box table th.req:after {
	content: '＊必須';
	font-size: 13px;
	font-weight: normal;
	color: #e60000;
	padding-left: 10px;
}
#form-box table th.top {
	vertical-align: top;
}
#form-box table td {
	border-bottom: 1px solid #dbdbdb;
	padding: 20px;
}
#form-box input[type=text],
#form-box input[type=email],
#form-box input[type=tel],
#form-box textarea {
	-webkit-appearance: none;
	border: 1px solid #dbdbdb;
	background: #f8f8f8;
	padding: 15px 10px;
	font-size: 100%;
	width: 100%;
	margin: 5px 0;
}
#form-box .input-s input[type=text] {
	width: 18%;
	margin: 5px;
}
#form-box .input-s .subtit {
	padding: 0 10px 0 0;
}
#form-box textarea {
	height: 145px;
}
#form-box input[type=checkbox] {
	margin-right: 10px;
}
#form-box .how span.wpcf7-list-item {
	display: block;
}
#form-box span.wpcf7-list-item {
	margin: 5px 25px 5px 0;
}
#form-box #form-box-selector select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20%;
	padding: 10px;
	border: 1px solid #f3f5f9;
	background: #f3f5f9;
	border-radius: 0;
	font-size: 16px;
	border: 1px;
	cursor: pointer;
}
#form-box #form-box-selector select:hover,
#form-box #form-box-selector select:focus {
	outline: none;
}
#form-box #form-box-selector {
	position: relative;
}
#form-box #form-box-selector:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #888888 transparent transparent transparent;
	position: absolute;
	top: 10px;
	right: 15px;
}
.select-box02 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(arrow02.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
#form-box #form-box-policy span.wpcf7-list-item {
	margin: 0;
}
#form-box .btn-wrap {
	width: 65%;
	margin: 0 auto;
	padding: 30px 0 80px;
}
#form-box input[type=submit] {
	text-align: center;
	display: block;
	width: 100%;
	background: #bdb290;
	border-radius: 3px;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#form-box input[type=submit]:hover,
#form-box input[type=submit]:focus {
	background: #b0a37d;
	outline: none;
}
#form-box input:hover,
#form-box input:focus,
#form-box textarea:hover,
#form-box textarea:focus {
	outline: none;
	background: #fff;
}
:placeholder-shown {
	color: #7c7c7c;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #7c7c7c;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #7c7c7c;
}
#form-box-policy a {
	box-shadow: 0 1px 0 currentColor;
}
#form-box div.wpcf7-validation-errors,
#form-box div.wpcf7-acceptance-missing {
	text-align: center;
	padding: 30px;
	border-color: #e60000;
	color: #e60000;
	font-weight: bold;
}
#form-box .form-policy {
	padding: 20px;
}
.contact .form.container {
	margin-bottom: 0;
}

/* Policy */
#p-policy {
	position: relative;
	background: #efefef;
	height: 150px;
	overflow-y: scroll;
}
#p-policy .inner {
	padding: 30px 40px;
}
#p-policy .pp-tit {
	font-size: 15px;
	letter-spacing: .05em;
}
#p-policy h4.row {
	position: relative;
	font-size: 13px;
}
#p-policy h4.row:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #dbdbdb;
	position: absolute;
	top: 50%;
	left: 0;
}
#p-policy h4.row .border {
	display: inline-block;
	padding-right: 20px;
	background: #efefef;
	position: relative;
}
#p-policy h3 + p {
	padding: 0 30px 20px 0;
}
#p-policy p {
	font-size: 13px;
	padding: 0 30px 20px;
}
#p-policy h4.subtit {
	font-size: 13px;
	padding: 0 30px 5px;
}
#p-policy dl {
	font-size: 13px;
	padding: 0 0 20px 30px;
}
#p-policy dl dt {
	width: 8%;
}
#p-policy dl dd {
	width: 92%;
}
.contact div.wpcf7 .ajax-loader {
	position: absolute;
}

/* Thanks */
.thanks-lead {
	max-width: 85%;
	margin: 0 auto;
}
.thanks-lead p {
	margin: 20px 0;
}
.thanks-lead p.note {
	margin: 0;
}

@media screen and (max-width: 768px) {
	/* form */
	#form-box .lead p {
		font-size: 15px;
		line-height: 1.8;
	}
	#form-box table {
		font-size: 15px;
		border-width: 0;
	}
	#form-box table th,
	#form-box table td {
		display: block;
		width: 100%;
	}
	#form-box table th {
		padding: 15px 10px 0 0;
		border-bottom: none;
		border-top: 1px solid #f3f5f9;
	}
	#form-box table td {
		padding: 5px 10px 15px;
	}
	#form-box table .time dt,
	#form-box table .time dd {
		width: 100%;
	}
	#form-box table .time .label {
		width: 100%;
		text-align: left;
		padding: 10px;
	}
	#form-box table .time dd {
		padding-left: 0;
	}
	#form-box table .row.day dd,
	#form-box table .row.day dt {
		margin-top: 15px;
	}
	#form-box table .row.day dd {
		padding: 0;
	}
	#p-policy .inner {
		padding: 15px;
	}
	#p-policy p {
		font-size: 12px;
		padding: 0 0 30px;
	}
	#p-policy h3 + p {
		padding: 0 0 20px;
	}
	#p-policy h4.subtit {
		padding: 0 0 5px;
	}
	#p-policy dl {
		padding: 0;
	}
	#p-policy dl dt {
		width: 18%;
	}
	#p-policy dl dd {
		width: 82%;
	}
	.thanks-box {
		padding: 0;
	}
	#form-box .btn-wrap {
		width: 100%;
		padding: 30px 0 50px;
	}
	
	/* Thanks */
	.thanks-lead {
		max-width: 100%;
		width: 100%;
	}
	.thanks .content-tit {
		line-height: 1.2;
	}
}

/*------------------------
  Footer Nav
------------------------*/
#ft-nav {
	background: #fff;
}
#ft-nav ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}
#ft-nav ul li a {
	display: block;
	position: relative;
	padding: 30px 15px;
	line-height: 1;
	font-size: 14px;	
	color: #4e4e4e;
}
#ft-nav ul li a:hover,
#ft-nav ul li a:focus {
	color: #BBE2F1;
}
#ft-nav ul li a:after {
	content: '';
	width: 1px;
	height: 1em;
	/*background: #E95377;*/
	background: #85B71C; 
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
}
#ft-nav ul li:last-child a:after {
	content: none;
}
#ft-nav .widget-area h3 {
	display: none;
}

.yk-reserve-content a:hover{
	color: #BBE2F1;
}

@media screen and (max-width: 768px) {
	#ft-nav ul {
		justify-content: start;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ft-nav ul li {
		width: 100%;
	}
	#ft-nav ul li a {
		padding: 20px 15px;
		border-bottom: 1px solid #687d9d;
	}
	#ft-nav ul li a:after,
	#ft-nav ul li:last-child a:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #4e4e4e;
		border-right: solid 1px #4e4e4e;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 15px;
		margin-top: -4px;
		background: none;
	}
}

/*------------------------
  footer
------------------------*/
#site-footer {
	width: 100%;
	position: relative;
	color: #000;
	background: #BBE2F1;
	padding: 45px 80px 30px;
}
#site-footer .ft-title {
	margin-bottom: 25px;
}
#site-footer a {
	color: #000;
}
#site-footer a:hover,
#site-footer a:focus {
	opacity: .9;
}
#site-footer .wrapper {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
#site-footer div.row {
	margin: -20px;
}
#site-footer .widget-area {
	padding: 20px;
/*	width: 30%;*/
    width: 42.5%;
/*	margin: 0 auto;*/
}
#site-footer .logo-ft {
	padding: 20px;
	width: 30%;
/*	margin: 0 auto;*/
}
#site-footer .widget-area h3 {
	display: none;
}
#site-footer p,
#site-footer dl {
	font-size: 14px;
	letter-spacing: .05em;
}
#site-footer dl {
	padding-top: 5px;
}
#site-footer dl dt,
#site-footer dl dd {
	padding: 5px 0;
}
#site-footer dl dt {
/*	width: 40px;*/
    width: 120px;
   
}
#site-footer dl dd {
/*	width: calc(100% - 40px);*/
    width: calc(80% - 60px);
   
}
#site-footer .ft_copy {
	padding-top: 45px;
	text-align: center;
}
#site-footer .ft_copy p {
	text-align: right;
	font-size: 11px;
	color: #fff;
	letter-spacing: .1em;    
}

/***business***/

.nrow { width: 100%; display: inline-block;}
.ntitle {
 font-size: 28px;
 line-height: 140%;
 font-weight: bold;
 position: relative;
 padding: 5px 10px;
 border-left: 6px solid #ccc;
}
 
.ntitle::before {
 position: absolute;
 left: -6px;
 bottom: 0;
 content: '';
 width: 6px;
 height: 50%;
 background-color: #85B71C;
}
 
.ntitle::after {
 position: absolute;
 left: 0;
 bottom: 0;
 content: '';
 width: 100%;
 height: 0;
 border-bottom: 1px solid #ccc;
}
.ncontent { margin-top: 30px;}
/*.nphoto { width: 40%; text-align: center; margin-top: 6px; }*/
.nphoto { width: 30%; text-align: center; /*margin-top: 6px;*/ }
.nphoto img { 
    max-width: 100%; 
    height: auto; 
/*    object-fit: cover;*/
}
/*.ntext { width: 58%; font-size: 16px; line-height: 180%;}*/
.ntext { width: 68%; font-size: 16px; line-height: 180%;}

.nphoto2  {
    width: 17%;    
}

.ntext2 {
    width: 81%;
    margin-left: 2%;
}
.neven, .nodd {
/*    margin-bottom: 60px;*/
}
.neven .nphoto { float: left;}
.nodd .nphoto { float: right;}
.neven .ntext { 
    float: right; 
/*    margin-left: 2%;*/
}
.nodd .ntext { float: left; margin-right: 2%;}
.neven .ntext-full, .nodd .ntext-full { width: 100%; margin-left: 0%;}

.nspecial .nphoto { width: 35%;}
.nspecial .ntext { width: 65%;padding-left: 30px;}

/***end***/

/***company***/
table.ntable { border: 1px solid #ccc; border-bottom: unset; }
.ntable tr th, .ntable tr td { font-size: 16px; line-height: 160%; padding: 10px; border-bottom: 1px solid #ccc;}
.ntable tr th { width: 15%; background: #BBE2F1; color: #333; min-width: 200px; border-bottom: 1px solid #fff;}
.ngallery { margin-top: 30px;}
.ngallery ul {font-size: 0;}
.ngallery ul li { width: 32.33%; display: inline-block; margin: 0.5%; vertical-align: middle;}

.ntable tr th.th-wide {
    width: 20%;    
    min-width: 267px;
}

.ntable td td.td-narrow {
/*    width: 60%;*/
    
}

/***end***/

/***contact***/

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    background: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.btn-contact-st1:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
	float: left;
    border-top: 1px solid #dbdbdb;
    margin: 45px 0 10px;
}

.contact-form-st1 table tr td {
    font-size: 16px;
    line-height: 24px;
/*    padding: 10px 0;*/
    padding: 30px 0 30px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #dbdbdb;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td input[type=email],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
    background: #f8f8f8;    
}

.contact-form-st1 table tr td input[type=email] {
    height: 37px;
    background: #f8f8f8;    
}

.contact-form-st1 .input-s input[type=text] {
	width: 25%;
	margin: 5px;
}
.contact-form-st1 .input-s .subtit {
	padding: 10px 10px 0 0;
    float: left;
}
.contact-form-st1 .input-s .subtit2 {
	padding: 10px 0 0 0;
    float: left;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
    background: #f8f8f8;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}

.btn-contact-st1 {
  background:#0101DF !important;
}
.btn-contact-st1 {
  background: #85B71C !important;
  border: 1px #85B71C solid !important;
}
.btn-contact-st1:hover {
  border: 1px #85B71C solid !important;
}

ul.ls-bullet {
	list-style: disc;
	list-style-position: inside;
	padding-left: 5px;
}

.fl-image {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
}

.fl-image div img {
	width: 36%;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}   

/***end***/



@media screen and (max-width: 768px) {
	#site-footer {
		padding: 30px 15px;
	}
	#site-footer .ft-title img {
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}
	#site-footer .widget-area {
		width: 50%;
		padding: 10px 0;
	}
	#site-footer div.row {
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		margin: 0;
	}
	#site-footer .ft_copy p {
		text-align: center;
		font-size: 10px;
	}
}
@media screen and (max-width: 767px) {
	#site-footer .logo-ft {
		margin: 0 auto;
        width: 70%;
	}
	#site-footer .widget-area {
		width: 100%;
	}

	.fl-image {
		font-size: 14px;
    	line-height: 160%;
	}

	.fl-image div img {
		width: 100%;
	}   
    
    #site-footer p, #site-footer dl {
        font-size: 14px;
        letter-spacing: .05em;
    }
    
    #site-footer .ft_copy {
        font-size: 16px;
    }
    
    /* Intro */
    
    .sec3a {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    .sec3b {
        width: 100%;
    }
    
    .fl-left {
/*        width: 100%;*/
    }
        
    .fl-left2 {
        text-align: left;
/*        width: 100%;*/
    }
    
    .contact-form-st1 .input-s input[type=text] {
        width: 18%;
        margin: 5px;
    }
    
    .intro-content img {
        width: auto;
        height: 100px;
        object-fit: cover;
    }
    
    .intro-p {
        display: inline-block;
        text-align: left;
        padding-left: 0;
    }
    
    .intro-p2 {
        margin-left: -18px;
    }
    
    .intro-p p {
        font-size: 18px;
    }

    .txt-medium {
        font-size: 18px;
        text-align: left;
    }

    .txt-emphasize {
        font-size: 18px;    
    }
    
    .nspecial .ntext {
        padding-left: 0;
    }

}

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

#page-top {
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 7689;    
}
/*
#page-top a {
	width: 70px;
	height: 70px;	
	background: #85B71C;
	border-radius: 50%;
	display: block;
	color: transparent;
	position: relative;
	border: 2px solid #fff;
}
#page-top a:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.5px 0 0 -5px;
}
*/

#page-top a.btn--circle {
  width: 60px!important;
  height: 60px!important;
  padding: 0;
  background: #BBE2F1;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  display: block;  
}

#page-top a.btn--circle i {
  font-size: 150%;
  line-height: 60px!important;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
  padding-left: 31%;
}
#page-top a.btn--circle:hover i {
  line-height: 55px!important;
}

@media screen and (max-width: 768px) {
	#page-top {
		right: 10px;
		bottom: 40px;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}
	#page-top a:before {
		width: 6px;
		height: 6px;
		margin: -2px 0 0 -3px;
	}
}

/*------------------------
  404
------------------------*/
.page-404 {
	padding: 100px 0;
}
.page-404 p {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page-404 {
		padding: 40px 0;
	}
	.page-404 p {
		font-size: 14px;
	}
}

/*------------------------
      CUSTOM
------------------------*/
.img-main {
    width: 40%;
}

.text-box-new {
    margin-top: 20px;
    border: 3px solid #85B71C;
    border-radius: 20px;
    padding: 20px;    
}

.text-box-new2 {
/*    margin-top: 20px;*/
    border: 3px solid #85B71C;
    border-radius: 20px;
    padding: 5px 20px; 
    background: #85B71C;
    color: #fff;  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    top:50%;
    transform: translateY(-50%);    
    text-align: center;   
}

.text-box-inner {
    display: inline-block;
    text-align: left;
}

.mgt-30 {
    margin-top: 30px;
}



.my-ul li {
/*    list-style: disc;*/
    list-style: none;
/*    margin-left: 20px;*/
    text-align: center;
    font-size: 19px;    
}

.my-ol li {
    list-style: decimal;
    margin-left: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.note {
    background: #85B71C;
    padding: 30px;
    color: #fff;
}

.note p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.left-part  {
    display: inline-block;    
    width: 30%;
    position: relative;
    top: 60px;
    margin-right: 1%;
}

.right-part {
    display: inline-block;
    width: 69%;
}


/* Info */
#info-box {}
#info-box .time-table {
    
}
#info-box .time-table .inner {
	background: #efefef;
	color: #000;
	padding: 0 1.66666vw;	
}
#info-box .time-table .time-line {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#info-box .time-table .time-line:last-child {
	border-bottom: none;
}
#info-box .time-table .time {
	width: 20%;
}
#info-box .time-table .day {
	width: 10%;
}
#info-box .time-text {
/*	padding: 0 0 30px 2.5vw;*/
    padding: 30px 0 30px 2.5vw;
}
#info-box .time-text dl dt,
#info-box .time-text dl dd {
	padding: 5px 0;
}
#info-box .time-text dl dt {
	width: 150px;
}
#info-box .time-text dl dd {
	width: calc(70% - 50px);
}
#info-box .time-text h4 {
	margin-bottom: 10px;
}
#info-box .time-text dl + h4 {
	margin: 15px 0 10px;
}
#info-box .time-text ul {
	margin: 0 -5px;
}
#info-box .time-text ul li {
	padding: 0 5px;
}
#info-box div.note {
	background: #f8f8f8;
	padding: 30px;
}
#info-box .note h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-left: 15px;
	border-left: 1px solid #e89fbc;
	margin-bottom: 25px;	
}


/* Flow Chart */

ul.flow {
    padding: 0;
    box-sizing: border-box;
}

ul.flow * {
    box-sizing: border-box;
}

li {
    list-style-type: none;
    box-sizing: border-box;
}

dd {
    margin-left: 0;
    box-sizing: border-box;
}

.flow > li {
    position: relative;
    box-sizing: border-box;
}

.flow > li:not(:last-child) {
    margin-bottom: 40px;
    box-sizing: border-box;
}

/*.flow > li:not(:first-child)::before {*/
.flow > li:not(:first-child) dl dt .icon::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #494646;
    position: absolute;
    top: -60px;
    left: -webkit-calc(30% + 30px - 2px);
    left: calc(30% + 30px - 2px);      
    z-index: 10;
    box-sizing: border-box;
}

.flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
}

.flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: rgb(0,0,0);
    box-sizing: border-box;
}

.flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
    box-sizing: border-box;
}

.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(133, 183, 28);
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;   
    box-sizing: border-box;
}

.flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(133, 183, 28, 1);
/*
    background: -moz-linear-gradient(left, rgba(133, 183, 28, 1) 0%, rgba(167,221,48, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(133, 183, 28, 1) 0%, rgba(167,221,48, 1) 100%);
    background: linear-gradient(to right, rgba(133, 183, 28, 1) 0%, rgba(167,221,48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85B71C', endColorstr='#a7dd30', GradientType=1);
*/
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
    width: 160px;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {

    .flow > li dl dt span.txt-sp {
        position: relative;
        display: block;
        width: 160px;
    }

    .flow > li dl dt span.txt-sp2 {
        position: relative;
        display: block;
        width: 160px;
    }
    
}

/* Table Price */
table.tbl-price {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.tbl-price tr {
  background-color: #fff;
  border: 1px solid #85B71C;
  padding: .35em;
}
table.tbl-price th,
table.tbl-price td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #85B71C;
}
table.tbl-price th {
/*  font-size: .85em;*/
}
table.tbl-price thead tr{
  background-color: #85B71C;  
}
table.tbl-price thead tr td,
table.tbl-price thead tr th {
    border-right: 1px solid #fff;
    color: #fff;
}

table.tbl-price th.add-width,
table.tbl-price td.add-width {
    width: 25%;
}

table.tbl-price thead tr th:last-child {
    border-right: 1px solid #85B71C;
}
.txt{
   text-align: left;
/*   font-size: .85em;*/
}
.price{
   text-align: right;
}

@media screen and (max-width: 1024px) {
    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 27%;
    }
}

@media screen and (max-width: 767px) {
  table.tbl-price {
    border: 0;
    width:100%
  }
  table.tbl-price th{
    background-color: #85B71C;
    display: block;
    border-right: none;  
      color: #fff;
  }
    
  table.tbl-price th.service-type {
    text-align: right;
  }
    
  table.tbl-price th.service-type2 {
    text-align: left;
    padding-left: 0.6em;
  }
    
  table.tbl-price th::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 33px;
  }
    
  table.tbl-price thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tbl-price tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.tbl-price td {
    border-bottom: 1px solid #bbb;
    display: block;
/*    font-size: .8em;*/
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table.tbl-price td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
    
  
  
  table.tbl-price td:last-child {
    border-bottom: 0;
  }
    
    table.tbl-price td.target-person {
    
    }
    
    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 100%;
    }
}


/* Table Info */
table.tbl-info {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.tbl-info tr {
  background-color: #fff;
  border: 1px solid #85B71C;
  padding: .35em;
}

table.tbl-info th,
table.tbl-info td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #85B71C;
/*    font-size: .85em;*/
}

table.tbl-info td:first-child {
    background: #85B71C;
    font-weight: bold;  
    border-bottom: 1px solid #fff;
    color: #fff;
}

table.tbl-info tr:last-child td {
    border-bottom: 1px solid #85B71C;
}

.add-space {
    margin-right: 5px;
}

.transportation-gallery {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.transportation-img {
    width: calc(100% / 3 - 10px);
    margin: 0 auto;
}

.transportation-img:first-child{
    margin: 0 5px 0 0;
}

.transportation-img img {
    width: 100%;
}

.yc-top {
    display: flex;
    align-items: center;
}

.yc-top-img {
    width: 50%;
}

.yc-top-img img {
    width: 50%;
}

.tal-l-pc-tal-c-sp {
	text-align: left;
}

.top-name {
	display: block;
    max-width: 400px;
    margin: 15px 0 0;
    text-align: right;
}

.news-sh {
    margin: 30px 0 15px 0;
}

.obstetrics-tbl tr td {
    border: 1px solid #BBE2F1;
    padding: 10px;
}

.obstetrics-tbl {
    margin: 30px 0;
    width: 100%;
    border: solid #bbe2f1;
    border-width: 0 0 1px 1px;
}

.obstetrics-tbl2 {
    width: 100%;
    margin: 30px 0;
    border: solid #bbe2f1;
    border-width: 0 0 1px 1px;
}

.obstetrics-tbl2 tr td {
    border: 1px solid #BBE2F1;
    padding: 10px;
}

.obstetrics-tbl tr td, .obstetrics-tbl2 tr td {
    border-width: 1px 1px 0px 0;
}

.obstetrics-tbl2 {
    border-width: 0 0 1px 1px;
}

table.obstetrics-tbl tr td:first-child {
    font-weight: bold;
}

table.obstetrics-tbl2 tr:first-child td:first-child {
    font-weight: bold;
    text-align: center;
}

.yk-reserve-container .inner {
    display: flex;
}

.yk-reserve-col {
    flex: 100%;
    max-width: calc(100% / 3 - 14px);
    margin: 0 20px 0 0;
    border: 1px solid #bbe2f1;
}

.yk-reserve-container .inner .yk-reserve-col:last-child {
    margin: 0;
}

.yk-reserve-col .yk-reserve-title {
    text-align: center;
    background-color: #bbe2f1;
    padding: 10px 0
}

.yk-reserve-col .yk-reserve-content {
    padding: 15px;
}

.gyno-bubble {
    display: block;
    background-color: #bbe2f1;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    text-align: center;
}
.gyno-bubble span {
	display: block;
    position: relative;
    z-index: 1;
    background-color:#bbe2f1;
}

.gyno-bubble::before {
    content: "◢";
    position: absolute;
    width: 40px;
    height: 40px;
    color: #bbe2f1;
    bottom: 4px;
    left: 47%;
    font-size: 50px;
    transform: translateX(-50%) rotate(-30deg);
    z-index: 0;
}

.gyne-point li {
    list-style: disc inside;
    margin: 0 0 0 20px;
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
}

.gyne-point {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.obs-box {
    border: 1px solid #bbe2f1;
    padding: 10px;
    font-weight: bold;
}

.top-btn {
    position: absolute;
    display: block;
    width: fit-content;
    height: auto;
    text-align: center;
    top: 60%;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
}
.top-btn:hover {
	filter: brightness(1.1);
}
.top-btn-txt {
    background: ;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    height: auto;
    border-radius: 25px;
    white-space: nowrap;
border: solid 1px #fff;
margin-top: 20px;
}

.top-btn-txt a{
color: #fff;
}

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

.yk-emp {
	border: 1px solid #bbe2f1;
	font-weight: bold;
	margin: 0 0 30px;
}
.yk-emp h3 {
	background-color: #bbe2f1;
	padding: 10px 15px;
}
.yk-emp p {
	display: block;
	padding: 15px;
}
.yk-bold {
	font-weight: bold;
}


@media screen and (max-width: 767px) {
	.obstetrics-tbl2 {
        border: solid #bbe2f1;
        border-width: 1px 1px 0 0;
    }

    .obstetrics-tbl2 tr {
        display: flex;
        flex-wrap: wrap;
    }

    .obstetrics-tbl2 tr td {
        flex: 100%;
        max-width: 70%;
        border-width: 0 0 1px 1px;
    }

    table.obstetrics-tbl2 tr:first-child td:first-child {
	    background-color: #bbe2f1;
        max-width: 100%;
    }

    .obstetrics-tbl2 tr td:last-child {
        max-width: 30%;
    }

	table.obstetrics-tbl tr {
	    display: block;
	    margin: 0 0 15px;
	}

	table.obstetrics-tbl tr td {
		display: block;
		border-width: 0 1px 1px;
	}

	table.obstetrics-tbl tr td:first-child {
	    font-weight: bold;
	    background-color: #bbe2f1;
	}

    table.tbl-info th,
    table.tbl-info td {
        display: block;
        border-bottom: 1px solid #85B71C;
/*        font-size: .8em;*/
    }
    .transportation-gallery {
	    display: unset;
	}

	.transportation-img {
	    width: unset;
	}
	.transportation-img:first-child {
	    margin: 20px 5px 0 0;
	}
	.yc-top {
	    display: unset;
	}
	.yc-top-img {
	    width: 100%;
	    margin: 20px 0;
	}
	.tal-l-pc-tal-c-sp {
		text-align: center;
	}
	.yk-reserve-container .inner {
	    flex-wrap: wrap;
	}

	.yk-reserve-col {
	    max-width: 100%;
	    margin: 0 0 20px;
	}
	.gyne-point li {
	    max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.nphoto { width: 100%;}
	.ntext { width: 100%; font-size: 16px; line-height: 160%;}
	.neven, .nodd { margin-bottom: 30px;}
	.neven .ntext { margin-left: 0%;}
	.nodd .ntext { margin-right: 0%;}
    
    .nphoto2 {
        width: 100%;
    }
    
    .ntext2 {
        width: 100%;
    }
	
	.nspecial .nphoto { width: 100%;}
	.nspecial .ntext { width: 100%;}
	
	.ntable tr th,
	.ntable tr td {
	    font-size: 16px;
	    line-height: 160%;
	    padding: 10px;
	    border-bottom: 1px solid #ccc;
	}

	.ntable tr th {
	    width: 30%;
	    min-width: auto;
	}
    
    .contact-form-st1 table tr td {
        display: block;
        width: 100%!important;
        padding: 20px 0!important;
    }
	.ngallery ul li { width: 49%;}
	
    
    .ntable .dblock {
        min-width: 220px;
        text-align: center;
    }
    
    .ntable .dblock2 {
        min-width: 170px;
        text-align: left;
    }
    
    .ntable tr th.th-wide {
        width: 30%;       
    }
    
     .ntable tr td.th-narrow {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
	.ntable tr th, .ntable tr td { width: 100%; float: left; min-width: auto;}
    
    .ntable .dblock {
        min-width: 200px;
        text-align: left;
    }
    
    .ntable tr th.th-wide {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    
    .flow > li dl {
        padding: 20px 15px;
    }
    
    .flow > li dl dt .icon {
        width: auto;
    }
    
    .flow > li dl dt {
        font-size: 18px;         
        flex-basis: 35%;       
    }
    
    .flow > li dl dd {
        flex-basis: 65%;
    }
    
    .flow > li dl dt.add-space-sp {
       
    }
    
    .flow > li dl dt span.txt-sp {
        font-size: 15px;        
    }
    
    .flow > li dl dt span.txt-sp2 {
        font-size: 15px;        
    }
    
    .note p {
        font-size: 18px;
    }
    
    .left-part  {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        margin-right: 0;
    }

    .right-part {
        display: block;
        width: 100%;
    }
    
    .text-box-new2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .my-ul li {  
        font-size: 18px;    
    }
    
    .tel-sp {
        width: 60px;
        height: 60px;
        background: #BBE2F1;
        position: relative;
        padding: 15px 15px 15px 20px;
        top: 0;
        right: 98%;
        z-index: 11000;
        border-right: 2px solid #fff;
        font-size: 20px;
    }
    
    .tel-sp a {
        color: #333;
        text-align: center;
    }
    
    
    .flow > li:not(:first-child) dl dt .icon::before {
        display: none;
    }
    
    .flow > li:not(:first-child)::before {
        content: "";
        height: 60px;
        display: block;
        border-left: 4px dotted #494646;
        position: absolute;
        top: -40px;
        left: -webkit-calc(13% + 30px - 2px);
        left: calc(13% + 30px - 2px);
        z-index: 10;
    }
    
}



@media screen and (min-width: 1680px) {
/*
    .img-info {
        width: 62%;       
    }
    
    .text-box-new2 {
        margin-left: 0;
        margin-right: 0;
    }
*/
    
}

@media only screen and (min-width: 769px) { 
.sp {
display: none;
 }
.pc {
display: block;
 }
}

@media only screen and (max-width: 768px) { 
.sp {
display: block;
 }
.pc {
display: none;
 }
.top-w{
font-size: 17px!important;
}
}
.sec1029{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}
.sec1029 .top-btn-txt{
	padding: 0;
	border: 0;
}
.sec1029 .top-btn-txt a{
	padding: 12px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
}
.sec1029 .top-btn-txt a:hover{
	background-color: #fff;
	color: #494646;
}
.button-link1029{
	border: 1px solid #bbe2f1;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
}
.secp-button{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.button-link1029:hover{
	background-color: #bbe2f1;
	color: #494646 !important;
}
.text-erro{
	color: #e60000;
	margin-top: 10px;
}
.appoint-button{
	margin-top: 20px;
}
.appoint-button a{
	display: flex;
	width: 320px;
	height: 50px;
	background-color: #7FB6FB;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
}
.style-tlt1{
	background-color: #BBE2F1;
	padding: 10px 15px;
	font-size: 25px;
	font-weight: 400;
}
.gr-application{
	display: grid;
	grid-template-columns: 200px 200px 150px;
	column-gap: 15px;
	align-items: center;
}
.gr-list-register{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 30px;
	padding-bottom: 50px;
}
.gr-list-register-item-content{
	font-size: 18px;
	color: #0079CF;
	padding-left: 10px;
	padding-right: 10px;
}
.gr-application-qacode{
	width: 200px;
}
.gr-list-register-item-img--sp{
	display: none;
}
.gr-application a:hover{
	opacity: 0.7;
}
.appoint-button2-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	padding-bottom: 50px;
	row-gap: 10px;
}
.appoint-button2-column a{
	margin: 0;
}
@media only screen and (max-width: 1200px) { 
	.gr-list-register{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 999px) { 
	.gr-application{
		grid-template-columns: 18.02vw 18.02vw 13.02vw;
	}
	.gr-list-register{
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 768px) { 
	.sec1029 .top-btn-txt{
		margin-top: 0;
	}
	.sec1029{
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
		margin-top: 10px;
	}
	.style-tlt1{
		font-size: 20px;
	}
	.gr-application{
		grid-template-columns: 150px 150px 100px;
	}
	.gr-application-qacode{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.kv-aline-top{
		height: 220px !important;
	}
	.kv-aline-top h1{
		top: 35% !important;
	}
	.kv-aline-top .sec1029{
		top: 48%;
	}
	.appoint-button2-column{
		flex-direction: column;
		align-items: center;
	}
}
@media only screen and (max-width: 500px) { 
	.gr-application{
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.gr-list-register{
		grid-template-columns: 1fr;
	}
	.gr-list-register-item-img--pc{
		display: none;
	}
	.gr-list-register-item-img--sp{
		display: block;
	}
}