@charset "UTF-8";
/*
 Theme Name:   アツタウェディングス
 Theme URI:	https://atsuta.com
 Author:       WOOM Inc.
 Author URI:   https://woom.jp/
*/
@import url(https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);
@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara);
@font-face {
  font-family: "Didot";
  src: url("./font/Didot.woff") format("woff");
}
input[type=email],
input[type=tel],
input[type=text],
input[type=url],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=email],
input[type=tel],
input[type=text],
input[type=url],
input[type=password],
select,
textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border: 1px solid #f98fa0;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 767px) {
  * {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #616470;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  line-height: initial;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

a {
  color: #f98fa0;
  text-decoration: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #53cbe9;
}

ul {
  margin: 0 auto;
  padding: 0;
}

dl dd {
  margin: 0 auto;
}

.title__box {
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title__box {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 150px;
  }
}
.title__box h1 {
  bottom: 10%;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: bold;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
@media only screen and (max-width: 767px) {
  .title__box h1 {
    font-size: 20px;
    padding: 0 2%;
  }
}
.title__box h1 span {
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 70px;
  font-weight: normal;
  right: 10%;
  position: absolute;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9);
  top: -350px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.btn {
  background: #fff;
  border: 2px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f98fa0;
  display: inline-block;
  min-width: 300px;
  padding: 5px 10px;
  position: relative;
}
.btn:hover {
  background: #f98fa0;
  color: #fff;
}
.btn:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn_gy {
  background: #fff;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #616470;
  display: inline-block;
  min-width: 300px;
  padding: 5px 10px;
  position: relative;
}
.btn_gy:hover {
  background: #ccc;
  color: #fff;
}
.btn_gy:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn_bu {
  background: #fff;
  border: 2px solid #53cbe9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #53cbe9;
  display: inline-block;
  min-width: 300px;
  padding: 5px 10px;
  position: relative;
}
.btn_bu:hover {
  background: #53cbe9;
  color: #fff;
}
.btn_bu:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
}

.form_btn {
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .form_btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form_btn input[type=submit] {
  outline: none;
}
.form_btn input[type=submit]:first-of-type {
  background: #f8f6f4;
  border: 2px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
  cursor: pointer;
  padding: 10px 20px;
  width: 300px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form_btn input[type=submit]:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
  }
}
.form_btn input[type=submit]:first-of-type:hover {
  background: #fff;
  color: #ccc;
}
.form_btn input[type=submit]:last-of-type {
  background: #f98fa0;
  border: 2px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  width: 300px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .form_btn input[type=submit]:last-of-type {
    margin: 0 auto 20px auto;
    width: 90%;
  }
}
.form_btn input[type=submit]:last-of-type:hover {
  background: #fff;
  color: #f98fa0;
}
.form_btn input[type=submit] + input {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .form_btn input[type=submit] + input {
    margin-left: auto;
  }
}

#path .container {
  font-size: 13px;
  padding: 20px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #path .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2%;
  }
}
#path .container a {
  color: #616470;
  text-decoration: underline;
}
#path .container a:hover {
  text-decoration: none;
}

.fa-stack {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: initial;
}

.contact-parts {
  background: #fef6f7;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .contact-parts {
    padding: 30px 0;
  }
}
.contact-parts h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
.contact-parts h2 span {
  color: #f98fa0;
  display: inline-block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.contact-parts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .contact-parts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
  }
}
.contact-parts ul li {
  list-style: none;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .contact-parts ul li {
    width: 100%;
  }
}
.contact-parts ul li:first-of-type a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f98fa0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-parts ul li:first-of-type a i {
  margin-right: 10px;
}
.contact-parts ul li:first-of-type a:hover {
  background: #f42e4e;
}
.contact-parts ul li:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-parts ul li:last-of-type {
    margin-top: 10px;
  }
}
.contact-parts ul li:last-of-type a {
  color: #f98fa0;
  font-family: "Calisto MT", serif;
  font-size: 25px;
}
.contact-parts ul li:last-of-type span {
  font-size: 13px;
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  margin: 20px auto;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .nav_pager {
    font-size: 12px;
  }
}
.nav_pager a {
  background: #ccc;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #231815;
}
.nav_pager a:hover {
  background: #f98fa0;
  color: #fff;
}
.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
.nav_pager span.current {
  background: #f98fa0;
  color: #fff;
}

/*----------------------------------------
	EC CUBEの調整
----------------------------------------*/
.ec .clearfix:before, .ec .clearfix:after, .ec .container:before, .ec .container:after, .ec .container-fluid:before, .ec .container-fluid:after, .ec .row:before, .ec .row:after {
  color: #fff;
  content: "";
}
.ec #contents {
  padding-top: 0;
}

.ec .page-heading {
  border-bottom: none;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .ec .page-heading {
    padding: 20px 0;
  }
}
.ec .page-heading span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}

.ec h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
.ec h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}

.widecontent {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .widecontent {
    margin: 0 auto;
  }
  .widecontent .container {
    width: 96%;
  }
}
.widecontent h2 {
  color: #f98fa0;
}

.header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 135px;
  position: relative;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .header {
    min-height: 95px;
  }
}
.header .container {
  overflow: hidden;
}
.header .fixlogo {
  left: 0;
  margin: 5px auto auto auto;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .header .fixlogo {
    display: inline-block;
    margin: 10px auto;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.header .fixlogo img {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .header .fixlogo img {
    height: 45px;
    width: auto;
  }
}

.ec .fixlogo {
  margin-bottom: 20px;
}

.header__left {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header__left {
    display: none;
  }
}

.header__right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .header__right {
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.header__lang {
  margin: 5px auto;
  text-align: left;
}
.header__lang li {
  display: inline-block;
  font-family: "Didot", sans-serif;
  font-size: 14px;
}
.header__lang li a {
  color: #616470;
}
.header__lang li a:hover {
  color: #ccc;
}
.header__lang li + li a {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
}
.header__lang li #google_translate_element {
  margin-left: 10px;
}

.header__sns {
  text-align: left;
}
.header__sns li {
  display: inline-block;
  font-family: "Didot", sans-serif;
  font-size: 18px;
  margin-right: 20px;
}
.header__sns li a {
  color: #616470;
}
.header__sns li a:hover {
  color: #ccc;
}

.header__contact {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.ec .header__contact {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .header__contact {
    margin-bottom: 0;
  }
}
.header__contact li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .header__contact li {
    height: 45px;
    width: 50%;
  }
}
.header__contact li:first-of-type {
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__contact li:first-of-type {
    border-bottom: 1px solid #f98fa0;
    border-top: 1px solid #f98fa0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #616470;
    margin: 0;
  }
}
.header__contact li:first-of-type a {
  color: #616470;
  font-family: "Calisto MT", serif;
  font-size: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__contact li:first-of-type a {
    color: #f98fa0;
  }
}
.header__contact li:first-of-type span {
  font-size: 11px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__contact li:first-of-type span {
    font-size: 10px;
    line-height: 1;
  }
}
.header__contact li:last-of-type {
  text-align: center;
}
.header__contact li:last-of-type a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  height: 50px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .header__contact li:last-of-type a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fa9eac;
    border-bottom: 1px solid #f98fa0;
    border-top: 1px solid #f98fa0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
}
.header__contact li:last-of-type a:hover {
  background: #faa7b5;
}
.header__contact li:last-of-type a:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}

.headnavi {
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .headnavi {
    border: none;
  }
}
.headnavi .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .headnavi .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.headnavi .headnavi__menu {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 10px auto;
    width: 100%;
  }
  .headnavi .headnavi__menu br {
    display: none;
  }
}
.headnavi .headnavi__menu:first-of-type {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.headnavi .headnavi__menu:first-of-type li {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu:first-of-type li {
    width: 100%;
  }
  .headnavi .headnavi__menu:nth-of-type(2) > li:first-child {
    width: 100%!important;
  }
}
.headnavi .headnavi__menu:first-of-type li:nth-of-type(2) {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu:first-of-type li:nth-of-type(2) {
    width: 100%;
  }
}
.headnavi .headnavi__menu:last-of-type {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.headnavi .headnavi__menu:last-of-type li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu:last-of-type li {
    width: 100%;
  }
}
.headnavi .headnavi__menu:last-of-type li:first-of-type {
  width: 40%;
}
.headnavi .headnavi__menu:last-of-type li:last-of-type {
  background: none;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu:last-of-type li:last-of-type {
    width: 100%;
  }
}
.headnavi .headnavi__menu li {
  background: url(./images/header/headnavi_line.png) no-repeat right center;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
  list-style: none;
  padding: 0 0 10px 0;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu li {
    background: none;
  }
}
.headnavi .headnavi__menu li a {
  color: #616470;
  display: block;
  font-size: 11px;
  font-weight: bold;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu li a {
    background: #f98fa0;
    color: #fff;
    padding: 10px 0;
    position: relative;
  }
  .headnavi .headnavi__menu li a:after {
    font-family: FontAwesome;
    margin: 0 5px;
    content: "";
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.headnavi .headnavi__menu li a:hover {
  color: #ccc;
}
.headnavi .headnavi__menu li span {
  display: block;
  font-family: "Didot", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu li span {
    margin: 0 10px;
  }
}
.headnavi .headnavi__menu li .headnavi__second {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headnavi .headnavi__menu li .headnavi__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    width: 96%;
  }
  .headnavi .headnavi__menu li .headnavi__second.headnavi__second--lang a {
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 7px;
  }
  .headnavi .headnavi__menu li .headnavi__second li {
    margin: 0;
    width: 32% !important;
  }
  .headnavi .headnavi__menu li .headnavi__second li a {
    background: none;
    color: #616470;
    padding: 0;
  }
  .headnavi .headnavi__menu li .headnavi__second li a:after {
    content: "";
  }
  .headnavi .headnavi__menu li .headnavi__second li + li {
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .headnavi .headnavi__menu li:hover .headnavi__second {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 25px 5% 20px 5%;
    position: absolute;
    top: 63px;
    width: 100%;
    z-index: 100;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li {
    width: auto;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li a {
    color: #616470;
    font-size: 13px;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li a figure {
    width: 200px;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li a figure img {
    margin-bottom: 5px;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li a figure img:hover {
    opacity: 0.8;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li a:hover {
    color: #f98fa0;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second li + li {
    margin-left: 30px;
  }
  .headnavi .headnavi__menu li:hover .headnavi__second.headnavi__second--ec figure {
    width: 160px;
  }
}
.headnavi .logo {
  font-size: 11px;
  left: 0;
  letter-spacing: initial;
  margin: auto;
  position: absolute;
  right: 0;
  top: -80px;
  width: 100px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .headnavi .logo {
    position: relative;
    top: 5px;
  }
}
.headnavi .logo img {
  display: block;
  height: 120px;
  margin: auto;
}

.header.fixed {
  min-height: 95px;
  position: fixed;
  width: 100%;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.header.fixed .fixlogo {
  opacity: 1;
  visibility: visible;
}
.header.fixed .header__lang {
  display: none;
}
.header.fixed .header__sns {
  margin: 10px auto 0 auto;
}
.header.fixed .header__contact {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header.fixed .header__contact {
    margin-bottom: 0;
  }
}
.header.fixed .header__member {
  display: none;
}
.header.fixed .headnavi .logo {
  display: none;
}
.header.fixed .headnavi li {
  background: url(./images/header/headnavi_line.png) no-repeat right top;
  background-size: auto 20px;
}
.header.fixed .headnavi .headnavi__menu {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .header.fixed .headnavi .headnavi__menu {
    width: 100%;
  }
}
.header.fixed .headnavi .headnavi__menu:last-of-type li:last-of-type {
  background: none;
}
.header.fixed .headnavi .headnavi__menu li a {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .header.fixed .headnavi .headnavi__menu li a {
    font-size: 11px;
  }
}
.header.fixed .headnavi .headnavi__menu li a span {
  font-size: 15px;
}
.header.fixed .headnavi .headnavi__menu li:hover .headnavi__second {
  border-bottom: 1px solid #ccc;
  top: 34px;
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .menu-btn a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: #f98fa0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 25px;
    height: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 4px;
    padding: 0 5px;
    text-decoration: none;
  }
  .menu-btn a span {
    color: #f98fa0;
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
  }

  .btn-open {
    z-index: 999;
    display: inline;
  }
  .btn-open:before {
    content: "";
    font-family: FontAwesome;
    margin: 0 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    -o-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }

  .btn-close {
    z-index: 999;
    display: inline;
    color: #f98fa0;
  }
  .btn-close:before {
    content: "";
    font-family: FontAwesome;
    margin: 0 5px;
    color: #f98fa0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    -o-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }
  .btn-close span {
    color: #f98fa0;
  }
  .btn-close:hover:after {
    color: #f98fa0;
  }

  .over {
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*-----------------------------------
	en/ch
-----------------------------------*/
.en .header__contact li:last-of-type a {
  font-size: 12px;
}

#pagetop {
  bottom: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}
#pagetop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f98fa0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 50px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
#pagetop a:hover {
  background: #f98fa0;
  color: #fff;
}

.footnavi {
  background: #fef6f7;
  margin-top: 80px;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .footnavi {
    margin-top: 40px;
    padding: 30px 0;
  }
}
.ec .footnavi {
  margin-top: -1px;
}
.footnavi .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footnavi .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footnavi .container li {
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footnavi .container li {
    margin-bottom: 10px;
  }
  .footnavi .container li:nth-of-type(even) {
    margin-left: 5%;
  }
}
.footnavi .container li img {
  display: block;
  margin: 0 auto 10px auto;
}
.footnavi .container li a {
  color: #616470;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.footnavi .container li a:hover {
  color: #ccc;
}
.footnavi .container li span {
  display: block;
  font-family: "Didot", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.footabout {
  position: relative;
}
.footabout #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 500px;
  position: relative;
  width: 50%;
}
.footabout #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }
@media only screen and (max-width: 767px) {
  .footabout #map {
    padding-bottom: 400px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footabout > .container {
    display: flex;
    justify-content: center;
  }
}

.footabout__company {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footabout__company {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 30px 0;
    width: 100%;
  }
}
.footabout__company--2 {
  width: 100%;
}
.footabout__company .footlogo {
  margin-bottom: 30px;
}
.footabout__company .footlogo img {
  height: 150px;
}
.footabout__company p {
  font-size: 13px;
  margin: 0 auto;
}
.footabout__company address {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 10px;
}
.footabout__company .footabout__contact {
  /*display: flex;
  justify-content: flex-end;*/
}
@media only screen and (max-width: 767px) {
  .footabout__company .footabout__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footabout__company .footabout__contact li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footabout__company .footabout__contact li {
    width: 50%;
  }
}
.footabout__company .footabout__contact li:first-of-type {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 10px auto;
  /*padding-right: 10px;
  text-align: right;*/
}
@media only screen and (max-width: 767px) {
  .footabout__company .footabout__contact li:first-of-type {
    /* height: 45px; */
    padding: 0;
    text-align: center;
  }
  .footabout__company .footabout__contact li:last-of-type {
    margin: 0 auto;
  }
}
.footabout__company .footabout__contact li:first-of-type a {
  color: #616470;
  font-family: "Calisto MT", serif;
  font-size: 20px;
  width: 100%;
}
.footabout__company .footabout__contact li:first-of-type span {
  font-size: 11px;
  width: 100%;
}
.footabout__company .footabout__contact li:last-of-type {
  text-align: center;
}
.footabout__company .footabout__contact li:last-of-type a {
  background: #f98fa0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .footabout__company .footabout__contact li:last-of-type a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    padding: 0;
    width: 100%;
  }
}
.footabout__company .footabout__contact li:last-of-type a:hover {
  background: #faa7b5;
}
.footabout__company .footabout__contact li:last-of-type a:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}

.footmenu {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .footmenu {
    display: none;
  }
}
.footmenu ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.footmenu ul li {
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
  list-style: none;
}
.footmenu ul li a {
  color: #616470;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.footmenu ul li a:hover {
  color: #ccc;
}
.footmenu ul li span {
  display: block;
  font-family: "Didot", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .container {
    display: block;
  }
}
.footer .container a {
  color: #616470;
}
.footer .container a:hover {
  color: #f98fa0;
}
.footer .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  text-align: left;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .footer .footer__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
  }
}
.footer .footer__link .footer__guide {
  margin: 0;
}
.footer .footer__link .footer__guide li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer .footer__link .footer__guide li {
    margin-bottom: 10px;
  }
}
.footer .footer__link .footer__guide li + li {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
}
.footer .footer__link .footer__otherlink {
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer__link .footer__otherlink {
    text-align: center;
  }
}
.footer .footer__link .footer__otherlink li {
  display: inline-block;
  text-align: center;
}
.footer .footer__link .footer__otherlink li + li {
  margin-left: 10px;
  padding-left: 10px;
}
.footer .footer__link .footer__otherlink li:nth-of-type(3):after, .footer .footer__link .footer__otherlink li:nth-of-type(4):after {
  content: "/";
}
.footer .footer__link .footer__otherlink li:nth-of-type(n+3) {
  font-family: "Calisto MT", serif;
}
.footer .copyright {
  bottom: 0;
  color: #616470;
  font-size: 13px;
  position: absolute;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    position: static;
    text-align: center;
  }
}

/*-----------------------------------
	English
-----------------------------------*/
.en .footabout__company .footabout__contact li:last-of-type a {
  font-size: 12px;
}

/*-----------------------------------
	woocommerce
-----------------------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 250px;
}
.woocommerce-account .woocommerce-MyAccount-navigation h3 {
  margin: 0 auto 5px auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background: #f8f6f4;
  color: #616470;
  display: block;
  margin: 0 auto 3px auto;
  padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #fef6f7;
  color: #f98fa0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  text-align: left;
  width: calc(100% - 280px);
}

/*-----------------------------------
	ec cube
-----------------------------------*/
.header__member {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__member {
    float: none;
  }
}
.header__member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header__member ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.header__member ul li {
  margin-bottom: 5px;
  width: 49%;
}
.header__member ul li:nth-of-type(even) {
  margin-left: 2%;
}
.header__member ul li a {
  background: #f8f6f4;
  border: 1px solid #ccc;
  color: #616470;
  display: block;
  padding: 3px;
}
.header__member ul li a:hover {
  background: #f98fa0;
  color: #fff;
}
.header__member ul li a i {
  font-size: 20px;
}
.header__member ul li a span {
  display: block;
  font-size: 10px;
}

.drawer_block.pc {
  display: block !important;
}

#cart_area {
  margin: 20px auto;
  position: relative;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #cart_area {
    width: 96%;
  }
}
#cart_area .cart {
  height: auto;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #cart_area .cart {
    position: absolute;
    top: initial;
  }
}
#cart_area p.cart-trigger {
  float: none;
  min-width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #cart_area p.cart-trigger {
    border: 1px solid #ccc;
    position: static;
  }
}
#cart_area p.cart-trigger .cb {
  left: 10px;
  position: absolute;
  top: 6px;
}
#cart_area p.cart-trigger .cb.cb-close {
  left: 12px;
  top: 10px;
}
#cart_area p.cart-trigger .cart_price {
  left: 50px;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  #cart_area p.cart-trigger .cart_price {
    display: block !important;
  }
}
#cart_area p.cart-trigger .badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 3px;
  top: 10px;
  width: 20px;
}
#cart_area .inner {
  max-width: 100%;
  min-width: initial;
  padding: 10px;
  width: 100%;
}
#cart_area .inner p {
  font-size: 13px;
  min-width: 100%;
}
#cart_area .item_box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
#cart_area .item_box .item_photo {
  padding: 0;
  width: 70px;
}
#cart_area .item_box .item_photo img {
  max-height: 100%;
  width: auto;
}
#cart_area .item_box .item_detail {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  width: calc(100% - 90px);
}
#cart_area .item_box .item_detail .item_name {
  font-size: 13px;
  line-height: 1.3;
  margin-right: 10px;
}
#cart_area .item_box .item_detail .item_pattern {
  line-height: 1.1;
}
#cart_area .item_box .item_detail .item_pattern .item_price {
  font-size: 11px;
  font-weight: normal;
}
#cart_area .item_box .item_detail .item_pattern .item_price em {
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}
#cart_area .item_box .item_detail .item_pattern .item_price i {
  display: inline-block;
  font-style: normal;
  letter-spacing: initial;
  margin: 0 5px;
}
#cart_area .item_box .item_detail .item_pattern .item_quantity {
  font-size: 13px;
}
#cart_area .btn_area {
  padding: 10px;
}
#cart_area .btn_area .btn {
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: initial;
  min-width: 100%;
  padding: 5px 10px;
}
#cart_area .side_cancel {
  background: none;
  border: none;
  color: #616470;
}

nav#category {
  display: block;
  margin: 40px auto;
}
nav#category h3 {
  background: #f98fa0;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  nav#category h3 {
    margin: 0 auto;
  }
}
nav#category .category-nav li {
  border: none;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  nav#category .category-nav li {
    text-align: left;
  }
}
nav#category .category-nav a {
  background: #fef6f7;
  border-bottom: none;
  color: #f98fa0;
  height: auto;
  line-height: initial;
  padding: 10px;
}
nav#category .category-nav a:hover {
  color: #53cbe9;
}
nav#category .category-nav ul {
  display: block;
}
nav#category .category-nav ul a {
  background: none;
  color: #616470;
  font-size: 90%;
  padding: 5px 15px;
}
nav#category .category-nav ul a:hover {
  background: #f8f6f4;
}
nav#category .category-nav ul a:before {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
nav#category .category-nav ul ul a {
  background: none;
  font-size: 90%;
  font-weight: normal;
  padding: 5px 20px;
}
nav#category .category-nav ul ul a:before {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}

#checkeditem {
  display: block;
  margin: 40px auto;
}
#checkeditem h3 {
  background: #f98fa0;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}
#checkeditem .btn_gy {
  font-size: 13px;
  font-weight: normal;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  #checkeditem .btn_gy {
    min-width: 90%;
  }
}
#checkeditem .btn_gy:after {
  content: "";
  top: 8px;
}

.history__frame {
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .history__frame {
    width: 96%;
  }
}
.history__frame .history__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10px auto;
  padding: 5px;
}
.history__frame .history__item a:hover {
  opacity: 0.8;
}
.history__frame .history__item a figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 70px;
}
.history__frame .history__item a figure img {
  max-height: 100%;
}
.history__frame .history__item a dl {
  text-align: left;
  width: calc(100% - 80px);
}
.history__frame .history__item a dl .item_name {
  color: #f98fa0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
}
.history__frame .history__item a dl .item_price {
  font-size: 12px;
  font-weight: normal;
}
.history__frame .history__item a dl .item_price i {
  display: block;
  font-style: normal;
  letter-spacing: initial;
}

.mv {
  background-position: center bottom !important;
  background-size: cover;
  height: calc(100vh - 200px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv {
    height: 50vh;
  }
}
.mv h1 {
  bottom: 5vh;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
.mv h1 span {
  display: block;
  font-family: "Calisto MT", serif;
}

.home__about {
  background: url(/wp/wp-content/uploads/2017/10/top_about_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .home__about {
    padding: 40px 0;
  }
}
.home__about h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .home__about h2 {
    font-size: 25px;
  }
}
.home__about h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: block;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 16px;
  margin: 20px auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home__about h2 span {
    font-size: 14px;
  }
}
.home__about p {
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .home__about p {
    margin: 0 auto;
    text-align: left;
    width: 96%;
  }
  .home__about p br {
    display: none;
  }
}

.home__service {
  background: #fef6f7;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home__service {
    padding: 40px 2%;
  }
}
.home__service h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
}
.home__service h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: block;
  margin: 0 auto 40px auto;
  padding-bottom: 40px;
}
.home__service em {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 120px;
  line-height: 1;
  position: absolute;
  right: 5%;
  top: -60px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media only screen and (max-width: 767px) {
  .home__service em {
    font-size: 40px;
    top: -30px;
  }
}
.home__service ul {
  background: #fff;
  border: 2px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto;
  outline: 4px solid #fff;
  padding: 20px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__service ul {
    width: 96%;
  }
}
.home__service ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.home__service ul li:before {
  font-family: FontAwesome;
  margin: 0 5px;
  color: #f98fa0;
  content: "";
}
.home__service p {
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  .home__service p {
    text-align: left;
  }
  .home__service p br {
    display: none;
  }
}
.home__service .home__service--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home__service .home__service--inner dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #fcbfc9;
  border-radius: 157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 304px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 304px;
}
.home__service .home__service--inner dl dt {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 40px;
  margin-top: 20px;
}
.home__service .home__service--inner dl dt i {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 60px;
  font-style: normal;
}
.home__service .home__service--inner dl dd {
  font-weight: bold;
}
.home__service .home__service--inner dl dd img {
  display: block;
  margin: 20px auto;
}
.home__service .btn {
  margin-top: 40px;
}

.top-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 5% 40px 5%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .top-content {
    padding: 20px 2%;
    width: 100%;
  }
}
.top-content .btn {
  min-width: initial;
  width: 160px;
}
.top-content h2 {
  font-size: 16px;
  margin: 0 auto 40px auto;
  position: relative;
}
.top-content h2 span {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 50px;
  font-weight: normal;
  left: 0;
  letter-spacing: -0.005em;
  line-height: 1;
  position: absolute;
  top: -60px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .top-content h2 span {
    font-size: 30px;
  }
}
.top-content h2 i {
  border-bottom: 1px solid #ccc;
  font-style: normal;
}
.top-content p {
  font-size: 14px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .top-content p {
    text-align: left;
  }
  .top-content p br {
    display: none;
  }
}

.home__produce {
  background: url(/wp/wp-content/uploads/2017/10/top_produce_bg.jpg) no-repeat left bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .home__produce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__produce figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__produce figure {
    width: 100%;
  }
}

.home__dress {
  background: url(/wp/wp-content/uploads/2017/10/top_dress_bg.jpg) no-repeat right center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  padding: 150px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .home__dress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__dress figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__dress figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.home__photo {
  background: url(/wp/wp-content/uploads/2017/10/top_photo_bg.jpg) no-repeat left bottom;
  background-size: 60% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 60px 0;
}
@media only screen and (max-width: 767px) {
  .home__photo {
    background-size: cover;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__photo figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__photo figure {
    width: 100%;
  }
}

.home__music {
  background: url(/wp/wp-content/uploads/2017/10/top_music_bg.jpg) no-repeat right center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  padding: 100px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .home__music {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__music .top-content h2 span {
  left: 35%;
}
@media only screen and (max-width: 767px) {
  .home__music .top-content h2 span {
    left: 0;
  }
}
.home__music figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__music figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.home__resort {
  background: url(/wp/wp-content/uploads/2017/10/top_resort_bg.jpg) no-repeat left bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 120px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .home__resort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__resort .top-content h2 span {
  top: -100px;
}
.home__resort figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__resort figure {
    width: 100%;
  }
}

.home__gift {
  background: url(/wp/wp-content/uploads/2017/10/top_gift_bg.jpg) no-repeat right center;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 100px auto;
  padding: 100px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .home__gift {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home__gift figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home__gift figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.home-news {
  background: url(/wp/wp-content/uploads/2017/10/top_news.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 40px 0;
  }
}
.home-news .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-news .container {
    display: block;
  }
}
.home-news h2 {
  font-weight: normal;
  left: 0;
  margin: 0;
  position: absolute;
  top: -60px;
}
.home-news h2 span {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 70px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
}
.home-news h2 em {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin: 20px 0 0 150px;
  padding: 5px;
}
.home-news ul {
  background: #fff;
  margin: 0 auto 20px auto;
  padding: 30px;
}

.home-news__news {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .home-news__news {
    margin: 30px auto;
    width: 96%;
  }
}
.home-news__news h2 span {
  color: #f98fa0;
}
.home-news__news h2 em {
  background: #f98fa0;
}
.home-news__news ul {
  border: 1px solid #f98fa0;
  outline: 4px solid #fff;
}
.home-news__news ul li {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
}
.home-news__news ul li .date {
  display: block;
}

.home-news__blog {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .home-news__blog {
    margin: 100px auto 30px auto;
    width: 96%;
  }
}
.home-news__blog h2 span {
  color: #53cbe9;
}
.home-news__blog h2 em {
  background: #53cbe9;
  margin-left: 130px;
}
.home-news__blog ul {
  border: 1px solid #53cbe9;
  outline: 4px solid #fff;
}
.home-news__blog ul li {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
}
.home-news__blog ul li .date {
  display: block;
}

.home-sns {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .home-sns {
    padding: 40px 0 0 0;
  }
}
.home-sns .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-sns .container {
    display: block;
  }
}
.home-sns h2 {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  margin: 0 auto 40px auto;
  padding-bottom: 20px;
}
.home-sns .home-sns__facebook {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .home-sns .home-sns__facebook {
    width: 100%;
  }
}
.home-sns .home-sns__facebook iframe {
  margin: 0 auto;
  width: 96%;
}
.home-sns .home-sns__instagram {
  width: calc(100% - 380px);
}
@media only screen and (max-width: 767px) {
  .home-sns .home-sns__instagram {
    margin-top: 40px;
    width: 100%;
  }
}

/*-----------------------------------
	en/ch
-----------------------------------*/
.en .home__service .container dl dd {
  font-size: 14px;
}
.en .title__en {
  background-position: center top;
  background-size: 100% auto;
}
.en h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .en h1 {
    padding: 0 2%;
  }
}
.en h1 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center top;
  color: #f98fa0;
  display: block;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin: 30px auto;
  padding: 30px 0;
}

.ch .ch-plans .container {
  padding: 80px 0;
}
.ch .ch-plans .container h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 80px auto 30px auto;
}
.ch .ch-plans .container h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}
.ch .ch-plans .container .pdfemb-viewer {
  margin: 0 auto 30px auto;
}

/*-----------------------------------
	About
-----------------------------------*/
.about .about1 {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .about .about1 {
    padding: 30px 0;
  }
  .about .about1 p {
    padding: 0 2%;
    text-align: left;
  }
  .about .about1 p br {
    display: none;
  }
}
.about .about1 h2 {
  color: #f98fa0;
  margin: 60px auto 30px auto;
}
.about .about1 h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-bottom: 30px;
}
.about .about1 ul {
  background: #fff;
  border: 2px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto;
  outline: 4px solid #fff;
  padding: 20px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .about .about1 ul {
    width: 96%;
  }
}
.about .about1 ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.about .about1 ul li:before {
  font-family: FontAwesome;
  margin: 0 5px;
  color: #f98fa0;
  content: "";
}
.about .about1 .btn {
  margin: 40px auto;
}
.about .about2 {
  background: url(/wp/wp-content/uploads/2017/10/bg_about2.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .about .about2 {
    padding: 30px 0;
  }
  .about .about2 p {
    padding: 0 2%;
    text-align: left;
  }
  .about .about2 p br {
    display: none;
  }
}
.about .about2 h2 {
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .about .about2 h2 {
    font-size: 20px;
  }
}
.about .about2 h2 i {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .about .about2 h2 i {
    font-size: 40px;
  }
}
.about .about2 .about2__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame {
    margin: 0 auto;
    width: 96%;
  }
}
.about .about2 .about2__frame dl {
  background: #fff;
  margin: 0 15px 30px 15px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame dl {
    margin: 0 0 20px 0;
    width: 49%;
  }
  .about .about2 .about2__frame dl:nth-of-type(even) {
    margin-left: 2%;
  }
}
.about .about2 .about2__frame dl dt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(/wp/wp-content/uploads/2017/10/about2_ttlbg.png) no-repeat left 70px top 30px;
  color: #f98fa0;
  font-family: "Calisto MT", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame dl dt {
    background-position: left 10px top 10px;
    background-size: 40px auto;
    padding: 20px 10px 10px 10px;
  }
}
.about .about2 .about2__frame dl dt span {
  background: #fff;
  display: inline-block;
  font-family: "Calisto MT", serif;
  font-size: 30px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame dl dt span {
    font-size: 20px;
  }
}
.about .about2 .about2__frame dl dt i {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 70px;
  font-style: normal;
  margin-bottom: -10px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame dl dt i {
    font-size: 40px;
  }
}
.about .about2 .about2__frame dl dd {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center top;
  padding: 30px 10px;
}
@media only screen and (max-width: 767px) {
  .about .about2 .about2__frame dl dd {
    padding: 15px 10px;
  }
  .about .about2 .about2__frame dl dd br {
    display: none;
  }
}

#company {
  margin-top: -95px;
  padding-top: 95px;
}

.company h2 {
  color: #616470;
  font-weight: normal;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .company h2 {
    margin-top: 40px;
  }
}
.company h2 span {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 70px;
  position: absolute;
  right: 10%;
  top: -40px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media only screen and (max-width: 767px) {
  .company h2 span {
    display: block;
    font-size: 25px;
    position: static;
  }
}
.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto;
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .company dl {
    margin: 30px auto;
    width: 96%;
  }
}
.company dl dt {
  border-top: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .company dl dt {
    background: #f8f6f4;
    border: none;
    padding: 10px;
    width: 100%;
  }
}
.company dl dt:first-of-type {
  border-top: none;
}
.company dl dd {
  border-top: 2px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .company dl dd {
    padding: 10px;
    width: 100%;
  }
}
.company dl dd:first-of-type {
  border-top: none;
}
.company iframe {
  margin: 0 auto 40px auto;
  max-width: 100%;
}
.company iframe + img {
  margin: 0 auto 80px auto;
}
.company .company__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .company .company__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company .company__message figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .company .company__message figure {
    width: 96%;
  }
}
.company .company__message figure img {
  border-radius: 150px;
  width: 300px;
}
.company .company__message p {
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .company .company__message p {
    margin: 20px auto;
    width: 96%;
  }
}
.company .company__message p span {
  display: block;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 15px;
  margin-top: 30px;
  text-align: right;
}
.company .company__message p span em {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-style: normal;
  margin-left: 20px;
}
.company .company__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .company .company__staff {
    margin: 60px auto 20px auto;
    width: 96%;
  }
  .company .company__staff + p {
    margin: 0 auto;
    text-align: left;
    width: 96%;
  }
}
.company .company__staff li {
  list-style: none;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .company .company__staff li {
    width: 33%;
  }
}
.company .company__staff li img {
  border-radius: 120px;
}
.company .company__staff li + li {
  margin-left: 10px;
}

/*-----------------------------------
	問い合わせフォーム
-----------------------------------*/
.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contact dl {
    margin: 0 auto;
    width: 96%;
  }
}
.contact dl dt {
  background: #fef6f7;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .contact dl dt {
    padding: 10px;
    width: 100%;
  }
}
.contact dl dt .require {
  background: #fff;
  border-radius: 4px;
  color: #f98fa0;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 10px;
}
.contact dl dd {
  border-bottom: 1px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .contact dl dd {
    padding: 10px;
    width: 100%;
  }
}
.contact dl dd #zip,
.contact dl dd #zip1 {
  margin-bottom: 5px;
  width: 100px;
}
.contact dl dd #pref {
  margin-right: 5px;
  width: 100px;
}
.contact dl dd #addr {
  width: calc(100% - 118px);
}
@media only screen and (max-width: 767px) {
  .contact dl dd #addr {
    margin-top: 5px;
    width: 100%;
  }
}

/*-----------------------------------
	特定商取引法
-----------------------------------*/
.law dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.law dl dt {
  background: #fef6f7;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .law dl dt {
    padding: 10px;
    width: 100%;
  }
}
.law dl dd {
  border-bottom: 1px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .law dl dd {
    padding: 10px;
    width: 100%;
  }
}
.law dl dd h3 {
  color: #f98fa0;
  font-family: "Calisto MT", serif;
  font-size: 17px;
  margin: 0 auto 5px auto;
}
.law dl dd p {
  margin: 0 auto 5px auto;
}
.law dl dd p + h3 {
  margin-top: 30px;
}
.law dl dd ul {
  padding: 0 0 0 20px;
}
.law dl dd dt {
  background: #f8f6f4;
  width: 35%;
}
.law dl dd dd {
  border-bottom: 1px solid #fef6f7;
  width: 65%;
}

/*-----------------------------------
	プライバシーポリシー
-----------------------------------*/
.title__privacy h1 span {
  bottom: 50px;
  color: #fff;
  left: 0;
  right: 0;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
  top: auto;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (max-width: 767px) {
  .title__privacy h1 span {
    font-size: 40px;
  }
}

.privacy {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding: 0 2%;
  }
}
.privacy h2 {
  color: #f98fa0;
  font-family: "Calisto MT", serif;
  font-size: 17px;
  margin: 0 auto 5px auto;
}
.privacy h3 {
  color: #f98fa0;
  font-family: "Calisto MT", serif;
  font-size: 17px;
  margin: 40px auto 5px auto;
}
.privacy p {
  margin: 0 auto 5px auto;
}
.privacy ul {
  padding: 0 0 0 20px;
}

/*-----------------------------------
	FAQ
-----------------------------------*/
.title__faq h1 span {
  left: 0;
  right: 0;
}

/*-----------------------------------
	Music
-----------------------------------*/
.music {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .music {
    margin-top: 30px;
    padding: 0 2%;
  }
  .music p {
    text-align: left;
  }
  .music p br {
    display: none;
  }
}
.music h2 {
  color: #f98fa0;
  font-family: YuMincho, "Yu Mincho", serif;
}
.music h3 {
  color: #616470;
  font-weight: normal;
  margin: 80px auto 20px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .music h3 {
    margin-top: 40px;
  }
}
.music h3 span {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 70px;
  position: absolute;
  right: 20%;
  top: -40px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media only screen and (max-width: 767px) {
  .music h3 span {
    font-size: 40px;
  }
}
.music h3 + p {
  color: #f98fa0;
  font-weight: bold;
}

.video-area {
  background: #f8f6f4;
  padding: 20px 0;
}
.video-area h3:first-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .video-area iframe {
    margin: 0 auto;
    width: 96%;
  }
}

.music-plan {
  margin: 40px auto;
}
.music-plan .music-plan__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px auto;
  text-align: left;
}
.music-plan .music-plan__box dt {
  background: #fef6f7;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .music-plan .music-plan__box dt {
    width: 100%;
  }
}
.music-plan .music-plan__box dt span {
  font-size: 80%;
}
.music-plan .music-plan__box dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fef6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .music-plan .music-plan__box dd {
    width: 100%;
  }
}

/*-----------------------------------
	プロデュース
-----------------------------------*/
.produce__intro {
  background: url(/wp/wp-content/uploads/2017/10/bg_produce1.jpg) no-repeat center center;
  background-size: cover;
}
.produce__intro .container {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .produce__intro .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 2%;
  }
  .produce__intro .container p {
    text-align: left;
  }
  .produce__intro .container p br {
    display: none;
  }
}
.produce__intro h2 {
  margin: 0 auto 30px auto;
}
.produce__intro h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .produce__intro h2 span br {
    display: none;
  }
}

.produce__step {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .produce__step {
    padding: 30px 2%;
  }
}
.produce__step h2 {
  margin: 0 auto 30px auto;
}
.produce__step h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .produce__step h2 span br {
    display: none;
  }
}
.produce__step h3 {
  color: #f98fa0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 auto 40px auto;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .produce__step h3 {
    font-size: 30px;
    width: 100%;
  }
}
.produce__step h3 i {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 100px;
  font-style: normal;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 767px) {
  .produce__step h3 i {
    font-size: 50px;
  }
}
.produce__step h3 span {
  border-bottom: 1px solid #616470;
  border-top: 1px solid #616470;
  color: #616470;
  display: block;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 20px;
  margin: 30px auto;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .produce__step h3 span {
    font-size: 17px;
    margin: 15px auto;
    padding: 10px;
  }
}

.produce__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 60px 0;
}
.produce__box figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .produce__box figure {
    width: 100%;
  }
}
.produce__box figure.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .produce__box figure.order1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.produce__box .produce__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .produce__box .produce__text {
    width: 100%;
  }
  .produce__box .produce__text p {
    text-align: left;
  }
  .produce__box .produce__text p br {
    display: none;
  }
}
.produce__box .produce__text h4 {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #53cbe9;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 30px;
  margin: 0 auto 20px auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .produce__box .produce__text h4 {
    font-size: 25px;
  }
}
.produce__box .produce__text .btn_gy {
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .produce__box .produce__text .btn_gy {
    min-width: 90%;
    width: 90%;
  }
}
.produce__box .produce__text .btn_gy:hover {
  background: #f98fa0;
  border: 2px solid #f98fa0;
}
.produce__box .produce__text .btn_gy + .btn_gy {
  margin-top: 0;
}

.produce__last {
  background: url(/wp/wp-content/uploads/2017/10/plan_last_bg1.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .produce__last {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 10px;
  }
}
.produce__last .container {
  background: url(/wp/wp-content/uploads/2017/10/plan_last_bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .produce__last .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 10px;
  }
}
.produce__last .container h2 {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 60px;
  font-weight: normal;
  margin: 0 auto 60px auto;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media only screen and (max-width: 767px) {
  .produce__last .container h2 {
    font-size: 40px;
  }
}

/*-----------------------------------
	カート
-----------------------------------*/
h1.sheader span {
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-weight: normal;
}

.woocommerce h3 {
  background: #f98fa0;
  color: #fff;
  padding: 10px;
}
.woocommerce form label {
  font-size: 13px;
  text-align: left;
}
.woocommerce textarea {
  min-height: 150px;
}
.woocommerce .select2-selection {
  min-height: 43px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #616470;
  font-size: 14px;
  line-height: 43px;
  text-align: left;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}

/*-----------------------------------
	本物の牧師
-----------------------------------*/
.minister h2 {
  color: #f98fa0;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 40px auto 20px auto;
}
.minister .minister__conditions {
  background: url(/wp/wp-content/uploads/2017/10/top_news.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.minister ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.minister ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #f98fa0;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  padding: 30px;
  width: 300px;
}
.minister ol li span {
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 30px;
}
.minister ol li span i {
  display: block;
  font-size: 60px;
  font-style: normal;
}

/*-----------------------------------
	Dress
-----------------------------------*/
.dress {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .dress {
    margin: 30px auto;
  }
  .dress p {
    padding: 0 2%;
    text-align: left;
  }
  .dress p br {
    display: none;
  }
}
.dress h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 30px auto;
}
.dress h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center top;
  display: block;
  color: #f98fa0;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  padding: 10px 0 30px 0;
}
.dress h3 {
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  margin: 80px auto 30px auto;
}
.dress .btn {
  font-size: 18px;
  margin: 40px auto;
  padding: 15px 50px;
}
@media only screen and (max-width: 767px) {
  .dress .btn {
    font-size: 16px;
    min-width: 90%;
    padding: 10px 0;
    width: 90%;
  }
}
.dress .btn:after {
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .dress .btn_bu {
    display: block;
    margin: 0 auto 10px auto;
    width: 90%;
  }
}
.dress .btn_bu:after {
  content: "";
}
.dress .dress__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dress .dress__navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dress .dress__navi .btn_bu {
  min-width: initial;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .dress .dress__navi .btn_bu {
    margin: 0 auto 10px auto;
    width: 90%;
  }
}
.dress .notice {
  color: #DE5D50;
  font-size: 13px;
  padding: 10px;
  text-align: left;
}
.dress .notice li {
  list-style: none;
}
.dress .notice li:before {
  content: "※";
}

#mens {
  margin-top: -95px;
  padding-top: 95px;
}

.dress__frame {
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .dress__frame {
    padding-top: 30px;
  }
}
.dress__frame .dress__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.dress__frame .dress__box:last-of-type {
  margin-bottom: 0;
}
.dress__frame .dress__box .dress__gallery {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__gallery {
    width: 100%;
  }
  .dress__frame .dress__box .dress__gallery .unite-gallery {
    height: 400px !important;
    min-width: 100% !important;
    width: 100%;
  }
}
.dress__frame .dress__box .dress__gallery.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__gallery.order1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.dress__frame .dress__box .dress__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__text {
    display: block;
    height: auto;
    padding: 30px 2%;
    width: 100%;
  }
}
.dress__frame .dress__box .dress__text h3 {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__text h3 {
    font-size: 25px;
  }
}
.dress__frame .dress__box .dress__text h3 span {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 40px;
  font-weight: normal;
  left: 15%;
  position: absolute;
  top: 15%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__text h3 span {
    font-size: 30px;
  }
}
.dress__frame .dress__box .dress__text .btn_gy {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .dress__frame .dress__box .dress__text .btn_gy {
    min-width: 90%;
    width: 90%;
  }
}

.dress__other--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .dress__other--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
  }
}
.dress__other--wrap a {
  width: 24%;
}
@media only screen and (min-width: 768px) {
  .dress__other--wrap a + a {
    margin-left: 1%;
  }
  body.page-id-62 .dress__other--wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .dress__other--wrap a {
    margin: 0 2% 20px 0;
    width: 48%;
  }
  .dress__other--wrap a:nth-of-type(even) {
    margin-right: 0;
  }
}

.table__container {
  margin: 0 auto 20px auto;
  overflow-y: auto;
}
.table__container table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table__container table {
    width: 980px;
  }
}
.table__container table thead {
  background: #fef6f7;
  font-size: 13px;
}
.table__container table th,
.table__container table td {
  font-size: 12px;
  padding: 5px;
}
.table__container table tbody th {
  background: #f8f6f4;
}
.table__container table tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table__container + .notice {
  margin-bottom: 60px;
}

/*-----------------------------------
	Photo
-----------------------------------*/
.photo__message {
  background: url(/wp/wp-content/uploads/2017/10/bg_about1.jpg) no-repeat center center;
  background-size: cover;
}
.photo__message .container {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .photo__message .container p {
    padding: 0 2%;
    text-align: left;
  }
  .photo__message .container p br {
    display: none;
  }
}
.photo__message h2 {
  margin: 0 auto 30px auto;
}
.photo__message h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}
.photo__message .btn {
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .photo__message .btn {
    min-width: 100%;
    text-align: center;
  }
}

.photo__plan {
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .photo__plan {
    margin: 30px auto;
    width: 96%;
  }
  .photo__plan p {
    text-align: left;
  }
  .photo__plan p br {
    display: none;
  }
}
.photo__plan .container {
  background: #fcfeff;
  border: 2px solid #53cbe9;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .photo__plan .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 15px;
  }
}
.photo__plan h3 {
  color: #53cbe9;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .photo__plan h3 {
    font-size: 20px;
    margin: 0 auto 20px auto;
  }
}
.photo__plan .btn {
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .photo__plan .btn {
    margin: 20px auto;
    min-width: 90%;
  }
}

.title__photo h1 span {
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}

.title__gallery h1 span {
  left: 10%;
  right: initial;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
@media only screen and (max-width: 767px) {
  .title__gallery h1 span {
    display: none;
  }
}

.photographer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .photographer .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2%;
  }
}
.photographer figure img {
  border-radius: 200px;
  display: block;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .photographer figure img {
    border-radius: 150px;
    width: 300px;
  }
}
.photographer .photographer__text {
  margin-left: 30px;
  text-align: left;
  width: calc(100% - 400px);
}
@media only screen and (max-width: 767px) {
  .photographer .photographer__text {
    margin: 20px auto;
    text-align: center;
    width: 300px;
  }
}
.photographer .photographer__text h3 {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat left bottom;
  font-family: "Calisto MT", serif;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .photographer .photographer__text h3 {
    background-position: center bottom;
  }
}
.photographer .photographer__text p {
  font-family: "Calisto MT", serif;
  font-size: 15px;
}
.photographer .photographer__text p span {
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 20px;
  margin-bottom: 20px;
}

.gallery .unite-gallery {
  min-width: 100% !important;
  width: 100% !important;
}

/*-----------------------------------
	Bookmark
-----------------------------------*/
.bookmarks .wpfp-span ul {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 96%;
}
.bookmarks .wpfp-span ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0 0 0 20px 0;
  width: 25%;
}
.bookmarks .wpfp-span ul li + li {
  margin-left: 1%;
}
.bookmarks .wpfp-span ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
.bookmarks .wpfp-span ul li a {
  display: block;
  margin: 0 auto 10px auto;
}
.bookmarks .wpfp-span ul li a img {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.bookmarks .wpfp-span ul li a img:hover {
  opacity: 0.8;
}
.bookmarks .wpfp-span ul li a.wpfp-link {
  border: none;
  clear: both;
  color: #616470;
  display: inline-block;
  font-size: 12px;
}

/*-----------------------------------
	Resort
-----------------------------------*/
.resort__main .container {
  background: url(/wp/wp-content/uploads/2017/10/miyazaki.jpg) no-repeat right 100px center;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resort__main .container {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.resort__main h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .resort__main h2 {
    width: 100%;
  }
}
.resort__main h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .resort__main h2 span {
    padding: 20px 0;
  }
}
.resort__main p {
  margin-top: 40px;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .resort__main p {
    margin: 20px auto;
    width: 96%;
  }
}
.resort__main p + p {
  margin-top: 10px;
}
.resort__main a {
  cursor: pointer;
  color: #616470;
}
.resort__main a figcaption:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
.resort__main figure {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .resort__main figure {
    display: inline-block;
    margin: 5px;
    position: static;
    vertical-align: top;
    width: calc(32% - 10px);
  }
}
.resort__main figure figcaption {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .resort__main figure figcaption {
    font-size: 11px;
  }
}
.resort__main figure img {
  border-radius: 75px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .resort__main figure img {
    border-radius: 40px;
    width: 80px;
  }
}
.resort__main figure.resort1 {
  right: 100px;
  top: 30px;
}
.resort__main figure.resort2 {
  right: 360px;
  top: 310px;
}
.resort__main figure.resort3 {
  bottom: 0;
  right: 200px;
}
.resort__main figure.resort4 {
  right: 190px;
  top: 40px;
}
.resort__main figure.resort5 {
  left: 340px;
  top: 200px;
}
.resort__main figure.resort6 {
  left: 520px;
  top: 240px;
}
.resort__main figure.resort7 {
  bottom: 180px;
  right: 140px;
}
.resort__main figure.resort8 {
  right: 400px;
  top: 0;
}
.resort__main figure.resort9 {
  bottom: 10px;
  right: 450px;
}

.resort h3 {
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resort h3 {
    margin-top: 30px;
  }
}
.resort h3 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .resort h3 span {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .resort p {
    text-align: left;
    padding: 0 2%;
  }
  .resort p br {
    display: none;
  }
}

.resort__plans {
  padding: 80px 0 0 0;
}
.resort__plans h2 {
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resort__plans h2 {
    margin-top: 30px;
  }
}
.resort__plans h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .resort__plans h2 span {
    padding: 20px 0;
  }
}
.resort__plans .resort__navi {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .resort__plans .resort__navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96%;
  }
}
.resort__plans .resort__navi li {
  list-style: none;
  margin: 20px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .resort__plans .resort__navi li {
    margin: 0;
  }
}
.resort__plans .resort__navi li a {
  border: 1px solid #f98fa0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .resort__plans .resort__navi li a {
    font-size: 13px;
    min-height: 170px;
    padding: 10px;
  }
}
.resort__plans .resort__navi li a:hover {
  background: #f98fa0;
  border: 1px solid #f98fa0;
  color: #fff;
}
.resort__plans .resort__navi li a img {
  display: block;
  margin: 0 auto 5px auto;
}

@media only screen and (max-width: 767px) {
  .resort__content {
    margin: 0 auto;
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .resort__content h3 {
    font-size: 20px;
  }
}
.resort__content h3 span {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
}
@includ SP {
  .resort__content h3 span {
    font-size: 13px;
  }
}
.resort__content .plan__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__flow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2%;
  }
}
.resort__content .plan__flow figure {
  margin: 10px 1%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__flow figure {
    width: 48%;
  }
}
.resort__content .plan__flow figure img {
  border-radius: 50%;
}
.resort__content .plan__flow figure figcaption {
  font-size: 12px;
  word-break: break-all;
}
.resort__content .plan__flow figure:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
  margin: auto;
  position: absolute;
  right: -15px;
  top: 65px;
}
.resort__content .plan__flow figure:last-of-type:after {
  content: "";
}
.resort__content .plan__box {
  background: #fef6f7;
  border: 1px solid #f98fa0;
  margin: 0 auto 40px auto;
  padding-bottom: 10px;
}
.resort__content .plan__box h4 {
  background: #f98fa0;
  color: #fff;
  margin: 0 auto 10px;
  padding: 10px;
}
.resort__content .plan__images {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.resort__content .plan__images li {
  list-style: none;
  margin: 2px;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__images li {
    height: 70px;
  }
  .resort__content .plan__images li img {
    max-height: 100%;
  }
}
.resort__content .schedule {
  margin: 0 20px 10px 0;
  width: 100%;
}
.resort__content .schedule h5 {
  color: #616470;
  font-size: 15px;
  margin: 0 auto;
}
.resort__content .schedule__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
}
.resort__content .schedule__wrap dl {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 20px 10px 0;
  position: relative;
  width: 13.5%;
}
@media only screen and (max-width: 767px) {
  .resort__content .schedule__wrap dl {
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .resort__content .schedule__wrap dl:last-of-type {
    margin-bottom: 0;
  }
}
.resort__content .schedule__wrap dl dt {
  border-bottom: 1px solid #53cbe9;
  color: #53cbe9;
  padding: 5px;
}
.resort__content .schedule__wrap dl dd {
  font-size: 12px;
  padding: 5px;
}
.resort__content .schedule__wrap dl + dl:before {
  font-family: FontAwesome;
  margin: 0 5px;
  color: #ccc;
  content: "";
  font-size: 20px;
  left: -20px;
  position: absolute;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .resort__content .schedule__wrap dl + dl:before {
    content: "";
    left: 0;
    margin: auto;
    right: 0;
    top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .resort__content .schedule__wrap dl:first-of-type, .resort__content .schedule__wrap dl:nth-of-type(6n+1) {
    margin-left: 20px;
  }
}
.resort__content .plan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.resort__content .plan__include {
  background: #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  margin: 0 20px 0 0;
  padding: 10px;
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .resort__content .plan__include {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}
.resort__content .plan__include h5 {
  color: #616470;
  font-size: 15px;
  margin: 10px auto;
}
.resort__content .plan__include ul {
  padding: 0 0 0 20px;
}
.resort__content .plan__include ul span {
  display: inline-block;
  margin-right: 10px;
}
.resort__content .plan__include a {
  text-decoration: underline;
}
.resort__content .price {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  width: 30%;
}
.resort__content .resort__pictures {
  display: flex;
  gap: 10px;
  justify-content:space-around;
  list-style: none;
  margin: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .resort__content .price {
    margin: 0 auto;
    width: 100%;
  }
  .resort__content .resort__pictures {
    flex-direction: column;
  }
}
.resort__content .price h5 {
  margin: 10px auto;
  text-align: left;
}
.resort__content .price i {
  color: #DE5D50;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
}
.resort__content .price span {
  color: #616470;
  display: block;
  font-size: 12px;
  text-align: left;
}
.resort__content .price .btn {
  margin: 20px auto;
  min-width: 100%;
}
.resort__content .price .btn:after {
  top: 9px;
}

.resort__location {
  background: #e5f7fc;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .resort__location {
    padding: 30px 2%;
  }
}
.resort__location h2 {
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resort__location h2 {
    margin-top: 30px;
  }
}
.resort__location h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .resort__location h2 span {
    padding: 20px 0;
  }
}
.resort__location--wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.resort__location--wrap li {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  list-style: none;
  margin: 10px 0.5%;
  padding: 10px 10px 40px 10px;
  position: relative;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .resort__location--wrap li {
    margin: 5px 0.5%;
    width: 49%;
  }
}
.resort__location--wrap li a {
  color: #616470;
  cursor: pointer;
}
.resort__location--wrap li a span {
  bottom: 10px;
  color: #53cbe9;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.resort__location--wrap li a span:before {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
.resort__location--wrap li a span:hover {
  color: #f98fa0;
}

.remodal {
  background: none;
  max-height: 90%;
  max-width: 90%;
  padding: 0;
}
.remodal .remodal-close {
  bottom: 0;
  height: initial;
  left: initial;
  right: 5%;
  top: initial;
  z-index: 100;
  width: initial;
}
.remodal .remodal-close:before {
  color: #ccc;
  content: "close";
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
}

/*-----------------------------------
	Guide
-----------------------------------*/
.guide h2 {
  background: #fef6f7;
  border-bottom: 1px solid #ccc;
  color: #f98fa0;
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 10px;
  text-align: left;
}
.guide dl {
  padding: 10px;
  text-align: left;
}
.guide dl dt {
  color: #53cbe9;
  font-weight: bold;
}
.guide dl dt span {
  display: inline-block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  margin-right: 20px;
}
.guide dl dd {
  margin-bottom: 40px;
}

/*-----------------------------------
	EC TOP
-----------------------------------*/
.ec.front_page #contents {
  padding-top: 30px;
}

.newarrival {
  margin-top: 40px;
}
.newarrival .newarrival__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .newarrival .newarrival__frame {
    padding: 0 2%;
  }
}
.newarrival .newarrival__frame .newarrival__box {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  position: relative;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .newarrival .newarrival__frame .newarrival__box {
    width: 48%;
  }
}
.newarrival .newarrival__frame .newarrival__box h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
}
.newarrival .newarrival__frame .newarrival__box h3 a {
  color: #f98fa0;
}
.newarrival .newarrival__frame .newarrival__box h3 a:hover {
  color: #53cbe9;
}
.newarrival .newarrival__frame .newarrival__box .item_photo {
  margin-bottom: 10px;
}
.newarrival .newarrival__frame .newarrival__box .item_photo figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .newarrival .newarrival__frame .newarrival__box .item_photo figure {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: auto;
    width: 100%;
  }
}
.newarrival .newarrival__frame .newarrival__box .item_photo figure img {
  max-height: 100%;
  width: auto;
}
.newarrival .newarrival__frame .newarrival__box .item_price {
  bottom: 0;
  display: inline-block;
  font-family: "Didot", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-right: 5px;
  position: absolute;
  right: 0;
}

.ranking {
  margin-top: 80px;
}
.ranking .ranking__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .ranking .ranking__frame {
    padding: 0 2%;
  }
}
.ranking .ranking__frame .ranking__box {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  position: relative;
  width: 19%;
}
@media only screen and (max-width: 767px) {
  .ranking .ranking__frame .ranking__box {
    width: 100%;
  }
}
.ranking .ranking__frame .ranking__box .ranking__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f98fa0;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 12px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -10px;
  line-height: 0.9;
  position: absolute;
  top: -10px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .ranking .ranking__frame .ranking__box .ranking__icon {
    left: -2px;
  }
}
.ranking .ranking__frame .ranking__box .ranking__icon i {
  font-size: 20px;
  font-style: normal;
}
.ranking .ranking__frame .ranking__box h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
}
.ranking .ranking__frame .ranking__box h3 a {
  color: #f98fa0;
}
.ranking .ranking__frame .ranking__box h3 a:hover {
  color: #53cbe9;
}
.ranking .ranking__frame .ranking__box .item_photo {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ranking .ranking__frame .ranking__box .item_photo {
    float: left;
    margin-right: 10px;
  }
}
.ranking .ranking__frame .ranking__box .item_photo figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 120px;
}
.ranking .ranking__frame .ranking__box .item_photo figure img {
  max-height: 100%;
  width: auto;
}
.ranking .ranking__frame .ranking__box .item_price {
  bottom: 0;
  display: inline-block;
  font-family: "Didot", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 5px auto 0 auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .ranking .ranking__frame .ranking__box .item_price {
    float: left;
    position: static;
  }
}

.slick-slider {
  width: 100%;
}

.slick-track .item {
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slick-track .item {
    height: 300px;
  }
}
.slick-track .item a {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-track .slide1 {
  background: url(/wp/wp-content/uploads/2017/10/slide1.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slick-track .slide1 {
    background-position: center center;
  }
}
.slick-track .slide1 p {
  bottom: 3%;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0;
  right: 0;
  position: absolute;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
@media only screen and (max-width: 767px) {
  .slick-track .slide1 p {
    font-size: 20px;
  }
}
.slick-track .slide2 {
  background: url(/wp/wp-content/uploads/2017/10/slide_whitedress.jpg) no-repeat;
  background-size: cover;
}
.slick-track .slide2 span {
  color: #f98fa0;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  position: absolute;
  right: 3%;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9);
  top: 5%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .slick-track .slide2 span {
    font-size: 30px;
  }
}
.slick-track .slide2 p {
  bottom: 3%;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0;
  right: 0;
  position: absolute;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
@media only screen and (max-width: 767px) {
  .slick-track .slide2 p {
    font-size: 20px;
  }
}
.slick-track .slide3 {
  background: url(/wp/wp-content/uploads/2017/10/slide_tuxedo.jpg) no-repeat;
  background-size: cover;
}
.slick-track .slide3 span {
  color: #53cbe9;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  position: absolute;
  right: 3%;
  top: 5%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .slick-track .slide3 span {
    font-size: 30px;
  }
}
.slick-track .slide3 p {
  bottom: 3%;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  left: 0;
  letter-spacing: 0;
  right: 0;
  position: absolute;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
}
@media only screen and (max-width: 767px) {
  .slick-track .slide3 p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #main_middle {
    overflow: hidden;
  }
}

/*-----------------------------------
	Login
-----------------------------------*/
.login__box {
  margin: 0 auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .login__box {
    width: 96%;
  }
}
.login__box input[type=email],
.login__box input[type=password] {
  margin: 10px auto;
}
.login__box .btn_area {
  margin-bottom: 40px;
}
.login__box .btn {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: 2px solid #f98fa0;
  max-width: 300px;
  position: relative;
}
.login__box .btn:after {
  top: 0;
}
.login__box .login__other {
  margin: 80px auto;
}

/*-----------------------------------
	Cart
-----------------------------------*/
.flowline li.active {
  color: #f98fa0;
}
.flowline li.active .flow_number {
  background: #f98fa0;
}

#login_box.login_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #login_box.login_cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 96%;
  }
}
#login_box.login_cart #customer_box {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #login_box.login_cart #customer_box {
    width: 100%;
  }
}
#login_box.login_cart #customer_box .column {
  padding: 20px;
}
#login_box.login_cart #customer_box .column .column_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#login_box.login_cart #customer_box .column .extra-form {
  margin: 0;
  padding: 0 !important;
}
#login_box.login_cart #customer_box .column .login__other {
  margin-top: 40px;
}
#login_box.login_cart #customer_box .column .form-group {
  padding: 10px;
  width: 100%;
}
#login_box.login_cart #customer_box .column .form-group input[type=email],
#login_box.login_cart #customer_box .column .form-group input[type=password] {
  width: 100%;
}
#login_box.login_cart #guest_box {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #login_box.login_cart #guest_box {
    width: 100%;
  }
}
#login_box.login_cart #guest_box .column {
  padding: 20px;
}
#login_box.login_cart #guest_box .column .column_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#login_box.login_cart .btn_area {
  padding: 0;
}

.cart_btns {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .cart_btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart_btns .btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .cart_btns .btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto 20px auto;
    min-width: 90%;
    width: 90%;
  }
}
.cart_btns .btn:after {
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .cart_btns .btn_gy {
    min-width: 90%;
    width: 90%;
  }
}
.cart_btns .btn_gy:after {
  content: "";
  left: 10px;
  right: initial;
}

div.table ol li {
  backgroun: #f8f6f4;
  color: #616470;
}

.dl_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .dl_table {
    margin: 0 auto !important;
    width: 96%;
  }
}
.dl_table dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fef6f7;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important;
  padding: 15px;
  text-align: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .dl_table dt {
    padding: 10px;
    width: 100%;
  }
}
.dl_table dt label {
  font-weight: normal !important;
}
.dl_table dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f8f6f4;
  display: block;
  margin: 0;
  padding: 15px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .dl_table dd {
    padding: 10px;
    width: 100%;
  }
}
.dl_table dd.input_name input[type=text] {
  width: 45%;
}
.dl_table .none {
  display: none;
}

#shopping_confirm h2 {
  color: #616470;
}
#shopping_confirm p {
  text-align: left;
}
#shopping_confirm .customer-edit {
  text-align: left;
}
#shopping_confirm button,
#shopping_confirm .btn_edit .btn_gy {
  min-width: 120px;
  outline: none;
  text-align: center;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
#shopping_confirm #order-button {
  width: 100%;
}
#shopping_confirm .form-inline {
  text-align: left;
}
#shopping_confirm .payment_list {
  text-align: left;
}
#shopping_confirm .total_price {
  text-align: center;
}

#delivery_list_box .btn_gy {
  min-width: 150px;
}

.woocommerce-message {
  border-top: 3px solid #f98fa0;
}
.woocommerce-message:before {
  color: #f98fa0;
}

.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: #f42e4e;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #f98fa0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border: 1px solid #ccc;
}

#history_list .order_date,
#detail_box .order_date {
  text-align: left;
}
#history_list .order_detail,
#detail_box .order_detail {
  text-align: left;
}

#summary_box .btn {
  min-width: 100%;
  text-align: center;
}

#mail_list {
  text-align: left;
}

.local_nav li.active a {
  color: #f98fa0;
}

.woocommerce-cart .container {
  width: 96%;
}
.woocommerce-cart .woocommerce-message {
  display: block;
}

#form_cart {
  margin: 20px auto;
  width: 96%;
}

@media only screen and (max-width: 767px) {
  #delivery_address_list div.is-edit p.btn_edit {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-page .woocommerce-message .button {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  .woocommerce ul.order_details {
    margin: 10px auto;
    width: 96%;
  }

  .woocommerce ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce ul.order_details li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 5px;
    width: 25%;
  }

  .woocommerce .woocommerce-customer-details address {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px auto;
    width: 96%;
  }
}
/*-----------------------------------
	ご利用ガイド関連
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .guide {
    margin: 0 auto;
    width: 96%;
  }
}
.guide h3 {
  color: #f98fa0;
  margin: 40px auto 10px auto;
  text-align: left;
}
.guide h4 {
  margin: 0 auto 10px auto;
  text-align: left;
}
.guide p {
  text-align: left;
}
.guide .rental__term,
.guide .rental__cancel {
  background: #f8f6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .guide .rental__term,
.guide .rental__cancel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px auto;
    padding: 10px;
  }
}
.guide .rental__term dl,
.guide .rental__cancel dl {
  margin: 0 10px 0 0;
  text-align: left;
  width: 19%;
}
@media only screen and (max-width: 767px) {
  .guide .rental__term dl,
.guide .rental__cancel dl {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}
.guide .rental__term dl dt,
.guide .rental__cancel dl dt {
  width: 100%;
}
.guide .rental__term dl dd,
.guide .rental__cancel dl dd {
  margin-bottom: 0;
  width: 100%;
}
.guide ul {
  padding: 0 20px;
  text-align: left;
}
.guide .rental__long {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.guide .rental__long thead {
  background: #f8f6f4;
}
.guide .rental__long th {
  background: #fef6f7;
  color: #f98fa0;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .guide .rental__long th {
    padding: 10px;
  }
}
.guide .rental__long td {
  border-left: 1px solid #ccc;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .guide .rental__long td {
    padding: 10px;
  }
}
.guide .rental__long tbody th {
  border-top: 1px solid #ccc;
}
.guide .rental__long tbody td {
  border-top: 1px solid #ccc;
}

/*-----------------------------------
	Cart - EC CUBE
-----------------------------------*/
#cart_item_list__item_price {
  display: none;
}

#cart_item_list__subtotal {
  text-align: center;
}
#cart_item_list__subtotal i {
  display: block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: initial;
}

#total_box__total_price {
  text-align: center;
}
#total_box__total_price dt {
  width: 30%;
}
#total_box__total_price dd {
  padding: 0;
  width: 70%;
}
#total_box__total_price i {
  display: block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: initial;
}

#summary_box__subtotal i,
#summary_box__total_amount i,
#summary_box__shipping_price i,
#summary_box__quantity_price i {
  display: block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: initial;
}

.ec .item_price i,
.ec .item_subtotal i,
.ec .item_detail i {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  letter-spacing: initial;
  margin: 0 5px;
}
.ec .ec-cat__frame .ec-cat__item .item_price {
  display: block;
  margin: 5px auto 0 auto;
  position: static;
}

.item-detail__price i {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  letter-spacing: initial;
  margin: 0 5px;
}

/*-----------------------------------
	カテゴリ 基本
-----------------------------------*/
.cat-description {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .cat-description {
    padding: 0 2%;
    text-align: left;
  }
  .cat-description br {
    display: none;
  }
}

.plancat-description {
  margin: 20px auto;
}
.plancat-description h2 {
  margin: 0 auto 30px auto;
}
.plancat-description h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}

/*-----------------------------------
	会場
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .banquet-main {
    padding: 30px 0;
  }
  .banquet-main p {
    text-align: left;
    margin: 0 auto;
    width: 96%;
  }
  .banquet-main p br {
    display: none;
  }
}
.banquet-main h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
.banquet-main h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #f98fa0;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cat-list dl {
  padding: 10px;
}
.cat-list dl dt a {
  border: 1px solid #f98fa0;
  display: block;
  padding: 10px 20px;
}
.cat-list dl dt a:hover {
  background: #f98fa0;
  color: #fff;
}
.cat-list dl dd {
  padding: 40px 10px;
}
@media only screen and (max-width: 767px) {
  .cat-list dl dd {
    padding: 20px 0;
    text-align: left;
  }
  .cat-list dl dd br {
    display: none;
  }
}
.cat-list dl + dl {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .cat-list dl + dl {
    margin: 0 auto;
  }
}

.banquet-cat__frame {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 96%;
}
.banquet-cat__frame .banquet-cat__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 40px 0;
  padding-bottom: 70px;
  position: relative;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .banquet-cat__frame .banquet-cat__box {
    width: 100%;
  }
}
.banquet-cat__frame .banquet-cat__box + .banquet-cat__box {
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .banquet-cat__frame .banquet-cat__box + .banquet-cat__box {
    margin: 20px auto 0 auto;
  }
}
.banquet-cat__frame .banquet-cat__box:first-of-type, .banquet-cat__frame .banquet-cat__box:nth-of-type(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .banquet-cat__frame .banquet-cat__box:first-of-type, .banquet-cat__frame .banquet-cat__box:nth-of-type(4n+1) {
    margin: 20px auto 0 auto;
  }
}
.banquet-cat__frame .banquet-cat__box figure {
  min-height: 200px;
}
.banquet-cat__frame .banquet-cat__box figure img {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.banquet-cat__frame .banquet-cat__box figure img:hover {
  opacity: 0.8;
}
.banquet-cat__frame .banquet-cat__box p {
  color: #53cbe9;
  font-size: 13px;
  margin: 0 auto;
}
.banquet-cat__frame .banquet-cat__box h4 {
  margin: 0 auto 5px;
}
.banquet-cat__frame .banquet-cat__box h4 span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.banquet-cat__frame .banquet-cat__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  margin: 0 auto 10px auto;
  text-align: left;
}
.banquet-cat__frame .banquet-cat__box dl dt {
  background: #f8f6f4;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 35%;
}
.banquet-cat__frame .banquet-cat__box dl dd {
  border-bottom: 1px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 65%;
}
.banquet-cat__frame .banquet-cat__box .wpfp-link {
  bottom: 35px;
  color: #53cbe9;
  display: inline-block;
  left: 0;
  margin: 0 auto 10px auto;
  position: absolute;
  right: 0;
}
.banquet-cat__frame .banquet-cat__box .wpfp-link:hover {
  color: #f98fa0;
}
.banquet-cat__frame .banquet-cat__box .btn_gy {
  bottom: 0;
  font-size: 13px;
  left: 0;
  min-width: 100%;
  position: absolute;
  right: 0;
}

/*-----------------------------------
	プラン
-----------------------------------*/
.photo-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo-plan__list li {
  list-style: none;
  width: 31%;
}
.photo-plan__list li a img {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.photo-plan__list li a img:hover {
  opacity: 0.8;
}

.plan-cat {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .plan-cat {
    padding: 30px 0;
  }
  .plan-cat p {
    text-align: left;
    margin: 0 auto;
    width: 96%;
  }
  .plan-cat p.item__price {
    text-align: center;
  }
  .plan-cat p br {
    display: none;
  }
  .plan-cat .woocommerce-ordering {
    margin-right: 2%;
  }
}

.plan-cat__frame {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 96%;
}
.plan-cat__frame .plan-cat__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 40px 0;
  padding-bottom: 70px;
  position: relative;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .plan-cat__frame .plan-cat__box {
    width: 100%;
  }
}
.plan-cat__frame .plan-cat__box + .plan-cat__box {
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .plan-cat__frame .plan-cat__box + .plan-cat__box {
    margin: 20px auto 0 auto;
  }
}
.plan-cat__frame .plan-cat__box:nth-of-type(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .plan-cat__frame .plan-cat__box:nth-of-type(4n+1) {
    margin: 20px auto 0 auto;
  }
}
.plan-cat__frame .plan-cat__box figure {
  min-height: 200px;
}
.plan-cat__frame .plan-cat__box figure img {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.plan-cat__frame .plan-cat__box figure img:hover {
  opacity: 0.8;
}
.plan-cat__frame .plan-cat__box h3 {
  background: none;
  margin: 0 auto 5px;
  padding: 0;
}
.plan-cat__frame .plan-cat__box .plan-cat__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f8f6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1.4;
  min-height: 120px;
  padding: 10px;
  text-align: left;
}
.plan-cat__frame .plan-cat__box .item__price {
  margin: 0 auto 5px auto;
}
.plan-cat__frame .plan-cat__box .wpfp-link {
  bottom: 35px;
  color: #53cbe9;
  display: inline-block;
  left: 0;
  margin: 0 auto 10px auto;
  position: absolute;
  right: 0;
}
.plan-cat__frame .plan-cat__box .wpfp-link:hover {
  color: #f98fa0;
}
.plan-cat__frame .plan-cat__box .btn_gy {
  bottom: 0;
  font-size: 13px;
  left: 0;
  min-width: 100%;
  position: absolute;
  right: 0;
}

.plan__26 h1 span {
  left: 10%;
  right: initial;
}

/*-----------------------------------
	お知らせ
-----------------------------------*/
.newscat-main ul li {
  list-style: none;
  margin-bottom: 20px;
}
.newscat-main ul li .date {
  display: block;
}

/*-----------------------------------
	woocommerce調整
-----------------------------------*/
.woocommerce .woocommerce-result-count {
  float: none;
  font-size: 13px;
  margin: 20px auto;
  text-align: center;
}
.woocommerce .woocommerce-info {
  border-top: 3px solid #f98fa0;
}
.woocommerce .woocommerce-info:before {
  color: #f98fa0;
}

/*-----------------------------------
	EC CUBE
-----------------------------------*/
.ec .cat__ttl {
  border-bottom: 2px solid #f8f6f4;
  color: #f98fa0;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 20px auto;
  text-align: left;
}
.ec .cat__ttl span {
  border-bottom: 2px solid #f98fa0;
  padding: 0 0 5px 10px;
}
.ec .ec-cat__main {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ec .ec-cat__main {
    padding: 0 2%;
  }
}
.ec .ec-cat__main h2 {
  color: #f98fa0;
  font-size: 17px;
  margin: 20px auto 10px auto;
}
.ec .ec-cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .ec .ec-cat__list {
    width: 96%;
  }
}
.ec .ec-cat__list li {
  margin: 0 10px 10px 0;
}
.ec .ec-cat__list li a {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #616470;
  display: block;
  padding: 5px 10px;
}
.ec .ec-cat__list li a:hover {
  background: #e5f7fc;
  border: 1px solid #53cbe9;
  color: #53cbe9;
}
.ec .intro {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ec .intro {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pagenumberarea {
    text-align: center;
  }
}
.pagenumberarea > li {
  position: relative;
}
.pagenumberarea > li:after {
  font-family: FontAwesome;
  margin: 0 5px;
  color: #ccc;
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 0;
}
.pagenumberarea > li select {
  background: none;
  padding: 6px 25px 6px 12px;
  position: relative;
  z-index: 1;
}

.ec-cat__frame {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .ec-cat__frame {
    padding: 0 2%;
  }
}
.ec-cat__frame .ec-cat__item {
  margin: 0 10px 20px 0;
  padding-bottom: 30px;
  position: relative;
  width: 235px;
}
@media only screen and (max-width: 767px) {
  .ec-cat__frame .ec-cat__item {
    margin: 0 0 20px 0;
    width: 49%;
  }
  .ec-cat__frame .ec-cat__item:nth-of-type(even) {
    margin-left: 2%;
  }
}
.ec-cat__frame .ec-cat__item a figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ec-cat__frame .ec-cat__item a figure {
    height: auto;
  }
}
.ec-cat__frame .ec-cat__item a figure img {
  max-height: 100%;
  width: auto;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.ec-cat__frame .ec-cat__item a figure img:hover {
  opacity: 0.8;
}
.ec-cat__frame .ec-cat__item h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 5px auto;
  text-align: left;
}
.ec-cat__frame .ec-cat__item h3 a {
  color: #f98fa0;
}
.ec-cat__frame .ec-cat__item h3 a:hover {
  color: #53cbe9;
}
.ec-cat__frame .ec-cat__item .item_price {
  bottom: 0;
  display: inline-block;
  font-family: "Didot", sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-right: 5px;
  position: absolute;
  right: 0;
}

.bnr--wish {
  font-size: 12px;
  text-align: center;
  width: 300px;
}

.title__box.plan__47 {
  background: url(https://atsuta.com/wp/wp-content/uploads/2017/10/resort_bg.jpg) no-repeat !important;
  background-size: cover !important;
}

/*-----------------------------------
	会場紹介
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .title__banquet {
    background-size: 100% auto;
    height: auto;
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .title__banquet h1 {
    background: #fff;
    color: #616470;
    font-size: 17px;
    padding: 10px 2% 0 2%;
    position: static;
    text-shadow: none;
  }
}
.title__banquet h1 span {
  color: #fff;
  display: block;
  font-family: "Calisto MT", serif;
  font-size: 40px;
  font-weight: normal;
  position: static;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.9);
  top: -350px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (max-width: 767px) {
  .title__banquet h1 span {
    color: #f98fa0;
    font-size: 13px;
    text-shadow: none;
  }
}

.banquet__content h2 {
  color: #f98fa0;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 40px auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .banquet__content h2 {
    font-size: 20px;
  }
}
.banquet__content h3 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 80px auto 20px auto;
}
.banquet__content h3 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  color: #53cbe9;
  display: block;
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 25px;
  font-weight: normal;
  padding: 10px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .banquet__content h3 {
    font-size: 17px;
    margin: 30px auto;
    padding: 0 2%;
  }
}
.banquet__content .wpfp-span {
  display: block;
  margin: 0 auto 20px auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banquet__content .wpfp-span {
    float: left;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    width: 50%;
  }
}
.banquet__content .wpfp-span a {
  border: 2px solid #53cbe9;
  border-radius: 4px;
  color: #53cbe9;
  padding: 10px;
}
.banquet__content .wpfp-span a:hover {
  background: #53cbe9;
  color: #fff;
}
.banquet__content .bookmark__link {
  display: block;
  margin: 0 auto 20px auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .banquet__content .bookmark__link {
    float: right;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    width: 50%;
  }
}
.banquet__content .bookmark__link a {
  color: #616470;
}
.banquet__content .bookmark__link a:hover {
  color: #f98fa0;
}
@media only screen and (max-width: 767px) {
  .banquet__content .unite-gallery {
    height: 400px !important;
    min-width: 100% !important;
    width: 100%;
  }
  .banquet__content p {
    padding: 0 2%;
    text-align: left;
  }
  .banquet__content p br {
    display: none;
  }
}
.banquet__content .banquet__free {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__free {
    padding: 20px 0;
  }
}
.banquet__content .banquet__free h4 {
  color: #53cbe9;
  margin: 0 auto 20px auto;
  text-align: left;
}
.banquet__content .banquet__free p {
  text-align: left;
}
.banquet__content .banquet__free p.notice {
  color: #DE5D50;
}
.banquet__content .banquet__free .btn {
  margin: 30px 0;
  padding-right: 30px;
  text-align: center;
}
.banquet__content .banquet__free .banquet__free--inner {
  background: #f8f6f4;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__free .banquet__free--inner {
    padding: 20px;
  }
}
.banquet__content .banquet__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__detail {
    width: 96%;
  }
}
.banquet__content .banquet__detail dt {
  background: #f8f6f4;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__detail dt {
    padding: 10px;
    width: 100%;
  }
}
.banquet__content .banquet__detail dd {
  border-bottom: 1px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__detail dd {
    padding: 10px;
    width: 100%;
  }
}
.banquet__content .banquet__detail dd p {
  margin: 0 auto;
}
.banquet__content .banquet__detail dd.map iframe {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__detail dd.map iframe {
    height: 300px;
  }
}
.banquet__content .banquet__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__style {
    width: 96%;
  }
}
.banquet__content .banquet__style dt {
  background: #fef6f7;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__style dt {
    padding: 10px;
    width: 100%;
  }
}
.banquet__content .banquet__style dd {
  border-bottom: 1px solid #fef6f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__style dd {
    padding: 10px;
    width: 100%;
  }
}
.banquet__content .banquet__inquiry--btn {
  background: #f98fa0;
  color: #fff;
  display: inline-block;
  margin: 30px auto;
  padding: 15px 40px;
}
@media only screen and (max-width: 767px) {
  .banquet__content .banquet__inquiry--btn {
    padding: 15px 0;
    width: 90%;
  }
}
.banquet__content .banquet__inquiry--btn:hover {
  background: #f42e4e;
}
.banquet__free--youtube {
  margin: 0 0 60px;
  padding: 0 2%;
}
.banquet__free--youtube iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

/*-----------------------------------
	プラン
-----------------------------------*/
.plan__content {
  padding: 40px 0;
}

.plan-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .plan-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plan-main .unite-gallery {
    height: 400px !important;
    min-width: 100% !important;
    width: 100%;
  }
  .plan-main p {
    padding: 0 2%;
    text-align: left;
  }
  .plan-main p br {
    display: none;
  }
}
.plan-main figure {
  margin-right: 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .plan-main figure {
    margin: 20px auto;
    width: 96%;
  }
}
.plan-main .plan-detail {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .plan-main .plan-detail {
    margin: 20px auto;
    width: 96%;
  }
}
.plan-main .plan-detail h2 {
  border-bottom: 3px solid #ccc;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
.plan-main .item__price {
  font-size: 15px;
  margin: 0 auto 30px auto;
  padding-left: 10px;
}
.plan-main .item__price span {
  color: #DE5D50;
  font-family: "Didot", sans-serif;
  font-size: 20px;
}
.plan-main .wpfp-span,
.plan-main .bookmark-link {
  display: block;
  margin: 0 auto 10px auto;
}
.plan-main .wpfp-span a,
.plan-main .bookmark-link a {
  color: #53cbe9;
}
.plan-main .btn {
  font-size: 16px;
  text-align: center;
}
.plan-main .btn i {
  font-size: 25px;
  margin-right: 20px;
}
.plan-main .btn:after {
  content: "";
}
.plan-main .inquiry_btn {
  color: #616470;
}
.plan-main .plan__notice {
  font-size: 13px;
}

.plan-description {
  background: url(/wp/wp-content/uploads/2017/10/bg_about1.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .plan-description {
    padding: 30px 2%;
  }
  .plan-description p {
    text-align: left;
  }
  .plan-description p br {
    display: none;
  }
}
.plan-description h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 auto 30px auto;
}
.plan-description h2 span {
  background: url(/wp/wp-content/uploads/2017/10/underline.jpg) no-repeat center bottom;
  display: inline-block;
  padding-bottom: 30px;
}
.plan-description h3 {
  background: none;
  color: #f98fa0;
}
@media only screen and (max-width: 767px) {
  .plan-description h3 {
    text-align: left;
  }
}
.plan-description ul {
  margin: 20px auto;
  text-align: left;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .plan-description ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
  }
}
.plan-description .resort__content {
  margin: 0 auto 20px auto;
  width: 94%;
}
.plan-description .resort__term {
  margin: 0 auto 20px auto;
  width: 94%;
}
.plan-description .plan__include {
  width: 100%;
}
.plan-description .plan__include ul {
  width: 100%;
}

.plan__notice span {
  display: block;
}

.plan-pw {
  margin: 80px auto;
}
.plan-pw input[type=password] {
  display: block;
  margin: 10px auto;
  width: 200px;
}
.plan-pw input[type=submit] {
  background: #f98fa0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 0;
  position: relative;
  width: 200px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.plan-pw input[type=submit]:hover {
  background: #f42e4e;
  color: #fff;
}

/*-----------------------------------
	商品
-----------------------------------*/
.item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .item-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.item-detail .slides {
  margin-right: 20px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .item-detail .slides {
    height: 300px;
    margin: 0 auto 20px auto;
    position: relative;
    width: 96%;
  }
  .item-detail .slides img {
    height: 300px;
    margin: auto;
  }
}
.item-detail .slides .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  position: static;
}
@media only screen and (max-width: 767px) {
  .item-detail .slides .slick-dots {
    display: none !important;
  }
}
.item-detail .slides .slick-dots li {
  border: 1px solid #ccc;
  height: 95px;
  margin: 0 0 5px 5px;
  width: 95px;
}
.item-detail .slides .slick-dots li button {
  display: block;
  height: 100%;
}
.item-detail .slides .slick-dots li img {
  display: block;
  margin: auto;
  max-height: 100%;
  width: auto;
}
.item-detail .slides .slick-dots li:first-of-type, .item-detail .slides .slick-dots li:nth-of-type(4n+1) {
  margin-left: 0;
}
.item-detail .item-detail__box {
  width: calc(100% - 420px);
}
@media only screen and (max-width: 767px) {
  .item-detail .item-detail__box {
    margin: 0 auto;
    width: 96%;
  }
}
.item-detail .item-detail__box h1 {
  border-bottom: 2px solid #f98fa0;
  color: #616470;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  margin: 0 auto 10px auto;
  text-align: left;
}
.item-detail .item-detail__box .item-detail__type {
  border: 1px solid #f98fa0;
  color: #f98fa0;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 5px 10px;
}
.item-detail .item-detail__box .item-detail__notice {
  clear: both;
  color: #DE5D50;
  display: block;
  font-size: 12px;
  text-align: left;
}
.item-detail .item-detail__box .item-detail__price {
  clear: both;
  text-align: left;
}
.item-detail .item-detail__box .item-detail__price .sale_price {
  font-size: 14px;
}
.item-detail .item-detail__box .item-detail__price .sale_price em {
  color: #DE5D50;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
.item-detail .item-detail__box .item-detail__code {
  display: block;
  font-size: 13px;
  margin: 10px auto;
  text-align: left;
}
.item-detail .item-detail__box .cart_area .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.item-detail .item-detail__box .cart_area .quantity dt {
  width: 30%;
}
.item-detail .item-detail__box .cart_area .quantity dd {
  margin: 0 0 0 20px;
  padding: 0;
  text-align: left;
  width: 70%;
}
.item-detail .item-detail__box .cart_area .quantity dd input[type=number] {
  padding: 0 20px 0 0;
}
.item-detail .item-detail__box .extra-form {
  position: relative;
  text-align: left;
}
.item-detail .item-detail__box .extra-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-detail .item-detail__box .extra-form dl dt {
  padding-top: 10px;
  width: 30%;
}
.item-detail .item-detail__box .extra-form dl dd {
  margin-left: 20px;
  text-align: left;
  width: 70%;
}
.item-detail .item-detail__box .extra-form dl span.required {
  display: none;
}
.item-detail .item-detail__box .extra-form #productcalendar {
  background: none;
  border-radius: 0;
  height: auto;
  margin: auto;
  min-height: 220px;
}
.item-detail .item-detail__box .extra-form #productcalendar iframe {
  border: none;
  height: 220px;
  width: 100%;
}
.item-detail .item-detail__box .btn_area .btn {
  background: #f98fa0;
  border: 2px solid #f98fa0;
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
  outline: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .item-detail .item-detail__box .btn_area .btn {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}
.item-detail .item-detail__box .btn_area .btn:hover {
  background: #f54662;
  border: 2px solid #f54662;
}
.item-detail .item-detail__box .btn_area .btn:after {
  top: 0;
}
.item-detail .item-detail__box .btn_area .nostock {
  color: #DE5D50;
  display: block;
  text-align: left;
}
.item-detail .item-detail__box .btn_area .favorite {
  text-align: left;
}
.item-detail .item-detail__box .btn_area .favorite li {
  margin: 0 auto 10px auto;
}
.item-detail .item-detail__box .btn_area .favorite li i {
  margin-right: 10px;
}
.item-detail .item-detail__box .btn_area .favorite li a {
  background: #ccc;
  color: #616470;
  display: block;
  padding: 10px;
  text-align: center;
  width: 300px;
}
.item-detail .item-detail__box .btn_area .favorite li a:hover {
  background: #616470;
  color: #fff;
}
.item-detail .item-detail__box .btn_area .favorite li button {
  background: #53cbe9;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 300px;
}
.item-detail .item-detail__box .btn_area .favorite li button:hover {
  background: #26bde3;
}
.item-detail .item-detail__box button {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #616470;
  outline: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.item-detail .item-detail__box .item_comment {
  display: none;
}
.item-detail .item-detail__box .rental__notice {
  background: #fef6f7;
  font-size: 13px;
  padding: 10px;
}
.item-detail .item-detail__box .rental__notice a {
  text-decoration: underline;
}
.item-detail .item-detail__box .rental__notice a:hover {
  text-decoration: none;
}

.wmcalendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wmcalendar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.wmcalendar > div a {
  background: #fff;
  border: 1px solid #f98fa0;
  border-radius: 3px;
  color: #f98fa0;
  font-size: 11px;
  padding: 1px;
}
.wmcalendar > div a:hover {
  background: #f98fa0;
  color: #fff;
}
.wmcalendar > div a:first-of-type:before {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
.wmcalendar > div a:last-of-type {
  margin-left: auto;
}
.wmcalendar > div a:last-of-type:after {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
.wmcalendar table {
  border-collapse: collapse;
  font-size: 11px;
  width: 49%;
}
.wmcalendar table th,
.wmcalendar table td {
  padding: 2px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.wmcalendar table td:hover {
  background: #f98fa0;
  color: #fff;
}
.wmcalendar table td.unselectable {
  background: #acacac;
  color: #ddd;
}
.wmcalendar table + table {
  margin-left: 1%;
}

.cart_area .classcategory_list li select {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .item-freearea {
    margin: 30px auto;
    width: 96%;
  }
}
.item-freearea h2 {
  color: #f98fa0;
  font-size: 25px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .item-freearea h2 {
    font-size: 20px;
    margin: 0 auto 10px auto;
  }
}
.item-freearea p {
  text-align: left;
}

.item-description {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .item-description {
    margin: 0 auto;
    width: 96%;
  }
}
.item-description .spec,
.item-description .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto 10px auto;
  text-align: left;
}
.item-description .spec dt,
.item-description .size dt {
  background: #f8f6f4;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 30%;
}
.item-description .spec dd,
.item-description .size dd {
  border-bottom: 1px solid #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 30%;
  width: 70%;
}
.item-description .notice {
  font-size: 13px;
  margin: 10px auto;
  padding: 0;
  text-align: left;
}
.item-description .notice li:before {
  font-family: FontAwesome;
  margin: 0 5px;
  content: "";
}
.item-description .btn_gy {
  font-size: 13px;
  margin: 30px auto;
}

/*-----------------------------------
	お知らせ
-----------------------------------*/
/*-----------------------------------
	レコメンド
-----------------------------------*/
.yarpp-related .related {
  margin: 40px auto;
}
.yarpp-related .related .container {
  background: #f8f6f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .yarpp-related .related .container {
    padding: 20px 2%;
  }
}
.yarpp-related .related h3 {
  background: none;
  color: #616470;
  margin: 0 auto 30px auto;
}
.yarpp-related .related .related__frame {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .yarpp-related .related .related__frame {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.yarpp-related .related .related__box {
  font-size: 15px;
  margin: 0 20px 20px 0;
  width: 31%;
}
@media only screen and (min-width: 768px) {
  .yarpp-related .related .related__box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .yarpp-related .related .related__box {
    font-size: 13px;
    width: 48%;
  }
  .yarpp-related .related .related__box + .related__box {
    margin-left: 3%;
  }
  .yarpp-related .related .related__box:nth-of-type(4) {
    margin-left: 0;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }
}
/*# sourceMappingURL=style.css.map */