/*  **************************************************************************************************************************************************/
/*  contents  */
/*  **************************************************************************************************************************************************/

.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
strong{ font-weight:bold; }

.main-head-icon img {
  width: 48px;
}
@media screen and (max-width: 767px) {
  .main-head-icon img {
    width: 24px;
  }
}

.contents {
  padding: 5% 6.993%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents {
    margin-bottom: 10px;
  }
}

.reserve-wrap *,
.reserve-wrap *:before,
.reserve-wrap *:after{
	box-sizing:border-box;
}

/*ヘッダー*/
.reserve-header{
	background:url(../img/header_bg.jpg) repeat;
	text-align:center;
	padding:20px;
}
.reserve-header-contents{
	background:url(../img/header_img.png) no-repeat right top #FAF4DE;
	background-size:auto 100%;
	padding:40px 50% 50px 30px;
}

.reserve-header .title{
	margin-bottom:30px;
}
.reserve-header .search{}
.reserve-header .search a{
	display:inline-block;
	width:90%;
	max-width:860px;
	padding:12px;
	font-size:28px;
	color:#FFFFFF;
	font-weight:bold;
	background:#009843;
	border-radius:8px;
	box-shadow: 0px 5px 0 0 #007936;
	transition: background 0.3s linear;
}
.reserve-header .search a:hover{
	text-decoration:none;
	background:#007936;
}
.reserve-header .spimg{	
	display:none;
}


/*紹介文*/
.main-contents .reserve-ttl{
    font-size: 28px;
    font-weight: 700;
    color: #494949;
    padding-bottom: 3.125%;
    border-bottom: 1px solid #169546;
    margin-bottom: .9%;
}
.reserve-photobox{
	overflow:hidden;
    padding-top: 3.5%;
	font-size:16px;
}
.reserve-photobox .left{
	float:left;
	width:40%;
}
.reserve-photobox .right{
	float:right;
	width:55%;
}
.reserve-photobox .note{
	background:#EEEEEE;
	padding:20px;
}



/*店舗検索*/
.reserve-shop{
	background:#FFFFFF;
	/*padding:60px 50px 100px 50px;*/
}
.reserve-shop .title{
	text-align:center;
	margin-bottom:40px;
}
.reserve-shop .pref_select{
	margin-top:30px;
	text-align:center;
	font-size:0;
	margin-bottom:50px;
}
.reserve-shop .pref_select p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}
.reserve-shop .pref_select .text{
	padding-right:30px;
	font-weight:500;
}
.reserve-shop .pref_select .select{
    width: 300px;
    background: url(/top/img/pc/nav_down.png) no-repeat right center;
    background-size: 54px;
    background-color: #FFF;
}
.reserve-shop .pref_select .select select{
	padding-left: 20px;
	width: 300px;
	background: none;
	color: #494949;
	height: 54px;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #494949;
}
.reserve-shop .pref_select .select select::-ms-expand {
    display: none;
}
.reserve-shop #shoplist{
	background:#FAFAFA;
	border:1px solid #EEEEEE;
	padding:40px 10px 20px 30px;
	font-size:0;
}
.reserve-shop #shoplist .shopbox{
	display:inline-block;
	vertical-align:top;
	width:calc(33.333% - 30px);
	margin-right:30px;
	margin-bottom:30px;
	font-size:15px;
}
.reserve-shop #shoplist .shopbox .name{
	font-size:18px;
	font-weight:bold;
	color:#009843;
	padding:3px 10px;
	border-bottom:2px solid #009843;
	margin-bottom:8px;	
}
.reserve-shop #shoplist .shopbox .add,
.reserve-shop #shoplist .shopbox .tel,
.reserve-shop #shoplist .shopbox .btn{
	padding:0 10px;
	font-weight:500;
	color:#333333;
}
.reserve-shop #shoplist .shopbox .add:before{
	content:"住所";
	font-weight:bold;
	padding-right:10px;
}
.reserve-shop #shoplist .shopbox .tel:before{
	content:"電話番号";
	font-weight:bold;
	padding-right:10px;
}
.reserve-shop #shoplist .shopbox .btn{
	margin-top:15px;
	text-align:center;
}
.reserve-shop #shoplist .shopbox .btn a{
	display:inline-block;
	width:90%;
	padding:5px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	background:#009843;
	border-radius:5px;
	box-shadow: 0px 3px 0 0 #007936;
	position:relative;
	transition: background 0.3s linear;
}
.reserve-shop #shoplist .shopbox .btn a:hover{
	text-decoration:none;
	background:#007936;
}
.reserve-shop #shoplist .info{
	text-align:center;
	font-weight:500;
	font-size:16px;
	color:#333333;
	padding:0 20px 20px 0;
}

/*電話*/
.reserve-tel{
	margin-top:30px;
}
.reserve-tel a{
	font-size:20px;
	font-weight:bold;
}
.wrap .main-area .reserve-tel a{
	color:#009843;
}


@media screen and (max-width: 960px) {

/*ヘッダー*/
.reserve-header{
	padding:15px;
}
.reserve-header-contents{
	background:#FAF4DE;
	padding:0 0 30px 0;
}
.reserve-header .title{
	padding:0 15px;
	margin-bottom:30px;
}
.reserve-header .search{}
.reserve-header .search a{
	padding:10px;
	font-size:20px;
}
.reserve-header .spimg{
	display:block;
	margin-bottom:15px;
}


/*店舗検索*/
.reserve-shop #shoplist{
	padding:40px 10px 20px 30px;
}
.reserve-shop #shoplist .shopbox{
	width:calc(50% - 30px);
	margin-right:30px;
}


}


@media screen and (max-width: 768px) {


/*紹介文*/
.main-contents{
    padding: 6.5% 10px 20px;
}
.main-contents .reserve-ttl{
    font-size: 20px;
    padding-bottom: 4.5%;
    margin-bottom: 0;
}

/*紹介文*/
.reserve-photobox{
    padding-top: 6.5%;
}
.reserve-photobox .left{
	float:none;
	width:100%;
	margin-bottom:15px;
}
.reserve-photobox .right{
	float:none;
	width:100%;
}
.reserve-photobox .note{
	background:#EEEEEE;
	padding:15px;
}


/*店舗検索*/
.reserve-shop{
	padding:40px 15px 30px 15px;
	margin-bottom:20px;
}
.reserve-shop .title{
	margin-bottom:30px;
}
.reserve-shop .pref_select{
	margin-bottom:30px;
}
.reserve-shop .pref_select p{
	font-size:14px;
}
.reserve-shop .pref_select .text{
	padding-right:0;
	width:6em;
	text-align:left;
}
.reserve-shop .pref_select .select{
    width: calc(100% - 6em);
	max-width:300px;
}
.reserve-shop .pref_select .select select{
	padding-left:10px;
	width: 100%;
	height: 54px;
	font-size: 16px;
}
.reserve-shop #shoplist{
	padding:15px;
}
.reserve-shop #shoplist .shopbox{
	width:100%;
	margin-right:0;
	font-size:14px;
}
.reserve-shop #shoplist .shopbox + .shopbox{
	padding-top:15px;
	border-top:1px dotted #CCC;
}
.reserve-shop #shoplist .shopbox .name{
	font-size:16px;
}
.reserve-shop #shoplist .shopbox .btn a{
	font-size:16px;
	padding:8px 5px;
}
.reserve-shop #shoplist .info{
	font-size:14px;
	padding:0;
}


}
