@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
}

a,
a:link,
a:visited,
a:active,
a:hover{
	text-decoration:none;
}
	
.block img{
	margin-bottom:6px;
}
.bg_white {
	background-color:#FFF;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*---------------------------------------------------------------------------*/
.mainTitle{
	margin:0 auto;
	text-align:center;
	padding:75px 0 60px;
}
.mainTitle img{
	margin-bottom:40px;
}
.mainTitle p{
	font-size:16px;
	line-height:1.8;
	text-align:center;
}
/*---------------------------------------------------------------------------*/
#wrapper{
	width:860px;
	margin:0 auto;
}
.naviArea{
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:70px;
}
.naviArea li.shrain a{
	background:#DA4613;
	color:#FFF;
	padding:14px 38px;
	font-size:20px;
	text-align:center;
	border:2px solid #FFF;
	font-weight:bold;
}
.naviArea li.church a{
	background:#80B6E1;
	color:#FFF;
	padding:14px 100px;
	font-size:20px;
	text-align:center;
	border:2px solid #FFF;
	font-weight:bold;
}
.naviArea li.shrain a:hover,
.naviArea li.church a:hover{
	color:#BB9833;
}
/*---------------------------------------------------------------------------*/
.shopArea{
	margin:0 auto 70px;
}
.shopArea h1{
	margin-bottom:45px;
	text-align:center;
}
.shopArea .infoContents{
	width:830px;
	height:490px;
	margin:0 auto 100px;
	display:flex;
	justify-content:space-between;
}
.shopArea .infoContents .shopInfo{
	width:420px;
	height:490px;
	position:relative;
}
.shopArea .infoContents .shopInfo .shopTitle{
	font-size:14px;
	line-height:1.8;
	text-align:left;
	margin-bottom:40px;
}
.shopArea .infoContents .shopInfo .shopTitle img{
	margin-bottom:20px;
}
.shopArea .infoContents .shopInfo .address{
	font-size:13px;
	line-height:1.7;
	text-align:left;
	margin-bottom:15px;
}
.shopArea .infoContents .shopInfo .access{
	border-left:5px solid #DA4613;
	padding-left:15px;
	font-size:13px;
	line-height:1.6;
	text-align:left;
}
.shopArea .infoContents .shopInfo .access-2{
	border-left:5px solid #80B6E1;
	padding-left:15px;
	font-size:13px;
	line-height:1.6;
	text-align:left;
}

.shopArea .infoContents .shopInfo ul.btnBox{
	width:420px;
	height:31px;
	position:absolute;
	bottom:0;	
}
.shopArea .infoContents .shopInfo ul.btnBox li{
	float:left;
	margin-right:20px;
}
.shopArea .infoContents .shopInfo ul.btnBox li a{
	padding:0;
}
.shopArea .infoContents .subImg{
	width:370px;
	height:490px;
}

