@charset "UTF-8";
/*=============================================================================================================================================
===============================================================================================================================================

===============================================================================================================================================
=============================================================================================================================================*/
@font-face {
  font-family: mymincho;
  src: local("游明朝 Regular"), local("Yu Mincho Regular"), local("游明朝"), local("Yu Mincho"), local("YuMincho"), local("ヒラギノ明朝 ProN W3"), local("Hiragino Mincho ProN"), local("HGS明朝E"), local("HGSMinchoE"), local("ＭＳ Ｐ明朝"), local("ＭＳ 明朝");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP"), url(../fonts/NotoSansCJKjp-Thin.eot), url(../fonts/NotoSansCJKjp-Thin.woff) format("woff");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans CJK JP"), url(../fonts/NotoSansCJKjp-Light.woff) format("woff");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"), url(../fonts/NotoSansCJKjp-DemiLight.woff) format("woff");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","YuGothic","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli',"Noto Sans Japanese","Helvetica Neue",Helvetica,Arial, "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","YuGothic","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222222;
}

h1 {
  font-size: 28px;
  font-weight: 200;
}

h2 {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: normal;
}

h3 {
  font-size: 21px;
  font-weight: normal;
}

h4 {
  font-size: 18px;
  font-weight: 200;
}

h5 {
  font-size: 16px;
  font-weight: 200;
}

h6 {
  font-size: 16px;
  font-weight: 200;
}

p,
dt,
dd,
th,
td,
li,
div,
section {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  color: #444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  p,
  dt,
  dd,
  th,
  td,
  li,
  div,
  section {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
  }
}

.serif {
  font-family: "Times New Roman", mymincho, serif;
  font-weight: normal;
}

.gold {
  color: #c98f69;
}

.white {
  color: #ffffff;
}

figcaption {
  font-size: 14px;
}

p {
  max-width: 960px;
  margin: 0 auto 2em auto;
  display: block;
  line-height: 2;
}

p.intro {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
}

span.dash {
  letter-spacing: -0.2em;
  padding: 0 10px 0 0;
}

.center {
  text-align: center;
  margin: 0 auto 2em auto;
}

/*=============================================================================================================================================

language

=============================================================================================================================================*/
@media screen and (min-width: 767px) {
    #siteHeader #language {
        float: right;
        position: relative;
        z-index: 9999;
        width: 140px;
        padding: 12px 0 0 0;
        background-color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.50);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #siteHeader #language.active {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }

    #siteHeader #language p {
        font-size: 14px;
        line-height: 32px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: normal;
        padding: 0 40px 0 15px;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: rgba(201, 143, 105, 1);
    }

    #siteHeader #language p:hover,
    #siteHeader #language p.active {
        color: #c98f69;
    }

    #siteHeader #language p:before {
      /*
        content: "";
        width: 8px;
        height: 8px;
        border-right: 1px solid rgba(201, 143, 105, 1);
        border-bottom: 1px solid rgba(201, 143, 105, 1);
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 50%;
        margin: -5px 0 0 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        */
        
        content: url(../svg/language.svg);
        width: 20px;
        height: 20px;
        position: absolute;
        /*right: 5px;*/
        right: 60px;
        top: 5px;
        
    }

    #siteHeader #language p:hover:before,
    #siteHeader #language p.active:before {
        /*
        border-right: 1px solid #c98f69;
        border-bottom: 1px solid #c98f69;
        */
    }

    #siteHeader #language ul {
        display: none;
        padding: 0 0 10px 0;
    }

    #siteHeader #language ul li {
        font-size: 13px;
        letter-spacing: normal;
    }

    #siteHeader #language ul li.current .notURL {
        color: #c98f69;
        position: relative;
    }

    #siteHeader #language ul li.current .notURL:before {
        content: "";
        width: 4px;
        height: 4px;
        border-right: 2px solid #c98f69;
        border-top: 2px solid #c98f69;
        position: absolute;
        z-index: 100;
        left: 15px;
        top: 50%;
        margin: -3px 0 0 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #siteHeader #language ul li .notURL {
        padding: 0 0 0 30px;
        display: block;
        color: #aaa;
    }

    #siteHeader #language ul li a {
        display: block;
        text-decoration: none;
        color: #c98f69;
        position: relative;
        padding: 0 0 0 30px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #siteHeader #language ul li a:hover,
    #siteHeader #language ul li.current a {
        color: #c98f69;
    }

    #siteHeader #language ul li a:before {
        content: "";
        width: 4px;
        height: 4px;
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        position: absolute;
        z-index: 100;
        left: 15px;
        top: 50%;
        margin: -3px 0 0 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #siteHeader #language ul li a:hover:before,
    #siteHeader #language ul li.current a:before {
        border-right: 2px solid #c98f69;
        border-top: 2px solid #c98f69;
    }
}

@media screen and (max-width: 766px) {
    #siteHeader #language {
      float: right;
      position: relative;
      z-index: 9999;
      width: 100px;
      padding: 12px 0 0 0;
      background-color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
    }
    #siteHeader #language.active {
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }
    #siteHeader #language p {
      font-size: 12px;
      line-height: 32px;
      height: 32px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      letter-spacing: normal;
      padding: 0 40px 0 15px;
      position: relative;
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      color: #c98f69;
    }
    #siteHeader #language p span {
      display: none;
    }
    #siteHeader #language p:before {
      content: url(../svg/language.svg);
      width: 20px;
      height: 20px;
      position: absolute;
      right: 5px;
      top: 5px;
    }
    #siteHeader #language ul {
      display: none;
      padding: 0 0 10px 0;
    }
    #siteHeader #language ul li {
      font-size: 13px;
      line-height: 30px;
      letter-spacing: normal;
    }
    #siteHeader #language ul li.current .notURL {
      display: block;
      color: #c98f69;
      padding: 0 0 0 30px;
      position: relative;
    }
    #siteHeader #language ul li.current .notURL:before {
      content: "";
      width: 4px;
      height: 4px;
      border-right: 2px solid #c98f69;
      border-top: 2px solid #c98f69;
      position: absolute;
      z-index: 100;
      left: 15px;
      top: 50%;
      margin: -3px 0 0 0;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
    #siteHeader #language ul li a {
      display: block;
      text-decoration: none;
      color: #c98f69;
      position: relative;
      padding: 0 0 0 30px;
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
    }
    #siteHeader #language ul li .notURL {
      padding: 0 0 0 30px;
      display: block;
      color: #aaa;
    }

    #siteHeader #language ul li a:before {
      content: "";
      width: 4px;
      height: 4px;
      border-right: 2px solid #ffffff;
      border-top: 2px solid #ffffff;
      position: absolute;
      z-index: 100;
      left: 15px;
      top: 50%;
      margin: -3px 0 0 0;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }

    #siteHeader #language ul li.current a:before {
      border-right: 2px solid #c98f69;
      border-top: 2px solid #c98f69;
    }
}

/*=============================================================================================================================================

h1

=============================================================================================================================================*/
#pageHeader h1 {
  font-weight: 200;
  font-size: 21px;
}
@media screen and (max-width: 766px) {
  #pageHeader h1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
  }
}

h1.pageTitle {
  text-align: center;
  padding: 4vw 0 1.5vw 0;
  line-height: 1.25;
  letter-spacing: 0.1em;
  position: relative;
  color: #c98f69;
  font-weight: 200;
  display: block;
  font-size: 21px;
}
h1.pageTitle.white {
  color: #ffffff;
}
h1.pageTitle.white a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
h1.pageTitle.black {
  color: #222222;
}
h1.pageTitle.black a {
  display: inline-block;
  text-decoration: none;
  color: #222222;
}
h1.pageTitle a {
  display: inline-block;
  text-decoration: none;
  color: #c98f69;
}
h1.pageTitle a span {
  width: auto;
  display: block;
  font-size: 13px;
  margin: 0 auto;
  padding: 0 0 0 0;
  line-height: 30px;
  letter-spacing: normal;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 766px) {
  h1.pageTitle {
    padding: 10vw 0 3vw 0;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: normal;
  }
}

h2.catchcopy {
  text-align: center;
  font-size: 32px;
  font-size: 2.4vw;
  padding: 4vw 0 4vw 0;
  margin: 0;
  font-stretch: normal;
  color: #c98f69;
  letter-spacing: 0.1em;
  font-weight: 100;
}
h2.catchcopy.white {
  color: #ffffff;
}
h2.catchcopy.black {
  color: #222222;
}
@media screen and (max-width: 766px) {
  h2.catchcopy {
    padding: 10vw 0 10vw 0;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: normal;
  }
}

h1.pageTitle + h2.catchcopy {
  padding: 0 0 4vw 0;
  margin-top: -1vw;
}

h1.pageTitle + h2.blockTitle {
  padding: 0 0;
  margin-top: -1%;
}

h2.blockTitle {
  text-align: center;
  font-size: 21px;
  font-size: 1.6vw;
  padding: 0 0 2vw 0;
  margin: 0;
  font-stretch: normal;
  color: #c98f69;
  letter-spacing: normal;
  font-weight: 100;
}
h2.blockTitle.white {
  color: #ffffff;
}
@media screen and (max-width: 766px) {
  h2.blockTitle {
    padding: 0vw 0 5vw 0;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 767px) and (max-width: 1312px) {
  h2.blockTitle {
    font-size: 21px;
    font-weight: 200;
  }
}

.drawer-menu .inner div h5 {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .photoTitle h1 {
    font-size: 23px;
  }

  .drawer-menu .inner div h5 {
    font-size: 13px;
  }

  .drawer-menu .inner div li {
    font-size: 13px;
  }

  h4 {
    font-size: 14px;
    font-weight: 200;
  }

  h5 {
    font-size: 15px;
    font-weight: 200;
  }
}
@media screen and (min-width: 1500px) {
  h2.blockTitle {
    font-size: 24px;
  }
}
.v14 {
  font-size: 1.4vw;
  font-weight: 100;
}
@media screen and (max-width: 766px) {
  .v14 {
    font-size: 16px;
    font-weight: 200;
  }
}
@media screen and (min-width: 767px) and (max-width: 1285px) {
  .v14 {
    font-size: 18px;
    font-weight: 200;
  }
}

.v16 {
  font-size: 1.6vw;
  font-weight: 100;
}
@media screen and (max-width: 766px) {
  .v16 {
    font-size: 18px;
    font-weight: 200;
  }
}
@media screen and (min-width: 767px) and (max-width: 1312px) {
  .v16 {
    font-size: 21px;
    font-weight: 200;
  }
}

