@charset "UTF-8";
/* DLIGHT */
.dm {
}

#page-header .ph--en-tt,
#page-header .ph--en-read,
.menu--read h2,
.menu--read .sec-read p {
  text-shadow:
    0px 0px 15px rgba(0, 0, 0, 1),
    0px 0px 30px rgba(0, 0, 0, 1),
    0px 0px 60px rgba(0, 0, 0, 1);
}

.menu--slider .swiper-pagination-bullet {
  background: #FFF;
}
.menu--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #886953;
}

@media (max-width: 768px) {
  
  body.label-courseguide #page-header {
    padding: 100px 0 30px;
  }
  
  .menu--hd-bg {
    position: relative;
    /*! background-image: url(../img/menu/menu_hd_bg_sp.jpg); */
    /*! background-size: cover; */
    /*! background-position: center top; */
    padding: 100px 0;
  }

  .menu--hd-read {
    text-align: center;
  }
  .menu--hd-read p + p {
    margin-top: 30px;
  }
  .menu--hd-read h2 {
    line-height: 1.4;
  }
  
  /* menu */
  /* ============================== */
  #menu {
    position: relative;
    margin: auto;
  }
  .menu--inner {
    margin: auto;
  }

  .menu--inner .colum-l {
    padding: 80px 0;
  }
  .menu--txt {
    text-align: center;
  }
  .menu--txt-tt {
    font-size: var(--fs21);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
  }
  .menu--txt-price {
    font-size: var(--fs30);
    line-height: 1;
    margin-bottom: 30px;
  }
  .menu--txt-price span {
    font-size: var(--fs18);
  }
  .menu--txt-service {
    font-size: var(--fs16);
    margin-bottom: 30px;
  }
  .menu--txt-water {
    font-size: var(--fs12);
    font-feature-settings: 'palt' 1;
    line-height: 1.6;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 60px;
  }
  .menu--txt-btn {
    width: 78%;
    margin: 0 auto 20px;
  }
  .menu--txt-btn .btn-normal {
    width: 100%;
  }
  .menu--txt-btn > div + div {
    margin-top: 20px;
  }
  .menu--txt-note {
    font-size: var(--fs12);
  }

  .menu--inner .colum-r {
    width: 100%;
  }
  
  
  /* courseguide */
  /* ============================== */
  #courseguid {
    /*! padding: 100px 0 0; */
  }
  .cg--item + .cg--item {
    margin-top: 80px;
  }
  .cg--item {
    width: 80%;
    margin: auto;
  }
  .cg--item-ph {
    width: 100%;
    margin: 0 auto 30px;;
  }
  .cg--item h3 {
    font-size: var(--fs18);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    margin-bottom: 10px;
  }
  .cg--item-read p {
    font-size: var(--fs11);
    text-align: justify;
    line-height: 2;
  }
  
  
  /* anpan */
  /* ============================== */
  body:has(#anpan).scrollOn #site-header {
    background-color: initial;
  }
  body:has(#anpan) {
    background-color: #FFF;
    color: #222;
  }
  .anpan--hd-bg {
    margin-bottom: 80px;
  }
  #pid-anpan .ph--en-tt {
    font-size: var(--fs30);
    text-shadow: none;
  }
  .anpan--hd-read {
    text-align: center;
  }
  .anpan--hd-read .sec-header h2 {
    font-size: var(--fs21);
    line-height: 1.7;
  }
  .anpan--hd-read .sec-read {
    line-height: 2;
  }
  .anpan--item {
    text-align: center;
  }
  .anpan--item + .anpan--item {
    margin-top: 60px;
  }
  .anpan--item-ph {
    width: 150px;
    margin: 0 auto 30px;
  }
  .anpan--item h3 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
  }
  .anpan--item h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 0;
    bottom: -12px;
  }
  .anpan--item-read {
    text-align: center;
  }
  
  .anpan--make {
    width: max-content;
    max-width: 90%;
    margin: 80px auto 0;
    border: 1px solid #111;
  }
  .anpan--make-inner {
    padding: 30px 15px;
  }
  .anpan--make h3 {
    font-size: var(--fs18);
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  .anpan--make ol {
    margin: 0;
    padding: 0;
  }
  .anpan--make ol li {
    font-size: var(--fs12);
    text-indent: -1em;
    margin-left: 1em;
  }
  .anpan--make ol li + li {
    margin-top: 10px;
  }
  
  body:has(#anpan) .sf--copyright-txt {
    color: #111;
  }
  body:has(#anpan) #wrapper::after {
    display: none;
  }
  
}

@media (min-width: 769px) {
  
  #page-header {
    padding-bottom: 180px;
  }
  body.label-courseguide #page-header {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  
  .menu--hd-bg {
    position: relative;
    /*! background-image: url(../img/menu/menu_hd_bg.jpg); */
    /*! background-size: cover; */
    /*! background-position: center top; */
    padding: 120px 0;
  }

  .menu--hd-read {
    text-align: center;
  }
  .menu--hd-read p + p {
    margin-top: 30px;
  }
  .menu--hd-read h2 {
    line-height: 1.6;
  }

  /* menu */
  /* ============================== */
  #menu {
    position: relative;
    margin: auto;
  }
  .menu--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1752px;
    margin: auto;
    padding: 0 10.5% 0 0;
  }

  .menu--inner .colum-l {
    width: 25%;
    order: 2;
  }
  .menu--txt {
    text-align: center;
  }
  .menu--txt-tt {
    font-size: var(--fs24);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
  }
  .menu--txt-price {
    font-size: var(--fs30);
    line-height: 1;
    margin-bottom: 30px;
  }
  .menu--txt-price span {
    font-size: var(--fs16);
  }
  .menu--txt-service {
    font-size: var(--fs18);
    margin-bottom: 30px;
  }
  .menu--txt-water {
    font-size: var(--fs13);
    font-feature-settings: 'palt' 1;
    line-height: 1.6;
    /*! text-indent: -1em; */
    /*! margin-left: 1em; */
    margin-bottom: 60px;
  }
  .menu--txt-btn {
    width: 78%;
    margin: 0 auto 20px;
  }
  .menu--txt-btn .btn-normal {
    width: 100%;
  }
  .menu--txt-btn > div + div {
    margin-top: 20px;
  }
  .menu--txt-note {
    font-size: var(--fs12);
  }

  .menu--inner .colum-r {
    width: 70%;
    overflow: hidden;
    order: 1;
  }
  
  
  /* courseguide */
  /* ============================== */
  #courseguid {
    /*! padding: 200px 0 0; */
  }
  .cg--item {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto;
  }
  .cg--item + .cg--item {
    margin-top: 150px;
  }
  .cg--item-ph {
    width: 500px;
  }
  .cg--item-txt {
    width: 550px;
  }
  .cg--item h3 {
    font-size: var(--fs28);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    margin-bottom: 20px;
  }
  .cg--item-read {
    text-align: center;
    line-height: 2.5;
  }
  
  
  /* anpan */
  /* ============================== */
  body:has(#anpan) {
    background-color: #FFF;
    color: #222;
  }
  .anpan--hd-bg {
    margin-bottom: 150px;
  }
  #pid-anpan .ph--en-tt {
    font-size: var(--fs46);
    text-shadow: none;
  }
  .anpan--hd-read {
    text-align: center;
  }
  .anpan--hd-read .sec-header h2 {
    font-size: var(--fs32);
    line-height: 1.7;
  }
  .anpan--hd-read .sec-read {
    font-size: var(--fs21);
    line-height: 2;
  }
  .anpan--item {
    text-align: center;
  }
  .anpan--item + .anpan--item {
    margin-top: 100px;
  }
  .anpan--item-ph {
    width: 240px;
    margin: 0 auto 30px;
  }
  .anpan--item h3 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
  }
  .anpan--item h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 0;
    bottom: -12px;
  }
  .anpan--item-read {
    text-align: center;
  }
  
  .anpan--make {
    width: max-content;
    margin: 80px auto 0;
    border: 1px solid #111;
  }
  .anpan--make-inner {
    padding: 50px;
  }
  .anpan--make h3 {
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  .anpan--make ol {
    margin: 0;
    padding: 0;
  }
  .anpan--make ol li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .anpan--make ol li + li {
    margin-top: 10px;
  }
  
  body:has(#anpan) .sf--copyright-txt {
    color: #111;
  }
  body:has(#anpan) #wrapper::after {
    display: none;
  }
  
}

