.sec_attention {
  text-align: left;
  margin: 10px;
  padding: 8px;
  background-color: #FFF;
  border: 2px solid #CCC;
}

.sec_attention_bold {
  font-weight: bold;
}

.sec_attention h2 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.sec_attention p {
  margin: 0;
  padding: 0;
}

.sec_attention .covid-btn {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background-color: #111111;
  color: #FFF;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 12px;
  font-size: 16px;
}

@charset "UTF-8";
body.loadng_start .loadng .inr .logo_loading img, .sec_photo_house .box_photo_house .item._img img, .sec_plane .ttl_plan img, .sec_plane .list_plan, .list_photograph_plan  img, .ttl_staff img, .img_staff01 img, .sec_news .ttl_staff .sec_contact img, .sec_shop .ttl_shop img, .sec_shop .sec_shop_detail .img_shop img, .sec_shop .sec_shop_detail .list_insta li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.loadng {
  display: none; }

body.loadng_start .loadng {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #faf0d9;
  -webkit-animation-name: loadng;
  animation-name: loadng;
  -webkit-animation-delay: 1.5s; /* 6.5 アニメーション始まり */
  animation-delay: 1.5s; /* 6.5 アニメーション始まり */
  -webkit-animation-duration: 0.8s; /* 0.8 アニメーション1回分の長さ */
  animation-duration: 0.8s; /* 0.8 アニメーション1回分の長さ */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes loadng {
  0 {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -1; } }

@keyframes loadng {
  0 {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -1; } }
  body.loadng_start .loadng .inr {
    position: relative;
    z-index: 9;
    overflow: hidden; }
    body.loadng_start .loadng .inr .logo_loading {
      margin-bottom: 12px;
      will-change: transform;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-animation-name: rubberBand;
      animation-name: rubberBand;
      -webkit-animation-delay: 0.5s; /* 0.5s */
      animation-delay: 0.5s; /* 0.5s */
      -webkit-animation-duration: 0.8s; /* 0.8s */
      animation-duration: 0.8s; /* 0.8s */
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
    body.loadng_start .loadng .inr .welome {
      padding: 10px 0; }
      body.loadng_start .loadng .inr .welome img {
        will-change: transform;
        float: left;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 0.45s;
        animation-duration: 0.45s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  75% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
        body.loadng_start .loadng .inr .welome img:nth-child(1) {
          -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; }
        body.loadng_start .loadng .inr .welome img:nth-child(2) {
          -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s; }
        body.loadng_start .loadng .inr .welome img:nth-child(3) {
          -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }
        body.loadng_start .loadng .inr .welome img:nth-child(4) {
          -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s; }
        body.loadng_start .loadng .inr .welome img:nth-child(5) {
          -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s; }
        body.loadng_start .loadng .inr .welome img:nth-child(6) {
          -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s; }
        body.loadng_start .loadng .inr .welome img:nth-child(7) {
          -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s; }
        body.loadng_start .loadng .inr .welome img:nth-child(8) {
          -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s; }
        body.loadng_start .loadng .inr .welome img:nth-child(9) {
          -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s; }
        body.loadng_start .loadng .inr .welome img:nth-child(10) {
          -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s; }
        body.loadng_start .loadng .inr .welome img:nth-child(11) {
          -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s; }
        body.loadng_start .loadng .inr .welome img:nth-child(12) {
          -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s; }
        body.loadng_start .loadng .inr .welome img:nth-child(13) {
          -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }
        body.loadng_start .loadng .inr .welome img:nth-child(14) {
          -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s; }
        body.loadng_start .loadng .inr .welome img:nth-child(15) {
          -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s; }
        body.loadng_start .loadng .inr .welome img:nth-child(16) {
          -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s; }
        body.loadng_start .loadng .inr .welome img:nth-child(17) {
          -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s; }
    body.loadng_start .loadng .inr .copy {
      clear: both;
      padding-top: 10px;
      text-align: center;
      font-weight: 700;
      opacity: 0;
      -webkit-animation-name: copy;
      animation-name: copy;
      -webkit-animation-delay: 2.5s; /* アニメーション文言開始 4.5s */
      animation-delay: 2.5s; /* アニメーション文言開始 4.5s */
      -webkit-animation-duration: 0.8s;
      animation-duration: 0.8s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@-webkit-keyframes copy {
  0 {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes copy {
  0 {
    opacity: 0; }
  100% {
    opacity: 1; } }
  body.loadng_start .loadng .bg_radiation {
    position: relative;
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    body.loadng_start .loadng .bg_radiation:after {
      content: "";
      position: absolute;
/*      top: 0;　
      right: 0;
      bottom: 0;
      left: 0;*/ /* 集中線をOFF */
      background-image: url(../mou/img/loading/bg_radiation_sp.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-animation-name: radiation;
      animation-name: radiation;
      -webkit-animation-delay: 0.5s; /* 1.5s */
      animation-delay: 0.5s; /* 1.5s */
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@-webkit-keyframes radiation {
  0 {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes radiation {
  0 {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
      @media only screen and (min-width: 768px), print {
        body.loadng_start .loadng .bg_radiation:after {
          background-image: url(../mou/img/loading/bg_radiation.svg);
          background-size: cover; } }

.mv {
  position: relative;
  overflow: hidden; }
  .mv .mv_logo {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    @media only screen and (min-width: 768px), print {
      .mv .mv_logo {
        background-position: right top; } }
    @media only screen and (min-width: 769px), print {
      .mv .mv_logo {
        background-position: right top; } }

#mvSlider {
  margin-bottom: 0; }
  #mvSlider > .item {
    display: none; }
    #mvSlider > .item:first-child {
      display: block; }
  #mvSlider .item {
    display: none;
    width: 100%;
    height: 100vh; /* 100vh スライドサイズ調整 */
    /* background-image: url(../mou/img/slider/top_slider1.jpg); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top; }
    @media only screen and (min-width: 768px), print {
      #mvSlider .item {
        background-image: url(../mou/img/slider/top_slider1.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .item {
        background-image: url(../mou/img/slider/top_sp_slider1.jpg?20230901);
        background-position: left top; } }
  #mvSlider .slick-slide:nth-child(1) .item {
    background-image: url(../mou/img/slider/top_slider1.jpg?20230901); }
    @media only screen and (min-width: 768px), print {
      #mvSlider .slick-slide:nth-child(1) .item {
        background-image: url(../mou/img/slider/top_slider1.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .slick-slide:nth-child(1) .item {
        background-image: url(../mou/img/slider/top_sp_slider1.jpg?20230901);
        background-position: left top; } }
  #mvSlider .slick-slide:nth-child(2) .item {
    background-image: url(../mou/img/slider/top_slider2.jpg?20230901); }
    @media only screen and (min-width: 768px), print {
      #mvSlider .slick-slide:nth-child(2) .item {
        background-image: url(../mou/img/slider/top_slider2.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .slick-slide:nth-child(2) .item {
        background-position: left top;
        background-image: url(../mou/img/slider/top_sp_slider2.jpg?20230901); } }
  #mvSlider .slick-slide:nth-child(3) .item {
    background-image: url(../mou/img/slider/top_slider3.jpg?20230901); }
    @media only screen and (min-width: 768px), print {
      #mvSlider .slick-slide:nth-child(3) .item {
        background-image: url(../mou/img/slider/top_slider3.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .slick-slide:nth-child(3) .item {
        background-position: center 22%;
        background-image: url(../mou/img/slider/top_sp_slider3.jpg?20230901); } }
  #mvSlider .slick-slide:nth-child(4) .item {
    background-image: url(../mou/img/slider/top_slider4.jpg?20230901); }
    @media only screen and (min-width: 768px), print {
      #mvSlider .slick-slide:nth-child(4) .item {
        background-image: url(../mou/img/slider/top_slider4.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .slick-slide:nth-child(4) .item {
        background-image: url(../mou/img/slider/top_sp_slider4.jpg?20230901);
        background-position: left top; } }
  #mvSlider .slick-slide:nth-child(5) .item {
    background-image: url(../mou/img/slider/top_slider5.jpg?20230901); }
    @media only screen and (min-width: 768px), print {
      #mvSlider .slick-slide:nth-child(5) .item {
        background-image: url(../mou/img/slider/top_slider5.jpg?20230901); } }
    @media only screen and (max-width: 767px), print {
      #mvSlider .slick-slide:nth-child(5) .item {
        background-image: url(../mou/img/slider/top_sp_slider5.jpg?20230901);
        background-position: left top; } }    
  #mvSlider .slick-dots {
    position: absolute;
    z-index: 99;
    bottom: 25px;
    right: 18px;
    width: auto; }
    #mvSlider .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 6px;
      border-radius: 50%;
      background-color: #fff; }
      #mvSlider .slick-dots li.slick-active {
        background-color: #111; }
      #mvSlider .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px; }
        #mvSlider .slick-dots li button:before {
          content: "";
          display: none; }

.wrap_cont_bg {
  background: #faf0d9; repeat left top; }

.sec_photo_house {
  position: relative; }
  .sec_photo_house .container {
    max-width: 1200px; }
  @media only screen and (min-width: 768px), print {
    .sec_photo_house {
      background: url(../mou/img/bg_photo_house2.png) no-repeat left top; } }
  .sec_photo_house .deco_photo_house01 {
    /*
    margin: -60px 0 0;
    */
  }  
  .sec_photo_house .list_plan {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
    @media only screen and (min-width: 768px), print {
    .sec_photo_house .list_plan {
        margin: 0 -8px; } }
    .sec_photo_house .list_plan li {
      float: left;
      /* width: 50%; */
      margin-top: 10px;
      padding: 0 5px; }
    @media only screen and (min-width: 768px), print {
        .sec_photo_house .list_plan li {
          margin-top: 20px;
          padding: 0 8px;
          /* width: 33.33333%; */ } }  
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .deco_photo_house01 {
        margin: 0 0 -25px -20px; } }
  .sec_photo_house .header_photo_house {
    margin: 10px 0 15px; }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .header_photo_house {
        margin: 0 0 20px; } }
  .sec_photo_house .ttl_photo_house {
    margin-top: 10px;
    width: 90%;
    margin: auto; }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .ttl_photo_house {
        margin-top: 0;
        margin-left: -28px;
        width: auto; } }
    .sec_photo_house .ttl_photo_house img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: auto; }
      @media only screen and (min-width: 768px), print {
        .sec_photo_house .ttl_photo_house img {
          margin-left: 0; } }
  .sec_photo_house .subttl_photo_house {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 25px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .sec_photo_house .subttl_photo_house {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .subttl_photo_house {
        margin-top: 40px;
        text-align: left; } }
  @media only screen and (min-width: 768px), print {
    .sec_photo_house .box_photo_house {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 768px), print {
    .sec_photo_house .box_photo_house .item._txt {
      position: relative;
      width: 100%;
      padding-top: 10px; } }
  @media only screen and (min-width: 768px), print {
    .sec_photo_house .box_photo_house .item._txt ._txt_inr {
      padding-left: 7%; } }
  .sec_photo_house .box_photo_house .item._txt ._txt_inr .txt_wide {
    text-align: center;
    /* for modan browser */
    text-shadow: 0px 2px 1px white,0px 1px 1px white,1px 1px 1px white,1px 0px 1px white,2px 0px 1px white,1px -1px 1px white,1px -2px 1px white,0px -2px 1px white,-1px -2px 1px white,-2px -2px 1px white,-2px -1px 1px white,-2px 0px 1px white,-2px 1px 1px white,-1px 1px 1px white;
    /* for IE */
    -webkit-filter: dropshadow(color=white, offx=0, offy=2, positive=1), dropshadow(color=white, offx=1, offy=1, positive=1), dropshadow(color=white, offx=1, offy=-1, positive=1), dropshadow(color=white, offx=0, offy=-2, positive=1), dropshadow(color=white, offx=-1, offy=-2, positive=1), dropshadow(color=white, offx=-2, offy=-1, positive=1), dropshadow(color=white, offx=-2, offy=1, positive=1), dropshadow(color=white, offx=-1, offy=1, positive=1);
    filter: dropshadow(color=white, offx=0, offy=2, positive=1), dropshadow(color=white, offx=1, offy=1, positive=1), dropshadow(color=white, offx=1, offy=-1, positive=1), dropshadow(color=white, offx=0, offy=-2, positive=1), dropshadow(color=white, offx=-1, offy=-2, positive=1), dropshadow(color=white, offx=-2, offy=-1, positive=1), dropshadow(color=white, offx=-2, offy=1, positive=1), dropshadow(color=white, offx=-1, offy=1, positive=1); }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .box_photo_house .item._txt ._txt_inr .txt_wide {
        text-align: left; } }
  .sec_photo_house .box_photo_house .item._img {
    margin-top: 20px; }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .box_photo_house .item._img {
        -ms-flex-item-align: center;
        align-self: center;
        width: 70%;
        margin-top: 0;
        margin-left: -20%;
        padding-top: 23px;
        text-align: right; } }
    @media only screen and (min-width: 1300px) {
      .sec_photo_house .box_photo_house .item._img {
        width: 75%;
        margin-left: -25%; } }
  .sec_photo_house .wrap_btn__basic {
    margin-top: 40px;
    margin-bottom: 40px;}
    .sec_photo_house .wrap_btn__basic .btn__basic a,
    .sec_photo_house .wrap_btn__basic .btn__basic span {
      font-weight: 700; }
    .sec_photo_house .wrap_btn__basic .btn__basic a {
      position: relative;
      background: #000A02; }
      .sec_photo_house .wrap_btn__basic .btn__basic a:after {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 26px;
        width: 68px;
        height: 41px;
        background-size: contain;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      @media only screen and (min-width: 768px), print {
        .sec_photo_house .wrap_btn__basic .btn__basic a:hover {
/*          background: #faf0d9;*/
          color: #fff; }
          .sec_photo_house .wrap_btn__basic .btn__basic a:hover:after {
            -webkit-animation: btn_click_me 0.3s linear forwards;
            animation: btn_click_me 0.3s linear forwards; }
        @-webkit-keyframes btn_click_me {
          0 {
            -webkit-transform: scale(1);
            transform: scale(1); }
          50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2); }
          100% {
            -webkit-transform: scale(1);
            transform: scale(1); } }
        @keyframes btn_click_me {
          0 {
            -webkit-transform: scale(1);
            transform: scale(1); }
          50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2); }
          100% {
            -webkit-transform: scale(1);
            transform: scale(1); } } }
    .sec_photo_house .wrap_btn__basic .btn__basic span {
      display: block;
      font-size: 10px; }
      @media only screen and (min-width: 768px), print {
        .sec_photo_house .wrap_btn__basic .btn__basic span {
          font-size: 11px; } }
  .sec_photo_house .btn_photo_house_pc {
    display: none; }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .btn_photo_house_pc {
        display: block;
        text-align: left; } }
  .sec_photo_house .btn_photo_house_sp {
    margin-top: 25px; }
    .sec_photo_house .btn_photo_house_sp .btn__basic {
      display: inline-block; }
    @media only screen and (min-width: 768px), print {
      .sec_photo_house .btn_photo_house_sp {
        display: none; } }

.sec_plane {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 60px;
  background-size: contain, 300%; }
  @media only screen and (min-width: 768px), print {
    .sec_plane {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 768px), print {
    .sec_plane {
      margin-top: 10px;
    } }
.sec_plane img {
  max-width: 100%; }  
  .sec_plane .ttl_plan {
    margin-bottom: 17px; }
  .sec_plane .list_plan {
    -js-display: flex;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
    @media only screen and (min-width: 768px), print {
      .sec_plane .list_plan {
        margin: 0 -8px; } }
    .sec_plane .list_plan li {
      float: left;
      width: 50%;
      margin-top: 10px;
      padding: 0 5px; }
    .sec_plane .list_photograph_plan li {
      float: left;
      width: 50%;
      margin-top: 10px;
      padding: 0 2px;
      text-align:center;}    
      @media only screen and (min-width: 768px), print {
        .sec_plane .list_plan li {
          margin-top: 20px;
          padding: 0 5px;
          width: 33.33333%;
          height: 100%;}
        .sec_plane .list_photograph_plan li {
          margin-top: 20px;
          padding: 0 8px;
          text-align:center; }        
      }
      /*
        .sec_plane .list_plan li:first-child {
          position: relative;
          margin-top: 0;
          text-align: center; }      
        .sec_plane .list_plan li:first-child:before {
          content: "";
          position: absolute;
          top: 0;
          left: -100%;
          right: -100%;
          bottom: 0;
          background-position: center 45%;
          background-repeat: repeat-x;
          background-size: auto 67px; }
      */
          @media only screen and (min-width: 576px), print {
            .sec_plane .list_plan li:first-child:before {
              background-size: auto 150px; } }
          @media only screen and (min-width: 768px), print {
            .sec_plane .list_plan li:first-child:before {
              background-position: center 59%;
              background-size: auto; } }      
      .sec_plane .list_plan li a, .sec_plane .list_photograph_plan li a {
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        display: block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }        
        .sec_plane .list_plan li a:hover, .sec_plane .list_photograph_plan li a:hover {
          -webkit-animation-name: pop;
          animation-name: pop;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          text-decoration: none; }

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
  .sec_plane .wrap_btn__basic {
    margin-top: 50px; }

.sec_special .list_special {
  overflow: hidden;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2); }
  .sec_special .list_special li {
    padding: 5px; }
    @media only screen and (min-width: 768px), print {
      .sec_special .list_special li {
        float: left;
        width: 33.33333%; } }
    .sec_special .list_special li:nth-child(1) a:after {
      background-image: url(../img/bg_special_about.jpg);
      background-position: center bottom; }
    .sec_special .list_special li:nth-child(2) a:after {
      background-image: url(../img/bg_special_original_kimono.jpg); }
    .sec_special .list_special li:nth-child(3) a:after {
      background-image: url(../img/bg_special_shooting_items.jpg); }
    .sec_special .list_special li a {
      overflow: hidden;
      position: relative;
      display: block;
      padding-top: 100%; }
      .sec_special .list_special li a:after {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover; }
      .sec_special .list_special li a:hover:after {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .sec_special .list_special li a:hover img {
        -webkit-transform: translate(-50%, -50%) rotate(-5deg);
        -ms-transform: translate(-50%, -50%) rotate(-5deg);
        transform: translate(-50%, -50%) rotate(-5deg); }
      .sec_special .list_special li a img {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.sec_news {
  padding: 60px 0;
  background:#e4dcca;
  background-size: 94px auto, 64px auto, cover; }
  @media only screen and (min-width: 768px), print {
    .sec_news {
      padding: 80px 0 100px; } }
  @media only screen and (min-width: 768px), print {
    .sec_news {
      background-size: auto, auto, cover; } }
  .sec_news .ttl_staff {
    margin-bottom: 33px; }
  
.sec_contact {
  padding: 5px 0;
  background-size: 94px auto, 64px auto, cover; }
  @media only screen and (min-width: 768px), print {
    .sec_contact {
      background-size: auto, auto, cover; } }
  .sec_contact .ttl_staff {
    margin-bottom: 33px; }  
  
.sec_shop {
  padding: 45px 0 105px;
  background:#6fb7cf;
  background-size: 53px auto, auto; }
  @media only screen and (min-width: 768px), print {
    .sec_shop {
      padding: 45px 0 110px; } }
  @media only screen and (min-width: 768px), print {
    .sec_shop {
      background-size: auto, auto; } }
  .sec_shop .ttl_shop {
    margin-bottom: 33px; }
  @media only screen and (min-width: 768px), print {
    .sec_shop .wrap_shop_detail {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .sec_shop .sec_shop_detail {
    padding: 25px 15px 30px;
    border-top: none; }
      
    @media only screen and (min-width: 768px), print {
      .sec_shop_detail_map {
        width: 70%;
        padding: 20px;
        border-left: none; } }
      .sec_shop .sec_shop_detail {
        width: 30%;
        padding: 20px;
        border-left: none; } }    
    .sec_shop .sec_shop_detail > a:hover {
      text-decoration: none; }
      .sec_shop .sec_shop_detail > a:hover .img_shop {
        top: -3px; }
    .sec_shop .sec_shop_detail .ttl_shop_detail {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.2em; }
      @media only screen and (max-width: 767px) {
      .sec_shop .sec_shop_detail {
        width: 100%;
        padding: 20px;
        border-left: none; } }              
        .sec_shop .sec_shop_detail .ttl_shop_detail {
          font-size: 16px;
          font-size: 1.6rem; } }
      .sec_shop .sec_shop_detail .ttl_shop_detail span {
        display: block;
        color: #fff;
        font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1; }
    .sec_shop .sec_shop_detail .img_shop {
      -webkit-transition-property: top;
      -o-transition-property: top;
      transition-property: top;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      position: relative;
      top: 0; }
    .sec_shop .sec_shop_detail .copy_shop {
      margin-top: 20px;
      color: #fff;
      font-weight: 700;
      text-align: center; }
    .sec_shop .sec_shop_detail .address_shop {
      margin-top: 0.5em;
      color: #fff;
      font-size: 11px;
      text-align: center; }
    .sec_shop .sec_shop_detail_map .address_shop {
      margin-top: 0.5em;
      color: #fff;
      font-size: 11px;
      text-align: center; }    
      @media only screen and (min-width: 768px), print {
        .sec_shop .sec_shop_detail .address_shop {
          font-size: 13px; } }
    .sec_shop .sec_shop_detail .list_insta {
      overflow: hidden;
      margin: 25px -2px 0; }
      .sec_shop .sec_shop_detail .list_insta li {
        float: left;
        padding: 0 2px;
        width: 33.33333%; }
    .sec_shop .sec_shop_detail .wrap_btn_shop {
          /* overflow: hidden; */
          margin-bottom: 30px; }
      @media only screen and (min-width: 480px), print {
        .sec_shop .sec_shop_detail .wrap_btn_shop {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: block; } }
      @media only screen and (min-width: 768px), print {
        .sec_shop .sec_shop_detail .wrap_btn_shop {
          display: block; } }
      /*
      @media only screen and (min-width: 1600px), print {
        .sec_shop .sec_shop_detail .wrap_btn_shop {
          -js-display: flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      */
      @media only screen and (min-width: 480px), print {
        .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
          flex: 1 0 0%;
          padding: 0 6px; } }
      .sec_shop .sec_shop_detail .wrap_btn_shop {
        margin-top: 10px; }
        @media only screen and (min-width: 480px), print {
          .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop._media {
            margin-top: 10px; } }
        @media only screen and (min-width: 768px), print {
          .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop._media {
            margin-top: 10px; } }
        @media only screen and (min-width: 1600px), print {
          .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop._media {
            margin-top: 10px; } }
        .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop._media a {
          color: #000A02; }
      .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop a {
        -webkit-transition-property: border-radius, background;
        -o-transition-property: border-radius, background;
        transition-property: border-radius, background;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        display: block;
        padding: 0 1em;
        border-radius: 3em;
        color: #fff;
        font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.1em;
        line-height: 1; }
        .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop a:hover {
          border-radius: 0;
          text-decoration: none; }
      .sec_shop .sec_shop_detail .wrap_btn_shop .btn_shop img {
        margin: 15px;
        vertical-align: middle; }
