@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html,
body {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	line-height: 1.4;
	word-wrap: break-word;
	color: #443932;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

.fl {
	float:left;
}
.fr {
	float:right;
}

.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.vtb {
	vertical-align:text-bottom;
}
strong,
.bold {
	font-weight: bold;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{
	display: none;
}

/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}

/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mr0 {
	margin-right: 0 !important;
}

/* リンク */
a {
	color: #443932;
	text-decoration: underline;
}
.cms_text a {
	color: #bd9869;
}
a:hover {
	opacity: 0.7;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc_tal {
		text-align:left;
	}
	.pc_tac {
		text-align:center;
	}
	.pc_tar {
		text-align:right;
	}
	.pc_bold {
		font-weight: bold;
	}
	.pc_nobr br {
		display: none;
	}
	.pc_mb0 {
		margin-bottom: 0 !important;
	}
	.pc_mb40 {
		margin-bottom: 40px !important;
	}
	.pc_mr0 {
		margin-right: 0 !important;
	}
	.pc_inline {
		display: inline-block;
	}
	
	a .img_hover {
		overflow: hidden;
		display: block;
		position: relative;
		-webkit-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.1s cubic-bezier(0, 0, 0.2, 1);
		-o-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a .img_hover img {
		-webkit-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-o-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		overflow: hidden;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a:hover .img_hover img {
		opacity: 1;
		overflow: hidden;
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
}

/* カラー */
.red {
	color: #DB0000 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blue {
	color: #064676;
}
.gray {
	color: #646464;
}

/* フォントサイズ */
.big,
.f18 {
	font-size: 1.8rem;
}
.f11 {
	font-size: 1.1rem;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f15 {
	font-size: 1.5rem;
}
.f20 {
	font-size: 2rem;
}
.f24 {
	font-size: 2.4rem;
}
.f25 {
	font-size: 2.5rem;
}

.small,
small,
.f14 {
	font-size: 1.4rem;
}
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 打消し線 */
s {
	text-decoration: line-through;
}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.pc {
		display: none;
	}
	.sp_tac {
		text-align: center;
	}
	.sp_tal {
		text-align: left;
	}
	.sp_nobr br {
		display: none;
	}

	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 0;
	}
	
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 55px !important;
	}
	.sp_mb0 {
		margin-bottom: 0px !important;
	}
	.sp_mb20 {
		margin-bottom: 20px !important;
	}
	
	/* フォントサイズ */
	.big,
	.f18 {
		font-size: 1.7rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f15 {
		font-size: 1.4rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f28 {
		font-size: 2rem;
	}
	.f24 {
		font-size: 2.2rem;
	}
	.f25 {
		font-size: 2.3rem;
	}
	.small,
	small,
	.f14 {
		font-size: 1.3rem;
	}
	
	.nobr br { display: none;}
}

/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	display: block;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.headerBlock .gnav .headerMenu {
	background-color: #064676;
}
.headerBlock .gnav .headerMenu > li > p a {
	font-weight: normal;
	color: #fff;
}
.headerBlock .gnav .headerMenu a:hover {
	opacity: 1;
}

/* ロゴ */
.headerBlock .logo-outer .headerBlock_logo a {
	display: block;
}
.headerBlock .logo-outer .headerBlock_logo a img{
	width: 630px;
}

/* -- サブメニュー -- */
.headersubMenu {
	position: relative;
	font-size: 1.5rem;
}
.headersubMenu ul {
	display: block;
}
.headersubMenu ul li{
	display: block;
}
.headersubMenu a {
	font-weight: bold;
	text-decoration: none;
}
.headersubMenu ul li.info .info_tel a {
	font-size: 2.4rem;
	line-height: 1;
}
.headersubMenu ul li.info .info_tel a span {
	font-size: 1.7rem;
	margin-right: 5px;
}
.headersubMenu ul li.info .info_time {
	font-size: 1.2rem;
}
.headersubMenu ul li.contact a {
	display: block;
	text-align: center;
	border: 1px solid #443932;
	padding: 3px 32px;
}
.headersubMenu ul li.contact a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/icon_mail.png) no-repeat 0 center / 20px auto;
	margin-right: 10px;
	margin-bottom: 1px;
	vertical-align: sub;
}
.headersubMenu ul li.sitemap {
	padding-top: 2px;
	padding-left: 15px;
	background: url(../img/icon-sitemap.png) no-repeat 0 center / 11px auto;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		position: fixed;
		min-width: 1240px;
		height: 160px;
		overflow: visible;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
    .headerBlock {
		margin: 0 auto;
	}
	/* ロゴ */
	.headerBlock .logo-outer {
		position: absolute;
		top: 20px;
		left: 35px;
		z-index: 50;
	}

	.headerBlock .gnav {
		display: block;
		height: 160px;
	}
	.headerBlock .gnav .headerMenu {
		position: absolute;
		width: 100%;
		height: 60px;
		text-align: center;
		right: 0;
		bottom: 0;
	}
	.headerBlock .gnav .headerMenu > li {
		position: relative;
		display: inline-block;
		font-size: 1.6rem;
		margin-right: 50px;
	}
	.headerBlock .gnav .headerMenu > li:last-child {
		margin-right: 0;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		text-decoration: none;
		display: block;
		padding: 19px 0;
	}
	.headerBlock .gnav .headerMenu > li > p a::after {
		content: "";
		width: 100%;
		height: 0;
		background-color: #fff;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li:hover > p a::after,
	.headerBlock .gnav .headerMenu > li.on > p a::after {
		height: 5px;
	}

	/* -- サブメニュー -- */
	.headersubMenu {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		top: 8px;
		right: 40px;
	}
	.headersubMenu ul li.info {
		text-align: right;
		margin-bottom: 6px;
		line-height: 1.4;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 80px;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 100%;
		height: 80px;
		padding: 0 5% ;
		position: absolute;
		top: 0;
		background: #fff;
		display: flex;
		align-items: center;
	}
	
	/* ロゴ */
	.headerBlock_logo {
		width: calc(100% - 100px);
	}
	.headerBlock .logo-outer .headerBlock_logo a img{
		width: 100%;
		max-width: 234px;
	}

	
	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 80px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 36px;
		height: 3px;
		background-color: #969696;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu {
		overflow: hidden;
		
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #969696;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -9px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -9px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.slidemenu-btn .close,
	.slidemenu-btn .menu {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 15px;
		margin: auto;
		font-size: 1.2rem;
		text-align: center;
		color: #969696;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.slidemenu-btn .close,
	.page-open-slidemenu .slidemenu-btn .menu {
		display: none;
	}
	.slidemenu-btn .menu,
	.page-open-slidemenu .slidemenu-btn .close {
		display: block;
	}

	/* 開閉メニューボタン */
	
	/* 開閉ナビゲーション */
	.headerBlock .gnav {
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		top: 80px;
		width: 100%;
		max-height: 100vh;
		height: 100vh;
		max-height: -webkit-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		background: rgba(255, 255, 255, 1);
	}
	.page-open-slidemenu .headerBlock .gnav {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		max-height: 100vh;
		height: 100vh;
		max-height: -webkit-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		overflow-y: auto;
		padding-bottom: 10%;
		-webkit-overflow-scrolling: touch;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu > li {
		border-bottom: 1px solid #DCDCDC;
	}
	/* カテゴリータイトル */
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.5rem;
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li a:not(.btn-submenu-toggle)  {
		font-weight: bold;
		display: block;
		width: 100%;
		position: relative;
		line-height: 1.2;
		text-decoration: none;
		padding: 20px 5%;
	}

	/* -- サブメニュー -- */
	
	.headersubMenu {
		display: block;
		height: auto;
		padding: 20px 5%;
	}
	.headersubMenu ul li{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.headersubMenu ul li.contact a{
		display: block;
		max-width: 256px;
		margin: auto;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.8rem;
}
.contentsHome,
.contentsTop,
.contents {
	width: 100%;
	min-width: 1240px;
	position:relative;
	background: #fff;
	text-align: left;
}
.contentsHome {
	padding-top: 0;
	padding-bottom: 75px;
}
.contentsTop,
.contents {
	padding-top: 160px;
}
.contentsTop,
.contents {
	padding-bottom: 80px;
}
.inBlock::after {
	content: "";
	clear: both;
	display: block;
}
/* -- 横幅1140px -- */
.inBlock {
	text-align: left;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* -- 横幅1140px -- */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	/* -- コンテンツ左 -- */
	.mainContents {
		width: 818px;
		margin-bottom: 80px;
	}
	/* -- コンテンツ右 -- */
	.sideContents {
		width: 258px;
		margin-bottom: 80px;
	}
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 300px;
	}
	.contentsHome {
		min-width: 300px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.contentsTop,
	.contents {
		padding-top: 80px;
	}
	.contentsTop,
	.contents {
		padding-bottom: 0;
	}
	.contents > .inBlock {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 50px;
	}

	/* -- コンテンツ左 -- */
	.mainContents {
		padding-bottom: 50px;
	}
	/* -- コンテンツ右 -- */
	.sideContents {
		margin-bottom: 50px;
	}
}

.menu-layer {
	display: none;
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,.2);
		top: 0;
		left: 0;
		z-index: 50;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}

/* ------------------------------
 お問合せブロック
------------------------------ */
.contactBlock {
	padding: 30px 0 40px;
	background: #F3EDDF;
}
.contactBlock h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.contactBlock h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: #969696;
	margin-top: 5px;
	display: block;
}
.contactBlock .contactIn .contact_tel {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1;
}
.contactBlock .contactIn .contact_tel span {
	font-size: 2.2rem;
	font-weight: normal;
	margin-right: 10px;
}
.contactBlock .contactIn .contact_tel .contact_time {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 10px;
}
.contactBlock .contactIn .btn a {
	padding-right: 40px;
	background-color: #443932;
}
/* ----------------------
 PC用コード
---------------------- */
@media print,screen and (min-width:768px) {
	.contactBlock {
		border-radius: 10px;
	}
	.contactBlock .contactIn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contactBlock .contactIn .contact_tel {	
		margin-right: 50px;
	}
	.contactBlock .contactIn .btn a {
		width: 430px;
		padding-left: 15px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contactBlock {
		padding: 30px 5% 40px;
	}
	.contactBlock .contactIn {
		text-align: center;
	}
	.contactBlock h2 {
		font-size: 2.4rem;
		margin-bottom: 15px;
		text-align: center;
		padding-left: 0;
		border-left: none;
	}
	.contactBlock .contactIn .contact_tel {
		margin-bottom: 30px;
	}
	.contactBlock .contactIn .btn a {
		width: 100%;
	}
}
/* ------------------------------
 フッタ
------------------------------ */
.footer {
	background: #F3EDDF;
	position: relative;
	z-index: 30;
}
/* フッターメニューブロック*/
.footertop {
	background: url('../img/footer_bg.jpg') no-repeat center top;
	background-size: 100%;
}
.footerMenu .naviBox {
	width: auto;
}
.footerMenu a {
	text-decoration: none;
}
.footerMenu .naviBox li a{
	color: #fff;
}

.footerSubMenu ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	border: 1px solid #443932;
	background-color: #fff;
	background-image: none;
	border-radius: 5px;
	font-size: 1.8rem;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}
.footerSubMenu ul li a span {
	font-size: 1.3rem;
}
/* フッターメニューブロック 下*/	
.footerbottom .inBlock .ftlogo {
	display: block;
	font-weight: bold;
}
.footerbottom .inBlock .ftlogo span {
	display: block;
	font-weight: normal;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
/* フッター 住所*/
.address {
	font-size: 1.7rem;
}


/* -- コピーライト -- */
.copyright {
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	background: #BD9869;
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 44px;
	height: 44px;
	display: block;
	position: fixed;
	bottom: 46px;
	right: 40px;
	z-index: 1000;
	background: #443932;
	border-radius: 100%;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop:hover {
	opacity: 1;
}
.js-btn-pagetop__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.js-btn-pagetop__icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {

	/* フッターメニューブロック*/
	.footertop {
		padding: 70px 0 55px;
		background: url('../img/footer_bg.jpg') no-repeat center;
	}
	.footerMenu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	.footerMenu .naviBox li {
		position: relative;
		font-weight: bold;
	}
	.footerMenu .naviBox ul > li:not(:last-child){
		margin-bottom: 10px;
	} 
	.footerMenu .naviBox li > a{
		font-size: 1.4rem;
	}
	.footerMenu .naviBox li li {
		position: relative;
		padding-left: 10px;
	}
	.footerMenu .naviBox li li::before {
		content: '-';
		font-weight: 200;
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
	}
	.footerMenu .naviBox li li a {
		font-size: 1.2rem;
		font-weight: normal;
		color: #fff;
	}
	.footerSubMenu ul{
		display: flex;
		justify-content: space-between;
	}
	.footerSubMenu ul li{
		display: block;
		width: 350px;
	}
	.footerSubMenu ul li a{
		font-size: 1.7rem;
	}
	/* フッターメニューブロック 下*/	
	.footerbottom {
		display: flex;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footerbottom .inBlock {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footerbottom .inBlock .ftlogo {
		font-size: 2.3rem;
		margin-right: 40px;
		padding: 15px 40px 15px 0;
		border-right: 1px solid #443932;
	}
	.footerbottom .inBlock .ftlogo span {
		font-size: 1.5rem;
	}
	
	/* -- コピーライト -- */
	.copyright .inBlock {
		display: flex;
	}
	.internalLink {
		margin-left: 15px;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer .inBlock {
		padding: 0 5%;
	}
	/* フッターメニューブロック*/
	.footertop {
		padding: 40px 0;
		background: url('../img/footer_bg_sp.jpg') no-repeat center top;
		background-size: 100%;
	}
	.footerMenu{
		margin-bottom: 40px;
	}
	.footerMenu .naviBox ul {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.footerMenu .naviBox:not(:last-child) {
		display: none;
	}
	.footerMenu .naviBox li {
		display: inline-block;
	}
	.footerMenu .naviBox li:first-child {
		order: 3;
	}
	.footerMenu .naviBox li:nth-child(2) {
		order: 2;
	}
	.footerMenu .naviBox li:last-child {
		order: 1;
	}
	.footerMenu .naviBox li a {
		font-size: 1.2rem;
	}
	.footerMenu .naviBox li:not(:first-child) a {
		padding-right: 10px;
	}
	.footerMenu .naviBox li:not(:first-child) a[target="_blank"] {
		background: url("../img/icon_blank.png") no-repeat right 5px top .4em;
		background-size: 10px;
		padding-right: 17px;
	}
	.footerMenu .naviBox li:not(:last-child) a{
		padding-left: 10px;
		border-left: 1px solid #fff;
	}
	.footerSubMenu ul li:not(:last-child){
		margin-bottom: 15px;
	}
	.footerSubMenu ul li a{
		font-size: 1.6rem;
		height: 58px;
	}

	/* フッターメニューブロック 下*/
	.footerbottom {
		padding: 40px 0;
	}
	.footerbottom .inBlock .ftlogo {
		font-size: 1.7rem;
		text-align: center;
		margin-bottom: 25px;
	}
	.footerbottom .inBlock .ftlogo span {
		font-size: 1.2rem;
	}
	/* フッター 住所*/
	.address {
		font-size: 1.2rem;
		text-align: center;
	}

	/* -- コピーライト -- */
	.copyright {
		font-size: 1.0rem;
		padding: 18px 0;
	}
	
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		width: 30px;
		height: 30px;
		right: 5px;
		bottom: 5px;
	}
	.js-btn-pagetop__icon::before {
		width: 7px;
		height: 7px;
		border-top-width: 1px;
		border-right-width: 1px;
	}
}
@media screen and (max-width:374px){
	.footertop {
		background-size: 120%;
	}
	.footerMenu .naviBox li a,
	.footerSubMenu ul li a span {
		font-size: 1.1rem;
	}
}
/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #15598C;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
	.ocBtn {
		position: absolute;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}

/* ------------------------------
 Android用アラート
------------------------------ */
/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	line-height: 18px;
	background-size: 20px 18px;
	margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	text-decoration: none;
	position: relative;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
    margin-right: 5px;
	background: #b09e71;
	vertical-align: middle;
	display: inline-block;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
}