@charset 'UTF-8';
/*=============================================================
 02_base
=============================================================*/
/*!  02_base
================================================ */
body {
	/*min-width: 320px;*/
	color: #666;
	font-family: 'Noto Sans Japanese','メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
	font-weight: 200;
	letter-spacing: 0.05em;
}
/* forPC */
@media screen and (min-width: 600px) {
html {overflow: auto;}
body {/*min-width: 1100px; overflow: hidden;*/}
}

em, strong {
	font-style: normal;
	font-weight: bold;
}
a {
	color: inherit;
}
img {
	max-width: 100%;
}

/* Sp Pc
-------------------------------------------------*/
@media (max-width: 599px) {
.viewSp {display: block !important;}
.viewPc {display: none !important;}
}

@media (min-width: 600px) { 
.viewSp { display: none !important; } 
.viewPc { display: block !important; } 
.hdInfo .header-viewPc { display: flex !important; } 
}


/* font
-------------------------------------- */
.is_font_roboto {font-family: "Roboto", sans-serif; letter-spacing: 0; }

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

.is_bold {font-weight: 700; }


/*clearfix
-------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}


/* layout
-------------------------------------------------
#wrapperでfloat解除
sideは右に、contentsは左にfloat
-------------------------------------------------
*/
/* forPC */
@media screen and (min-width: 600px) {
#wrapper.hasSidebar {
		width: 1100px;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 39px;
	}
#wrapper.hasSidebar #contents {
		float: left;
		width: 790px;
	} 
#wrapper.hasSidebar #sidebar {
		float: right;
		width: 240px;
	}
}


/* forPC */
@media screen and (min-width: 600px) {
#gHeader .inner, #gFooter .inner {
		width: 1100px;
		margin: 0 auto;
	} 
#gHeader .inner:after, #gFooter .inner:after {
		display: block;
		clear: both;
		content: '';
	} 
#home .inner {
		width: 1100px;
		margin: 0 auto;
	}
}
.layoutTable {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.layoutTable .layoutTableCell {
	display: table-cell;
	vertical-align: middle;
}


/*=============================================================
 03_layout
=============================================================*/
/*!  #gHeader
================================================ */
#gHeader {
	position: relative;
}
/* forPC */
@media screen and (min-width: 600px) {
	#gHeader {
		min-height: 156px;
		background-color: #fff;
	}
}
/*!  #gHeader .hdInfo
------------------------------------------------ */
#gHeader .hdInfo {
	position: relative;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 10px 6px 9px 10px;
	background-color: #fff;
}
#gHeader .hdInfo .areaTxt {
	float: left;
	width: 47%;
}
#gHeader .hdInfo .areaTxt .data {
	overflow: hidden;
}
#gHeader .hdInfo .areaTxt .data li {
	float: left;
	box-sizing: border-box;
	width: 120px;
	line-height: 1;
	padding: 2px 0 3px;
	border: 1px solid #518a6d;
	background-color: #fff;
	color: #518a6d;
	font-size: 1rem;
	text-align: center;
}
#gHeader .hdInfo .areaTxt .data .area {
	margin-right: 3px;
	border-color: #919191;
	background-color: #919191;
	color: #fff;
}
#gHeader .hdInfo .areaTxt .logo {
	padding-top: 10px;
	width: 180px;
}
#gHeader .hdInfo .groupBtnToggle {
	float: right;
	box-sizing: border-box;
	width: 31.9%;
	overflow: hidden;
	padding: 1px 3px 0 0;
}
#gHeader .hdInfo .groupBtnToggle li {
	float: left;
	width: 48%;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#gHeader .hdInfo .groupBtnToggle li + li {
	margin-left: 4%;
}
#gHeader .hdInfo .groupBtnToggle li span {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	text-indent: 200%;
	white-space: nowrap;
}
#gHeader .hdInfo .groupBtnToggle .toggle-contact-btn {
	background: url(/images/common/header/bg_toggle-contact-btn01_n.png) no-repeat center;
	background-size: contain;
}
#gHeader .hdInfo .groupBtnToggle .toggle-contact-btn.open {
	background-image: url(/images/common/header/bg_toggle-contact-btn01_o.png);
}
#gHeader .hdInfo .groupBtnToggle .toggle-menu-btn {
	background: url(/images/common/header/bg_toggle-menu-btn01_n.png) no-repeat center;
	background-size: contain;
}
#gHeader .hdInfo .groupBtnToggle .toggle-menu-btn.open {
	background-image: url(/images/common/header/bg_toggle-menu-btn01_o.png);
}
/* forPC */
@media screen and (min-width: 600px) {
	#gHeader .hdInfo {
		position: static;
		padding: 18px 0 4px;
	}  #gHeader .hdInfo .areaTxt {
		position: relative;
		width: 550px;
	}  #gHeader .hdInfo .areaTxt .data {
		position: absolute;
		top: 43px;
		left: 278px;
	}  #gHeader .hdInfo .areaTxt .data li {
		width: 260px;
		padding: 2px 0 2px;
		font-size: 1.1rem;
	}  #gHeader .hdInfo .areaTxt .pageTit {
		line-height: 1.5;
		color: #666;
		font-size: 1.1rem;
		letter-spacing: 0.15em;
	}  #gHeader .hdInfo .areaTxt .logo {
		width: 267px;
		padding: 12px 0 0 4px;
	}  #gHeader .hdInfo .areaContact {
		float: right;
		width: 430px;
		overflow: hidden;
		padding: 2px 0 0;
	}  #gHeader .hdInfo .areaContact .tel {
		float: left;
		text-align: center;
	}  #gHeader .hdInfo .areaContact .tel .txt {
		margin-bottom: 10px;
		font-size: 1.2rem;
		letter-spacing: 0.15em;
	}  #gHeader .hdInfo .areaContact .tel .txt em {
		color: #518a6d;
		font-weight: bold;
		font-size: 1.8rem;
	}  #gHeader .hdInfo .areaContact .appeal {
		float: left;
		overflow: hidden;
		box-sizing: border-box;
		line-height: 1;
		margin: 0 0 10px 21px;
		border: 2px solid #518a6d;
		border-radius: 2px;
		color: #fff;
		font-weight: 400;
		font-size: 1.2rem;
		text-align: center;
	}  #gHeader .hdInfo .areaContact .appeal li {
		padding: 4px 8px;
		float: left;
		background-color: #518a6d;
	}
	#gHeader .hdInfo .areaContact .appeal li:nth-child(1) {
		padding-right: 10px;
	}
	  #gHeader .hdInfo .areaContact .appeal li + li {
		background-color: #fff;
		color: #518a6d;
	}  #gHeader .hdInfo .areaContact .btnContact {
		display: table;
		float: right;
		width: 120px;
	}  #gHeader .hdInfo .areaContact .btnContact a {
		display: table-cell;
		padding: 10px 0 9px;
		border-radius: 3px;
		background-color: #eb726c;
		color: #fff;
		font-weight: bold;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		letter-spacing: 0.15em;
		box-shadow: 0 3px 0 0 #c8615c;
	}  #gHeader .hdInfo .areaContact .btnContact a:hover {
		position: relative;
		top: 2px;
		box-shadow: 0 1px 0 0 #c8615c;
	}  #gHeader .hdInfo .areaContact .btnContact em {
		display: inline-block;
		padding-top: 3px;
		font-weight: 500;
		font-size: 1.8rem;
	}
}
/*!  #gHeader .toggle-contact
------------------------------------------------ */
#gHeader .toggle-contact {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	overflow: scroll;
	padding: 0 20px;
	background-color: #fcf7f1;
}
#gHeader .toggle-contact .groupBtn {
	margin-bottom: 15px;
}
#gHeader .toggle-contact .groupBtn .tit {
	line-height: 1;
	padding: 15px 0 10px;
	color: #4c4c4c;
	font-weight: 400;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.15em;
}
#gHeader .toggle-contact .tableWrap {
	margin-bottom: 20px;
	background-color: #fff;
}
#gHeader .toggle-contact .tableWrap th, #gHeader .toggle-contact .tableWrap td {
	line-height: 1.4;
	padding: 3px;
	border: 1px solid #dcdcdc;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}
#gHeader .toggle-contact .tableWrap td {
	color: #cc9f6e;
	font-weight: 500;
}
#gHeader .toggle-contact .toggle-contact-btn_close {
	margin: 0 -20px;
	padding: 12px 0 10px;
	background-color: #518a6d;
	color: #fff;
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.15em;
}
#gHeader .toggle-contact .toggle-contact-btn_close:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px -1px 0;
	background-image: url(/images/common/ico_close02.png);
	background-size: contain;
	content: '';
}
/* forPC */
@media screen and (min-width: 600px) {
	#gHeader .toggle-contact {
		opacity: 0;
	}
}

/*!  #gNav
------------------------------------------------ */
#gNav.toggle-menu {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 2;
	height: 70%;
	overflow: scroll;
	background-color: #fff;
}
#gNav .listLink > li + li {
	border-top: 1px solid #fff;
}
#gNav .listLink li a, #gNav .listLink li span {
	font-weight: 400;
	text-decoration: none;
}
#gNav .listLink .parent {
	display: block;
	position: relative;
	line-height: 1.79;
	padding: 11px 15px 9px 30px;
	background-color: #2b6347;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}
#gNav .listLink .parent:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background-image: url("/images/common/ico_arw_r_white01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
#gNav .listLink .child table {
	display: table !important;
	width: 100%;
}
#gNav .listLink .child td {
	width: 50%;
	border: 1px solid #efefef;
	background-color: #fff;
}
#gNav .listLink .child a {
	display: block;
	line-height: 1.33;
	padding: 10px 15px 8px;
	font-size: 1.2rem;
}
@media (max-width: 599px) {
#gNav .listLink .child a {
padding-top:18px;
padding-bottom: 18px;
}
}
#gNav .listLink .child a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
#gNav .toggle-menu-btn_close {
	padding: 12px 0 10px;
	background-color: #fff;
	color: #666;
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.15em;
}
#gNav .toggle-menu-btn_close:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px -1px 0;
	background-image: url("/images/common/ico_close01.png");
	background-size: contain;
	content: '';
}
/* forPC */
@media screen and (min-width: 600px) {
	#gNav {
		height: auto !important;
	}  #gNav.toggle-menu {
		position: static;
		overflow: visible;
	}  #gNav .listLink:after {
		display: block;
		clear: both;
		content: '';
	}  #gNav .listLink > li {
		float: left;
		box-sizing: border-box;
		padding: 19px 0;
		border: 0;
	}  #gNav .listLink > li:nth-child(1) {
		width: 120px;
	}  #gNav .listLink > li:nth-child(2) {
		width: 160px;
	}  #gNav .listLink > li:nth-child(3) {
		width: 160px;
	}  #gNav .listLink > li:nth-child(4) {
		width: 130px;
	}  #gNav .listLink > li:nth-child(5) {
		width: 140px;
	}  #gNav .listLink > li:nth-child(6) {
		width: 140px;
	}  #gNav .listLink > li:nth-child(7) {
		width: 125px;
	}  
/*
	#gNav .listLink > li:nth-child(8) {
		width: 125px;
		border-width: 0 1px 0 1px;
	}  
*/
	#gNav .listLink > li:nth-child(8),
	#gNav .listLink > li:nth-child(9) {
		display: none !important;
	}  #gNav .listLink .parent {
		line-height: 1;
		padding: 3px 0 2px;
		border-width: 0 0 0 1px;
		border-color: #999;
		border-style: dotted;
		background-color: #fff;
		color: #666;
		font-size: 1.6rem;
		text-align: center;
	}  #gNav .listLink .parent:before {
		display: none;
	}  #gNav .listLink .parent:hover, #gNav .listLink .parent .current {
		color: #2b6347;
	}  #gNav .listLink li:nth-child(7) .parent {
		border-width: 0 1px 0 1px;
	}  #gNav .listLink > li:hover .megaMenu, #gNav .listLink > li .megaMenu:hover {
		display: block !important;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 4;
		width: 100%;
		margin-top: -1px;
		padding: 20px 0;
		background-color: #518a6d;
		text-align: center;
	}  #gNav .listLink > li:hover .megaMenu .inner, #gNav .listLink > li .megaMenu:hover .inner {
		position: relative;
	}  #gNav .listLink > li:hover .megaMenu .inner:before, #gNav .listLink > li .megaMenu:hover .inner:before {
		display: block;
		position: absolute;
		top: -28px;
		width: 0;
		height: 0;
		border-width: 0 12px 9px 12px;
		border-color: transparent transparent #518a6d transparent;
		border-style: solid;
		content: '';
	}  #gNav .listLink > li:hover .megaMenu table, #gNav .listLink > li:hover .megaMenu tbody, #gNav .listLink > li:hover .megaMenu th, #gNav .listLink > li:hover .megaMenu td, #gNav .listLink > li .megaMenu:hover table, #gNav .listLink > li .megaMenu:hover tbody, #gNav .listLink > li .megaMenu:hover th, #gNav .listLink > li .megaMenu:hover td {
		display: block;
		font-size: 0;
	}  #gNav .listLink > li:hover .megaMenu tr, #gNav .listLink > li .megaMenu:hover tr {
		display: inline-block;
		width: 545px;
		overflow: hidden;
	}  
	#gNav .listLink > li:hover .megaMenu tr:nth-child(2), #gNav .listLink > li:hover .megaMenu tr:nth-child(4), #gNav .listLink > li .megaMenu:hover tr:nth-child(2), #gNav .listLink > li .megaMenu:hover tr:nth-child(4) {
		margin-left: 10px;
	}  #gNav .listLink > li:hover .megaMenu tr:nth-child(n+3), #gNav .listLink > li .megaMenu:hover tr:nth-child(n+3) {
		margin-top: 12px;
	}  #gNav .listLink > li:hover .megaMenu td, #gNav .listLink > li .megaMenu:hover td {
		display: table;
		float: left;
		width: 266px;
		border: 0;
		background-color: #fff;
	}  #gNav .listLink > li:hover .megaMenu td a, #gNav .listLink > li .megaMenu:hover td a {
		display: table-cell;
		padding: 26px 0 25px;
		color: #666;
		font-size: 1.6rem;
		text-align: center;
	}  #gNav .listLink > li:hover .megaMenu td a span, #gNav .listLink > li .megaMenu:hover td a span {
		display: block;
		color: #2b6347;
		font-size: 1rem;
		text-align: center;
	}  #gNav .listLink > li:hover .megaMenu td + td, #gNav .listLink > li .megaMenu:hover td + td {
		margin-left: 12px;
	}  #gNav .listLink .nav02 tr:nth-child(3) {
		float: left;
	}  /*#gNav .listLink .nav04 tr:nth-child(1) td a, #gNav .listLink .nav04 tr:nth-child(2) td:nth-child(2) a, #gNav .listLink .nav04 tr:nth-child(3) td a, #gNav .listLink .nav04 tr:nth-child(4) td:nth-child(2) a {
		padding: 38px 0 36px;
	}*/  #gNav .listLink > li .megaMenu.nav02 .inner:before {
		left: 200px;
	}  #gNav .listLink > li .megaMenu.nav03 .inner:before {
		left: 360px;
	}  #gNav .listLink > li .megaMenu.nav04 .inner:before {
		left: 480px;
	}  #gNav .listLink > li .megaMenu.nav05 .inner:before {
		left: 640px;
	}  #gNav .listLink > li .megaMenu.nav06 .inner:before {
		left: 780px;
	}  #gNav .listLink > li .megaMenu.nav04 tr td a {
		position: relative;
		text-align: center;
	}  #gNav .listLink > li .megaMenu.nav04 tr td a:before {
		display: block;
		position: absolute;
		top: 50%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: '';
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}  /*#gNav .listLink > li .megaMenu.nav04 tr:nth-child(1) td:nth-child(1) a {
		padding-left: 120px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(1) td:nth-child(1) a:before {
		left: 68px;
		width: 34px;
		height: 49px;
		background-image: url("/images/common/ico_dental01.png");
	} */ /*#gNav .listLink > li .megaMenu.nav04 tr:nth-child(1) td:nth-child(2) a {
		padding-left: 120px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(1) td:nth-child(2) a:before {
		left: 63px;
		width: 39px;
		height: 45px;
		background-image: url("/images/common/ico_dental02.png");
	} */ /*#gNav .listLink > li .megaMenu.nav04 tr:nth-child(2) td:nth-child(1) a {
		padding-left: 120px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(2) td:nth-child(1) a:before {
		left: 45px;
		width: 38px;
		height: 50px;
		background-image: url("/images/common/ico_dental03.png");
	}*/  /*#gNav .listLink > li .megaMenu.nav04 tr:nth-child(2) td:nth-child(2) a {
		padding-left: 120px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(2) td:nth-child(2) a:before {
		left: 52px;
		width: 34px;
		height: 45px;
		background-image: url("/images/common/ico_dental04.png");
	}*/  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(3) td:nth-child(1) a {
		padding-left: 125px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(3) td:nth-child(1) a:before {
		left: 59px;
		width: 50px;
		height: 45px;
		background-image: url("/images/common/ico_dental05.png");
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(3) td:nth-child(2) a {
		padding-left: 121px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(3) td:nth-child(2) a:before {
		left: 52px;
		width: 52px;
		height: 41px;
		background-image: url("/images/common/ico_dental06.png");
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(4) td:nth-child(1) a {
		padding-left: 105px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(4) td:nth-child(1) a:before {
		left: 27px;
		width: 51px;
		height: 27px;
		background-image: url("/images/common/ico_dental07.png");
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(4) td:nth-child(2) a {
		padding-left: 107px;
	}  #gNav .listLink > li .megaMenu.nav04 tr:nth-child(4) td:nth-child(2) a:before {
		left: 38px;
		width: 60px;
		height: 23px;
		background-image: url("/images/common/ico_dental08.png");
	}
}
/*!  #gNav.fixed-menu.fixed
------------------------------------------------ */
#gNav.fixed-menu.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-sizing: border-box;
	max-height: 70px;
	padding-top: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 1px 4px 0 rgba(4, 0, 0, 0.1);
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(1) {
	width: 90px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(2) {
	width: 150px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(3) {
	width: 120px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(4) {
	width: 120px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(5) {
	width: 130px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(6) {
	width: 130px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(7) {
	width: 100px;
	border-width: 0 1px 0 0;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(7) a{
	border-width: 0 0 0 1px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(8),
#gNav.fixed-menu.fixed .listLink > li:nth-child(9) {
	display: block !important;
	width: 110px;
	margin-top: -10px;
	padding: 10px 0;
	border-width: 0;
	border-radius: 0 0 3px 3px;
	background-color: #eb726c;
	box-shadow: 0 3px 0 0 #c8615c;
}

#gNav.fixed-menu.fixed .listLink > li:nth-child(8) a,
#gNav.fixed-menu.fixed .listLink > li:nth-child(9) a {
	background-color: #eb726c;
	color: #fff;
	font-weight: 300;
	font-size: 1.2rem;
	border: 0;
}

#gNav.fixed-menu.fixed .listLink > li:nth-child(8) a em,
#gNav.fixed-menu.fixed .listLink > li:nth-child(9) a em {
	display: inline-block;
	line-height: 1.33;
	padding-top: 3px;
	font-size: 1.6rem;
}

#gNav.fixed-menu.fixed .listLink > li:nth-child(8):hover,
#gNav.fixed-menu.fixed .listLink > li:nth-child(9):hover {
	margin-top: -8px;
	box-shadow: 0 1px 0 0 #c8615c;
}

/* --- ★ ここから 9番目だけ色変更 ★ --- */
#gNav.fixed-menu.fixed .listLink > li:nth-child(9){
	background-color: #54c145; /* ← 変えたい色に変更 */
	box-shadow: 0 3px 0 0 #539557; /* 必要なら変更 */
	margin-left:5px;
}
#gNav.fixed-menu.fixed .listLink > li:nth-child(9) a {
	background-color: #54c145; /* ← 変えたい色に変更 */
}

#gNav.fixed-menu.fixed .listLink > li:nth-child(9):hover {
	box-shadow: 0 1px 0 0 #539557;
}

#gNav.fixed-menu.fixed .listLink > li .megaMenu.nav02 .inner:before {
	left: 165px;
}
#gNav.fixed-menu.fixed .listLink > li .megaMenu.nav03 .inner:before {
	left: 315px;
}
#gNav.fixed-menu.fixed .listLink > li .megaMenu.nav04 .inner:before {
	left: 465px;
}
#gNav.fixed-menu.fixed .listLink > li .megaMenu.nav05 .inner:before {
	left:615px;
}
#gNav.fixed-menu.fixed .listLink > li .megaMenu.nav06 .inner:before {
	left:765px;
}
/*!  .overlay
------------------------------------------------ */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
/*!  #mainImg 下層ページ
================================================ */
/*!  #mainVisual 背景が画像
================================================ */
#mainVisual {
	background-position: center;
	background-size: cover;
	text-align: center;
}
#mainVisual .mainTxt {
	padding: 25px 0;
	text-align: center;
}
#mainVisual .mainTxt .en {
	padding-top: 9px;
	color: #2b6347;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.15em;
}
/* forPC */
@media screen and (min-width: 600px) {
	#mainVisual .mainTxt {
		padding: 76px 0 70px;
	}  #mainVisual .mainTxt .en {
		padding-top: 16px;
	}
}
/*!  #mainVisual.hasIco 背景が画像でアイコンあり
================================================ */
#mainVisual.hasIco .mainTxt {
	padding: 47px 0 18px;
}
/* forPC */
@media screen and (min-width: 600px) {
	#mainVisual.hasIco .mainTxt {
		padding: 100px 0 51px;
	}  #mainVisual.hasIco .mainTxt .en {
		padding-top: 10px;
	}
}
/*!  #mainVisual 背景がパターン
================================================ */
#mainArea {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.35) inset;
}
#mainArea .mainTxt {
	padding: 28px 0;
	text-align: center;
}
/* forPC */
@media screen and (min-width: 600px) {
	#mainArea .mainTxt {
		padding: 30px 0 31px;
	}
	#mainArea .txt {
    padding: 30px 0;
}
}
/*!  #breadcrumb
================================================ */
#breadcrumb ol {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 14px 0 14px;
	border-top: solid #EEE 1px;}
#breadcrumb ol li {
	display: inline-block;
	float: left;
	line-height: 1.6;
	font-size: 1.5rem;
}
#breadcrumb ol li + li:before {
	color: #2b6347;
	content: '>';
}
#breadcrumb ol li a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	letter-spacing: 0.15em;
}
#breadcrumb ol li a:hover {
	text-decoration: underline;
}
#breadcrumb ol li > span {
	color: #b2b2b2;
}
/*!  #sidebar
================================================ */
#sidebar {
	margin: 0 0 20px;
	padding: 0 15px;
}
/* forPC */
@media screen and (min-width: 600px) {
	#sidebar {
		padding: 12px 0 0;
	}
}
.sdCategory {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
}
.sdCategory .leadTit {
	position: relative;
	padding: 10px 14px;
	color: #666;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
.sdCategory .leadTit:before {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	border-top: 2px solid #2b6347;
	border-right: 2px solid #2b6347;
	content: '';
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.sdCategory .leadTit.on:before {
	margin-top: -2px;
	-webkit-transform: rotate(315deg);
	        transform: rotate(315deg);
}
.sdCategory .list {
	display: none;
}
.sdCategory .list .item {
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.sdCategory .list .item a {
	display: block;
	padding: 10px 14px;
	color: #666;
	font-size: 1.3rem;
	text-decoration: none;
	letter-spacing: 0.15em;
}
/* forPC */
@media screen and (min-width: 600px) {
	.sdCategory {
		border: 0;
	}  .sdCategory.hasIco .list .item a {
		padding: 25px 0 24px 40px;
	}  .sdCategory.hasIco .list .item a:before {
		position: absolute;
		top: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
	}  .sdCategory.hasIco .list .general a:before {
		left: 3px;
		width: 26px;
		height: 33px;
		margin-top: -16px;
		background-image: url("/images/common/sidebar/ico_cat01.png");
	}  .sdCategory .leadTit {
		margin: 0 0 16px;
		padding: 0;
		color: #2b6347;
		font-size: 2.0rem;
	}  .sdCategory .leadTit:before {
		content: none;
	}  .sdCategory .list {
		display: block;
	}  .sdCategory .list .item {
		border-top: 1px dotted #b2b2b2;
	}  .sdCategory .list .item:last-child {
		border-bottom: 1px dotted #b2b2b2;
	}  .sdCategory .list .item a {
		position: relative;
		padding: 25px 0;
		font-size: 1.5rem;
		-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	}  .sdCategory .list .item a:after {
		position: absolute;
		top: 50%;
		right: 2px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		border-top: 1px solid #2b6347;
		border-right: 1px solid #2b6347;
		content: '';
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}  .sdCategory .list .item a:hover {
		opacity: 0.5;

		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	}
}
/*!  #gFooter
================================================ */
#gFooter .pageTop {
	background-color: #d9d9d9;
}
#gFooter .pageTop a {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	text-indent: 200%;
	white-space: nowrap;
}
#gFooter .pageTop a:before {
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 16px;
	height: 11px;
	margin-left: -8px;
	background-image: url("/images/common/footer/ico_pagetop01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
@media screen and (min-width: 600px) {
	#gFooter .pageTop {
		width: 50px;
		right: 30px;
		opacity: 0.8;
		transition: opacity .4s;
	}
	#gFooter .pageTop a{
		padding-top: 0;
		width: 50px;
		height: 50px;
	}
	#gFooter .pageTop a:before{
		top: 18px;
	}
	#gFooter .pageTop:hover{
		opacity: 0.6;
	}
}
/*!  #gFooter .ftInfo
------------------------------------------------ */
#gFooter .ftInfo {
	padding: 0 20px;
}
#gFooter .ftInfo .data {
	padding: 25px 0 15px;
	border-bottom: 1px dotted #bdbdbd;
}
#gFooter .ftInfo .data .logo {
	margin-bottom: 11px;
	text-align: center;
}
#gFooter .ftInfo .data .logo img {
	width: 247px;
}
#gFooter .ftInfo .data address {
	display: block;
	line-height: 1.54;
	margin-bottom: 8px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
#gFooter .ftInfo .data .tableWrap th, #gFooter .ftInfo .data .tableWrap td {
	line-height: 1.4;
	padding: 3px;
	border: 1px solid #dcdcdc;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}
#gFooter .ftInfo .data .tableWrap td {
	color: #2b6347;
	font-weight: 500;
}
#gFooter .ftInfo .data .tableWrap .txt {
	padding-top: 10px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
#gFooter .ftInfo .groupBtn {
	padding: 10px 0 25px;
	text-align: center;
}
#gFooter .ftInfo .groupBtn > .tit {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
}
#gFooter .ftInfo .groupBtn > .tit em {
	color: #2b6347;
	font-weight: bold;
	font-size: 2.3rem;
}
#gFooter .ftInfo .groupBtn li + li {
	margin-top: 7px;
}
/* forPC */
@media screen and (min-width: 600px) {
	#gFooter .ftInfo {
		padding: 65px 0;
	}  #gFooter .ftInfo .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}  #gFooter .ftInfo .data {
		float: none;
		width: 718px;
		padding: 15px 0 15px;
		border: 0;
		border-right: 1px dotted #bdbdbd;
	}  #gFooter .ftInfo .data .logo {
		float: left;
		width: 320px;
		margin-bottom: 0;
		text-align: left;
	}  #gFooter .ftInfo .data .logo img {
		width: auto;
	}  #gFooter .ftInfo .data address {
		float: left;
		width: 340px;
		line-height: 1;
		margin: 0;
		padding: 12px 0 0 8px;
		font-size: 1.4rem;
	}  #gFooter .ftInfo .data .tableWrap {
		clear: both;
		box-sizing: border-box;
		width: 670px;
		padding-top: 32px;
	}  #gFooter .ftInfo .data .tableWrap table {
		border: 2px solid #dcdcdc;
		border-collapse: collapse;
	}  #gFooter .ftInfo .data .tableWrap thead th {
		width: 74px;
		line-height: 1;
		padding: 12px 0;
		border-bottom-width: 2px;
		font-size: 1.4rem;
	}  #gFooter .ftInfo .data .tableWrap thead th:nth-child(1) {
		width: 140px;
	}  #gFooter .ftInfo .data .tableWrap tbody th {
		font-size: 1.5rem;
		letter-spacing: 0.15em;
	}  #gFooter .ftInfo .data .tableWrap tbody td {
		padding: 7px;
		font-size: 1.3rem;
	}  #gFooter .ftInfo .data .tableWrap tbody tr:nth-child(2) td {
		padding: 16px 0;
	}  #gFooter .ftInfo .data .tableWrap .txt {
		padding-top: 9px;
		font-size: 1.4rem;
		letter-spacing: 0.15em;
	}  #gFooter .ftInfo .groupBtn {
		box-sizing: border-box;
		width: 379px;
		padding: 10px 0 0 39px;
	}  #gFooter .ftInfo .groupBtn > .tit {
		margin-bottom: 15px;
		padding: 0 0 0 30px;
	}  #gFooter .ftInfo .groupBtn .tel {
		padding: 0 0 12px 11px;
		text-align: center;
	}  #gFooter .ftInfo .groupBtn .tel .number {
		margin: 0 0 14px -18px;
	}  #gFooter .ftInfo .groupBtn .tel .txt {
		display: inline-block;
		overflow: hidden;
		border: 2px solid #2b6347;
		border-radius: 2px;
		text-align: center;
	}  #gFooter .ftInfo .groupBtn .tel .txt span {
		display: inline-block;
		width: 103px;
		padding: 5px 0 6px;
		background-color: #2b6347;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: 0.15em;
	}  #gFooter .ftInfo .groupBtn .tel .txt span + span {
		width: 146px;
		background-color: #fff;
		color: #2b6347;
	}  #gFooter .ftInfo .groupBtn li + li {
		margin-top: 13px;
	}  #gFooter .ftInfo .groupBtn .contact a {
		padding: 19px 0;
	}
}


/*!  #gFooter .accessList
------------------------------------------------ */
@media screen and (max-width: 599px) {
#gFooter .accessList { margin-top: 10px; padding: 0 15px; }
#gFooter .accessList > .item { overflow: hidden; padding: 15px 0 12px; }
#gFooter .accessList > .item + .item { border-top: 1px dotted #42a3a3; }
#gFooter .accessList > .item a { display: block; text-decoration: none;}
#gFooter .accessList > .item .img { float: left; width: 80px; }
#gFooter .accessList > .item .txtArea { margin-left: 95px; }
#gFooter .accessList > .item .clinic { color: #42a3a3; font-weight: 700; font-size: 20.8px; font-size: 1.3rem; }
#gFooter .accessList > .item .address { line-height: 1.5; font-size: 19.2px; font-size: 1.2rem; }
#gFooter .accessList > .item .btn { margin-top: 5px; }
#gFooter .note {
	/*padding-left: 1em;
	margin-left: -1em;*/
	font-size: 1rem;
	line-height: 1.4;
	margin: 3px 0 -5px;
}
#gFooter .noteBox {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: -5px;
}
#gFooter .noteBox ul {
	float: right;
}
#gFooter .accessBox {
	padding-top: 30px;
	font-size: 1.2rem;
	line-height: 1.6;
}
#gFooter .accessBox .gMap {
	height: 160px;
	padding-top: 10px;
}
#gFooter .stationList .item {
	padding: 10px 0 0;
	border: none !important;
}
#gFooter .stationList .item .tit {
	font-weight: 700;
}
#gFooter .stationList .item .tit:before {
	width: 10px;
	height: 10px;
	background: #42a3a3;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	margin-right: 3px;
}
}

/*!  #gFooter .accessList
------------------------------------------------ */
/* forPC */
@media screen and (min-width: 600px) {
#gFooter .gFaccess { position: relative; padding: 65px 0 57px; }
#gFooter .gFaccess > .tit { color: #42a3a3; font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; font-weight: 400; font-size: 36.8px; font-size: 2.3rem; letter-spacing: .12em; }
#gFooter .gFaccess > .txt { font-size: 24px; font-size: 1.5rem; }
#gFooter .pointList { position: absolute; top: 65px; right: 0; overflow: hidden; }
#gFooter .pointList .item { display: table; float: left; box-sizing: border-box; width: 126px; height: 51px; border: 2px solid #3f9994; border-radius: 5px; }
#gFooter .pointList .item:not(:first-child) { margin-left: 6px; }
#gFooter .pointList .item span { display: table-cell; width: 100%; height: 100%; line-height: 1.23; color: #3f9994; font-weight: 700; font-size: 20.8px; font-size: 1.3rem; text-align: center; vertical-align: middle; }
#gFooter .accessList { overflow: hidden; margin-top: 35px; padding-bottom: 3px; }
#gFooter .accessList .item { float: left; width: 352px; }
#gFooter .accessList .item + .item { margin-left: 22px; }
#gFooter .accessList .item a { display: block; position: relative; overflow: hidden; box-shadow: 0 3px #ebebeb;  text-decoration: none;}
#gFooter .accessList .item a:before { display: block; position: absolute; right: 7px; bottom: 0; width: 7px; height: 7px; border-top: 2px solid #42a3a3; border-right: 2px solid #42a3a3; content: ""; transform: translateY(-50%) rotate(90deg); }
#gFooter .accessList .item .img { float: left; }
#gFooter .accessList .item .txtArea { box-sizing: border-box; height: 205px; margin-left: 122px; padding: 12px 0 12px; border-top: 1px solid #e2e0e0; border-right: 1px solid #e2e0e0; border-bottom: 1px solid #e2e0e0; }
#gFooter .accessList .item .txtArea > span { margin-left: 15px; }
#gFooter .accessList .item .name { display: block; font-weight: 700; font-size: 25.6px; font-size: 1.6rem; }
#gFooter .accessList .item .clinic { display: inline-block; line-height: 1.1; margin-top: 5px; padding: 4px 12px; border-radius: 3px; background: #3f9994; color: #fff; font-size: 22.4px; font-size: 1.4rem; }
#gFooter .accessList .item .address { display: block; line-height: 1.75; margin-top: 5px; padding-bottom: 12px; font-size: 19.2px; font-size: 1.2rem; letter-spacing: .06em; }
#gFooter .accessList .item .tel { position: relative; padding-top: 15px; border-top: 1px solid #e2e0e0; }
#gFooter .accessList .item .tel .no { display: block; line-height: 1.1; padding-left: 20px; font-family: "Roboto", sans-serif; font-weight: bold; font-size: 35.2px; font-size: 2.2rem; }
#gFooter .accessList .item .tel .no:before { position: absolute; top: 13px; left: 15px; width: 42px; height: 42px; background: url(/images/common/ico_tel02.png) center no-repeat; background-size: cover; content: ""; }
#gFooter .accessList .item .tel .time { display: block; line-height: 1.1; margin-top: 2px; padding-left: 20px; color: #bbbcbc; font-size: 20.8px; font-size: 1.3rem; }
#gFooter .accessList .item a {
}
#gFooter .accessList .item .dtlArea {
	/*padding: 12px;
	border: 1px solid #e2e0e0;*/
	margin-top: 15px;
	overflow: hidden;
}
#gFooter .accessList .item .dtlArea::before {
	content: "";
	display: block;
	width: 3px;
	height: 190px;
	float: left;
	background-color: #eff2f2;
	margin-right: 14px;
}
#gFooter .accessList .item:first-child .dtlArea::before {
	height: 270px;
}
#gFooter .mod_timeTable01 {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 10px 0 0;
}
#gFooter .mod_timeTable01 th, #gFooter .mod_timeTable01 td {
	padding: 4px 1px;
	white-space: unset;
	max-width: 6em;
}
#gFooter .note {
	/*padding-left: 1em;
	margin-left: -1em;*/
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 8px 0 0;
}
#gFooter .gMap {
	float: right;
	width: 38%;
	height: 190px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#gFooter .stationList {
	min-height: 122px;
}
#gFooter .stationList .item {
	padding: 0;
	border: none !important;
	margin: 0 !important;
	line-height: 1.8;
	font-size: 1.2rem;
	float: none;
	width: auto;
}
#gFooter .stationList .item + .item {
	padding: 10px 0 0;
}
#gFooter .stationList .item .tit {
	font-weight: 700;
}
#gFooter .stationList .item .tit:before {
	width: 10px;
	height: 10px;
	background: #42a3a3;
	content: "";
	display: inline-block;
	vertical-align: baseline;
	margin-right: 3px;
}
}


/*!  #gFooter .ftLink
------------------------------------------------ */
#gFooter .ftBnr {
	padding: 20px;
	background: url("/images/common/bg_pattern_tile02.png");
    background-size: 30px;
	text-align: center;
}
#gFooter .ftBnr .list li + li {
	margin-top: 15px;
}
#gFooter .ftBnr .list li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

/*!  #gFooter .ftLink
------------------------------------------------ */
#gFooter .ftLink {
	padding: 20px 20px 0;
	background-color: #333;
	text-align: center;
}
#gFooter .ftLink .list{
	overflow: hidden;
}
#gFooter .ftLink .list li{
	float: left;
	width: 49%;
	margin-top: 7px;
}
#gFooter .ftLink .list li:nth-of-type(1),
#gFooter .ftLink .list li:nth-of-type(2) {
	margin-top: 0;
}
#gFooter .ftLink .list li:nth-of-type(even) {
	margin-left: 2%;
m}
#gFooter .ftLink .list li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

/*!  #gFooter .ftNav
------------------------------------------------ */
/* forPC */
@media screen and (min-width: 600px) {
	#gFooter .ftBnr {
		overflow: hidden;
		padding: 30px 0;
	}
	#gFooter .ftBnr .list{
		width: 860px;
		margin: auto;
	}
	#gFooter .ftBnr .list li{
		float: left;
		width: 420px;
	}
	#gFooter .ftBnr .list li + li{
		float: right;
		margin-top: 0;
	}
	#gFooter .ftLink {
		overflow: hidden;
		padding: 38px 0 0;
	}
	#gFooter .ftLink .ftNav {
		overflow: hidden;
		margin-bottom: 50px;
		color: #fff;
		text-align: left;
	}
	#gFooter .ftLink .ftNav .parent {
		display: block;
		font-size: 1.4rem;
		text-decoration: none;
		letter-spacing: 0.15em;
	}  #gFooter .ftLink .ftNav a.parent:hover {
		text-decoration: underline;
	}  #gFooter .ftLink .ftNav .child {
		margin: 17px 0 -5px;
	}  #gFooter .ftLink .ftNav .child li + li {
		margin-top: 8px;
	}  #gFooter .ftLink .ftNav .child a {
		display: block;
		position: relative;
		line-height: 1.67;
		padding-left: 20px;
		font-size: 1.2rem;
		text-decoration: none;
		letter-spacing: 0.15em;
	}  #gFooter .ftLink .ftNav .child a:before {
		display: block;
		position: absolute;
		top: 6px;
		left: 10px;
		width: 5px;
		height: 8px;
		background-image: url("/images/common/ico_arw_r_sorrel01.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: '';
	}  #gFooter .ftLink .ftNav .child a:hover {
		text-decoration: underline;
	}  #gFooter .ftLink .ftNav .nav > li + li {
		margin-top: 20px;
	}  #gFooter .ftLink .ftNav .nav01 {
		float: left;
		width: 290px;
	}  #gFooter .ftLink .ftNav .nav02 {
		float: left;
		width: 195px;
	}  #gFooter .ftLink .ftNav .nav03 {
		float: left;
		width: 260px;
	}  #gFooter .ftLink .ftNav .nav03 .child {
		overflow: hidden;
	}  #gFooter .ftLink .ftNav .nav03 .child li {
		float: left;
		width: 120px;
		margin: 0;
	}  #gFooter .ftLink .ftNav .nav03 .child li:nth-child(n+3) {
		margin-top: 14px;
	}  #gFooter .ftLink .ftNav .nav04 {
		float: left;
		width: 130px;
	}  #gFooter .ftLink .list li{
		width: 265px;
		margin-top: 0;
		margin-left: 13px;
	}  #gFooter .ftLink .list li:nth-of-type(even){
		margin-left: 13px;
	}  #gFooter .ftLink .list li:first-of-type{
		margin-left: 0;
	}
}
/*!  #gFooter .copyright
------------------------------------------------ */
#gFooter .copyright {
	padding: 15px 0 14px;
	background-color: #333;
	text-align: center;
}
#gFooter .copyright small {
	color: #bfbfbf;
	font-weight: 200;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
/* forPC */
@media screen and (min-width: 600px) {
	#gFooter .copyright {
		padding: 40px 0;
	}  #gFooter .copyright small {
		display: block;
		width: 1100px;
		margin: 0 auto;
		font-size: 1.2rem;
	}
}
/*=============================================================
 05_helper
=============================================================*/
/*!  .slick-slider
================================================ */
.slick-slider img {
	width: 100%;
	max-width: none;
}
/*=============================================================
 06_lib
=============================================================*/



/* 404
=========================================== */
/* forPC */
@media screen and (min-width: 600px) {
	#page404 #main {
		padding-bottom: 110px;
	}
	#page404 #main .inner {
		margin: 0 auto; 
		width: 1100px;
	}
}

/*!  #mainArea
------------------------------------------------ */
#page404 #mainArea .txt img {
	width: 236px;
}

@media (min-width: 600px) {
	#page404 #mainArea .txt img {
		width: auto;
	}
}

.page404 {
	padding: 30px 15px;
}
.page404 .mod_tit01 {
	margin-bottom: 15px;
}
.page404 .txt {
	font-size: 1.5rem;
	line-height: 1.5; 
	padding: 30px 0;
}
@media (min-width: 600px) {
	.page404 {
		text-align: center;
	}
	.page404 .mod_btn01 {
		margin: 0 auto; 
		width: 300px;
	}
}





/*=============================================================
印刷対応
=============================================================*/
@page { size: A4 } /* A4縦 */

@media print{
body {
width: 1280px;
transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
transform-origin: 0 0;
  }
#gNav{display:none!important}
#gHeader{display:none!important}
#gFooter{display:none!important}

#mainVisual{display:none!important}
#cemetery-detail .cemetery-contact{display:none;}
#cemetery-detail .cemetery-related {display:none;}
.mod_cv01{display:none!important}
.mod_btn_contact01{display:none;}

div, p {
        break-inside: avoid;
    }


.mod_cv01_tit {display:none!important}
.mod_cv01_txt { margin: 25px -5px 0 0; font-size: 1.6rem; text-align: center; }
.mod_cv01_txt.is_small { margin-top: 12px; font-size: 1rem; }
.mod_cv01_list { margin-top: 22px; }
.mod_cv01_list li + li { margin-top: 15px; }
.mod_cv01_inner {  }
.mod_cv01_content { padding: 0; }
.mod_cv01_ja { margin-top: 4px; }
.mod_cv01_txt { margin: 10px 0 0; font-size: 1.6rem; text-align: center; }
.mod_cv01_txt.is_small { display: none;}
.mod_cv01_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 40px; }
.mod_cv01_list li { width: calc(50% - 10px); }
.mod_cv01_list li + li { margin: 0 0 0 20px; } 


.mod_btn_tel01 { text-align: center; }
.mod_btn_tel01 a { display: block; padding: 16px 0 17px; background: #fff; text-decoration: none; font-size: 1rem; border-radius: 10px; box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0); color: #FFFFFF; }
.mod_btn_tel01_num { font-size: 2.5rem; font-weight: 700; line-height: 1; letter-spacing: .025em; }
.mod_btn_tel01_num img { width: 37px; margin-right: 7px; }
.mod_btn_tel01_date { margin-top: 5px; }
.mod_btn_tel01 a { padding: 25px 0 25px 5px; font-size: 1.5rem; border-radius: 10px; box-shadow: none; }
.mod_btn_tel01_num { font-size: 3.5rem; }
.mod_btn_tel01_num img { width: 48px; margin-right: 8px; }
.mod_btn_tel01_date { margin-top: 8px; }



#cemetery-detail{}
#cemetery-detail .hd {
    border-bottom: 1px solid #ccc;
    color: #c0392b;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 0.5em;
}
#cemetery-detail .cemetery-title {
    color: #123f87;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#cemetery-detail .cemetery-id {
    font-size: 1.4rem;
    margin: 0.5em;
}
#cemetery-detail .cemetery-type {
    float: right;
	width:100%;
}
#cemetery-detail .cemetery-type li {
    width: 120px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #123f87;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    font-size: 1.4rem;
}
#cemetery-detail section {
    margin-top: 40px;
}
#cemetery-detail .cemetery-main {
    float: left;
    width: 700px;
}
#cemetery-detail .cemetery-main img {
    width: 700px;
    height: auto;
}
#cemetery-detail .cemetery-info {
    float: right;
    width: 560px;
}
#cemetery-detail h2.cemetery-address {
    background-color: #123f87;
    color: #fff;
    font-size: 2rem;
    padding: 0.75em;
    margin-bottom: 20px;
}
#cemetery-detail h2.cemetery-address span {
    display: block;
    margin-top: 1.5em;
    font-size: 1.4rem;
}
#cemetery-detail h2.cemetery-address span em {
    font-size: 1.2rem;
    background-color: #FFF;
    font-style: normal;
    font-weight: normal;
    color: #123f87;
    margin-right: 1em;
    padding: 0.2em;
    line-height: 1;
}
#cemetery-detail ul.cemetery-tag {
    margin-bottom: 20px;
}
#cemetery-detail ul.cemetery-tag li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 12px;
    background: #518a6d;
    font-size: 1.2rem;
}
#cemetery-detail dl.cemetery-price {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: #ccc 1px solid;
    margin-bottom: 20px;
}
#cemetery-detail dl.cemetery-price dt {
    padding: 14px;
    border: #123f87 2px solid;
    color: #123f87;
    white-space: nowrap;
    margin: 0 50px 0 0;
    line-height: 1;
    font-size: 1.6rem;
}
#cemetery-detail dl.cemetery-price dd .price {
    font-size: 2rem;
    margin-bottom: 1em;
}
#cemetery-detail dl.cemetery-price dd .price span {
    font-size: 3.2rem;
    font-weight: bold;
    color: #c0392b;
}
#cemetery-detail dl.cemetery-price dd .desc {
    font-size: 1.25rem;
    line-height: 1.4em;
}
#cemetery-detail .cemetery-desc h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #c0392b;
    line-height: 1.8em;
    margin-bottom: 0.5em;
}
#cemetery-detail .cemetery-contact .flex {
    width: 770px;
    margin: 0 auto 20px;
}


#cemetery-detail .cemetery-contact h3 {
    color: #123f87;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
}
#cemetery-detail .cemetery-contact .contact {
    background: #123f87;
    border-radius: 3px;
    text-align: center;
    width: 380px;
    overflow: hidden;
}
#cemetery-detail .cemetery-contact .contact a {
    background: url(/images/common/mail.svg) no-repeat 50px 50% / 30px 30px;
    color: #fff;
    font-size: 2.6rem;
    display: block;
    height: 100%;
    padding: 19px 0;
    text-align: center;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;
}
#cemetery-detail .cemetery-contact .contact span {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
}
#cemetery-detail .cemetery-contact .tel-wrapper {
    background: #e6e2dd url(/images/common/phone.svg) no-repeat 50px 50% / 30px 30px;
    color: #123f87;
    padding: 16px 0;
    border-radius: 3px;
    text-align: center;
    width: 380px;
    overflow: hidden;
    vertical-align: baseline;
    box-sizing: border-box;
}
#cemetery-detail .cemetery-contact .tel-wrapper .tel {
    display: block;
    font-size: 3.6rem;
}

#cemetery-detail .cemetery-photo h3 {
    border-bottom: 1px solid #ccc;
    color: #123f87;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.6em;
    padding-bottom: 0.5em;
    background: url(/images/common/gallery.svg) no-repeat 3px 2px / 36px 36px;
    padding-left: 44px;
}
#cemetery-detail ul.cemetery-gallery {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-flow: row wrap;
    justify-content: flex-start;
}
#cemetery-detail ul.cemetery-gallery li {
    flex: 0 0 15%;
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
    margin-right: 10px;
	width:15%;
}
#cemetery-detail ul.cemetery-gallery li img {
    width: 100%;
}
#cemetery-detail ul.cemetery-gallery li embed {
    display:none;
}
#cemetery-detail .cemetery-price-table h3 {
    border-bottom: 1px solid #ccc;
    color: #123f87;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.6em;
    padding-bottom: 0.5em;
    background: url(/images/common/price.svg) no-repeat 3px -2px / 36px 36px;
    padding-left: 44px;
}
#cemetery-detail .cemetery-price-table table {
    margin-bottom: 20px;
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#cemetery-detail .cemetery-price-table td {
    padding: 1em;
    text-align: center;
    font-size: 1.4rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#cemetery-detail .cemetery-map h3 {
    border-bottom: 1px solid #ccc;
    color: #123f87;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.8em;
    padding-bottom: 0.5em;
    background: url(/images/common/map.svg) no-repeat 3px 0px / 36px 36px;
    padding-left: 44px;
}
#cemetery-detail .cemetery-map .gmap {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin-bottom: 20px;
}
dl.cemetery-access {
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
#cemetery-detail .cemetery-map dl.cemetery-access dt.owner{
background: url(/images/common/business.svg) no-repeat 3px 2px / 24px 24px;
}
#cemetery-detail .cemetery-map dl.cemetery-access dt.address{
background: url(/images/common/point.svg) no-repeat 3px 2px / 24px 24px;
}
#cemetery-detail .cemetery-map dl.cemetery-access dt.public{
background: url(/images/common/train.svg) no-repeat 3px 2px / 24px 24px;
}
#cemetery-detail .cemetery-map dl.cemetery-access dt.car{
background: url(/images/common/car.svg) no-repeat 3px 2px / 24px 24px;
}
#cemetery-detail .cemetery-map dl.cemetery-access dd{
margin-left:200px;
font-size:1.6rem;
line-height: 1.8em;
}





.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

}







