/* font-family: 'Noto Sans Japanese'; */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* common */
* {
  font-family: 'Noto Sans Japanese', sans-serif;
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 1px;
}

a:hover {
  color: #00a8ff !important;
}

button:hover {
  opacity: 0.6;
}

/* color */
.tem_color_rd {
  color: #960000;
}

.tem_color_pk {
  color: #00a8ff;
}

.tem_color_gr {
  color: #89bd1a;
}

.tem_color_bl {
  color: #00a8ff;
}

.tem_color_nv {
  color: #001b54;
}

.tem_color_mt {
  color: #46b4a9;
}

.tem_color_br {
  color: #00a8ff;
}

.tem_color_bk {
  color: #313131;
}

/* box */
.box_table tbody {border: 1px solid #333;}
.box_table tr {border-bottom: 1px solid #333;}
.box_table td {padding: 5px 10px;}
.box {
    font-size: 15px;
    line-height: 1.5;
    text-align:justify;
    font-weight: 200;
    color: #222;
}

.box1 {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #00a8ff;
}

.box2 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    background: #00a8ff;
}

.box3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 5px 13px;
    margin-bottom: 20px;
    color: #222;
    border-left: 5px solid #00a8ff;
}

.box4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 20px;
    background: #f3f3f3;
    color: #555;
}

.box5 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding: 12px 15px;
    margin-bottom: 20px;
    background: #ececec;
    border-left: 8px solid #00a8ff;
    color: #111;
}


/* text style */
.tit_01 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.7;
  text-align: center;
}

.tit_02 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
}

.tit_03 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.7;
  text-align: left;
}

.tit_04 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

/*font*/
.tit_06 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.tit_05 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}

/* sub_table */
.s_table01, .s_table02, .s_table03, .s_table04, .s_table05 {
    width: 100%;
    overflow: hidden;
}

.s_table01 th, .s_table01 td {
    border-width: 1px 0;
    border-style: solid;
    border-color: #d0d4d9;
}

.s_table01 th {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    background: #f5f7f9;
}

.s_table01 td {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    padding: 8px 10px;
    background: #fff;
}

.s_table02 th {
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    border: 3px solid #fff;
    background: #960000;
}

.s_table02 td {
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    color: #960000;
}

.s_table03 th {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 5px;
    border-bottom: 1px dotted #ccc;
    color: #960000;
}

.s_table03 td {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc;
    color: #555;
}

.s_table04 {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.s_table04 th {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding: 8px 10px;
}

.s_table04 td {
    font-size: 15px;
    text-align: right;
    padding: 8px 10px;
    border-bottom: 1px dashed #ccc;
    color: #ee3524;
}

.s_table05 {
    border-bottom: solid 1px #e4e4e4;
}

.s_table05 th {
    font-size: 15px;
    padding: 8px 12px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
    background: #f8f8f8;
}

.s_table05 td {
    font-size: 14px;
    font-weight:300;
    padding: 8px 12px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
}


/* button */
.btn01 {
  font-size: 14px;
  font-weight: 200;
  width: 120px;
  margin: 0 auto;
  border: 1px solid #333;
  background: none;
  color: #333;
  padding: 4px 0 6px 0;
  overflow: hidden;
}

.btn02 {
  font-size: 14px;
  font-weight: 200;
  width: 120px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 5px 0 6px 0;
  overflow: hidden;
}

.btn01:hover {
  color: #fff;
  background: #00a8ff;
  transition: all 0.3s;
  border: 1px solid #fff;
}

.btn02:hover {
  color: #00a8ff;
  background: #fff;
  transition: all 0.3s;
  border: 1px solid #00a8ff;
}

/* m_titbox */
.m_titbox {
  width: 100%;
  margin: 0 auto 30px auto;
}

.m_titbox-type {
  width: 100%;
  text-align: left;
}

.m_titbox-type .dot {
  height: 22px;
  border: 3px solid #00a8ff;
  padding: 0 10px;
  margin: 0 10px 0 0;
}

.m_titbox-type .tit_05 {
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

.m_titbox-type .tit_03 {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  text-align: left;
  margin: 13px 0 0 40px;
  color: #00a8ff;
}

.m_titbox-type {
  width: 100%;
  text-align: left;
}

.m_titbox-type_w .dot {
  height: 22px;
  border: 3px solid #00a8ff;
  padding: 0 10px;
  margin: 0 10px 0 0;
}

.m_titbox-type_w .tit_05 {
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

.m_titbox-type_w .tit_03 {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  text-align: left;
  margin: 13px 0 0 40px;
  color: #fff;
}

/*Board*/
.Board .m_titbox-type span {
  border-bottom: 2px solid #999;
}

/*Board mod_article01*/
.mod_article01 .time {
  color: #fff;
  background: #00a8ff;
}

/*Board mod_article02*/
.mod_article02 .time {
  color: #fff;
  background: #00a8ff;
}

/*Board mod_article03*/
.mod_article03 .time {
  color: #fff;
  background: #00a8ff;
}

/* sub_top */
.top-menu {
  border-top: 0;
  background: none;
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.top-menu-background {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.top-menu-background .areaimg {
  width: 100%;
  float: left;
  margin: 0;
}

.top-menu-background .view {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 94px;
}

.top-menu-background .view .thumbnail1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  padding: 0;
  border: 0;
}

/* PC [ 769px ~ ] */
@media all and (min-width: 769px),(max-width: 1200px) {

  /* header for nav */
  .P-nav-logo {
    padding: 10px 20px;
    font-size: 30px;
    line-height: 46px;
    z-index: 999;
    color: #777;
  }

  .P-nav-logo img {
    width: 180px;
  }

  /* Nav links */
  .P-nav-item {
    position: relative;
    display: inline-block;
    padding: 30px 20px;
    font-weight: 400;
    color: #555;
  }

  .P-nav-item:hover, .P-nav-item:focus {
    color: #000;
    text-decoration: none;
  }

  /* main _ slide */
  .main-slide-text {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
  }

  .main-slide-text .visual-text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 180px;
  }

  .main-slide-text .visual-text .tit_03 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 5px #444;
    color: #fff;
  }

  .main-slide-text .visual-text .tit_05 {
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 5px #444;
    color: #fff;
  }

  .main-slider {
    width: 100%;
    overflow: hidden;
  }

  .main-slider li {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    background-size: 100% auto;
  }

  /* main _ contents */
  .P-contents {
    width: 100%;
    position: relative;
    display: block;
  }

  section {
    width: 100%;
    margin: 0 auto 100px auto;
    overflow: hidden;
  }

  /*middle_box*/
  .middle_box {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  .middle_box .mid_txt {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }

  .middle_box .mid_txt .tit_04 {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 0 10px 0;
  }

  .middle_box .mid_txt .tit_05 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
  }

  .middle_box .mid_bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00a8ff;
    opacity: .7;
  }

  /*section_01*/
  .section_01 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
  }

  .about_content {
    width: 100%;
    overflow: hidden;
  }

  .about_box {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-right: 2%;
  }

  .about_box .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .about_box .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 270px;
  }

  .about_box .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  .about_txt {
    width: 50%;
    padding: 3%;
    float: left;
  }

  .about_txt p {
    text-align: left;
  }

  .about_txt .tit_04 {
    padding-bottom: 30px;
    line-height: 40px;
  }

  /*section_02*/
  .section_02 {
    width: 100%;
    margin: 0 0 100px 0;
    padding: 80px 0;
    position: relative;
    background: #00a8ff;
  }

  .section_02 .m_titbox {
    width: 200px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 5;
  }

  .menu_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .menu_content {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
  }

  .menu_box {
    width: 48%;
    margin-right: 4%;
    padding: 15px;
    background: #fff;
    float: left;
  }

  .menu_content .menu_box:last-child {
    margin-right: 0;
  }

  .menu_box .areaimg {
    width: 60%;
    float: left;
    margin: 0;
  }

  .menu_box .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 242px;
  }

  .menu_box .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  .menu_box .menu_txt {
    width: 38%;
    float: right;
    margin: 0;
  }

  .menu_txt p {
    text-align: center;
  }

  .menu_line {
    width: 25px;
    border-bottom: 2px solid #00a8ff;
    margin: 44px auto 20px auto;
  }

  .menu_line_w {
    width: 25px;
    border-bottom: 2px solid #fff;
    margin: 66px auto 30px auto;
  }

  .menu_txt .tit_05 {
    font-size: 19px;
  }

  .menu_txt .tit_04 {
    font-size: 16px;
    color: #00a8ff;
    padding: 0 0 40px 0;
  }

  /*section_03*/
  .section_03 {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .gallery_content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
  }

  .gallery_box {
    width: 66%;
    float: left;
  }

  .gallery_box .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .gallery_box .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 308px;
  }

  .gallery_box .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  .gallery_txt {
    width: 31%;
    height: 308px;
    padding: 40px;
    border: 2px solid #00a8ff;
    float: right;
  }

  .gallery_txt .m_titbox {
    margin: 0 0 120px 0;
  }

  .gallery_txt .tit_04 {
    color: #b5a591;
    font-size: 30px;
    padding-bottom: 90px;
  }

  /*section_04*/
  .section_04 {
    width: 100%;
    margin: 0 0 100px 0;
  }

  .section_04 .wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
  }

  .location_container {
    width: 31%;
    height: 308px;
    float: left;
    background: #4b4b4b;
    overflow: hidden;
  }

  .location_container p {
    text-align: center;
    color: #fff;
  }

  .location_container .tit_05 {
    font-size: 25px;
  }

  .location_container .tit_04 {
    margin: 0 0 40px 0;
  }

  .event_container {
    width: 66%;
    height: 308px;
    float: right;
    position: relative;
    overflow: hidden;
  }

  .event_txt {
    width: 41%;
    height: 308px;
    padding: 5%;
    float: left;
    position: absolute;
    top:0;
    left: 0;
    z-index: 55;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .event_txt p {
    text-align: left;
  }

  .event_txt .tit_04 {
    color: #fff;
    padding-bottom: 20px;
  }

  .event_txt .m_titbox {
    margin: 0 0 130px 0;
  }

  .event_box {
    width: 100%;
    float: left;
  }

  .event_box .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .event_box .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 308px;
  }

  .event_box .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  /* SNS */
  .SNS_link2 {
    width: 100%;
    background: #f8f8f8;
    margin: 0;
    overflow: hidden;
  }

  .sns_box2 {
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 18px 0;
    text-align: center;
  }

  .sns_box2 img {
    width:40px;
    margin: 0 4%;
  }

  .sns_box2 a:hover {
    opacity: .6;
  }

  .sns_box2.jack_sns {
    width: 100%;
    max-width: 395px;
    padding: 7px 0;
  }

  .jack_sns img {
    width:100%;
    max-width:95px;
    margin: 0 0 10px 0;
  }
}

/* mobile [0 ~ 1024px] */
@media all and (max-width: 1024px) {
  .menu_content {
    padding: 0 20px;
  }
}

/* mobile [0 ~ 768px] */
@media all and (max-width: 768px) {

  /* header for nav */
  .P-nav-logo {
    padding: 1px 0 1px 20px;
    font-size: 24px;
    line-height: 33px;
  }

  #btn-top-menu {
    width: 38px;
    float: right;
    padding-top: 14px;
    margin-right: 15px;
  }

  /* main _ slide */
  .main-slider {
    width: 100%;
    display: none;
  }

  .main-slide-text .visual-text {
    padding-top: 20%;
  }

  .wrap ul.slides {
    width: 100%;
    overflow: hidden;
  }

  .wrap ul.slides li {
    position: relative;
    width: 100%;
  }

  /*section_01*/
  .about_box {
    width: 100%;
  }

  .about_txt {
    width: 100%;
    padding: 100px;
  }

  /*section_02*/
  .menu_content {
    padding: 0;
  }

  .menu_box .areaimg {
    width: 100%;
    float: left;
  }

  .menu_box .menu_txt {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    display: block;
  }

  .menu_txt .tit_04 {
    padding: 0 0 20px 0;
  }

  /*section_03*/
  .section_03 {
    margin: 0 0 20px 0;
    overflow: hidden;
  }

  .gallery_content {
    margin: 0 auto;
    padding: 0;
  }

  .gallery_box {
    width: 50%;
    margin-bottom: 40px;
  }

  .gallery_txt {
    width: 50%;
    float: left;
  }

  /*section_04*/
  .section_04 .wrap {
    width: 90%;
  }

  .location_container {
    width: 50%;
  }

  .event_container {
    width: 50%;
  }

  .event_txt {
    width: 100%;
    padding: 40px;
  }

  .event_box {
    max-width: 677px;
    margin-bottom: 40px;
  }

}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {
  .main-slide-text {
    width: 90%;
  }

  .main-slide-text .visual-text {
    top: 0;
    left: 0;
    transform: none;
    padding-top: 10%;
  }

  .main-slide-text .visual-text .tit_03 {
    font-size: 30px;
  }

  .main-slide-text .visual-text .tit_05 {
    font-size: 16px;
  }

  .middle_box .mid_txt .tit_04 {
    font-size: 15px;
  }

  .middle_box .mid_txt .tit_05 {
    padding: 0 20px;
  }

  .about_txt {
    padding: 30px;
  }

  .about_box .view {
    padding-bottom: 230px;
  }

  .menu_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .menu_box .view {
    padding-bottom: 65%;
  }

  .section_03 {
    margin: 0 0 20px 0;
  }

  .gallery_box {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_txt {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .gallery_box .view {
    padding-bottom: 150px;
  }

  .location_container {
    width: 100%;
    margin-bottom: 40px;
  }

  .event_container {
    width: 100%;
  }

  .event_txt {
    width: 100%;
    padding: 40px;
  }
}

@media (min-width: 769px), (max-width: 1200px) {
  .mod_article01 .time {
    width: 100px;
    margin: 0 10px 5px 0;
    padding: 7px 6px;
  }
}

/* Sub : box01_content 50% ---------------------*/
.box01_content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px auto;
}

.box01_left {
    float: left;
    margin-right: 2%;
}

.box01_right {
    float: right;
}

@media all and (max-width: 480px) {
    .box01_left {
        width: 100% !important;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .box01_right {
        width: 100% !important;
        float: left;
    }
}

/* Sub : photobox 50% ---------------------------*/
.photobox {
    width: 100%;
    overflow: hidden;
}

.photobox ul li {
    width: 50%;
    float: left;
    padding: 1%;
    transition: all .5s;
}

.phot03 ul li {
    width: 33.3%;
}

.phot04 ul li {
    width: 25%;
}

.phot05 ul li {
    width: 20%;
}

@media all and (max-width: 768px) {
    .photobox ul li {
        width: 50%;
    }

    .phot03 ul li {
        width: 33.3%;
    }
}

@media all and (max-width: 480px) {
    .photobox ul li {
        width: 100%;
    }
}
