@charset "UTF-8";
/* CSS Document */

.font_montserrat{
  font-family:'Montserrat', sans-serif;
}

.font_montserrat_700{
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
}

.font_notosans{
  font-family:'Noto Sans JP', sans-serif;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-right::before{
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-right-hover::before{
  right:5px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}
.arrow-right-hover::before{
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right:-35px;
}

.hover-white:hover{
color:#fff;
}

.arrow-right_white::before{
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==================================================
Loading背景画面設定


#splash {
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
background:#fff;
text-align:center;
color:#000;
}

#splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#splash_logo img {
width:260px;
}


.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

===================================*/

/*==================================================
ハンバーガー
===================================*/

/*アクティブになったエリア*/
#g-nav.panelactive{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  top: 0;
  width:100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg{
  position: fixed;
  z-index:3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  right:-50px;
  top:-50px;
  transition: all .6s;/*0.6秒かけてアニメーション*/
}


.circle-bg.circleactive{
transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
  display: none;/*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
opacity: 0;/*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
  opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*========= ハンバーガー ===============*/
.openbtn{
position:fixed;
top:35px;
right: 0;
z-index: 9999;/*ボタンを最前面に*/
cursor: pointer;
width: 50px;
height:50px;
background-color: #000;
border-radius: 0 0 0 20px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*========= バナーCSS ===============*/


/* バナー本体 */
.neru-banner {
  display: block;
  height: 40px;
  width: 100%;
  background-color:#000000;
  overflow: hidden;
}

/* バナー内コンテンツ */
.neru-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* バナー内の要素をすべて選択 */
.neru-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.fix-banner{
  width: 100%;
  position: fixed;
  top:0;
  z-index: 99999;/*ボタンを最前面に*/
}

@media screen and (max-width:750px){
  /* バナー本体 */
.neru-banner {
  display: block;
  height: 40px;
  width: 100%;
  background-color:#000000;
  overflow: hidden;
}

/* バナー内コンテンツ */
.neru-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* バナー内の要素をすべて選択 */
.neru-banner__content > * {
  display: inline-block;
}

}

/*==================================================
PC header用　左リンク
===================================*/
.pc-header_base{
  margin: 0 20px;
  text-align: center;
}
.pc-header {
  color: #fff;
  padding: 0.5em 0;
}

.pc-header:hover {
  color:  #DA490E;
}

.pc-header img {
width: 350px!important;
}


/*==================================================
SP header用　左リンク
===================================*/

.sp-header_link-anchor {
	margin: auto;
	max-width: 600px;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.sp-header_link-anchor .sp-header_link-anchor-list {
  border-radius: 100%;
  margin: 0 10px;
  padding: 16px;
  color: #fff;;
  border: solid 2px #fff;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header_link-anchor-list:hover {
  color: #DA490E;
  border: solid 2px #DA490E;
  }

.sp-header_link-anchor .sp-header_link-anchor-list::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.sp-header_br {
  vertical-align:-30%;
  margin: 0 50px;
}

.pc-header img {
width: 200px!important;
}



/*========= 左固定レイアウトのためのCSS ===============*/

/*左と右を囲う全体のエリア*/
#wrapper{
  position: relative;/*position stickyの基点にするため relativeをかける*/
  display: flex;/*左エリア、右エリア横並び指定*/
  flex-wrap: wrap;/*ボックスの折り返し可*/
}

.font_White{
	color: #FFFFFF;
}

/*左エリア*/
#fixed-area{
  /*左固定記述*/
  position: -webkit-sticky;/*Safari用*/
  position: sticky;
  top:0;
  /*横半分50%　縦を100vhにする*/
  width: 60%;
  height: 100vh;
  /*装飾のためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-size:cover;
	background-color: #000000;
}

/*右エリア*/
#container{
  /*横半分50%にする*/
  width:40%;
  max-width: 100%;
	margin: auto;
  /*display: inline;*/
}

.logo_main{
	margin: 0 60px;
}

.logo_main img {
	width: 380px;
}

@media screen and (max-width:750px){
#wrapper{
  display: block;/*display:flex;を解除*/
}
section{
  min-height:auto;/*縦を100vh⇒解除*/
}

#fixed-area{
  position:relative!important;/*position stickyを解除*/
  width:100%;/*横幅を100%にして1列に見せる*/
  height: 10vh;/*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
}

#container{
  width:100%;/*横幅を100%にして1列に見せる*/
}
	
.logo_main{
		position:absolute;
		top:40px;
    margin: 0 60px;
	}
}

/*＝＝＝＝＝＝＝＝＝＝＝微調整＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.figure {
	display: inline-block;
	/*width: 300px;*/
}

.figure img {
	max-width: 100%;	
	vertical-align: bottom;
}

.right_logo {
position: relative;
width: 400px;
top: 60px;
margin: auto;
z-index: 888;/*ボタンを最前面に*/
}

@media screen and (max-width:750px){
  .right_logo{
    position: relative;
    width: 300px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    width:100%;
    margin:0;
}

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider p {
	padding: 0 5px;
	margin: 0;
	position: absolute;/*絶対配置*/
	top: 250px;
	left: 0;
	font-weight:500;
	color: #FFFFFF;
	z-index: 800;
}

.slidertext {

}
.slidertext > span {
	position: relative;
	display: inline-block;
}
.slidertext > span::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	top: -5px;
	right: -5px;
	background-color:#000000;
	z-index: -1;
}


.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:left;
    margin:-20px 0 0 40px;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*==================================================
アンカーリンクcss
===================================*/
.link-anchor_area{
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #fceeb7 50%, #fceeb7 100%);
}

.link-anchor {
	margin: auto;
	max-width: 650px;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.link-anchor img{

}

.link-anchor .link-anchor-list {
  border-radius: 100%;
  padding: 16px;
  background: #fff;
  border: solid 2px #000000;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-anchor-list:hover {
  background: #DA490E;
  }

.link-anchor .link-anchor-list::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.c-headline-lv1:hover{
  color: #DA490E;
}

/*==================================================

===================================*/

.headline_img{
	width: 300px;
}

.headline02_img{
	width: 220px;
}

.headline03_img{
	width: 180px;
}

.headline04_img{
	width: 200px;
	margin: auto;
}


@media screen and (max-width:750px){
  .headline_img{
    width: 200px;
  }

  .headline02_img{
    width: 160px;
  }
  
  .headline03_img{
    width: 120px;
  }
  
  .headline04_img{
    width: 140px;
    margin: auto;
  }
  }

/*==================================================
COLUMNarea
===================================*/

#column{
	background-color: #fceeb7;
	padding: 40px 0;
}

/*========= バナーCSS ===============*/
.news-banner_area{
	border-top-style: solid;
	border-bottom-style: solid;
	border-width:2px;
}

.news-banner_area p {
font-weight:bold;
}

/* バナー本体 */
.news-banner {
  display: block;
  height: 40px;
  width: 100%;
  background-color:#000000;
  overflow: hidden;
  padding-top: 8px;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner02__content > * {
  display: inline-block;
}

.news-banner02 {
  display: block;
  height: 30px;
  width: 100%;
  background-color:#000000;
  overflow: hidden;
  padding-bottom: 40px;
}

/* バナー内コンテンツ */
.news-banner02__content {
  display: inline-block;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner02__content > * {
  display: inline-block;
}



.column_area {
}
.column_area01 {
	background-color: #fff;
	border: solid 2px #000000;
}

.column_img {
	position: relative;
	bottom: 40px;
  margin: 0 10px -40px;
	text-align: center;
}

.column_txt{
	margin: 10px 20px -40px 20px;
}

.column_area02 {
	background-color: #E6E6E6;
	border: solid 2px #000000;
	border-top: none;
	padding: 10px 0px 10px 20px;
	width: 300px;
  max-width: 100%;
	border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width:750px){
  .column_txt{
    margin: 8px 20px -40px 20px;
  }
  .column_area02 {
    padding: 10px 0px 10px 20px;
    width: 285px;
  }
}
  

.column_title{
  float:left;
}

.list_button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-decoration: none;
    text-align: center;
    margin: 0 0 0 auto;
	padding: 10px 0 0;
}


.column_arrow-right {

  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align:center;
  margin: 0 0 0 auto;
  background-color: #000;

}

@media screen and (max-width:750px){
  .column_arrow-right {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
	
.list_button {
	padding: 0 0 20px 0;
}
	
}

/*==================================================
NEWSarea
===================================*/
#news{
	padding: 40px 0;
}

.scroll_bar{
  width: 100%;
  height: 180px;
  /*height: 350px;*/
  border-radius: 10px;
  border: solid 2px #000;
  background-color: #FFB3D2;
  overflow-y: scroll;
}
.scroll_bar::-webkit-scrollbar{
  width: 10px;
}
.scroll_bar::-webkit-scrollbar-track{
  padding: 5px;
}
.scroll_bar::-webkit-scrollbar-thumb{
  background: #000;
  border-radius:5px;
}

.underline {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px solid #fff;
}

.underline_black {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px solid #000000;
}
/*==================================================
about_area
===================================*/
#about{
	background-color: #8dd4b3;
	padding: 40px 0;
}

/*==================================================
instagram_area
===================================*/
#about{
	background-color: #8dd4b3;
	padding: 40px 0;
}

.underline1_black {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px solid #000;
}



/*==================================================
配下
===================================*/

.column_logo{
margin-top: 60px;
width: 200px;
}

/* 関連記事 */
.related_post{
  width: auto;
  margin-bottom: 40px;
}
.related_post h3{
  font-size: 20px;
  font-weight: 600;
  border-left: 9px solid #51342B;
  text-align: justify;
  margin-bottom: 40px;
  padding: 0 15px;
  box-sizing: border-box;
}
.related_post_container{
  width: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.related_post_container li{
  width: 24%;
  margin-right: 1.3%;
}
.related_post_container li:nth-child(4){
  margin-right: 0;
}
.related_post_container li:nth-child(8){
  margin-right: 0;
}
.related_post_container li:nth-child(n+1):nth-child(-n+4){
  margin-bottom: 10px;
}
.related_post_container a{
  display: flex;
  flex-direction: column;
  color: #1f1411;
}
.related_thumb{
  width: 100%;
}
.related_title{
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 550px){
  .related_post h3{
      font-size: 18px;
  }
  .related_post_container{
      flex-direction: column;
      flex-wrap: nowrap;
  }
  .related_post_container li{
      width: auto;
      margin-right: 0;
      margin-bottom: 10px;
      border: 1px solid #E8E8E8;
  }
  .related_post_container li:nth-child(n+1):nth-child(-n+4){
      margin-bottom: 10;
  }
  .related_post_container a{
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
  .related_thumb{
      width: 43%;
  }
  .related_thumb img{
      vertical-align: bottom;
  }
  .related_title{
      width: 55%;
      font-size: 12px;
  }
}

/* ドネーション*/
.list-group{
    background-color: #fceeb7;
    width: 100%;
    padding:0;
    margin: 0;
    list-style: none;
}

.list-group-item {
	padding: 40px 20px;
  background-color: #fceeb7;
}

.pagination{
    background-color: #fceeb7;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 5px 5px 20px 5px;
}

.pagination li{
    margin: 5px;
    border-radius: 50%;
    /* border: 2px solid #000;*/
}

.pagination a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 50%;
}

.pagination a:hover{
    background-color:#000;
    color: aliceblue;
}

.activecolor{
    background-color:#DA490E;
}

/*==================================================
instagram画像
===================================*/

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.insta_list li{
  position: relative;
  width: calc((100% - 20px)/3);
}

.insta_list li::before{
content: "";
display: block;
padding-top: 100%;
}

.insta_list a{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.insta_list img{
width: 100%;
height: 100%;
object-fit: cover;
}


.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}


/*=================================
画像対策
===================================*/

img {
	
　-webkit-touch-callout:none!important;
  -webkit-user-select:none!important;
  -moz-touch-callout:none!important;
  -moz-user-select:none!important;
  touch-callout:none!important;
  user-select:none!important;

}

/*=================================
TOPに戻るボタン
===================================*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99999999;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 20px;
  text-decoration: none;
  padding: 5px 13px;
filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding:5px 13px;
filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*=================================
見出し追加
===================================*/

.heading-001 {
  position: relative;
  padding: .5em .7em .4em;
  border-bottom: 3px solid #000000;
  color: #333333;
}

.heading-001::before,
.heading-001::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.heading-001::before {
  background-color: #000000;
}

.heading-001::after {
  bottom: -11px;
  background-color: #fff;
}


.heading-002 {
  position: relative;
  padding: 0 2.5em;
  color: #000000;
  text-align: center;

}

.heading-002::before,
.heading-002::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #000000;
}

.heading-002::before {
  left: 0;
}

.heading-002::after {
  right: 0;
}


.heading-003 {
  position: relative;
  padding: .5em .7em .4em;
  border-bottom: 3px solid #000000;
  color: #000000;
}

.heading-003::before,
.heading-003::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.heading-003::before {
  background-color: #000000;
}

.heading-003::after {
  bottom: -11px;
  background-color: #B3B3B3;
}