@charset "utf-8";

/* ------------------------------
 Common
------------------------------ */
.l-main {
  padding-top: 102px;
}

.content,
.form,
.privacy {
  max-width: 850px;
  margin: 0 auto;
  padding: 0px 25px;
}

.content a,
.form a,
.privacy a {
  color: #4C2A1F;
}




/* ------------------------------
 Content
------------------------------ */

.content .heading {
  text-align: center;
}

.content .heading_item {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #99543E;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 60px auto 0 auto;
  display: inline-block;
  text-align: left;
}

.content .heading_item span.small {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 2px 0px 0px 0px;
  transform: translateX(-3px);
  
}

.content .content_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0px 0px 0px;
}

.content .location {
  text-align: center;
  margin: 15px 0px 0px 0px;
}

.content .img {
  margin: 60px 0px 0px 0px;
}

.content .img p img {
  width: 100%;
}

.content .txt {
  margin: 50px 0px 0px 0px;
}

.content .txt p {
  text-align: justify;
  line-height: 1.5;
}

.content .txt p + p {
  margin: 25px 0px 0px 0px;
}

.content .info {
  margin: 40px 0px 0px 0px;
}

.content .info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.content .info-table th,
.content .info-table td {
  padding: 10px 20px;
  line-height: 1.5;
}

.content .info-table th {
  width: 155px;
  text-align: center;
  background-color: #ECEFAC;
}

.content .info-table td {
  background-color: #FFFFFF;
}

.content .info-table td a {
  text-decoration: underline;
}

.content .info-table td a:hover {
  text-decoration: none;
}

.content .info-table td a.link-icon::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/link-icon.png");
  background-size: cover;
  margin-right: 7px;
  transform: translateY(4px);
}

.content .comment {
  margin: 60px 0px;
  background-color: #DAF0E3;
  position: relative;
  display: flex;
}

.content .comment_ttl {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #99543E;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  margin: -1.2em 54px 0px 54px;
}

.content .comment_ttl span {
  display: inline-block;
  font-weight: 700;
  background-color: #FBF7E9;
}

.content .comment_txt {
  text-align: justify;
  line-height: 1.5;
  padding: 40px 48px 40px 0px;
}

.content .return {
  margin: 60px 0 180px 0;
}

.content .return-link {
  width: 320px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FBF7E9;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #917B6F;
}

@media screen and ( max-width:767px) {
  .content .heading_item {
    margin: 30px auto 0 auto;
  }

  .content .content_ttl {
    margin: 45px 0px 0px 0px;
  }

  .content .info-table {
    border-spacing: 0px;
  }

  .content .info-table th,
  .content .info-table td {
    display: block;
    margin: 0px 0px 4px 0px;
  }

  .content .info-table th {
    width: 100%;
  }

  .content .info-table td {
    width: 100%;
  }

  .content .comment {
    display: block;
    text-align: center;
  }

  .content .comment_ttl {
    text-align: left;
  }

  .content .comment_txt {
    text-align: justify;
    line-height: 1.5;
    padding: 30px;
  }

  .content .return {
    margin: 60px 0 150px 0;
  }
}



/* ------------------------------
 Contact form
------------------------------ */

.form .form_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #99543E;
  margin: 120px 0px 0px 0px;
}

span.red {
  display: inline-block;
  font-size: 2.3rem;
  color: #E67E5D;
  transform: translateY(3px);
}

.form_notes {
  margin: 40px 0px 0px 0px;
}

.form_wrap {
  margin: 40px 0px 0px 0px;
}

.form_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0px 0px 0px;
}

.form_item.top {
  align-items: flex-start;
}

.form_heading {
  width: 12em;
}

.form_item.top .form_heading {
  margin: 12px 0px 0px 0px
}

.form_input {
  width: calc( 100% - 12em );
}

.form_input input,
.form_input textarea {
  width: 100%;
  padding: 12px;
  border: solid 1px #E9D7A0;
  background-color: #FFFFFF;
}

.form_input textarea {
  height: 18em;
}

.form .agree {
  text-align: center;
  line-height: 1.5;
  margin: 35px 0px 0px 0px;
}

.form .agree .agree_check {
  transform: scale(1.5);
  margin: 0px 10px 0px 0px;
}

.form .mw_wp_form .agree .error {
  margin: 0px 0px 0px -18em;
}

.form .agree .mwform-checkbox-field-text {
  display: none;
}

.form .agree a {
  text-decoration: underline;
}

.form .agree a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/link-arrow.png");
  background-size: cover;
  margin: 0px 8px 0px 0px;
  transform: translateY(2px);
}

.submit-btn {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

input.submit-btn_main,
input.submit-btn_return {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FBF7E9;
  background-color: #E67E5D;
  margin: 0 5px;
  padding: 20px 100px;
  border: none;
  border-radius: 80px;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
}

input.submit-btn_main:hover,
input.submit-btn_return:hover {
  opacity: 0.5;
}

.l-footer.form-footer {
  margin: 80px 0px 0px 0px;
  padding: 100px 0px 60px 0px;
  background-image: url("../img/contact-bg-other.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 2000px;
}

.mw_wp_form_confirm span.red {
  display: none;
}

.mw_wp_form_confirm .form_notes {
  display: none;
}

.mw_wp_form_confirm .form_input {
  font-weight: bold;
}

.mw_wp_form_confirm .form_item.top .form_heading {
  margin: 0px 0px 0px 0px
}

.mw_wp_form_confirm .form_item.top .form_input {
  word-wrap: break-word;
}

.mw_wp_form_confirm .agree {
  display: none;
}

.mw_wp_form_complete {
  margin: 60px 0px 0px 0px;
}

.mw_wp_form_complete p {
  line-height: 1.6;
  margin: 30px 0px 0px 0px;
  text-align: center;
}

@media screen and ( max-width:900px) {
  .form .form_ttl {
    margin: 60px 0px 0px 0px;
  }
}

@media screen and ( max-width:767px) {
  .form_item {
    display: block;
    margin: 30px 0px 0px 0px;
  }

  .form_heading {
    width: 100%;
  }

  .form_item.top .form_heading {
    margin: 0px 0px 0px 0px
  }

  .form_input {
    width: 100%;
    margin: 12px 0px 0px 0px
  }

  input.submit-btn_main,
  input.submit-btn_return {
    padding: 20px;
    width: 40%;
    font-size: 1.4rem;
  }

  .l-footer.form-footer {
    margin: 60px 0px 0px 0px;
    padding: 40px 0px 80px 0px;
    background-image: url("../img/contact-bg-other-sp.png");
    background-size: contain;
  }

  .mw_wp_form_complete p {
    text-align: left;
  }
  
  .form .agree {
    text-align: left;
    text-indent: -2em;
    margin-left: 2em;
  }

  .form .mw_wp_form .agree .error {
    margin: 0px;
  }
}



/* ------------------------------
 Privacy policy
------------------------------ */

.privacy {
  line-height: 1.5;
}

.privacy_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #99543E;
  margin: 120px 0px 0px 0px;
}

.privacy_intro {
  font-weight: bold;
  margin: 50px 0px 0px 0px;
  text-align: justify;
}

.privacy_heading {
  font-weight: bold;
  border-bottom: dotted 1px #4C2A1F;
  margin: 50px 0px 0px 0px;
}

.privacy_txt {
  text-align: justify;
  font-size: 1.4rem;
  margin: 10px 0px 0px 0px;
}

.privacy_txt.indent01 {
  text-indent: -1.8em;
  margin-left: 1.8em;
}

.privacy_txt.indent02 {
  text-indent: -1.2em;
  margin-left: 1.8em;
}

.privacy_contact {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.privacy_contact a {
  display: inline-block;
  font-size: 1.4rem;
  border: solid 1px #4C2A1F;
  padding: 10px 20px;
}

.privacy_sign {
  text-align: right;
  font-size: 1.4rem;
  margin: 50px 0px 0px 0px;
}

.privacy_tb {
  margin: 10px 0px 0px 0px;
  border: solid 1px #4C2A1F;
}

.privacy_tb th,
.privacy_tb td {
  border: solid 1px #4C2A1F;
  padding: 5px 10px;
  font-size: 1.4rem;
}

.privacy_tb th {
  font-weight: bold;
  width: 20%;
  text-align: left;
}

.privacy_tb th.center {
  text-align: center;
}

.privacy_tb td {
  width: 80%;
  text-align: justify;
}

.privacy_tb td ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.privacy_tb td ul li::before {
  content: '・';
}

.privacy_frame {
  border: solid 1px #4C2A1F;
  margin: 30px 0px 0px 0px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.privacy_item {
  width: 80%;
  padding-right: 15px;
}

.privacy_frame_ttl {
  font-weight: bold;
}

.privacy_frame_txt {
  font-size: 1.4rem;
  margin: 10px 0px 0px 0px;
  text-align: justify;
}

.privacy_mark {
  width: 20%;
}

.privacy_bg-gray {
  background-color: #EFEFEF;
  margin: 30px 0px 0px 0px;
  padding: 15px;
}

.privacy_bg_ttl {
  font-weight: bold;
}

.privacy_bg_txt {
  font-size: 1.4rem;
  margin: 10px 0px 0px 0px;
}

.privacy_bg-white {
  background-color: #fff;
  margin: 15px 0px 0px 0px;
  padding: 5px 15px 15px 15px;
}

@media screen and ( max-width:767px) {

  .privacy_tb th {
    font-weight: bold;
    width: 35%;
    text-align: left;
  }

  .privacy_tb th.center {
    text-align: center;
  }

  .privacy_tb td {
    width: 65%;
    text-align: justify;
  }
}