@charset "utf-8";
/* CSS Document */

/*common*/

body {
  background-color: #fff;
  color: #7e7a75;
  font-family: '游ゴシック', 'Yu Gothic', 'Minion Variable Concept',
    'Josefin Sans';
  font-size: 13px;
  line-height: 1.6;
}

.inner {
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
  line-break: strict;
}

@font-face {
  font-family: Minion;
  src: url('../fonts/Minion Pro Cond Italic.woff') format('woff');
}
.u-f-minion {
  font-family: Minion;
}

.u-f-minion:hover {
  opacity: 0.6;
}

li {
  font-family: Minion;
}

/*header*/
.header {
  position: relative;
  padding: 5% 0;
  background-color: #eeeeee;
}

.logo {
  display: block;
  width: 15%;
  margin-bottom: 2%;
  margin-left: 5%;
}

.logo img {
  width: 300%;
  height: auto;
  margin-bottom: 20%;
}
@media screen and (min-width: 897px) {
  .logo img {
    width: 300px;
    height: auto;
    margin-bottom: 20%;
    margin-top: -20%;
  }
}

.hero img {
  width: 100%;
  height: auto;
}
.hero {
  position: static;
}

.top-text,
.bottom-text {
  position: absolute;
}
.top-text {
  position: absolute;
  width: 70%;
  text-align: right;
  float: right;
  margin-left: 25%;
  margin-top: -7%;
}

.top-hero-text {
  margin-top: -7.3%;
}

@media screen and (min-width: 897px) {
  .top-text {
    width: 60%;
    margin-right: 5%;
    margin-left: 38%;
  }
}
.bottom-text {
  width: 50%;
  height: auto;
  margin-top: 58%;
  margin-left: 5%;
}
@media screen and (min-width: 897px) {
  .bottom-text {
    width: 580px;
  }
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #7e7a75;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  /* opacity0やと見えないだけでリンクは機能するんだよ笑だから以下を追加s */
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover {
  opacity: 0.6;
}

nav.globalMenuSp ul li a {
  /*  display: none; 
 
 display:none;にしたらハンバーガー機能するわけないじゃん
 
 */

  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  /* 以下を追加 */
  visibility: visible;
}

@media screen and (min-width: 897px) {
  .hamburger {
    display: none;
  }
}
.gnav {
  display: none;
}
@media screen and (min-width: 897px) {
  .gnav {
    display: block;
  }
  nav {
    list-style: none;
  }

  nav li {
    width: 180px;
    text-align: center;
    display: inline-block;
  }

  nav li a {
    display: block;
    text-decoration: none;
    color: #debe4a;
    font-size: 18px;
  }
  nav li a :hover {
    opacity: 0.6;
  }

  nav ul {
    display: inline-block;
    float: right;
    margin-top: -130px;
  }
}
h2 {
  width: 50%;
  height: auto;
  line-height: 30%;
  color: #debe4a;
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  padding-left: 0;
  padding-right: 10%;
  padding-top: 15%;
  padding-bottom: 15%;
}
@media screen and (min-width: 897px) {
  h2 {
    font-size: 36px;
  }
}

.back-ground {
  display: block;
  background-image: url(../img/box@2x.png);
  background-size: 50% auto;
  background-repeat: no-repeat;
  margin-left: 5%;
  width: 310px;
  height: auto;
}

@media screen and (min-width: 897px) {
  .back-ground {
    display: block;
    width: 310px;
    height: auto;
  }
}

#procces h2 {
  display: block;
  float: right;
  margin: 0 0 0 auto;
  margin-right: 30%;
  text-align: center;
  width: 218px;
  box-sizing: border-box;
}
#procces .back-ground {
  display: block;
  position: relative;
  right: -28%;
  width: 310px;
  float: right;
  margin: 0 0 0 auto;
  text-align: right;
  box-sizing: border-box;
}

.procces-title {
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 897px) {
  #procces .back-ground {
    width: 310px;
    right: 0;
  }
}
.lead {
  display: block;
  padding-top: 5%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 897px) {
  .lead {
    font-size: 24px;
    padding: 0;
  }
}

.groom-ward-sp {
  width: 90%;
  height: auto;
  display: block;
  margin-bottom: 15%;
  margin-left: 10%;
  margin-top: 15%;
}

.groom-ward-pc {
  display: none;
}

@media screen and (min-width: 897px) {
  .groom-ward-sp {
    display: none;
  }
  .groom-ward-pc {
    display: block;
    width: 759px;
    margin-top: 10%;
  }
}
.shoes-sp {
  margin-top: -25%;
  margin-bottom: 10%;
  display: block;
  width: 23%;
  height: auto;
  position: absolute;
}
.shoes-pc {
  display: none;
}
@media screen and (min-width: 897px) {
  .shoes-sp {
    display: none;
  }
  .shoes-pc {
    display: block;
    width: 250px;
  }
}

.and-sp {
  width: 20%;
  height: auto;
  position: absolute;
  margin-top: -36%;
}
.and-pc {
  display: none;
}
@media screen and (min-width: 897px) {
  .and-sp {
    display: none;
  }
  .and-pc {
    display: block;
    width: 142px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -25%;
  }
}

.bride-ward-sp {
  width: 80%;
  height: auto;
  margin-right: 20%;
  margin-top: 15%;
}
.bride-ward-pc {
  display: none;
}
@media screen and (min-width: 897px) {
  .bride-ward-sp {
    display: none;
  }
  .bride-ward-pc {
    display: block;
  }
}
@media screen and (min-width: 897px) {
  .bride-ward-sp {
    display: none;
  }
  .bride-ward-pc {
    width: 556px;
    display: block;
    margin-left: auto;
    margin-top: 10%;
  }
}

.bride-sp {
  width: 15%;
  height: auto;
  position: absolute;
  margin-left: 85%;
  margin-top: -30%;
}

.bride-pc {
  display: none;
}
@media screen and (min-width: 897px) {
  .bride-sp {
    display: none;
  }
  .bride-pc {
    display: block;
    width: 20%;
    margin-left: 80%;
  }
}

.case-img {
  position: static;
}

.box-container {
  display: flex;
  width: 310px;
  height: 310px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15%;
  border: 0.09375rem solid #989591;
  margin-bottom: 4rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #7e7a75;
  position: relative;
}

@media screen and (min-width: 897px) {
  .box-container {
    width: 600px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.intro {
  display: block;
  content: '';
  clear: both;
  margin-top: 70%;
  width: 60%;
  margin-left: 41%;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: absolute;
}

@media screen and (min-width: 897px) {
  .intro {
    font-size: 18px;
    width: 250px;
    margin-right: 80px;
    margin-left: 300px;
    margin-bottom: 100px;
  }
}

.case-img {
  position: relative;
}

.case-img img {
  width: 43%;
}
@media screen and (min-width: 897px) {
  .case-img img {
    width: 200px;
  }
}

.sea {
  position: relative;
  left: -5%;
  top: 40%;
  z-index: 10;
  /*margin-top:-150px;
margin-left:40px;
top:100px;*/
}

@media screen and (min-width: 897px) {
  .sea {
    top: 250px;
    left: -20px;
  }
}

.lighthouse {
  position: absolute;
  top: -8%;
  left: 5%;
  z-index: 20;
  /*margin-bottom:80px;
margin-left:80px;*/
}

@media screen and (min-width: 897px) {
  .lighthouse {
    top: -30px;
    left: 50px;
  }
}

.ward {
  display: block;
  float: right;
  text-align: right;
  margin-top: 20%;
  margin-left: 48%;
  width: 50%;
  position: absolute;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .ward {
    margin-left: 200px;
    font-size: 15px;
  }
}
p {
  text-align: center;
}

/*.viewall{
 position:relative;
 display:block;
 background-color:#f2e7e6;
 color:#7e7a75;
 width:45%;
 height:30px;
 text-align: center;
 margin-right:auto;
 margin-left: auto;
 margin-top:10%;
 margin-bottom:10%;
 padding-top:2%;
 text-decoration: none;
 font-family: josefin-sans, sans-serif;
font-weight: 400;
font-style: normal;
}
*/
/*
@media screen and (min-width: 897px)
{
 .viewall{
  width:323px;
 }
 
}


.viewall:hover{
 opacity: 0.6;
}
*/
.arrow {
  position: absolute;
  width: 20%;
  height: auto;
  margin-left: 25%;
  margin-bottom: 20%;
  margin-top: 10%;
}

/* .c-btn-arw {
  -webkit-transition: ease-in-out 0.3s;
  background-color: #f2e7e6;
  color: #7e7a75;
  display: block;
  font-family: JosefinSans;
  font-size: 1.875rem;
  height: 71px;
  line-height: 71px;
  margin: 0 auto;
  max-width: 392px;
  position: relative;
  text-align: center;
  transition: ease-in-out 0.3s;
  width: 70%;
} */

@media screen and (min-width: 897px) {
  .arrow {
    width: 60px;
    margin-top: 10px;
    margin-left: 100px;
  }
}

.arrow:hover {
  transform: translate(30px, 0);
}

.onlyone {
  width: 65%;
  height: auto;
  margin: 10% 10% 10% 0;
}
@media screen and (min-width: 897px) {
  .onlyone {
    width: 600px;
  }
}
#procces {
  font-size: 12px;
  margin-bottom: 55px;
}
@media screen and (min-width: 897px) {
  #procces {
    font-size: 15px;
    margin-bottom: 70px;
  }
}

.catch-copy {
  clear: both;
  margin-top: 5%;
  margin-left: 30%;
}

@media screen and (min-width: 897px) {
  .catch-copy {
    margin: 0;
    margin-left: 30%;
  }
}

.cambas {
  background-image: url('../img/note.jpg');
  /* 
 coverにしよう！！！

 てか、デザインとちゃう笑

 background-size:100% auto; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 15% 10% 30% 40%; */
  padding: 10% 0;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 auto 50px;
  width: 90%;
  margin-top: 5%;
}

@media screen and (min-width: 897px) {
  .cambas {
    width: 900px;
    /*   background-size:500px auto; */
    font-size: 10px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    height: 707px;
  }
}
.child {
  width: 61%;
  padding-top: 20%;
  padding-left: 39%;
}

@media screen and (min-width: 897px) {
  .child {
    /*  width: 200px; */
    /*   margin-left: 167px;
    padding-left: 0;
    margin-right: 60px; */
    /*  margin-top: 20px; */
    padding-top: 370px;
    /*  margin-bottom: 120px; */
  }
}
@media screen and (min-width: 897px) {
  .cambas p-procces__box {
    margin: 10px;
    margin-bottom: 20px;
    justify-content: center;
  }
}

.cambas p-procces__box {
  font-size: 1.5625rem;
  line-height: 1.65;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-procces__box-desc {
  color: #7e7a75;
  width: 100%;
  font-size: 2.9vw;
  line-height: 1.45;
  text-align: center;
}
@media (min-width: 897px) {
  .p-procces__box-desc {
    font-size: 22px;
  }
}

.p-procces__box-desc-wrap {
  /* padding-top: 65%; */
}
@media screen and (min-width: 897px) {
  .p-procces__box-desc-wrap {
    /*  padding-top: 25%; */
  }
}

#bridalfair {
  margin-bottom: 55px;
}
@media screen and (min-width: 897px) {
  #bridalfair {
    margin-bottom: 70px;
  }

  #bridalfair h2 {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 897px) {
  .slider img {
    /*  width: 546px; */
  }
  .slick-dots {
    margin-right: 95%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 897px) {
  .slick-dots {
    position: static;
    text-align: center;
    width: 100%;
    margin: 20px 0;
  }
}

.slick-next,
.slick-arrow {
  display: none !important;
}

.slider p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.slider {
  /* margin: 5%; */
  padding: 0;
  margin-bottom: 80px;
}

.slider__item {
  max-width: 480px;
  margin: 0 20px;
}

@media screen and (max-width: 897px) {
  .slider__item {
    max-width: 350px;
    margin: 0 5px;
  }
}

.slider__item img {
  margin-bottom: 25px;
}

.period {
  font-size: 12px;
}

.background {
  position: relative;
  opacity: 0.8;
  display: flex;
}

.followus {
  font-family: josefin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  padding: 5%;
}

@media screen and (min-width: 897px) {
  .followus {
    padding: 20px !important;
    font-size: 22px;
  }
}

.sns a {
  display: inline-block;
  margin: 0 4%;
}

.sns img {
  display: block;
  width: 35px;
  /*  margin-right: 5% !important; */
  /*  width: 10%;
  height: auto; */
}

@media screen and (min-width: 897px) {
  .sns img {
    width: 60px;
    /* margin-right: 25px !important; */
  }

  .sns a {
    /*  margin-right: 29px; */
    margin: 0 17px;
  }
}

.sns img:hover {
  opacity: 0.6;
}

.sns a:last-child img {
  margin-right: 0 !important;
}

.sns {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 5%;
}
@media screen and (min-width: 897px) {
  .followus {
    clear: both;
    padding: 0;
  }
}
/*.book{
 width:65%;
 height:30px;
 background-color:#e7ecf3; 
 text-align: center;
 margin-right:auto;
 margin-left:auto;
 padding-top:5%;
 margin-top:10%;
 font-size:12px;
}
*/

.book a {
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e7ecf3;
}
.book a:hover {
  background-color: transparent;
  border-color: #b7d1f5;
  color: #b7d1f5;
}

@media screen and (max-width: 897px) {
  .book {
    width: 100%;
    margin: 0 auto 25px;
  }

  .book a {
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    padding: 0;
  }
}

@media screen and (min-width: 897px) {
  .information {
    width: 995px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
  }
  .book {
    /* フロートはいらん */
    /*  float: left; */
    width: 384px;
    /*  height: 30px;
    line-height: 30px; */
    /* justify-content: center; */
    /*  padding-top: 20px; */
    /* margin-top: 200px;
    margin-right: 200px; */
  }
}

/* .book:hover {
  opacity: 0.6;
}
 */
.arrow-bottom {
  width: 15%;
  height: auto;
  margin-left: 92%;
  margin-bottom: 20%;
}

.c-btn-arw {
  -webkit-transition: ease-in-out 0.3s;
  background-color: #f2e7e6;
  color: #7e7a75;
  display: block;
  font-family: JosefinSans;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  max-width: 280px;
  position: relative;
  text-align: center;
  transition: ease-in-out 0.2s;
  width: 50%;
  /*  margin-bottom: 10%; */
  text-decoration: none;
  border: 1px solid #f2e7e6;
}

.c-btn-arw::after {
  -webkit-transition: ease-in-out 0.3s;
  background: url(../img/arw.png) 60% 60% no-repeat;
  background-size: 80% auto;
  bottom: 0.6975rem;
  content: '';
  height: 0.9375rem;
  position: absolute;
  right: -1.6875rem;
  transition: ease-in-out 0.6s;
  width: 3rem;
}

.c-btn-arw:hover {
  border: 1px solid #f7ccc8;
  color: #f7ccc8;
  background-color: transparent;
  /* opacity: 0.8; */
}

.c-btn-arw:hover::after {
  right: -1.9875rem;
}

.p-contact-mail__btn {
  background-color: #e7ecf3;
  display: block;
  justify-content: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.contact {
  background-image: url('../img/texture@2x.png');
  background-size: 50%;
  background-color: rgba(255, 255, 255, 1);
  padding: 10%;
}

@media screen and (min-width: 897px) {
  .contact {
    /* パディングつけすぎ笑 */
    padding: 70px 0;
  }
}

.call {
  align-items: center;
  /*  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  margin-bottom: 15%; */
  /*  padding-top: 5%; */
  padding: 25px 18px;
  text-align: center;
  background-color: #fff;
  width: 70%;
  height: 121px;
  border: 1px solid #d0d0d0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 897px) {
  .call {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
}

@media screen and (min-width: 897px) {
  .call {
    /*    float: right; */
    width: 385px;
    /*   height: 200px; */
    height: auto;
  }
}
.phone:before {
  position: absolute;
  right: 76%;
  top: 18%;
  content: '';
  background: url(../img/call2x.png) no-repeat;
  display: inline-block;
  width: 5%;
  height: 2em;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (min-width: 897px) {
  .phone:before {
    right: 78%;
  }
}
.phone {
  position: relative;
  line-height: 2em;
}

@media screen and (min-width: 897px) {
  .phone {
    display: block;
    font-size: 20px;
  }
}

.phone-number {
  font-size: 18px;
}
@media screen and (min-width: 897px) {
  .phone-number {
    width: 100%;
    font-size: 30px;
  }
}

.time {
  padding-top: 6%;
}
@media screen and (min-width: 897px) {
  .time {
    /*  padding-bottom: 40px; */
    font-size: 18px;
    /* padding-top: 20px; */
  }
}
.pagetop img {
  width: 50px;
  height: auto;
  opacity: 0.8;
}

@media screen and (min-width: 897px) {
  .pagetop img {
    width: 60px;
  }
}

.pagetop {
  display: block;
  float: right;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

@media screen and (max-width: 897px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}

footer {
  width: 100%;
  background-color: #eeeeee;
  height: 75px;
}
small {
  font-size: 2%;
  margin-top: 30px;
}
.copyright {
  padding-top: 20px;
}

/*Procces    ↓ここから*/
.breadcrumb {
  margin: 5%;

  margin-bottom: 12%;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
}

/*.breadcrumb li:first-child a:before */

/*家アイコン*/
/*{
font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}*/

.breadcrumb li a:hover {
  text-decoration: underline;
}

ol {
  display: flex;
}

h1 {
  font-size: 12px;
  color: #7e7a75;
  margin: 2%;
}

.procces img {
  width: 55%;
}

.procces {
  clear: both;
  margin-left: 5%;
}

.img-01,
.img-02,
.img-03,
.img-04,
.img-05 {
  width: 80%;
  margin-right: 30%;
  margin-left: 30%;
  margin: 10%;
}
@media screen and (min-width: 897px) {
  .img-01,
  .img-02,
  .img-03,
  .img-04,
  .img-05 {
    margin: 0;
    width: 48%;
  }
  .img-04,
  .img-02 {
    margin-right: 0;
    margin: 0;
  }
}

.no-01,
.no-2,
.no-03,
.no0-4,
.no-05 {
  display: block;
  float: left;
  width: 15%;
  margin-left: 20%;
  margin-top: 8%;
}
.no-02 {
  display: block;
  float: left;
  width: 15%;
  margin-left: 20%;
  margin-top: 8%;
}
.no-04 {
  display: block;
  float: left;
  margin-top: 8%;
  width: 15%;
  margin-left: 20%;
}

@media screen and (min-width: 897px) {
  .no-01,
  .no-2,
  .no-03,
  .no0-4,
  .no-05 {
    width: 80px;
  }
  .no-02 {
    width: 80px;
  }
  .no-04 {
    width: 80px;
  }
}

.content {
  clear: both;
}
@media screen and (min-width: 897px) {
  .content {
    font-size: 18px;
  }
}

.title {
  margin: 10%;
  display: block;
  float: left;
}
@media screen and (min-width: 897px) {
  .content-01,
  .content-03,
  .content-05 {
    /*   display: block; */
    /*  float: left; */

    width: 100%;
    /*   height: 340px; */
    align-items: center;
    margin-top: 130px;
    /* margin-left: 70px;
    margin-right: 50px; */
  }
  .content-02,
  .content-04 {
    /* clear: both;
    float: right; */
    margin-top: 130px;
    /* margin-right: 200px; */
  }

  .content-05 {
    margin-bottom: 80px;
  }

  .content-inner {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .content-inner--even {
    flex-flow: row-reverse;
  }

  .content__texts {
    width: 44%;
  }
}
@media screen and (min-width: 897px) {
  .h1-img {
    width: 25% !important;
  }
  h3 {
    font-size: 24px;
  }
  .bottom-title {
    font-size: 18px;
  }
  .our-planed {
    font-size: 18px;
  }
  .margin {
    margin-bottom: 15%;
  }
}
/*Procces    ↑ここまで*/

/*Contact    ↓ここから*/
.entryTable {
  width: 70%;
  margin-bottom: 30px;
  border: 2px solid #f2e7e6;
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
.entryTable th,
.entryTable td {
  padding: 10px 20px;
  border: 1px solid #7e7a75;
}
.entryTable th {
  width: 10em;
  background-color: #f2e7e6;
  text-align: left;
}
.entryTable caption {
  margin-bottom: 40px;
  font-size: 26px;
}
.entryTable input[type='text'],
.entryTable input[type='tel'],
.entryTable input[type='email'],
.entryTable textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1em;
  appearance: none;
  background: #fff;
}

.entryTable input[type='text']:focus,
.entryTable input[type='tel']:focus,
.entryTable input[type='email']:focus,
.entryTable textarea:focus {
  background-color: #e7ecf3;
  outline: none;
  border-left: 5px solid #f2e7e6;
}
/*カーソル形状*/
label,
input,
textarea,
select {
  cursor: pointer;
}
.entryBtns {
  text-align: center;
  margin-bottom: 8%;
}
.entryBtns input {
  width: 170px;
  line-height: 45px;
  height: 45px;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  background-color: #bd80b5;
  border: 1px solid #bd80b5;
  font-weight: 600;

  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
}

.entryBtns input.reset {
  background-color: #fcf6ff;
  color: #bd80b5;
}

.heading-contact {
  width: 50%;
  margin-left: 3%;
}
.booking {
  margin-left: 5%;
}

.must {
  font-size: 12px;
  margin-left: 5%;
  text-align: left;
}

caption {
  margin: 5%;
}

.detail {
  vertical-align: top;
}
.entry-table th,
.form-table td {
  display: block;
  width: 100%;
  border-bottom: none;
}

@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }

  .entryTable {
    width: 92%;
    margin: 0 auto 28px;
  }

  table.entryTable th,
  table.entryTable td {
    width: auto;
    display: block;
  }
  table.entryTable th {
    border-bottom: 0;
  }
  input[type='text'],
  textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type='submit'],
  input[type='reset'],
  input[type='button'] {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
  }
}
/*Contact   ↑ここまで*/

/*Case&Inspiration   ↓ここから*/
.heading1-img {
  width: 30%;
}

@media screen and (min-width: 897px) {
  .heading1-img {
    width: 15%;
  }
}
.heading-1 {
  margin-left: 5%;
}
.first-content {
  margin-top: 5%;
  width: 100%;
}

.ennnoshima {
  width: 75%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 15px 15px 0px 0 rgb(231, 236, 243);
}

@media screen and (min-width: 897px) {
  .ennnoshima {
    width: 28%;
    margin: 15%;
    margin-left: 20%;
  }
  .contents-01 {
    display: flex;
    width: 85%;
  }
  .first-introduction {
    width: 60%;
    line-height: 2em;
    margin-top: 20%;
  }
}

h4,
h5 {
  text-align: center;
}
h4 {
  font-size: 18px;
  margin: 3%;
  margin-top: 8%;
}
h5 {
  margin: 10px;
}

.second-content {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 897px) {
  .second-content {
    display: block;
    clear: both;
    text-align: left;
    margin: 10%;
    margin-top: 20%;
    margin-left: 20%;
    float: left;
  }
}
.with-dog {
  display: block;
  width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 897px) {
  .with-dog {
    width: 30%;
    float: right;
    margin: 8%;
  }
}
.foot {
  display: block;
  width: 20%;
  text-align: right;
  float: right;
  margin: 8%;
  opacity: 0.4;
}
@media screen and (min-width: 897px) {
  .foot {
    width: 5%;
    clear: both;
    margin: 0;
    margin-right: 10%;
  }
}
.contents-2 {
  margin: 5%;
}
@media screen and (min-width: 897px) {
  .contents-2 {
    clear: both;
    float: right;
    width: 100%;
    display: block;
    margin-top: 18%;
  }
}

.cordinate {
  position: relative;
}
@media screen and (min-width: 897px) {
  .cordinate {
    width: 55%;
    margin-left: 10%;
  }
}

.dress {
  display: block;
  clear: both;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  box-shadow: 15px 15px 0px 0 rgb(231, 236, 243);
}
@media screen and (min-width: 897px) {
  .dress {
    width: 80%;
    float: left;
    margin: 10%;
    margin-left: 20%;
    clear: both;
  }
}

.dress-content {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
}
@media screen and (min-width: 897px) {
  .dress-content {
    width: 100%;
    clear: both;
    position: absolute;
    top: 20%;
    left: 40%;
  }
}
@media screen and (min-width: 897px) {
  .contents-03 {
    display: flex;
    width: 100%;
    margin: 0;
  }
}
.last-content {
  position: relative;
}
@media screen and (min-width: 897px) {
  .last-content {
    clear: both;
    float: right;
    width: 100%;
  }
}
.last-img {
  display: block;
  clear: both;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 897px) {
  .last-img {
    width: 70%;
  }
}

.last-message {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
}

@media screen and (min-width: 897px) {
  .last-message {
    clear: both;
  }
}

.tagu {
  margin: 5% 35% 10% 13%;
  text-align: left;
}

@media screen and (min-width: 897px) {
  .tagu {
    width: 50%;
    clear: both;
    display: block;
    margin: 10%;
    margin-left: 10%;
    margin-top: 45%;
  }

  .contents-04 {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    margin: 10%;
  }
}

.heading-2 {
  display: block;
  float: right;
  margin-left: 5%;
}

@media screen and (min-width: 897px) {
  .heading-2 {
    width: 70%;
    margin: 10% 0 0 auto;
    text-align: right;
    margin-right: 10%;
  }
}

.inspiration {
  width: 60%;
}
@media screen and (min-width: 897px) {
  .inspiration {
    width: 70%;
  }
}

.heading-2 h1 {
  margin-bottom: 10%;
  margin-top: 0;
}

.cinema {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.cinema img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.cinema-content {
  margin: 5%;
}

.cinema-title {
  font-size: 18px;
  margin-top: 3%;
}

.country img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.country {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}

.inspiration-content a {
  color: #786e6e;
}

@media screen and (min-width: 897px) {
  .cinema img {
    width: 60%;
  }
  .country img {
    width: 60%;
  }

  .inspiration-content {
    display: flex;
    width: 100%;
  }
  .country {
    width: 80%;
    margin-right: 20%;
  }
  .cinema {
    width: 80%;
    margin-left: 20%;
  }
  .inspiration {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/*Case&Inspiration   ↑ここまで*/

@media screen and (max-width: 897px) {
  .pages-heading {
    margin-bottom: 45px;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
