@charset "utf-8";

/* =====================================
■BASE
===================================== */

html {
	font-size: 62.5%;
}

body {
	font-family: "hiragino-kaku-gothic-pro-w3";
	font-size: 16px;
	background: #fff;
	color: #22201E;
	letter-spacing: 0.03em;
	line-height: 1.6;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #22201E;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a:focus,
*:focus {
	outline: none;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
■MODULE
===================================== */


/*--------------------------------------
汎用
--------------------------------------*/


/* float */

.fr {
	float: right!important;
}

.fl {
	float: left!important;
}


/* clears */

.clearfix {
	*zoom: 1;
}

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

.cl {
	clear: both!important;
}


/* text indent */

.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/* text-align */

.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}


/* font-weight */

.fb {
	font-weight: bold!important;
}


/*--------------------------------------
Icon fonts
--------------------------------------*/

@font-face {
	font-family: "A-OTF-ShueiMinPro-B";
	src: url("../img/fonts/A-OTF-ShueiMinPro-B.woff2") format("woff2"), url("../img/fonts/A-OTF-ShueiMinPro-B.woff") format("woff"), url("../img/fonts/A-OTF-ShueiMinPro-B.ttf") format("truetype"), url("../img/fonts/A-OTF-ShueiMinPro-B.eot") format("embedded-opentype"), url("../img/fonts/A-OTF-ShueiMinPro-B.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "A-OTF-ShueiMinPro-M";
	src: url("../img/fonts/A-OTF-ShueiMinPro-M.woff2") format("woff2"), url("../img/fonts/A-OTF-ShueiMinPro-M.woff") format("woff"), url("../img/fonts/A-OTF-ShueiMinPro-M.ttf") format("truetype"), url("../img/fonts/A-OTF-ShueiMinPro-M.eot") format("embedded-opentype"), url("../img/fonts/A-OTF-ShueiMinPro-M.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hiragino-kaku-gothic-pro-w3";
	src: url("../img/fonts/hiragino-kaku-gothic-pro-w3.woff2") format("woff2"), url("../img/fonts/hiragino-kaku-gothic-pro-w3.woff") format("woff"), url("../img/fonts/hiragino-kaku-gothic-pro-w3.ttf") format("truetype"), url("../img/fonts/hiragino-kaku-gothic-pro-w3.eot") format("embedded-opentype"), url("../img/fonts/hiragino-kaku-gothic-pro-w3.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "hiragino-kaku-gothic-pro-w6";
	src: url("../img/fonts/hiragino-kaku-gothic-pro-w6.woff2") format("woff2"), url("../img/fonts/hiragino-kaku-gothic-pro-w6.woff") format("woff"), url("../img/fonts/hiragino-kaku-gothic-pro-w6.ttf") format("truetype"), url("../img/fonts/hiragino-kaku-gothic-pro-w6.eot") format("embedded-opentype"), url("../img/fonts/hiragino-kaku-gothic-pro-w6.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------
Pc sp change
--------------------------------------*/

.sp {
	display: none;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}

@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */


/*--------------------------------------
container
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

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

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


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/

.contact_section {
	padding: 61px 0 58px;
	background: url(../img/contact_bgimg.png) no-repeat top center;
	background-size: cover;
}

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

.contact_txt_box,
.contact_img_box {
	display: table-cell;
	vertical-align: top;
}

.contact_txt_box {
	width: 47.7%;
}

.contact_tit {
	font-family: "A-OTF-ShueiMinPro-B";
	color: #FFFFFF;
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 24px;
}

.contact_txt_box .txt {
	font-family: "hiragino-kaku-gothic-pro-w6";
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 2.3;
}

.contact_img_box {
	width: 52.3%;
	padding-left: 5%;
}

.contact_list {
	margin-top: 17px;
}

.contact_list li {
	margin-bottom: 2px;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
	.contact_tit {
		letter-spacing: 0;
		font-size: 28px;
	}
	.contact_txt_box,
	.contact_img_box {
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	.contact_section {
		padding: 35px 0 34px;
		background: url(../img/contact_bgimg_sp.png) no-repeat top center;
		background-size: cover;
	}
	.contact_inner_box,
	.contact_txt_box,
	.contact_img_box {
		display: block;
		width: 100%;
		padding: 0;
	}
	.contact_tit {
		font-size: 24px;
		letter-spacing: 0.05em;
		margin-bottom: 31px;
	}
	.contact_txt_box .txt {
		line-height: 1.95;
		letter-spacing: 0;
		font-size: 13px;
	}
	.contact_list {
		margin-top: 31px;
	}
}


/*--------------------------------------
FOOTER
--------------------------------------*/

#footer {
	background: #fff;
	padding: 31px 0 104px;
}

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

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

.logo {
	font-family: "A-OTF-ShueiMinPro-B";
	font-size: 39px;
	color: #2E997E;
	letter-spacing: 0;
}

.logo span {
	letter-spacing: -0.1em;
}

.footer_right_box {
	text-align: right;
	padding-left: 20px;
	font-size: 10px;
}

.assress_txt {
	margin-bottom: 9px;
}

@media screen and (min-width: 768px) {
	#footer .fixed_box {
		position: fixed;
		right: 30px;
		width: 447px;
		z-index: 100;
		bottom: 30px !important;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
	}
	#footer .fixed_box li:first-child {
		width: 367px;
		float: left;
	}
	#footer .fixed_box li:last-child {
		width: 60px;
		float: right;
	}
	#footer .fixed_box li img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 17px 0 22%;
	}
	.footer_inner_box,
	.footer_left_box,
	.footer_right_box {
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.footer_right_box {
		margin-top: 14px;
	}
	.logo {
		font-size: 26px;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
		-moz-transition-duration: 0.7s;
		-o-transition-duration: 0.7s;
		-webkit-transition-duration: 0.7s;
		transition-duration: 0.7s;
	}
	#footer .fixed_box ul {
		padding: 0 20px 20px;
	}
	#footer .fixed_box li {
		float: left;
		width: 84%;
	}
	#footer .fixed_box li:last-child {
		width: 14%;
		float: right;
	}
	#footer .fixed_box li img {
		width: 100%;
	}
}