@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* Googleフォント　Shippori Mincho */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/5.10.2/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px; }

.inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  z-index: 1; }

.inner_wide {
  width: 1440px;
  min-width: 1440px;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box; }

.sp_menu {
  position: absolute;
  top: 20px;
  right: 20px; }
  .sp_menu i {
    font-size: 36px;
    color: #FFF; }

h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Shippori Mincho', serif;
  color: #1D278A;
  margin-bottom: 40px; }

section {
  padding: 80px 0;
  position: relative; }
  section:last-of-type {
    padding: 80px 0 120px;
    background: url("../images/home/online_bk.jpg") center/cover no-repeat; }
  section:nth-of-type(odd) {
    /*&::before{
    	width: 585px;height: 740px;content: '';position: absolute;top: 0;left: 0;background: url("../images/common/bk_hanabi_01.png") center / cover no-repeat;z-index: 0;
    }
    &::after{
    	width: 578px;height: 462px;content: '';position: absolute;bottom: 0;right: 0;background: url("../images/common/bk_hanabi_02.png") center / cover no-repeat;z-index: 0;
    }*/ }

.bk_hanabi::before {
  width: 585px;
  height: 740px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/common/bk_hanabi_01.png") center/cover no-repeat;
  z-index: 0; }
.bk_hanabi::after {
  width: 578px;
  height: 462px;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/common/bk_hanabi_02.png") center/cover no-repeat;
  z-index: 0; }

.bk_white {
  background: #fff; }

/*.bk_gradation{background: linear-gradient(to right, #F8FFE3, #8997E8);}*/
.bk_gradation {
  background: linear-gradient(100deg, #F8FFE3 50%, #8997E8); }

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

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px;
  box-sizing: border-box; }

.link_btn {
  width: 400px;
  position: relative;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 40px;
  background: #24B297;
  border-radius: 10px; }
  .link_btn p {
    font-size: 16px;
    color: #fff; }
    .link_btn p i {
      margin-right: 5px; }
  .link_btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .link_btn:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 896px) {
  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }

  .bk_hanabi::before, .bk_hanabi::after {
    display: none; }

  h2 {
    font-size: 28px;
    margin-bottom: 32px; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .link_btn {
    width: 90%;
    margin: 40px auto 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.header_wrapper {
  width: 100%;
  height: 800px;
  position: relative;
  background: url("../images/home/header_top_img.jpg") center/cover no-repeat; }
  .header_wrapper .header_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .header_wrapper .header_container figure {
      text-align: center; }
      .header_wrapper .header_container figure:nth-of-type(2) {
        width: 372px;
        margin: 56px auto 0; }
        .header_wrapper .header_container figure:nth-of-type(2):hover {
          opacity: 0.7;
          transition: .3s; }

.mt_fuji_10year_logo {
  position: absolute;
  top: 3%;
  right: 2%; }

.fixed_data {
  position: fixed;
  display: inline-block;
  padding: 24px 20px;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: 45%;
  background: #24b297;
  z-index: 3; }
  .fixed_data p {
    writing-mode: vertical-rl;
    color: #fff; }
    .fixed_data p i {
      margin-bottom: 10px; }
  .fixed_data a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .fixed_data:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  .header_wrapper {
    height: 360px; }

  .mt_fuji_10year_logo {
    width: 20%; }

  .header_wrapper .header_container {
    width: 85%; }

  .header_wrapper .header_container figure:nth-of-type(2) {
    width: 45%;
    margin: 24px auto 0; }

  .fixed_data {
    width: 100%;
    padding: 16px 20px;
    border-radius: 0;
    bottom: 0; }

  .fixed_data p {
    writing-mode: lr;
    text-align: center; }

  .fixed_data p i {
    margin-bottom: 0;
    margin-right: 10px; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_wrapper {
  width: 100%;
  background: #1D278A; }
  .footer_wrapper .footer_container {
    padding: 64px 0; }
    .footer_wrapper .footer_container h2 {
      text-align: center;
      color: #fff; }
    .footer_wrapper .footer_container p {
      color: #fff;
      line-height: 32px; }
      .footer_wrapper .footer_container p span {
        font-size: 18px;
        font-weight: bold; }
      .footer_wrapper .footer_container p a {
        text-decoration: none;
        color: #fff; }
        .footer_wrapper .footer_container p a:hover {
          opacity: 0.7;
          transition: .3s; }
    .footer_wrapper .footer_container .footer_txt_02 {
      margin-top: 24px; }
    .footer_wrapper .footer_container .footer_txt_03 {
      font-size: 14px; }

@media screen and (max-width: 896px) {
  .footer_wrapper .footer_container p {
    line-height: 24px; }

  .footer_wrapper .footer_container p span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-left: -10px;
    margin-top: 16px; }
    .footer_wrapper .footer_container p span:first-of-type {
      margin-top: 0; }

  .footer_txt_03 {
    margin-top: 16px; } }
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #1D278A;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #1D278A;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .page-top {
    bottom: 80px; } }
/* copyright
----------------------------------------------------*/
.copyright_container {
  width: 100%;
  height: 54px;
  text-align: center;
  background: #151C4C; }
  .copyright_container p {
    font-size: 14px;
    color: #FFF;
    line-height: 54px; }
    .copyright_container p::before {
      font-family: FontAwesome;
      content: '\f1f9';
      padding-right: 5px;
      font-weight: 900;
      color: #FFF; }

/*****************************************************

 Page_name
 
*****************************************************/
/* 田貫湖まつりとは
----------------------------------------------------*/
.about_wrapper {
  width: 100%; }
  .about_wrapper h2 {
    text-align: center; }
  .about_wrapper .gray {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 32px;
    text-align: center; }
  .about_wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 28px; }

.about_2col_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  .about_2col_area .about_item_area {
    width: 48%;
    margin: 40px 40px 0 0;
    background: #e6ebff; }
    .about_2col_area .about_item_area:nth-of-type(2n) {
      margin-right: 0; }
    .about_2col_area .about_item_area:last-of-type {
      margin-right: 0; }
    .about_2col_area .about_item_area .about_txt_area {
      padding: 24px;
      box-sizing: border-box; }
      .about_2col_area .about_item_area .about_txt_area h3 {
        font-size: 24px;
        color: #1d278a;
        font-family: 'Shippori Mincho', serif;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 24px; }
      .about_2col_area .about_item_area .about_txt_area p {
        text-align: left;
        line-height: 26px; }
  .about_2col_area .box_2col {
    display: flex; }
    .about_2col_area .box_2col .about_txt_area {
      width: 50%; }
    .about_2col_area .box_2col .about_img_area {
      width: 50%;
      height: auto; }
    .about_2col_area .box_2col:nth-of-type(1) .about_img_area {
      background: url("../images/home/about_img_01.jpg") center/cover no-repeat; }
    .about_2col_area .box_2col:nth-of-type(2) .about_img_area {
      background: url("../images/home/about_img_02.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .about_wrapper .gray, .about_wrapper p {
    text-align: left; }

  .about_2col_area .about_item_area {
    width: 100%;
    margin: 40px 0 0 0; }

  .about_2col_area .box_2col {
    display: block; }

  .about_2col_area .box_2col .about_txt_area {
    width: 100%;
    display: block; }

  .about_2col_area .box_2col .about_img_area {
    width: 100%;
    padding-top: 48%; } }
/* 音楽フェス　アーティスト紹介
----------------------------------------------------*/
.artist_wrapper h2 {
  text-align: center; }

.artist_item_area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 10px 6px 12px rgba(46, 37, 124, 0.1); }
  .artist_item_area .artist_txt_area {
    width: 60%;
    height: auto;
    padding: 32px;
    box-sizing: border-box; }
    .artist_item_area .artist_txt_area h3 {
      font-size: 24px;
      color: #1d278a;
      font-family: 'Shippori Mincho', serif;
      font-weight: bold;
      margin-bottom: 24px; }
  .artist_item_area .artist_img_area {
    width: 41%;
    height: auto;
    position: relative; }
  .artist_item_area:last-of-type {
    margin-bottom: 0; }
  .artist_item_area:nth-of-type(1) .artist_img_area {
    background: url("../images/home/artist_01.jpg") center/cover no-repeat; }
  .artist_item_area:nth-of-type(2) .artist_img_area {
    background: url("../images/home/artist_02.jpg") center/cover no-repeat; }
  .artist_item_area:nth-of-type(3) .artist_img_area {
    background: url("../images/home/artist_03.jpg") center/cover no-repeat; }
  .artist_item_area:nth-of-type(4) .artist_img_area {
    background: url("../images/home/artist_04.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .artist_item_area {
    display: block; }

  .artist_item_area .artist_txt_area {
    width: 100%;
    display: block;
    padding: 28px; }

  .artist_item_area .artist_txt_area h3 {
    margin-bottom: 16px; }

  .artist_item_area .artist_img_area {
    width: 100%;
    padding-top: 65.77%; } }
/* カルチャーバレー in 田貫湖
----------------------------------------------------*/
.fujinomiya {
  padding: 0; }

.fujinomiya_wrapper {
  width: 100%;
  height: 490px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff; }
  .fujinomiya_wrapper .fujinomiya_txt {
    width: 50%;
    height: auto;
    padding: 0 5% 0 10%;
    box-sizing: border-box; }
    .fujinomiya_wrapper .fujinomiya_txt > p {
      line-height: 28px; }
  .fujinomiya_wrapper figure {
    width: 50%;
    height: 100%;
    /*background: url("../images/home/fujinomiya.jpg") center / cover no-repeat;*/ }
    .fujinomiya_wrapper figure img {
      height: 100%; }

@media screen and (max-width: 896px) {
  .fujinomiya {
    padding: 60px 0 0; }

  .fujinomiya_wrapper {
    height: auto; }

  .fujinomiya_wrapper .fujinomiya_txt {
    width: 90%;
    padding: 0;
    margin-bottom: 48px; }

  .fujinomiya_wrapper .fujinomiya_txt > p {
    text-align: justify; }

  .fujinomiya_wrapper .fujinomiya_txt .link_btn {
    width: 100%; }

  .fujinomiya_wrapper figure {
    width: 100%;
    font-size: 0; }

  .fujinomiya_wrapper figure img {
    width: 100%; } }
/* 名物・宮グルメ店舗紹介
----------------------------------------------------*/
.gourmet_wrapper {
  width: 86%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .gourmet_wrapper h2 {
    text-align: center; }
  .gourmet_wrapper .gourmet_container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 1; }
    .gourmet_wrapper .gourmet_container .gourmet_item {
      width: 23%;
      height: auto;
      margin: 20px 1%;
      background: #e6ebff;
      box-shadow: 10px 6px 12px rgba(46, 37, 124, 0.1); }
      .gourmet_wrapper .gourmet_container .gourmet_item:nth-of-type(4n) {
        margin-right: 0; }
      .gourmet_wrapper .gourmet_container .gourmet_item figure {
        width: 100%;
        height: auto; }
      .gourmet_wrapper .gourmet_container .gourmet_item ul {
        width: 100%;
        padding: 16px;
        box-sizing: border-box; }
        .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(1) {
          font-size: 16px;
          font-family: 'Shippori Mincho';
          font-weight: bold;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid #2167D8; }
        .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(2) {
          font-size: 14px; }
          .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(2) span {
            color: #2167D8; }
            .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(2) span i {
              margin-right: 5px; }
          .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(2) a {
            text-decoration: none;
            color: #333; }
      .gourmet_wrapper .gourmet_container .gourmet_item .link_btn {
        width: 50%;
        margin: 0 auto 32px;
        padding: 8px; }

@media screen and (max-width: 896px) {
  .gourmet_wrapper {
    width: 90%;
    min-width: 0; }

  .gourmet_wrapper .gourmet_container .gourmet_item {
    width: 100%;
    margin: 0 0 24px; }

  .gourmet_wrapper .gourmet_container .gourmet_item figure {
    height: auto; }

  .gourmet_wrapper .gourmet_container .gourmet_item ul li:nth-of-type(1) {
    padding-bottom: 16px;
    margin-bottom: 16px; }

  .gourmet_wrapper .gourmet_container .gourmet_item .link_btn {
    width: 70%; } }
/* まかいの牧場×田貫湖
----------------------------------------------------*/
.makaino_bnr_area {
  width: 100%;
  margin-top: 80px;
  z-index: 2; }
  .makaino_bnr_area figure {
    width: 800px;
    margin: 0 auto;
    font-size: 0; }
    .makaino_bnr_area figure a {
      text-decoration: none; }
      .makaino_bnr_area figure a:hover {
        opacity: 0.7;
        transition: .3s; }

@media screen and (max-width: 896px) {
  .makaino_bnr_area {
    margin-top: 40px; }

  .makaino_bnr_area figure {
    width: 90%; } }
/* オンライン花火大会
----------------------------------------------------*/
.online_wrapper {
  width: 100%;
  height: auto; }
  .online_wrapper h2 {
    text-align: center;
    color: #fff; }
  .online_wrapper p {
    text-align: center;
    color: #fff; }
  .online_wrapper ul {
    width: 100%;
    margin: 40px 0 80px;
    padding: 48px;
    box-sizing: border-box;
    box-shadow: 6px 6px 12px rgba(46, 37, 124, 0.5);
    background: #fff; }
    .online_wrapper ul li {
      text-align: center;
      margin-bottom: 20px; }
      .online_wrapper ul li:last-of-type {
        margin-bottom: 0; }
      .online_wrapper ul li:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 8px; }
      .online_wrapper ul li:nth-of-type(2) {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 40px; }
      .online_wrapper ul li:nth-of-type(3) {
        width: 100%;
        padding: 24px 0;
        background: #D1182E; }
        .online_wrapper ul li:nth-of-type(3) p {
          font-size: 24px;
          font-weight: bold; }
      .online_wrapper ul li:nth-of-type(4) {
        font-size: 14px; }
  .online_wrapper .online_link_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .online_wrapper .online_link_area .online_link_item {
      width: 48%; }
      .online_wrapper .online_link_area .online_link_item p {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        font-family: 'Shippori Mincho';
        color: #fff;
        margin-bottom: 16px; }
      .online_wrapper .online_link_area .online_link_item figure, .online_wrapper .online_link_area .online_link_item div {
        width: 100%;
        height: 270px;
        text-align: center; }

@media screen and (max-width: 896px) {
  .online_wrapper p {
    text-align: left; }

  .online_wrapper ul {
    padding: 20px; }

  .online_wrapper ul li {
    margin-bottom: 10px; }

  .online_wrapper ul li:nth-of-type(1), .online_wrapper ul li:nth-of-type(3) p {
    font-size: 18px; }

  .online_wrapper ul li:nth-of-type(2) {
    font-size: 25px;
    margin: 20px; }

  .online_wrapper ul li:nth-of-type(3) {
    padding: 16px 0; }

  .online_wrapper ul li:nth-of-type(3) p {
    text-align: center; }

  .online_wrapper .online_link_area .online_link_item {
    width: 100%;
    margin-bottom: 36px; }
    .online_wrapper .online_link_area .online_link_item:last-of-type {
      margin-bottom: 0; }

  .facebook {
    width: 100%;
    max-width: 100%; }

  .fb_iframe_widget_fluid span, .fb_iframe_widget iframe {
    max-width: 100%; } }
