@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-overflow-scrolling: touch !important;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout:none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

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

.hidden {
  display: none;
}
header{
    line-height: 1.3;
    text-align: center;
}
/*===============================

    Base
    サイト全体のフォント
    字間や行間
    リンクの扱い
    imgのサイズ
    幅の設定等

================================*/

html{
  font-size: 10px;
  overflow-x: auto;
}

body{
    /*ゴシック*/
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;/*Regular　500(Medium)*/
    font-style: normal;
    color: #2D2D2D;
    line-height: 3.7rem;
    font-size: 1.8rem;/*（18px）*/
    overflow-x: hidden;
}
.lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* custum
 * ========================================================================== */

h1,h2,h3,h4,ul,th,td,p{
  margin: 0;
  padding: 0;
  font-weight: normal;
}

th{
    font-weight: normal;
}

li{
  list-style: none;
}

a{
  text-decoration: none;
}

/* PC-sp
 * ========================================================================== */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 782px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


/*===============================

    Utility
    よく使われるアイテム
    よく使われるプロパティ

================================*/

.hide{
    display: none;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical_middle{
    display: flex;
    align-items: center;
}

.wrap1000{
    margin: auto;
    width: 100%;
    max-width: 1000px;
}
@media screen and (min-width: 782px) {
.right{
  text-align: right;
}
}
@media screen and (max-width: 1025px){
    .sp_purplewrap{
        padding: 0 20px;
    }
    .sp_whitewrap{
        padding: 0 16px;
    }
}

/*SP_top_mainvisual用*/

@media screen and (max-width: 960px){
    .sp_topwrap .wrap1200{
       max-width: 100%; 
    }
    .sp_topwrap .b_lightpurple{
        padding: 0;
    }
}

.pagewrap_purple{
    padding-bottom: 80px;
}

@media screen and (max-width: 960px){
    .pagewrap_purple{
        padding-bottom: 50px;
    } 
}

.pagewrap_white{
    padding: 80px 0px 50px 0px;
    max-width: 1023px;
    margin: auto;
}

.advantage .pagewrap_purple{
    padding-bottom: 0;
}

.advantage .pagewrap_white{
    padding-bottom: 0;
}


/*advantage_white部分*/
@media screen and (max-width: 960px){
    .advantage .sp_whitewrap{
        max-width: 500px;
        margin: auto;
    }
}


/*advantage_yellow部分*/
.advantage_wrap{
    margin: auto;
    padding: 0 5px;
    max-width: 1023px;
}

@media screen and (max-width: 1025px){
    .advantage_wrap{
        padding: 0 20px;
    }
}

/*advantage_下部*/

.advantage_flegma .pagewrap_purple{
    padding-bottom: 80px;
}

@media screen and (max-width: 540px){
    .advantage_flegma .pagewrap_purple{
        padding-bottom: 50px;
    }
}

.advantage_flegma .pagewrap_white{
    padding-bottom: 100px;
}

@media screen and (max-width: 540px){
    .advantage_flegma .pagewrap_white{
        padding: 30px 0 50px 0;
    }
}

@media screen and (max-width: 960px){
    .pagewrap_white{
        padding-top: 90px;
    }
}



.inner{
    width: auto;
    margin: auto;
}

.jus_center{
    justify-content: center;
}

.jus_left{
    justify-content: left;
}

.jus_right{ 
    justify-content: right;
}



/*color　色サンプル*/
.t_white{
    color: #FFFFFF;
}
.t_black{
    color: #2D2D2D;
}
.t_black2{
    color: #3A3A3A;
}
.b_black3{
  background-color: #2A2A2B;
}
.b_white{
    background-color: #FFFFFF;
}
.t_blue{
    color: #A5C4C6;
}
.b_blue{
   background-color: #A5C4C6;
}
.t_gray{
    color: #D3D7DA;
}
.b_gray{
    background-color: #D3D7DA;
}
.t_gray2{
    color: #DDDDDD;
}
.b_gray2{
    background-color: #DDDDDD;
}
.t_red{
    color: #BD4929;
}
/*フォントサイズ共通*/
.font18{
  font-size: 1.8rem !important;
}
.common_text18{
  font-size: 1.8rem;
}
.common_text22{
  font-size: 2.2rem;
}
.common_text28{
  font-size: 2.8rem;
  line-height: 5rem;
}
.common_text36{
  font-size: 3.6rem;
}
@media screen and (max-width: 782px) {
  .common_text18{
    font-size: 1.6rem;
  }
  .common_text22{
    font-size: 1.6rem;
  }
  .common_text28{
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  .common_text36{
    font-size: 2.8rem;
  }
}
/*===============================

    SEO
    アウトライン用

================================*/

.seo_hedding{
    display: none;
}



/*==============================ナビ================================*/
ul,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  line-height: 60px;
}
.menu-left img {
  vertical-align: bottom;
}
@media screen and (max-width: 782px) {
  .menu-left {
    line-height: 1;
    margin-top: 39px;
    margin-left: 32px;
  }
  .menu-left img {
    width: 90px;

  }
}
/* 上部メニュー */
.menu {
  float: right;
}
.menu-parent {
  float: left;
  margin-right: 30px;

  font-size: 17px;
  white-space: nowrap;
}
.menu-parent a:hover{
  color: #A5C4C6;
  transition : color 0.5s ease 0s;
}
/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}
/*---------ナビ日本語--------*/
.menu-parent a , .flex{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    height: 100px;
    justify-content: center;
}

.row_change{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 782px) {
  .row_change{
    flex-direction: column;
    align-items:inherit;
  }
}
.menu-parent a span:nth-child(2) , .flex span:nth-child(2){
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
}

@media screen and (max-width: 782px) {
   /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }
  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #DDD;
  }
  .menu-parent:first-child {
    border-top: 1px solid #DDD;
  }
  .menu-parent i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background-color: rgba(255, 255, 255,0.5);
  }
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: auto;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255,0.5);
  padding-top: 16px;
  transition : all 0.5s ease 0s;
  font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;/*Regular　500(Medium)*/
    font-style: normal;
    color: #2D2D2D;
}
.menu-parent .menu-child li a{
  line-height: 56px;
}
/* パソコン用 */
@media screen and (min-width: 782px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }


  /*---ナビ固定--*/
    #header{
        position: fixed;
        width:100%;/*横幅指定*/
        z-index: 999;/*最前面へ*/
        text-align: center;
        padding: 35px 65px;
    }
    /*　上に上がる動き　*/

    #header.UpMove{
        position: fixed;
        width:100%;
        animation: UpAnime 0.5s forwards;
    }

    @keyframes UpAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
    }

    /*　下に下がる動き　*/

    #header.DownMove{
        position: fixed;
        width:100%;
        animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }
}
/* スマホ用 */
@media screen and (max-width: 782px) {
  
  /* 子メニュー */
  .menu-parent .menu-child {
    border-top: 1px solid #DDD;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }

}
/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: 1px solid #DDD;
  padding: 0px 17px;

}
/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}







.btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 0px;
  right: 0px;
  /* ボタンの大きさ  */
  width: 92px;
  height: 92px;
  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 2000;
  background-color: #FFF;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  /* 線の長さと高さ */
  width: 35px;
  height: 1px;
  /* バーガー線の色 */
  background-color: #909090;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: .2s;
  background-color: transparent;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  /* 基準線と同じ大きさと色 */
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #909090;
  transition: .2s;
  left: 0;
}


.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-4px);
}


.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(4px);
}

/***** メニューオープン時 *****/
.btn-line.open {
  /* 真ん中の線を透明に */
  background-color: transparent;
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: .2s;
}

.btn-line.open::before {
  /* 上の線を傾ける */
  transform: rotate(45deg);
}

.btn-line.open::after {
  /* 上の線を傾ける */
  transform: rotate(-45deg);
}

.menu.open {
  display: block;
  position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    background-color: rgba(255, 255, 255,0.7);
    z-index: 1000;
}
@media screen and (min-width: 782px) {
  .btn {
    display: none;
  }
}
/*-------------下層ページ共通---------------*/
.under_page_top{
  padding-top: 180px;
  padding-bottom: 130px;
  background-color: #fff;
  max-height: 521px;
}
.under_page_top img{
  width: 95.77px;
  height: 69.4px;
}
.under_page_top div{
  text-align: center;
}
.under_page_top h1{
  font-size: 3.6rem;
  text-align: center;
  margin-top: 26px;
}
.under_page_top p{
  line-height: 3.6rem;
  text-align: center;
  margin-top: 30px;
}
.absolute{
  position: absolute;
}

/*------------------枠---------------------*/
.box_parent{
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: -1;
}
.top_box{
  height: 28px;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
}
.bottom_box{
  height: 28px;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.right_box{
  height: 100vh;
  width: 28px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
}
.left_box{
  height: 100vh;
  width: 28px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 782px) {
  .top_box , .bottom_box{
    height: 24px;
  }
  .right_box , .left_box{
    width: 24px;
  }
}
/*------------------スライドショー---------------------*/
.main_imgBox {
  height:100vh;
  overflow:hidden;
  position: absolute; 
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
}
.main_img {
  z-index:-1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; 
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

  @keyframes anime {
    0% {
          opacity: 0;
      }
      8% {
          opacity: 1;
      }
      17% {
          opacity: 1;
      }
      25% {
          opacity: 0;
          transform: scale(1.2) ;
           z-index:-1;
      }
      100% { opacity: 0 }
  }

  .catch{
    writing-mode: vertical-rl;
    line-height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size:2.1rem;
    height: 390px;
  }
  .catch span{
    background-color: #FFF;
    padding: 19px 10px;
  }
  @media screen and (max-width: 782px) {
    .catch{
      line-height: 51px;
      font-size:1.6rem;
      height: 280px;
    }
    .catch span{
      padding: 9px 8px;
    }
  }
  .scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:133px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 133px;
	background: #fff;
    /*線の動き3秒かけて動く。永遠にループ*/
	animation: pathmove 3s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:60px;
		opacity: 1;
	}
	100%{
		height:0;
		top:134px;
		opacity: 0;
	}
}



/*------------------INFORMATION---------------------*/
.information{
  background-image: url(../image/top/illust.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 263px 163px ;
}
.information h1{
  letter-spacing: 0;
  transform: rotate(270deg);
  width: 138px;
  margin-top: 40px;
  margin-left: -60px;
  font-size: 1.8rem;
}
.information p{
  margin-left: 75px;
  line-height: 41px;
}
.news{
  margin-top: -80px;
  padding-top: 71px;
  padding-bottom: 122px;
}
time{
  margin-right: 110px;
}

@media screen and (max-width: 782px) {
  .information{
    background-size: 129px 88px ;
  }
  .information h1{
    transform: rotate(0deg);
    margin-top: 0px;
    margin-left: 0px;
  }
  .information p{
    margin-left: 0px;
    line-height: 41px;
    font-size: 1.6rem;
  }
  .news{
    margin-top: 0px;
    padding-top: 36px;
 
  }
  time{
    margin-right: 32px;
  }
  .information p{
    text-indent: -7em;
    padding-left: 7em;
  }
}
/*------------------ABOUT---------------------*/
.about{
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url(../image/top/about.png);
  background-position: right;
  background-size: 47% 100%;
  background-repeat: no-repeat;
}
.pc_title{
  font-size: min(calc(1.63265vw + 2.11735rem),3.75rem);
}
.big_title{
  font-size: 3rem;
  line-height: 6rem !important;
}
.about_title{
  line-height: 7.4rem;
  font-weight: 500;
  margin-top: 54px;
}
.about_title span{
  background-color: #FFF;
  padding: 0 20px;
}
.kokuin .about_title span{
  background-color: #E2E5E7;
  padding: 0 20px;
}
.yugosic{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
} 
.about_text{
  width: 489px;
  margin-top: 44px;
}

@media screen and (max-width: 782px) {
  .about{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
  }
  .pc_title{
    font-size: 2.8rem;
  }
  .big_title{
    font-size: 2.8rem;
    line-height: 5rem !important;
  }
  .about_title{
    font-size: 2.1rem;
    line-height: 5rem;
    margin-top: 30px;
  }
  .about_title span{
    padding: 3px 17px;
  }
  .about_text{
    width: auto;
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
/*------------------画像スクロール---------------------*/
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll__wrap {
  display: flex;
  overflow: hidden;
}
.scroll__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll__item {
  width: calc(100vw / 4);
  height: 239px;
  margin-left: 29px;
  margin-top: 23px;
}
.scroll__item>img {
  width: 100%;
  height: 100%;
  border-radius: 29px;
  object-fit: cover;
}
@media screen and (max-width: 782px) {
  .scroll__item {
    width: calc(100vw / 2);
    height: 150px;
    margin-left: 17px;
    margin-top: 19px;
  }
  .scroll__item>img {
    width: 100%;
    height: 100%;
    border-radius: 26px;
  }
}
/*------------------MENU---------------------*/
.lunch_menu h1{
  margin-top: 130px;
}
.lunch_menu_text{
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 4rem;
}
.grid_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 94px;
grid-row-gap: 49.5px;
margin-top: 60px;
}
.grid_parent img{
  height: 417px;
  width: 417px;
  object-fit: cover;
}
.div1 { 
  grid-area: 1 / 1 / 2 / 2; 

}
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 2 / 2 / 3 / 3; }

.right_border{
  border-right: 2px #D3D7DA solid;
}
.grid_parent .flex p:first-child{
  padding-right:46px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid_parent .flex p:nth-child(2){
  padding-right:10px;
  line-height: 2.8rem;
}
@media screen and (max-width: 782px) {
  .grid_parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: px;
  grid-row-gap: 43px;
  text-align: center;
  margin-top: 36px;
  }

  .div1 { 
    grid-area: 1 / 1 / 2 / 2;
   }
  .div2 { 
    grid-area: 2 / 1 / 3 / 2;
   }
  .div3 { 
    grid-area: 3 / 1 / 4 / 2;
   }
  .div4 { 
    grid-area: 4 / 1 / 5 / 2;
   }
   .grid_parent .flex{
    max-width: 417px;
    margin-left: auto;
    margin-right: auto;
  }
  .lunch_menu_text{
  margin-top: 37px;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.grid_parent .flex p:first-child{
  text-align: left;
  padding-left: 24px;
  margin-top: 20px;
}
.grid_parent .flex p:nth-child(2){
  text-align: right;
  padding-top: 14px;
}
.right_border{
  border-right: none;
  border-bottom: 2px #D3D7DA solid;
  max-width: 221px;
}
}
/*------------------SPECIAL---------------------*/
.special_img{
  margin-top: 130px;
}
.special_img_bottom{
  margin-bottom: 100px;
}
@media screen and (max-width: 782px) {
  .special_img{
    margin-top: 50px;
    height: 100px;
    object-fit: cover;
  }
  .special_img_bottom{
    margin-bottom: 0px;
    height: 100px;
    object-fit: cover;
  }
}
.special{

  width: 100%;
  position: relative;
}
.big{
  font-size: 3.6rem;
  margin-right: 3px;
}
.circle_parent{
  position: relative;
  width: 330px;
  height: 330px;
}
.circle_parent img{
  position: absolute;

}
.circle_parent img:first-child{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.circle_parent img:nth-child(2){
  animation: rotation 30s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1060px) {
  .special_text{
    font-size: 1.6rem;
    margin-top: 22px;
  }
  .special{
    height: 736px;
  }
  .special::before{
    width: 100%;
    height: 736px;
    background-size: cover;
  }
  .special .row_change{
    flex-direction: column-reverse;
    align-items: center;
  }
  .circle_parent{
    margin-top: 50px;
  }
}
/*------------------Attention---------------------*/
.left_jp{
  margin-left: 30px;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.right_jp_title{
  display: flex;
  flex-direction: row-reverse;
}
.right_jp{
  margin-right: 30px;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.attention h1{
  margin-bottom: 44px;
  margin-top: 30px;
}
.attention_text p:first-child{
  font-size: 1.8rem;
  list-style-type: disc;
}
.attention_text p:nth-child(2){
  margin-top: 23px;
  line-height: 3.4rem;
  letter-spacing: 0.1rem;
}
.attention_text:not(:first-child){
  margin-top: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 782px) {
  .left_jp{
    margin-left: 19px;
    font-size: 1.8rem;
  }
  .right_jp_title{
    display: flex;
    flex-direction: row;
  }
  .right_jp{
    margin-left: 19px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .attention h1{
    margin-bottom: 42px;
    margin-top: 50px;
  }
  .attention_text p:first-child{
    font-size: 1.8rem;
  }
  .attention_text p:nth-child(2){
    margin-top: 19px;
  }
}
/*------------------STORY---------------------*/
.story{
  margin-top: 130px;
  position: relative;
  z-index: -3;
}
.story h1{
  position: absolute;
  transform: translateY(-50%);
}
.story .about_title{
  padding-top: 60px;
}
.story .about_text{
  width: auto;
  font-size: 1.6rem;
}
.story img{
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 782px) {
  .story img{
    margin-top: -102px;
  }
  .white{
    width: 100%;
    height: 24px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
  }
}
@media screen and (max-width: 782px) {
  .story{
    padding-bottom: 50px;
  }
}
/*------------------GALLERY---------------------*/
.gallery{
  margin-top: 130px;
}
#container {
  margin-top: 50px;
  display: grid;
  grid-auto-rows: 300px;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: center;
  gap: 50px;

}
#container img{
  height: 300px;
  width: 300px;
  object-fit: cover;
}
@media screen and (max-width: 782px) {
  #container {
    display: flex;
    grid-template-columns: none;
    justify-content:unset;
    gap: 0;
    margin-top: 30px;
    width: 87vw;
    height: 330px;
    overflow-x: scroll;
  }
  #container img{
    width: 90%;
    height: 300px;
    margin: 5px;
    flex-shrink: 0;
    object-fit: cover;
  }
  .gallery_text{
    display: flex;
    justify-content: space-between;
  }
  .gallery_text img{
    width: 144px;
    height: 36px;
  }
  #container::-webkit-scrollbar {
    height: 14px; /* スクロールバーの高さ */
  }
  #container::-webkit-scrollbar-thumb {
    background: #87898A; /* ツマミの色 */
    border-radius: 7px; /* ツマミ両端の丸み */
  }
   
  #container::-webkit-scrollbar-track {
    background: #BEC0C2; /* トラックの色 */
    border-radius: 7px; /* トラック両端の丸み */
  }
}
.kokuin{
  margin-top: 130px;
  background-image: url(../image/top/kokuin.png);
  background-size: 410px;
  background-repeat: no-repeat;
  background-position:right bottom;
}
.kokuin .about_text{
  font-size: 1.6rem;
}
@media screen and (max-width: 782px) {
.kokuin{
  padding-bottom: 200px;
  background-size: 300px;
  background-position:center bottom;
}
}
/*------------------SNS---------------------*/
.sns{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 130px;
}
.sns a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
  width: 481px;
  height: 163px;
  white-space: nowrap;
  font-size: 2.2rem;
}
.sns a:first-child{
  margin-bottom:24px ;
}
.sns a:hover{
  color: #A5C4C6;
  transition : color 0.5s ease 0s;
}
.sns_flex{
  display: flex;
  flex-direction: column;
}
.facebook2{
  display: none;
}
@media screen and (max-width: 782px) {
  .sns .row_change{
    align-items: center;
    gap: 37px;
  }
  .sns a{
    width: 85vw;
    white-space: nowrap;
    text-align: center;
  }
  .facebook{
    display: none;
  }
  .facebook2{
    display: block;
  }
}
.map{
  filter: grayscale(1);
  border: none;
  vertical-align: bottom;
}
/*------------------FOOTER---------------------*/
.footer1{
  padding-top: 70px;
}
.footer2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.footer2 img{
  width: 149px;
}
.footer_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  width: 490px;
  height: 130px;
}
.footer_contact{
  align-items: center;
}

.web{
  font-size: 3rem;
}
.footer_box a{
  font-size: 5rem;
  line-height: 1;
}
.footer_menu{
  margin-top: 64px;
  padding-bottom: 64px;
  max-width: 630px;
  text-align: center;
}
small{
  font-size: 1.2rem;
  color: #929292;
}
.footer2 .common_text18{
  line-height: 2.6rem;
  color: #929292;
  margin-top: 10px;
}
@media screen and (max-width: 782px) {
  .footer_menu li:not(:last-child){
    margin-bottom: 10px;
  }
 .footer_box{
    width: 85vw;
  }
  .footer_box a{
    font-size: 3.6rem;
  }
  .web{
    font-size: 2.6rem;
    text-align: center;
  }
  .footer_box:first-child{
    margin-bottom: 14px;
  }
  .footer2 img{
    width: 90px;
  }

  }