@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
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, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #000;
	line-height: 1;
	font-size: 0.9rem;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,Verdana,sans-serif;
}
p {
	line-height:170%;
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a {
	color: #000;
	transition: 0.5s;
	text-decoration: none;
	-ms-interpolation-mode: bicubic;
}
p a {
	text-decoration:underline;
}
a:hover {
}
a:hover img {
	opacity: 0.7;
}






@media screen and (min-width:750px) {

body{
	font-size: 0.9rem;
}

}






@media screen and (min-width:980px) {

body{
	font-size: 18px;
}

}






/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container {
	max-width: 1230px;
	margin: 0 auto;
	width:92%;
	position: relative;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}





@media screen and (min-width:501px) {
	.sp-view {
		display: none;
	}
}




@media screen and (max-width:500px) {
	.pc-view {
		display: none;
	}
}





/*
=========================================
	common
=========================================
*/

/* マージン
---------------------------------*/
@media screen and (max-width:749px) {

.mb0-sp{ margin-bottom: 0 !important;}
.mb5-sp{ margin-bottom: 5px !important;}
.mb10-sp{ margin-bottom: 10px !important;}
.mb15-sp{ margin-bottom: 15px !important;}
.mb20-sp{ margin-bottom: 20px !important;}
.mb25-sp{ margin-bottom: 25px !important;}
.mb30-sp{ margin-bottom: 30px !important;}
.mb35-sp{ margin-bottom: 35px !important;}
.mb40-sp{ margin-bottom: 40px !important;}
.mb45-sp{ margin-bottom: 45px !important;}
.mb50-sp{ margin-bottom: 50px !important;}

}

@media screen and (min-width:750px) {

.mb0-pc { margin-bottom: 0 !important;}
.mb5-pc { margin-bottom: 5px !important;}
.mb10-pc { margin-bottom: 10px !important;}
.mb15-pc { margin-bottom: 15px !important;}
.mb20-pc { margin-bottom: 20px !important;}
.mb25-pc { margin-bottom: 25px !important;}
.mb30-pc { margin-bottom: 30px !important;}
.mb35-pc { margin-bottom: 35px !important;}
.mb40-pc { margin-bottom: 40px !important;}
.mb45-pc { margin-bottom: 45px !important;}
.mb50-pc { margin-bottom: 50px !important;}

}


/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}

/*
=========================================
	Modules（Block）
=========================================
*/

/* ///////////////////////////////////////////////////////////////////
box frame
/////////////////////////////////////////////////////////////////// */

#main-content {
	background-color: #fff;
	display: block;
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}






@media screen and (min-width:750px) {

#main-content {
	width: 98%;
}

}







@media screen and (min-width:1230px) {

#main-content {
	width: 1230px;
}

}






/*
=========================================
	Modules（Parts）
=========================================
*/

/* ///////////////////////////////////////////////////////////////////
common
/////////////////////////////////////////////////////////////////// */

.btn-box {
	display: block;
	padding: 0;
	background-color:#f55d02;
	border-radius:6px;
	width: 80%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.btn-box a {
	color:#fff;
	width: 100%;
	height: 46px;
	line-height:46px;
	box-sizing: border-box;
	font-family: はんなり明朝,"YuMincho","Yu Mincho","游明朝体";
	font-size: 1.2rem;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-align:center;
	position: relative;
}
.btn-box:after {
	content: "\e902";
	font-family:icomoon;
	display: block;
	position: absolute;
	right: 16%;
	top: 27%;
	color:#fff;
	font-size:20px;
}
.btn-box:before {
	content: "\e900";
	font-family:icomoon;
	position: absolute;
	left: 19%;
	top: 27%;
	color:#fff;
	font-size:20px;
}
.present-btn-area .btn-box:before {
	display:none;
}







@media screen and (min-width:750px) {

.btn-box {
	letter-spacing:10px;
	width:620px;
	height:66px;
	box-sizing:border-box;
	font-size: 34px;
	line-height: 37px;
}
.btn-box a {
	height: 66px;
	line-height: 60px;
	font-size: 1.8rem;
}
.present-btn-area .btn-box {
	padding: 0;
	width:400px;
	height: 66px;
	letter-spacing:2px;
	margin: 0;
}
.present-btn-area .btn-box a {
	font-size: 24px;
	line-height: 63px;
	letter-spacing:2px;
	padding: 0;
}
.btn-box:after {
	right: 22%;
	top: 15px;
	font-size:30px;
}
.btn-present:after {
	right: 67px;
	top: 19px;
}
.btn-box:before {
	top: 12px;
	font-size: 31px;
	left: 22%;
}
.btn-box:hover {
	opacity:.8;
}
}






@media screen and (min-width:980px) {

.btn-box {
	letter-spacing:8px;
	width:620px;
	height:66px;
	box-sizing:border-box;
	font-size: 34px;
}
.btn-box:before {
	top: 12px;
	left: 140px;
}
.btn-box:after {
	right: 84px;
	top: 14px;
}
.btn-present {
	padding: 16px 10% 0 113px;
	font-size: 28px;
	line-height: 28px;
	width:400px;
	height: 66px;
	letter-spacing: 5px;
}

}





@media all and (-ms-high-contrast: none) {
.btn-box a {
	line-height:76px;
}
.present-btn-area .btn-box a {
	line-height: 71px;
}
}







.section-box {
	margin-top:26px;
}
.section-box .section-ttl {
	display: block;
	background-image: url("../img/title_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-family: はんなり明朝,"YuMincho","Yu Mincho","游明朝体";
	padding: 13px 2% 12px;
	font-weight: normal;
	line-height: 100%;
	display: block;
}

.section-content {
	text-align:center;
	margin-top:16px;
}
.section-content .x-big {
	font-size:1.1rem;
}
.section-content .red {
	color:#d93e18;
}
.section-content p .underline {
	background: linear-gradient(transparent 0%, #ff977d 0%);
	font-weight: normal;
	padding: 1.2% 2%;
	line-height: 220%;
}
.section-content .orange {
	color:#f35e1f
}









@media screen and (min-width:750px) {

.section-content .x-big {
	font-size:22px;
}
.section-box .section-ttl {
	padding: 1.2% 2%;
	font-size:22px;
}
.section-content {
	width:98%;
	margin: 25px auto 0;
}
.section-content p .underline {
	background: linear-gradient(transparent 0%, rgba(255, 151, 125, 0.78) 0%);
	font-weight: normal;
	padding:.3% 2%;
	line-height:230%;
}

}






@media screen and (min-width:1080px) {

.section-content .x-big {
	font-size:28px;
}
.section-box .section-ttl {
	padding: 0;
	width:1032px;
	box-sizing:border-box;
	margin:auto;
	height:45px;
	line-height: 26px;
	font-size: 26px;
	padding-top: 7px;
}
.section-content {
	width:1032px;
	margin:35px auto 0;
}
.section-content p .underline {
	padding:.3% 2%;
	line-height:230%;
}

}





@media all and (-ms-high-contrast: none) {
.section-box .section-ttl {
	line-height: 39px;
}
}






/* ///////////////////////////////////////////////////////////////////
main-visual
/////////////////////////////////////////////////////////////////// */

#main-visual {
	padding-top:10px;
	margin: auto;
}
#main-visual .main-head {
	width:90%;
	margin:auto;
}
#main-visual .main-head .head-icon {
	display:block;
	width:25%;
	margin:auto;
}
#main-visual .main-head .head-catch {
	padding-top:7px;
	display:block;
	width:90%;
	margin:auto;
}
#main-visual .main-photo {
	background-image:url("../img/main_photo.jpg");
	background-size:120% auto;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	margin-top:10px;
	padding-top:33%;
	position: relative;
}
#main-visual .main-photo .main-catch {
	background-color:rgba(51, 2, 0, 0.23);
	padding-top: 5px;
	padding-bottom: 22px;
	position:relative;
	padding-right: 2%;
}
#main-visual .main-photo small {
	color:#fff;
	display:block;
	font-size:xx-small;
	width:98%;
	text-align:right;
	position: absolute;
	bottom: 7px;
}
#main-visual .main-btn-area {
	background-color:#eeeeee;
	text-align:center;
	display:block;
	overflow:hidden;
	padding: 18px 2% 20px;
}
#main-visual .main-btn-area h2 {
	font-size: 1.08rem;
	font-family: はんなり明朝,"YuMincho","Yu Mincho","游明朝体";
	line-height:130%;
	font-weight:normal;
}
#main-visual .main-btn-area .main-btn .btn-box {
	display:inline-block;
	margin-top:14px;
}









@media screen and (min-width:750px) {

#main-visual .main-head{
	display:block;
	overflow:hidden;
	margin-top:24px;
}
#main-visual .main-head .head-icon {
	width:22%;
	float:left;
	margin-top:10px;
}
#main-visual .main-head .head-catch {
	width:74%;
	float:right;
	margin-bottom:22px;
	padding-right:1%;
}
#main-visual .main-btn-area h2 {
	font-size: 26px;
	line-height: 150%;
}
#main-visual .main-photo {
	padding-top:36%;
}
#main-visual .main-photo .main-catch {
	padding-bottom: 32px;
}
#main-visual .main-photo small {
	bottom:10px;
}
#main-visual .main-btn-area {
	padding: 24px 2% 37px;
}
#main-visual .main-btn-area .main-btn .btn-box {
	margin-top: 30px;
}

}









@media screen and (min-width:1230px) {

#main-visual {
	width: 1230px;
	margin:0 auto;
	padding:0;
}
#main-visual .main-photo {
	padding-top: 348px;
	margin-top: 48px;
	background-size:100% auto;
}
#main-visual .main-head{
	margin:0;
	padding:0;
}
#main-visual .main-head .head-catch {
	margin-top:65px;
	width:695px;
	float:left;
	margin-left:41px;
	padding: 0;
	margin-bottom: 0;
}
#main-visual .main-head .head-icon {
	width:208px;
	float:left;
	margin-top:78px;
	margin-left:77px;
}
#main-visual .main-photo .main-catch {
	padding-top: 14px;
	padding-bottom: 22px;
	position:relative;
	padding-right: 2%;
	height:252px;
	padding-left:32px;
	display:block;
	box-sizing:border-box;
}
#main-visual .main-photo small {
	bottom:20px;
	right:20px;
	font-size:.7rem;
}
#main-visual .main-btn-area {
	padding: 30px 10px 52px;
}
#main-visual .main-btn-area h2 {
	line-height:180%;
}
#main-visual .main-btn-area .btn-main {
	/* margin-top:24px; */
}

}








/* ///////////////////////////////////////////////////////////////////
date
/////////////////////////////////////////////////////////////////// */

#date {
	margin-top:20px;
}






@media screen and (min-width:750px) {

#date {
	margin-top: 40px;
}
#date .section-content .red {
	margin-top:20px;
}

}





@media screen and (min-width:1230px) {

#date {
	margin-top:70px;
}
#date .section-content .red {
	margin-top: 23px;
}

}




/* ///////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////// */

#present {
	margin-top:36px;
}
#present .section-content .present-img {
	width:50%;
	margin:auto;
}
#present .section-content .present-detail{
	margin-top:20px;

}
#present .section-content .present-img img {
}

#present .section-content .big {
	font-size:1.2rem;
	line-height:140%;
	width:96%;
	margin:0 auto 10px;
	font-weight: normal;
}
#present .section-content p {
	width:96%;
	margin:0 auto 10px;
}
#present .section-content small {
	color: #999999;
	margin-top:18px;
	display:block;
}







@media screen and (min-width:750px) {

#present {
	margin-top:50px;
}
#present .section-content .present-img {
	width:30%;
	float:left;
	margin-top: 10px;
}
#present .section-content .present-detail{
	text-align:left;
	display:block;
	float:right;
	width:66%;
	margin-top: 12px;
}
#present .section-content {
	display:block;
	overflow:hidden;
	width:90%;
}
#present .section-content .big {
	line-height: 160%;font-size: 20px;
}
#present .section-content p {
	line-height:180%;
}

}








@media screen and (min-width:980px) {


#present .section-content {
	width:880px;
}
#present .section-content .present-img {
	width:264px;
}

}



@media screen and (min-width:1230px) {

#present {
	margin-top:60px;
}
#present .section-content .big {
	font-size: 24px;
}

}






/* ///////////////////////////////////////////////////////////////////
products
/////////////////////////////////////////////////////////////////// */


#products {
	margin-top:46px;
}
#products .section-content {
	position:relative;
	padding-bottom:30px;
}
#products .section-content .products-img-box .products-label-box .products-label {
	border:3px solid #f35e1f;
	display:inline-block;
	padding: 10px 5%;
	width:60%;
	margin:15px auto 20px;
}
#products .section-content .products-img-box .products-label-box .products-label img {
	padding-top:5px;
	padding-bottom:7px;
}
#products .section-content .products-img-box .products-label-box .products-label p {
	line-height:150%;
}
#products .section-content .products-img-box .products {
	margin-bottom:10px;
}
#products .section-content .products-img-box .supp {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:smaller;
}





@media screen and (min-width:750px) {

#products {
	margin-top: 63px;
}
#products .section-content {
	padding-bottom: 12px;
}
#products .section-content .products-img-box {
	display:block;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
	width: 94%;
	margin: auto;
}
#products .section-content .products-img-box .products-label-box .products-label {
	border:4px solid #f35e1f;
	padding: 15px 2%;
	width:25%;
	margin:35px 0 20px;
	display:block;
	float:left;
}
#products .section-content .products-img-box .products-label-box .products-label:after {
	content: "\e903";
	color:#f35e1f;
	font-family:icomoon;
	position:absolute;
	top:18%;
	left:24.5%;
	font-size: 45px;
}
#products .section-content .products-img-box .products-label-box .products-label img {
	padding-top: 13px;
	padding-bottom: 15px;
}
#products .section-content .products-img-box .products-label-box .products-label p {
	line-height:140%;
}
#products .section-content .products-img-box .products {
	width:70%;
	float:right;
	margin: 35px 0 0;
}
#products .section-content .products-img-box .supp {
	width:25%;
	bottom: 12px;
}

}






@media screen and (min-width:980px) {

#products {
	margin-top: 75px;
}
#products .section-content p .underline {
	padding: 2px 10px 0;
	display:inline-block;
	line-height:170%;
	margin-top:10px;
}
#products .section-content .products-img-box {
	width: 931px;
	margin-bottom: 25px;
}
#products .section-content .products-img-box .products-label-box .products-label {
	border:5px solid #f35e1f;
	padding: 15px 24px;
	width:268px;
	box-sizing:border-box;
	margin-top: 45px;
}
#products .section-content .products-img-box .products-label-box .products-label:after {
	top: 115px;
	left:266px;
	font-size: 47px;
}
#products .section-content .products-img-box .products {
	width:625px;
	margin-top: 45px;
}

}





/* ///////////////////////////////////////////////////////////////////
apply
/////////////////////////////////////////////////////////////////// */

#apply {
	margin-top:40px;
}
#apply .section-content p {
	width:94%;
	margin:auto;
}
#apply .section-content .apply-img-box {
	border:2px solid #f3652a;
	padding: 14px 5%;
	margin: 10px auto 12px;
	border-radius:5px;
	width:90%;
}
#apply .section-content .apply-img-box h4 {
	background-color: #f4461b;
	border-radius:30px;
	color:#fff;
	display:inline-block;
	padding: 9px 12% 8px;
	font-weight:normal;
}
#apply .section-content .apply-img-box .apply-img .apply-before {
	margin-top: 14px;
}
#apply .section-content .apply-img-box .apply-img .apply-before:after {
	content: "\e905";
	display:block;
	font-family:icomoon;
	color: #f4461b;
	font-size: 2rem;
	padding: 5px 0;
}
#apply .section-content .apply-img-box .red {
	margin-top: 12px;
	line-height:160%;
}
#apply .section-content .apply-btn-area {
	margin-top:20px;
}








@media screen and (min-width:750px) {

#apply {
	margin-top:50px;
}
#apply .section-content .apply-img-box {
	border: 2px solid #f4461b;
	padding: 16px 3%;
	margin: 17px auto 19px;
	border-radius:5px;
	width: 100%;
	overflow:hidden;
	box-sizing:border-box;
}
#apply .section-content .apply-img-box h4 {
	padding: 12px 40px 10px;
}
#apply .section-content .apply-img-box .apply-img {
	margin-top: 20px;
	display: block;
	overflow: hidden;
	position: relative;
}
#apply .section-content .apply-img-box .apply-img .apply-before {
	margin-top: 0;
	float: left;
	width: 48%;
}
#apply .section-content .apply-img-box .apply-img .apply-before:after {
	content: "\e902";
	font-size: 2.5rem;
	padding: 5px 0;
	position: absolute;
	top: 36%;
	left: 47%;
}
#apply .section-content .apply-img-box .apply-img .apply-after {
	float:right;
	display:block;
	width: 48%;
}
#apply .section-content .apply-btn-area {
	margin-top:60px;
}

}







@media screen and (min-width:980px) {

#apply {
	margin-top:75px;
}
#apply .section-content .apply-img-box {
	width: 772px;
	padding: 26px 20px 33px;
	margin-top: 22px;
	margin-bottom: 44px;
}
#apply .section-content .apply-img-box .red {
	margin-top: 32px;
	line-height:160%;
}
#apply .section-content .apply-img-box .apply-img {
	margin-top: 33px;
}
#apply .section-content .apply-img-box .apply-img .apply-before:after {
	font-size: 50px;
	top: 60px;
	left: 340px;
}

}






/* ///////////////////////////////////////////////////////////////////
notice
/////////////////////////////////////////////////////////////////// */

#notice {
	margin-top:40px;
}
#notice .section-content .notice-list {
	width:94%;
	margin:auto;
}

#notice .section-content .notice-list li {
	margin-top:10px;
	line-height:150%;
	text-align:left;
}






@media screen and (min-width:750px) {

#notice {
	margin-top:60px;
}

}






@media screen and (min-width:980px) {

#notice {
	margin-top:75px;
}
#notice .section-content .notice-list {
	width:74%;
	margin:auto;
	font-size:16px;
}

}


/* ///////////////////////////////////////////////////////////////////
inquiry
/////////////////////////////////////////////////////////////////// */

#inquiry {
	margin-top:40px;
}






@media screen and (min-width:750px) {

#inquiry {
	margin-top:60px;
}

}





@media screen and (min-width:980px) {

#inquiry {
	margin-top:75px;
}

}







/* ///////////////////////////////////////////////////////////////////
privacy
/////////////////////////////////////////////////////////////////// */

#privacy {
	margin-top:40px;
}
#privacy .section-content p {
	width:96%;
	margin:auto;
}


@media screen and (min-width:750px) {

#privacy {
	margin-top:60px;
}

}


@media screen and (min-width:980px) {

#privacy {
	margin-top:75px;
}

#privacy .section-content p {
	width:74%;
}

}







/* ///////////////////////////////////////////////////////////////////
btm-apply
/////////////////////////////////////////////////////////////////// */

#btm-apply {
	margin-top:40px;
}


@media screen and (min-width:750px) {

#btm-apply {
	margin-top:60px;
}

}





@media screen and (min-width:980px) {

#btm-apply {
	margin-top:66px;
}


}





/* ///////////////////////////////////////////////////////////////////
privacy-detail 
/////////////////////////////////////////////////////////////////// */


#privacy-detail .section-content {
	text-align:left;
}
#privacy-detail .section-content .section-content-inner {
	margin:10px 3%;
}
#privacy-detail .section-content .section-content-inner .subtitle {
	text-align:center;
	display:block;
	margin-bottom:20px;
	margin-top:20px;
	color: #b08926;
}
#privacy-detail .section-content .section-content-inner h2 {
	text-align:center;
	display:block;
	margin-bottom:20px;
	margin-top:30px;
	background-color: rgba(176, 137, 38, 0.49);
	font-size:medium;
	padding:10px;
	color:#423106;
}



/* ///////////////////////////////////////////////////////////////////
footer
/////////////////////////////////////////////////////////////////// */

#footer{
	padding: 23px 10% 25px;
	font-size: xx-small;
	text-align: center;
	background-color:#be982b;
	margin-top:50px;
}
#footer .copyright {
	color:#fff;
}
#footer .footer-logo {
	margin-top:10px;
}
#footer .footer-logo img {
	width: 50%;
}

.pagetop{
	width: 45px;
	height: 45px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	background-color: #927521;
	opacity:.8;
}
.pagetop a {
	display: block;
	padding: 4%;
	color: #000;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.6rem;
	opacity: 0.5;
}
.pagetop a:before {
  content: "\e906";
  color:#fff;
  line-height:43px;
}
.pagetop
	span {
	display: none;
}





@media screen and (min-width:750px) {

#footer {
	padding-top:30px;
	padding-bottom:50px;
	font-size:0.9rem;
	margin-top:60px;
}
#footer .footer-logo {
	margin-top: 30px;
}
#footer .footer-logo img {
	width: 20%;
}
#footer .copyright small {
	font-size:18px;
}

}






@media screen and (min-width:980px) {

#footer{
	padding: 45px 10px 60px;
	margin-top:100px;
}

#footer .footer-logo img {
	width: 368px;
}

}