@charset "UTF-8"; /**/
header {
  width: 100%;
  height: 100px;
  /* margin-bottom: 20px; */
}

header p {
  font-size: 20px;
  color: black;
  width: 100%;
  text-align: center;
  line-height: 100px;
}

.wrapper {
  -webkit-font-smoothing: antialiased;
}

.content {
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
}

.unit-wrapper {
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
}

.unit-base {
  width: 100%;
  margin: 0 auto 0 auto;
  padding-bottom: 50px;
  max-width: 1760px;
}

.unit-margin-0 .unit-base {
  padding-bottom: 0;
}

.unit-margin-1 .unit-base {
}

.unit-margin-5px .unit-base {
  padding-bottom: 5px;
}

.unit-margin-10px .unit-base {
  padding-bottom: 10px;
}

.unit-margin-15px .unit-base {
  padding-bottom: 15px;
}

.unit-margin-20px .unit-base {
  padding-bottom: 20px;
}

.unit-margin-25px .unit-base {
  padding-bottom: 25px;
}

.unit-margin-30px .unit-base {
  padding-bottom: 30px;
}

.unit-margin-35px .unit-base {
  padding-bottom: 35px;
}

.unit-margin-40px .unit-base {
  padding-bottom: 40px;
}

.unit-margin-45px .unit-base {
  padding-bottom: 45px;
}

.unit-margin-50px .unit-base {
  padding-bottom: 50px;
}

.unit-base-full {
  max-width: initial;
}

.hover-button {
  transition: filter 0.7s ease;
  filter: brightness(1);
}

.hover-effect-on:hover {
  transition: filter 0.1s ease;
  filter: brightness(1.4) invert(8%);
}

a {
  color: inherit;
}

.container {
  width: 100%;
}

.container .comment {
  opacity: 0.4;
  line-height: 1.6;
  font-size: 12px;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 120px 150px 120px;
}

.container .comment dt.comment-list {
  float: left;
  /* padding-right: 10px; */
  padding-bottom: 10px;
}

.container .comment dd.comment-list {
  padding-left: 35px;
  padding-bottom: 10px;
}

.fontfamily-id-1 {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.fontfamily-id-2 {
  -webkit-font-smoothing: antialiased;
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.fontfamily-id-3 {
  -webkit-font-smoothing: antialiased;
  font-family: "Rounded Mplus 1c", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.fontfamily-id-4 {
  -webkit-font-smoothing: antialiased;
  font-family: "Hannari", Georgia, "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-5 {
  -webkit-font-smoothing: antialiased;
  font-family: "Kokoro", Georgia, "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-6 {
  -webkit-font-smoothing: antialiased;
  font-family: "Sawarabi Mincho", Georgia, "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
}

.fontfamily-id-7 {
  -webkit-font-smoothing: antialiased;
  font-family: "Sawarabi Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.fontfamily-id-8 {
  -webkit-font-smoothing: antialiased;
  font-family: "Nikukyu", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.fontfamily-id-9 {
  -webkit-font-smoothing: antialiased;
  font-family: "Nico Moji", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium",
    "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, sans-serif;
}

.theme-4 .fancybox-radius .fancybox-skin {
  border-radius: 20px;
}

.theme-4 .fancybox-radius .fancybox-image {
  border-radius: 20px;
}

.fancybox-radius .fancybox-radius-close {
  position: relative;
  width: 30px;
  position: absolute;
  top: -40px;
  right: 10px;
  cursor: pointer;
}

.fancybox-radius .fancybox-radius-close img {
  width: 100%;
}

.dummy-page .container {
  margin-left: 0;
}

.cms-content .container {
  margin-left: 0;
}

.cms-content header {
  display: none;
}

.cms-content footer {
  display: none;
}

@media screen and (max-width: 767px) {
  #size-detect {
    font-family: "sp";
  }

  header {
    position: static;
    /* 追加170705 */
  }

  header p {
    line-height: 60px;
  }

  /* .container {
        padding-top: 60px;
    } */
  header .sp-text {
    display: block;
  }

  header .tab-normal-text {
    display: none;
  }

  header .tab-large-text {
    display: none;
  }

  header .pc-small-text {
    display: none;
  }

  header .pc-normal-text {
    display: none;
  }

  header .pc-large-text {
    display: none;
  }

  .container .comment {
    padding: 0 14px 120px 14px;
    font-size: 9px;
  }

  .container .comment dt.comment-list {
    padding-right: 0px;
  }

  .container .comment dd.comment-list {
    padding-left: 30px;
    padding-bottom: 10px;
  }

  br.br-sp {
    display: inline;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #size-detect {
    font-family: "tab-normal";
  }

  header {
    position: static;
  }

  .container {
    width: auto;
  }

  header .sp-text {
    display: none;
  }

  header .tab-normal-text {
    display: block;
  }

  header .tab-large-text {
    display: none;
  }

  header .pc-small-text {
    display: none;
  }

  header .pc-normal-text {
    display: none;
  }

  header .pc-large-text {
    display: none;
  }

  .container .comment {
    max-width: 1760px;
    padding: 0 40px 120px 40px;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: inline;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #size-detect {
    font-family: "tab-large";
  }

  header {
    position: static;
  }

  .container {
    width: auto;
  }

  header .sp-text {
    display: none;
  }

  header .tab-normal-text {
    display: none;
  }

  header .tab-large-text {
    display: block;
  }

  header .pc-small-text {
    display: none;
  }

  header .pc-normal-text {
    display: none;
  }

  header .pc-large-text {
    display: none;
  }

  .container .comment {
    max-width: 1760px;
    padding: 0 80px 120px 80px;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: inline;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1519px) {
  #size-detect {
    font-family: "pc-small";
  }

  header .sp-text {
    display: none;
  }

  header .tab-normal-text {
    display: none;
  }

  header .tab-large-text {
    display: none;
  }

  header .pc-small-text {
    display: block;
  }

  header .pc-normal-text {
    display: none;
  }

  header .pc-large-text {
    display: none;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: inline;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: none;
  }

  .container {
    width: auto;
  }
}

@media screen and (max-width: 1759px) and (min-width: 1520px) {
  #size-detect {
    font-family: "pc-normal";
  }

  header {
    height: 100%;
    margin: 0;
    border-bottom: initial;
    border-right: solid 1px black;
    position: fixed;
  }
  /*
    .container {
        width: auto;
        margin-left: 240px;
    }
*/
  .no-header {
    margin-left: 0;
  }

  header .sp-text {
    display: none;
  }

  header .tab-normal-text {
    display: none;
  }

  header .tab-large-text {
    display: none;
  }

  header .pc-small-text {
    display: none;
  }

  header .pc-normal-text {
    display: block;
  }

  header .pc-large-text {
    display: none;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: inline;
  }

  br.br-pc-large {
    display: none;
  }
}

@media screen and (min-width: 1760px) {
  #size-detect {
    font-family: "pc-large";
  }

  header {
    height: 100%;
    margin: 0;
    border-bottom: initial;
    border-right: solid 1px black;
    position: fixed;
  }
  /*
    .container {
        margin-left: 240px;
        width: auto;
    }
*/
  .no-header {
    margin-left: 0;
  }

  header .sp-text {
    display: none;
  }

  header .tab-normal-text {
    display: none;
  }

  header .tab-large-text {
    display: none;
  }

  header .pc-small-text {
    display: none;
  }

  header .pc-normal-text {
    display: none;
  }

  header .pc-large-text {
    display: block;
  }

  br.br-sp {
    display: none;
  }

  br.br-tab-normal {
    display: none;
  }

  br.br-tab-large {
    display: none;
  }

  br.br-pc-small {
    display: none;
  }

  br.br-pc-normal {
    display: none;
  }

  br.br-pc-large {
    display: inline;
  }
}
