@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	  line-height: 1.6;
  font-size: 14px;
  font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;  color: #333;	
    
}
ol,ul,li,dl,dt,dd{
list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #0020D8;
text-decoration: none;
}
a:visited {
  color: #004498;
}
a:hover {
 text-decoration: none;
  color: #004498; 
}
a:active {
 text-decoration: none;
  color: #004498;
 
}

img {
  vertical-align: bottom;
border: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

a:hover img {
filter:alpha(opacity=50);
opacity:0.5;
}
/*---------------------------------------------------------------------------------------------*/
h2.tit {
	background-size: auto auto;
	background-color: rgba(237, 10, 13, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(254, 3, 3, 1) 20px, rgba(254, 3, 3, 1) 40px );
	    margin-bottom: 70px;
    padding: 20px 0px 20px 0px;
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: 320%;
}
h2.tit p{
	font-size: 180%;
	color: #FFF;
}
/*---------------------------------------------------------------------------------------------*/
h1{
	padding: 2px;
	background: #FFFD00;
	text-align: center;
	font-size: 110%;
	color: #111;
}

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

/*-reason--------------------------------------------------------------------------------------------*/
.top-reason{
	overflow: hidden;
	margin: 0px auto;  
}

.reason-block div.block div.btn-link{
    font-size: 110%;
    line-height: 160%;
    background: #FFF;
    text-align: center;
    padding: 5px 0px 15px;
    border-radius: 0px 0px 10px 10px;
}

.reason-block div.block div.btn-link a{
color: #555;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  background: #F7F363;
  box-shadow: 0 3px #D2CE60;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 10px 20px;

}
.reason-block div.block div.btn-link a:hover {
  box-shadow: 0 1px #D2CE60;
  top: 1px;
}






/*-factory--------------------------------------------------------------------------------------------*/
.factory{
  position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	background: url(../images/factory-back.png) no-repeat;
background-size: cover;
}
.factory .inner{
width: 1110px;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

/*about-------------------------------------------------------------------------------------------*/
.about{
	width: 100%;
	background: #0A509F;
}
.about .inner{
width: 1146px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.about .inner div.ph{
	width: 600px;
}
.about .inner div.txt{
	width: 500px;
	padding: 30px 0px 10px 20px;
	color: #FFF;
	font-size: 120%;
	line-height: 240%;
}
/*info-------------------------------------------------------------------------------------------*/
.info{
	width: 100%;
	background: #FFFADE;
}
.info .inner{
width: 1100px;
height: 210px;
padding: 40px 0px 160px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.info .inner div.tit{
	width: 340px;
	padding: 80px 0px 60px 20px;
	background: #0092FF;
	text-align: center;
	font-size: 200%;
	letter-spacing: 30px;
	color: #FFF;
}
.info .inner div.txt{
	width:730px;
	padding: 10px 0px 10px 20px;
	color: #333;
	font-size: 120%;
	line-height: 240%;
	background: #FFF;
}
.info .inner div.txt dl{
padding: 5px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:flex-start;
}
.info .inner div.txt dl dt{
	width: 120px;
}
/*shop-------------------------------------------------------------------------------------------------------*/	

p.map{
	float: left;
	width: 700px;
}
/*-footer--------------------------------------------------------------------------------------------*/
footer{
	clear: both;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	background: #26A2FF;
}

footer .inner{
	width: 1110px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}
footer .inner div.link{
	width: 50%;
	float:left;
	text-align: left;
	overflow: hidden;
}
footer .inner a{
	margin-right: 40px;
	color: #FFF;
}
footer .inner div.copy{
	width: 100%;
	float:right;
	text-align: center;
	font-size: 85%;
	overflow: hidden;
	color: #FFF;
}

/*--------------------------------------------------------------------------------------------------------------*/
.red{
color: #E8080C;
}
.blue{
color: #0A509F;
}
.center{
	text-align: center;
}
.center .inner{
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 90px 0px; 
	text-align: center;
}

.column{
	margin: 0px auto;
	margin-bottom:20px;
	/* padding:5px; */
	text-align: center;
}

.tel-txt .inner{
width: 820px;
margin: 0px auto;
padding: 40px 0px;
}
.tel-txt .inner p{
margin: 0px auto;
padding: 10px;
border: 2px solid #FF0004;
font-size: 110%;
line-height: 180%;
background: #FFF;
}

.tel-txt .inner span.tel{
	font-size: 140%;
	color: #FF0C10;
}
/*shop-list-----------------------------------------------------*/
.shop-list .inner{
	width: 1110px;
	margin: 0px auto;
	padding: 20px 0px 5px 0;
}
.shop-list .shop-txt{
    margin-bottom: 50px;
}
.shop-list .shop-txt h4{
    margin-bottom: 5px;
    font-size: 140%;
    color: #FFAD00;
	font-weight: bold;
}
.shop-list .shop-txt p{
    font-size: 120%;
}


h3.shop-list {
	margin-bottom: 20px;
	padding: 10px 0px;
	font-size: 210%;
	border-top:1px solid #0492FF; 
	border-bottom:1px solid #0492FF;
	color: #0492FF;
	text-align: center;
	background: #FFF;
}
.shop-block{
width: 100%;
margin:0px auto;
margin-bottom: 20px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}

.shop-block .map{
	width: 680px;

}


.shop-block .txt{
	width: 400px;

}
.shop-block .txt img{
	width: 100%;
	margin-bottom: 10px;
}
.shop-block .txt .reserve{
	font-size: 110%;
	color: #EE0003;
}	
.shop-block .txt .reserve a{
	font-size: 140%;
	color: #EE0003;
	text-decoration: underline;
}
table.shop{
margin:0px 0px 10px 0px;
width:100%;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;

}
table.shop th,table.shop td{
padding:10px 8px 10px 8px;
line-height:18px;
vertical-align: middle;
border:1px solid #BBB;
text-align:left;
font-size:100%;
font-weight: normal;
color:#000000;
}
table.shop th{
width:130px;
background: #F4F4EC;
}
table.shop td span.red{
	font-size: 120%;
	color: #FF0004;
}
table.shop td.reserve p{
color: #FF0004;
}


ul.shop{
		margin-bottom: 10px;
}
ul.shop li{
	font-size: 130%;
}
ul.shop li.reserve{
	font-size: 120%;
	color: #FF0004;
}
ul.shop li.reserve a{
	font-size: 135%;
	color: #FF0004;
}
/*--------------------------------------------------------------------------------------*/
.shop-list-block h4{
margin-bottom: 10px;
	padding: 5px 0px;
	font-size: 150%;
	border-top:1px solid #0092FF; 
	border-bottom:1px solid #0092FF;
	color: #0092FF;
	text-align: center;
	background: #FFF;
}

.shop-list-block .shops{
width: 800px;
margin:0px auto;
margin-bottom: 20px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}

.shop-list-block p.name{
    padding: 10px;
    font-size:120%;
    background:#FFF294;
}
.shop-list-block p{
    padding: 10px;
    font-size:100%;
}
.shop-list-block ul.shops li{
width: calc( 100% / 2 - 20px) ;
    border: 1px solid #0092FF;
    margin-bottom: 20px;
}


/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn{
    border: 0px;
	font-size: 150%;
    width:204px;
    height:55px;
	background: #FF9426;
	cursor: pointer;
}

/*modal------------------------------------------------------------------------------------*/
h3.modal1Title{
	font-size: 110%;
	font-weight: bold;
    color: #E60307;
}

ul.modal li {
	position: relative;
}
ul.modal li a{
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #DDD;
		color: #2b2e38;
    font-size: 120%;
    text-decoration: none;
}

ul.modal li:last-child a{
    border-bottom: none;
}
ul.modal li a span.shop{
    color: rgb(95, 95, 95);
	font-size: 110%;
	font-weight: bold;
}
ul.modal li a span.tel{
    color: #1183d5;
    font-size: 120%;
}
ul.modal li a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #ff0c0c;
    border-right: 3px solid #ff0c0c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price_attention {
    background: #ffecec;
    padding: 10px;
}


/*-form_annotation------------------------------------------------------------------------------------*/

.annotation {
	padding: 20px 10px 10px; 
	text-align: left;
	color: #f00;
	font-size: 100%;
	font-weight: bold;
}

