﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
@charset "utf-8";
/* ------ General Settings ------ */
html {}
#wrapper {
	margin-top: 108px;
}
@media screen and (min-width: 1px) and (max-width: 767.499px) {
	#wrapper {
		margin-top: 64px;
	}
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	line-height: 1px;
	transition: .3s;
}
.forPc {
	display: block;
}
.forMobile {
	display: none;
}
@media screen and (max-width: 639px) {
	.forPc {
		display: none;
	}
	.forMobile {
		display: block;
	}
}
/* ------ webfont ------ */
/* 日本語フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: none;
}
/* 指定英字フォント */
.webfontL {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900 !important;
}
.webfontS {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100 !important;
}
/* ------ ライン ------ */
/* leftLine */
.leftLine {
	line-height: 100%;
	display: flex;
	align-items: center;
}
.leftLine:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
/* 左右ライン */
.wLine {
	display: flex;
	align-items: center;
}
.wLine:before, .wLine:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #222;
}
.wLine:before {
	margin-right: 1rem;
}
.wLine:after {
	margin-left: 1rem;
}
/* ------ inview アニメーション ------ */
/* fade-In */
.fade-In {
	opacity: 0;
	transition: 2s;
}
.fade-In.is-show {
	opacity: 1;
}
/* fadeIn_up */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1.5s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* fadeIn_left */
.fadeIn_left {
	opacity: 0;
	transform: translate(-10%, 0);
	transition: 3s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* fadeIn_right */
.fadeIn_right {
	opacity: 0;
	transform: translate(10%, 0);
	transition: 3s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* ------ webfont icon ------ */
/* icon */
.icon01::before {
	font-family: 'Material Symbols Outlined';
	content: "\e887";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon02::before {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	vertical-align: -5%;
	margin-right: 0.2em;
}
.icon03::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	vertical-align: -10%;
	margin-right: 0.2em;
}
.icon04::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5cd";
	vertical-align: -5%;
	margin-right: 0.2em;
}
.icon05::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5c5";
	vertical-align: -6%;
	margin-right: 0.2em;
}
.icon06::before {
	font-family: 'Material Symbols Outlined';
	content: "\e5df";
	vertical-align: -6%;
	margin-right: 0.2em;
}
.icon07::before {
	font-family: 'Material Symbols Outlined';
	content: "\e02e";
	vertical-align: -10%;
	margin-right: 0.2em;
}
/* pageWrapper */
#pageWrapper {
	padding: 0;
}
/* footArea */
#footArea {
	background: #efefef;
	border: solid 20px #fff;
	padding: 2% 0 3%;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
@media screen and (max-width: 800px) {
	#footArea {
		padding: 6% 0;
	}
}
.footName {
	width: 20%;
	max-width: 120px;
	margin: 0 auto;
	padding-bottom: 20px;
}
/* breadArea */
#breadArea {
	max-width: 960px;
	margin: 2% auto 0;
	padding: 0 5%;
}
@media screen and (max-width: 800px) {
	#breadArea {
		width: 90%;
		padding: 0;
		margin: 4% auto 0;
	}
}
.breadcrumbs {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 0 5%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	font-size: 70%;
	line-height: 40px;
}
@media screen and (max-width: 800px) {
	.breadcrumbs {
		padding: 0 5%;
	}
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li::after {
	content: ' > ';
}
.breadcrumbs li:last-child::after {
	display: none;
}
/* footBlock */
#footBlock {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 5%;
}
@media screen and (max-width: 800px) {
	#footBlock {
		padding: 0 0 8%;
	}
}
/* footBox */
.footBox {
	padding: 1% 0;
	border-bottom: dotted 1px #fff;
	color: #fff;
}
.footBox:last-child {
	border-bottom: none;
}
@media screen and (max-width: 800px) {
	.footBox {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0;
	}
}
/* footBox linkBox */
.footBox .linkBox {
	position: relative;
	z-index: 10;
	text-align: center;
}
.footBox .linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
	color: #463318;
}
.footBox .zoomBox {
	display: block;
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.footBox .zoomBox:hover {
	transform: scale(1.2); /*画像の拡大率*/
	transition-duration: 0.2s; /*変化に掛かる時間*/
}
.footBox .zoomBox:hover {}
.footBox .linkBox .footListL {
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
}
.footBox h3 {
	margin: 0;
}
.footBox p {
	font-size: 70%;
}
@media screen and (max-width: 800px) {
	.footBox p {
		font-size: 90%;
	}
}
.footListS {
	font-size: 70%;
	font-weight: normal !important;
}
@media screen and (max-width: 800px) {
	.footListS {
		font-size: 90%;
	}
}
/* footBoxS */
.footBoxS {
	clear: both;
	width: 100%;
	border-top: dotted 1px #fff;
}
@media screen and (max-width: 800px) {
	.footBoxS {
		width: 90%;
		margin: 0 auto;
		padding-top: 2%
	}
}
.footBoxS h3 {
	float: left;
	width: 33.3%;
	padding: 1% 0;
	margin: 0;
	text-align: center;
	font-size: 70%;
}
@media screen and (max-width: 800px) {
	.footBoxS h3 {
		float: none;
		width: 100%;
		padding: 2% 0 0;
		font-size: 90%;
	}
}
.footBoxS h3 a {
	color: #fff;
	display: block;
}
.footBoxS h3 a:hover {
	color: #23d5ab;
	transition: 0.3s;
}
/* footLogo */
.footLogo {
	clear: both;
	width: 100%;
	margin: 20px 0 50px;
}
.footLogo h2 {
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 800px) {
	.footLogo {
		border: none;
	}
}
/* footSns */
.footSns {
	width: 100px;
	margin: 30px auto 0;
}
.footSnsIcon {
	float: left;
	margin: 0 10px;
	width: 30px;
}
.footSnsIcon:last-child {
	padding-top: 4px;
}
/* crArea */
#crArea {
	padding-bottom: 20px;
}
#crArea p {
	text-align: center;
	font-size: 60% !important;
	color: #999;
}
@media screen and (max-width: 800px) {
	#crArea p {
		font-size: 60%;
	}
}
/* backtotop */
.backtotop {
	position: fixed;
	bottom: 15px;
	z-index: 90;
	display: none;
	right: 15px;
}
@media screen and (max-width: 800px) {
	.backtotop {
		bottom: 13px;
		right: 13px;
	}
}
.hovicon {
	display: inline-block;
	font-size: 100%;
	line-height: 60px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border: solid 1px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.hovicon {
		font-size: 80%;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}
.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hovicon:before {
	speak: none;
	font-size: 140%;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}
/* Effect 1 */
.hovicon.effect-1 {
	background: #e6551e;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #e6551e;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
	background: #e6551e;
	color: #fff;
}
.hovicon.effect-1.sub-a:hover p {
	color: #fff;
}
.hovicon.effect-1.sub-a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* ------ 投稿記事 ------ */
.entry-content p, .entry-content figure {
	padding-bottom: 2%;
}
@media screen and (max-width: 600px) {
	.entry-content p, .entry-content figure {
		padding-bottom: 5%;
	}
}
.icon {
	font-family: iconfont;
	font-weight: normal;
}
.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}
/* ------ Mainvisual ------ */
#mainvisual {
	position: relative;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}
#mainvisual .img {
	position: relative;
	margin-left: -640px; /* -(画像の幅÷2) */
	padding-left: 50%;
	background-color: #e50011;
}
/* ------ mainArea ------ */
#mainArea h1 {
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
/* ------ sliderArea ------ */
#sliderArea {
	position: relative;
	width: 100%;
	background-color: #000;
}
#slid-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slid-inner .slid_img {
	position: absolute;
	display: none;
	width: 1280px; /* 画像の幅 */
	margin-left: -640px; /* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}
#slid-inner .slid_img:first-child {
	position: relative;
	display: block;
}
#slid-btn {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
}
#slid-btn div {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 15px;
	overflow: hidden;
	vertical-align: top;
}
#slid-btn div {
	*display: inline;
}
#slid-btn a {
	display: block;
	width: 20px;
	height: 20px;
}
#slid-btn a:link, #slid-btn a:visited {
	margin-top: 0px;
}
#slid-btn a:hover, #slid-btn a:active, #slid-btn a.current {
	margin-top: -20px;
}
#slid-btn a img {
	vertical-align: top;
}
#slid-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	bottom: 34px;
	left: 0;
	margin-top: -20px;
}
#slid-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#slid-arrow .prev, #slid-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#slid-arrow .prev {
	left: 3%;
}
#slid-arrow .next {
	right: 3%;
}
#slid-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}
#slid-arrow a:link, #slid-arrow a:visited {
	margin-top: 0px;
}
#slid-arrow a:hover, #slid-arrow a:active {
	margin-top: -27px;
}
#slid-arrow a img {
	vertical-align: top;
}
/* ------ titArea ------ */
#titArea {
	width: 100%;
	text-align: center;
	padding-bottom: 4%;
}
#mainTit {
	padding: 40px 0 20px;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#mainTit img {
	width: 100%;
}
#mainLead {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	font-size: 106%;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 60px\9; /* IE8 以下 */
}
#mainLead:not(:target) {
	padding-bottom: 0px\9; /* IE9 */
}
#message-container-confirm {
	text-align: center;
}
/* ------ Contents ------ */
.contents {
	padding: 60px 0;
}
/* ------ Footer ------ */
footer {
	width: 100%;
	background-color: #e50011;
	margin-top: 40px;
}
#footer-inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
footer nav, #copyright {
	text-align: center;
}
footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 67%;
	color: #fff;
	border-left: solid 1px #ccc;
	*zoom: 1;
}
footer ul li:first-child {
	border-left: none;
}
/* backtotop */
.backtotop, .facebook, .twitter {
	position: fixed;
	z-index: 9000;
	bottom: 10px;
}
.backtotop {
	right: 10px;
	display: none;
	background-color: #fff;
}
.facebook {
	right: 10px;
}
.twitter {
	right: 85px;
}
.backtotop a, .facebook a, .twitter a {
	display: block;
}
.backtotop a img, .facebook a img, .twitter a img {
	width: 70px;
}
.backtotop a:hover img, .facebook a:hover img, .twitter a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	line-height: 1px;
}
/*-----------------------------------------------------	*/
/*	for - 980px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 980px) {
	/* ------ Mainvisual ------ */
	#mainvisual .img {
		width: 130%; /* 画像の幅÷980 */
		margin-left: -65%; /* -(画像の幅÷980÷2) */
	}
	/* ------ titArea ------ */
	#mainLead {
		width: 80%;
	}
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 980px; /* 画像の幅 */
		margin-left: -490px; /* -(画像の幅÷2) */
	}
}
/*-----------------------------------------------------	*/
/*	for - 900px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 900px) {
	#gnav-btn a {
		width: 140px;
		height: 140px;
	}
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 900px; /* 画像の幅 */
		margin-left: -450px; /* -(画像の幅÷2) */
	}
}
/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 800px) {
	#gnav-btn a {
		width: 100px;
		height: 100px;
		background: none;
	}
	#gnav nav ul li a {
		height: 30px;
		line-height: 30px;
	}
	#menuKuma {
		background-color: #FFFFFF;
		width: 160px;
		height: 100px;
		text-align: left;
	}
	#menuKuma img {
		height: 100px;
	}
	#footer-inner {
		padding: 40px 0 60px;
	}
	/* backtotop */
	.backtotop a img, .facebook a img, .twitter a img {
		width: 50px;
	}
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 768px; /* 画像の幅 */
		margin-left: -384px; /* -(画像の幅÷2) */
	}
}
/*-----------------------------------------------------	*/
/*	for - 568px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 568px) {
	#gnav-btn a {
		width: 80px;
		height: 80px;
	}
	#gnav nav ul li a {
		height: 20px;
		line-height: 20px;
	}
	#menuKuma {
		display: none;
	}
	#galleryArea section#imgBox01 {
		height: 160px;
	}
	#footer-inner {
		padding: 40px 0 50px;
	}
	.backtotop a img, .facebook a img, .twitter a img {
		width: 40px;
	}
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 568px; /* 画像の幅 */
		margin-left: -284px; /* -(画像の幅÷2) */
	}
}
/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 480px) {
	#gnav-btn a {
		width: 60px;
		height: 60px;
		line-height: 45px;
	}
	/* ------ Mainvisual ------ */
	#mainvisual .img {
		margin-left: -40%;
		text-indent: -10000em;
		background: url(/images/common/bg320_02.gif) no-repeat center 0 #e50011;
		height: 120px;
	}
	#mainvisual .spTop {
		margin-left: -40%;
		text-indent: -10000em;
		background: url(/images/top/bg320.gif) no-repeat center 0 #e50011;
		height: 320px;
	}
	/* ------ titArea ------ */
	#mainLead {
		width: 90%;
		font-size: 100%;
		text-align: left;
	}
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 480px; /* 画像の幅 */
		margin-left: -240px; /* -(画像の幅÷2) */
	}
}
/*-----------------------------------------------------	*/
/*	for - 320px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 320px) {
	/* ------ sliderArea ------ */
	#slid-inner .slid_img {
		width: 320px; /* 画像の幅 */
		margin-left: -160px; /* -(画像の幅÷2) */
	}
}
/* titArea
================================================== */
.titArea {
	padding: 30px 0;
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
}
.titArea h2 {
	font-size: 300%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.titArea h2 {
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 600px) {
	.titArea h2 {
		font-size: 160%;
	}
}
.titArea h2 span {
	font-size: 50%;
}
.titArea h1 {
	font-size: 300%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.titArea h1 {
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 600px) {
	.titArea h1 {
		font-size: 160%;
	}
}
.titArea h1 span {
	color: #e6551e;
}
.titArea .termDescription {
	padding: 0.5% 0 0;
	font-weight: bold;
}
.titArea .termDescription p {}
/* newsArea */
#newsArea {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
/* newsBox */
.newsBox {
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	width: 22.7%;
}
@media screen and (max-width: 800px) {
	.newsBox {
		margin: 3.5%;
		width: 42%;
	}
}
@media screen and (max-width: 600px) {
	.newsBox {
		display: inherit;
		margin: 0 1.5% 6%;
		width: 100%;
	}
}
/* newsBox linkBox */
.newsBox .linkBox {
	position: relative;
	z-index: 1;
}
.newsBox .linkBox a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 11;
}
.newsBox .zoomBox {
	display: block;
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.newsBox .zoomBox:hover {
	transform: scale(1.1); /*画像の拡大率*/
	transition-duration: 0.3s; /*変化に掛かる時間*/
}
.newsBox h3 {
	font-size: 100%;
}
@media screen and (max-width: 600px) {
	.newsBox h3 {
		margin: 2% 0;
	}
}
/* categoryName */
.categoryName {
	font-size: 80%;
	line-height: 100%;
	background-color: #e6551e;
	color: #fff;
	text-align: center;
	margin-bottom: 2%;
	padding: 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.categoryName span::after {
	content: '・';
}
.categoryName span:last-child::after {
	display: none;
}
.newsLead {
	font-size: 80%;
}
/* newsPhoto */
@media screen and (max-width: 600px) {
	.newsPhoto {
		float: left;
		width: 35%;
		padding-right: 5%;
	}
}
.newsPhoto img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* newsTxt */
@media screen and (max-width: 600px) {
	.newsTxt {
		float: right;
		width: 60%;
	}
}
.newsTxt .newsDay {
	font-size: 60%;
	font-weight: bold;
	line-height: 100%;
	padding-top: 10px;
}
@media screen and (max-width: 600px) {
	.newsTxt .newsDay {
		padding: 0;
	}
}
.newsTxt h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
/* moreBtn
================================================== */
.moreBtn {
	width: 90%;
	max-width: 1400px;
	margin: 30px auto;
}
.moreBtn li {
	text-align: center;
	list-style: none;
	margin: 0;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	font-size: 80%;
}
.moreBtn li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	background-color: #e50011;
	text-decoration: none;
}
.moreBtn li a:hover {
	background: #e96361;
	transition: .3s;
}
/* pagenaviArea
================================================== */
.pagenaviArea {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
/* 記事スタイル
================================================== */
.entry-content h2 {
    margin: 2em 0 0.67em 0!important;
}