@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background: #fff;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #333;
}
a:hover, a:active {
  color: #ac91c6;
}

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

@media screen and (max-width: 896px) {
  body {
    font-size: 1.3rem;
  }
}
/* ----------------------------------------------------------------------
	header
---------------------------------------------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9995;
}
header .header--fmt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
header .header--fmt .logo {
  line-height: 90px;
}
header .header--fmt .logo .header-logo {
  fill: #fff;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 479px) {
  header .header--fmt .logo .header-logo {
    width: 70%;
  }
}
header .header--fmt .gnav ul {
  display: flex;
}
header .header--fmt .gnav ul li a {
  display: block;
  padding: 16px 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}
header.is-scrolled .header--fmt .logo .header-logo {
  fill: #000;
}
header.menu-open .header--fmt .logo .header-logo {
  fill: #fff !important;
}

/*----------------------------------------------------
	spNav
----------------------------------------------------*/
header .header_menu {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  z-index: 9996;
}
header .header_menu .circle {
  position: relative;
  background: #f5f5f5;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  left: 20px;
  top: 20px;
}
header .header_menu span:nth-child(2) {
  left: 20px;
  top: 30px;
}
header .header_menu span:nth-child(3) {
  left: 20px;
  top: 40px;
}
header .header_menu b {
  position: absolute;
  left: 10px;
  top: 47px;
  font-size: 1.1rem;
  width: 60px;
  text-align: center;
}
header .header_menu.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #333;
}

#spNav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: RGBa(0, 0, 0, 0.9);
  text-align: center;
  padding: 6vh 10% 8vh;
  z-index: 9990;
}
#spNav .nav_wrap {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
#spNav ul {
  opacity: 0;
  margin-bottom: 30px;
}
#spNav ul li a {
  font-family: "Hannari", serif;
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  line-height: 2.6;
  color: #fff;
  text-decoration: none;
}
#spNav ul li a::before {
  content: "－　";
  opacity: 0;
  transition: all 0.3s;
}
#spNav ul li a::after {
  content: "　－";
  opacity: 0;
  transition: all 0.3s;
}
#spNav ul li a:hover::before, #spNav ul li a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  #spNav ul li a {
    font-size: 1.7rem;
  }
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
.contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .contents {
    flex-wrap: wrap;
  }
}
.contents .main_contents {
  width: 64%;
}
@media screen and (max-width: 479px) {
  .contents .main_contents {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contents .main_contents .single_content p {
  margin-bottom: 2em;
}
.contents .side_contents {
  width: 30%;
  background: #f5f5f5;
  padding: 30px 2em;
}
@media screen and (max-width: 479px) {
  .contents .side_contents {
    width: 100%;
  }
}
.contents .side_contents h3.ttl_side {
  font-family: "Hannari", serif;
  font-size: 1.7rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.contents .side_contents ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.contents .side_contents ul li a {
  font-size: 1.2rem;
}

/*----------------------------------------------------
	f_content
----------------------------------------------------*/
.sct_f_menu {
  margin-top: 120px;
}
.sct_f_menu .flex .menu {
  width: calc(100% / 3);
}
@media screen and (max-width: 479px) {
  .sct_f_menu .flex .menu {
    width: 100%;
  }
}
.sct_f_menu .flex .menu a {
  display: block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 479px) {
  .sct_f_menu .flex .menu a {
    height: 220px;
  }
}
.sct_f_menu .flex .menu a .pic {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
}
.sct_f_menu .flex .menu a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1;
  opacity: 0.4;
  transition: all 0.6s;
}
.sct_f_menu .flex .menu a .box {
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc( 100% - 60px);
  height: calc( 100% - 60px);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sct_f_menu .flex .menu a .box h3 {
  font-family: "Hannari", serif;
  font-size: 2.5rem;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: all 0.6s;
}
@media screen and (max-width: 479px) {
  .sct_f_menu .flex .menu a .box h3 {
    font-size: 1.8rem;
  }
}
.sct_f_menu .flex .menu a .box .line {
  text-align: center;
}
.sct_f_menu .flex .menu a .box .line span {
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 50px;
}
.sct_f_menu .flex .menu a:hover .pic img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}
.sct_f_menu .flex .menu a:hover .box h3 {
  background: #fff;
  color: #000;
}

.sct_bana_youtube {
  background: #f5f5f5;
  padding: 80px 0;
}
@media screen and (max-width: 479px) {
  .sct_bana_youtube {
    padding: 60px 4%;
  }
}
.sct_bana_youtube center a:hover {
  opacity: 0.7;
}

.sct_gmap {
  display: none;
  line-height: 1;
}

#index .sct_gmap {
  display: block;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  background: #EBEBEB;
}
footer .f_inner {
  padding: 40px 4%;
}
footer .f_inner .flex .w50 .logo {
  padding-right: 2em;
}
@media screen and (max-width: 479px) {
  footer .f_inner .flex .w50 .logo {
    margin-bottom: 10px;
  }
  footer .f_inner .flex .w50 .logo img {
    width: 60%;
  }
}
footer .f_inner .flex .w44 .flex ul {
  width: 50%;
}
@media screen and (max-width: 479px) {
  footer .f_inner .flex .w44 .flex ul {
    display: none;
  }
}
footer .f_inner .flex .w44 .flex ul li {
  font-family: "Hannari", serif;
}
footer .f_inner .flex .w44 .flex ul li a {
  display: inline-block;
  padding: 4px 0;
}
footer .f_inner .flex .w44 .flex ul li a::before {
  content: "－　";
  opacity: 0;
  transition: 0.3s all;
}
footer .f_inner .flex .w44 .flex ul li a:hover::before {
  opacity: 1;
}
footer .copyright {
  background: #000;
  color: #fff;
  padding: 8px 4%;
}
footer .copyright center {
  font-family: "游明朝", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 479px) {
  footer .copyright center {
    font-size: 1rem;
  }
}
