/* CSS Document */
/*************************************************************/

/*------------------
グーグルフォント
--------------------*/
.wf-mplus1p {
  font-family: "Mplus 1p";
}
.wf-kokoro {
  font-family: "Kokoro";
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

/*------------------
セクション
--------------------*/

section h1 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho";
  font-size: 1.2em;
  letter-spacing: 6px;
  line-height: 1.5;
  font-weight: normal;
  color: #73c6c8;
  margin: 0 0;
}

section h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #73c6c8;
  margin: 10px auto 40px;
}

/*-- 768px以上 --*/
@media all and (min-width: 769px) {
  section h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 30px 0;
  }
}

/*------------------
背景画像スライド
--------------------*/

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
  border: 0;
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  .rslides {
    top: 125px;
  }

  .rslides li {
    top: 0;
  }
}

/*------------------
キャッチタイトル
--------------------*/

div#title {
  display: block;
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
div#title section {
  position: relative;
  top: 35%;
  margin: 0 0 100px;
}
/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  div#title {
    position: absolute;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    z-index: 980;
  }

  div#title section {
    position: relative;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 28px 0 60px;
    width: 700px;
  }
}

/*-- タブレット768px~960pxまで --*/
@media all and (min-width: 769px) and (max-width: 960px) {
  div#title section {
    position: relative;
    top: 12%;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0 50px;
    width: 580px;
  }
}

@media all and (min-width: 961px) and (max-width: 1060px) {
  div#title section {
    top: 13%;
  }
}
@media all and (min-width: 1061px) and (max-width: 1199px) {
  div#title section {
    top: 15%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1362px) {
  div#title section {
    top: 15%;
  }
}
@media all and (min-width: 1361px) and (max-width: 1600px) {
  div#title section {
    top: 20%;
  }
}
@media all and (min-width: 1601px) and (max-width: 1920px) {
  div#title section {
    top: 25%;
  }
}

div#title section h1 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho";
  font-size: 1.3em;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  margin: 50px 0 0;
  padding-top: 62%;
}

div#title section h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #333;
  margin: 10px auto 20px;
}

div#title section p {
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8em;
  line-height: 2em;
  color: #333;
}

div#title section h1 {
  padding-left: 10px;
  padding-right: 10px;
}

div#title section h1 span,
div#title section p span {
  display: inline-block;
}

/*-- 480pxまで --*/
@media all and (max-width: 480px) {
  div#title section p {
    padding: 0 30px;
  }
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  div#title section h1 {
    font-size: 1.8em;
    margin: 30px 0 0;
    padding: 0;
  }
  div#title section p {
    font-size: 1em;
  }

  div#title section p {
    margin-bottom: 35px !important;
  }
}

/*-- タブレット768px~1080pxまで --*/
@media all and (min-width: 769px) and (max-width: 1080px) {
  div#title section h1 {
    font-size: 1.6em;
    margin: 10px 0 0;
    padding: 0;
  }
  div#title section p {
    font-size: 0.9em;
    padding: 0 50px;
  }
}

/*------------------
事例
--------------------*/

section#jirei {
  padding-top: 20px;
}

/*-- 事例（奇数番目） --*/
section#jirei > section:nth-of-type(odd) {
  position: relative;
  top: 0;
  height: 582px;
  margin: 0 auto;
  text-align: center;
}

section#jirei > section:nth-of-type(odd) .p_bg img {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 88%;
  height: auto;
}

section#jirei > section:nth-of-type(odd) .box {
  background-color: rgba(234, 231, 231, 0.9);
  position: absolute;
  z-index: 21;
  top: 34%;
  right: 0;
  width: 80%;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section#jirei > section:nth-of-type(odd) div.box img {
  height: auto;
  padding: 0 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

/*-- 事例（偶数番目） --*/
section#jirei > section:nth-of-type(even) {
  position: relative;
  top: 0;
  height: 582px;
  margin: 0 auto;
  text-align: center;
}

section#jirei > section:nth-of-type(even) .p_bg img {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 88%;
  height: auto;
}

section#jirei > section:nth-of-type(even) .box {
  background-color: rgba(234, 231, 231, 0.9);
  position: absolute;
  z-index: 21;
  top: 30%;
  left: 0;
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
}

section#jirei > section:nth-of-type(even) div.box img {
  height: auto;
  padding: 0 0 15px;
  margin: 0 auto;
  text-align: center;
}

section#jirei > section h2 {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho";
  font-size: 1.1em;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

section#jirei > section h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #333;
  margin: 10px auto 10px;
}

section#jirei > section:nth-of-type(odd) .box,
section#jirei > section:nth-of-type(even) .box {
  top: 38%;
  width: 91%;
  height: auto;
}

#bridal div.box img {
  width: 28%;
}
#exhibi div.box img {
  width: 32%;
}
#party div.box img {
  width: 22%;
}
#seminar div.box img {
  width: 30%;
}

/*-- 600pxまで --*/
@media all and (max-width: 600px) {
  section#jirei {
    padding-top: 0;
  }

  /*--スマホ画像サイズ--*/
  section#jirei > section:nth-of-type(odd) .p_bg {
    width: 90%;
    height: 60%;
    overflow: hidden;
    position: relative;
  }

  section#jirei > section:nth-of-type(odd) .p_bg img {
    position: absolute;
    left: -98%;
    right: -90%;
    margin: auto;
    width: 180%;
    height: auto;
  }

  section#jirei > section:nth-of-type(even) .p_bg {
    width: 91%;
    height: 60%;
    float: right;
    overflow: hidden;
    position: relative;
  }

  section#jirei > section:nth-of-type(even) .p_bg img {
    position: absolute;
    left: -70%;
    right: -60%;
    margin: auto;
    width: 170%;
    height: auto;
  }

  section#jirei > #party {
    height: 622px;
  }

  p.text-rayout-pc {
    display: none;
  }
}

/*-- 480px～768pxまで--*/
@media all and (min-width: 480px) and (max-width: 768px) {
  section#jirei {
    padding-top: 0;
  }

  section#jirei > section:nth-of-type(n) {
    height: 650px;
  }

  section#jirei > section:nth-of-type(n) .box {
    top: 42%;
    width: 75%;
    height: auto;
  }
  .box_bridal{
    width:60%!important;
  }

  section#jirei > section:nth-of-type(odd) .btn {
    margin: 15px 0;
  }

  section#jirei > section:nth-of-type(even) .btn {
    margin: 20px 0;
  }

  p.text-rayout-pc {
    display: none;
  }
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  section#jirei {
    padding-top: 222px;
  }

  section#jirei > section:nth-of-type(n) {
    height: 520px;
  }

  section#jirei > section:nth-of-type(n) .p_bg img {
    width: 840px;
    height: auto;
  }
  section#jirei > section:nth-of-type(n) .box {
    top: 60px;
    width: 45%;
    height: 350px;
  }
  .box_bridal{
    width:45%!important;
  }

  section#jirei > section:nth-of-type(odd) div.box div {
    width: 350px;
    height: auto;
    float: left;
  }

  section#jirei > section:nth-of-type(even) div.box div {
    width: 350px;
    height: auto;
    float: right;
  }

  section#jirei > section:nth-of-type(n) h2 {
    font-size: 1.5em;
  }

  p.text-rayout-sp {
    display: none;
  }
}

/*-- 1280px以上 --*/
@media all and (min-width: 1281px) {
  p {
    font-size: 1em;
    line-height: 2;
  }

  section#jirei > section:nth-of-type(n) {
    height: 740px;
  }
  section#jirei > section:nth-of-type(n) .p_bg img {
    width: 1080px;
    height: auto;
  }
  section#jirei > section:nth-of-type(n) .box {
    top: 13%;
    width: 50%;
    height: 370px;
  }
  .box_bridal{
    width:40%!important;
  }

  section#jirei > section:nth-of-type(n) div.box div {
    width: 450px;
  }

  #bridal div.box img {
    width: 130px !important;
  }
  #exhibi div.box img {
    width: 150px !important;
  }
  #party div.box img {
    width: 110px !important;
  }
  #seminar div.box img {
    width: 140px !important;
  }

  p.text-rayout-sp {
    display: none;
  }
}

/*-- 2560px以上 --*/
@media all and (min-width: 2560px) {
  section#jirei > section:nth-of-type(n) {
    height: 900px;
  }

  section#jirei > section:nth-of-type(n) .p_bg img {
    width: 1440px;
    height: auto;
  }

  section#jirei > section:nth-of-type(n) .box {
    top: 25%;
    width: 50%;
    height: 370px;
  }

  p.text-rayout-sp {
    display: none;
  }
}

/*------------------
詳しく見るボタン
--------------------*/
.btn {
  display: inline-block;
  padding: 15px 60px;
  margin: 15px 0 0;
  font-size: 0.8em;
  background: transparent;
  color: #333 !important;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  background: -webkit-linear-gradient(
    180deg,
    rgba(86, 75, 69, 1),
    rgba(139, 120, 111, 1),
    rgba(205, 200, 252, 0),
    rgba(205, 200, 252, 0)
  );
  background: -webkit-linear-gradient(
    right,
    rgba(86, 75, 69, 1),
    rgba(139, 120, 111, 1),
    rgba(205, 200, 252, 0),
    rgba(205, 200, 252, 0)
  );
  background: linear-gradient(
    270deg,
    rgba(86, 75, 69, 1),
    rgba(139, 120, 111, 1),
    rgba(205, 200, 252, 0),
    rgba(205, 200, 252, 0)
  );
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
  border: 1px solid #656464;
}

.btn:hover {
  background-position: 99% 50%;
  color: #fff !important;
  border: 1px solid rgba(205, 200, 252, 0);
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  .btn {
    margin: 20px 0;
  }
}

/*-- 1280px以上 --*/
@media all and (min-width: 1281px) {
  .btn {
    font-size: 0.9em;
  }
}

/*------------------
新着情報
--------------------*/

ul.news {
  width: 100%;
  background-color: #eae7e7;
  padding: 25px;
  margin-bottom: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}

ul.news li {
  margin-bottom: 20px;
  line-height: 2;
  border-bottom: 1px dashed #999;
  text-align: left;
  align-items: center;
}

ul.news li span {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  color: #1b9393;
  line-height: 1.5;
}

ul.news li span.txt {
  font-weight: normal;
  text-align: left;
  font-size: 0.8em;
  padding: 0;
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  ul.news {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
  }

  ul.news li {
    display: flex;
    align-items: center;
  }

  ul.news li span {
    flex-direction: row;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 0.8em;
  }

  ul.news li span.txt {
    font-size: 0.9em;
  }
}

/*-- 1280px以上 --*/
@media all and (min-width: 1281px) {
  ul.news li span {
    font-size: 1em;
  }
  ul.news li span.txt {
    font-size: 1em;
    line-height: 2;
  }
}

/*------------------
アクセス
--------------------*/

#access p {
  font-size: 0.8em;
  padding: 0 20px 20px;
}

.floor {
  margin: 0 auto;
  text-align: center;
}
.floor img {
  width: 50%;
  height: auto;
}

#access ul {
  width: 100%;
  height: auto;
}

#access ul li {
  display: block;
}

#map1 {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

#map2 iframe {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

/*-- 960px以上 --*/
@media all and (min-width: 769px) {
  .floor img {
    width: 210px;
    height: 323px;
  }

  #access p {
    font-size: 0.9em;
    padding: 0 30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #access ul {
    display: inline-flex;
  }
  #access ul li {
    flex-direction: row;
  }

  #access ul li#address {
    width: 40%;
    float: left;
  }

  #access ul li#g_map {
    width: 60%;
    height: auto;
  }

  #map1 {
    width: 100%;
    height: 640px;
    margin: 0 auto;
  }

  #map2 iframe {
    width: 100%;
    height: 640px;
    margin: 0 auto;
  }
}

/*-- 1280px以上 --*/
@media all and (min-width: 1281px) {
  .floor img {
    width: 300px;
    height: 413px;
  }
}

/*---------------タブレット960px~以上---------------*/
@media all and (min-width: 769px) {
}

/*---------------タブレット768px~960pxまで---------------*/
@media all and (min-width: 769px) and (max-width: 960px) {
}

/*-----------iPad縦 / iPhone 7/6 Plus横-----------*/
@media screen and (min-width: 480px) {
}

/*---------------スマホ767pxまで---------------*/
@media all and (max-width: 768px) {
}


.youtube_wrap{
  padding-top: 31%;
  width: 55%;
  position: relative;
}
.youtube_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#jirei > section:nth-of-type(odd) .youtube_wrap{
  margin-left:30px;
}
section#jirei > section:nth-of-type(even) .youtube_wrap{
  margin:0 30px 0 auto;
}
@media all and (max-width: 1200px) {
  .youtube_wrap{
    padding-top: 39.4%;
    width: 70%;
  }
}
@media all and (max-width: 768px) {
  .youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    margin-left:0px;
  }
  section#jirei > section:nth-of-type(odd) .youtube_wrap{
    margin-left:0px;
  }
  section#jirei > section:nth-of-type(even) .youtube_wrap{
    margin:0 0 0 auto;
  }
}