@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
body {
  background: repeating-linear-gradient(-45deg, #e3c286, #e3c286 8px, #f0e0c2 4px, #f0e0c2 10px);
  background-size: 14px 14px;
}

.h1_ttl,
.h1_logo {
  font-size: 3.5714285714rem;
  margin-bottom: 2.1428571429rem;
  display: flex;
  align-items: center;
  color: #c9870c;
  font-family: "FuturaHeavyBT", "Century Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
.h1_ttl .icon,
.h1_logo .icon {
  margin: 0 1.4285714286rem 0 0;
  width: 5rem;
  border-radius: 0 0 1.4285714286rem 0;
  box-shadow: 4px 4px 8px #999999;
}
.h1_ttl .logo_txt,
.h1_logo .logo_txt {
  width: auto;
  height: 5rem;
}
.h1_ttl span,
.h1_logo span {
  font-size: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  .h1_ttl,
  .h1_logo {
    font-size: 2.4rem;
    margin-bottom: 1.4285714286rem;
  }
  .h1_ttl span,
  .h1_logo span {
    font-size: 1.6rem;
  }
}

.h1_logo {
  font-size: 2.1428571429rem;
}
.h1_logo .icon {
  border-radius: 0 0 1.0714285714rem 0;
  width: 3.5714285714rem;
}
.h1_logo .logo_txt {
  width: auto;
  height: 3.5714285714rem;
}

.bg_line {
  border-bottom: 0.2142857143rem solid #fff;
}

.bg_line2 {
  border-bottom: 0.2142857143rem solid #323232;
}

.bg_line3 {
  border-top: 0.2142857143rem solid #fff;
}

.bg_line4 {
  border-top: 0.2142857143rem solid #323232;
}

#contents .sub_imgarea {
  background: #f0e0c2;
  border-bottom: 0.3571428571rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea {
    height: auto;
  }
}
#contents .sub_imgarea .m_c {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .m_c {
    height: auto;
    padding: 2.8571428571rem 0;
  }
}
#contents .sub_imgarea .detail {
  max-width: 100rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2% 1%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail {
    display: block;
    width: 98%;
  }
}
#contents .sub_imgarea .detail .sub_txt {
  width: 70%;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt {
    width: 100%;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt {
  display: flex;
  align-items: center;
  font-size: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .for_txt {
    font-size: 0.95em;
  }
}
#contents .sub_imgarea .detail .sub_txt .for_txt img {
  width: 3.5714285714rem;
  margin: 0 0.7142857143rem 0 0;
}
#contents .sub_imgarea .detail .sub_txt .play {
  font-size: 1.7142857143rem;
  text-align: right;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt .play {
    font-size: 1.4rem;
  }
}
#contents .sub_imgarea .detail .sub_txt .play span {
  color: #c9870c;
}
#contents .sub_imgarea .detail .sub_txt p {
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .detail .sub_txt p {
    line-height: 1.8;
  }
}
#contents .sub_imgarea .main_box {
  width: 54%;
  margin-left: 4.2857142857rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub_imgarea .main_box {
    width: 100%;
    margin-left: 0;
  }
}
#contents .sub_imgarea .main_box .movie_area {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.7142857143rem;
}
#contents .sub_imgarea .main_box .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .sub-contents {
  position: relative;
  max-width: 107.1428571429rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents {
    margin: 0 2%;
  }
}
#contents .sub-contents .contents_area {
  max-width: 107.1428571429rem;
  margin: 0 3.5714285714rem;
  background: #fff;
  padding: 2.8571428571rem 7.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area {
    width: 96%;
    padding: 1rem 2%;
    margin: 0;
  }
}
#contents .sub-contents .contents_area .page_ttl {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 0.2142857143rem dotted #c9870c;
  margin-bottom: 2.8571428571rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .page_ttl {
    display: block;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  #contents .sub-contents .contents_area .page_ttl p {
    margin-bottom: 1rem;
  }
}
#contents .sub-contents .contents_area p {
  text-align: left;
}
#contents .sub-contents .contents_area h2,
#contents .sub-contents .contents_area .h1_sub {
  margin-bottom: 1.4285714286rem;
  font-size: 1.0714285714rem;
  font-family: "Century Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2,
  #contents .sub-contents .contents_area .h1_sub {
    font-size: 1.4rem;
  }
}
#contents .sub-contents .contents_area h2 .service_type,
#contents .sub-contents .contents_area .h1_sub .service_type {
  font-size: 2.5rem;
  font-weight: bold;
  color: #c9870c;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .service_type,
  #contents .sub-contents .contents_area .h1_sub .service_type {
    display: block;
    text-align: left;
  }
}
#contents .sub-contents .contents_area h2 .font_size,
#contents .sub-contents .contents_area .h1_sub .font_size {
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size,
  #contents .sub-contents .contents_area .h1_sub .font_size {
    display: block;
  }
}
#contents .sub-contents .contents_area h2 .font_size .service_type2,
#contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
  font-weight: bold;
  color: #c75772;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area h2 .font_size .service_type2,
  #contents .sub-contents .contents_area .h1_sub .font_size .service_type2 {
    font-size: 1.1428571429rem;
    display: inline;
    text-align: left;
  }
}
#contents .sub-contents .contents_area .part {
  margin: 0 auto 7.1428571429rem;
  max-width: 84.2857142857rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .part {
    margin-bottom: 4rem;
    width: 100%;
  }
}
#contents .sub-contents .contents_area .demo_wrap .demo_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4285714286rem;
}
#contents .sub-contents .contents_area .demo_wrap .demo_area .demo {
  width: 48%;
  height: auto;
  margin: 0 1%;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0.2142857143rem solid #323232;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#contents .sub-contents .contents_area .demo_wrap .demo_area .demo:hover {
  opacity: 0.6;
}
#contents .sub-contents .contents_area .demo_wrap .demo_area .demo a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#contents .sub-contents .contents_area .demo_wrap .demo_area .demo img {
  width: 100%;
  height: auto;
  display: block;
  padding: 2%;
  box-sizing: border-box;
  box-sizing: border-box;
}
#contents .sub-contents .contents_area .demo_wrap ul {
  margin-left: 2.1428571429rem;
}
#contents .sub-contents .contents_area .service_details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .service_details {
    display: block;
  }
}
#contents .sub-contents .contents_area .service_details > div {
  width: 29%;
  max-width: 27.1428571429rem;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .service_details > div {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.8571428571rem;
  }
}
#contents .sub-contents .contents_area .service_details .service_contet,
#contents .sub-contents .contents_area .service_details .service_a {
  width: 100%;
  max-width: 27.1428571429rem;
  margin-bottom: 1.4285714286rem;
  position: relative;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  outline: 0.2142857143rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .service_details .service_contet,
  #contents .sub-contents .contents_area .service_details .service_a {
    width: 90vw;
    margin: 0 auto 0.7142857143rem;
  }
}
#contents .sub-contents .contents_area .service_details .service_contet .img_box,
#contents .sub-contents .contents_area .service_details .service_a .img_box {
  padding: 2%;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  position: relative;
}
#contents .sub-contents .contents_area .service_details .service_contet .img_box img,
#contents .sub-contents .contents_area .service_details .service_a .img_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#contents .sub-contents .contents_area .service_details .service_contet .s_txt,
#contents .sub-contents .contents_area .service_details .service_a .s_txt {
  font-size: 1.2142857143rem;
  background: #323232;
  height: 4.5714285714rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
#contents .sub-contents .contents_area .service_details .service_contet a,
#contents .sub-contents .contents_area .service_details .service_a a {
  text-decoration: none;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#contents .sub-contents .contents_area .service_details .service_a:hover {
  cursor: pointer;
  opacity: 0.6;
}
#contents .sub-contents .contents_area .service_details .service_btn {
  width: 5.3571428571rem;
  background-color: #323232;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24%;
  right: 1%;
  box-sizing: border-box;
  line-height: 25px;
}
#contents .sub-contents .contents_area .service_details .service_btn a {
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  line-height: 25px;
}
#contents .sub-contents .contents_area .service_details .service_btn::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0px;
  border-top: solid 0.1428571429rem #fff;
  border-right: solid 0.1428571429rem #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 10%;
}
#contents .sub-contents .contents_area .plan_area {
  outline: 0.2142857143rem solid #323232;
  width: 57.1428571429rem;
  margin: 0 auto 1.4285714286rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .plan_area {
    width: 100%;
  }
}
#contents .sub-contents .contents_area .plan_area dl {
  display: flex;
  line-height: 4;
}
#contents .sub-contents .contents_area .plan_area dl dt {
  background: #323232;
  color: #fff;
  width: 17.8571428571rem;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .plan_area dl dt {
    line-height: 1.5;
    width: 21.4285714286rem;
    display: flex;
    align-items: center;
  }
}
#contents .sub-contents .contents_area .plan_area dl dd {
  background: #fff;
  width: 39.2857142857rem;
  padding-left: 0.7142857143rem;
}
#contents .sub-contents .contents_area .plan_area .bg_line {
  border-bottom: 0.2142857143rem solid #fff;
}
#contents .sub-contents .contents_area .plan_area .bg_line2 {
  border-bottom: 0.2142857143rem solid #323232;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .link_btn {
    width: 70%;
  }
}
#contents .sub-contents .contents_area .link_btn a {
  display: inline-block;
  width: 17.8571428571rem;
  min-width: 200px;
  background-color: #c8c8c8;
  text-decoration: none;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 10px;
  padding-right: 20px;
  background-image: url(/common/img/arrow2.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: auto 15px;
}
@media only screen and (max-width: 736px) {
  #contents .sub-contents .contents_area .link_btn a {
    display: block;
  }
}
#contents .sub-contents .contents_area .link_btn a span {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
#contents .sub-contents .contents_area .link_btn a img {
  width: auto;
  height: 2.1428571429rem;
  margin-right: 0.3571428571rem;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.table_view2 p {
  text-align: center;
}
.table_view2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4285714286rem;
}
.table_view2 table tr {
  height: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr {
    height: 7.1428571429rem;
  }
}
.table_view2 table tr th {
  background: #eee;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  width: 20%;
  font-size: 0.9285714286rem;
  padding: 0 1%;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  .table_view2 table tr th {
    font-size: 0.8571428571rem;
    width: 45%;
  }
}
.table_view2 table tr td {
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 0.8571428571rem;
  padding-left: 0.7142857143rem;
  text-align: left;
  font-weight: normal;
}