@charset "UTF-8";

/*==============================================*/
/* Contents Style */
/*==============================================*/
body {
	min-width: inherit;
}

#Pankuzu {
	max-width: 1200px;
	margin: 0 auto 10px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Osaka, sans-serif;
	font-size: 80%;
	letter-spacing: 0;
	line-height: 2.0;
}
#Pankuzu a {
	color: #b28754;
}


.onlySP {
	display: none !important;
}

.br01 {
	display: block;
}

strong {
	font-weight: bold;
}

.aC {
	text-align:center;
}

a {
	color: #fff;
	text-decoration: underline;
}

.hover a {
	position: relative;
	display: block;
}

.hover a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, .6);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.hover a:hover:before {
	opacity: 1;
}

#mainarea {
	width: auto;
	color: #000;
	font-size: 133.3%;
	font-family: "Yu Mincho", "YuMincho";
	line-height: 1.6;
}

#mainarea img {
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.wrapper01 {
	background: url(../img/bg01.png) no-repeat top center / cover;
	background-attachment: fixed;
}

.contents01 {
	margin: 0 auto;
	padding: 15px 50px 0;
	max-width: 1200px;
}

.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.baC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.pagetop01 {
	position: fixed;
	bottom: 166px;
	left: 50%;
	margin-left: 550px;
	width: 50px;
	height: 50px;
}

.pagetop01 > a {
	position: relative;
	display: block;
	height: 50px;
	background-color: #222;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
}

.pagetop01 > a:hover {
	background-color: #666;
}

.pagetop01 > a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: " ";
	margin: 21px auto;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
}

.lead01 {
	font-size: 125%;
	font-weight: bold;
}

.snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.snsBtn01 > li {
	margin-left: 10px;
}
.snsBtn01 > li:first-child {
	margin-left: 0;
}

.heading01 {
	margin-top: 10px;
}

.heading02 {
	text-align: center;
}

.heading03 {
	margin: 0 auto;
	width: 440px;
}

.localNavi01 {
	position: relative;
	margin: 0 -10px;
	padding: 8px 10px;
	background: url(../img/bg02.png) repeat 0 0;
}

.localNavi01:before,
.localNavi01:after {
	position: absolute;
	bottom: -10px;
	content: "";
	width: 10px;
	height: 10px;
	background: no-repeat 0 0 / 100%;
}
.localNavi01:before {
	left: 0;
	background-image: url(../img/bg03.png);
}
.localNavi01:after {
	right: 0;
	background-image: url(../img/bg04.png);
}

.localNavi01 > .button01 {
	display: none;
}

.localNavi01 > .inner01 > ul > li {
	float: left;
	width: calc(100% / 7);
	width: -webkit-calc(100% / 7);
}

.frameArea01 {
	padding: 30px 30px 50px;
	background-color: rgba(255, 255, 255, .8);
}

.frameArea02 {
	margin-top: 30px;
	padding: 10px;
	background-color: #ebd68a;
}

.frameArea02 > .button01{
	display: none;
}

.section01 {
	margin-top: 60px;
}

.section01:first-child {
	margin-top: 0;
}

.section02 {
	margin-top: 30px;
}

.col01 {
	margin-top: 30px;
	width: 21%;
}

.col02 {
	margin-top: 30px;
	width: 75.9%;
}

.col02 > .text01 {
	font-size: 125%;
	font-weight: bold;
}

.col02 > .text02 {
	margin-top: 15px;
}

.col03 {
	margin-top: 30px;
	width: 300px;
}

.col03 > .text01 {
	margin-top: 5px;
}

.col04 {
	margin-top: 30px;
	min-width: 350px;
	width: calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
}

.col05 {
	margin-top: 30px;
	width: 49%;
}

.col06 {
	width: 40%;
}

.col07 {
	width: 56%;
}

.form01 {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}

.sel01 {
	padding: 9px 5px;
	border: #a9a9a9 solid 1px;
	background-color: #fff;
	width: 100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Osaka, sans-serif;
	font-size: 16px;
}

.btn01 {
	display: table;
	margin-top: 30px;
}

.btn01:first-child {
	margin-top: 0;
}

.btn01 > a,
.btn02 > a {
	position: relative;
	display: block;
	padding: 14px 20px 12px;
	border: #e60012 solid 1px;
	background-color: #e60012;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Osaka, sans-serif;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn02 > a {
	padding: 4px 20px 1px;
}

.btn01 > a:hover,
.btn02 > a:hover {
	background-color: #fff;
	color: #e60012;
}

.btn01 > a:before,
.btn02 > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	border: #fff solid 1px;
}

.txt01 {
	margin-top: 30px;
	text-align: center;
}

.txt02 {
	margin-top: 20px;
	font-size: 125%;
	font-weight: bold;
}

.txt02 > .inner01 {
	margin-left: 20px;
	font-size: 80%;
	font-weight: normal;
}

.txt03 {
	margin-top: 10px;
}

.list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 20px;
}

.list01 > li {
	margin: 10px 0 0 1%;
	width: 32.6%;
}

.list01 > li:nth-child(3n+1) {
	margin-left: 0;
}

.list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.list02 > li {
	margin-top: 30px;
	padding-bottom: 30px;
	width: 48%;
	background: url(../img/bg06.png) no-repeat left bottom / 100% auto;
}

.list02 > li .text01 {
	font-size: 112.5%;
	font-weight: bold;
}

.list02 > li .text01 > .inner01 {
	font-size: 77.8%;
}

.list02 > li .text02 {
	margin-top: 10px;
}

.list03 > dt {
	display: inline-block;
	margin-top: 30px;
	padding: 5px 10px;
	background-color: #222;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
}

.list03 > dd {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
.onlyPC {
	display: none !important;
}
.onlySP {
	display: block !important;
}

.br01 {
	display: inline;
}
.br02 {
	display: block;
}

#Pankuzu {
	display: none;
}

#mainarea {
	width: 100%;
	font-size: 116.7%;
	font-family: "Sawarabi Mincho", sans-serif;
}

#mainarea img {
	width: 100%;
	height: auto;
}

.hover a:before {
	content: normal;
}

.wrapper01 {
	position: relative;
	background: none;
}

.wrapper01:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/bg01.png) no-repeat top center / cover;
}

.contents01 {
	padding: 10px 4% 0;
}

.pagetop01 {
	bottom: 0;
	right: 0;
	left: auto;
	margin-left: 0;
	width: 40px;
	height: 40px;
}

.pagetop01 > a {
	height: 40px;
	background-color: rgba(34, 34, 34, .5);
}

.pagetop01 > a:hover {
	background-color: rgba(34, 34, 34, .5);
}

.pagetop01 > a:before {
	margin: 18px auto;
	width: 12px;
	height: 12px;
}

.lead01 {
	width: 100%;
	font-size: 85.7%;
	text-align: center;
}

.snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 15px;
	width: 100%;
}

.heading01 {
	margin-top: 15px;
}

.heading03 {
	width: 83.4%;
}

.localNavi01 {
	position: relative;
	margin: 0 -5px;
	padding: 17px 5px;
	background-size: 25px;
}

.localNavi01:before,
.localNavi01:after {
	bottom: -5px;
	width: 5px;
	height: 5px;
}

.localNavi01 > .button01 {
	display: block;
	margin: 0 auto;
	padding-bottom: 4.6%;
	width: 42%;
	height: 0;
	background: url(../img/tx01.png) no-repeat 0 0 / 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.localNavi01.active > .button01 {
	background-image: url(../img/tx02.png);
}

.localNavi01 > .inner01 {
	max-height: 0;
	background: url(../img/bg05.png) no-repeat center top / 100%;
	overflow-y: hidden;
	transition: all .3s;
}

.localNavi01.active > .inner01 {
	margin-top: 17px;
	max-height: 1000px;
}

.localNavi01 > .inner01 > ul {
	padding: 0 4.3% 25px;
}

.localNavi01 > .inner01 > ul > li {
	margin-top: 32px;
	width: 48%;
}

.localNavi01 > .inner01 > ul > li:nth-child(even) {
	float: right;
}

.frameArea01 {
	padding: 30px 4.3% 50px;
	background-color: rgba(255, 255, 255, .8);
}

.frameArea02 {
	padding-bottom: 30px;
}

.frameArea02 > .button01{
	display: block;
	margin: 20px auto 0;
	width: 67.7%;
}

.col01 {
	width: 100%;
}

.col01 > .image01 {
	margin: 0 auto;
	width: 47.6%;
}

.col02 {
	width: 100%;
}

.col03 {
	width: 100%;
}

.col03 > .text01 {
	text-align: center;
}

.col04 {
	min-width: inherit;
	width: 100%;
}

.col04 > .text01 {
	text-align: center;
}

.col05 {
	width: 100%;
}

.col05 + .col05 {
	margin-top: 10px;
}

.form01 {
	width: 100%;
}

.btn01 {
	display: table;
	margin: 30px auto 0;
}

.btn02 {
	display: table;
	margin: 10px auto 0;
}

.btn01 > a,
.btn02 > a {
	padding: 14px 20px 12px;
	font-size: 142.9%;
}

.btn02 > a {
	padding: 4px 20px 1px;
}

.btn01 > a:hover,
.btn02 > a:hover {
	background-color: #e60012;
	color: #fff;
}

.txt01 {
	text-align: left;
}

.list01 {
	margin-top: 20px;
}

.list01 > li {
	margin: 10px auto 0;
	width: 100%;
	text-align: center;
}

#mainarea .list01 > li img {
	width: 66.6%;
}

.list02 > li {
	width: 100%;
}

.list03 > dt {
	font-size: 114.3%;
}

}

.localNavi01 > .inner01 > ul:after,
.cf:after {
	content: " ";
	display: block;
	clear: both;
}