@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: #FFD966;
    color: #333;
}

/*Firefox*/
::-moz-selection {
    background: #FFD966;
    color: #333;
}







/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Yu Gothic UI','Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


html {
	font-size: 62.5%;
}



body, table, input, textarea, select, option, p, div, a, span {
	font-family: 'Yu Gothic UI','Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','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;
}

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

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







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



body {
/*	min-width: 1020px;*/
	color: #7C7D78;
	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;
	}
	
	.vTxt{
		writing-mode: vertical-lr;
		letter-spacing: .2em;
		position: relative;
		right: 7px;
	}
	
	
}




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

}





