html {overflow-y:scroll;}

/* ---- フォント指定 ----- */
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 300 !important;
	color: #151515;
/*	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;*/
}
span { font-weight: inherit;}
strong {
  font-weight:600;
}
.bold {
  font-weight: 600;
}
.exbold {
  font-weight: 700;
}
.normal {font-weight: normal;}

section { clear: both; position: relative;}

a {
	font-weight:bold;
  /*font-family: "FOT-スーラ Pro DB", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
a:link, a:visited {
  color: #92740F;
  text-decoration: underline;
}
a:hover {
  color: #E4C93E;
  text-decoration: none;
  font-weight: bold;
}
a img {
	display: inline-block; /* Chrome対応 */
	backface-visibility: hidden; /* Chrome対応 */
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
h1,h2,h3,h4,h5 {
	/*font-family: "FOT-ニューロダン Pro B", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 168%;
	font-weight: 600;
	margin-bottom: 1.2em;
	line-height: 1.6;
}
p {
  margin-bottom: 1em;
}
hr {
	border-left: 0;
	border-right: 0;
	height: 0;
	border-top: 1px solid #DCDCDC;
}
em {
	text-decoration: underline;
	font-weight: inherit;
}
img {
	max-width:100%;
	width:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic; /* IE バイキュービック */
}
table {
	width:100%;
}

input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.right {text-align:right;}
.left {text-align:left;}
.center {text-align:center !important;}
.hd {overflow: hidden;}
.alpha {
	font-family: Arial, Helvetica, sans-serif;
}
.alpha2 {
	font-family: Arial, Helvetica, sans-serif;
}

.clear {clear:both;}
.hidden {overflow:hidden;}
.block {display: block !important;}
.inline-b {display: inline-block !important;}
.inline-t {display: inline-table !important;}

/* ------- margin ------ */

.mb-0 {margin-bottom: 0 !important;}
.mb-05 {margin-bottom: 0.5em !important;}
.mb-10 {margin-bottom: 1.0em !important;}
.mb-15 {margin-bottom: 1.5em !important;}
.mb-20 {margin-bottom: 2.0em !important;}
.mb-25 {margin-bottom: 2.5em !important;}
.mb-30 {margin-bottom: 3.0em !important;}
.mb-40 {margin-bottom: 4.0em !important;}
.mb-50 {margin-bottom: 5.0em !important;}
.mb-60 {margin-bottom: 6.0em !important;}
.mb-70 {margin-bottom: 7.0em !important;}
.mb-80 {margin-bottom: 8.0em !important;}

.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 0.5em !important;}
.mt10 {margin-top: 1.0em !important;}
.mt15 {margin-top: 1.5em !important;}
.mt20 {margin-top: 2.0em !important;}
.mt30 {margin-top: 3.0em !important;}
.mt40 {margin-top: 4.0em !important;}
.mt50 {margin-top: 5.0em !important;}
.mt60 {margin-top: 6.0em !important;}

.mg0 {margin: 0 !important;}

/* ------- padding ------ */

.pd0 {padding: 0 !important;}
.pd5 {padding: 0.5em !important;}
.pd10 {padding: 1.0em !important;}
.pd15 {padding: 1.5em !important;}
.pd20 {padding: 2.0em !important;}
.pd25 {padding: 2.5em !important;}
.pd30 {padding: 3.0em !important;}

.pd-t0 {padding-top: 0 !important;}
.pd-t10 {padding-top: 1.0em !important;}
.pd-t15 {padding-top: 1.5em !important;}
.pd-t20 {padding-top: 2.0em !important;}
.pd-t30 {padding-top: 3.0em !important;}
.pd-t40 {padding-top: 4.0em !important;}
.pd-t50 {padding-top: 5.0em !important;}
.pd-t60 {padding-top: 6.0em !important;}

.pd-b0 {padding-bottom: 0 !important;}
.pd-b10 {padding-bottom: 1.0em !important;}
.pd-b15 {padding-bottom: 1.5em !important;}
.pd-b20 {padding-bottom: 2.0em !important;}
.pd-b30 {padding-bottom: 3.0em !important;}
.pd-b40 {padding-bottom: 4.0em !important;}
.pd-b50 {padding-bottom: 5.0em !important;}
.pd-b60 {padding-bottom: 6.0em !important;}

.pd-tb5 {padding: 0.5em 0 !important;}
.pd-tb10 {padding: 1.0em 0 !important;}
.pd-tb15 {padding: 1.5em 0 !important;}
.pd-tb20 {padding: 2.0em 0 !important;}
.pd-tb30 {padding: 3.0em 0 !important;}

.pd5-10 {padding: 0.5em 1.5em !important;}
.pd10-15 {padding:1.0em 1.5em !important;}
.pd15-20 {padding:1.5em 2.0em !important;}
.pd15-15-0 {padding:1.5em 1.5em 0 !important;}

/* ----- width ------ */
.w-05 {
  display: block;
  margin: 0 auto;
  width: 5%;
  line-height: 0;
}
.w-07 {
  display: block;
  margin: 0 auto;
  width: 7%;
  line-height: 0;
}
.w-10 {
  display: block;
  margin: 0 auto;
  width: 10%;
  line-height: 0;
}
.w-15 {
  display: block;
  margin: 0 auto;
  width: 15%;
  line-height: 0;
}

/* ------- font ------- */

.fs50 {font-size: 50% !important;}
.fs80 {font-size: 80% !important;}
.fs85 {font-size: 85% !important;}
.fs90 {font-size: 90% !important;}
.fs95 {font-size: 95% !important;}
.fs100 {font-size: 100% !important;}
.fs110 {font-size: 110% !important;}
.fs115 {font-size: 115% !important;}
.fs120 {font-size: 120% !important;}
.fs125 {font-size: 125% !important;}
.fs130 {font-size: 130% !important;}
.fs140 {font-size: 140% !important;}
.fs150 {font-size: 150% !important;}
.fs170 {font-size: 170% !important;}
.fs200 {font-size: 200% !important;}
.fs-numb-L {font-size: 200% !important; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold;}

.Lh10 {line-height: 1 !important;}
.Lh15 {line-height: 1.5 !important;}
.Lh16 {line-height: 1.6 !important;}
.Lh17 {line-height: 1.7 !important;}
.Lh18 {line-height: 1.8 !important;}
.Lh19 {line-height: 1.9 !important;}
.Lh20 {line-height: 2.0 !important;}

.c-red {color: #F00;}
.c-ember {color: #D34545;}
.c-azuki {color: #872929;}
.c-darkred {color: #A61515;}
.c-pink { color:#FF6060;}
.c-gray {color: #7B726D;}
.c-gold {color: #996600;}
.c-gold2 {color: #B79F57;}
.c-yellow {color:#F09600;}
.c-oyster {color: #C6BBB0;}
.c-green {color: #69882E;}
.c-orange {color: #E36C1E;}
.c-egg {color: #FFFF90;}
.c-wht {color:#FFFFFF;}

.txtL {text-align: left;}
.txtR {text-align: right;}

/* ------- 囲み文字・アイキャッチ ------- */
.catch-red {
	color: #FFFFFF;
	font-weight: bold;
	background-color: darkred;
	margin: 0 0.5em 0 0;
	padding: 0px 0.5em;
}


/* ------- 2行目インデント ------- */
.att {
  padding-left: 1em;
  text-indent: -1em;
}
ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.indent2 li {
  padding-left: 2em;
  text-indent: -2em;
}

/* ------- シャドウ ------- */

.shadow1 {
	text-shadow: 0px 0px 9px rgba(0,0,0,0.70);
}


/* ------- radius ------- */

.rd_top {
	border-radius: 5px 5px 0px 0px !important;
}
.rd_btm {
	border-radius: 0px 0px 5px 5px !important;
}
.rd_full {
  border-radius: 8px;
}
.rd_full2 {
  border-radius: 16px;
}
.rd_full3 {
  border-radius: 30px;
}

/* ------- ドット ------- */

.dot-top {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 3px dotted #DDDBD7;
}

.dot-btm {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px dotted #AFACA8;
}


/* ------- カラム ------ */
.bdbox {box-sizing: border-box;}
.row {
	width: 100%; /* DWハック */
	margin: 0 0 0.7em 0;
	overflow: hidden;
	height: 1%;
	*zoom: 1;
	min-height: 1%;
	box-sizing: border-box;
}
.row p {
	margin-bottom:0;
}
.col2, .col3, .col3-2, .col4 {
	float:left;
	padding:0;
	position:relative;
	box-sizing: border-box;
}
.col-img {width:100%;	height:auto;}

.col2 { width:50%;} /* border-box */

.col3 {
  width: 33.333%;
  padding-right: 0.4%;
  padding-left: 0.4%;
  margin-bottom: 0.4em;
} /* border-box */
.col3-2 { width:33%; padding-right:0.4%; padding-left:0.4%; margin-bottom: 0.4em;} /* border-box */
.col4 {width: 25%;}



/* ------- youtube ------ */

div.youtube {
	position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
div.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------- Googleカレンダー ------ */

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 769px) {
  .googleCalendar iframe {
	height: 600px;
  }
}


/* ------- タイトル ------ */
.ttl-gold {
  background-color: #B6A359;
  color: #FFF;
  padding: 0.8em;
  font-size: 160%;
  font-weight: 800;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 1.3em;
}
.ttl-gold span {
  color: #FFFF90;
}
.ttl-black-bal {
	background-color: #111111;
	color: #FFF;
	padding: 0.8em;
	font-size: 170%;
	font-weight: 800;
	position: relative;
	line-height: 1.3;
	margin-bottom: 40px !important;
}
.ttl-black-bal:before {
  content: "";
  border: 18px solid transparent;
  border-top: 18px solid #111111;
  position: absolute;
  right: 47.5%;
  bottom: -36px;
  z-index: 2;
}

.ttl-ud-line {
	border-top: 1px solid #412E1D;
	border-bottom: 1px solid #412E1D;
	padding: 10px;
	margin-bottom: 1.7em;
}
.ttl-d-line {
	border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.ttl-dot-full {
	color: #660000;
	letter-spacing: 0.08em;
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 4px dotted #660000;
	padding-bottom: 0.2em;
}
.ttl-dot-semi {
	display: inline-block;
	width: 80%;
	padding: 0 0 0.4em;
	color: #660000;
	letter-spacing: 0.05em;
	border-bottom: 4px dotted #660000;
	margin: 1em 0;
	text-align: center;
}
.ttl-m {
  font-size: 200%;
	margin-bottom: 1em;
	font-weight: 800;
}
.ttl-m-r {
  font-size: 200%;
  color: #FFF;
  background-color: #604934;
  margin-bottom: 1em;
  padding: 0.2em 0;
  font-weight: 600;
}
.ttl-m-line {
	border-bottom: 2px solid #5B4D46;
  display: block;
  margin: 0 auto 2em;
}
.ttl-s-r {
  font-size: 120%;
  margin-bottom: 1em;
  padding: 0;
  font-weight: 600;
}
#sub-title {
  box-sizing: border-box;
  padding-top: 4.5em;
  height: 14em;
}
#sub-title h1 {
  font-size: 240%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
}



/* ----- 背景 ----- */

.bg-wht {
	background-color: #FFFFFF;
  box-sizing: border-box;
}
.bg-ofw {
  background-color: #F1ECE8;
  box-sizing: border-box;
}
.bg-cream {
  background-color: #FEFCED;
  box-sizing: border-box;
}
.bg-gray_thin {
	background-color: #F5F5F5;
	box-sizing: border-box;
}
.bg-gray_dark {
	background-color: #262626;
	color: #FFF;
	box-sizing: border-box;
}
.bg-black {
	background-color: #0B0B0B;
	color: #FFF;
	box-sizing: border-box;
}
.bg-baige {
  background-color: #F9F1D3;
  box-sizing: border-box;
}
.bg-baige-dark {
  background-color: #EAE6DC;
  box-sizing: border-box;
}
.bg-gold {
	background-color: #F8EAC2;
  box-sizing: border-box;
}
.bg-shad {
	-webkit-box-shadow: 0px 0px 7px hsla(0,0%,0%,0.20);
	box-shadow: 0px 0px 7px hsla(0,0%,0%,0.20);
}
.bg-grn {
  background-color: #7F9029;
  color: #FFF;
  box-sizing: border-box;
}
.bg-orng {
  background-color: #CC4801;
  color: #FFF;
  box-sizing: border-box;
}
.bg-ble {
  background-color: #052A56;
  color: #FFF;
  box-sizing: border-box;
}
.bg-turq {
  background-color: #00C2D7;
  color: #FFF;
  box-sizing: border-box;
}
.bg-brwn {
  background-color: #392D25;
  color: #FFF;
	box-sizing: border-box;
}
.bg-red {
  background-color: #DD3322;
  color: #FFF;
	box-sizing: border-box;
}
