@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : mailmagzine.css
 author     : Ability Consultant
 style info : メールマガジン
=================================================================== */
.box_title, .con_pp {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_title, .con_pp {
    width: 95%;
  }
}

.box_title:after, .con_pp:after {
  content: "";
  display: table;
  clear: both;
}

/* Opacity */
/* Hover animation */
/* Hover 拡大 */
/*　ボタン設定　*/
/* -----------------------------------------------------------
	gnav アクティブ設定
	イベント[.gnav_eve] ご宿泊[.gnav_sta] レストラン・バー[.gnav_res] ご宴会 & 会議[.gnav_ban]
	ウエディング[.gnav_wed] 館内案内[.gnav_fac] アクセス[.gnav_acc]
----------------------------------------------------------- */
#mailmagzine #gnav .gnav_xxx a:before {
  content: '／';
  position: absolute;
  color: #d9b266;
  top: -18px;
  left: 50%;
  margin-left: -8px;
}

/* -----------------------------------------------------------
	logo 黒色設定

	※必要ない場合はこのコードは削除して下さい削除(設定が終ったらこの文言も削除)
----------------------------------------------------------- */
#mailmagzine .box_inner h1 {
  color: #51322a !important;
}
@media only screen and (max-width: 640px) {
  #mailmagzine .box_inner h1 {
    color: #fff !important;
  }
}
#mailmagzine .header_logo {
  background: url(../images/header/logo_black.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  #mailmagzine .header_logo {
    background: none;
  }
}
#mailmagzine .header_logo img {
  display: none;
}
@media only screen and (max-width: 640px) {
  #mailmagzine .header_logo img {
    display: block;
  }
}

#contents {
  position: relative;
}
#contents:before {
  top: 700px;
  height: 400px;
  content: "";
  position: absolute;
  content: "";
  background: #f3ede6;
  width: 100%;
  -ms-transform: skewY(-15deg);
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #contents:before {
    height: 0;
  }
}

#header .con_mainimg {
  background: url(../mailmagazine/images/img_main.jpg) center 0 no-repeat #7c6954;
}

.box_title {
  position: relative;
  padding: 0px 0 50px 0;
}

.btn_white {
  text-align: center;
  margin-top: 20px;
}
.btn_white a {
  width: 100%;
  display: inline-block;
  padding: 9px 10px;
  background: #fff;
  color: #000;
  border: solid 1px #000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  max-width: 250px;
}
.btn_white a:hover {
  background: #62a1e1;
  color: #fff;
}
.btn_white a:hover i.fa-angle-right {
  margin-right: -0.2em;
  margin-left: 0.8em;
}
.btn_white a i {
  margin-right: 0.6em;
}
.btn_white a i.fa-angle-right {
  margin-right: 0;
  margin-left: 0.6em;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.lnk_txt {
  margin: 20px 0;
}

.con_pp {
  position: relative;
  padding: 0px 0 50px 0;
}
.con_pp h4 {
  font-size: 129%;
  color: #24282f;
  position: relative;
  border: dotted 1px #b2b2b2;
  padding: 7px 7px 7px 45px;
  background: #f9f7f3;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 5px inset;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .con_pp h4 {
    padding: 7px 7px 7px 30px;
    font-size: 100%;
    margin-bottom: 20px;
  }
}
.con_pp h4:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 27px;
  height: 27px;
  margin-top: -13px;
  background: url(../images/common/ic_flower.png) center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .con_pp h4:before {
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.con_pp .box_pp .item {
  padding-bottom: 25px;
}
.con_pp .box_pp .item h5 {
  padding-bottom: 10px;
}

.form {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.form-table {
  width: 100%;
  border-collapse: collapse;
}
.form-row {
  margin-bottom: 20px;
}
.form-label {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  width: 30%;
}
.form-input {
  padding: 10px;
}
.form-input input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-note {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 5px;
}
.form-radio-group label {
  margin-right: 15px;
}
.form-radio-group label input {
  width: auto;
}
.form-submit {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  background-color: #7c6954;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
}
.form-submit:hover {
  background-color: #6e5b45;
}
.form .txt_note {
  margin-top: 1em;
  text-align: center;
}
