@charset "UTF-8";

/* ==========================================
	base
========================================== */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: #444444;
	font-family: "Noto Sans Japanese", "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;/* IE8 */ 
	font-size: 1.6em;
	line-height: 1.6em;
	margin:0 !important;
	width: 100%;
	transition: .8s;
	transition-delay: .8s;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: #3c3c3c;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 200%;
}
a, a:link, a:visited {
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
}
.sp_mode {
	display: none !important;
}
.pc_mode {
	display: block !important;
}

/* ==========================================
	clearfix
========================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* ==========================================
	lower
========================================== */

#lower_img {
	padding: 50px 0 20px;
	background: #fff1f1;
}
#lower_img h2 {
	font-size: 20px;
	font-weight: normal;
	color: #636363;
	text-align: center;
	letter-spacing: 0.15em;
}
#lower_img h2 span {
	display: block;
	font-size: 80px;
	margin-top: 26px;
	font-weight: 600;
	color: #ffd5d5;
}
#breadcrumb {
	padding-left: 15px;
	margin: 0 auto;
	background: #ffd5d5;
}
#breadcrumb p,
#breadcrumb a {
	font-size: 13px;
}
#breadcrumb a {
	color: #484848;
}
.link_btn {
	display: block;
	width: 210px;
	font-size: 15px;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	background: url(../img/common/arrow_white.png) #5b5151 no-repeat;
	background-position: 173px center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}
.link_btn:hover {
	background: url(../img/common/arrow_white.png) #463f3f no-repeat;
	background-position: 173px center;
}
.preparation_box {
	margin: 100px 0 200px;
}
.preparation_box p {
	font-size: 17px;
	text-align: center;
}

/* ==========================================
	header
========================================== */

header #logo_area {
	margin: 10px auto 15px;
}
header #logo_area p {
	font-size: 12px;
	color: #6b6b6b;
	margin-left: 8px;
}
header .logo {
	display: inline-block;
	margin: 10px 0 0 10px;
}
header .logo:hover {
	opacity: 0.6;
}
header #contact_head {
	margin-top: 14px;
}
header #contact_head img {
	margin-top: 0px;
}
header #contact_head .link_btn {
	width: 220px;
	margin-left: 25px;
	padding: 13px 0 13px 20px;
	background-position: 185px center;
}
header #gnav {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
header #gnav ul {
	width: 1000px;
	margin: 0 auto;
}
header #gnav ul li {
	float: left;
	position: relative;
	width: 160px;
}
header #gnav ul li:after {
	content: "";
	width: 1px;
	height: 60px;
	background: #eee;
	position: absolute;
	top: -4px;
	left: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
header #gnav ul li:first-child:after {
	display: none;
}
header #gnav ul li a {
	display: block;
	padding: 6px 36px;
}
header #gnav img {
	display: block;
	margin: 0 auto;
}
header #gnav li:hover {
	opacity: 0.6;
}
#sp_menu {
	display: none !important;
}

header .btn {
    width: auto;
    display: flex;
	background: #5b5151;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 8px 34px 10px;
    border-radius: 100px;
	text-decoration: none;
}
header .btn .telnum {
	width: 200px;
    margin-top: 0 !important;
}
header .btn .icon {
	width: 24px ;
    margin-right: 14px;
}

header .btn p {
	color: white;
    margin-bottom: 2px;
    font-weight: 500;
	text-decoration: none;
}

/* ==========================================
	pagetop
========================================== */

.pagetop {
	width: 65px;
	height: 65px;
	background: url(../img/common/pagetop.png) #373231;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 20px;
	bottom: 108px;
	padding: 10px;
	cursor: pointer;
	z-index: 999;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pagetop:hover {
	background-color: #272727;
	background-position: center;
}


/* ==========================================
	contact_block
========================================== */

#contact_block {
	background: url(../img/common/contact_bg.png);
	padding: 45px 0;
}
#contact_block h2 img {
	display: block;
	margin: 0 auto;
}
#contact_block .intro_text {
	text-align: center;
	margin-top: 25px;
}
#contact_block .contact_box {
	width: fit-content;
	margin: 20px auto 0;
    display: flex;
    justify-content: center;
	text-decoration: none !important;
}
#contact_block h3 {
	width: 315px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
}
#contact_block #tel_box {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #5b5151;
    color: white;
    border-radius: 100px;
    padding: 18px 0;
    max-width: 100%;
    width: 420px;
}

#contact_block #tel_box img {
	margin-top: 4px;
    width: 280px;
}
#contact_block #mail_box a {
	width: 270px;
	font-size: 15px;
	margin: 35px auto 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 220px center;
}

/* ==========================================
	footer
========================================== */

footer {
	height: 145px;
	background: #373231;
}
footer .logo_area {
	margin-top: 30px;
}
footer .logo_area h2 {
	margin-bottom: 15px;
}
footer .logo_area p {
	font-size: 13px;
	color: #fff;
	line-height: 150%;
	margin-top: 20px;
}
footer .ft_box {
	width: 757px;
}
footer #ft_menu {
	display: block;
	margin-top: 40px;
}
footer #ft_menu li {
	float: left;
}
footer #ft_menu li a {
	display: block;
	color: #fff;
	font-size: 13.5px;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
}
footer #ft_menu li a:hover {
	text-decoration: underline;
}
footer #ft_menu li a:before {
	content: url("../img/common/arrow_ft_menu.png");
	margin-right: 5px;
}
footer .copy_text {
	margin-top: 30px;
	font-size: 13px;
	text-align: right;
	color: #fff;
}

/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

	body {
		overflow: hidden;
	}
	p {
	    font-size: 1.2rem;
		line-height: 200%;
	}
	.pc_mode {
		display: none !important;
	}
	.contents_inner{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}

/* ==========================================
	header
========================================== */

	header #logo_area {
		float: none !important;
		margin: 10px auto;
	}

/* ==========================================
	lower
========================================== */

	#lower_img {
		padding: 20px 0 0;
	}
	#lower_img h2 {
		font-size: 16px;
		letter-spacing: 0;
	}
	#lower_img h2 span {
		font-size: 35px;
		margin-top: 5px;
	}
	#breadcrumb {
		padding-left: 0;
	}
	#breadcrumb p,
	#breadcrumb a {
		font-size: 11px;
	}
	.preparation_box {
		margin: 40px 0 80px;
	}
	.preparation_box p {
		font-size: 14px;
	}

/* ==========================================
	hamburgermenu
========================================== */

	.sp_mode {
		display: block !important;
	}
	header {
		position: relative;
		z-index: 999;
	}
	header #logo_area p {
		margin-left: 0;
	}
	header .logo {
		margin: 5px 0 0 0;
	}
	header nav {
		width: 100%;
		margin: 0;
	}
	header nav ul li {
		height: auto;
	}
	header.contents_inner {
		position: fixed;
		border-bottom: 1px solid #ebebeb;
	}
	#sp_menu_block {
		position: relative;
		z-index: 99999;
	}
	#sp_menu {
		display: block !important;
		margin-bottom: 15px;
	}
	#pc_menu {
		display: none;
	}
	#sp_menu ul {
		width: 100%;
		text-align: center;
		background: #5b5151;
		overflow: hidden;
	}
	#sp_menu ul li {
		width: 100%;
		/*float: left;*/
		background: url(../img/common/arrow_red.png) no-repeat;
		background-position: 20px;
		border-bottom: 1px solid #4c4343;
		border-right: none;
	}
	.overlay li.select {
		background-color: #423535 !important;
	}
	#sp_menu ul li:first-child {
		width:100%;
	}
	/*
	#sp_menu ul li:nth-child(even) {
		border-right: 1px solid #fff;
	}
	*/
	#sp_menu ul li a {
		display: block;
		width: initial;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		text-decoration: none;
		margin: 0;
		padding: 12px 0;
	}
	.menu-btn {
		position: absolute;
		top: -40px;
		right: 15px;
		z-index: 999;
		display: inline;
		font-size: 32px;
	}
	.menu-btn a {
	    display: inline-block;
	    text-decoration: none;
		margin-top: 0px;
	}
	.btn-open {
		display: block;
		width: 38px;
		height: 30px;
		position: relative;
	}
	.btn-open span {
		display: block;
		width: 35px;
		height: 2px;
		background: #db4a8d;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
	}
	.btn-open span:first-child {
		position: absolute;
		top: 0;
		right: 0;
	}
	.btn-open span:nth-child(2) {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.btn-open span:last-child {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.btn-open:after {
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.btn-close:after {
		content: '×';
		font-size: 45px;
		display: block;
		position: absolute;
		top: -3px;
		right: -5px;
		color: #db4a8d;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
	}
	.overlay {
		position: absolute;
		top: 47px;
		left: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		background: #fff;
		-webkit-box-shadow: 0 9px 12px -9px #222;
		-moz-box-shadow: 0 9px 12px -9px #222;
		-ms-box-shadow: 0 9px 12px -9px #222;
		-o-box-shadow: 0 9px 12px -9px #222;
		box-shadow: 0 9px 12px -9px #222;
	}
	.overlay h1 {
		width: 210px;
		margin: 18px 0 0 8px;
		padding-bottom: 2px;
	}
	#sp_contact_area p {
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
	}
	#sp_contact_area .btn_area {
		width: 290px;
		margin: 0 auto;
	}
	#sp_contact_area a {
		display: flex;
		width: 80%;
		margin: 0 auto;
		padding: 20px 0;
		border-radius: 60px;
		border: 2px solid #5b5151;
		align-items: center;
        justify-content: center;
	}
	#sp_contact_area a img {
		max-width: 250px;
    	width: 80%;
	}

	#sp_contact_area .contact_btn {
		display: block;
		width: 250px;
		margin: 20px auto 0;
		padding: 15px 0 15px 45px;
		font-size: 14px;
		color: #fff;
		background: url(../img/common/arrow_white.png) #5b5151 no-repeat;
		background-position: 200px center;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		-ms-border-radius: 35px;
		-o-border-radius: 35px;
		border-radius: 35px;
	}

/* ==========================================
	pagetop
========================================== */

	.pagetop {
		background-color: #5b5151;
	}
	.pagetop:hover {
		background-color: #5b5151;
	}

/* ==========================================
	contact_block
========================================== */

	#contact_block .intro_text {
		margin-top: 20px;
	}
	#contact_block .contact_box {
		width: 100%;
	}
	#contact_block h3 {
		width: 100%;
	}
	#contact_block #tel_box,
	#contact_block #mail_box {
		float: none !important;
	}
	#contact_block #mail_box {
		margin-top: 40px;
	}
	#contact_block #tel_box img {
		display: block;
		margin: 4px auto 0;
	}
	#contact_block #mail_box a {
		margin: 30px auto 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

/* ==========================================
	pagetop
========================================== */

	.pagetop {
		width: 100%;
		height: 35px;
		border: none;
		position: static;
		background-size: 21px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

/* ==========================================
	footer
========================================== */

	footer {
		height: auto;
	}
	footer .logo_area {
		float: none !important;
		margin: 0 auto;
		padding: 25px 0 5px;
	}
	footer .logo_area h1 {
		float: none !important;
	}
	footer .logo_area h1 a {
		display: block;
		width: 184px;
		margin: 0 auto;
	}
	footer .logo_area p {
		width: 250px;
		margin: 15px auto 0;
		text-align: center;
	}
	footer .ft_box {
		width: 100%;
		float: none !important;
	}
	footer #ft_menu {
		margin-top: 10px;
	}
	footer #ft_menu li {
		width: 48%;
		margin-right: 4%;
	}
	footer #ft_menu li:first-child {
		width: 100%;
		margin-right: 0;
	}
	footer #ft_menu li:nth-child(odd) {
		margin-right: 0;
	}
	footer #ft_menu li a {
		padding: 15px 0 10px;
		text-align: left;
		font-size: 12px;
		border-bottom: 1px solid #ddd;
	}
	footer #ft_menu li a:hover {
		text-decoration: none;
	}
	footer .copy_text {
		font-size: 12px;
		text-align: center;
		margin-bottom: 8px;
	}

}