@charset "utf-8";

body {
  background-color: #000;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
/*調整クラス*/
.h200 {
  height: 200px;
}
.maxh50 {
  max-height: 50px;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-purple-lg {
  color: #a95cac;
  font-size: 1.0em;
  font-weight: bold;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-08em {
  font-size: 0.8em;
}
.f-1em {
  font-size: 1em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-responsive-s {
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
.f-responsive-l {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-100 {
  margin-left: 100px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
.indent1 {
  text-indent: 1em;
}
.hr-red {
  border-color: red;
}
h1.title1 {
  position: relative;
  /*display: inline-block;*/
  margin-bottom: 3em;
  text-align: center;
  font-size: 1.5em;
}
h1.title1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
  /*border-radius: 2px;*/
}

.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.sns-icon {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

/*ナビゲーション*/
header {
  /*background: rgba(0, 0, 0, 0.7);*/
  /*width: 100%;*/
  margin-bottom: 10px;
  padding: 10px 0 0;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 99999;*/
  /*height: 60px;*/
}
@media (max-width: 1199px) {
  header nav {
    display: none;
  }
}
nav ul {
  list-style: none;
  position: absolute;
  right: 4%;
  /*bottom: 16%;*/
  bottom: 2%;
}
nav ul li {
  display: inline-block;
}
nav ul li:after {
content: "|";
  display: inline;
  color: #fff;
}
nav ul li:last-child:after {
  display: none;
}
nav ul li a {
  width: 125px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
nav ul li a:hover {
  color: #e60012;
}
nav ul li span {
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
}
header nav {
  border-top: 1px #f00 solid;
  margin-top: 46px;
  height: 46px;
}
.icon-twitter {
  width: 50px;
  margin-right: 10px;
}
/*ここからハンバーガーメニュー*/
div.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*color: #000;*/
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
div.globalMenuSp ul {
    /*background: #ccc;*/
    background-color: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #333;*/
    border-bottom: 1px dotted #ccc;
}
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
div.globalMenuSp ul li a {
    display: block;
    /*color: #000;*/
    color: #fff;
    padding: 1em 0;
}
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    /*background: #666;*/
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ここまでハンバーガーメニュー*/

/*ページ共通*/
#copy {
  text-align: center;
  padding: 10px;
}
.page-title {
  margin-top: 20px;
  overflow: hidden;
}

/*index*/
#index-con1 .index-con1-box {
  background-color: #0d0d0d;
  /*height: 368px;*/
  padding: 20px;
}

/*index*/
#index-infomation {
  background-color: #000;
  padding: 30px 10px 10px;
}
#index-infomation .infomation-index-area {
  height: 410px;
  overflow: auto;
  margin-top: 10px;
}
#index-infomation .infomation-index-area .infomation-index-box {
  padding: 10px;
  border-bottom: 1px solid #7f7f7f;
  width: 100%;
}
#index-infomation .infomation-index-area .infomation-index-box .info-title {
  font-weight: bold;
}

/*subscription*/
#subscription .form-control {
  /*border: 1px solid #f00;*/
  border: none;
  background-color: #444;
  color: #fff;
}
.calendar input {
  width: 80%;
  display: inline-block;
}
.calendar img {
  cursor: pointer;
}
#subscription-flow #flow-visit img, #subscription-flow #flow-web img, #subscription-flow #flow-register img, #subscription-flow #flow-writing img {
  float: left;
  margin-right: 5px;
}
#subscription-flow #flow-visit .title, #subscription-flow #flow-web .title, #subscription-flow #flow-register .title, #subscription-flow #flow-writing .title {
  font-size: 1.3em;
  border-left: 1px #f00 solid;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #subscription-flow #flow-visit img, #subscription-flow #flow-web img, #subscription-flow #flow-register img, #subscription-flow #flow-writing img {
    float: none;
  }
}

/*contact*/
#contact .form-control {
  /*border: 1px solid #f00;*/
  border: none;
  background-color: #444;
  color: #fff;
}

/*beginner*/
#beginner-con1 {
  margin-top: 20px;
  background: url(../img/bg_beginner_con1.png) no-repeat right;
}
#beginner-con1 .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5em;
}
#beginner-con2 {
  margin-top: 50px;
}
#beginner-con2 .title {
  line-height: 2.5em;
  border-top: 2px #f00 dashed;
  border-bottom: 2px #f00 dashed;
  font-size: 1.5em;
  display: inline-block;
}
#beginner-con2 .li01 {
  background: url(../img/bg_beginner_01.png) no-repeat right;
  padding: 20px 0;
  min-height: 150px;
}
#beginner-con2 .li02 {
  background: url(../img/bg_beginner_02.png) no-repeat right;
  padding: 20px 0 20px 50px;
  min-height: 150px;
}
#beginner-con2 .li03 {
  background: url(../img/bg_beginner_03.png) no-repeat right;
  padding: 20px 0;
  min-height: 150px;
}
#beginner-con2 .li04 {
  background: url(../img/bg_beginner_04.png) no-repeat right;
  padding: 20px 0 20px 50px;
  min-height: 150px;
}
#beginner-con2 .li05 {
  background: url(../img/bg_beginner_05.png) no-repeat right;
  padding: 20px 0;
  min-height: 150px;
}
#beginner-con2 .li01 img, #beginner-con2 .li02 img, #beginner-con2 .li03 img, #beginner-con2 .li04 img, #beginner-con2 .li05 img {
  float: left;
  margin-right: 10px;
}
#beginner-con2 .li01 span, #beginner-con2 .li02 span, #beginner-con2 .li03 span, #beginner-con2 .li04 span, #beginner-con2 .li05 span {
  font-size: 1.5em;
  color: #f00;
}

/*guide*/
#guide-con1 {
  margin-top: 20px;
}
#guide-con1 .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5em;
}
#guide-con2 {
  margin-top: 50px;
}
#guide-con2 .title {
  line-height: 2.5em;
  border-top: 2px #f00 dashed;
  border-bottom: 2px #f00 dashed;
  font-size: 1.5em;
  display: inline-block;
}
#guide-con2 .li01 {
  background: url(../img/bg_guide_01.jpg) no-repeat right;
  padding: 20px;
  min-height: 251px;
}
#guide-con2 .li02 {
  background: url(../img/bg_guide_02.png) no-repeat right;
  padding: 20px;
  min-height: 251px;
}
#guide-con2 .li03 {
  background: url(../img/bg_guide_03.png) no-repeat right;
  padding: 20px;
  min-height: 251px;
}
#guide-con2 .li04 {
  background: url(../img/bg_guide_04.png) no-repeat right;
  padding: 20px;
  min-height: 251px;
}
#guide-con2 .li05 {
  background: url(../img/bg_guide_05.png) no-repeat right;
  padding: 20px;
  min-height: 251px;
}
#guide-con2 .li01 .li-title, #guide-con2 .li02 .li-title, #guide-con2 .li03 .li-title, #guide-con2 .li04 .li-title, #guide-con2 .li05 .li-title {
  color: #f00;
  font-size: 1.3em;
}

/*visit*/
#visit-con1 {
  margin-top: 20px;
}
#visit-con1 .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5em;
}
#visit-con2 {
  margin-top: 50px;
}
#visit-con2 .title {
  line-height: 2.5em;
  border-top: 2px #f00 dashed;
  border-bottom: 2px #f00 dashed;
  font-size: 1.5em;
  display: inline-block;
}

/*photos*/
#photos-con1 {
  margin-top: 20px;
}
#photos-con1 .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5em;
}
#photos-con2 {
  margin-top: 50px;
}
#photos-con2 .title {
  line-height: 2.5em;
  border-top: 2px #f00 dashed;
  border-bottom: 2px #f00 dashed;
  font-size: 1.5em;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
}