/**********
 style-reserve.css
**********/

h2#contentsTitle{
	background:#fff url(../reserve/img/h2Bg_mb.jpg) no-repeat bottom center;
	background-size:cover;
}


h2#contentsTitle p{
}

#topCom{
	padding-bottom:25px;
	text-align:left;
	font-size:14px;
}


/**********
 reserve
***********/
#reserve{
	padding-top:30px;
}

/** rsvInner **/
#reserve .rsvInner{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #000;
	text-align:left;
}

#reserve .rsvInner:last-child{
	padding-bottom:10px;
}

#reserve .rsvInner h3{
	font-family:'PT Serif', seri , "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size:1.35em;
	font-weight:100;
	color:#000;
	padding:0 0 0 28px;
	margin-bottom:30px;
	min-height:30px;
	text-align:left;
	background:url(../img/h4_square.png) no-repeat 0 35%;
}

#reserve .rsvqBtn{ max-width:500px;}

#rsvPhone{
	background:#F2F2F2;
	margin-top:18px;
}

#rsvPhone #rsvPhoneInner{
	padding:11px;
	line-height:1.5;
}

#rsvPhone p{
	font-size:17px;
	padding-bottom:9px;
}

#rsvPhone p:last-child{
	padding-bottom:0;
}

#rsvPhone p span{
	padding-right:15px;
}

/**********
 mailFormWrap
***********/
#mailFormWrap{}

/** **/
#mailFormWrap .checkInput input,select,textarea{
	margin-bottom:5px;
}

#mailFormWrap .checkInput input,select{
	vertical-align:0.1em;
}

form#mailformpro dl dd textarea{
	height: calc( 1.5em * 5.4 );
	line-height: 1.5;
}
/*
form#mailformpro dl dd textarea{
	height:350px;
	font-size:15px;
	width:100%;
	ont-family:'PT Serif', seri , "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	resize: horizontal;
}*/

/**********
 catalogSelectte
**********/
.catalogSelect{
	margin:10px 0 0 0;
	/*background:#f4f0ea;
	padding:15px 15px 0 15px;*/
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	*/
}

.catalogSelect p.title{
	display:block;
	color:#000;
	border-bottom:3px solid #000;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	margin-bottom:15px;
	/*border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	*/
}

.catalogSelect p.title span{
	font-size:14px;
	font-weight:500;
	color:#000;
}

.catalogSelect ul{
	width:100%;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;

}

form#mailformpro dl dd .catalogSelect ul li{
	margin:0;
	padding:0;
	display:block;
	padding-bottom:20px;
	width:48%;
}

.catalogSelect ul li .clTitle{
	background:#E2CBA3;
	text-align:left;
	padding:2px;
	font-size:15px;
	
}

.catalogSelect ul li img{
	width:100%;
}

.catalogSelect ul li .clTxt{
	padding-top:7px;
	font-size:13.5px;
	text-align:left;
	line-height:1.6;
}

.catalogSelect ul li input{
	vertical-align:0.1em;
	margin-right:5px;
}


ul#ct_sougou li{
	text-align:center;
}


ul#ct_sougou li img{
	max-width:65px;
	margin-bottom:10px;
}


/**********
 question
**********/
#question{
	margin-top:20px;
	padding:20px;
	border:2px solid #dddcdc;
}

#question p.title{
	display:block;
	color:#29ABE2;
	border-bottom:3px solid #29ABE2;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	margin-bottom:15px;
}

#question .questionInner{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #999;
	text-align:left;
	font-size:15px;
}

#question .questionInner:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

#question .questionInner p.title{
	color:#723605;
	border-bottom:none;
	font-weight:500;
	text-align:left;
	margin-bottom:10px;
}

#question .notes{
	text-align:center;
	font-size:14px;
	color:#fbb03b;
}


/** otodoke **/
#otodoke{}

#otodoke p{
	color:#f7931e;
	font-size:12px;
	padding-bottom:5px;
}

#otodoke input{
	vertical-align:0.1em;
}


/** lastCheck **/
#lastCheck{
	margin-top:30px;
	padding:15px;
	background:#F2F2F2;
	font-size:15px;
}

#lastCheck input{
	vertical-align:0.1em;
}


/** submitBtn **/
#submitBtn{
	margin-top:10px;
}

#submitBtn button{
    position: relative;
    display: inline-block;
    padding: 0.7em 1em;
	font-size:15px;
    text-decoration: none;
    color: #000;
    background: #fff;/*F*/
    border: solid 1px #000;/*üF*/
    /*border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
}

#submitBtn button:hover,
#submitBtn button:active {
  background: #000;
  color:#fff;
    text-shadow:none;
}

/** priInner **/
.priInner{
	text-align:left;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;
}


input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: -1px;
  margin-right:4px;
}

/* PCE‘åŒ^ƒ^ƒuƒŒƒbƒgF769px`1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {

h2#contentsTitle{
	background:#fff url(../reserve/img/h2Bg.jpg) no-repeat top center;
}

/**********
 reserve
***********/
#reserve{
	padding-top:40px;
}


/**********
 catalogSelect
**********/
.catalogSelect ul{
}

form#mailformpro dl dd .catalogSelect ul li{
	width:31%;
}

.catalogSelect ul li:nth-child(odd){
	width:31%;
}

.catalogSelect ul li:nth-child(even){
	width:31%;\
}

form#mailformpro dl dd .catalogSelect ul li:nth-child(3n-1){
	margin: 0 3%;
}


}

/* PCŒü‚¯F1050pxˆÈã‚ÅŒÅ’è */
@media only screen and (min-width: 1051px) {

h2#contentsTitle{
	background:#fff url(../reserve/img/h2Bg.jpg) no-repeat top center;
}

/**********
 reserve
***********/
#reserve{
	padding-top:40px;
}


/**********
 catalogSelect
**********/
.catalogSelect ul{}

form#mailformpro dl dd .catalogSelect ul li{
	width:30.5%;
}

}


@media print{
	
h2#contentsTitle{
	background:#fff url(../reserve/img/h2Bg.jpg) no-repeat top center;
}

/**********
 reserve
***********/
#reserve{
	padding-top:40px;
}


/**********
 catalogSelect
**********/
.catalogSelect ul{}

form#mailformpro dl dd .catalogSelect ul li{
	width:30.5%;
}


}