@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');


*{
	font-size: 100%;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
html{
	background:#fff;
	height:100%;
}

body {
	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 62.5%;
	line-height: 1.7em;
	color: #333;
	font-weight: 400;
}

#wrapper{
	font-size:160%;
	line-height: 160%;
}


img {
  border: 0;
	vertical-align: top;
  outline:none;
}
li {
	list-style-type: none;
}
a{
	text-decoration:none;
	outline:none;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
	outline:none;
}


/*clearfix*/
.clearfix {
	display: block;
	zoom: 1;
	clear: both;
}
.clearfix:after {
	content: "";
	line-height: 0;
	display: block;
	clear: both;
}
* html .clearfix {	display: inline-block;	}
*:first-child+html .clearfix {	display: inline-block;	}
* html .clearfix {	height: 1%;	}



.pre{position:relative;}
.disn{ display:none;}
.disb{ display:block;}
.m0a{margin:0 auto; }

.fl { float: left;}
.fr { float: right;}

.tal { text-align: left;}
.tar { text-align: right;}
.tac { text-align: center;}

.img100 { width: 100%;}
.maxImage { max-width: 100%;}
.h100 {height:100%;}

.mt00 { margin-top: 0px !important;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}

.mr00 { margin-right: 0px !important;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}
.mr40 { margin-right: 40px;}
.mr45 { margin-right: 45px;}
.mr50 { margin-right: 50px;}

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}
.mb1e { margin-bottom: 1em;}
.mb2e { margin-bottom: 2em;}

.ml00 { margin-left: 0px !important;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}

.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}
.pt45 { padding-top: 45px;}
.pt50 { padding-top: 50px;}

.pr05 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr35 { padding-right: 35px;}
.pr40 { padding-right: 40px;}
.pr45 { padding-right: 45px;}
.pr50 { padding-right: 50px;}

.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}
.pb45 { padding-bottom: 45px;}
.pb50 { padding-bottom: 50px;}

.pl05 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl35 { padding-left: 35px;}
.pl40 { padding-left: 40px;}
.pl45 { padding-left: 45px;}
.pl50 { padding-left: 50px;}


.font70 { font-size: 70%;}
.font80 { font-size: 80%;}
.font85 { font-size: 85%;}
.font90 { font-size: 90%;}
.font100 { font-size: 100%;}
.font120 { font-size: 120%;}
.font130 { font-size: 130%;}
.font140 { font-size: 140%;}
.font150 { font-size: 150%;}
.font160 { font-size: 160%;}


.bold{ font-weight:bold;}
.nobold{ font-weight:normal;}

.disn1000{display: none;}
.disn760{display: none;}
.disn600{display: none;}

.ov{
	transition: all .4s;
}
.ov:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
.bt01{
	background:#ff7500;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding:10px 35px;
	border-radius: 4px;
	font-size: 90%;
	display: inline-block;
	transition: all .4s;
}
.bt01:hover{
	opacity: 0.7;
	text-decoration: none;
}
.bt02{
	background:#fff;
	color: #ff7500;
	border:2px solid #ff7500; 
	font-weight: 700;
	text-align: center;
	padding:10px 35px;
	border-radius: 4px;
	font-size: 100%;
	display: inline-block;
	transition: all .4s;
}
.bt02:hover{
	background:#ff7500;
	color: #fff;
	text-decoration: none;
}
.spBox{
	display: none
}
.pcBox{
	display: inherit;
}

/* wordpress */

/* img */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}
 
.alignright {
    float:right;
    margin: 0 0 0 auto;
}
 
.alignleft {
    float: left;
    margin: 0 auto 0 0;
}
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
.wp-caption {
    background: #eee;
    border: 1px solid #ddd;
    max-width: 96%;
    padding: 10px;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 0;
}
.contentSubTitle {
  font-size: 170%;
  color: #ff7500;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.contentBlockTitle {
  color: #666;
  font-weight: 400;
  font-size: 160%;
  line-height: 130%;
  margin-bottom: 15px;
  text-align: center;
}

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

/*--- header ---*/
header .headerInner{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 0 10px
}
header h1{
	margin-top: 17px;
	float: left;
	width: 26%;
}
header h1 img{
	width: 100%;
	max-width: 626px;
}
header .rightBox{
	float: right;
	width: 50%;
	color: #727272;
	padding-top: 10px;
	text-align: right;
}
header .text{
	font-size: 90%;
	padding-right: 190px;
}
header .tel{
	font-weight: 500;
	color: #000;
	font-size: 200%;
	background: url(../images/tel_icon.png) no-repeat left;
	height: 33px;
	padding:3px 5px 0 20px;
	display: inline-block;
	float: right;
}
header .bt{
	float: right;
}

#inquiryBoxSp{
	display: none;
}
.menuSp{
	display: none;
}


/*--- menu ---*/
menu{
	margin:20px auto 12px; 
	width: 100%;
	max-width: 1100px;
}
menu ul.parent{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:stretch;
}
menu ul.parent li{
	flex-basis: 16.5%;
	border-right: 1px solid #d1d1d1;
	text-align: center;
	font-size: 90%;
	line-height: 120%;
	height: 100%;
	align-self: auto;
	position: relative;
}
menu ul.parent li:last-of-type{
	border-right: none;
}
menu ul.parent li a{
	color: #444;
	font-weight: 500;
	padding:10px 0;
	display: block;
	height: 100%;
	border-bottom:4px solid #fff;
	transition: all .4s;
	cursor: pointer;
}
menu ul.parent li a:hover{
	border-bottom:4px solid #ff7500;
	box-sizing: border-box;
}
menu ul.child{
	display: block;
	position: absolute;
	z-index: 9999;
	width: 100%;
}
menu ul.child li{
	border-right:none;
}
menu ul.child li a{
	background: rgba(254,173,88,.9);
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	padding:15px 0;
	font-size: 110%;
}
menu ul.child li a:hover{
	background: rgba(254,116,10,.9);
	border-bottom: 1px solid #fff;
}


#breadcrumb{
	margin-bottom: 40px; 
	line-height: 100%;
}
#breadcrumb li{
	display: inline-block;
	font-size: 90%;
}
#breadcrumb li:after{
	content: "/";
	display: inline-block;
	padding-left:0.3em;
}
#breadcrumb li:last-of-type:after{
	content:none;
	padding:0;
}
#breadcrumb li:last-of-type{
	color: #999;
}
#breadcrumb li a{
	color: #ff7500;
}





/*--- page content ---*/

.contentBox{
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	max-width: 1100px;
}

#pageTitle{
	background: url(../images/mainimage_sub.jpg) no-repeat top center;
	background-size: cover;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-size: 320%;
	line-height: 110%;
	padding: 45px 0;
	margin-bottom: 5px; 
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.contentTitle{
	font-weight: 350;
	border-bottom:2px dashed #ffc799;
	margin:0 auto;
	text-align: center;
	width: 100%;
	max-width: 20em;
	font-size: 240%;
	line-height: 150%;
	margin-bottom: 30px; 
}
.photoFlame{
	background:#fff;
	padding:3px;
	border: 1px solid #ddd;  
}
.copyText{
	color: #FF7409;
	font-weight: 500;
	font-size: 200%;
	line-height: 130%;
}




/*--- footer ---*/
footer{
}
footer .footerBox{
	background: url(../images/bg02.gif);
	padding: 60px 0 5px;
}
footer .footerBox .inner {
	display: flex;
	align-items:stretch;
	flex-wrap: nowrap;
	justify-content: space-between;
}
footer .leftBox{
	flex-basis: 30%;
	font-size: 90%;
	max-width: 270px;
}
footer .leftBox .logo img{
	width: 100%;
	margin-bottom: 5px;
}
footer .leftBox .businessHours{
	text-align: center;
	border-bottom: 1px dashed #c2c2c2;
	margin-bottom: 5px;
}
footer .leftBox .telText{
	text-align: center;
	color: #666;
}
footer .leftBox .tel{
	text-align: center;
	font-weight: 500;
	color: #000;
	font-size: 200%;
	background: url(../images/tel_icon.png) no-repeat left;
	height: 33px;
	padding:3px 5px 0 20px;
	display: inline-block;
	margin:0 0 10px 25px;
}
.snsIcon{
	margin:8px auto 0; 
	text-align: center;
}
.snsIcon a{
	display: inline-block;
	margin:0 5px; 
}
.snsIcon a img{
	width: 30px;
}

footer .leftBox .footerBanner{
	margin-bottom: 10px;
}
footer .leftBox .footerBanner img{
	width: 100%;
	max-width: 270px;
}
footer .shopBox{
	flex-basis: 30%;
	display: block;
	line-height: 130%;
}
footer .shopBox dl{
	margin-bottom: 15px;
}
footer .shopBox dt{
	color: #ff7500;
	font-weight: 700;
	font-size: 100%;
}
footer .shopBox dd{
	font-size: 85%;
}

footer .linkBox{
	flex-basis: 30%;
	/* display: block; */
	display: flex;
	font-size: 90%;
	line-height: 140%;
	justify-content: space-between;
}
footer .linkBox .linkBoxLeft, footer .linkBox .linkBoxRight {
	flex-basis: 50%;
}
footer .linkBox li{
	font-weight: 600;
	margin-bottom: 0.2em;
}
footer .linkBox .child {
	margin-bottom: 0.6em;
}
footer .linkBox .child li{
	font-weight: 300;
	padding-left: 1em;
	margin-bottom: 0;
}
footer .linkBox li a{
	color: #333;
}
footer .linkBox .footerBanner img{
	width: 100%;
	max-width: 270px;
}

address{
	font-style:normal;
	padding: 0 0 50px 0;
	font-size: 70%;
	text-align: right;
	color: #aaa;
	font-weight: 300; 
	margin: 0 auto;
	width: 100%;
	padding: 30px 20px 0 20px;
	max-width: 1100px;
	line-height: 130%;
}
footer .makerBox{
	padding: 20px 0;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .makerBox li{
	margin: 15px 10px;
}
footer .makerBox li img{
	width: 90%;
}
footer .footerMessage{
	background: #ee7c30;
	color:#fff;
	font-weight: 400;
	text-align: center;
	font-size: 120%;
	padding: 0.5em 0;
}









/* ========================== Tablet / PC  ※1000px以内の時============================= */
@media screen and (max-width: 1000px) {

.disn1000{display: none;}


header h1{
	width: 30%;
}
header .rightBox{
	width: 60%;
}
header .text{
	font-size: 90%;
	padding-right: 0;
}
header .tel{
	font-size: 160%;
	height: 33px;
}









}

/* ========================== Tablet / PC  ※760px以内の時============================= */
@media screen and (max-width: 760px) {


.disn760{display: none;}

header h1{
	width: 38%;
}
header .text {
	font-size: 85%;
}
header .bt img {
	width: 120px;
}
header .tel {
	font-size: 140%;
	background-size:18px;
	padding-left: 18px;
}
menu {
    margin: 10px 0 5px;
}
menu ul.parent li{
	font-size: 75%;
	padding: 0 2px;
}


#pageTitle{
	font-weight: 700;
	font-size: 250%;
}
.contentTitle{	
	font-size: 200%;
}


/*--- footer ---*/
footer .footerBox .inner {
    flex-wrap:wrap;
}
footer .leftBox{
	flex-basis: 40%;
}
footer .shopBox{
	flex-basis: 50%;
}

footer .linkBox{
	flex-basis: 100%;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
}
footer .linkBox .parent {
	flex-basis: 45%;
}










}

/* =========================== Mobile ※600px以内の時=========================== */
@media screen and (max-width: 600px) {


a:hover {text-decoration: none;}
.disn600{display: inline-block;}
.pcBox{	display: none;}
.spBox{	display:inherit;}
.ov:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
#wrapper{
	font-size:160%;
	line-height: 160%;
}
.contentBox{
	padding: 0 18px;
}


.bt01:hover{
	opacity: 1;
}
.bt02:hover{
	background:#fff;
	color: #ff7500;
	border:2px solid #ff7500; 
}

header {
	padding-bottom: 10px;
}
header h1 {
    width: 60%;
}
header .rightBox {
	display: none;
}
#openMenuBt{
	display: block;
	width: 15%;
	padding: 10px 0 0 0;
	float: right;
	z-index: 999999;
}
#openMenuBt img{
	width: 100%;
	max-width: 80px;
}
#closeMenuBt{
	display: block;
	width: 18%;
	padding: 10px 18px 0 0;
	float: right;
	z-index: 999999;
	position: relative;
}
#closeMenuBt img{
	width: 100%;
	max-width: 80px;
}

/*--- menu ---*/
menu{
	display: none;
	margin:0; 
	z-index: 888888;
	position: absolute;
	top: 0;
	background: rgba(255,117,0,.85);
}
menu ul.parent{
	display: block;
}
menu ul.parent li{
	border-right:none;
	border-bottom: 1px solid #fff;
	height: auto;
	background: rgba(255,117,0,.85);
	font-size: 100%;
}
menu ul.parent li:last-of-type{
	border-bottom: none;
}
menu ul.parent li a{
	color: #fff;
	padding:16px 0;
	display: block;
	width: 100%;
	border-bottom:none;
}
menu ul.parent li a:hover{
	border-bottom:none;
}
menu ul.child{
	display: block;
	position: relative;
}
menu ul.child li{
	background: rgba(254,173,88,.85);
}

#breadcrumb{
	margin-bottom: 30px; 
}
#breadcrumb li{
	font-size: 80%;
}
#breadcrumb li:after{
	padding-left:0.2em;
}




#pageTitle{
	font-weight: 600;
	font-size: 200%;
}
.contentTitle{	
	font-weight: 400;
	font-size: 150%;
	margin-bottom: 15px;
	line-height: 120%;
}
.copyText{
	font-weight: 500;
	font-size: 140%;
}




#inquiryBoxSp{
	display: block;
	position: fixed;
	bottom: 0;
	background:rgba(255,255,255,0.5); 
	padding:10px 0; 
	z-index: 888888;
}
#inquiryBoxSp .inner{
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap: nowrap;
	width: 95%;
	margin:0 auto; 
}

#inquiryBoxSp .tel,
#inquiryBoxSp .line{
	flex-basis: 40%;
	display: block;
}
#inquiryBoxSp .tel img,
#inquiryBoxSp .line img{
	width: 100%;
	max-width: 254px;
}
#inquiryBoxSp .inquiry{
	flex-basis: 16%;
	display: block;
}
#inquiryBoxSp .inquiry img{
	width: 100%;
	max-width: : 80px;
}


#inquiryBoxSp .tel,
#inquiryBoxSp .inquiry {
    flex-basis: 48%;
    display: block;
}
#inquiryBoxSp .tel img,
#inquiryBoxSp .inquiry img {
    width: 100%;
    max-width: 296px;
}

.snsIcon{
	margin:20px auto 5px; 
}
.snsIcon a{
	margin:0 8px; 
}
.snsIcon a img{
	width: 40px;
}




/*--- footer ---*/
footer{
	padding-bottom: 21vw;
}
footer .footerBox {
    padding: 30px 0 20px;
}
footer .leftBox{
	flex-basis: 100%;
	text-align: center;
	max-width: none;
}
footer .leftBox .tel{
	display: none;
}
footer .shopBox{
	display: none;
}

footer .linkBox {
	justify-content: space-between;
	margin: 20px 0;
}
footer .linkBox .parent {
    flex-basis: 48%;
}
footer .linkBox .child li {
    padding-left: 0;
}

footer .linkBox .footerBanner{
	margin:15px auto 10px;
}
address {
    padding: 0;
    text-align: center;
}
footer .footerMessage{
	font-size: 100%;
}






}
