@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gpthic ProN","Hiragino Kaku Gpthic Pro",メイリオ,Meiryo,sans-serif;
    */
  line-height: 2;
  height: 100%;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
}

p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 544px) {
  p {
    font-size: 1.6rem;
  }
}

button {
  padding: 0;
  border: none;
  background: none;
  font-size: 1rem;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
  font-size: 1rem;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 544px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 544px) {
  .only-sp {
    display: block;
  }
}

img.only-pc, span.only-pc {
  display: inline;
}

@media screen and (max-width: 544px) {
  img.only-pc, span.only-pc {
    display: none;
  }
}

img.only-sp, span.only-sp {
  display: none;
}

@media screen and (max-width: 544px) {
  img.only-sp, span.only-sp {
    display: inline;
  }
}

table.only-pc {
  display: table;
}

@media screen and (max-width: 544px) {
  table.only-pc {
    display: none;
  }
}

table.only-sp {
  display: none;
}

@media screen and (max-width: 544px) {
  table.only-sp {
    display: table;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.fw-bold {
  font-weight: bold;
}

.d-inline-block {
  display: inline-block;
}

.under-line {
  border-bottom: 3px solid #000;
  padding: 3px 0;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 544px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 544px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 544px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 544px) {
  .fs23 {
    font-size: 1.8rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}

.fs25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}

.fs27 {
  font-size: 2.7rem;
}

.fs28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 544px) {
  .fs28 {
    font-size: 2.5rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}

.fs30 {
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 544px) {
  .fs30 {
    font-size: 2rem;
  }
}

.fs31 {
  font-size: 3.1rem;
}

.fs32 {
  font-size: 3.2rem;
}

.fs33 {
  font-size: 3.3rem;
}

.fs34 {
  font-size: 3.4rem;
}

.fs35 {
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  .fs35 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 544px) {
  .fs35 {
    font-size: 2.2rem;
  }
}

.fs36 {
  font-size: 3.6rem;
}

.fs37 {
  font-size: 3.7rem;
}

.fs38 {
  font-size: 3.8rem;
}

.fs39 {
  font-size: 3.9rem;
}

.fs40 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .fs40 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 544px) {
  .fs40 {
    font-size: 2rem;
  }
}

.fs41 {
  font-size: 4.1rem;
}

.fs42 {
  font-size: 4.2rem;
}

.fs43 {
  font-size: 4.3rem;
}

.fs44 {
  font-size: 4.4rem;
}

.fs45 {
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .fs45 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 544px) {
  .fs45 {
    font-size: 2.4rem;
  }
}

.fs46 {
  font-size: 4.6rem;
}

.fs47 {
  font-size: 4.7rem;
}

.fs48 {
  font-size: 4.8rem;
}

.fs49 {
  font-size: 4.9rem;
}

.fs50 {
  font-size: 5rem;
}

/* responsive */
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .lh10 {
    line-height: 1.6 !important;
  }
}

@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 35px !important;
  }
}

.df-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 544px) {
  .df-column {
    display: block;
    text-align: left;
  }
}

.df-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1200px) {
  .df-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tx_C_L {
  text-align: center;
}

@media screen and (max-width: 544px) {
  .tx_C_L {
    text-align: left;
  }
}

.slick-next:before {
  content: '' !important;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/home/popup_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: 0.88 !important;
}

.slick-prev:before {
  content: '' !important;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/home/popup_left.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: 0.88 !important;
}

.slick-slide img {
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
}

.header .header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.3;
}

.header .header-bar .header-logo {
  max-height: 80px;
  max-width: 514px;
  margin-right: 20px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-bar .header-logo img {
  max-height: 80px;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .header-logo {
    height: 60px;
  }
  .header .header-bar .header-logo img {
    max-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-bar .header-logo {
    width: 35%;
  }
}

.header .header-bar .menu-open-btn {
  display: none;
  height: 80px;
}

.header .header-bar .menu-open-btn img {
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .menu-open-btn {
    display: block;
    height: 60px;
  }
}

.header .header-bar .global-menu {
  display: block;
  margin-right: 0;
  width: calc(65% - 20px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -100%;
    width: 350px;
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .header .header-bar .global-menu {
    width: 100%;
  }
}

.header .header-bar .global-menu nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header-bar .global-menu nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 1200px) {
  .header .header-bar .global-menu nav ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu nav ul {
    display: block;
    text-align: right;
    padding: 0 20px;
  }
}

.header .header-bar .global-menu nav ul li {
  margin-right: 20px;
  margin-bottom: 3px;
}

.header .header-bar .global-menu nav ul li:last-child {
  /*
                            background-color: $c_yellow;
                            display: inline-block;
                            padding: 5px 10px;
                            border: 2px solid #000;
                            border-radius: 7px;
                            */
  margin-right: 20px;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu nav ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu nav ul li:nth-child(5) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu nav ul li {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.header .header-bar .global-menu nav ul .sp_menu_sep {
  display: none;
  border-top: 2px solid #000;
  margin-bottom: 35px;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu nav ul .sp_menu_sep {
    display: block;
  }
}

.header .header-bar .global-menu .menu-close-btn-wrap {
  text-align: right;
  display: none;
  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  .header .header-bar .global-menu .menu-close-btn-wrap {
    display: block;
  }
}

.header .header-bar .global-menu .menu-close-btn-wrap .menu-close-btn {
  cursor: pointer;
  width: 60px;
}

.main {
  padding-top: 80px;
}

@media screen and (max-width: 1400px) {
  .main {
    padding-top: 60px;
  }
}

.footer {
  padding: 50px 15px;
}

.footer .container {
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 15px;
  }
}

.footer .footer-banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer hr {
  border-top: 3px solid #000;
}

.footer .footer-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer .footer-bar .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer .footer-bar .footer-links {
    margin-bottom: 10px;
  }
}

.footer .footer-bar .footer-links li:nth-child(2) {
  margin-left: 30px;
}

.footer .footer-bar .footer-links a {
  text-decoration: none;
}

.back-to-top {
  display: none;
  position: fixed;
  position: fixed;
  bottom: 190px;
  right: 20px;
  width: 70px;
  opacity: 0.85;
  cursor: pointer;
}

.back-to-top:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 80px;
    right: 10px;
    opacity: 0.9;
    width: 50px;
  }
}

#modal-overlay1 {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 50px 0;
}

#modal-overlay1 .modal-overlay-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 75px;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 1200px;
  max-height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #modal-overlay1 .modal-overlay-inner {
    padding: 10%;
  }
}

#modal-overlay1 .modal-overlay-inner .img-wrap {
  text-align: center;
  margin: 0 auto;
}

#modal-overlay1 .modal-overlay-inner .img-wrap img {
  max-height: 100%;
}

#modal-overlay1 .modal-close-btn {
  position: absolute;
  width: 25px;
  top: 10px;
  right: 15px;
}

#modal-overlay1 .modal-close-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #modal-overlay1 .modal-close-btn {
    top: 5px;
    right: 5px;
  }
}

#modal-overlay {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
    max-width: 1200px;
    width: 100%;
    padding: 100px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    */
  background-color: transparent;
}

#modal-overlay .modal-overlay-inner {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 1200px;
  width: 100%;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #modal-overlay .modal-overlay-inner {
    padding: 10%;
  }
}

#modal-overlay .modal-close-btn {
  position: absolute;
  width: 25px;
  top: 10px;
  right: 15px;
}

#modal-overlay .modal-close-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #modal-overlay .modal-close-btn {
    top: 5px;
    right: 5px;
  }
}

#slider {
  max-width: 800px;
  margin: auto;
}

.home #slick .slider-item img:last-child {
  display: none;
}

.home #slider {
  text-align: center;
}

.home #slider img {
  width: 100%;
  max-width: 650px;
  height: auto;
}

.home .fs50 {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .home .fs50 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 544px) {
  .home .fs50 {
    font-size: 2.4rem;
  }
}

.home .header-img {
  height: 500px;
  background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/home/header_top.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.home .header-img .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.home .header-img .container .text {
  text-shadow: 3px 3px 5px #000;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .home .header-img .container .contact-link {
    max-width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .home .header-img {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .home .header-img {
    height: 320px;
    background-size: cover;
  }
}

@media screen and (max-width: 544px) {
  .home .header-img {
    height: 250px;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .home .sec01 {
    display: none;
  }
}

.home .sec01 #slick .slick-slide {
  padding: 0px 10px;
}

.home .sec02 {
  background-color: #ffeb00;
}

.home .sec02 h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .home .sec02 h2 {
    line-height: 1 !important;
  }
}

.home .sec02 h2 img {
  max-width: 50px;
}

@media screen and (max-width: 768px) {
  .home .sec02 h2 img {
    max-width: 35px;
  }
}

@media screen and (max-width: 544px) {
  .home .sec02 h2 img {
    max-width: 30px;
  }
}

.home .sec02 .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 544px) {
  .home .sec02 .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home .sec02 .box-wrap .box {
  max-width: 375px;
  background-color: #f0f0f0;
  padding: 50px 20px;
  width: calc(50% - 15px);
}

.home .sec02 .box-wrap .box:first-child {
  margin-right: 30px;
}

.home .sec02 .box-wrap .box:last-child .label img {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .home .sec02 .box-wrap .box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 544px) {
  .home .sec02 .box-wrap .box {
    margin-right: 0 !important;
    margin-bottom: 30px;
    width: 100%;
  }
}

.home .sec02 .box-wrap .box .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.home .sec02 .box-wrap .box .img-wrap img {
  width: 100%;
}

.home .sec02 .box-wrap .box img {
  max-width: 250px;
}

.home .sec02 .box-wrap .box .gray-btn img {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 544px) {
  .home .sec02 .fs16 {
    text-align: left;
  }
}

.home .sec03 {
  background-color: #f0f0f0;
}

.home .sec03 .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .home .sec03 .box-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home .sec03 .box-wrap .box {
  max-width: 375px;
  width: calc(33.33% - 26.66px);
  background-color: #fff;
  margin-right: 40px;
  margin-bottom: 40px;
}

.home .sec03 .box-wrap .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .home .sec03 .box-wrap .box {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .home .sec03 .box-wrap .box:nth-of-type(3n) {
    margin-right: 30px;
  }
  .home .sec03 .box-wrap .box:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 544px) {
  .home .sec03 .box-wrap .box {
    width: 100%;
    margin-right: 0;
  }
  .home .sec03 .box-wrap .box:nth-of-type(3n) {
    margin-right: 0;
  }
  .home .sec03 .box-wrap .box:nth-of-type(2n) {
    margin-right: 0;
  }
}

.home .sec03 .box-wrap .box .box-inner {
  padding: 20px;
}

.home .sec03 .box-wrap .box .box-inner h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .sec03 .box-wrap .box .box-inner hr {
  border-top: 1px solid #d9d9d9;
}

.home .sec03 .box-wrap .box .box-inner .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .sec03 .box-wrap .box .box-inner li {
  list-style: disc !important;
}

.home .sec04 {
  background-color: #ffeb00;
}

.home .sec05 .box-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.home .sec05 .box-wrap .box {
  margin-top: -20px;
}

.home .sec05 .box-wrap .box:first-child {
  margin-top: 0;
}

.home .sec05 .box-wrap .box .box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #f0f0f0;
  border-radius: 7px;
  padding: 30px;
}

@media screen and (max-width: 544px) {
  .home .sec05 .box-wrap .box .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 544px) {
  .home .sec05 .box-wrap .box .box-inner .item h3 {
    text-align: center !important;
  }
}

.home .sec05 .box-wrap .box .box-inner .item:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home .sec05 .box-wrap .box .box-inner .item:nth-child(2) {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media screen and (max-width: 544px) {
  .home .sec05 .box-wrap .box .box-inner .item:nth-child(2) .pr5 {
    padding-right: 0 !important;
  }
}

.home .sec05 .box-wrap .box .box-inner .item:nth-child(2) .contact-link {
  text-decoration: underline !important;
}

.home .sec05 .box-wrap .box .box-inner .item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home .sec05 .box-wrap .box .box-inner .item p {
  text-align: left !important;
}

.home .sec05 .box-wrap .box .box-inner .img-num img {
  width: 50px;
}

.home .sec05 .box-wrap .box .box-inner .img-icon img {
  width: 80px;
}

.home .sec06 {
  background-color: #ffeb00;
}

.home .sec06 .under-text {
  font-size: 1.6rem;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 544px) {
  .home .sec06 .under-text {
    margin-top: 20px;
  }
}

.home .sec07 {
  background-color: #f0f0f0;
}

.home .sec07 .box {
  border-bottom: 1px solid #4c4d55;
  padding: 30px 0;
}

.home .sec07 .box .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home .sec07 .box .question .q-img {
  width: 55px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .home .sec07 .box .question .q-img {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .question .q-img {
    margin-right: 0;
  }
}

.home .sec07 .box .question .txt {
  width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
  .home .sec07 .box .question .txt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .question .txt {
    width: calc(100% - 60px);
    text-align: left;
    padding-left: 5px;
  }
}

.home .sec07 .box .question .ar-img {
  width: 45px;
  cursor: pointer;
}

.home .sec07 .box .question > span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .question > span:first-child {
    width: 100%;
  }
}

.home .sec07 .box .question > span:last-child {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home .sec07 .box .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .answer {
    display: block;
  }
}

.home .sec07 .box .answer .a-img {
  width: 55px;
  margin-right: 15px;
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .answer .a-img {
    margin-right: 0;
  }
}

.home .sec07 .box .answer .txt {
  width: calc(100% - 55px);
  margin-top: 10px;
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .answer .txt {
    width: 100%;
    margin-top: 0;
  }
}

.home .sec07 .box .answer .item {
  margin-bottom: 10px;
}

.home .sec07 .box .answer .item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .home .sec07 .box .answer .item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 544px) {
  .home .sec07 .box .answer .item:last-child {
    display: block;
  }
}

.home .sec07 .box .answer .item:last-child span:first-child {
  margin-right: 5px;
}

.home .sec08 {
  background-color: #ffeb00;
}

.home .slick-prev, .home .slick-next {
  width: 60px;
  height: 60px;
  z-index: 999;
  border-radius: 50%;
}

.home .slick-prev:hover, .home .slick-next:hover {
  opacity: 0.8;
}

.home .slick-prev {
  left: 100px;
}

@media screen and (max-width: 768px) {
  .home .slick-prev {
    left: 20px;
  }
}

.home .slick-next {
  right: 100px;
}

@media screen and (max-width: 768px) {
  .home .slick-next {
    right: 20px;
  }
}

.home .slick-slide li img {
  cursor: pointer;
  height: auto;
}

.home .slick-slide li img:hover {
  opacity: 0.5;
}

.home .sp-none {
  display: block;
}

@media screen and (max-width: 544px) {
  .home .sp-none {
    display: none;
  }
}

.home .sp-block {
  display: none;
}

@media screen and (max-width: 544px) {
  .home .sp-block {
    display: block;
  }
}

.home .f-left {
  float: left;
}

.home .f-clear {
  overflow: hidden;
}

#azukari .sec01 {
  background-color: #f0f0f0;
}

#azukari .sec01 h2 .under-line .icon img {
  max-width: 50px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #azukari .sec01 h2 .under-line .icon img {
    max-width: 35px;
  }
}

@media screen and (max-width: 544px) {
  #azukari .sec01 h2 .under-line .icon img {
    max-width: 30px;
  }
}

@media screen and (max-width: 768px) {
  #azukari .sec01 h2 .pb15 {
    padding-bottom: 8px !important;
  }
}

#azukari .sec02 {
  background-color: #ffeb00;
}

#azukari .sec02 .img-wrap {
  max-width: 880px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

#azukari .sec03 {
  background-color: #f0f0f0;
}

#azukari .sec03 .option-list {
  max-width: 880px;
  margin: 0 auto;
}

#azukari .sec03 .option-list .item {
  overflow: hidden;
  background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/azukari/line.png");
  background-repeat: repeat-x;
  background-position: center;
}

#azukari .sec03 .option-list .item p:first-child {
  float: left;
}

#azukari .sec03 .option-list .item p:last-child {
  float: right;
}

@media screen and (max-width: 900px) {
  #azukari .sec03 .option-list .item:nth-child(1), #azukari .sec03 .option-list .item:nth-child(2), #azukari .sec03 .option-list .item:nth-child(3), #azukari .sec03 .option-list .item:nth-child(4), #azukari .sec03 .option-list .item:nth-child(5) {
    background-image: none;
  }
}

@media screen and (max-width: 900px) {
  #azukari .sec03 .option-list .item:nth-child(1) p:first-child, #azukari .sec03 .option-list .item:nth-child(2) p:first-child, #azukari .sec03 .option-list .item:nth-child(3) p:first-child, #azukari .sec03 .option-list .item:nth-child(4) p:first-child, #azukari .sec03 .option-list .item:nth-child(5) p:first-child {
    float: none;
    line-height: 1.4;
  }
}

@media screen and (max-width: 900px) {
  #azukari .sec03 .option-list .item:nth-child(1) p:last-child, #azukari .sec03 .option-list .item:nth-child(2) p:last-child, #azukari .sec03 .option-list .item:nth-child(3) p:last-child, #azukari .sec03 .option-list .item:nth-child(4) p:last-child, #azukari .sec03 .option-list .item:nth-child(5) p:last-child {
    float: none;
    text-align: right;
    background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/azukari/line.png");
    background-repeat: repeat-x;
    background-position: center;
    margin-left: 20px;
  }
}

#azukari .sec03 .option-list .bg-gray {
  background-color: #f0f0f0;
}

#privacy-policy .sec01 {
  background-color: #f0f0f0;
}

#privacy-policy .sec01 .contact-link {
  text-decoration: underline !important;
}

#privacy-policy .sec02 {
  background-color: #f0f0f0;
}

#privacy-policy .sec02 .company div {
  background-image: url("https://plumphoto.tokyo/wp-content/themes/plum_photo/assets/img/azukari/line.png");
  background-repeat: repeat-x;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

#privacy-policy .sec02 .company div .bg-gray {
  background-color: #f0f0f0;
}

#jisseki .sec01 {
  background-color: #f0f0f0;
}

#jisseki .sec01 .btn-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 768px) {
  #jisseki .sec01 .btn-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 400px;
  }
}

#jisseki .sec01 .btn-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

#jisseki .sec01 .btn-menu li:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #jisseki .sec01 .btn-menu li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 10px);
    text-align: center;
    margin-bottom: 10px;
  }
  #jisseki .sec01 .btn-menu li:nth-of-type(2n) {
    margin-right: 0;
  }
}

#jisseki .sec01 .btn-menu li:hover {
  opacity: 0.5;
}

#jisseki .sec01 #append_target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

#jisseki .sec01 #append_target .swiper-slide {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 30px;
  cursor: pointer;
}

#jisseki .sec01 #append_target .swiper-slide:hover {
  opacity: 0.5;
}

#jisseki .sec01 #append_target .swiper-slide:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #jisseki .sec01 #append_target .swiper-slide {
    width: 48.5%;
    margin-bottom: 20px;
  }
  #jisseki .sec01 #append_target .swiper-slide:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 544px) {
  #jisseki .sec01 #append_target .swiper-slide {
    margin-bottom: 10px;
  }
}

#jisseki .sec01 #more-btn {
  cursor: pointer;
}

#jisseki .sec01 #more-btn:hover {
  opacity: 0.5;
}

#jisseki .sec01 #init-num, #jisseki .sec01 #add-num {
  display: none;
}

#jisseki #slider, #jisseki .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 640px;
  min-height: 400px;
}

#jisseki #slider .swiper-slide, #jisseki .swiper-container .swiper-slide {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#jisseki #slider .swiper-slide img, #jisseki .swiper-container .swiper-slide img {
  display: inline;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

#jisseki .swiper-button-next::after, #jisseki .swiper-button-prev::after {
  content: '';
}

#jisseki .swiper-button-next {
  right: 40px;
}

@media screen and (max-width: 768px) {
  #jisseki .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 544px) {
  #jisseki .swiper-button-next {
    right: 5px;
  }
}

#jisseki .swiper-button-prev {
  left: 40px;
}

@media screen and (max-width: 768px) {
  #jisseki .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 544px) {
  #jisseki .swiper-button-prev {
    left: 5px;
  }
}

#jisseki .swiper-slide-parent {
  position: relative;
  width: 100%;
}

#jisseki .swiper-slide-parent:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#jisseki .swiper-slide-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}

#contact .main {
  margin-top: 80px;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 60px;
}

#contact .main .iframe-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) {
  #contact .main {
    padding-top: 60px;
    margin-top: 60px !important;
  }
}