@charset "utf-8";
/******************************************
- header
- footer
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Text Style
- Stopgap Class
- clearfix
*******************************************/
#container {
	padding-top: 69px;
}

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

header

---------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #111111;
	padding: 10px 35px;
}
#header .header_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	/* globalNav
	------------------------------- */
.nav-open {
  overflow: hidden;
}
#header .globalNav {
	opacity: 0;
}

#header .globalNav {
	min-width: 40%;
	display: block;
	padding: 50px 0;
	position: fixed;
	top: 69px;
	right: 0;
	z-index: 999;
	height:calc( 100vh - 60px);
	margin-top: 0;
	background-color: #111111;
	overflow-y: scroll;
	transform: translateX(100%);
	transition: transform .3s;
}
#header .globalNav a {
	color: #fff;
}
.nav-open #header .globalNav {
	opacity: 1;
	transform: translateX(0%);
}
#header .globalNav > ul {
	flex-direction: column;
}
#header .globalNav > ul >li {
	padding:  20px 30px;
	border-bottom: 1px solid #775157;
}
/* menuBtn
------------------------------- */
#header #menuBtn {
	display: inline-block;
	margin-left: auto;
	width: 43px;
	height: 35px;
	position: relative;
}
#header #menuBtn:before,
#header #menuBtn span:before,
#header #menuBtn span:after {
	content: "";
	width: 100%;
	height: 7px;
	background-color: #775157;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .5s;
}
#header #menuBtn span:before {
	top: 0;
	transform: translate(-50%,0%);
}
#header #menuBtn span:after {
	top: auto;
	bottom: 0;
	transform: translate(-50%,0%);
}
.nav-open #header #menuBtn:before{
	display: none;
}
.nav-open #header #menuBtn span:before {
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.nav-open #header #menuBtn span:after {
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.nav-open #header #layer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 69px;
	right: 0;
	z-index: 998;
	background-color: rgba(0,0,0,.5);
}
@media only screen and (max-width: 767px){
	#header {
		padding: 10px;
	}
}
/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	background: #000000;
	color: #fff;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 45px;
}
#footer h2 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.5;
    margin: 40px 0 5px;
    text-align: center;
}
#footer p.ad {
    text-align: center;
    color: #fff;
}
#footer address {
    text-align: center;
    color: #a6a6a6;
    font-style: normal;
    padding: 10px 0;
    color: #a6a6a6;
}
@media only screen and (max-width: 767px){
	#footer {
		padding-top: 100px;
	}
}

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

- Title Style

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

/* sec_tit01
------------------------------- */
.sec_tit01 {
	font-family: 'Yuji Syuku', serif;
	text-align: center;
	margin-bottom: 70px;
}
.sec_tit01 .icon {
	margin: 0 auto 15px;
}
.sec_tit01 .main {
	font-size: 36px;
	padding-bottom: 35px;
	background-image: url(../../img/top/deco_brush.png);
	background-repeat: no-repeat;
	background-size: 349px 65px;
	background-position: center bottom;
	margin-bottom: 10px;
}
.sec_tit01 .sub {
	font-size: 14px;
}

@media only screen and (max-width: 767px){

	.sec_tit01 {
		margin-bottom: 50px;
	}
	.sec_tit01 .icon {
		margin: 0 auto 10px;
	}
	.sec_tit01 .main {
		font-size: 30px;
		padding-bottom: 28px;
		background-image: url(../../img/top/deco_brush.png);
		background-repeat: no-repeat;
		background-size: 279px 52px;
		background-position: center bottom;
		margin-bottom: 10px;
	}
	.sec_tit01 .sub {
		font-size: 14px;
	}
}
/* ----------------------------------------

- Section Style

---------------------------------------- */
/* section
------------------------------- */
.sec01 {
	margin-top: 80px;
	margin-bottom: 80px;
}
/* inner
------------------------------- */
.inner01 {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.inner02 {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
.inner03 {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}

@media only screen and (max-width: 767px){
	.inner01 {
		padding-left:20px;
		padding-right: 20px;
	}
	.inner02 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* col
---------------------------------------- */

.colWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
	list-style: none;
	overflow: hidden;
}
.colWrap > * {
	margin-top: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}
.col02 > * { width: calc(50% - 20px); }
.col03 > * { width: calc(33.33% - 20px); }
.col04 > * { width: calc(25% - 20px); }
.col05 > * { width: calc(20% - 20px); }
.col06 > * { width: calc(16.66% - 20px); }

@media only screen and (max-width: 767px){
	.spcolClear { display: block; }
	.spcolClear  > * { width: auto; }
	.spcol02 > * { width: calc(50% - 20px); }
	.spcol03 > * { width: calc(33.33% - 20px); }
	.spcol04 > * { width: calc(25% - 20px); }
	.spcol05 > * { width: calc(20% - 20px); }
	.spcol06 > * { width: calc(16.66% - 20px); }
}


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

- List Style

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

/* list
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}


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

- Button Style

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

/* btn01
------------------------------- */
.btn01 {
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	color:#652748;
	padding: 15px 2em;
	border-radius: 100px;
	background: linear-gradient(to right,#FFB800,#FFE900);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.btn01:hover {
	opacity: 1;
	transform: translateY(5px);
}
.btn01.whiteBtn {
	background: #fff;
}
.btn01.brownBtn {
	color: #fff;
	background: #775157;
}

@media screen and (max-width:767px){

}



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

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/

.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}
.fwB { font-weight: bold !important;}
.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}



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

- Stopgap Class

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.font_orenge { color: #EF5151;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}
.pcNone { display: none; }
.spNone { display: inline-block; }
@media screen and (max-width:767px){

	.pcNone { display: block !important; }
	.spNone { display: none !important; }
}

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

clearfix

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

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}