@charset "utf-8";
body{margin:0;padding:0;background-color: #FFF7EA;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}
a{
   text-decoration: none;
  }
header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	background: #FFF7EA;
	display: inline-block;
	vertical-align: middle;
  margin:0 auto;
}
/* ロゴ */
header .logo {
	padding: 0px;
	font-size: 18px;
	color: #000 ;
	letter-spacing: .1em;
  font-weight: bold;
}
header a{
  color: #000 !important;
}
.logo img{
  width:200px;
}
/* メニュー */
header li {
	display: inline-block;
	padding: 0 6px;
	font-size: 14px;
	letter-spacing: .1em;
}
.li1 img{
width:230px;
}
.li2 img{
  width:230px;
  }
header li a {
	color: #fff;
}
@media screen and (max-width:1200px) {
  header {
    width: 100%;
  }
  header .logo {
    padding-left: 5px;
  }
}

@media screen and (min-width: 855px){
  .pc1{
    display:block;
  }
  .sp1{
    display:none;
}
}
@media screen and (max-width:855px) {
  header {
    line-height: 0px;
  }
  header .logo {
    padding: 0px;
    margin-left: 20px;
    font-size:14px
  }
  header ul {
    margin-right:20px;
  }
  header li {
    padding: 0px;
  }
  .logo img{
    width:80px;
  }
  .li2 img{
    width:160px;
    }
    .pc1{
      display:none;
    }
    .sp1{
      display:block;
  }
  .li1 img{
    width:30px;
  }
}
@media screen and (max-width:530px) {
  .li2 img{
    display:none;
    }
    .pc1{
      display:none;
    }
    .sp1{
      display:block;
  }
  .li1 img{
    display:none;
  }
}
/* スライダー */
.cont1{
  background: #FFF7EA;
}
.slide {
  display: none; /* すべてのスライドを最初は非表示にします */
}
.active {
  /* アクティブなスライドのスタイルを定義します */
  display: block;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  flex: 1;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
/* information */

.news {
margin-top:80px;
background: #FFF7EA;
}


.inner {
width: 1083px;
background-color: #fff;
margin: 0 auto;
padding: 20px 0 60px;
border-radius: 30px;
}


.sub_ttl {
font-size: 30px;
text-align: center;
font-weight: lighter;
}

/* ここからがニュース記事のCSS */

.news_list {
margin: 0 5%;
padding: 0 !important;
}

.news_list_item {
padding: 10px 0;
border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
border-top: 1px solid #E6E6E6;
}
.news_list_item {
position: relative;
display: flex;
padding-right: 30px;
}

.news_list_date {
font-size: 15px;
display: flex;
margin-right: 15px;
align-items: center;
}

.news_item {
background: #F6C6A2;
border-radius: 14px;
width: 6em;
/* 親要素の文字サイズを基準 */
text-align: center;
margin-left: 20px;
}

.arrow {
width: 25px;
height: 1px;
background: #707070;
position: absolute;
top: 50%;
right: 0;
}

.arrow::after {
content: "";
display: block;
width: 6px;
height: 1px;
background: #707070;
transform: rotate(45deg);
position: absolute;
right: 0px;
bottom: 2px;
}
@media screen and (max-width: 1083px) {
  .inner {
    width: 95%;
    }
}

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

@media screen and (max-width: 769px) {
  .news_list_item {
      font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  .news {
    margin-top:50px;
    background: #FFF7EA;
    }
  .inner {
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px 0 50px;
    border-radius: 30px;
    }
  .sub_ttl {
    font-size: 18px;
   margin-bottom: 15px;
    }
  .arrow {
      display: none;
  }
  .news_list_item {
      padding-right: 0;
      padding: 10px 0;
  }
  .news_list_date {
    font-size: 12px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    }
}

@media screen and (max-width:750px) {
  .cont1{
    background: #FFF7EA;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pc-br{
  display: block;
}
.sp_img{
  display:none;
}
@media screen and (max-width: 530px){
  .pc-br{
    display: none;
  }
  .pc_img{
    display:none;
  }
  .sp_img{
    display:block;
  }
}

.cont2{
  background: #FFF7EA;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cont2_cont{
  margin:0 auto;
  text-align: center;
}
.cont2_cont p{
  font-size:32px;
}

.cont2_cont2{
  margin:0 auto;
  text-align: center;
}
.cont2_cont2 p{
  font-size:18px;
  letter-spacing: 0.2em;
    line-height: 2.0em;
}
.cont2_cont3{
  margin:0 auto;
  text-align: center;
  margin-top:80px;
}
.cont2_cont3 img{
 border-radius: 30px;
}
@media screen and (max-width:1200px) {
  .cont2{
    background: #FFF7EA;
    padding-top: 50px;
  }
  .cont2_cont img{
    width:95%;
  }
}
@media screen and (max-width:1083px) {
  .cont2_cont3 img{
    width:95%;
    text-align: center;
        margin: 0 auto;
  }
}
@media screen and (max-width:530px) {
  .cont2_cont p{
    font-size:24px;
  }
  .cont2_cont2{
padding:10px;
  }
  .cont2_cont2 p{
    font-size:16px;
    text-align: left;
  }
}

/* フォーム */
.cont8{
  background: #FFF7EA;
  padding-top:50px;
  padding-bottom:50px;
}
.cont8_cont{
  margin:0 auto;
  text-align: center;
    margin-bottom: 80px;
}
.cont8_cont p{
font-size:28px;
}
@media screen and (max-width:530px) {
  .cont8{
    padding-top:0px;
    margin-top: 80px;
  }
  .cont8_cont p{
    font-size:24px;
    }
}
.form_container {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
label {
  display: block;
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
textarea,
select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  resize: vertical;
  height: 100px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.required label:after {
  content: "*";
  color: red;
}
.form-group.required input[type="text"],
.form-group.required input[type="email"],
.form-group.required textarea {
  border: 1px solid #000;
}
.form-group.optional label:after {
  content: "";
}
.privacy-policy {
  border: 1px solid #ccc;
  padding: 10px;
  height: 100px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.submit-btn {
  background-color: #f99928;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #f99928;
}
.cont9{
  background: #FFF7EA;
  padding-top:80px;
  padding-bottom: 80px;
}
.info_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.info-table {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  color:#000000 !important;
    text-decoration:none !important;
}

.info-table table {
  width: 100%;
  border-collapse: collapse;
}

.info-table table td, .info-table table th {
  padding: 10px;
  text-align: left;
  color:#000 !important;
  text-decoration: none !important;
}

.map {
  flex: 1;
  margin-bottom: 20px;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

@media only screen and (max-width: 1000px) {
  .info_container {
    flex-direction: column;
  }
  
  .info-table, .map {
    width: 95%;
    margin: 0 auto 20px;
  }
}
.footer_logo{
  margin:0 auto;
  text-align: center;
  margin-bottom:50px;
}
.footer_logo img{
  width:300px;
}
@media only screen and (max-width: 750px) {
  .cont8_cont img{
    width:250px;
    }
    .form_container {
      max-width: 80%;
    }
}
@media only screen and (max-width: 480px) {
  .cont8_cont img{
    width:180px;
    }
    .cont8_cont{
      margin-top: 0px;
        margin-bottom: 40px;
    }
    .footer_logo img{
      width:200px;
    }
    .info-table table td, .info-table table th {
    font-size: 14px;
    }
}
.footer_txt{
  font-size: 13px;
  text-align: center;
}

/* バナー*/
.banner-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  opacity: 0;
  z-index:-1;
}

.banner {
  width: 65px;
  height: 148px;
  background-color: rgba(255, 0, 0, 0.5);
  margin-bottom: 10px;
  text-align: center;
  line-height: 148px;
  display: none; /* 初期状態は非表示 */
}

/* 画面幅が750px以上の場合にのみ表示 */
@media (min-width: 751px) {
  .banner {
    display: block; /* 表示 */
  }
}

.banner:nth-child(1) {
  background-color: rgba(255, 0, 0, 0.5);
}

.banner:nth-child(2) {
  background-color: rgba(0, 255, 0, 0.5);
}

.banner:nth-child(3) {
  background-color: rgba(0, 0, 255, 0.5);
}

@media(min-width:531px){
  #sp-fixed-menu{
      display: none !important;
  }
}
@media(max-width:530px){
  #sp-fixed-menu{
      display: block !important;
  }
}
/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 1;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:nth-child(1){
  background: #00aa01;
}

/*中側メニューをオレンジ色に*/
#sp-fixed-menu li:nth-child(2){
  background: #41a5ee;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
}
#sp-fixed-menu li img{
width:50px;
}

/* gallery */
.insta{
  max-width: 650px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.insta__item{
  width: calc(100%/3 - 10px/3);
  height: 0;
  padding-top:calc(100%/3 - 10px/3);
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.insta__item:hover{
  opacity: 0.8;
}
.insta__item:nth-child(3n),
.insta__item:nth-child(3n - 1){
  margin-left: 5px;
}
.insta__item:nth-child(n + 4){
  margin-top: 5px;
}
.insta__item img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.insta__item--video img{
  height: 140%;
  width: 140%;
  top: -20%;
  left: -20%;
}
.insta_err{
  text-align: center;
  width: 100%; 
}

@media only screen and (max-width: 480px) {
  .insta{
  flex-direction: column;
  width: 65%;
  }
  .insta__item{
  width: 100%;
  padding-top: 100%;
  }
  .insta__item:nth-child(3n),
  .insta__item:nth-child(3n - 1){
  margin-left: 0;
  }
  .insta__item:nth-child(n + 2){
  margin-top: 5px;
  }
}
.cont100{
  margin-top:200px;
  margin-bottom:200px;
  text-align: center;
}
.cont100_txt1{
  font-size:22px;
  margin-bottom:80px;
}
.cont100_txt2{
  font-size:16px;
  margin-bottom:80px;
  line-height: 1.8em;
}
