@charset "UTF-8";
/* ホテルユーズ香櫨園とのコラボ企画 */

#inner {
background: url("../img/collabo_kouroen/bg_travel_sp.png") no-repeat scroll center top;
background-size: contain;
}


/*タイトルと商品紹介*/
#content1 {
width: 100%;
margin: 0 auto;
padding-bottom: 50px;
}

h1 {
width: 100%;
text-align: center;
margin: 0 auto 10px;
padding-top: 20px;
}

h1 img.hi-logo {
width: 95%;
}


h1 img.hi-title {
width: 93%;
margin-top: 10px;
}

#item {
text-align: center;
}

#item img {
width: 45%;
height:auto;
margin:0 2.5%;
}

#item p {
font-size: 0.9em;
line-height: 1.5em;
margin-top: 10px;
}

.item-link-btn a {
float: left;
width: 44%;
text-align: center;
font-size: 0.85em;
color: #000;
text-decoration: none;
background:rgba(255,255,255,0.6);
border: 1px solid #b89c28;
border-radius: 5px;
padding-top:7px;
padding-bottom:7px;
margin: 10px 2.5%;
}

p.note {
width: 95%;
padding: 0 2.5%;
font-size: 0.8em!important;
text-align: left;
}


/*説明とプライバシーポリシー*/
#content2 {
width: 95%;
margin: 0 auto;
overflow: hidden;
}

#content2 p {
margin-bottom: 30px;
}

#privacy {
overflow: hidden;
}

#privacy h2 {
font-size: 1.2em;
}

#privacy h2 span {
color: #d60c19;
margin-right: 5px;
}

#privacy ul {
float: right;
width: 95%;
}


/*フォーム*/
#content3 {
width: 100%;
margin: 0 auto 30px;
}

form {
background-color: #fff; 
padding: 5%;
}

dl {
border-bottom: 1px solid #b89c28;
padding-bottom:20px;
}

form dt {
margin-bottom: 10px;
}

form .form-left {
font-weight: normal;
margin-bottom: 5px;
}

form .form-right {
line-height: 2em;
}

form strong {
color: #d60c19;
font-weight: normal;
}

.textbox1 {
width: 50%;
}

.textbox2 {
width: 95%;
}

select {
font-size:1em;
padding: 3px;
}

input,textarea {
border: 1px solid #ccc;
font-weight: bold;
padding: 5px;
font-size: 1em;
font-weight: normal;
}

.btn-send {
text-align: center;
padding-top: 30px;
}

.btn-send input {
padding: 10px 30px;
background-color: #000;
border: 1px solid #fff;
border-radius: 5px;
color: #fff;
font-size: 1.1em;
}

/*お問い合わせ先*/
#content4 {
clear: both;
width: 90%;
margin: 0 auto;
padding-bottom: 30px;
}

#content4:after {
  content: "";
  display: block;
  clear: both;
}

#content4 h3 {
font-size: 1.2em;
font-weight: bold;
padding-bottom: 8px;
}

#tel a, #mail a {
float: left;
width: 44%;
text-align: center;
font-size: 0.85em;
color: #000;
text-decoration: none;
background:#fff;
border: 1px solid #b89c28;
border-radius: 5px;
padding-top:7px;
padding-bottom:7px;
margin: 10px 2.5% 30px;
}

/*バナー*/
#content5 {
background: url("../img/common/bg_asanoha.png") repeat scroll center top;
width: 90%;
padding: 20px 5% 0;
text-align: center;
}

#content5 img {
width: 100%;
vertical-align: bottom;
margin: 0 0 20px;
}
