﻿/* CSS Document */
main {
  background: #f4f0e5;
}

.head_inner {
  background: #dfdfd7 url(../img/hd_bg.jpg) center top no-repeat;
  height: 300px;
  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: 1104px;
  max-width: 100%;
  margin: 0 auto;
}

.elevator-menu__lists li {
  flex: 1;
  text-align: center;
}

.elevator-menu__lists li a {
  display: block;
  padding: 16px;
  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: -30px 0 10px;
  padding-top: 60px;
}

.info_wrap {
  background: #FFF;
  padding: 30px;
  margin-bottom: 60px;
  margin-top: -60px;
  border-top: 60px 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;
  display: flex;
}

.s_infolist {
  width: calc(100% - 500px);
  min-width: 50%;
  padding-right: 30px;
}

.s_infolist dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  align-items: center;
}

.s_infolist dt {
  width: 20%;
  vertical-align: bottom;
  margin-bottom: auto;
}

.s_infolist dt.s_day {
  margin-bottom: 0;
}

.s_infolist dt .ui-static-icon {
  vertical-align: sub;
  color: #bfa265;
}

.s_infolist dd {
  width: 80%;
  margin-bottom: 10px;
}

.FsizeLarge {
  font-size: 2.6rem;
}

.text_s {
  font-size: 1rem;
  line-height: 1.2em;
}

.s_point {
  display: flex;
}

.s_point li {
  text-align: center;
  padding: 10px 20px;
  background: #ebe2cf;
  color: #7d5e1e;
  margin: 5px;
}

.attention {
  font-size: .8rem;
}

.s_mapwrap {
  width: 500px;
  max-width: 50%;
}

.s_map {
  width: 500px;
  max-width: 100%;
  height: 350px;
}

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: 300px;
  max-width: 78%;
}

@media screen and (max-width: 1103px) {

  /* タブレット用補正 */
  .s_infolist dt {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0;
  }

  .s_infolist dd {
    width: 100%;
  }

  .s_point li {
  padding: 10px;
}
}


/*ご予約・お問合せ*/
.s_contact_box {
  margin-top: 20px;
  padding: 10px;
  background: #eee;
}

.s_contact_box h4 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.s_contact {
  display: flex;
}

.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: 60%;
}

.shop_open {
  display: block;
  font-size: .8rem;
  padding-left: 10px;
  text-align: left;
}