@charset "UTF-8";

/*====================================

	/ Ver 1.0 /

  ----------------------------------
    Structure
  ----------------------------------

  0. RESET
  1. BASE
    1.1 Basic
    1.2 Color
		1.3 Link
		1.4 Font
		1.5 Space
		1.6 Other
  2. COLUMN
	3. MEDIA QUERY

====================================*/



/*-------------------------------

	0. RESET

-------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul, ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}


/*-------------------------------

	1. BASE

-------------------------------*/

/*---------- 1.1 Basic ----------*/
html {
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
body{
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
}
.template_wrap,.single {
	margin-bottom: 120px;
}


/*---------- 1.2 Color ----------*/
body {color: #595757;}
a {color: #595757;}
a:hover {color: #595757;}
a:visited {color: #595757;}

.cl-w {
	color: #fff !important;
}
.cl-wa50 {
	color: rgba(255, 255, 255, 0.5); !important;
}
.cl-gray {
	color: #c8c8c8 !important;
}
.cl-g {
	color: #4b7355 !important;
}
.cl-g2 {
	color: #43712f !important;
}
.cl-o {
	color: #8e6446 !important;
}
.cl-d {
	color: #595757 !important;
}
.cl-y {
	color: #c0aa4d !important;
}
.cl-b {
	color: #2f5271 !important;
}
.cl-m {
	color: #713c2f !important;
}
.cl-c {
	color: #f2eee4 !important;
}
.cl-c2986d {
	color: #c2986d !important;
}


/*---------- 1.3 Link ----------*/
a,
a:hover,
a:visited {
	text-decoration: none;
}
a[href^="tel:"] { cursor: default; }
.hov:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
	transition: 0.3s;
}


/*---------- 1.4 Font ----------*/
html {
font-size: 62.5%; /*10px*/
}
body{
font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-size: 14px; font-size: 1.4rem;
font-weight: 300;
}
p {
	line-height: 2.4rem;
	letter-spacing: 0.15rem;
}
p.lh28 {
	line-height: 2.8rem;
	letter-spacing: 0.15rem;
}
p.lh34 {
	line-height: 3.4rem;
	letter-spacing: 0.2rem;
}

.font1 {
	font-family: "tbudmincho-std", serif;
}

/* Edgeハック */
@supports (-ms-ime-align: auto) {
	.font1 {
		font-family: "tbudmincho-std", serif;
	}
}

/*---------- 1.5 Space ----------*/
.top0 {margin-top: 0 !important;}
.top5 {margin-top: 5px !important;}
.top10 {margin-top: 10px !important;}
.top15 {margin-top: 15px !important;}
.top20 {margin-top: 20px !important;}
.top25 {margin-top: 25px !important;}
.top30 {margin-top: 30px !important;}
.top35 {margin-top: 35px !important;}
.top40 {margin-top: 40px !important;}
.top45 {margin-top: 45px !important;}
.top50 {margin-top: 50px !important;}
.top55 {margin-top: 55px !important;}
.top60 {margin-top: 60px !important;}
.top65 {margin-top: 65px !important;}
.top70 {margin-top: 70px !important;}
.top75 {margin-top: 75px !important;}
.top80 {margin-top: 80px !important;}
.top85 {margin-top: 85px !important;}
.top90 {margin-top: 90px !important;}
.top95 {margin-top: 95px !important;}
.top100 {margin-top: 100px !important;}

.btm0 {margin-bottom: 0 !important;}
.btm5 {margin-bottom: 5px !important;}
.btm10 {margin-bottom: 10px !important;}
.btm15 {margin-bottom: 15px !important;}
.btm20 {margin-bottom: 20px !important;}
.btm25 {margin-bottom: 25px !important;}
.btm30 {margin-bottom: 30px !important;}
.btm35 {margin-bottom: 35px !important;}
.btm40 {margin-bottom: 40px !important;}
.btm45 {margin-bottom: 45px !important;}
.btm50 {margin-bottom: 50px !important;}
.btm55 {margin-bottom: 55px !important;}
.btm60 {margin-bottom: 60px !important;}
.btm65 {margin-bottom: 65px !important;}
.btm70 {margin-bottom: 70px !important;}
.btm75 {margin-bottom: 75px !important;}
.btm80 {margin-bottom: 80px !important;}
.btm85 {margin-bottom: 85px !important;}
.btm90 {margin-bottom: 90px !important;}
.btm95 {margin-bottom: 95px !important;}
.btm100 {margin-bottom: 100px !important;}


/*---------- 1.6 Other ----------*/
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.parents {
	position: relative;
}
.child {
	position: absolute;
}
.fixed {
	position: fixed;
}
.parents-left {
	position: relative;
	left: -100px;
}
.parents-right {
	position: relative;
	right: -100px;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.vertical {
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.img {
	line-height: 0;
}
.img img {
	width: 100%;
	height: auto;
}
.fullHr {
	color: #59504d;
	margin: 100px 0;
}

/* breadcrumb */
.breadcrumb span,
.breadcrumb a {
  display: inline-block;
}
.breadcrumb span:not(:first-child)::before {
  content: '>';
  margin: 0 .5em;
}
.breadcrumb span:last-child a {
  pointer-events: none;
  color: #000;
  text-decoration: none;
  cursor: default;
}


/*-------------------------------

	2. COLUMN

-------------------------------*/
.w100 {
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contents-c {
	margin-left: auto;
	margin-right: auto;
}

.col-1 {width: 100%;}
.col-2 {width: 50%;}
.col-3 {width: 33.33%;}
.col-4 {width: 25%;}
.col-5 {width: 20%;}
.col-6 {width: 16.66%;}


/*-------------------------------

	3. MEDIA QUERY

-------------------------------*/

@media screen and ( max-width:1080px ) {
	.hov:hover{
		filter:alpha(opacity=100);
		opacity:1;
		transition: 0.3s;
	}
	.w100 {
		width: 100%;
	}
	.col-t1 {width: 100%;}
	.col-t2 {width: 50%;}
	.col-t3 {width: 33.33%;}
	.col-t4 {width: 25%;}
	.col-t5 {width: 20%;}
	.col-t6 {width: 16.66%;}

	.col-t1:nth-child(n+2),.col-t2:nth-child(n+3),.col-t3:nth-child(n+4),
	.col-t4:nth-child(n+5),.col-t5:nth-child(n+6),.col-t6:nth-child(n+7) {
		margin-top: 15px;
	}

	.float-tc {
		float: none;
	}
	.parents-left {
		position: static;
	}
	.parents-right {
		position: static;
	}
	.vertical {
		-webkit-writing-mode: horizontal-tb;
	  -ms-writing-mode: lr-tb;
	  writing-mode: horizontal-tb;
	}
	.sp {
		padding: 0 20px !important;
		box-sizing: border-box !important;
	}
	br.tab_br {
		display: none;
	}
	img.tImg100 {
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
	}
	.tab_none {
		display: none !important;
	}
}

@media screen and ( max-width:600px ) {
	body{
	font-size: 13px; font-size: 1.3rem;
	}
	.template_wrap {
		margin-bottom: 50px;
	}
	.col-s1 {width: 100%;}
	.col-s2 {width: 50%;}
	.col-s3 {width: 33.33%;}
	.col-s4 {width: 25%;}
	.col-s5 {width: 20%;}
	.col-s6 {width: 16.66%;}

	.col-s1:nth-child(n+2),.col-s2:nth-child(n+3),.col-s3:nth-child(n+4),
	.col-s4:nth-child(n+5),.col-s5:nth-child(n+6),.col-s6:nth-child(n+7) {
		margin-top: 15px;
	}

	p.lh28 {
		line-height: 2.6rem;
	}
	p.lh34 {
		line-height: 3.2rem;
	}

	.float-sc {
		float: none;
	}
	br.sp_br {
		display: none;
	}
	.sp_none {
		display: none !important;
	}
	.fullHr {
		color: #59504d;
		margin: 50px 0;
	}
}
