/* font-family: 'Noto Sans JP'; */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap&subset=japanese');

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

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

a:hover {
  color: #806a5d !important;
}

button:hover {
  opacity: 0.6;
}

/* color */
.tem_color_rd {color:#806a5d;}
.tem_color_pk {color:#eb6877;}
.tem_color_gr {color:#89bd1a;}
.tem_color_bl {color:#00a8ff;}
.tem_color_nv {color:#001b54;}
.tem_color_mt {color:#46b4a9;}
.tem_color_br {color:#7e6b5a;}
.tem_color_bk {color:#313131;}

/* box */
.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 #806a5d;
}

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

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

.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 #806a5d;
  color: #111;
}

/* 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: #806a5d;
}

.s_table02 th a {
  color: #fff;
}

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

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

.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 {
  width: 100%;
  max-width: 330px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #464646;
  background: #fff;
  color: #444;
}

.btn01::after {
  width: 8px;
  height: 13px;
  background: url("/images/main/next.png") no-repeat;
  position: absolute;
  top: 17px;
  right: 15px;
  content: "";
}

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

.m_titbox-type {
  text-align: center;
  font-size: 30px;
}

.m_titbox-type-eg {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 5px;
  color: #806a5d;
}

/*Board*/
.Board .m_titbox {
  width: 100%;
  margin: 40px auto;
}

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

/*Board mod_article01*/
.mod_article01 .time {
  color: #fff;
  background: #806a5d;
}

/*Board mod_article02*/
.mod_article02 .time {
  color: #fff;
  background: #806a5d;
}

/*Board mod_article03*/
.mod_article03 .time {
  color: #fff;
  background: #806a5d;
}

/* 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: 13px 20px;
    font-size: 30px;
    line-height: 46px;
    z-index: 999;
    color: #777;
  }

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

  /* 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;
  }

  /* section_01 */
  .section_01 {
    margin: 70px auto;
  }

  .section_01 .m_titbox {
    width: 100%;
    margin: 82px auto 30px;
    overflow: hidden;
  }

  .section_01 p {
    text-align: center;
  }

  .section_01 .tit_04 {
    width: 100%;
    margin: 0 auto 40px auto;
    color: #555;
  }

  /* section_02 */
  .section_02 {
    width: 100%;
  }

  .clearfix {
    position: relative;
  }

  .clearfix li {
    width: 33.36%;
    float: left;
    text-align: center;
    background: #000;
  }

  .clearfix li a {
    padding-top: 150px;
    min-height: 430px;
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .clearfix li a:before {
    width: 100%;
    height: 100%;
    background: url("/images/main/main_img_01.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 2.0s linear, opacity 0.4s ease-in-out;
    opacity: .4;
    content: "";
  }

  @media all and (-ms-high-contrast: none) {
    .clearfix li a:before {
      transition: transform 0.8s linear, opacity 0.4s ease-in-out;
    }
  }
  @supports (-ms-ime-align:auto) {
    .clearfix li a:before {
      transition: all 0.4s linear;
    }
  }

  .clearfix li a:hover:before {
    transform: scale(1.05);
    opacity: .7;
  }

  .clearfix .liStyle01 a:before {
    background: url("/images/main/main_img_02.jpg") no-repeat center center;
    background-size: cover;
  }

  .clearfix .liStyle02 a:before {
    background: url("/images/main/main_img_03.jpg") no-repeat center center;
    background-size: cover;
  }

  .clearfix li a span {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
  }

  .clearfix li a .title {
    margin-bottom: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    letter-spacing: 5px;
  }

  .clearfix li a .imgSpan {
    margin-bottom: 16px;
  }

  .clearfix .liStyle01 {
    width: 33.28%;
  }

  /*section_04*/
  .middle_bg {
    width: 55%;
    max-width: 640px;
    float: left;
  }

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

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

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

  .middle_content {
    width: 40%;
    padding: 0 3%;
    margin: 90px 0;
    float: right;
  }

  .middle_content .tit_04 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 0 0 30px 0;
    color: #555;
  }

  /* section 05 */
  .section_05 {
    width: 100%;
    position: relative;
  }

  .bottom_content .m_titbox {
    margin: 0 auto 10px auto;
  }

  .bottom_content {
    width: 100%;
    max-width: 500px;
    margin: 100px auto;
    padding: 30px;
    background: #fff;
  }

  .bot_front {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #806a5d;
    opacity: .8;
  }

  .bot_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

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

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

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

  .section_05:hover .bot_bg .view .thumbnail1 {
    transform: scale(1.05);
    transition: transform 0.8s linear, opacity 0.4s ease-in-out;
    opacity: .7;
  }

  /* 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 ~ 768px] */
@media all and (max-width: 768px) {

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

  #btn-top-menu {
    width: 38px;
    float: right;
    padding-top: 26px;
    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%;
  }

}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {
  /* mobile [0 ~ 768px] */
  .s_table01 th {width:auto;display:block;padding:10px 13px;}
  .s_table01 td {width:auto;display:block;padding:10px 13px;}


  .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;
  }

  .section_01 .m_titbox {
    margin: 0px auto 30px;
  }

  .clearfix ul:before {
    height: 35px;
  }

  .clearfix li {
    margin-bottom: 7px;
    width: 100%;
    float: none;
  }

  .clearfix li:last-child {
    margin-bottom: 0;
  }

  .clearfix li a {
    padding-top: 37px;
    min-height: 170px;
  }

  .clearfix .liStyle01 {
    width: 100%;
  }

  .clearfix li a .title {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .clearfix li a .imgSpan {
    margin-bottom: 12px;
  }

  .clearfix li a .imgSpan img {
    width:40px;
  }

  .middle_bg {
    width: 100%;
  }

  .middle_bg .view {
    padding-bottom: 200px;
  }

  .middle_content {
    width: 100%;
    margin: 50px 0;
    float: left;
  }
}

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

}

/*---------------------------------
Ver1. css add
---------------------------------*/

/* Sub : sub_top-menu ---------------------------------*/
.top-menu {
  border-top: 0;
  background: none;
  padding: 15px 0 0 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: 120px;
}

.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;
}

.breadCrumb {
  font-size: 10px;
  padding: 0 10px;
}

/* Sub : sub_top-menu color */
.top-menu-title p {
  font-size: 24px;
  padding-top: 15px;
  color: #fff;
}

.top-menu-title p span {
  color: #b39982;
}

.breadCrumb a, a:hover, a:active {
  color: #9a9a9a;
}

/* 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%;
  }
}

/* Sub : text css ---------------------------------*/
.t_st01 {
  font-size: 22px;
}

@media all and (max-width: 480px) {
  .t_st01, .t_st02 {
    font-size: 18px;
  }
}