@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 10px / 16px = 1rem */
}

body {
  color: #333;
  height: 100%;
  padding-top: 0px;
  font-size: 1.6rem;
  /*	10px x 1.6 = 16px	*/
  font-family: "MyYuGothic-M", "YuGothic", "-apple-system", "blinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  line-height: 1.61;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {
  /* xs */
  body {
    font-size: 1.4rem;
    /*	10px x 1.4 = 14px	*/
  }
}
.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #FF6700;
}

/*--------------------------*/
/*	common					*/
/*--------------------------*/
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.bld {
  font-weight: bold;
}

.nml {
  font-weight: normal;
}

.vm {
  vertical-align: middle !important;
}

.vt {
  vertical-align: top !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0em !important;
}

.pl10 {
  padding-left: 1em !important;
}

.pl20 {
  padding-left: 2em !important;
}

.pr10 {
  padding-right: 1em !important;
}

.pr20 {
  padding-right: 2em !important;
}

.pl15 {
  padding-left: 20px !important;
}

.pr15 {
  padding-right: 20px !important;
}

/****************/
/*	color		*/
/****************/
/*	a link color	*/
/*	bread crumb	*/
/*	pagination	*/
.col_white {
  color: #fff;
}

.main_color {
  color: #03A9F4;
}

.text_shadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/********************/
/*	header			*/
/********************/
/********************/
/*	footer			*/
/********************/
/**	e6e6e6;	**/
/*#039BE5;	/**/
/*#0D47A1;	/**/
/*#0277BD;	/**/
/********************/
/*	common			*/
/********************/
/*****************************
******* base.scss		******
******************************/
.noto100 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 100;
}

.noto200 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
}

.noto300 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

.noto400 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

.noto500 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}

.noto600 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
}

.noto700 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}

.noto800 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 800;
}

.noto900 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
}

.oswald300 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.oswald400 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.oswald500 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.oswald600 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.oswald700 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.font_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /**/
  font-feature-settings: "palt";
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  /* xs */
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  /* xs */
  .visible-sm {
    display: block !important;
  }
}
section {
  margin: 0 0 0rem;
  padding: 5rem 0 5rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  section {
    margin: 0 0 0rem;
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 767px) {
  section {
    margin: 0 0 0rem;
    padding: 2rem 0 2rem;
  }
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 96%;
  }
}

.index_main {
  margin: 0px;
  padding: 0;
}

.subpage_main {
  margin-top: 120px;
}

/*:beforeにぼかし効果を設定する*/
.contents {
  position: relative;
  top: 400px;
  padding: 0px 0 0;
  background: #fff;
}

.main_visual {
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 400px;
}

.scale-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: fixed;
  width: 100%;
  padding-bottom: 320px;
  margin-top: 80px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .scale-bg {
    padding-bottom: 300px;
    margin-top: 70px;
  }

  .main_visual {
    height: 300px;
    top: 40px;
  }

  .contents {
    top: 360px;
  }
}
@media (max-width: 767px) {
  .scale-bg {
    padding-bottom: 240px;
    margin-top: 70px;
  }

  .main_visual {
    height: 260px;
    top: 40px;
  }

  .contents {
    top: 300px;
    padding: 0px 0 0;
  }
}
.breadcrumb {
  padding: 0.5em 1em;
  margin-top: -35px;
  margin-bottom: 0px;
  list-style: none;
  background: none !important;
  /**/
  border-radius: 0px;
  font-size: 1.2rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .breadcrumb {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 0px;
  }
}

.breadcrumb > li {
  display: inline-block;
  color: #333;
}

.breadcrumb > li a {
  color: #333;
}

.breadcrumb > li + li:before {
  content: "\00a0";
  background: url(../common/images/theme/arrow-1.gif) no-repeat center;
  padding: 0 7px 0 5px !important;
  color: #333;
}

.breadcrumb > li a:hover, .breadcrumb > li a:focus, .breadcrumb > li a:active {
  color: #222;
  text-decoration: none;
}

.breadcrumb > .active {
  color: #333;
}

.pagination_wrapper {
  padding: 0em;
  margin: 0 auto;
  text-align: center;
}

.pagination_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* 縦方向中央揃え */
  justify-content: center;
  /* 横方向中央揃え */
  flex-wrap: wrap;
}

.pagination li {
  width: 40px;
  height: 30px;
  line-height: 1;
  margin: 10px 10px 0;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .pagination li {
    width: 18px;
    height: 18px;
    line-height: 1;
    margin: 12px;
  }
}

.pagination li a {
  background: #ffffff;
  color: #03A9F4;
  border: 2px #03A9F4 solid;
  padding: 7px 15px;
  line-height: 1.2;
}

.pagination li a:hover {
  background: #B3E5FC;
  color: #fff;
  border: 2px #03A9F4 solid;
}

.pagination li a.active {
  background: #03A9F4;
  color: #fff;
  border: 2px #03A9F4 solid;
  cursor: default;
}

.pagination li a.disable {
  background: #ffffff;
  color: #777777;
  border: 2px #dddddd solid;
  cursor: not-allowed;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

a {
  background-color: transparent;
  outline: none;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
  transition: all .3s;
}

a {
  color: #03A9F4;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #B3E5FC;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #B3E5FC;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }

  a.link_ul:after {
    border-bottom: solid 1px #000 !important;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }

  a.link_ul:hover::after {
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  /*	100, 300, 400, 500, 700, 800,900	*/
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
}

p.lead {
  font-size: 1.5rem;
}

@media only screen and (max-width: 48em) {
  /* xs */
  p.lead {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*	上下中央	*/
.row-v-middle {
  font-size: 0;
}

.flex_stretch {
  align-items: stretch;
}

.ss_text {
  font-size: 1.2rem !important;
}

.s_text {
  font-size: 1.4rem !important;
}

.m_text {
  font-size: 1.6rem !important;
}

.l_text {
  font-size: 1.8rem !important;
}

.ll_text {
  font-size: 2rem !important;
}

.l2_text {
  font-size: 2.2rem !important;
  line-height: 1;
}

.caption {
  font-size: 1.3rem;
  line-height: 1.3 !important;
  margin-top: 0.2em;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-responsive-center {
  margin: 0 auto;
}

.img-res {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pull-right-image {
  padding-left: 20px;
  padding-bottom: 20px;
}

.pull-left-image {
  padding-right: 20px;
  padding-bottom: 20px;
}

.more {
  text-align: right;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .pull-right {
    float: none !important;
  }

  .pull-right-image {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .pull-left-image {
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .more {
    text-align: center;
  }
}
.lh150 {
  line-height: 1.5 !important;
}

.lh130 {
  line-height: 1.3;
}

.ls02 {
  letter-spacing: -0.02em;
}

.ls09 {
  letter-spacing: -0.15em;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.switch {
  visibility: hidden;
}

.error {
  font-size: 0.8em;
  color: #dd0000;
}

#preloader-area {
  background-color: #fff;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.mu-preloader {
  position: relative;
  top: 40%;
  margin: 0px auto 0px;
}

.mu-preloader img {
  max-width: 100%;
}

.pre-loader {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bdc3c7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
	80%,
	100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
	80%,
	100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.scrollpoint {
  opacity: 0;
}

.scrollpoint.active {
  opacity: 1 \0;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.zom {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  /**/
}

.zom img {
  transform: scale(1);
  overflow: hidden;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}

.zom img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pretty_photo_icon {
  position: relative;
}

.pretty_photo_icon:after {
  content: "\f196 ";
  font-family: FontAwesome;
  font-size: 1em;
  text-align: right !important;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 0px;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  /* xs */
  a.link_prettyphoto {
    pointer-events: none;
  }

  .pretty_photo_icon {
    position: relative;
  }

  .pretty_photo_icon:after {
    display: none;
  }
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.link_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: .3s;
}

.link_box2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.link_box2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: .3s;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

@media screen and (min-width: 768px) {
  .link_box a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transition: .3s;
  }

  .link_box2 a:hover {
    background-color: #000;
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    opacity: 0.05;
    transition: .3s;
  }
}
.link_arrow {
  position: relative;
  padding: 0.5rem;
}

.link_arrow:after {
  content: "\f054 ";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #333;
  position: absolute;
  right: 10px;
  top: 40%;
  opacity: 0.8;
}

.button {
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  border: 1px #03A9F4 solid;
  border-radius: 10px;
  background: #fff;
  color: #03A9F4;
}
@media (max-width: 767px) {
  .button {
    padding: .5em 1em;
    width: 100%;
  }
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button:hover {
  background-color: #03A9F4;
  color: #fff;
}

.button:hover::after {
  border-left-color: #03A9F4;
}

.button2 {
  display: inline-block;
  min-width: 220px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 44px;
  outline: none;
  margin: 1rem auto;
  position: relative;
  border: 1px #03A9F4 solid;
  border-radius: 10px;
  background: #fff;
  color: #03A9F4;
}
@media (max-width: 767px) {
  .button2 {
    width: 100%;
    display: block;
    margin: 1rem auto;
  }
}

.button2:hover {
  background-color: #03A9F4;
  color: #fff;
}

.button_info {
  display: inline-block;
  width: 200px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 44px;
  outline: none;
  float: right;
  margin: 1rem 0 1rem 1rem;
}
@media (max-width: 767px) {
  .button_info {
    width: 90%;
    display: block;
    margin: 1rem auto;
    float: none;
  }
}

.button_info::before,
.button_info::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button_info,
.button_info::before,
.button_info::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_info {
  position: relative;
  background-color: #03A9F4;
  border-radius: 4px;
  color: #fff;
  line-height: 42px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #7ea6ab;
}

.button_info:hover {
  background-color: #B3E5FC;
  box-shadow: 0 3px 0 #7ea6ab;
  color: #fff;
}

.button_info:active {
  top: 3px;
  box-shadow: none;
}

.button_download {
  display: block;
  width: 200px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 44px;
  outline: none;
  margin: 1rem auto 1rem;
}
@media (max-width: 767px) {
  .button_download {
    width: 90%;
    display: block;
    margin: 1rem auto;
  }
}

.button_download {
  position: relative;
  background-color: #03A9F4;
  border-radius: 4px;
  color: #fff;
  line-height: 42px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #7ea6ab;
}

.button_download:hover {
  background-color: #B3E5FC;
  box-shadow: 0 3px 0 #7ea6ab;
  color: #fff;
}

.button_download:active {
  top: 3px;
  box-shadow: none;
}

.button_download2 {
  display: block;
  width: 200px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 44px;
  outline: none;
  margin: 1rem auto 1rem;
  float: right;
}
@media (max-width: 767px) {
  .button_download2 {
    width: 90%;
    display: block;
    margin: 1rem auto;
    float: none;
  }
}

.button_download2 {
  position: relative;
  background-color: #03A9F4;
  border-radius: 4px;
  color: #fff;
  line-height: 42px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #7ea6ab;
}

.button_download2:hover {
  background-color: #B3E5FC;
  box-shadow: 0 3px 0 #7ea6ab;
  color: #fff;
}

.button_download2:active {
  top: 3px;
  box-shadow: none;
}

.button_event {
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  border: 1px #928b2e solid;
  border-radius: 10px;
  background: #fff;
  color: #928b2e;
}
@media (max-width: 767px) {
  .button_event {
    padding: .5em 1em;
    width: 100%;
  }
}

.button_event::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button_event:hover {
  background-color: #b9b03b;
  color: #fff;
}

.button_event:hover::after {
  border-left-color: #b9b03b;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #f2f2f6;
  /* #dddddd */
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > tbody > tr > th {
  background: #eee;
  font-weight: normal;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

@media print, screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.aster li {
  position: relative;
  list-style: none;
  text-align: left;
  padding-left: 1.2em;
}

ul.aster li::after {
  display: block;
  position: absolute;
  top: .3em;
  left: 0em;
  font-size: 1.2rem;
  line-height: 1;
}

ul.aster li::after {
  content: '\002731';
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}

.parallax-slider {
  top: 0;
  left: 0;
}

/*////////////////////////////////////////////////////////////////////////
	Flexbox Layout
////////////////////////////////////////////////////////////////////////*/
.align-item-center {
  align-items: center;
}

/**	main scroll	**/
.index_box {
  margin: 0 auto 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .index_box {
    margin: 0 auto 0px;
    padding: 0px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    /**cover;		**/
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
}

.index_box h1 {
  color: #fff;
  font-size: 7rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .index_box h1 {
    font-size: 4rem;
  }
}

.index_box h1 small {
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 767px) {
  .index_box h1 small {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .index_box h1 img {
    width: 60%;
    height: auto;
  }
}

/*****************************
******* header.scss		******
******************************/
header {
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  background-size: cover;
}
@media (min-width: 992px) {
  header {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  header {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  }
}

header.sub_page {
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  header.sub_page {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  header.sub_page {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    height: 70px;
  }
}
@media (max-width: 767px) {
  header.sub_page {
    height: 50px;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .5s;
}

header .head_faq {
  position: absolute;
  top: 5px !important;
  right: 150px;
  margin: 0;
  padding: 0;
  text-align: right;
}

header a {
  font-size: 1.4rem;
}

header a.login {
  margin-right: 20px;
}

header .logo {
  width: 180px;
  margin: 0;
  padding: 0;
  float: left;
  margin: 18px 0 0 5px;
}

header .logo > a > img {
  width: 180px;
}

header .logo > h1 > a > img {
  width: 180px;
}

#header h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

nav a {
  font-size: 1.4rem;
}

/*	ヘッダー用ナビゲーション	*/
header ul.primary-nav {
  float: right;
  margin: 30px 0 0;
}

header ul.primary-nav li {
  float: left !important;
  /**/
  list-style: none;
}

header ul.primary-nav li a {
  color: #333333;
  padding: 8px 5px;
  margin: 0px 5px 0 5px;
  text-align: center;
  display: block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  height: 30px;
  text-decoration: none;
}

header ul.primary-nav li:nth-child(1) a {
  /*		width:100px !important;	/**/
  /*		background:#aaa;	/**/
}

header ul.primary-nav li:nth-child(2) a {
  /*		width:170px !important;	/**/
  /*		background:#aaa;	/**/
}

header ul.primary-nav li:nth-child(4) a {
  /*		width:140px !important;	/**/
}

header ul.primary-nav li:nth-child(6) a {
  /*		width:140px !important;	/**/
}

header ul.primary-nav li a:hover,
header ul.primary-nav li a.active {
  color: #0D47A1;
}

/*	HOVER	*/
@media screen and (min-width: 768px) {
  header ul.primary-nav li a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 100%;
  }

  header ul.primary-nav li a:after {
    border-bottom: solid 2px #0D47A1 !important;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
    margin-bottom: -10px;
  }

  header ul.primary-nav li a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /*	MD / LG	HOVER EFFECT	*/
  header ul.primary-nav li a {
    position: relative;
    display: inline-block;
    transition: .3s;
    text-align: center;
  }

  header ul.primary-nav li a::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  header ul.primary-nav li a:hover::after {
    width: 100%;
  }

  header ul.primary-nav li a.active::after {
    width: 100%;
  }

  header ul.primary-nav li.no_hover a::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
header .header-nav {
  margin: 0;
  padding: 0;
}

header .header-nav nav {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
Navigation Toggle
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999999;
  padding: 10px 0px 10px 0;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 20px;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span.burger, .nav-toggle span.burger:before, .nav-toggle span.burger:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #333;
  /*	toggle border color */
  cursor: pointer;
}

.nav-toggle span.burger:before {
  top: -10px;
}

.nav-toggle span.burger:after {
  bottom: -10px;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  background: #333;
  /*	menu open close */
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  background: #333;
  /* menu open close */
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  height: 56px;
  right: 0px;
  top: 10px;
  display: block;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle span.mn {
  margin-top: 15px;
  font-size: 1rem;
  display: block;
  text-align: left !important;
  text-decoration: none;
  color: #333333;
}

.nav-toggle a span.mn {
  color: #333333;
  text-decoration: none;
}

.nav-toggle.active span.mn {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  /*	MD	*/
  /*************************
  *******		Header	******
  **************************/
  header {
    min-height: 70px;
  }

  #header h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  header .head_faq {
    position: absolute;
    top: 5px !important;
    right: 150px;
    margin: 0;
    padding: 0;
    text-align: right;
    /*		background: #369;	/**/
  }

  header ul.primary-nav li a {
    height: 30px;
    text-decoration: none;
    margin: 0px 3px 0 3px;
    font-size: 1.4rem;
  }

  header ul.primary-nav li:nth-child(1) a {
    /*			width:96px !important;	/**/
    /*			background:#aaa;	/**/
  }

  header ul.primary-nav li:nth-child(2) a {
    /*			width:150px !important;	/**/
    /*			background:#aaa;	/**/
  }

  header ul.primary-nav li:nth-child(5) a {
    /*			width:60px !important;	/**/
    /*			background:#aaa;	/**/
  }

  header ul.primary-nav li:nth-child(6) a {
    /*			width:70px !important;	/**/
    /*			background:#aaa;	/**/
  }

  /*
  		header ul.primary-nav li:last-child a {
  			padding-right: 10px;
  			padding-left: 10px;
  			padding-bottom: 5px;
  		}
  */
}
/* Responsive nav kicks in */
@media screen and (max-width: 991px) {
  /*	SM	*/
  header ul.primary-nav {
    float: left;
    margin: 0px 0 0;
  }

  header ul.primary-nav li a:after {
    border-bottom: none !important;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }

  /*	2click対策	*/
  /*
  	header ul.primary-nav li a:hover::after {
  		width: 100%;
  	}
  */
  /*************************
  *******		Header	******
  **************************/
  header {
    width: 100%;
    height: 50px !important;
    /**/
    margin: 0 auto;
    padding: 0;
  }

  header .logo {
    width: 160px;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 15px;
    top: 15px;
  }

  header .logo > a > img {
    width: 160px;
  }

  header .logo > h1 > a > img {
    width: 160px;
  }

  #header h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .header-nav {
    position: fixed;
    /**fixed;		/**	**/
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  header ul.primary-nav li {
    border-top: none !important;
    /**/
  }

  header ul.primary-nav li a {
    color: #333333;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px auto 0px auto !important;
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.4rem;
    height: 60px;
  }

  header ul.primary-nav li a.active,
  header ul.primary-nav li.active a:active {
    color: #000000 !important;
  }

  header ul.primary-nav li:nth-child(3) a,
  header ul.primary-nav li:nth-child(4) a {
    /*		width:100px !important;	/**/
  }

  /**
  	header ul.primary-nav li a span.icon0 {
  		background:url(../common2/images/icon/icon_info.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon1 {
  		background:url(../common2/images/icon/icon_house.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon2 {
  		background:url(../common2/images/icon/icon_hinokiburo.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon3 {
  		background:url(../common2/images/icon/icon_hotspring2.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon4 {
  		background:url(../common2/images/icon/icon_pet.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon5 {
  		background:url(../common2/images/icon/icon_bbq.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon6 {
  		background:url(../common2/images/icon/icon_mtfuji.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon7 {
  		background:url(../common2/images/icon/icon_access2.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon8 {
  		background:url(../common2/images/icon/icon_qanda.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon9 {
  		background:url(../common2/images/icon/icon_mail.svg) no-repeat top center;
  	}
  	header ul.primary-nav li a span.icon10 {
  		background:url(../common2/images/icon/icon_lady.svg) no-repeat top center;
  	}
  **/
  header .head_faq {
    position: absolute;
    top: 5px !important;
    right: 220px;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .navicon {
    visibility: visible;
  }

  header .nav-wrapper {
    display: absolute;
  }

  header nav {
    position: relative;
    top: 8%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
  }

  nav ul li a {
    font-size: 1.8rem;
    font-weight: 400;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center;
  }

  nav ul li {
    margin: 0 auto 5px;
    /*			width:30% !important;	/**/
    /*			width:90%;	/*	ボタンサイズ	*/
    text-align: center !important;
  }

  nav ul.primary-nav li {
    display: inline-block;
    width: 45%;
    margin: 0 3px 5px;
  }

  nav ul.member-actions li {
    display: block;
  }

  nav a.login {
    margin-right: 0px;
  }

  nav ul.primary-nav {
    position: static;
    padding: 0;
    text-align: center;
  }

  nav ul.primary-nav li a {
    border-right: none;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #03A9F4;
    border: 1px #03A9F4 solid;
  }

  nav .member-actions {
    position: static;
    padding: 0;
    text-align: center;
  }

  nav ul.primary-nav li,
  nav ul.member-actions li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }

  header .header-nav.open ul.primary-nav li,
  header .header-nav.open ul.member-actions li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  nav ul.primary-nav li:first-child {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  nav ul.primary-nav li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  nav ul.primary-nav li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  nav ul.primary-nav li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  nav ul.primary-nav li:nth-child(5) {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  nav ul.primary-nav li:nth-child(6) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  nav ul.member-actions li:first-child {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  nav ul.member-actions li:nth-child(2) {
    -moz-transition-delay: 0.30s;
    -o-transition-delay: 0.30s;
    -webkit-transition-delay: 0.30s;
    transition-delay: 0.3s;
  }

  header ul.primary-nav li:last-child a {
    /*		border-right: none;		/**/
  }

  header .other_menu {
    position: absolute;
    bottom: 15%;
    left: 10px;
  }

  header .sm_head_menu li {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  header .sm_head_menu li a {
    border-right: 1px #aaa solid;
    padding-right: 10px;
  }

  header .sm_head_menu li:last-child a {
    border-right: none !important;
  }
}
@media (max-width: 329px) {
  /*	iPhone6	*/
  header ul.primary-nav li a {
    font-size: 1.2rem;
    /*		width:74px;	/**/
  }

  header ul.primary-nav li:nth-child(3) a,
  header ul.primary-nav li:nth-child(4) a {
    /*		width:80px !important;	/**/
  }

  /*
  	header ul.primary-nav li a span {
  		display:block;
  		margin-bottom:0px;
  		margin-right:auto;
  		margin-left:auto;
  		background-size:40px !important;
  		width:40px !important;
  		height:40px;
  	}
  */
  nav ul li a {
    font-size: 1.2rem;
  }

  header .other_menu {
    position: absolute;
    bottom: 15%;
    left: 10px;
  }

  header .sm_head_menu li {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  header .sm_head_menu li a {
    border-right: 1px #aaa solid;
    padding-right: 10px;
    display: inline-block;
  }

  header .sm_head_menu li:last-child a {
    border-right: none !important;
  }

  a:hover:after,
  a:active:after,
  a:focus:after {
    display: none !important;
  }
}
header .lang_wrapper2 {
  position: absolute;
  top: -5px !important;
  right: 0px;
  margin: 0;
  padding: 0;
}

#wovn-languages {
  margin: 0;
  padding: 0;
}

#lang ul {
  margin: 0;
  z-index: 200;
  list-style: none;
}

#lang li {
  position: relative;
  list-style: none;
  float: left;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 12px;
}

#lang li a {
  display: block;
  width: 120px;
  height: 30px;
  color: #fff !important;
  font-size: 12px;
  line-height: 30px;
  background: #03A9F4;
  text-decoration: none;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
}

#lang li a:hover {
  color: #fff;
  background: #0D47A1;
}

#lang > li li:hover > a {
  background: #0D47A1;
}

#lang li ul {
  left: 0px;
  position: absolute;
}

#lang li ul li {
  overflow: hidden;
  height: 0;
}

#lang li ul li a {
  border-top: 1px solid #fff;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}

#lang li:hover > ul > li {
  overflow: visible;
  width: 140px;
  height: 30px;
  margin-left: -5px !important;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}

@media screen and (max-width: 1199px) {
  #lang ul {
    margin: 0;
    z-index: 200;
    list-style: none;
  }

  #lang li {
    position: relative;
    list-style: none;
    float: left;
    /**/
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 12px;
  }

  #lang li a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff !important;
    font-size: 12px;
    line-height: 30px;
    background: #03A9F4;
    text-decoration: none;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
  }

  #lang li a:hover {
    color: #fff;
    background: #0D47A1;
  }

  #lang > li li:hover > a {
    background: #0D47A1;
  }

  #lang li ul {
    left: 0px;
    position: absolute;
  }

  #lang li ul li {
    overflow: hidden;
    height: 0;
  }

  #lang li ul li a {
    border-top: 1px solid #fff;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
  }

  #lang li:hover > ul > li {
    overflow: visible;
    width: 140px;
    height: 30px;
    margin-left: -5px !important;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
  }
}
@media screen and (max-width: 991px) {
  /*	SM	*/
  header .lang_wrapper2 {
    position: absolute;
    right: 60px !important;
    top: -5px !important;
    width: 120px;
  }

  #lang ul {
    margin: 0;
    z-index: 200;
    list-style: none;
  }

  #lang li {
    position: relative;
    list-style: none;
    float: left;
    width: 120px;
    height: 30px;
    text-align: center;
    /*				border-right: 1px solid #fff;	/**/
    font-size: 12px;
  }

  #lang li:last-child {
    border-right: none;
  }

  #lang li a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff !important;
    font-size: 12px;
    line-height: 30px;
    background: #03A9F4;
    text-decoration: none;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
  }

  #lang li a:hover {
    color: #fff;
    background: #0D47A1;
  }

  #lang > li li:hover > a {
    background: #0D47A1;
  }

  #lang li ul {
    left: 0px;
    position: absolute;
  }

  #lang li ul li {
    overflow: hidden;
    height: 0;
  }

  #lang li ul li a {
    border-top: 1px solid #fff;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
  }

  #lang li:hover > ul > li {
    overflow: visible;
    width: 140px;
    height: 30px;
    margin-left: -5px !important;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
  }
}
@media (max-width: 767px) {
  /*	xs	*/
  header .lang_wrapper2 {
    right: 50px !important;
  }
}
/*****************************
******* footer.scss		******
******************************/
/**	footer	**/
footer {
  border-top: 1px #fff solid;
  background: #1565C0;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  /**/
  flex-direction: row;
  width: 100%;
  background-position: center;
  overflow: hidden;
  padding: 0em 0 0em;
  margin: 0rem 0 0;
}

.footer_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width: 992px) {
  .footer_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.footer_wrapper2 {
  margin-top: 1.5rem;
  border-top: 1px #42A5F5 solid;
  padding: 1rem 0 1.5rem;
  background: #0D47A1;
}

.footer_wrapper2 .copy {
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1.3rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  text-align: center;
  padding: 0.4em 0 0em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer_wrapper2 .copy {
    text-align: center;
  }
}

footer .logo_area {
  margin: 1rem 0.5em 1rem;
  width: 25%;
}
@media (min-width: 767px) and (max-width: 992px) {
  footer .logo_area {
    margin: 0 0.5em 1rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .logo_area {
    margin: 0 0.5em 1rem;
    width: 100%;
  }
}

footer .footer_logo img {
  width: 200px;
}

footer .menu_area {
  margin: 3rem 0.5em 1rem;
  width: 70%;
}
@media (max-width: 767px) {
  footer .menu_area {
    margin: 0 0.5em 1rem;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  footer .menu_area {
    margin: 0 0.5em 1rem;
    width: 100%;
  }
}

footer .menu_area .copy {
  margin: 0 0.5em 0rem;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1.3rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  text-align: right;
  padding: 0.4em 0 0em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .menu_area .copy {
    text-align: center;
  }
}

.button_je_top {
  width: 200px;
  height: 40px;
  position: relative;
  background-color: #03A9F4;
  border-radius: 4px;
  color: #fff;
  line-height: 38px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #7ea6ab;
}

.button_je_top:hover {
  background-color: #B3E5FC;
  box-shadow: 0 3px 0 #7ea6ab;
  color: #fff;
}

.button_je_top:active {
  top: 3px;
  box-shadow: none;
}

footer .footer_dl-design {
  margin-top: 1rem;
}

footer .footer_dl-design dt {
  font-size: 2.4rem;
}

.link_list_footer ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 767px) and (max-width: 992px) {
  .link_list_footer ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .link_list_footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.link_list_footer li {
  list-style: square;
  margin-left: 5px;
  display: inline-block;
  margin-right: 10px;
  margin: 0 16px 5px;
  font-size: 1.4rem;
  width: 20%;
}

.link_list_footer li a {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  color: #B3E5FC;
}

.link_list_footer li a:after {
  border-bottom: solid 1px #B3E5FC !important;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.link_list_footer li a:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  .link_list_footer ul {
    margin: 0;
    width: 100%;
  }

  .link_list_footer li {
    display: inline-block !important;
    border-bottom: 1px #B3E5FC solid;
    border-left: none;
    padding: 14px 0px 10px;
    color: #B3E5FC;
    width: 48%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
  }

  .link_list_footer li a {
    border-left: none;
    color: #B3E5FC;
  }

  .link_list_footer li a:hover {
    border-left: none;
  }

  .link_list_footer li a:after,
  .link_list_footer li a:hover::after,
  .link_list_footer li a:hover::after,
  .link_list_footer li a:hover:after,
  .link_list_footer li a:active:after,
  .link_list_footer li a:focus:after {
    display: none;
  }
}
#footerFloatingMenu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  padding: 0px 0;
  border-top: 1px #e0e0e0 solid;
  background: #111;
}

#footerFloatingMenu ul {
  padding-top: 5px;
  /**/
  padding-bottom: 5px;
  /**/
  margin-bottom: 0;
}

#footerFloatingMenu ul li {
  /*	border-right:1px #eee solid;	/**/
  border-right: 3px double #eee;
}

#footerFloatingMenu ul li:last-child {
  border-right: none;
}

#footerFloatingMenu ul li a {
  display: block;
  color: #B3E5FC;
  font-size: 1.4rem;
  text-shadow: 0px 0px 1px rgba(250, 250, 250, 0.4);
}

#footerFloatingMenu img {
  max-width: 99%;
}

@media (max-width: 767px) {
  #footer ul li {
    display: inline-block !important;
    border-top: 1px #bbb solid;
    border-left: none;
    padding: 10px 0px;
    color: #B3E5FC;
    width: 49%;
    font-size: 1.2rem;
  }

  #footer ul li a {
    border-left: none;
  }

  #footer ul li a:hover {
    border-left: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #footerFloatingMenu {
    display: none;
  }
}
@media (min-width: 992px) {
  #footerFloatingMenu {
    display: none;
  }
}
#page-top {
  bottom: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
}

#page-top a {
  color: #fff !important;
  background: #03A9F4;
  /*	#e2bf81;	*/
  display: block;
  padding: 5px 8px 0px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  height: 55px;
  /**/
  vertical-align: text-top;
  line-height: 1 !important;
  border-radius: 50%;
  border: #fff 3px solid;
}

#page-top i {
  font-size: 30px;
  line-height: 20px !important;
}

#page-top span {
  font-size: 10px;
  line-height: 10px !important;
  line-height: 1;
  margin-top: -5px;
}

#page-top a:hover {
  text-decoration: none;
  color: #fafafa !important;
  background: #B3E5FC;
}

@media only screen and (max-width: 767px) {
  /* xs */
  #page-top {
    bottom: 50px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
  }

  #page-top a {
    display: block;
    text-align: center;
    text-decoration: none;
  }

  #page-top a:hover {
    text-decoration: none;
  }
}
/**	footer slide menu	**/
#slide {
  position: fixed;
  width: 200px;
  height: 30px;
  bottom: -33px;
  right: 0;
  color: #666;
  background: #fff;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding-right: 20px;
}

#slide-in {
  padding: 5px 10px;
}

#slide a {
  text-decoration: none;
  cursor: pointer;
}

#slide h3 {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.05em;
}

#slide #open-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/*****************************
******* layout.scss		******
******************************/
h2.main_title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  h2.main_title {
    margin: 2rem 1rem 2rem;
    font-size: 2.2rem;
  }
}

.h3_title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h3_title {
    font-size: 2rem;
    margin: 0rem 1.5rem 1.5rem;
    padding-top: 1rem;
  }
}

/*****************************
******* index.page		******
******************************/
.index_event_banner {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  -webkit-justify-content: space-between;
  /* 横方向中央揃え（Safari用） */
  justify-content: space-between;
  /* 横方向左右揃え */
}
@media (max-width: 767px) {
  .index_event_banner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.index_event_banner .link_banner {
  margin: 0 0.5em 1rem;
  width: calc(100% / 4);
  background: #fff;
  display: block;
  box-shadow: 10px 10px 0px 0px #03A9F4;
  padding: 0.5em 0.5em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .index_event_banner .link_banner {
    /*		width: calc((100% / 2) - 2% );	/**/
    margin: 0 0.5em 1rem;
    width: 45%;
  }
}

.index_category_topics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .index_category_topics {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.index_category_topics .category {
  margin: 0 0 1rem;
  width: 48%;
  background: #B3E5FC;
  border-radius: 15px;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .index_category_topics .category {
    width: 100%;
  }
}

.index_category_topics .category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}

.index_category_topics .category ul li {
  margin: 0 0 10px;
  width: 32%;
}

.index_category_topics .category ul li a {
  display: block;
  text-align: center;
  padding: 0.5em;
  background: #03A9F4;
  color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .index_category_topics .category ul li a {
    font-size: 1.2rem;
  }
}

.index_category_topics .category ul li a:hover {
  display: block;
  text-align: center;
  padding: 0.5em;
  background: #0288D1;
  color: #fff;
}

.index_category_topics .category ul li a i {
  display: block;
  margin-bottom: 0.1em;
}

.index_category_topics .topics_area {
  margin: 0 0 1rem;
  width: 48%;
}
@media (max-width: 767px) {
  .index_category_topics .topics_area {
    width: 100%;
  }
}

.index_category_topics .topics_area .weather {
  font-weight: normal !important;
  color: #333;
  border: 1px #B3E5FC solid;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-bottom: 2em;
}

.index_category_topics .topics_area .weather p.ttl {
  background: #B3E5FC;
  color: #03A9F4;
  display: inline-block;
  padding: 0.3em 3em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 0 0 1px;
}
@media (max-width: 767px) {
  .index_category_topics .topics_area .weather p.ttl {
    padding: 0.3em 1em;
  }
}

.index_category_topics .topics_area .weather p.img_area {
  padding-top: 2px !important;
  margin-bottom: 0;
  padding: 0.3em 1em;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

.index_category_topics .topics_area ul {
  padding-left: 0;
  margin-top: 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .index_category_topics .topics_area ul {
    margin-left: 5px;
  }
}

.index_category_topics .topics_area ul li {
  margin: 0em 0 0em;
  padding: 0.5em 0;
  border-bottom: 1px #B3E5FC solid;
  line-height: 1;
  word-wrap: break-word;
}

.index_category_topics .topics_area ul li:first-child {
  border-top: 1px #B3E5FC solid;
}

.index_category_topics .topics_area ul li a {
  display: block;
  color: #222;
}

.index_category_topics .topics_area span {
  margin-right: 0.5em;
  display: inline-block;
  padding: 0.5em 0.5em;
  color: #03A9F4;
}

.index_category_live {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .index_category_live {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.index_category_live .category {
  margin: 0 0 1rem;
  width: 48%;
  background: #e8f5f5;
  border-radius: 15px;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .index_category_live .category {
    width: 100%;
  }
}

.index_category_live .category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}

.index_category_live .category ul li {
  margin: 0 0 10px;
  width: 32%;
}

.index_category_live .category ul li a {
  display: block;
  text-align: center;
  padding: 1em;
  background: #03A9F4;
  color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .index_category_live .category ul li a {
    font-size: 1.2rem;
  }
}

.index_category_live .category ul li a img {
  width: 75%;
}
@media (min-width: 767px) and (max-width: 992px) {
  .index_category_live .category ul li a img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .index_category_live .category ul li a img {
    width: 100%;
  }
}

.index_category_live .category ul li a:hover {
  display: block;
  text-align: center;
  padding: 1em;
  background: #0288D1;
  color: #fff;
}

.index_category_live .category ul li a i {
  display: block;
  margin-bottom: 0.1em;
}

.index_category_live .weather {
  font-weight: normal !important;
  color: #333;
  border: 1px #B3E5FC solid;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-bottom: 1em;
}

.index_category_live .weather p.ttl {
  background: #B3E5FC;
  color: #03A9F4;
  display: inline-block;
  padding: 0.3em 3em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 0 0 1px;
}
@media (max-width: 767px) {
  .index_category_live .weather p.ttl {
    padding: 0.3em 1em;
  }
}

.index_category_live .weather p.img_area {
  padding-top: 2px !important;
  margin-bottom: 0;
  padding: 0.3em 1em;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
}

.index_category_live .live_camera_area {
  margin: 0 0 1rem;
  width: 48%;
}
@media (max-width: 767px) {
  .index_category_live .live_camera_area {
    width: 100%;
    flex-direction: column;
  }
}

.index_category_live .live_camera {
  margin: 0 0 1rem;
  border: 5px #B3E5FC solid;
  border-radius: 15px;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index_category_live .live_camera {
    width: 100%;
    flex-direction: column;
  }
}

.index_category_live .live_camera .inner {
  width: 48%;
}
@media (max-width: 767px) {
  .index_category_live .live_camera .inner {
    width: 100%;
  }
}

.index_category_live .live_camera h3 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}

.index_category_live .live_camera .live .pht {
  margin-bottom: 10px;
}

.index_category_live .live_camera .live .btn {
  text-align: center;
  margin-bottom: 0;
}

.index_livecamera_facebbok {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index_livecamera_facebbok {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.index_livecamera_facebbok .camera {
  margin: 0 0 1rem;
  width: 48%;
  background: #B3E5FC;
  padding: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .index_livecamera_facebbok .camera {
    width: 100%;
    flex-direction: column;
  }
}

.index_livecamera_facebbok .camera .inner {
  width: 48%;
}
@media (max-width: 767px) {
  .index_livecamera_facebbok .camera .inner {
    width: 100%;
  }
}

.index_livecamera_facebbok .camera .live {
  padding: 10px;
}

.index_livecamera_facebbok .camera h3 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}

.index_livecamera_facebbok .camera .live .pht {
  margin-bottom: 10px;
}

.index_livecamera_facebbok .camera .live .btn {
  text-align: center;
}

.index_livecamera_facebbok .facebook {
  margin: 0 0 1rem;
  width: 48%;
}
@media (max-width: 767px) {
  .index_livecamera_facebbok .facebook {
    width: 100%;
  }
}

.index_topics_facebbok {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .index_topics_facebbok {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.index_topics_facebbok .index_topics {
  margin: 0 0 1rem;
  width: 58%;
}
@media (max-width: 767px) {
  .index_topics_facebbok .index_topics {
    width: 100%;
  }
}

.index_topics_facebbok .facebook {
  margin: 0 0 1rem;
  width: 38%;
}
@media (max-width: 767px) {
  .index_topics_facebbok .facebook {
    width: 100%;
  }
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}
/* tab用 */
@media screen and (max-width: 992px) {
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}
/* PC用 */
@media screen and (min-width: 993px) {
  .fb-container {
    width: 500px;
  }
}
.index_topics_facebbok .index_topics ul {
  padding-left: 0;
  margin: 1rem 0 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .index_topics_facebbok .index_topics ul {
    margin-left: 5px;
  }
}

.index_topics_facebbok .index_topics ul li {
  margin: 0em 0 0em;
  padding: 0.5em 0;
  border-bottom: 1px #B3E5FC solid;
  line-height: 1;
  word-wrap: break-word;
}

.index_topics_facebbok .index_topics ul li:first-child {
  border-top: 1px #B3E5FC solid;
}

.index_topics_facebbok .index_topics ul li a {
  display: block;
  color: #222;
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* 横方向左右揃え */
}

.index_topics_facebbok .index_topics figure {
  width: 25%;
}

.index_topics_facebbok .index_topics .inf {
  width: 70%;
}

.index_topics_facebbok .index_topics .attr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_topics_facebbok .index_topics p.date {
  color: #03A9F4;
  padding: 0.3rem 0rem;
  font-size: 1.4rem;
}

.index_topics_facebbok .index_topics p.cate {
  padding: 0 0 0.5em;
  background: #03A9F4;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.event_banner_area {
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .event_banner_area {
    margin: 5% auto 10%;
  }
}

.event_banner_area .info_wrapper {
  position: relative;
  z-index: 0;
}

.event_banner_area .info_wrapper #bg_scroll {
  z-index: 0;
}

.event_banner_area .info_wrapper #bg_scroll li {
  display: none;
  margin-left: 5px;
}

.event_banner_area .info_wrapper #bg_scroll li:first-child {
  display: block;
}

.event_banner_area .info_wrapper #bg_scroll li img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .event_banner_area .info_wrapper #bg_scroll li {
    margin-left: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .event_banner_area .info_wrapper #bg_scroll li img {
    height: 8em;
  }
}
.event_banner_area .info_wrapper .info_inner {
  width: 600px;
  padding: 20px;
  position: absolute;
  min-height: 220px;
  top: 135px;
  left: 50%;
  margin-left: -300px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media (max-width: 767px) {
  .event_banner_area .info_wrapper .info_inner {
    min-height: 50px;
  }
}

.event_banner_area .info_wrapper .info_inner h2 {
  margin-bottom: 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .event_banner_area .info_wrapper .info_inner h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.event_banner_area .info_wrapper .info_inner .lead {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .event_banner_area .info_wrapper .info_inner .lead {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.event_banner_area .info_wrapper .info_inner .btn {
  margin: 3rem auto 0;
}

@media only screen and (max-width: 767px) {
  .event_banner_area .info_wrapper .info_inner {
    width: 95%;
    background: none;
    padding: 0;
    position: static;
    margin: 8% auto 8%;
    box-shadow: none;
  }

  .event_banner_area .info_wrapper .info_inner figure img {
    width: 40%;
    padding-top: 0em;
    margin-top: 0;
  }
}
/***/
/***/
.banner_list4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  text-align: center !important;
}

.banner_list4 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
}

.banner_list4 ul li {
  margin: 0 5px 10px;
  width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner_list4 ul li {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .banner_list4 ul li {
    width: 160px;
  }
}

.banner_list {
  margin-top: 0rem;
  text-align: center !important;
}

.banner_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
}

.banner_list ul li {
  margin: 0 5px 10px;
  width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner_list ul li {
    width: 170px;
  }
}
@media (max-width: 480px) {
  .banner_list ul li {
    width: 160px;
  }
}

/*************************************
******* page header image		******
**************************************/
.h1_text {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #fafafa;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
@media (max-width: 767px) {
  .h1_text {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 1rem;
  }
}

.h1_text > img {
  display: inline-block !important;
}

/*
		.h1_access {
			background:url(../common/images/icon/icon_access.svg) no-repeat left;
			padding-left:110px;
			@include sp {
				padding-left:75px;
			}
		}
*/
.h1_access {
  position: relative;
}
@media (max-width: 767px) {
  .h1_access {
    padding-left: 40px;
  }
}

.h1_access:before {
  background: url(../common/images/icon/icon_access.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_access:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_inquiry {
		background:url(../common/images/icon/icon_inquiry.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_inquiry {
  position: relative;
}
@media (max-width: 767px) {
  .h1_inquiry {
    padding-left: 40px;
  }
}

.h1_inquiry:before {
  background: url(../common/images/icon/icon_inquiry.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_inquiry:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_link {
		background:url(../common/images/icon/icon_link.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_link {
  position: relative;
}
@media (max-width: 767px) {
  .h1_link {
    padding-left: 40px;
  }
}

.h1_link:before {
  background: url(../common/images/icon/icon_link.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_link:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_privacy {
		background:url(../common/images/icon/icon_privacy.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_privacy {
  position: relative;
}
@media (max-width: 767px) {
  .h1_privacy {
    padding-left: 40px;
  }
}

.h1_privacy:before {
  background: url(../common/images/icon/icon_privacy.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_privacy:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_topics {
		background:url(../common/images/icon/icon_topics.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_topics {
  position: relative;
}
@media (max-width: 767px) {
  .h1_topics {
    padding-left: 40px;
  }
}

.h1_topics:before {
  background: url(../common/images/icon/icon_topics.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_topics:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_plan {
		background:url(../common/images/icon/icon_plan.svg) no-repeat left;
		padding-left:110px !important;
		@include sp {
			padding-left:100px;
		}
	}
*/
.h1_plan {
  position: relative;
}
@media (max-width: 767px) {
  .h1_plan {
    padding-left: 40px;
  }
}

.h1_plan:before {
  background: url(../common/images/icon/icon_plan.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_plan:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

.h1_plan2 {
  position: relative;
}

.h1_plan2:before {
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background: url(../common/images/icon/icon_plan.svg) no-repeat left;
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_plan2:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -50px;
  }
}

/*
	.h1_cate_1 {
		background:url(../common/images/icon/icon_stay.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_cate_1 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_1 {
    padding-left: 40px;
  }
}

.h1_cate_1:before {
  background: url(../common/images/icon/icon_stay.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_1:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_cate_2 {
		background:url(../common/images/icon/icon_play.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_cate_2 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_2 {
    padding-left: 40px;
  }
}

.h1_cate_2:before {
  background: url(../common/images/icon/icon_play.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_2:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

/*
	.h1_cate_3 {
		background:url(../common/images/icon/icon_eat.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
	.h1_cate_4 {
		background:url(../common/images/icon/icon_shopping.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
	.h1_cate_5 {
		background:url(../common/images/icon/icon_view.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
	.h1_cate_6 {
		background:url(../common/images/icon/icon_oyakudachi.svg) no-repeat left;
		padding-left:110px;
		@include sp {
			padding-left:75px;
		}
	}
*/
.h1_cate_3 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_3 {
    padding-left: 40px;
  }
}

.h1_cate_3:before {
  background: url(../common/images/icon/icon_eat.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_3:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

.h1_cate_4 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_4 {
    padding-left: 40px;
  }
}

.h1_cate_4:before {
  background: url(../common/images/icon/icon_shopping.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_4:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

.h1_cate_5 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_5 {
    padding-left: 40px;
  }
}

.h1_cate_5:before {
  background: url(../common/images/icon/icon_view.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_5:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

.h1_cate_6 {
  position: relative;
}
@media (max-width: 767px) {
  .h1_cate_6 {
    padding-left: 40px;
  }
}

.h1_cate_6:before {
  background: url(../common/images/icon/icon_oyakudachi.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_cate_6:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}

.page_topics {
  background-image: url(../common/images/title-assets/topics.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_topics {
    background-image: url(../common/images/title-assets/topics.jpg);
    /**/
  }
}

.page_link {
  background-image: url(../common/images/title-assets/link.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_link {
    background-image: url(../common/images/title-assets/link.jpg);
    /**/
  }
}

.page_privacy {
  background-image: url(../common/images/title-assets/privacy.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_privacy {
    background-image: url(../common/images/title-assets/privacy.jpg);
    /**/
  }
}

.page_event {
  background-image: url(../common/images/title-assets/event.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_event {
    background-image: url(../common/images/title-assets/event.jpg);
    /**/
  }
}

.page_access {
  background-image: url(../common/images/title-assets/access.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_access {
    background-image: url(../common/images/title-assets/access.jpg);
    /**/
  }
}

.page_member1 {
  background-image: url(../common/images/title-assets/stay.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member1 {
    background-image: url(../common/images/title-assets/stay.jpg);
    /**/
  }
}

.page_member2 {
  background-image: url(../common/images/title-assets/play.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member2 {
    background-image: url(../common/images/title-assets/play.jpg);
    /**/
  }
}

.page_member3 {
  background-image: url(../common/images/title-assets/food.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member3 {
    background-image: url(../common/images/title-assets/food.jpg);
    /**/
  }
}

.page_member4 {
  background-image: url(../common/images/title-assets/shop.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member4 {
    background-image: url(../common/images/title-assets/shop.jpg);
    /**/
  }
}

.page_member5 {
  background-image: url(../common/images/title-assets/view.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member5 {
    background-image: url(../common/images/title-assets/view.jpg);
    /**/
  }
}

.page_member6 {
  background-image: url(../common/images/title-assets/oyakudachi.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_member6 {
    background-image: url(../common/images/title-assets/oyakudachi.jpg);
    /**/
  }
}

.page_plan {
  background-image: url(../common/images/title-assets/plan.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_plan {
    background-image: url(../common/images/title-assets/plan.jpg);
    /**/
  }
}

.page_activity {
  background-image: url(../common/images/title-assets/inquiry.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_activity {
    background-image: url(../common/images/title-assets/inquiry.jpg);
    /**/
  }
}



.page_qanda {
  background-image: url(../common/images/title-assets/qanda.jpg);
  /**/
}
@media (max-width: 767px) {
  .page_qanda {
    background-image: url(../common/images/title-assets/qanda.jpg);
    /**/
  }
}


.h1_qanda {
  position: relative;
}
@media (max-width: 767px) {
  .h1_qanda {
    padding-left: 40px;
  }
}

.h1_qanda:before {
  background: url(../common/images/icon/icon_qanda.svg) no-repeat left;
  position: absolute;
  top: 0px;
  left: -80px;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .h1_qanda:before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    left: -10px;
  }
}


.guide_wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  -webkit-align-items: flex-start;
  /* 縦方向中央揃え（Safari用） */
  align-items: flex-start;
  /* 縦方向中央揃え */
  -webkit-justify-content: space-between;
  /* 横方向中央揃え（Safari用） */
  justify-content: space-between;
  /* 横方向左右揃え */
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .guide_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.guide_wrapper h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.guide_wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.guide_wrapper .school_info {
  margin: 0 1em 0rem;
  width: calc(100% / 2);
}
@media (max-width: 767px) {
  .guide_wrapper .school_info {
    margin: 0 0em 1rem;
    width: 100%;
  }
}

.guide_wrapper .contents-img {
  margin: 0 0em 0rem;
  width: calc(100% / 2);
}
@media (max-width: 767px) {
  .guide_wrapper .contents-img {
    margin: 0 0em 1rem;
    width: 100%;
  }
}

.guide_wrapper .contents-text {
  margin: 0 0em 0rem;
  width: calc(100% / 2);
}
@media (max-width: 767px) {
  .guide_wrapper .contents-text {
    margin: 0 auto 2rem;
    width: 96%;
  }
}

.guide_wrapper .contents-inner {
  padding: 3rem  3rem;
}
@media (max-width: 767px) {
  .guide_wrapper .contents-inner {
    padding: 1rem  1rem;
  }
}

.guide-dl-horizontal {
  border-bottom: 1px #ccc solid;
}

.guide-dl-horizontal dt {
  float: left;
  width: 100px;
  clear: left;
  text-align: left;
  padding: 10px 10px 10px;
  border-top: 1px #ccc solid;
  line-height: 1.3em;
  margin-bottom: 0 !important;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}

.guide-dl-horizontal dd {
  margin-left: 100px;
  padding: 10px 10px 10px;
  border-top: 1px #ccc solid;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}

.guide-dl-horizontal2 {
  border-bottom: 1px #ccc solid;
}

.guide-dl-horizontal2 dt {
  float: left;
  width: 150px;
  clear: left;
  text-align: left;
  padding: 10px 10px 10px;
  border-top: 1px #ccc solid;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}

.guide-dl-horizontal2 dd {
  margin-left: 150px;
  padding: 10px 10px 10px;
  border-top: 1px #ccc solid;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .guide-dl-horizontal2,
  .guide-dl-horizontal {
    border-bottom: none;
  }

  .guide-dl-horizontal2 dt,
  .guide-dl-horizontal dt {
    text-align: left;
    padding: 4px;
    clear: left;
    font-weight: bold;
    float: none !important;
    width: 100%;
    border-top: none;
  }

  .guide-dl-horizontal2 dd,
  .guide-dl-horizontal dd {
    margin-left: 0px;
    padding: 4px;
    border-top: none;
    border-bottom: 1px #ccc dotted;
    text-align: left;
    width: 100%;
  }

  .guide-dl-horizontal2 dd div,
  .guide-dl-horizontal2 dd p,
  .guide-dl-horizontal dd div,
  .guide-dl-horizontal dd p {
    padding-left: 20px;
  }
}
/*****************************
******* /event/			******
******************************/
#month12,
#month11,
#month10,
#month9,
#month8,
#month7,
#month6,
#month5,
#month4,
#month3,
#month2,
#month1 {
  padding-top: 80px;
  margin-top: -80px;
}

/**
	.event_month  ul {
		margin:2rem auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between; 
		flex-wrap: wrap;
		text-align:center;
		@include sp {
			flex-wrap: wrap;
		}
	}
	.event_month ul {
		list-style:none;
	}
	.event_month li {
		width:7.5%;
		@include sp {
			width:15%;
			margin-bottom:3px;
		}
	}

	.event_month  li a {
		display:block;
		padding:1em;
		background:$main_color;
		color:#fff;
		border-radius:3px;
		text-align:center;
	}
	.event_month li a:hover {
		background:$sub_color1;
	}
**/
.event_month ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: center;
  margin: 1em auto 0em;
}

.event_month ul li {
  margin: 0 3px 5px;
  text-align: center;
  width: 7.5%;
  font-size: 1.6rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .event_month ul li {
    width: 7.5%;
  }
}
@media (max-width: 767px) {
  .event_month ul li {
    width: 15%;
    font-size: 1.4rem;
    margin: 0 0px 3px;
  }
}

.event_month ul li a {
  display: block;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 44px;
  outline: none;
  margin: 0rem auto 0.5rem;
  background: #03A9F4;
  color: #fff;
  position: relative;
  border: 1px #03A9F4 solid;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .event_month ul li a {
    display: block;
    margin: 0rem auto 0.5rem;
  }
}

.event_month ul li a:hover {
  background-color: #B3E5FC;
  border: 1px #B3E5FC solid;
  color: #fff;
}

.event_wrapper {
  margin: 3rem auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  -webkit-align-items: flex-start;
  /* 縦方向中央揃え（Safari用） */
  align-items: stretch;
  /* 縦方向中央揃え */
  -webkit-justify-content: space-between;
  /* 横方向中央揃え（Safari用） */
  justify-content: space-between;
  /* 横方向中央揃え */
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .event_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.event_wrapper .month_wrapper {
  margin: 0em 0.5em 3rem;
  padding: 1em 1em 1em;
  width: 48%;
  background: #f8f8f5;
}
@media (min-width: 767px) and (max-width: 992px) {
  .event_wrapper .month_wrapper {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .event_wrapper .month_wrapper {
    margin: 0 auto 2rem;
    width: 96%;
    padding: 1em 1em 1em;
  }
}

.event_wrapper .month_contents {
  display: flex;
  justify-content: space-between;
  /* 横方向左右揃え */
  flex-direction: column;
}
@media (max-width: 767px) {
  .event_wrapper .month_contents {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.event_wrapper .month_contents .month {
  margin: 0em auto 2rem;
  width: 96%;
  line-height: 1.3;
  text-align: left;
  color: #555;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Oswald;
}
@media (max-width: 767px) {
  .event_wrapper .month_contents .month {
    margin: 0 auto 2rem;
    width: 96%;
    text-align: left;
  }
}

.event_wrapper .month_contents .month span {
  font-size: 4.5rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .event_wrapper .month_contents .month span {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .event_wrapper .month_contents .month span {
    font-size: 3rem;
  }
}

.event_wrapper .month_contents .month_list {
  align-items: flex-start;
  margin: 0em auto 1rem;
  width: 96%;
}
@media (max-width: 767px) {
  .event_wrapper .month_contents .month_list {
    margin: 0 auto 2rem;
    width: 98%;
  }
}

.event_wrapper .month_contents .month_list ul {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
@media (max-width: 767px) {
  .event_wrapper .month_contents .month_list ul {
    margin-left: 5px;
  }
}

.event_wrapper .month_contents .month_list ul li {
  margin: 0 0 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px #dedede solid;
}

.event_wrapper .month_contents .month_list ul li:first-child {
  border-top: 1px #dedede solid;
  padding-top: 0.5em;
}

.event_wrapper .month_contents .month_list ul li a {
  display: block;
}

/*****************************
******* /topics/		******
******************************/
.topics_list {
  margin: 2rem auto;
}

.topics_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  align-items: stretch;
  margin: 0px auto 30px;
  border-top: 1px #B3E5FC solid;
}

.topics_list ul li {
  margin: 0 0px 0px;
  text-align: center;
  width: 25%;
  font-size: 1.6rem;
  border-right: 1px #B3E5FC solid;
  border-bottom: 1px #B3E5FC solid;
}
@media (min-width: 767px) and (max-width: 992px) {
  .topics_list ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .topics_list ul li {
    width: 49%;
    font-size: 1.4rem;
    margin: 0 0px 0px;
  }
}

@media (min-width: 992px) {
  .topics_list ul li:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .topics_list ul li:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .topics_list ul li:nth-child(2n) {
    border-right: none;
  }
}
/*
.topics_list  ul li:hover {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	transition: .3s;
	
}
*/
.topics_list .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 1.5rem 1.5rem 2rem;
}
@media (max-width: 767px) {
  .topics_list .item {
    padding: 1rem;
  }
}

.topics_list .item figure {
  overflow: hidden !important;
  /**/
  min-height: 0%;
}

.topics_list .item .memo {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.topics_list .item .info_btn {
  margin-top: auto;
  text-align: center;
}

.topics_list .item .topics_label {
  background: #03A9F4;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 1.2rem;
  float: right;
}

.topics_info .event_summary_wrapper {
  margin: 3rem 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 0.5em 0;
}

.topics_info .event_summary {
  border-left: 10px #B3E5FC solid;
  padding: 1em 1em 1em 3em;
}
@media (max-width: 767px) {
  .topics_info .event_summary {
    padding: 0.5em 1em 0.5em 1em;
    margin: 2rem 0;
  }
}

.topics_info .event_summary h3 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.topics_info .plan_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 横方向左右揃え */
}
@media (max-width: 767px) {
  .topics_info .plan_dl {
    flex-direction: column;
  }
}

.topics_info .plan_dl dt {
  width: 25%;
  text-align: left;
  white-space: nowrap;
  color: #3498db;
  padding: 10px 10px 10px 0;
  font-weight: normal;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .topics_info .plan_dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 5px 10px 0px;
    border-top: 1px #e6e6e6 solid;
    /**/
  }
}

.topics_info .plan_dl dd {
  width: 75%;
  padding: 10px 10px 10px 0;
  background: #fff;
  line-height: 1.5;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .topics_info .plan_dl dd {
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 0px 10px 8px;
    border-top: none;
    /**/
  }
}

h3.topics_list_ttl {
  color: #494949;
  /*文字色*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  padding: 0.3em 0 0.3em 0.7em;
  border-left: 4px solid #03A9F4;
}
@media (max-width: 767px) {
  h3.topics_list_ttl {
    font-size: 1.8rem;
  }
}

h3.topics_info_ttl {
  color: #494949;
  /*文字色*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
@media (max-width: 767px) {
  h3.topics_info_ttl {
    font-size: 2rem;
  }
}

h3.topics_info_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

/*---------------------------------------------*/
.topics_info_wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  -webkit-align-items: flex-start;
  /* 縦方向中央揃え（Safari用） */
  -webkit-justify-content: space-between;
  /* 横方向中央揃え（Safari用） */
  justify-content: space-between;
  /* 横方向中央揃え */
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .topics_info_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.topics_info_wrapper .topics_info {
  flex-basis: 70%;
  margin: 1rem auto 2rem;
}
@media (max-width: 767px) {
  .topics_info_wrapper .topics_info {
    margin: 1rem auto 2rem;
    width: 100%;
  }
}

.topics_info_wrapper .topics_side_area {
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .topics_info_wrapper .topics_side_area {
    margin: 0 auto 2rem;
    width: 100%;
  }
}

.topics_info_wrapper .topics_info h2 {
  padding: 0.2em 0em 0.3em 1.5rem;
  margin-bottom: 1rem;
  border-left: 10px #03A9F4 solid;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .topics_info_wrapper .topics_info h2 {
    font-size: 2rem;
  }
}

.topics_info_wrapper .topics_info .topics_text {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  align-items: center;
}

.topics_info_wrapper .topics_info .topics_text .topics_date {
  margin-right: 1em;
}

.topics_info_wrapper .topics_info .topics_text .topics_label {
  background: #03A9F4;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 1.4rem;
}

.topics_info_wrapper .topics_info .topics_contens {
  margin-top: 2rem;
}

.topics_info_wrapper .topics_info .topics_contens img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.side_news_list h4 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 2rem;
  border-left: 5px #03A9F4 solid;
  padding-left: 1rem;
}

.side_news_list ul {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .side_news_list ul {
    margin-left: 5px;
  }
}

.side_news_list ul li {
  margin: 0 0 0.3em;
  padding-left: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px #B3E5FC solid;
  font-size: 1.4rem;
}

.side_news_list ul li a {
  display: block;
  color: #03A9F4;
}

.side_news_list ul li a:hover {
  color: #B3E5FC;
}

.side_news_list ul li span {
  margin-right: 1em;
  display: block;
  color: #333;
}

.event_list_wrapper {
  margin: 2rem auto 5rem !important;
  background: #F8F7E9;
  padding: 2em 0 0em;
}

.event_list {
  margin: 2rem auto 0;
}

.event_list_wrapper h2 {
  text-align: center;
}

h2.ttl_event {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}

.event_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  align-items: stretch;
  margin: 0px auto 30px;
}

.event_list ul li {
  margin: 0 0px 0px;
  text-align: center;
  width: 25%;
  font-size: 1.6rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .event_list ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .event_list ul li {
    width: 49%;
    font-size: 1.4rem;
    margin: 0 0px 0px;
  }
}

.event_list .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 1.5rem 1.5rem 3rem;
}
@media (max-width: 767px) {
  .event_list .item {
    padding: 1rem;
  }
}

.event_list .item figure {
  overflow: hidden !important;
  /**/
  min-height: 0%;
}

.event_list .item .event_date {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.event_list .item .event_date span {
  display: inline-block;
  background: #857f2a;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
  line-height: 1;
}

.event_list .item .memo {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.event_list .item .info_btn {
  margin-top: auto;
  text-align: center;
}

.event_list .item .event_label {
  background: #03A9F4;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  font-size: 1.2rem;
  float: right;
}

.event_info .event_summary_wrapper {
  margin: 3rem 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 0.5em 0;
}

.event_info .event_summary {
  border-left: 10px #B3E5FC solid;
  padding: 1em 1em 1em 3em;
}
@media (max-width: 767px) {
  .event_info .event_summary {
    padding: 0.5em 1em 0.5em 1em;
    margin: 2rem 0;
  }
}

.event_info .event_summary h3 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.event_info .plan_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 横方向左右揃え */
}
@media (max-width: 767px) {
  .event_info .plan_dl {
    flex-direction: column;
  }
}

.event_info .plan_dl dt {
  width: 25%;
  text-align: left;
  white-space: nowrap;
  color: #3498db;
  padding: 10px 10px 10px 0;
  font-weight: normal;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event_info .plan_dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 5px 10px 0px;
    border-top: 1px #e6e6e6 solid;
    /**/
  }
}

.event_info .plan_dl dd {
  width: 75%;
  padding: 10px 10px 10px 0;
  background: #fff;
  line-height: 1.5;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .event_info .plan_dl dd {
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 0px 10px 8px;
    border-top: none;
    /**/
  }
}

h3.event_list_ttl {
  color: #787326;
  /*文字色*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  padding: 0.3em 0 0.3em 0.7em;
  border-left: 4px solid #787326;
}
@media (max-width: 767px) {
  h3.event_list_ttl {
    font-size: 1.8rem;
  }
}

/*****************************
******* /member/		******
******************************/
.member_list {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.member_list .item {
  width: 30%;
  margin: 0 10px 30px;
  border: 1px #03A9F4 solid;
  border-radius: 6px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .member_list .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .member_list .item {
    width: 98%;
  }
}

.member_list .item dl {
  display: flex;
  flex-direction: column;
}

.member_list .item dt {
  background: #03A9F4;
  color: #fff;
  padding: 0.6em 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.member_list .item dt span.name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  width: calc(100% - 50px);
  float: left;
  padding: 5px 5px 5px 5px;
  line-height: 1.2;
  border-radius: 5px;
}

.member_list .item dt span.area4,
.member_list .item dt span.area3,
.member_list .item dt span.area2,
.member_list .item dt span.area1 {
  text-align: center;
  background: #fff;
  color: #03A9F4;
  font-size: 1.3rem;
  width: 50px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
}

.member_list .item dd {
  padding: 1.2em;
  margin-bottom: 0;
}

.member_list .item dd p {
  margin-bottom: 0;
  word-wrap: break-word;
}

.cate_list {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.cate_list .item {
  width: 30%;
  margin: 0 10px 30px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cate_list .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .cate_list .item {
    width: 98%;
  }
}

.cate_list .item a {
  display: block;
}

#itemList {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#itemList .item {
  width: 32%;
  margin: 20px 10px 20px !important;
  border: 1px #03A9F4 solid;
  border-radius: 6px;
  background: #fff;
}
@media (min-width: 767px) and (max-width: 992px) {
  #itemList .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  #itemList .item {
    width: 98%;
  }
}

#itemList .item dt {
  background: #03A9F4;
  color: #fff;
  padding: 0.3em 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#itemList .item dt span.name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
  padding: 5px 5px 5px 5px;
  line-height: 1.2;
  border-radius: 5px;
}

#itemList .item dt span.area4,
#itemList .item dt span.area3,
#itemList .item dt span.area2,
#itemList .item dt span.area1 {
  text-align: center;
  background: #fff;
  color: #03A9F4;
  width: 60px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
  font-size: 1.2rem;
}

#itemList .item dd {
  padding: 0.8em 1em;
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

#itemList .item dd p {
  margin-bottom: 0;
  word-wrap: break-word;
}

#itemList_col2 {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #itemList_col2 {
    align-items: flex-start;
  }
}

#itemList_col2 .item {
  width: 48%;
  margin: 10px 15px 10px;
  background: #fff;
  border-top: 1px #d6d6d6 solid;
  padding: 10px 10px 10px;
}
@media (max-width: 767px) {
  #itemList_col2 .item {
    width: 100%;
    margin: 10px 0px 10px;
  }
}

#itemList_col2 .item .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#itemList_col2 .item .inner .pht {
  width: 35%;
}
@media (max-width: 767px) {
  #itemList_col2 .item .inner .pht {
    width: 25%;
  }
}

#itemList_col2 .item .inner .desc {
  width: 60%;
}
@media (max-width: 767px) {
  #itemList_col2 .item .inner .desc {
    width: 70%;
  }
}

#itemList_col2 .item .inner .desc2 {
  width: 100%;
}
@media (max-width: 767px) {
  #itemList_col2 .item .inner .desc2 {
    width: 100%;
  }
}

#itemList_col2 .item dt {
  /*
  	background:$main_color;
  	color:#fff;
  	border-top-left-radius:5px;
  	border-top-right-radius:5px;
  */
  padding: 0.3em 0em 0;
}
@media (min-width: 767px) and (max-width: 992px) {
  #itemList_col2 .item dt {
    padding: 0em 0em 0;
  }
}
@media (max-width: 767px) {
  #itemList_col2 .item dt {
    padding: 0em 0em 0;
  }
}

#itemList_col2 .item dt span.name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
  padding: 5px 5px 0px 0px;
  line-height: 1.2;
  border-radius: 5px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #itemList_col2 .item dt span.name {
    padding: 0em 0em 0;
  }
}
@media (max-width: 767px) {
  #itemList_col2 .item dt span.name {
    padding: 0em 0em 0;
  }
}

#itemList_col2 .item dt span.area4,
#itemList_col2 .item dt span.area3,
#itemList_col2 .item dt span.area2,
#itemList_col2 .item dt span.area1 {
  text-align: center;
  background: #03A9F4;
  color: #fff;
  width: 60px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #itemList_col2 .item dt span.area4,
  #itemList_col2 .item dt span.area3,
  #itemList_col2 .item dt span.area2,
  #itemList_col2 .item dt span.area1 {
    width: 50px;
    padding: 5px 5px;
  }
}

#itemList_col2 .item dd {
  padding: 0.5em 0em;
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
@media (max-width: 767px) {
  #itemList_col2 .item dd {
    padding: 0.5em 0em 0;
  }
}

#itemList_col2 .item dd p {
  margin-bottom: 0;
  word-wrap: break-word;
}

#itemList_col2 .item .inner .url2 {
  width: 60%;
  margin-left: 40%;
}
@media (max-width: 767px) {
  #itemList_col2 .item .inner .url2 {
    width: 70%;
    margin-left: 30%;
  }
}

/********************************/
/*	facility					*/
/********************************/
.facility_info_wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  -webkit-align-items: flex-start;
  /* 縦方向中央揃え（Safari用） */
  -webkit-justify-content: space-between;
  /* 横方向中央揃え（Safari用） */
  justify-content: space-between;
  /* 横方向中央揃え */
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.facility_info_wrapper .facility_info {
  flex-basis: 70%;
  margin: 1rem auto 2rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_info {
    margin: 1rem auto 2rem;
    width: 100%;
  }
}

.facility_info_wrapper .facility_side_area {
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_side_area {
    margin: 0 auto 2rem;
    width: 100%;
  }
}

.facility_info_wrapper .copy {
  font-size: 2.2rem;
  font-weight: 300;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper .copy {
    font-size: 1.6rem;
  }
}

.facility_info_wrapper .facility_name {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_name {
    font-size: 2.4rem;
  }
}

.facility_info_wrapper .photo {
  margin: 0px auto 2rem;
}

.facility_info_wrapper .other_photo {
  text-align: center;
}

.facility_info_wrapper .other_photo a img {
  width: 16%;
  margin: 10px 10px;
}
@media (max-width: 767px) {
  .facility_info_wrapper .other_photo a img {
    margin: 5px 5px;
  }
}

.facility_info_wrapper .facility_summary {
  line-height: 1.8;
  margin-bottom: 3rem;
}

.facility_info_wrapper .facility_information {
  border: 10px #B3E5FC solid;
  padding: 1em;
}

.facility_info_wrapper .facility_information h2 {
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_information h2 {
    font-size: 1.8rem;
  }
}

.facility_info_wrapper .facility_information h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #03A9F4;
}

.facility_info_wrapper .facility_information h2 span::before,
.facility_info_wrapper .facility_information h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #B3E5FC;
}

.facility_info_wrapper .facility_information h2 span::before {
  right: 100%;
}

.facility_info_wrapper .facility_information h2 span::after {
  left: 100%;
}

.facility_info_wrapper .facility_information dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 横方向左右揃え */
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_information dl {
    flex-direction: column;
  }
}

.facility_info_wrapper .facility_information dt {
  width: 25%;
  text-align: left;
  white-space: nowrap;
  color: #000;
  padding: 10px 10px 10px 0;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_information dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 5px 10px 0px;
    border-top: 1px #e6e6e6 solid;
    /**/
  }
}

.facility_info_wrapper .facility_information dd {
  width: 75%;
  padding: 10px 10px 10px 0;
  background: #fff;
  line-height: 1.5;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .facility_info_wrapper .facility_information dd {
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 0px 10px 8px;
    border-top: none;
    /**/
  }
}

#sortArea {
  margin: 20px auto;
  width: 100%;
}

#sort {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

#sort:after {
  display: table;
  clear: both;
  content: '';
}

#sort ul {
  /*	width:100%;	/**/
}

#sort li {
  border-radius: 2px 2px 0 0;
  border: 1px solid #03A9F4;
  display: inline-block;
  background-color: #e8f5f5;
  float: left;
  margin: 5px 10px;
  width: 160px;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  color: #03A9F4;
  font-size: 1.6rem;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  -o-transition: .1s linear;
}

#sort li:hover {
  background-color: #03A9F4;
  color: #fff;
}

#sort li.active {
  background-color: #03A9F4;
  color: #fff;
  cursor: default;
}

/*****************************
******* /plan_list/		******
******************************/
.plan_list {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.plan_list .item {
  width: 30%;
  margin: 0 10px 30px;
  padding: 10px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .plan_list .item {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .plan_list .item {
    width: 98%;
  }
}

.plan_list .item:hover {
  box-shadow: 0px 0px 5px 0px rgba(5, 5, 5, 0.2);
}

.plan_list .item .info_btn {
  margin-top: auto;
}

.plan_list .plan_headline {
  display: flex;
  flex-direction: column;
}

.plan_list .text14 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.plan_list .text16 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.plan_list .text18 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.plan_list .text20 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.plan_list .text22 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}

.font_oswald {
  font-family: Oswald;
  font-weight: 500;
}

.plan_wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .plan_wrapper {
    flex-direction: column;
  }
}

.plan_info {
  width: 70%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .plan_info {
    width: 100%;
  }
}

.plan_sub_list {
  width: 25%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .plan_sub_list {
    width: 100%;
  }
}

.plan_info .figure2 {
  display: flex;
  justify-content: space-between;
  /* 横方向中央揃え */
  align-items: center;
}

.plan_info .figure2 p {
  width: 48%;
}

.plan_sub_list h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 2rem;
  border-bottom: 3px #ccc solid;
  padding-bottom: 1rem;
}

.plan_sub_list h4::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #03A9F4;
}

.plan_sub_list ul {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .plan_sub_list ul {
    margin-left: 5px;
  }
}

.plan_sub_list ul li {
  margin: 0 0 0.3em;
  padding-left: 1em;
  padding: 0.3em 0;
  border-bottom: 1px #B3E5FC solid;
  font-size: 1.4rem;
  color: #03A9F4;
}

.plan_sub_list ul li a {
  display: block;
  color: #03A9F4;
}

.plan_sub_list ul li a:hover {
  color: #B3E5FC;
}

.plan_sub_list .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* 横方向中央揃え */
  align-items: center;
  min-height: 44px;
  height: auto;
  height: 44px;
}

.plan_sub_list .item .pht {
  margin-right: 1em;
  width: 20%;
  margin-bottom: 0;
}

.plan_sub_list .item .name {
  width: 78%;
  line-height: 1.1;
  margin-bottom: 0;
}

.plan_info .lead {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.plan_info .comment {
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

h3.plan_list_ttl {
  color: #494949;
  /*文字色*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
@media (max-width: 767px) {
  h3.plan_list_ttl {
    font-size: 1.8rem;
  }
}

h3.plan_list_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #03A9F4;
}

h3.plan_info_ttl {
  color: #494949;
  /*文字色*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
@media (max-width: 767px) {
  h3.plan_info_ttl {
    font-size: 2rem;
  }
}

h3.plan_info_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

h3.plan_info_ttl2 {
  width: 635px;
  margin-left: 10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1em;
  position: relative;
  padding: .2em 0 .3em .5em;
  border-left: 6px solid #3498db;
}

h3.plan_info_ttl2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}

.plan_info .cate_name {
  text-align: right;
  margin: 0px 0 15px;
}

.plan_info .cate_name span {
  background: #1E88E5;
  color: #fff;
  padding: 0.3em 1em;
  line-height: 1;
  font-size: 1.2rem;
}

.plan_list .inquiry {
  background: #f5fbff;
  border-radius: 10px;
  border: 3px #67c5ff solid;
  padding: 1.5rem 1em 1rem;
  margin: 20px auto 20px;
  display: flex;
  width: 70%;
}
@media (min-width: 767px) and (max-width: 992px) {
  .plan_list .inquiry {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .plan_list .inquiry {
    flex-direction: column;
    width: 98%;
  }
}

.plan_info .inquiry {
  background: #f5fbff;
  border-radius: 10px;
  border: 3px #67c5ff solid;
  padding: 1.5rem 1em 1rem;
  margin: 20px auto 20px;
  display: flex;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 992px) {
  .plan_info .inquiry {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plan_info .inquiry {
    flex-direction: column;
    width: 100%;
  }
}

.plan_info .inquiry .inq_left,
.plan_list .inquiry .inq_left {
  width: 58%;
  text-align: center;
}
@media (max-width: 767px) {
  .plan_info .inquiry .inq_left,
  .plan_list .inquiry .inq_left {
    width: 100%;
  }
}

.plan_info .inquiry .inq_right,
.plan_list .inquiry .inq_right {
  width: 38%;
  text-align: center;
}
@media (max-width: 767px) {
  .plan_info .inquiry .inq_right,
  .plan_list .inquiry .inq_right {
    width: 100%;
  }
}

.plan_info .inq_ttl,
.plan_list .inq_ttl {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #222;
  text-align: center;
}
@media (max-width: 767px) {
  .plan_info .inq_ttl,
  .plan_list .inq_ttl {
    font-size: 1.8rem;
  }
}

.plan_info .inq_name,
.plan_list .inq_name {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
  color: #222;
  text-align: center;
}

.plan_list .phone {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.plan_list .btn {
  text-align: center;
  margin: 0 auto;
}

a.square_btn {
  display: block;
  padding: 0.3em 2.8em 0.3em 1.3em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 10px;
  transition: .4s;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  background: #fff;
  text-align: center;
}

a.square_btn:hover {
  background: #67c5ff;
  color: white;
}

a.square_btn:after {
  content: "\f0e0 ";
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  right: 14px;
  padding-left: 15px;
}

.square_btn2 {
  text-align: center;
  width: 240px;
  margin: 10px auto;
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;
  /*色*/
  border: solid 1px #03A9F4;
  /*線色*/
  border-radius: 10px;
}

.square_btn2:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

a.square_btn3 {
  text-align: right;
  position: relative;
  display: inline-block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 10px;
  background: #03A9F4;
  /*色*/
  border: solid 1px #0f9ada;
  /*線色*/
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a.square_btn3:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

.square_btn4 {
  text-align: center;
  width: 240px;
  margin: 10px auto;
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #333;
  background: #ddd;
  /*色*/
  border: solid 1px #ddd;
  /*線色*/
  border-radius: 10px;
}

.square_btn4:hover {
  /*押したとき*/
  border: solid 1px #ccc;
  background: #ccc;
  color: #333;
  box-shadow: none;
  text-shadow: none;
}

.plan_info .plan_dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .plan_info .plan_dl {
    flex-direction: column;
  }
}

.plan_info .plan_dl dt {
  width: 200px;
  text-align: right;
  white-space: nowrap;
  color: #3498db;
  padding: 8px 10px 8px;
  font-weight: normal;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .plan_info .plan_dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 8px 10px 5px;
  }
}

.plan_info .plan_dl dd {
  width: calc(100% - 200px);
  padding: 8px 10px 8px;
  border-top: 1px #e6e6e6 solid;
  /**/
  background: #fff;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .plan_info .plan_dl dd {
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    border-top: none;
    /**/
    padding: 0px 10px 8px;
  }
}

.plan_info .plan_dl2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .plan_info .plan_dl2 {
    flex-direction: column;
  }
}

.plan_info .plan_dl2 dt {
  width: 200px;
  text-align: left;
  white-space: nowrap;
  padding: 8px 10px 8px;
  font-weight: normal;
  border-top: 1px #e6e6e6 solid;
  /**/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .plan_info .plan_dl2 dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    padding: 8px 10px 5px;
  }
}

.plan_info .plan_dl2 dd {
  width: calc(100% - 200px);
  padding: 8px 10px 8px;
  border-top: 1px #e6e6e6 solid;
  /**/
  background: #fff;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .plan_info .plan_dl2 dd {
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    border-top: none;
    /**/
    padding: 0px 10px 8px;
  }
}

.plan_info .caution {
  /*	background:#fff;	/**/
  margin-left: 10px;
  padding: 10px;
  font-size: 14px;
}

.link_arrow {
  position: relative;
  padding: 0.5rem;
}

.link_arrow:after {
  content: "\f054 ";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #333;
  position: absolute;
  right: 10px;
  top: 40%;
  opacity: 0.8;
}

.plan_info table {
  border: 1px solid #4FC3F7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}

.plan_info table thead th,
.plan_info table tbody th,
.plan_info table tbody td {
  padding: .2em 0.5em;
  border-bottom: 1px solid #4FC3F7;
}

.plan_info table thead th {
  background-color: #4FC3F7;
  text-align: center;
  color: #fff;
}

.plan_info table tbody th {
  background-color: #B3E5FC;
  text-align: center;
}

.plan_info table thead th + th,
.plan_info table tbody td {
  border-left: 1px solid #4FC3F7;
}

.plan_info table tbody tr:last-child th,
.plan_info table tbody tr:last-child td {
  border-bottom: none;
}

.plan_info table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

.plan_info table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}

.plan_info table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}

.plan_info table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

.plan_info .table2 {
  border: 1px solid #4FC3F7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}

.plan_info .table2 thead th,
.plan_info .table2 tbody th,
.plan_info .table2 tbody td {
  padding: .8em 0.8em;
  border-bottom: 1px solid #4FC3F7;
  line-height: 1.8;
}

.plan_info .table2 thead th {
  background-color: #4FC3F7;
  text-align: center;
  color: #fff;
}

.plan_info .table2 tbody th {
  background-color: #B3E5FC;
  text-align: left;
}

.plan_info .table2 thead th + th,
.plan_info .table2 tbody td {
  border-left: 1px solid #4FC3F7;
}

.plan_info .table2 tbody tr:last-child th,
.plan_info .table2 tbody tr:last-child td {
  border-bottom: none;
}

.plan_info .table2 thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}

.plan_info .table2 thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}

.plan_info .table2 tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}

.plan_info .table2 tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

/*****************************
******* /link/			******
******************************/
.link_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  margin: 0px auto 30px;
}
@media (max-width: 767px) {
  .link_area ul {
    flex-direction: column;
  }
}

.link_area ul li {
  margin: 0 5px 10px;
  text-align: center;
  width: 24%;
  font-size: 1.6rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .link_area ul li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .link_area ul li {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 5px 0px;
  }
}

.link_area ul li a {
  display: block;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 44px;
  outline: none;
  margin: 0rem auto 0.5rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  position: relative;
  border: 1px #03A9F4 solid;
  border-radius: 10px;
  background: #fff;
  color: #03A9F4;
}
@media (max-width: 767px) {
  .link_area ul li a {
    display: block;
    margin: 0rem auto 0.5rem;
  }
}

.link_area ul li a:hover {
  background-color: #03A9F4;
  color: #fff;
}

.link_area ul li a:after {
  content: "\f054 ";
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  right: 10px;
  top: 0%;
  opacity: 0.8;
}

.link_area h3.h3_sub_title {
  margin: 1rem auto 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.link_area .tel_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin: 0px auto 30px;
}
@media (max-width: 767px) {
  .link_area .tel_list {
    flex-direction: column;
  }
}

.link_area .tel_list .item {
  width: 48%;
  margin: 0 5px 1rem;
  background: #f1faff;
  padding: 1rem 1.5rem 0;
}
@media (max-width: 767px) {
  .link_area .tel_list .item {
    width: 100%;
  }
}

.link_area .tel_list .item dl {
  margin: 0 0 1rem;
}

.link_area .tel_list .item dl dt {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #03A9F4;
}
@media (max-width: 767px) {
  .link_area .tel_list .item dl dt {
    font-size: 1.6rem;
  }
}

.link_area .tel_list .item dl dd span {
  display: block;
}

.link_area .tel_list .item dl dd .tel {
  padding-left: 30px;
  position: relative;
}

.link_area .tel_list .item dl dd .tel:before {
  content: "\f095 ";
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  left: 3px;
  top: 0%;
}

.link_area .tel_list .item dl dd .adr {
  padding-left: 30px;
  position: relative;
}

.link_area .tel_list .item dl dd .adr:before {
  content: "\f041 ";
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  left: 4px;
  top: 0%;
}

.link_area_img ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  margin: 0px auto 30px;
}
@media (max-width: 767px) {
  .link_area_img ul {
    flex-direction: column;
  }
}

.link_area_img ul li {
  margin: 0 5px 10px;
  text-align: center;
  width: 24%;
  font-size: 1.6rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .link_area_img ul li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .link_area_img ul li {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 5px 0px;
  }
}

.link_area_img ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  outline: none;
  margin: 0rem auto 0.5rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  position: relative;
  border: 1px #03A9F4 solid;
  border-radius: 10px;
  background: #fff;
  /*
  	color: $main_color;
  */
}
@media (max-width: 767px) {
  .link_area_img ul li a {
    display: block;
    margin: 0rem auto 0.5rem;
  }
}

.link_area_img ul li a img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.link_area_img .h3_sub_title {
  margin: 0.5rem auto 0.5rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

.link_area_img .desc {
  margin: 0rem auto;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.3rem;
  text-align: left;
  /*
  	color:#444;
  */
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.link_area_img ul li a:hover {
  background-color: #03A9F4;
  color: #fff !important;
}

.link_area_img2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  margin: 0px auto 30px;
}
@media (max-width: 767px) {
  .link_area_img2 ul {
    flex-direction: column;
  }
}

.link_area_img2 ul li {
  margin: 0 5px 10px;
  text-align: center;
  width: 24%;
  font-size: 1.6rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .link_area_img2 ul li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .link_area_img2 ul li {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 5px 0px;
  }
}

.link_area_img2 ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  outline: none;
  margin: 0rem auto 0.5rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  color: #444;
  position: relative;
  /*
  	border: 1px $main_color solid;
  	border-radius: 10px;
  	background:#fff;
  	color: $main_color;
  */
}
@media (max-width: 767px) {
  .link_area_img2 ul li a {
    display: block;
    margin: 0rem auto 0.5rem;
  }
}

.link_area_img2 ul li a img {
  /*
  	border-top-left-radius:8px;
  	border-top-right-radius:8px;
  */
}

.link_area_img2 .h3_sub_title {
  margin: 0.5rem auto 0.5rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}

.link_area_img2 .desc {
  margin: 0rem auto;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.3rem;
  text-align: left;
  /*
  	color:#444;
  */
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.link_area_img2 ul li a:hover {
  /*
    background-color: $main_color;
  */
  color: #03A9F4 !important;
}

.link_area2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
  margin: 0px auto 30px;
  flex-direction: column;
}

.link_area2 ul li {
  margin: 0 0px 10px;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .link_area2 ul li {
    font-size: 1.4rem;
    margin: 0 0px 0px;
  }
}

.link_area2 ul li a {
  display: block;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  margin: 0rem auto 0rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  position: relative;
  border: 1px #B3E5FC solid;
  border-radius: 0px;
  background: #B3E5FC;
  color: #03A9F4;
}
@media (max-width: 767px) {
  .link_area2 ul li a {
    display: block;
    margin: 0rem auto 0.5rem;
  }
}

.link_area2 ul li a:hover {
  background-color: #03A9F4;
  color: #fff;
}

/**
.link_area2 ul li a:after {
	content: "\f054 ";
	font-family: FontAwesome;
	font-size:1em;
	position:absolute;
	right:10px;
	top:0%;
	opacity:0.8;
}
***/
/*****************************
******* /access/		******
******************************/
.access h3 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .access h3 {
    margin-bottom: 1rem;
  }
}

.access table {
  background: #ddd;
}

.access table td,
.access table th {
  line-height: 1.3;
  padding: 0.8em 0;
}

.access table td span,
.access table th span {
  line-height: 1.1;
  display: block;
}

/*****************************
******* /privacy/		******
******************************/
.privacy {
  width: 75%;
  margin: 2rem auto;
}
@media (max-width: 767px) {
  .privacy {
    width: 100%;
  }
}

.privacy h3 {
  margin: 1rem auto 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.privacy .p_memo {
  margin-bottom: 4rem;
}

.privacy .seitei {
  margin-bottom: 2rem;
  text-align: right;
}

.cp_menu {
  max-width: 786px;
  margin: 0 auto;
  padding: 0;
}

.cp_menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  line-height: 1;
}

.cp_menu label {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color: #ffffff;
  background: #03A9F4;
  cursor: pointer;
}

.cp_menu label::before {
  position: absolute;
  content: '▼';
  color: #ffffff;
  right: 0.5em;
  top: 25%;
}

.cp_menu .lnk2 {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color: #ffffff;
  background: #03A9F4;
  cursor: pointer;
}

.cp_menu input {
  display: none;
}

.cp_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp_menu li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}

.cp_menu li a {
  background: #e8f5f5;
  color: #03A9F4;
}

.cp_menu li a:hover {
  background: #03A9F4;
  color: #e8f5f5;
}

#cp_menu_bar6:checked ~ #link6 li,
#cp_menu_bar5:checked ~ #link5 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar1:checked ~ #link1 li {
  max-height: 46px;
  margin-bottom: 1px;
  opacity: 1;
}

/*****************************
******* print.scss		******
******************************/
@media print {
  header,
  #page-top {
    display: none !important;
  }
}



/******************************************
Q and A
******************************************/
/*ボックス全体*/
.qanda {
	margin: 5em 0 3em;
	padding: 0;
/*	max-width: 400px;/*最大幅*/
}
.qanda h2 {
	margin:0 0 1em;
}

/*ラベル*/
.qanda label {
	display: block;
	margin: 0px 0;
	padding : 20px 10px 20px 10px;
	color: #333;
	font-weight: normal;
/**	background: #fff2cc;		/**/
	cursor :pointer;
	transition: all 0.5s;
	border-top:1px #eee solid;
}

/*アイコンを表示*/
.qanda label:before {
/*		content: '\f29c ';	/**/
/*
	content: '\f059 ';
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size:1.5rem;
*/
	content: 'Q ';
	padding: 2px 5px 5px 8px;
	font-size:1.2rem;
	background:#03A9F4;
	color:#fff;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	margin-right:10px;
}

/*ラベルホバー時*/
.qanda label:hover {
	background :#03A9F4;
	color:#fff;
}

/*チェックは隠す*/
.qanda input {
	display: none;
}

/*中身を非表示にしておく*/
.qanda .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 1em;
	background: #fafafa;
	opacity: 1;
	margin-bottom:20px;
}

.qanda .accshow p {
	margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label {
	background :#03A9F4;
	border-top:1px #03A9F4 solid;
	color:#fff;
}
.cssacc:checked + label:before {
	content: '\f078';
	font-family: 'FontAwesome';
	padding-right: 2px;
	font-size:1.1rem;
	background :#03A9F4;
	margin-right:10px;
}

#link1,
#link1,
#link2,
#link3,
#link4 {
  padding-top: 100px;
  margin-top: -80px;
}


