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

/* header */
#head_area{width:100%;background:#fff; height:90px; overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:0;}

.header a#menu{display:none;}
.header{width:1200px; margin:0 auto; overflow:hidden;}
.header:after{clear:both;display:table;content:"";line-height:0;}

#head_logo{float:left; width:50%; font-size:36px;line-height:90px; color:#0a1d64;font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;}
#head_logo a{color:#0a1d64;}
#head_ul{float:right;width:50%; text-align:right;}
#head_ul li{display:inline-block; line-height:90px; margin-left:30px;}
#head_ul li a{font-size:18px; color:#353535;}



@media screen and (min-width:1001px) and (max-width:1280px) {.header{width:100%;}}
@media screen and (max-width:1000px){
#head_area{height:66px;}

.header{width:100%;}
.header a#menu{display: block;background:url(../img/menu_icon.png) 0 0 no-repeat;width: 45px;height:30px;position: absolute;top:17px;left: 10px;}

#head_logo{float:none; width:100%; font-size:30px;line-height:66px; text-align:center; color:#0a1d64;}
#head_ul{display:none;}
}


/* heading */
h1#sub_page_h1{font-size:54px;color:#aaa;text-align:center; padding:15px 0 30px;}
@media screen and (max-width:1000px){
h1#sub_page_h1{font-size:24px;padding:20px 0;}
}


/* concierge-review.html */

.review_contents_area{padding:30px 0 150px;}
.review_contentsL{float:left; width:214px;}
.review_contentsR{float:right;width:755px; background:#fcfcfc; padding:20px 20px 30px;}

dl.review_contents_dl dt{font-size:24px; font-weight:900;}
dl.review_contents_dl dd{font-size:18px; margin-top:10px;}

dl.form_Message_dl dt{font-size:24px; font-weight:900; color:#0a1d64; border-left:5px solid #0a1d64; padding:0 0 0 5px;margin-bottom:5px;}
dl.form_Message_dl dt label{font-size:24px; font-weight:900; color:#0a1d64;}
dl.form_Message_dl dd{padding-bottom:20px;}

button.Review_btn{background:#fff; border:3px solid #0a1d64; display:block; width:320px; color:#0a1d64; text-align:center; font-size:24px; font-weight:900; line-height:70px;cursor:pointer; margin:30px auto 0;}

@media screen and (max-width:1000px){
.review_contents_area{padding:0 0 50px;}
.review_contentsL{float:none; width:214px; margin:0 auto;}
.review_contentsR{float:none; width:100%; max-width:755px;padding:20px 10px 30px;}

dl.review_contents_dl dt{font-size:18px;}
dl.review_contents_dl dd{font-size:14px; margin-top:7px;}

dl.form_Message_dl dt{font-size:18px;border-left:5px solid #0a1d64; padding:0 0 0 5px;margin-bottom:5px;}
dl.form_Message_dl dt label{font-size:18px;}
dl.form_Message_dl dd{padding-bottom:20px;}

button.Review_btn{background:#fff; border:3px solid #0a1d64; display:block; width:240px; color:#0a1d64; text-align:center; font-size:24px; font-weight:900; line-height:70px;cursor:pointer; margin:30px auto 0;}

}

/* =====form_parts===== */
input[type="text"],textarea{
padding:15px;
vertical-align:central;
font-size:18px;
background-color: #fff;
border: 1px solid #e5e5e5;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
box-shadow:0 1px -1px rgba(0, 0, 0, 0.3) inset;
border-radius:7px;
}
input[type="text"]:focus,textarea:focus{
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted #89c3eb;/* IE6-9 */
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="checkbox"],input[type="radio"]{margin-left:0.1em;}

/* select customize */
select{
height: 35px;
padding:5px 10px;
font-size:15px;
border: 1px solid #e4e4e4;
border-radius:7px;
box-shadow:0 0 1px rgba(0, 0, 0, 0.3) inset;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: .01px;
text-overflow: "";
background :url(../img/select_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d5d5d5));
background :url(../img/select_arrow.png), -webkit-linear-gradient(top, #f6f6f6, #d5d5d5);
background :url(../img/select_arrow.png), linear-gradient(to bottom, #f6f6f6, #d5d5d5);
background-repeat:no-repeat;
background-position:100% 50%;
box-shadow:0 -1px 1px rgba(255,255,255,1) inset;
cursor:pointer;
}



::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
:placeholder-shown{color:#999999;}


.inputS{width:60%;}
.inputL{width:100%;}



/* concierge-detail.html */

.detail_sec01_area{padding:40px 0 100px;}

h2.detail_sec01_h2{font-size:24px; font-weight:900; color:#0a1d64; border-left:5px solid #0a1d64; float:right; width:735px;margin:20px 0 30px; line-height:1.3; padding-left:7px;}

.detail_sec01_L_area{float:left;width:214px;}
dl.detail_sec01_L_dl dt{font-size:24px; font-weight:900; margin-bottom:10px;}

dl.detail_sec01_dl{border-bottom:1px solid #ddd; width:722px; float:right; overflow:hidden;}
dl.detail_sec01_dl dt,dl.detail_sec01_dl dd{padding:5px 0;float:left;font-size:15px; border-top:1px solid #ddd;}
dl.detail_sec01_dl dt{width:137px; color:#0a1d64;}
dl.detail_sec01_dl dd{width:585px;}
dl.detail_sec01_dl dd:after{clear:both;display:table;content:"";line-height:0;}

dl.detail_sec01_dl dt:first-child,dl.detail_sec01_dl dt:first-child + dd{border:none;}


a.sub_btn{background:#fff; border:3px solid #0a1d64; display:block; width:320px; color:#0a1d64; text-align:center; font-size:24px; font-weight:900; line-height:70px;margin:0 auto;}


.detail_sec02_area{background:#fcfcfc;padding:100px 0 60px;}
.detail_more_wraper{padding-bottom:140px;}

.item{float:left; width:250px; height:167px; position:relative; border-left:1px solid #fff; margin-bottom:1px; overflow:hidden;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out; }
.item:hover{cursor:pointer; background:rgba(0,0,0,0.8)}
.item:hover img.lightgalley_thumb{-moz-transition: -moz-transform 0.5s linear;-webkit-transition: -webkit-transform 0.5s linear;-o-transition: -o-transform 0.5s linear;-ms-transition: -ms-transform 0.5s linear;transition: transform 0.5s linear;}
.item:hover img.lightgalley_thumb{opacity:0.5;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.demo-gallery-poster{position:absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px; width:30px; height:30px; opacity:0;}
.item:hover .demo-gallery-poster{opacity:1;}



.detail_review_area{padding-top:50px;}
dl.detail_review_box{border:1px solid #ddd; background:#fff; padding:15px 20px; margin-bottom:20px;}
dl.detail_review_box dt{font-size:18px; font-weight:900;}
dl.detail_review_box dd{font-size:22px;line-height:1.3;}
dl.detail_review_box dd.detail_review_dd_star{border-bottom:1px solid #ddd; padding-bottom:20px; margin-bottom:20px;}

.detail_btn3_pad{padding-top:30px; padding-bottom:90px;}



@media screen and (max-width:1000px){
.detail_sec01_area{padding:20px 0 50px;}

h2.detail_sec01_h2{font-size:18px;border-left:5px solid #0a1d64; float:none; width:100%;margin:0 0 20px;}

.detail_sec01_L_area{float:none;width:100%;}
.detail_sec01_L_img{text-align:center;}
dl.detail_sec01_L_dl{width:214px; margin:0 auto 30px;}
dl.detail_sec01_L_dl dt{font-size:18px;margin-bottom:5px;}

dl.detail_sec01_dl{border-bottom:1px solid #ddd; width:100%; float:none;}
dl.detail_sec01_dl dt,dl.detail_sec01_dl dd{padding:5px 0;font-size:12px; }
dl.detail_sec01_dl dt{width:110px; color:#0a1d64;float:left; border:none;}
dl.detail_sec01_dl dd{width:auto;float:none; padding-left:110px;border-top:1px solid #ddd;}
dl.detail_sec01_dl dd:after{clear:both;display:table;content:"";line-height:0;}

.detail_sec02_area{background:#fcfcfc;padding:40px 0 0;}
.detail_more_wraper{padding-bottom:70px;}

dl.detail_review_box dt{font-size:14px; padding-bottom:5px;}
dl.detail_review_box dd{font-size:16px;}
dl.detail_review_box dd.detail_review_dd_star{padding-bottom:10px; margin-bottom:10px;}

.detail_btn3_pad{padding-top:30px; padding-bottom:60px;}

.item{float:none; width:100%; text-align:center;}
.item:hover{cursor:pointer; background:rgba(0,0,0,0)}
}

@media screen and (max-width:340px){
a.sub_btn{width:100%; color:#0a1d64; text-align:center; font-size:18px; font-weight:900; line-height:50px;margin:0 auto;}
}








/* etc.html */
.etc_area{padding:30px 0 150px;}
.sub_heading{font-size:24px; font-weight:900; color:#0a1d64; border-left:5px solid #0a1d64; padding:0 0 0 10px; margin-bottom:20px;}
.sub_p{font-size:18px; margin-bottom:1em;}

table.sub_table{width:100%; border-collapse:collapse; border:1px solid #ddd; margin-top:20px; margin-bottom: 30px;}
table.sub_table th,table.sub_table td{border:1px solid #ddd; padding:10px 10px 10px 20px;}
table.sub_table th{font-size:18px;color:#0a1d64; background:#fcfcfc; text-align:left;}
table.sub_table td{font-size:18px;}

@media screen and (max-width:1000px){
.etc_area{padding:20px 0 40px;}
.sub_heading{font-size:18px;border-left:5px solid #0a1d64; padding:0 0 0 5px; margin-bottom:20px;}
.sub_p{font-size:14px; margin-bottom:1em;}

table.sub_table{margin-top:20px;}
table.sub_table th,table.sub_table td{padding:10px 15px 10px 15px;}
table.sub_table th{font-size:14px;color:#0a1d64; background:#fcfcfc; text-align:left;}
table.sub_table td{font-size:14px;}

table.sub_table th,table.sub_table td{width: 100%;display: block; border:none; border-top:1px solid #ddd;}
table.sub_table tr:first-child th{border-top:none;}

}
















