@charset "utf-8";

/* ナビゲーションボタン */

@media (max-width: 1023px) {
.menu-btn {
  position: fixed;
  top: 30px;
  right: 3%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  .menu-btn-line {
  position: absolute;
  width: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #FC779D;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
  }
  .menu-btn-line::before,
  .menu-btn-line::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #FC779D;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  }
  .menu-btn-line::before{
  top: -10px;
  }
  .menu-btn-line::after{
  top: 10px;
  }
}
  
  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  }
  .open .menu-btn {
  border-color: #fff
  }
  .open .menu-btn-line{
  background-color: transparent;
  }
  .open .menu-btn-line::before,
  .open .menu-btn-line::after {
  top: 0;
  }
  .open .menu-btn-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  .open .menu-btn-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  /*開いたメニュー*/

  @media (min-width: 1024px) {
    .menu {
      }
  }

  @media (max-width: 1023px) {
    .menu {
      position: fixed;
      display: flex;
      justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFE6ED;
      -webkit-transition: all .5s;
      transition: all .5s;
      visibility: hidden;
      opacity: 0;
      z-index: 100;
      }

    .nav {
      width: 100%;
    }
  }





html {
  font-size: 100%;
}

body {
  font-family: dnp-shuei-mgothic-std,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #515151;
}

p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.header {
  width: 100%;
  z-index: 100;
  background: #ffffff;
  background-image: url(../img/bg_dot.png);
  background-repeat: repeat-x;
  background-size: 28px; }
  @media (min-width: 1024px) {
  .header {
    position: fixed;
    height: 111px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16); } 
  }
  @media (max-width: 1023px) {
    .header {
      height: 28px;
      position: fixed; } 
  }
 

.headerInner {  
   }
  @media (min-width: 1024px) {
  .headerInner {
    max-width: 766px;
    display: flex;
    margin: auto; } }
  @media (max-width: 1023px) {
  .headerInner {
      padding: 1px 0; } }

@media (min-width: 1024px) {
  .notPc {
  display: block; } }

@media (min-width: 1024px) {
  .notSP {
  display: none; } }
@media (max-width: 1023px) {
  .notSP {
  display: block; } }

.SPbtnLine::before {
  content: "";
  top: 0;
  transition: 0.2s;
}

.SPbtnLine::after {
  content: "";
  top: 10px;
  transition: 0.2s;
}

.SPbtnLine span, .SPbtnLine::before, .SPbtnLine::after {
  width: 30px;
  height: 2px;
  background: #FC779D;
  position: absolute;
  border-radius: 3px;
  left: 0;
  transform-origin: left;
}

.SPbtnLine::before {
  transform: translateY(-10px);
  box-shadow: 0 10px #FC779D;
}

@media (min-width: 1024px) {
.headerTopInner {
  display: flex; } }
@media (max-width: 1023px) {
.headerTopInner {
  width: 90%;
  margin: 0 auto;
   } }

.header_logo {
  width: 208px;
  height: 289px;
  margin-top: -145px;
}

@media (min-width: 1024px) {
  .infoBtn {
    width: 553px;
    justify-content: flex-end;
    display: flex; }

  .infoBtn ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0; }

  .infoBtn ul li {
    width: 120px;
    height: 36px;
    text-align: center;
    border-radius: 0 0 5px 5px; }

  .infoBtn ul li.vr {
    background: #F2B6D2;
    margin-right: 15px; }

  .infoBtn ul li.info {
    background: #96BCAA; }

  .infoBtn ul li a {
    display: block;
    height: 100%;
    font-size: 13px;
    color: #ffffff;
    padding-top: 8px; }

  .infoBtn ul li.vr:hover {
    background: #F5CFE1;
    transition : 0.3s; }

  .infoBtn ul li.info:hover {
    background: #A6D0BC;
    transition : 0.3s; }
}

@media (max-width: 1023px) {
  .infoBtn {
    position: absolute;
    margin-top: 630px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

  .infoBtn ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0; }

  .infoBtn ul li {
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 25px; }

  .infoBtn ul li.vr {
    background: #D898B0;
    margin-right: 16px; }

  .infoBtn ul li.info {
    background: #96BCAA; }

  .infoBtn ul li a {
    display: block;
    padding: 9px;
    height: 100%;
    font-size: 16px;
    color: #ffffff; }

  .infoBtn ul li.vr:hover {
    background: #E8B6C8;
    transition : 0.3s; }

  .infoBtn ul li.info:hover {
    background: #A6D0BC;
    transition : 0.3s; }
}


@media (min-width: 1024px) {
  .headerNav {
    width: 553px;
    margin-left: auto;
    height: 111px; }

  .headerNav nav ul {
    display: flex;
  }

  .headerNav nav ul li {
    text-align: center;
    margin-left: 50px;
  }

  .headerNav nav ul a {
    display: block;
    height: 100%;
    font-size: 13px;
    color: #515151;
  }

  .headerNav nav ul a:hover {
    color: #FC779D;
    transition : 0.3s;
  }

  .headerNav nav ul a span {
    display: block;
    font-size: 10px;
    color: #F1BBBF; }}

@media (max-width: 1023px) {
  .headerNav {
    /*width: 553px;*/
    margin-left: auto; }

    .headerNav nav::before {
      content: '';
      display: block;
      width: 208px;
      height: 168px;
      margin: 0 auto;
      background-image: url(../img/footer_logo.png);
      background-size: contain;
      vertical-align: middle;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .headerNav nav ul {
      margin-block-start: 0;
      margin-block-end: 0;
      background-image: linear-gradient(to right, #D898B0 2px, transparent 2px);
      background-size: 7px 2px;
      background-repeat: repeat-x;
      background-position: top;
      margin-inline-start: 0;
    }
    
    .headerNav nav ul li {
      text-align: center;
      margin-left: 50px;
      background-image: linear-gradient(to right, #D898B0 2px, transparent 2px);
      background-size: 7px 2px;
      background-repeat: repeat-x;
      background-position: left bottom;
      margin-inline-start: 0;
    }
  
    .headerNav nav ul a {
      display: block;
      height: 100%;
      font-size: 16px;
      color: #515151;
      padding: 25px 0;
    }
  
    .headerNav nav ul a:hover {
      color: #FC779D;
      transition : 0.3s;
    }
  
    .headerNav nav ul a span {
      display: none; }}

.firstView {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.firstView::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.catchcopyInner {
  position: relative;
  max-width: 780px;
  margin: auto;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: -280px;
  margin-bottom: 200px;
}

}

h2.catchcopy {
  font-size: 1.625rem;
}

h2.catchcopy p {
  background:rgba(255, 255, 255, 0.8);
  padding: 5px 30px;
  display: table;
  margin-left: auto;
  color: #000000;
}

@media (max-width: 320px) {
  h2.catchcopy p {
    background:rgba(255, 255, 255, 0.8);
    padding: 5px 8px;
    display: table;
    margin-left: auto;
    color: #000000;
  }}

h2.catchcopy p.catch1 {
  margin-bottom: 1em;
}

h2.catchcopy p span {
  color: #FC779D;
}

main {
  text-align: center;
}

section.about {
  background: url(../img/bg_wave.png) no-repeat top/contain #FFE6ED;
}

@media (min-width: 1024px) {
  .sectionTopic img {
    width: 380px;
    height: 180px;
  }
}

@media (max-width: 1023px) {
  .sectionTopic img {
    min-width: 230px;
    max-width: 380px;
    width: 60%;
  }
}

@media (min-width: 1024px) {
  section.contents {
    padding-bottom: 70px;
  }

  .first, .second {
    max-width: 990px;
    margin: 0 auto 0; }
  
  .first {
    height: 420px; }

  .second {
    height: 410px; }

  .first .aboutImg {
    width: 434px;
    height: 389px;
    margin-right: 32px;
  }

  h2.sectionTopic {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .first, .second {
    position: relative;
    display: flex;
  }
}

@media (max-width: 1023px) {
  section.contents {
    padding-bottom: 50px;
  }

  section.about {
    padding-bottom: 850px;
  }

  .first .aboutImg {
    width: 80%;
    max-width: 434px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  h2.sectionTopic {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 550px){
section.about {
    padding-bottom: 910px;
}
}

@media (max-width: 432px) {
  section.about {
    padding-bottom: 950px;
  }
}

@media (max-width: 387px) {
  section.about {
    padding-bottom: 880px;
  }
}

.aboutTextWrap {
  line-height: 1.9em;
  font-size: 20px;
  text-align: left;
}

.first {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

.first .aboutTextWrap {
  background: url(../img/about_flame1.png) no-repeat center/contain;
  max-width: 522px;
}
  @media (min-width: 1024px) {
    .first .aboutTextWrap {
    width: 50%;
    height: 338px;
    margin-top: 15px;
    padding: 25px;
    }
  }
  @media (max-width: 1023px) {
    .first .aboutTextWrap {
    max-width: 522px;
    width: 95%;
    padding: 25px;
    margin: 0 auto;
    }
  }

  @media (max-width: 1023px) {
    .first {
      position: relative;
    }
  }

  @media (max-width: 550px) {
    .first .aboutTextWrap {
    max-width: 522px;
    width: 95%;
    font-size: 16px;
    padding: 25px 10%;
    }
  }

  @media (max-width: 432px) {
    .first .aboutTextWrap {
    max-width: 522px;
    background: url(../img/about_flame1_SP.png) no-repeat center/contain;
    }
  }
    
  @media (max-width: 387px) {
    .first .aboutTextWrap {
    max-width: 522px;
    background: #ffffff;
    padding: 25px 2%;
    }
  }

.first .aboutTextWrap p, .second .aboutTextWrap p {
  margin: 10px;
}

.first .aboutTextWrap p {
  padding-right: 5%;
}

.aboutTextWrap p em {
  color: #FC779D;
  font-style: normal;
  font-weight: 600;
}

.murara {
  top: 200px;
  right: 2%;
  position: absolute; }
  @media (min-width: 1024px) {
    .murara {
      max-width: 137px; }}
  @media (max-width: 1023px) {
    .murara {
      margin-right: 20%;
      margin-top: 420px;
      width: 14vw;
      min-width: 100px; }}
  @media (max-width: 800px) {
    .murara {
      margin-right: 10%;
      margin-top: 410px;
      width: 14vw;
      min-width: 100px; }}
  @media (max-width: 550px) {
      .murara {
      margin-top: 390px;
      width: 14vw;
      min-width: 100px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }}

.muraracopy {
  position: absolute;
  font-size: 12px;
 }

 @media (min-width: 1024px) {
  .muraracopy {
    top: 355px;
    margin: 1em 0;
    right: 13%; }}
@media (max-width: 1023px) {
  .muraracopy {
    margin: 2em 0;
    right: 36%;}}
@media (max-width: 800px) {
  .muraracopy {
    margin: 2em 0;
    right: 23%; }}
@media (max-width: 550px) {
  .muraracopy {
    left: 50%;
    width: 100%;
    margin-top: 150px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }}

@media (max-width: 463px) {
  .muraracopy {
    margin-top: 150px;
}}

@media (max-width: 387px) {
  .muraracopy {
    margin-top: 180px;
}}

.second .aboutImg {
  width: 429px;
  height: 404px;
}

@media (min-width: 1024px) {
  .second .aboutImg {
    width: 429px;
    height: 404px;
  }
}
@media (max-width: 1023px) {
  .second {
    position: relative;
  }
  .second .aboutImg {
    position: absolute;
    width: 80%;
    max-width: 429px;
    margin: 0 auto;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 270px;
  }
}

.second .aboutTextWrap {
  background: url(../img/about_flame2.png) no-repeat center/contain;
 }

@media (min-width: 1024px) {
.second .aboutTextWrap {
  width: 522px;
  height: 296px;
  margin-top: 45px;
  margin-right: 37px;
  padding: 25px 50px 25px 30px;
}}

@media (max-width: 1023px) {
  .second .aboutTextWrap {
    position: absolute;
    max-width: 522px;
    width: 95%;
    margin-top: 45px;
    margin-right: 37px;
    padding: 25px 30px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 645px;
  }}

  @media (max-width: 550px) {
    .second .aboutTextWrap {
    max-width: 522px;
    width: 95%;
    font-size: 16px;
    padding: 25px 10%;
    margin-top: 740px;
    }
  
    .second .aboutImg {
      position: absolute;
      width: 80%;
      max-width: 429px;
      margin: 0 auto;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      margin-top: 390px;
  }
  }

    @media (max-width: 432px) {
    .second .aboutTextWrap {
        max-width: 522px;
        background: url(../img/about_flame1_SP.png) no-repeat center/contain;
    }
    .second .aboutImg {
      margin-top: 420px;
    }
  }


@media (max-width: 387px) {
  .second .aboutTextWrap {
    max-width: 522px;
    background: #ffffff;
    padding: 25px 2%;
    margin-top: 660px;
  }
}
  
@media (min-width: 1024px) {
.mapImgWrap, .fragranceImgWrap {
  margin-top: 50px;
}
.mapImgWrap img {
  width: 500px;
  height: 707px;
}

.fragranceImgWrap img {
  width: 700px;
  height: 496px;
}
}

@media (max-width: 1023px) {
  .mapImgWrap, .fragranceImgWrap {
    margin-top: 30px;
  }
  .mapImgWrap img {
    max-width: 500px;
    width: 80%;
  }
  .fragranceImgWrap img {
    max-width: 700px;
    width: 80%;
  }
  }

.contentsText {
  line-height: 2em;
  padding: 0 5%;
}

.contents .btnArea {
  background-color: #ffffff;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
} 

.contents .btnArea .btn {
  border-radius: 30px;
  background: url(../img/bg_dot.png);
  background-size: 28px;
  margin-top: 50px;
}

.contents .btnArea .btn a {
  color: #ffffff;
  font-size: 25px;
  display: block;
  height: 100%;
  padding: 11px;
}

.contents .btnArea .btn:hover {
  opacity: 0.7 ;
  transition : 0.3s;
}

@media (min-width: 1024px) {
.map, .movie, .access {
  padding-top: 70px;
}}

@media (max-width: 1023px) {
  .map, .movie, .access, .fragrance {
    padding-top: 50px;
    padding-bottom: 50px;
  }}

.fragrance {
  background-color: #FFFFD9;
}

section.vr {
  background: url(../img/bg_wave.png) no-repeat top/contain #FFE6ED;
}

.howtoTextWrap .howtoBtn {
  background-color: #ffffff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1px;
}

@media (min-width:1024px){
.howtoTextWrap .howtoBtn {
  border-radius: 35px;
  padding: 0 5%;
  padding-top: 100px;
  margin-top: -140px;
}
}

@media (max-width:1023px){
  .howtoTextWrap .howtoBtn {
    border-radius: 25px;
    padding: 0 5%;
    padding-top: 70px;
    margin-top: -90px;
  }
}

@media (max-width:350px){
  .howtoTextWrap .howtoBtn {
    border-radius: 15px;
    padding: 0 5%;
    padding-top: 100px;
    margin-top: -120px;
  }
}

.howtoTextWrap h3 {
  background: url(../img/h3_howto.png) no-repeat top/contain;
  position: relative;
  margin: 0 auto;
}
@media (min-width:1024px){
.howtoTextWrap h3 {
  width: 372px;
  height: 61px;
  padding: 17px;
  margin-top: 70px;
  font-size: 20px;
}
}

@media (max-width:1023px){
  .howtoTextWrap h3 {
    max-width: 372px;
    max-height: 61px;
    width: 95%;
    padding: 17px;
    margin-top: 50px;
    font-size: 20px;
  }
}
@media (max-width:375px){
  .howtoTextWrap h3 {
    width: 95%;
    padding: 18px;
    margin-top: 30px;
    font-size: 16px;
  }
  }

@media (min-width:1024px){
article.howtoTextWrap p.contentsText {
  line-height: 1.7em;
  margin: 35px 0;
}
}

@media (max-width:1023px){
  article.howtoTextWrap p.contentsText {
    line-height: 1.7em;
    margin: 2% 0;
  }
  }

.howtoTextWrap h4 {
  color: #FC779D;
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #FC779D;
  padding-bottom: 10px;
}

.howtoBtnPc .howtoPc , .howtoBtnSp .howtoSp , .howtoScreen .howtoScreenImg {
  width: 100%;
  margin: 0;
  padding: 0;
}

.howtoScreen .howtoScreenImg {
  margin-top: 70px;
}

@media (min-width:1024px){ 
.howtoTextWrap dl dt {
  font-weight: 600;
  width: 30%;
  text-align: left;
  float: left;
  padding: 20px 0 17px 0;
  background-image : linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 20px;
}}

@media (max-width:1023px){
  .howtoTextWrap dl dt {
    font-weight: 600;
    width: 40%;
    text-align: left;
    float: left;
    padding: 20px 0 17px 0;
    font-size: 20px;
}}

@media (max-width:580px){
  .howtoTextWrap dl dt {
    font-weight: 600;
    width: 100%;
    text-align: left;
    float: left;
    padding: 20px 0 17px 0;
    font-size: 20px;
}}

.howtoTextWrap dl dd {
  text-align: left;
  padding: 20px 0;
  width: 100%;
  background-image : linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-inline-start: 0;
  font-size: 18px;
}

.howtoTextWrap dl dt.orange {
  color: #FF8B2C;
}

.howtoTextWrap dl dt.pink {
  color: #FC779D;
}

@media (min-width:1024px){ 
.howtoTextWrap dl dt span {
  display: inline-block;
	content: "";
	margin-right: 20px;
	width: 35px;
	height: 35px;
	vertical-align: top;
	border-radius: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: -5px;
  font-size: 25px;
}
}

@media (max-width:1023px){ 
  .howtoTextWrap dl dt span {
    display: inline-block;
    content: "";
    margin-right: 20px;
    width: 30px;
    height: 30px;
    vertical-align: top;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: -5px;
    font-size: 22px;
  }
  }

.howtoTextWrap dl dt.orange span {
	background-color: #FF8B2C;
}

.howtoTextWrap dl dt.pink span {
	background-color: #FC779D;
}

@media (min-width:1024px){ 
.howtoBtnPc, .howtoBtnSp, .howtoScreenSp {
  margin-bottom: 70px;
}}

@media (max-width:1023px){ 
  .howtoBtnPc, .howtoBtnSp, .howtoScreenSp {
    margin-bottom: 40px;
  }}

article.howtoBtnSp {
  padding-bottom: 30px;
}

.howtoScreenPc {
  margin-bottom: 30px;
}

.howtoBtnPc p, .howtoBtnSp p, .howtoScreenPc p, .howtoScreenSp p {
  text-align: left;
}

.howtoBtn .howtoScreenImg {
  margin-top: 27px;
}

.howtoScreenSp img.icon {
  width: 23px;
  height: 26px;
  margin: 0 3px;
}

@media (min-width:1024px){ 
.howtoScreen {
  background-color: #ffffff;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border-radius: 35px;
  padding: 0 5%;
  padding-top: 150px;
  margin-top: -220px;
  padding-bottom: 1px;
}
}

@media (max-width:1023px){ 
  .howtoScreen {
    background-color: #ffffff;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 0 5%;
    padding-top: 100px;
    margin-top: -165px;
    padding-bottom: 1px;
  }
  }

.howtoScreentext {
  margin-bottom: 50px;
}

@media (max-width:1023px) {
  .accessInfo .googleMap {
    margin-right: 0;}
  
    .accessInfo .googleMap iframe {
      width: 100%;
      max-height: 400px;}
}

@media (min-width:1024px){ 
  .accessInfo {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 370px;
  }
  .accessInfo .googleMap {
  margin-right: 35px;}

  .accessInfo .googleMap iframe {
    height: 365px  ;}

  .accessInfo .info {
    width: 514px;
    text-align: left;
    font-size: 16px;
  }
  
  .accessInfo .info dl {
    margin: 0;
  }
  
  .accessInfo .info dl dt {
    width: 150px;
    float: left;
    display: flex;
    letter-spacing: 0.4em;
    font-weight: 600;
  }
  
  .accessInfo .info dl dt::after {
    content: '';
    display: inline-block;
    background: url(../img/infoicon.png) no-repeat top/contain;
    background-size: contain;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 10px;
  }
  
  .accessInfo .info dd {
    width: 309px;
    margin-left: 150px;
    margin-bottom: 18px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  
  .accessInfo .info dd a {
    color: #FC779D;
  }
  
  .accessInfo .info dl dt span {
    width: 94px;
  }
  
  .accessInfo .info dl dd span.child {
    position: relative;
    margin-left: 134px;
  }
  
}

@media (max-width:1023px){ 
  .accessInfo {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  
  .accessInfo .info {
    max-width: 1000px;
    width: 90%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  .accessInfo .info dl {
    margin: 0;
  }
  
  .accessInfo .info dl dt {
    max-width: 300px;
    margin: 0 auto;
    letter-spacing: 0.4em;
    padding: 10px 0;
    font-weight: 600;
  }

  .accessInfo .info dl dt::before {
    content: '';
    display: inline-block;
    background: url(../img/infoicon.png) no-repeat top/contain;
    background-size: contain;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 17px;
    margin-left: 10px;
  }
  
  .accessInfo .info dl dt::after {
    content: '';
    display: inline-block;
    background: url(../img/infoicon.png) no-repeat top/contain;
    background-size: contain;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .accessInfo .info dd {
    max-width: 309px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    margin-inline-start: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .accessInfo .info dd a {
    color: #FC779D;
  }
  
  .accessInfo .info dl dt span {
    width: 94px;
  }
  
  .accessInfo .info dl dd span.child {
    position: relative;
    margin-left: 163px;
  }
  
}


.contents .btnMap {
  max-width: 290px;
  width: 90%;
  height: 60px;
  border-radius: 30px;
  background: url(../img/bg_dot.png);
  background-size: 28px;
  margin: 0 auto;
  margin-top: 50px;
}

.contents .btnMap a {
  color: #ffffff;
  font-size: 25px;
  display: block;
  height: 100%;
  padding: 11px;
}

.contents .btnMap:hover {
  opacity: 0.7 ;
  transition : 0.3s;
}

footer {
  background-color: #EF97B4;
  color: #ffffff;
  width: 100%;
  text-align: center;
}


@media (min-width:1024px){ 
footer .footerNav {
  width: 485px;
  font-size: 0.8125rem;
}}

@media (max-width:1023px){ 
  footer .footerNav {
    display: none;
  }}

footer .footerNav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
}

footer .footerNav ul li {
  margin-right: 15px;
}

footer .footerNav ul li::after {
  content: "|";
  margin-left: 15px;
  color: #515151;
}

footer .footerNav a {
  color: #515151;
}

footer .footerNav a:hover {
  color: #ffffff;
  transition : 0.3s;
}

.footerContents {
  font-size: 1rem;
}

footer small {
  display: block;
  font-size: 0.75rem;
  line-height: 2.3em;
  text-align: center;
  background: url(../img/bg_dot.png);
  background-size: 28px;
}

@media (min-width:1024px){ 
.footerInner {
  width: 720px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}}

@media (max-width:1023px){ 
  .footerInner img {
    margin: 15px 0;
  }
}

.footerInner .footerLogo img {
  width: 208px;
  height: 168px;
}

.footerContents p.name {
  font-size: 1em;
}

.footerContents p.phone {
  font-size: 0.87em;
}

.footerContents p.phone a {
  color: #ffffff;
}

@media (min-width:401px){ 
.footerContents a.murayama img, .footerContents a.koibito img {
  max-width: 149px;
  max-height: 67px;
}
}

@media (max-width:400px) {
  .footerContents a.murayama img, .footerContents a.koibito img {
    max-width: 149px;
    max-height: 67px;
    width: 40%;
    height: 40%;
  }
}

@media (min-width:1024px){ 
.footerContents .bnrArea {
  width: 330px;
  height: 67px;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 32px;
}
.footerContents a.murayama img {
  margin-right: 20px;
}
}

@media (max-width:1023px){ 
  .footerContents .bnrArea {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 32px;
  }
  .footerContents a.murayama img {
    margin-right: 5px;
  }
  }

@media (min-width:1024px){ 
.headerWrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 111px;
}}

@media (max-width:1023px){ 
  .headerWrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 111px;
  }}


.topImg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/top.jpg) center / cover;
}

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

@media (min-width:1024px){
section.contents.fragrance {
  padding-top: 70px;
}
}

h3 {
  z-index: 999;
}

p.contentsText {
  z-index: 888;
}

.aboutTextWrap {
  font-weight: 600;
}

@media (min-width:1024px){ 
a.anchor {
  display: block;
  padding-top: 111px;
  margin-top: -111px;
}
}

@media (max-width:1023px){ 
  a.anchor {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
  }
}

.MovieArea {
  max-width: 857px;
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
}

.MovieWrap  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.MovieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  width:100%;
  overflow-x: hidden !important;
}

@media (max-width:320px){ 
  .headerNav .infoBtn {
    width: 90%;
  }
  article.howtoTextWrap p.contentsText {
    line-height: 1.7em;
    margin: 2% 8%;
}
  .howtoScreen {
    background-color: #ffffff;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 0 5%;
    padding-top: 100px;
    margin-top: -215px;
    padding-bottom: 1px;
}

.howtoScreen .howtoScreenImg {
  margin-top: 130px;
}
  }
}
