@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:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}

img {
  vertical-align: bottom;
border: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

a:hover img {
filter:alpha(opacity=50);
opacity:0.5;
}

/*---------------------------------------------------------------------------------------------*/
h2.tit::after {
    border-left: 35px solid rgba(0, 0, 0, 0);
    border-right: 35px solid rgba(0, 0, 0, 0);
    border-top: 35px solid #FFF;
    bottom: -35px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    width: 0;
}

h2.tit {
    background: #FFF;
    margin-bottom: 35px;
    padding: 35px 0px 40px 0px;
    position: relative;
    text-align: center;
}


/*---------------------------------------------------------------------------------------------*/
header{
	width: 100%;
	overflow: hidden;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

header .inner{
	width: 980px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
	padding-bottom: 10px;
}
header .logo{
	float: left;
}
header .right{
	float: right;
}
header h1{
	font-size: 80%;
	margin-bottom: 5px;
	color: #222;
}
/*---------------------------------------------------------------------------------------------*/
.main{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px;
}
.main .inner{
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 20px;
}
/*-nav--------------------------------------------------------------------------------------------*/
nav{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	background: #FFF;
/* box-shadow */
box-shadow:0px 6px 6px -4px #808080;
-moz-box-shadow:0px 6px 6px -4px #808080;
-webkit-box-shadow:0px 6px 6px -4px #808080;
}
nav ul{
	width: 1146px;
margin:0px auto;
display:flex;/*横並び*/
align-items:center;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
/*shop-link----------------------------------------------------------------------------------------*/
.shop-link{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background: #F2F2F2;
}
.shop-link .inner{
width: 1100px;
margin:20px auto;
padding: 10px 0px 30px 0px;
display:flex;/*横並び*/
align-items:center;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
background: #fff;
}
.shop-link .inner .ph{
	width: 400px;	
}
.shop-link .inner .ph img{
	width: 100%;	
}
.shop-link .inner .btn{
width: 100%;
}
.shop-link .inner .btn h3{
	text-align: center;
	margin-bottom: 20px;
}
ul.shop-link-btn{
width: 100%;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:center;
gap: 15px;
}

ul.shop-link-btn li{
	width: 50%;
	border-radius: 10px;

}
ul.shop-link-btn li h4{
	padding: 10px 10px;
	text-align: center;
	font-size: 150%;
	background: #FFEBE7;
	border-bottom: 3px solid  #D9272E;
	color: #222;
	margin-bottom: 15px;
	font-weight: bold;
}
ul.shop-link-btn li p a{
	width: 95%;
	margin: 0px auto;
	padding: 10px 0px;
	display: block;
	text-align: center;
	font-size: 160%;
	background: #0077BF;
	border-radius: 10px;
	color: #FFF;
		font-weight: bold;

}
ul.shop-link-btn li p a span{
	font-size: 140%;
	padding:0px 0px 0px 15px;
	color: #FFF;

}
ul.shop-link-btn li p a:hover span{
	color: #222;
}
ul.shop-link-btn li p a:hover{
	background: #CBE4F2;
	color: #222;
}
ul.shop-link-btn li img{
	width: 100%;
	margin-bottom: 15px;
}

div.shop-bottom{
width: 960px;
margin: 0px auto;
text-align: center;
}





/*about-------------------------------------------------------------------------------------------*/
.about{
	width: 100%;
	background: #0077BF;
	padding: 10px 0px;
}
.about .inner{
width: 980px;
margin:0px auto;
display:flex;/*横並び*/
align-items:center;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.about .inner div.ph{
	width: 300px;
}
.about .inner div.txt{
	width: 650px;
	padding: 20px 0px 10px 0px;
		background: #0077BF;

}
.about .inner div.txt p{
		margin-bottom: 10px;

	color: #FFF;
	font-size: 90%;
	line-height: 200%;
}
.about .inner div.txt span{
	font-size: 100%;
}
/*-reason--------------------------------------------------------------------------------------------*/
.reason{
	width: 100%;
    background: linear-gradient(90deg,#f1f1f1 17.2%,#fff 17.2%,#fff 25%,#e5f1f8 25%,#e5f1f8 42.2%,#fff 42.2%,#fff 50%,#f1f1f1 50%,#f1f1f1 67.2%,#fff 67.2%,#fff 75%,#feeaea 75%,#feeaea 92.8%,#fff 92.8%) 50% repeat;
    background-size: 58px 1px;
	padding: 40px 0px;
}
.reason h1{
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.reason-list{
width: 100%;
}
.reason-list .inner{
width:1050px;
margin:0px auto;
padding: 30px 0px 30px 0px;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:center;
}
.reason-list .inner div{
width: 300px;
overflow: hidden;
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 10px;
	border-radius: 15px;
	background: #FFF;
}
.reason-list .inner div img{
	margin-bottom: 10px;
	width: 100%;
}
.reason-list div p{
	padding: 10px;
	font-size: 100%;
}
.reason-list div p.txt{
		height: 110px;
}
.reason-list div p.btn{
padding: 20px 10px;
text-align: center;
border-radius:0px 0px 20px 20px;
}
.reason-list div p.btn img{
	margin-bottom: 0px;
	width: 50%;
}
/*info-------------------------------------------------------------------------------------------*/
.info{
	width: 100%;
	background: #D9EBF9;
}
.info .inner{
width: 1146px;
height: 210px;
padding: 60px 0px;
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.info .inner div.tit{
	width: 360px;
	padding: 60px 0px;
	background: #0A509F;
	text-align: center;
}
.info .inner div.txt{
	width:766px;
	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-------------------------------------------------------------------------------------------*/
.shop{
width: 100%;
padding: 60px 0px;
}
.shop .inner{
	width: 980px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
}
.shop h2{
	padding: 10px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #FBB03B;
	text-align: left;
}
/*table-------------------------------------------------------------*/

table.shop-data{
margin:0px auto 30px auto;
width:100%;
text-align:center;
border:1px solid #BBB;
border-collapse:collapse;
border-spacing:0px;
}

table.shop-data th,table.shop-data td{
padding:6px 8px 6px 8px;
line-height:160%;
vertical-align: middle;
border:1px solid #BBB;
text-align:left;
font-size:100%;
color:#000000;
}

table.shop-data tr:nth-child(even) {
background: #eee;
}
table.shop-data td.name{
width:20%;
}
table.shop-data td.tel{
width:15%;
}
table.shop-data td.add{
width:30%;
}
.shop h3{
padding: 4px 0px;
color: #333;
text-align: left;
font-size: 140%;
letter-spacing: 20px;
}
table.shop-data th{
	background: #EDEDED;
}
/*-bnr--------------------------------------------------------------------------------------------*/
.bnr{
	width: 100%;
	background: #FFF;
}
.bnr .inner{
width: 1146px;
margin:0px auto;
padding: 10px 0%;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}
.bnr .inner p{
margin:0px auto;
	margin-bottom: 20px;
	text-align: center;
}
ul.bnr{
width: 95%;
margin:0px auto;
	text-align: center;

}
/*-footer--------------------------------------------------------------------------------------------*/
footer{
	clear: both;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	background: #0077BF;
		color: #FFF;
}

footer .inner{
	width: 980px;
	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: 45%;
	float:right;
	text-align: right;
	font-size: 85%;
		overflow: hidden;
	color: #FFF;
}
/*-footer-nav--------------------------------------------------------------------------------------------*/

.footer-nav{
	width: 100%;
	background: #FFF;
}

.footer-nav ul{
margin:0px auto;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:space-between;
}

.footer-nav ul{
width: 900px;
margin:0px auto;
padding: 5px 0%;
display:flex;/*横並び*/
align-items:top;/*天地センター*/
flex-wrap:wrap;
justify-content:center;
}
.footer-nav ul li{
	border-right: 1px solid #B6B6B6;
	padding: 0px 10px;
}
.footer-nav ul li:last-child{
	border-right: none;
}

/*page-top------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}

#page-top a {
    background: #9A9A9A;
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
	border:3px solid #FFF;
/* box-shadow */
box-shadow:0px 7px 14px -1px #8a8a8a;
-moz-box-shadow:0px 7px 14px -1px #8a8a8a;
-webkit-box-shadow:0px 7px 14px -1px #8a8a8a;
}
#page-top a:hover {
    text-decoration: none;
    background: #FF7300;
}

/*---------------------------------------------------------------------------------------------*/
.red{
color: #E8080C;
}
.blue{
color: #0A509F;
}
.yellow{
color:yellow;
}
.bold{
	font-weight: bold;
}
.column{
	margin: 0px auto;
	margin-bottom:40px;
	text-align: center;
}
.center{
	text-align: center;

}
.lead{
	padding: 20px 0px;
	font-size: 130%;
}
.bnr{
	text-align: center;
	margin: 0px auto;
	margin-bottom: 60px;
}
.column{
		margin-bottom: 40px;
}
.txt{
	font-size: 145%;
	line-height: 190%;
}
.tel-txt .inner{
width: 780px;
margin: 0px auto;
padding: 40px 0px;
}
.tel-txt .inner p{
margin: 0px auto;
padding: 10px;
border: 3px solid #FF0004;
font-size: 110%;
line-height: 180%;
background: #FFFFDF;
}

.tel-txt .inner span.tel{
	font-size: 140%;
	color: #FF0C10;
}
/*map-------------------------------------------------*/

#map_canvas {
	width : 1000px;
	margin: 0px auto;
	margin-bottom: 40px;
	height: 550px;	
}
@media print, screen and (min-width: 640px) {
.sp-img {
	display:none;
}
}