﻿/* CSS Document */
main {
  background: #f4f0e5;
}

.head_inner {
  background: #dfdfd7 url(../img/hd_sp2.jpg) center center no-repeat;
  height: 200px;
  width: 100%;
  /*padding-top: 52.08333%;*/
  background-size: cover;
  margin: 0 auto;
}

.elevator-menu__wrap {
  background-color: #d4c097d6;
}

.elevator-menu__wrap.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.elevator-menu__lists {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.elevator-menu__lists li {
  flex:1;
  text-align: center;
}

.elevator-menu__lists li a {
  display: block;
  padding: 10px 2px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  font-size: 1.2rem;
}

.elevator-menu__lists li a.active {
  border-bottom: 5px solid #bfa265;
}

.section_wrap {
  margin: -70px 0 10px;
  padding-top: 100px;
}

.info_wrap {
  background: #FFF;
  padding: 10px;
  margin-bottom: 50px;
  margin-top:-50px;
  border-top: 50px solid #f4f0e5;
}

.section_m {
  font-size: 2.2rem;
  text-align: center;
  color: #7d5e1e;
  margin: 0 auto 25px;
  font-weight: bold;
}

.section_m span {
  position: relative;
}

.section_m span::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 30px;
  background: url(../img/ttl_l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -30px;
  top: -10px;
}

.section_m span::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 30px;
  background: url(../img/ttl_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  bottom: -16px;
}

.s_title {
  background: #bfa265;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  line-height: 1.2;
}

.main_txt {
  text-align: center;
  color: #444;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 0;
}

.subtxt {
  color: #7d5e1e;
  display: block;
  font-size: 1rem;
}

/*説明会情報*/
.mapwrap {
  position: relative;
}

.s_infolist {
  width: 100%;
}

.s_infolist dl {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}

.s_infolist dt {
  text-align: right;
  vertical-align: bottom;
  width: 32%;
  margin-bottom: 10px;
  padding-right: 10px;
}

.s_day {
  margin-top: 20px;
}


.s_infolist dt .ui-static-icon {
  vertical-align: sub;
  color: #bfa265;
}

.s_infolist dd {
  margin-bottom: 10px;
  text-align: left;
  width: 68%;
}

.FsizeLarge {
  font-size: 2.5rem;
}

.text_s {
  font-size: 1rem;
  line-height: 1.2em;
}

.s_point {
  display: flex;
}

.s_point li {
  text-align: center;
  padding: 7px 5px;
  background: #ebe2cf;
  color: #7d5e1e;
  margin: 3px;
}

.attention{
  font-size:.8rem;
}

.s_mapwrap {
  width: 100%;
  margin-top: 10px;
}

.s_map {
  width: 100%;
  height: 300px;
}

a.map_link {
  color: blue;
  text-decoration: underline;
}

.obtn {
  text-align: center;
  margin-top: 10px;
}

.obtn .ui-static-button-primary {
  background: #888;
  border-color: #888;
}

.obtn .ui-static-button-primary:not(.active):not(:disabled):hover {
  background: #333;
  border-color: #333;
}

#wedding .obtn .ui-static-button-primary {
  background: #444;
  border-color: #444;
}

.map-widget {

  background-color: #fff;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-size: 12px;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  width: 76%;
}



/*ご予約・お問合せ*/
.s_contact_box {
  margin: 20px -10px -10px;
  padding: 10px;
  background: #ebe2cf;
}


.s_contact_box h4 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 7px;
}


.s_contact li {
  flex: 1;
  text-align: center;
}

.contact_shop {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.contact_shop dt {
  margin: auto 0;
  max-width: 50%;
}

.shop_open {
  display: block;
  font-size: .8rem;
  padding-left: 10px;
  text-align: left;
}

.s_form {
  margin-top: 10px;
}

#footerAreaSP{
  margin-top:0;
}