@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: #ad9a68;
    color: #fff;
}

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





/*------------------------------------------------------------
	comJs
------------------------------------------------------------*/
@media all and (min-width: 751px) {
	#main .comJs:after {
		width: 0;
		bottom: 0;
		border-bottom: 5px solid red;
		display: block;
		transition: all .6s ease;
		-webkit-transition: all .6s ease;
		content: "";
	}
	
	#main .comJs:hover:after {
		width: 100%;
	}

}






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

@font-face {
	font-family: 'ten_t'; /* フォント名 */
	/* フォーマットごとにパスを指定 */
	src: url('ten_t.otf') format('opentype');
	src: url('ten_t.woff') format('woff');
  }
  

.ten_t{
	font-family: 'ten_t', 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: #fff;
	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: 2.75rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
	margin: 15px 0;
	color: #331F27;
}


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

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


p{
	font-size: 1.25rem;
	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) {

	h2 {
		font-size: 2.8rem;
		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;
	}
	
	p{
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.7em;
	}
	
	.vTxt{
		writing-mode: vertical-lr;
		letter-spacing: .2em;
		position: relative;
		right: 7px;
	}
	
	
}

