@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*****************************************************

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

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

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.6rem;
  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: 2;
  letter-spacing: 0.5px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main_content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px 0 0;
  /*top: -80px;*/
}

figure {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 820px) {
  body {
    min-width: auto;
    font-size: 1.3rem;
  }

  .main_content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 60px 0 0;
    /*top: 60px;*/
  }

  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*PCでは表示しない*/
@media screen and (min-width: 820px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 820px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*　フォント
----------------------------------------------------*/
 /*　ボタン
----------------------------------------------------*/
.btn_01 {
  position: relative;
  margin: 0 auto;
}
.btn_01 a {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 400px;
  padding: 16px;
  background-color: #222;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .btn_01 a {
    margin: 24px auto;
    width: 80%;
    padding: 8px;
    font-size: 1.4rem;
  }
}
/*　見出し
----------------------------------------------------*/
.h2_title {
  overflow: hidden;
  font-size: 3.0rem;
  margin: 80px 0 32px;
  color: #5F9F33;
  font-family: 'Shippori Mincho B1', serif;
}

@media screen and (max-width: 820px) {
  .h2_title {
    font-size: 2.0rem;
    margin: 40px 0 16px;
  }
}
.h2_title_0 {
  overflow: hidden;
  font-size: 3.0rem;
  margin: 0 0 32px;
  color: #5F9F33;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.4;
}

@media screen and (max-width: 820px) {
  .h2_title_0 {
    font-size: 2.0rem;
    margin: 0 0 16px;
  }
}
.h2_title_center {
  overflow: hidden;
  font-size: 3.0rem;
  color: #5F9F33;
  font-family: 'Shippori Mincho B1', serif;
  text-align: center;
}
.h2_title_center span {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 820px) {
  .h2_title_center {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .h2_title_center span {
    font-size: 1.8rem;
  }
}
.h2_title_left {
  margin: 0 0 40px 0;
  font-size: 4.8rem;
  color: #222222;
  font-family: 'Julius Sans One', sans-serif;
  line-height: 1.2;
}
.h2_title_left span {
  display: block;
  color: #5F9F33;
  font-size: 2.4rem;
  font-family: 'Shippori Mincho B1', serif;
}

@media screen and (max-width: 820px) {
  .h2_title_left {
    font-size: 2.4rem;
  }
  .h2_title_left span {
    font-size: 1.6rem;
  }
}
.h2_title_en_right {
  position: absolute;
  top: -25%;
  right: 6%;
  font-size: 8.6rem;
  font-family: 'Julius Sans One', sans-serif;
}

@media screen and (max-width: 820px) {
  .h2_title_en_right {
    top: -10%;
    right: 0%;
    font-size: 6.5rem;
    color: #FFF;
  }
}
.h2_title_en_left {
  position: absolute;
  top: -20%;
  left: 6%;
  font-size: 8.6rem;
  font-family: 'Julius Sans One', sans-serif;
}

@media screen and (max-width: 820px) {
  .h2_title_en_left {
    top: 30%;
    left: 0%;
    font-size: 6.5rem;
    color: #FFF;
  }
}
.h2_title_number {
  position: relative;
  margin: 0 0 30px 0;
  padding-top: 50px;
  font-size: 3.0rem;
  font-family: 'Shippori Mincho B1', serif;
  color: #5F9F33;
}
.h2_title_number span {
  display: block;
  font-size: 2.4rem;
}
.h2_title_number::before {
  content: attr(data-en);
  position: absolute;
  transform: rotate(348deg);
  top: -45px;
  left: -60px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 9.0rem;
  font-weight: 400;
  font-family: 'Caveat', cursive;
  font-style: italic;
}

@media screen and (max-width: 820px) {
  .h2_title_number {
    position: relative;
    margin: 32px 0;
    padding-top: 30px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .h2_title_number span {
    display: block;
    font-size: 1.8rem;
  }
  .h2_title_number::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(348deg);
    top: -20px;
    left: -10px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 5.0rem;
    font-weight: 400;
    font-family: 'Caveat', cursive;
    font-style: italic;
  }
}
.h3_title {
  padding: 0 0 20px;
  font-size: 2.0rem;
  font-family: 'Shippori Mincho B1', serif;
}

@media screen and (max-width: 820px) {
  .h3_title {
    font-size: 1.8rem;
  }
}
.h3_title_bg_green {
  padding: 4px 0;
  margin: 0 0 32px;
  background-color: #5F9F33;
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Shippori Mincho B1', serif;
  color: #FFF;
}

@media screen and (max-width: 820px) {
  .h3_title_bg_green {
    font-size: 1.8rem;
    margin: 0 0 16px;
  }
}
/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* 背景色_ボックス
----------------------------------------------------*/
.bg_green {
  background-color: #F9F6EA;
}

.bg_white {
  background-color: #FFF;
}

.bg_white_box {
  box-sizing: border-box;
  padding: 32px;
  border-radius: 20px;
  background-color: #FFF;
}

@media screen and (max-width: 820px) {
  .bg_white_box {
    padding: 16px;
    border-radius: 16px;
  }
}
/* トピックパス
----------------------------------------------------*/
/*　カラム
----------------------------------------------------*/
.col2 {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > li {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  height: auto;
  margin: 0;
}
.col2 > li.half {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 0;
}
.col2 > li.text {
  box-sizing: border-box;
  width: 65%;
  height: auto;
  margin: 0;
}
.col2 > li.photo {
  box-sizing: border-box;
  width: 30%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 820px) {
  .col2 > li {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li img {
    width: 100%;
  }
  .col2 > li.half {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li.text {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2 > li.photo {
    width: 100%;
    height: auto;
    margin: 4% 0 0;
    text-align: center;
  }
  .col2 .box1 {
    order: 1;
  }
  .col2 .box2 {
    order: 2;
  }
}
.col2_start_column {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.col2_start_column > li.photo {
  box-sizing: border-box;
  position: relative;
  width: 45%;
  height: auto;
  margin: 0;
}
.col2_start_column > li.text {
  box-sizing: border-box;
  position: relative;
  width: 45%;
  height: auto;
  margin: 0 5%;
}

@media screen and (max-width: 820px) {
  .col2_start_column {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2_start_column > li.photo {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .col2_start_column > li.text {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 4%;
  }
  .col2_start_column .box1 {
    order: 1;
  }
  .col2_start_column .box2 {
    order: 2;
  }
}
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: fixed;
  display: block;
  width: 100%;
  height: 80px;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 999;
}

/* header_contents
--------------------------------------*/
.header_contents {
  width: auto;
  height: 100%;
  display: block;
}
.header_contents .header_title img {
  box-sizing: border-box;
  margin: 18px 32px;
  /*            width: 65%;
  */
}
.header_contents .header_title:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .global_header {
    height: 56px;
    min-width: 100%;
    top: 0;
    z-index: 999;
  }

  .header_contents {
    width: 100%;
    height: 100%;
  }
  .header_contents .header_title {
    height: 64px;
    margin: 8px 0 0 3%;
    font-size: 1.1rem;
    text-align: left;
  }
  .header_contents .header_title span {
    font-size: 1.4rem;
  }
}
/* global_nav
----------------------------------------------------*/
.global_nav {
  box-sizing: border-box;
}
.global_nav .sp_nav_contents {
  display: none;
}
.global_nav .pc_nav_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
  height: 80px;
  margin-right: 1.2%;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
}
.global_nav .pc_nav_contents .nav_contents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global_nav .pc_nav_contents .nav_contents .menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li {
  margin: 0;
  text-align: center;
  line-height: 2;
  box-sizing: border-box;
  height: 80px;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li a {
  display: block;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 24px;
  color: #333;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact {
  box-sizing: border-box;
  position: relative;
  width: 240px;
  height: 80px;
  margin: 0 0 0 12px;
  background-color: #043e5b;
  color: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact a {
  display: block;
  color: #FFF;
  padding: 8px;
  line-height: 1.3;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact a span {
  display: block;
  font-size: 2.4rem;
}
.global_nav .pc_nav_contents .nav_contents .menu_list li.nav_contact:hover {
  opacity: 0.7;
}

@media screen and (max-width: 820px) {
  .global_nav .pc_nav_contents {
    display: none;
  }
  .global_nav .sp_nav_contents {
    position: fixed;
    display: flex;
    width: 100%;
    height: 56px;
    z-index: 100;
    -webkit-align-items: center;
    align-items: center;
  }
  .global_nav .sp_nav_contents .sp_head_logo {
    margin: 14px 16px 6px;
  }
  .global_nav .sp_nav_contents .sp_head_logo img {
    width: auto;
    height: 30px;
  }
  .global_nav .sp_nav_contents .menu {
    margin-left: auto;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .global_nav .sp_nav_contents .menu a {
    font-size: 3.0rem;
    line-height: 1;
  }

  .sp_nav_menu ul .top_cover_contents {
    padding: 5% 0 5% 20px;
  }
  .sp_nav_menu ul .top_cover_contents h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .sp_nav_menu ul .top_cover_contents h3 span {
    font-size: 1.6rem;
  }
  .sp_nav_menu ul .top_cover_contents p.address {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .sp_nav_menu ul .top_cover_contents a {
    color: #333;
  }
  .sp_nav_menu ul .top_cover_contents a i {
    color: #333 !important;
  }
}
.mm-navbar__title {
  font-family: 'Julius Sans One' !important;
}

.mm-menu {
  background: #444 !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #FFF !important;
}

.mm-listitem > a {
  font-weight: bold;
  padding: 16px 10px 16px 20px !important;
  color: #FFF !important;
  /*i{
  	margin-right:5px;
  	color:#1eaa39 !important;
  }*/
}

.mm-listitem > p {
  padding: 16px 10px 16px 20px !important;
  color: #FFF !important;
}
.mm-listitem > p.tel {
  font-size: 1.8rem !important;
}

.mm-listview {
  font-family: 'Julius Sans One' !important;
}

/*.mm-listitem .mm-btn_next{
	background: #fff !important;

	&::after{
		border-color: #1eaa39 !important;
	}
}*/
.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: #fff !important;
}
.mm-menu .mm-listitem_opened > .mm-btn_next .mm-listitem > a, .mm-menu .mm-listitem_opened > .mm-panel .mm-listitem > a {
  color: #FFF !important;
}

.mm-listitem:last-child::after {
  border-color: transparent !important;
}

.mm-listitem_vertical > .mm-btn_next {
  height: 52px !important;
}

.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 0px !important;
}

.mm-listitem.box_contact_info {
  padding: 16px 20px 16px 20px !important;
  box-sizing: border-box;
}
.mm-listitem.box_contact_info dl {
  margin-top: 16px;
  display: flex;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
.mm-listitem.box_contact_info dl dd {
  margin-left: auto;
}

.top_mainvisual {
  position: relative;
  width: 100%;
  height: 620px;
}
.top_mainvisual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.top_mainvisual .top_news_box {
  position: absolute;
  box-sizing: border-box;
  width: 1008px;
  height: auto;
  right: 0;
  bottom: 0;
  background-color: rgba(221, 255, 93, 0.85);
}
.top_mainvisual .top_news_box .news-list_mv {
  /*list-style: none outside;*/
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.top_mainvisual .top_news_box .news-list_mv .h2_title_box {
  box-sizing: border-box;
  padding: 24px 24px 16px;
  width: 180px;
}
.top_mainvisual .top_news_box .news-list_mv .h2_title_box h2 {
  font-size: 3.6rem;
  font-family: 'Julius Sans One', sans-serif;
  line-height: 1;
}
.top_mainvisual .top_news_box .news-list_mv .date {
  box-sizing: border-box;
  color: #999;
  padding: 24px 20px 0 0;
  width: 130px;
}
.top_mainvisual .top_news_box .news-list_mv .item {
  box-sizing: border-box;
  padding: 24px 20px 0 0;
  width: auto;
}

@media screen and (max-width: 820px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: auto;
  }
  .top_mainvisual img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .top_mainvisual .top_news_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 8px;
  }
  .top_mainvisual .top_news_box .news-list_mv {
    /*list-style: none outside;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .top_mainvisual .top_news_box .news-list_mv .h2_title_box {
    box-sizing: border-box;
    padding: 14px 12px 0px;
    width: 100%;
  }
  .top_mainvisual .top_news_box .news-list_mv .h2_title_box h2 {
    font-size: 1.8rem;
    font-family: 'Julius Sans One', sans-serif;
    line-height: 1;
  }
  .top_mainvisual .top_news_box .news-list_mv .date {
    box-sizing: border-box;
    color: #999;
    padding: 2px 16px 10px 10px;
    width: 20%;
    line-height: 1;
    width: 100%;
  }
  .top_mainvisual .top_news_box .news-list_mv .item {
    box-sizing: border-box;
    padding: 2px 16px 10px 10px;
    width: 100%;
    line-height: 1.4;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  margin: 0;
  padding: 0;
  /*.copyright {
      box-sizing: border-box;
      margin: 36px 0 0;
      color: #FFF;
      font-size: 1.4rem;
      text-align: center;
  }*/
}
.global_footer .footer_info {
  box-sizing: border-box;
  background-color: #383838;
  padding: 56px 40px 40px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
}
.global_footer .footer_info p {
  margin: 24px 0 0;
}
.global_footer .footer_info a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global_footer .footer_info a:hover {
  opacity: 0.7;
}
.global_footer .footer_info .opening_hours {
  box-sizing: border-box;
  width: 70%;
  margin: 24px auto;
  padding: 8px 16px;
  border: 1px solid #FFF;
}
.global_footer .copyright {
  box-sizing: border-box;
  padding: 16px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  background-color: #000;
}

@media screen and (max-width: 820px) {
  .global_footer .footer_info {
    padding: 24px;
  }
  .global_footer .footer_info img {
    width: 70%;
    height: auto;
  }
}
/* googlemap
----------------------------------------------------*/
.googlemap {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 820px) {
  .googlemap {
    position: relative;
    padding-bottom: 25.12%;
    padding-top: 150px;
    height: 0;
    overflow: hidden;
  }

  .googlemap iframe,
  .googlemap object,
  .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* section introduction
----------------------------------------------------*/
.top_introduction {
  box-sizing: border-box;
  padding: 80px 0 0;
}
.top_introduction img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .top_introduction {
    padding: 32px 0 0;
  }
}
/* section story
----------------------------------------------------*/
.top_story {
  position: relative;
  box-sizing: border-box;
  margin: -80px 0 80px;
  padding: 160px 0 80px;
}
.top_story .year {
  margin: 40px 0 24px;
}
.top_story img {
  max-width: 100%;
  object-fit: cover;
}
.top_story figure {
  position: relative;
}
.top_story figcaption {
  font-size: 1.4rem;
}
.top_story .story_contents {
  padding: 56px 0;
}
.top_story .story_contents .img_left {
  width: 280px;
  height: auto;
  float: left;
  margin: 24px 40px 20px 0;
}
.top_story .story_contents .img_left p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.top_story .story_contents .img_right {
  width: 540px;
  height: auto;
  float: right;
  margin: 8px 0 20px 40px;
}
.top_story .story_contents .img_right p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.top_story .box_story {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 56px 0;
  padding: 24px;
  border: 2px solid #a3b4d7;
}
.top_story .supplementary_info {
  margin: 56px 0;
}
.top_story .supplementary_info li {
  font-size: 1.4rem;
  padding-left: 2.7em;
  text-indent: -2.7em;
  line-height: 1.6;
  margin: 16px 0;
}
.top_story .supplementary_info li i {
  text-indent: 0;
}
.top_story .story_profile table, .top_story .story_profile td, .top_story .story_profile th {
  border-collapse: collapse;
  width: 100%;
}
.top_story .story_profile th {
  box-sizing: border-box;
  padding: 8px 24px 0 0;
  width: auto;
  height: auto;
  font-weight: 600;
}
.top_story .story_profile td {
  box-sizing: border-box;
  padding: 8px 0 0;
  width: auto;
  height: auto;
}

@media screen and (max-width: 820px) {
  .top_story {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
    padding: 0;
  }
  .top_story .year {
    margin: 40px 0 0;
  }
  .top_story img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
  }
  .top_story figcaption {
    font-size: 1.2rem;
  }
  .top_story .story_contents {
    padding: 24px 0;
  }
  .top_story .story_contents .img_left {
    float: none;
    margin: 0;
  }
  .top_story .story_contents .img_left img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
  }
  .top_story .story_contents .img_right {
    float: none;
    margin: 0;
    width: 100%;
  }
  .top_story .story_contents .img_right img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
  }
  .top_story .story_contents .img_right p {
    margin: 0 0 16px 0;
  }
  .top_story .box_story {
    margin: 24px 0;
    padding: 16px;
  }
  .top_story .box_story img {
    width: 100%;
    min-height: auto;
  }
  .top_story .supplementary_info {
    margin: 24px 0;
  }
  .top_story .supplementary_info li {
    font-size: 1.4rem;
    padding-left: 2.7em;
    text-indent: -2.7em;
    line-height: 1.6;
    margin: 16px 0;
  }
  .top_story .supplementary_info li i {
    text-indent: 0;
  }
  .top_story .story_profile table, .top_story .story_profile td, .top_story .story_profile th {
    border: none;
    border-collapse: collapse;
    width: 100%;
  }
  .top_story .story_profile th {
    display: block;
    padding: 8px 0 0 0;
    width: 100%;
    height: auto;
  }
  .top_story .story_profile td {
    display: block;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
}
/* section about
----------------------------------------------------*/
.top_about {
  position: relative;
  box-sizing: border-box;
  margin: -80px 0 0;
  padding: 80px 0 80px;
}
.top_about .img_100 {
  width: 100%;
  height: auto;
}
.top_about .img_wine {
  text-align: right;
  margin: 10px 0 0;
}
.top_about .img_wine img {
  width: 240px;
  height: auto;
}
.top_about .h2_title_en_left {
  position: absolute;
  top: -12%;
  left: 6%;
  font-size: 8.6rem;
  font-family: 'Julius Sans One', sans-serif;
}

.bnr_box {
  margin: 40px 0 0;
}
.bnr_box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .top_about {
    margin: 40px 0 0;
    padding: 10px 0 40px;
  }
  .top_about .img_100 {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .top_about .img_wine {
    text-align: right;
    margin: 40px 0 0;
  }
  .top_about .img_wine img {
    width: 240px;
    height: auto;
  }
  .top_about .h2_title_en_left {
    top: 30%;
    font-size: 6.5rem;
    color: #FFF;
  }

  .bnr_box {
    margin: 40px 0 0;
  }
}
.about_timeline {
  margin: 80px 0 0;
}

.timeline_box {
  position: relative;
  padding: 0 20px 32px 32px;
}
.timeline_box:not(:last-child)::before, .timeline_box::after {
  position: absolute;
  content: '';
}
.timeline_box:not(:last-child)::before {
  bottom: 0;
  left: 11px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #111111;
}
.timeline_box::after {
  top: 0;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #111111;
}

.timeline_label {
  color: #5F9F33;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 0.5;
  margin: 0 0 8px 0;
}

.timeline_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto .5em;
}

.timeline_content {
  font-size: 1.4rem;
  line-height: 1.65;
}
.timeline_content li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 4px;
  line-height: 1.4;
}

.timeline_right {
  font-size: 1.5rem;
}
.timeline_right p {
  margin: 0 0 40px;
}
.timeline_right img {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}

@media screen and (max-width: 820px) {
  .about_timeline {
    margin: 40px 0 0;
  }

  .timeline_box {
    position: relative;
    padding: 0 20px 32px 32px;
  }
  .timeline_box:not(:last-child)::before, .timeline_box::after {
    position: absolute;
    content: '';
  }
  .timeline_box:not(:last-child)::before {
    bottom: 0;
    left: 11px;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #111111;
  }
  .timeline_box::after {
    top: 0;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #111111;
  }

  .timeline_label {
    font-size: 1.4rem;
  }

  .timeline_title {
    font-size: 1.4rem;
    margin: 0 auto .5em;
  }

  .timeline_content {
    font-size: 1.4rem;
  }
  .timeline_content li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 4px;
    line-height: 1.4;
  }

  .timeline_right {
    font-size: 1.5rem;
  }
  .timeline_right p {
    margin: 0 0 40px;
  }
  .timeline_right img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
}
/* news
----------------------------------------------------*/
.top_news {
  padding: 80px 0;
}
.top_news .news_btn {
  position: relative;
  margin: 56px auto 0;
}
.top_news .news-list {
  /*list-style: none outside;*/
  margin: 0;
  padding: 0;
}
.top_news .news-list .item {
  display: flex;
}
.top_news .news-list .item a {
  width: 100%;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 20px;
  font-size: 1.4rem;
}
.top_news .news-list .item:first-child a {
  border-top: 1px solid #CCC;
}
.top_news .news-list .item .date {
  margin: 0;
  display: block;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
  .top_news {
    padding: 40px 0 20px;
  }
  .top_news .news_btn {
    position: relative;
    margin: 32px auto 0;
  }
  .top_news .news-list {
    /*list-style: none outside;*/
    margin: 0;
    padding: 0;
  }
  .top_news .news-list .item {
    display: flex;
  }
  .top_news .news-list .item a {
    width: 100%;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 8px;
    font-size: 1.4rem;
  }
  .top_news .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }
  .top_news .news-list .item .date {
    margin: 0;
    min-width: 100%;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
    font-size: 1.4rem;
  }
}
/* section top_contact
----------------------------------------------------*/
.top_contact {
  position: relative;
  padding: 80px 0 0;
}
.top_contact .box_tel {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  padding: 32px;
  border-radius: 10px;
}
.top_contact .box_tel .tel_accent {
  color: #ed6354;
  font-size: 3.6rem;
}
.top_contact .h3_title_contact {
  margin: 40px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5F9F33;
}

@media screen and (max-width: 820px) {
  .top_contact {
    position: relative;
    padding: 40px 0 20px;
  }
  .top_contact .h3_title_contact {
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
}
/* poricy_scroll_box
-----------------------------------*/
.poricy_scroll_box {
  margin-top: 24px;
  width: auto;
  height: 830px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #ccc solid;
  background: #FFF;
  overflow-y: scroll;
  font-size: 1.4rem;
  border-radius: 3px;
}
.poricy_scroll_box h4 {
  margin: 32px auto 16px;
  font-weight: 700;
}
.poricy_scroll_box ul {
  margin: 8px 8px;
}
.poricy_scroll_box ul li {
  text-indent: -1.6rem;
  margin-left: 2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  .poricy_scroll_box {
    margin-top: 16px;
    width: auto;
    height: 220px;
    padding: 16px;
    font-size: 1.3rem;
  }
}
/* form_tbl
-----------------------------------*/
table.form_tbl {
  position: relative;
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.4rem;
}
table.form_tbl tr {
  /*border-bottom: dashed 1px #b3b3b3;*/
}
table.form_tbl tr th {
  display: flex;
  width: 100%;
  padding: 16px 0 0;
  color: #333333;
  text-align: left;
  vertical-align: middle;
  position: relative;
}
table.form_tbl tr th.v_align_top {
  vertical-align: top;
}
table.form_tbl tr th span.notice {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
table.form_tbl tr th span.must {
  display: block;
  height: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #e05151;
  padding: 7px 24px;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 35%;
  bottom: 35%;
}
table.form_tbl tr td {
  display: block;
  width: 100%;
  padding: 8px 0 8px;
  color: #666666;
}

@media screen and (max-width: 820px) {
  table.form_tbl {
    font-size: 1.4rem;
  }
  table.form_tbl tr {
    /*border-bottom: dashed 1px #b3b3b3;*/
  }
  table.form_tbl tr th {
    display: block;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    color: #333333;
    text-align: left;
  }
  table.form_tbl tr th span.notice {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  table.form_tbl tr td {
    display: block;
    width: 100%;
    padding: 0 0px 16px;
    box-sizing: border-box;
    color: #666666;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, textarea.w80, select.w80 {
  width: 80%;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, textarea.w60, select.w60 {
  width: 60%;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, input[type="date"].w30, textarea.w30, select.w30 {
  width: 30%;
}
input[type="text"].grade, input[type="tel"].grade, input[type="email"].grade, input[type="date"].grade, textarea.grade, select.grade {
  width: 20%;
  margin: 0 0 0 16px;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, textarea.zip, select.zip {
  width: 30%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, textarea.addr, select.addr {
  width: 100%;
}

select {
  padding: 6px 12px 8px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 4px #8bd2f5;
  border: 1px solid #8bd2f5;
}

textarea {
  height: 180px;
}

.wpcf7-form-control-wrap.course {
  display: block;
}
.wpcf7-form-control-wrap.course span.wpcf7-list-item {
  width: 50%;
  height: auto;
  margin: 16px 0 0 0 !important;
}
.wpcf7-form-control-wrap.course span.wpcf7-list-item:nth-child(2n+1) {
  margin-left: 0 !important;
}

.coursekome {
  display: block;
  margin: 0 0 16px 0;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40 {
    width: 100%;
  }
  input[type="text"].grade, input[type="tel"].grade, input[type="email"].grade, textarea.grade, select.grade {
    margin: 10px 0 0 0;
    width: 40%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }

  .wpcf7-form-control-wrap.course {
    display: block;
  }
  .wpcf7-form-control-wrap.course span.wpcf7-list-item {
    width: 100%;
    height: auto;
    margin: 16px 0 0 0 !important;
  }
  .wpcf7-form-control-wrap.course span.wpcf7-list-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

.wpcf7-select {
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.wpcf7-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-select select::-ms-expand {
  display: none;
}

.select_btn {
  position: relative;
  border-radius: 2px;
  background: transparent;
}

.select_btn::before {
  position: absolute;
  top: 0.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
  z-index: 1;
}

.select_btn:after {
  position: absolute;
  top: -9px;
  right: 0;
  bottom: 0;
  width: 41px;
  height: 41px;
  content: '';
  background: #ccc;
  pointer-events: none;
  border-top-right-radius: 4px;
}

.select_btn select {
  padding: 8px 38px 8px 12px;
  color: #666666;
}

.wpcf7-custom-item-error .naiyou::before, .wpcf7-custom-item-error .naiyou::after {
  display: none;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 2em !important;
}
span.wpcf7-list-item:first-of-type {
  margin-left: 0 !important;
}

@media screen and (max-width: 820px) {
  span.wpcf7-list-item {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0 !important;
  }
  span.wpcf7-list-item:first-of-type {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 48%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
}

input[type="radio"] label {
  padding: 3px 3px 3px 0;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 8px;
  /* left: 3px; */
  right: -50px;
  width: 24px;
  height: 8px;
  border-left: 3px solid #4671d1;
  border-bottom: 3px solid #4671d1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4671d1;
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 3px;
    right: -32px;
  }

  input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 12px;
  }

  .wpcf7 input[type="date"] {
    appearance: auto;
    height: 40px;
  }
}
/*来店／引き取り*/
@media screen and (max-width: 896px) {
  	/*.reserve_leave{
  		span.wpcf7-list-item {
  			display: inline-block;
  			margin: 6px 0 0 1em !important;
  
  			&:first-of-type{
  				margin: 0 0 0 0 !important;
  			}
  
  		}
  	}*/
}
@media screen and (max-width: 585px) {
  	/*.reserve_leave{
  		span.wpcf7-list-item {
  			display: inline-block;
  			margin: 6px 0 0 0 !important;
  
  			&:first-of-type{
  				margin: 0 0 0 0 !important;
  			}
  
  		}
  	}*/
}
@media screen and (max-width: 420px) {
  .reserve_leave .last input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 13px;
  }
}
.radio-label label::before {
  border-radius: 50%;
}

/*contactform7 エラーメッセージ*/
span.wpcf7-not-valid-tip {
  margin-top: 12px;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/* agree_checkbox
-----------------------------------*/
.agree_checkbox {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.agree_checkbox label {
  padding: 3px 3px 3px 3px;
}

.agree_policy .wpcf7-list-item label::before {
  position: absolute;
  content: '';
  top: 45%;
  left: auto;
  right: -45px;
  width: 21px !important;
  height: 21px !important;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}

.wpcf7-spinner {
  display: block !important;
  margin: 16px auto 0 !important;
}

@media screen and (max-width: 896px) {
  .agree_checkbox {
    font-size: 1.3rem;
    /*text-align: left;*/
  }

  .agree_policy .wpcf7-list-item label::before {
    right: -27px;
  }
}
@media screen and (max-width: 480px) {
  .agree_checkbox {
    text-align: left;
    /*text-align: left;*/
  }
}
/* btn_base
-----------------------------------*/
.submit_btn {
  margin: 40px auto;
}

.btn_base {
  width: 80%;
  max-width: 400px;
  background-color: #222;
  color: #fff;
  line-height: 1.2;
  margin: 40px 0 0;
  padding: 16px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn_base:hover {
  opacity: 0.6;
}

@media screen and (max-width: 896px) {
  .submit_btn {
    margin: 40px auto 0;
    text-align: center;
  }

  .btn_base {
    width: 90%;
    max-width: 400px;
    margin: 24px 0 0;
    font-size: 1.6rem;
  }
}
/* news
----------------------------------------------------*/
.news {
  padding: 80px 0;
}
.news .news_date_txt {
  margin: 0;
  padding: 16px 0 32px 0;
  border-top: 1px solid #CCC;
}

.news-list {
  /*list-style: none outside;*/
  margin: 0;
  padding: 0;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #CCC;
  padding: 20px;
  font-size: 1.4rem;
}
.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}
.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
  .news {
    padding: 40px 0 20px;
  }
  .news .news_date_txt {
    margin: 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #CCC;
  }
  .news .news_btn {
    position: relative;
    margin: 32px auto 0;
  }
  .news .news-list {
    /*list-style: none outside;*/
    margin: 0;
    padding: 0;
  }
  .news .news-list .item {
    display: flex;
  }
  .news .news-list .item a {
    width: 100%;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: 1px solid #CCC;
    padding: 8px;
    font-size: 1.4rem;
  }
  .news .news-list .item:first-child a {
    border-top: 1px solid #CCC;
  }
  .news .news-list .item .date {
    margin: 0;
    min-width: 100%;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
    font-size: 1.4rem;
  }
}
/*　editor_area
----------------------------------------------------*/
.editor_area {
  box-sizing: border-box;
  margin: 32px auto 0;
  width: 880px;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.9;
}
.editor_area a {
  color: #b39d5a;
  text-decoration: underline #b39d5a;
}
.editor_area h3 {
  display: block;
  margin: 40px auto 0;
  color: #5F9F33;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 6px 0;
  position: relative;
}
.editor_area h3:first-child {
  margin-top: 0;
}
.editor_area h4 {
  margin: 48px auto 0;
  color: #222222;
}
.editor_area h4::before {
  margin-right: 4px;
  display: inline-block;
  content: '\f111';
  color: #5F9F33;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.editor_area h4:first-child {
  margin-top: 0;
}
.editor_area p {
  margin: 10px 0 24px;
}
.editor_area strong {
  font-weight: bold;
}
.editor_area em {
  font-style: italic;
}
.editor_area hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px #eee solid;
}
.editor_area img {
  border: none !important;
  max-width: 880px;
  height: auto !important;
  object-fit: cover !important;
  margin: 16px 0 !important;
}
.editor_area ul {
  margin-top: 24px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .editor_area {
    box-sizing: border-box;
    margin: 32px auto 0;
    width: 100%;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .editor_area h3 {
    margin: 24px auto 16px;
    font-size: 1.6rem;
  }
  .editor_area h4 {
    margin: 32px auto 0;
  }
  .editor_area p {
    margin: 16px 0;
  }
  .editor_area img {
    border: none !important;
    max-width: 100%;
    height: auto !important;
    object-fit: cover !important;
    margin: 16px 0 !important;
  }
  .editor_area ul {
    margin-top: 16px;
    padding-left: 1.8rem;
  }
  .editor_area ul li {
    margin-top: 8px;
  }
  .editor_area ol {
    margin-top: 16px;
    padding-left: 1.8rem;
  }
  .editor_area ol li {
    margin-top: 8px;
  }
}
/*　movie_contents 2024年4月12日　追加
----------------------------------------------------*/
.movie_contents {
  width: 100%;
  height: auto;
  margin: 56px auto;
  max-width: 816px;
  aspect-ratio: 16 / 9;
}
.movie_contents iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  .movie_contents {
    width: 100%;
    height: auto;
    margin: 32px auto;
    aspect-ratio: 16 / 9;
  }
  .movie_contents iframe {
    width: 100%;
    height: 100%;
  }
}
/*     reCAPTCHA     */
.grecaptcha-badge {
  z-index: 9999 !important;
}
