@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


::selection {
    background: #728e76;
    color: #fff;
}

/*Firefox*/
::-moz-selection {
    background: #728e76;
    color: #fff;
}






/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic UI','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


html {
	font-size: 62.5%;
}



body, table, input, textarea, select, option, p, div, a, span {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic UI','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}






article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #2f2f2f;
	text-decoration: none;
	-webkit-transition: all .6s;
	transition: all .6s;
}

a:visited {
	color: #2f2f2f;
}

a:hover {
	color: #2f2f2f;
}

a:active {
	color: #2f2f2f;
}


@media all and (min-width: 750px) {
	.sp {
		display: none !important;
	}
}







/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/



body {
/*	min-width: 1020px;*/
	color: #2f2f2f;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	background-color: #fff;
	border: 5px solid p_ink;
	overflow: hidden;
}


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


@media all and (max-width: 750px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	
	#main {
		background-size: cover;
	}
	
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.visual img{
		margin: 0px auto 0;
		
	}
}

/*------------------------------------------------------------
	文字サイズ
------------------------------------------------------------*/

h2 {
	font-size: 4rem;
	font-weight: 900;
}
h2 a{
	font-size: 4rem;
	font-weight: 900;
}

h3 {
	font-size: 2.7rem;
	font-weight: 700;
}

h4 {
	font-size: 2.06rem;
	font-weight: 700;
}

.h2 {
	font-size: 4rem;
	font-weight: 900;
}

.h3 {
	font-size: 2.65rem;
	font-weight: 700;
}

.h4 {
	font-size: 2.06rem;
	font-weight: 700;
}


p{
	font-size: 1.25rem;
	letter-spacing: 1px;
	line-height: 1.7em;
}



@media all and (max-width: 750px) {

	h2 {
		font-size: 4rem;
		font-weight: 900;
	}
	h2 a{
		font-size: 4rem;
		font-weight: 900;
	}
	
	h3 {
		font-size: 2.65rem;
		font-weight: 700;
	}
	
	h4 {
		font-size: 2.06rem;
		font-weight: 700;
	}
	
	.h2 {
		font-size: 4rem;
		font-weight: 900;
	}
	
	.h3 {
		font-size: 2.65rem;
		font-weight: 700;
	}
	
	.h4 {
		font-size: 2.06rem;
		font-weight: 700;
	}
	
	
	p{
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.7em;
	}
	
	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 100;
}




#gHeader .menu {
	width: 40px;
	position: fixed;
	top: 15px;
	left: 15px;
}
#gHeader .menu img {
	width: 40px;
}



#gHeader.header_fixed .menu img {
	width: 20px;
}

.menuBox {
	padding: 0 23px 38px 0;
	width: 315px;
	position: fixed;
	top: 0;
	left: -316px;
	display: block;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	transition: left .5s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: left 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: left 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 1000;
	overflow-x: hidden;
	transform:translate3d(0,0,0);
	filter: drop-shadow(0px 0px 4px rgba(95,95,95,0.3));
}


.menuBox.on {
	left: -10px;
	transform:translate3d(0,0,0); 
	border: 2px solid r_ed;
	background: #fff;

}




.menuBox .close {
	position: absolute;
	left: 25px;
	top: 15px;
	transform:translate3d(0,0,0); 
}
.menuBox .close a {
	padding: 10px;
	display: block;
}
.menuBox .close img,
#gHeader.header_fixed .close img {
	width: 40px;
}



.menuBox nav ul{
	border: 1px solid g_reen;
	margin: 100px 0 0 40px;
}
.menuBox nav ul li {
	margin: 1.2em 0 0 0;
}
.menuBox nav ul li a{
	border: 1px solid r_ed;
	font-weight: 700;
	font-size: 2rem;
}

.menuBox .sns{
	display: flex;
	position: relative;
	top: 35px;
	left: 40px;
}
.menuBox .sns a {
	border: 1px solid r_ed;
	display: inline-block;
	width: 30px;
	margin-right: 15px;
	transition: .5s;
}
.menuBox .logo{
	width: 80%;
	max-width: 300px;
	position: relative;
	top: 80px;
	left: 30px;
	border: 1px solid r_ed;
}

@media all and (max-width: 750px) {

	#gHeader{
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		z-index: 100;
	}
	
	
	
	
	#gHeader .menu {
		width: 40px;
		position: fixed;
		top: 15px;
		left: 15px;
	}
	#gHeader .menu img {
		width: 40px;
	}
	
	
	
	#gHeader.header_fixed .menu img {
		width: 20px;
	}
	
	.menuBox {
		padding: 0 23px 38px 0;
		width: 315px;
		position: fixed;
		top: 0;
		left: -316px;
		display: block;
		box-sizing: border-box;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		transition: left .5s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transition: left 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-ms-transition: left 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		z-index: 1000;
		overflow-x: hidden;
		transform:translate3d(0,0,0);
		filter: drop-shadow(0px 0px 4px rgba(95,95,95,0.3));
	}
	
	
	.menuBox.on {
		left: -10px;
		transform:translate3d(0,0,0); 
		border: 2px solid r_ed;
		background: #fff;
	
	}
	
	
	
	
	.menuBox .close {
		position: absolute;
		left: 25px;
		top: 15px;
		transform:translate3d(0,0,0); 
	}
	.menuBox .close a {
		padding: 10px;
		display: block;
	}
	.menuBox .close img,
	#gHeader.header_fixed .close img {
		width: 40px;
	}
	
	
	
	.menuBox nav ul{
		border: 1px solid g_reen;
		margin: 100px 0 0 40px;
	}
	.menuBox nav ul li {
		margin: 1.2em 0 0 0;
	}
	.menuBox nav ul li a{
		border: 1px solid r_ed;
		font-weight: 700;
		font-size: 2rem;
	}
	
	.menuBox .sns{
		display: flex;
		position: relative;
		top: 35px;
		left: 40px;
	}
	.menuBox .sns a {
		border: 1px solid r_ed;
		display: inline-block;
		width: 30px;
		margin-right: 15px;
		transition: .5s;
	}
	.menuBox .logo{
		width: 80%;
		max-width: 300px;
		position: relative;
		top: 80px;
		left: 30px;
		border: 1px solid r_ed;
	}
}





