/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 18px/1.7 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #333333;
    background-image: url(../images/index/doodad.png);

}

a{
	color: #0050C7;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

main{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}


img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*
footer
==============================================================================
*/
.footer {
  overflow: hidden; /* はみ出た部分は表示しない */
}

.footer05{
  position: relative;
  height: 100px;
  width: 100%;
  background-image: url(../images/index/doodad.png);
}

@media only screen and (max-width: 2000px) {
  .footer05::after {
    border-left: 1000px solid transparent;  /* 実数で幅を指定 */
    border-right: 1000px solid #8B3DC5;  /* 実数で幅を指定 */
  }
}

.footer05::after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: 0;
   border-top: 60px solid transparent;  /* 透明 */ 
  border-left: 50vw solid transparent;  /* 透明 */ 
  border-right: 50vw solid #f1f1f1;  /* むらさき */ 
  border-bottom: 60px solid #f1f1f1;  /* むらさき */ 
}

.footer06 {
 color: #2b2b2b;
 background: #f1f1f1;
 padding: 30px;
}

.footer06 img {
    display: inline;
    padding: 5px
}
.footer06 a {
 color: #0050C7;
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .fwrap {
 width: 1200px;
 margin: 0 auto;
 display: flex;
 flex-wrap: fwrap;
 justify-content: space-between;
}
.footer06 .fwrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .fwrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer06 .fwrap .fbox {
 width: 30%;
}
.footer06 .fwrap .fbox ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}

.footer06 .fbox li    a{
		position: relative;
		display: block;
		padding: 5px 5px;
		border-bottom: 1px solid #ccc;
		color: #0050C7;
		font-weight: 400;
	}

.footer06 .fwrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

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

section{
  clear: both;
}

section h2{
	width: 90%;
	font-size: 22px;
	font-weight:700;
	text-align: center;
}

.inner {
    width: 90%;
    background-color: #fff;
    margin: 30px auto;
    padding: 1px 0 30px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* SEC00 MESSAGE
------------------------------------------------------------*/
#sec00{
    max-width: 1000px;
    padding: 30px 50px 30px;
    margin: 10px auto 0;
    position: relative;
    background: #f7f6f2;
    border-radius: 10px;
    text-align: center;
}


/* SEC01 MESSAGE
------------------------------------------------------------*/
#sec01{
    max-width: 1000px;
    width: 90%;
    padding: 25px 50px 30px;
    margin: 10px auto 0;
    position: relative;
    background: #ffdcb766;
    border-radius: 10px;
    text-align: center;
}



/* SEC02 MESSAGE
------------------------------------------------------------*/
#sec02{
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 40px;
    background: #ffffff;
    border-radius: 60px;
}

.sec02_l {
    flex: 1;
    margin: 60px 30px 0 0;
}
.sec02_l div {
    position: sticky;
    top: 0;
    left: 0;
}

.sec02_r {
    width: 800px;
}

.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 BRAND
------------------------------------------------------------*/
#sec03 {
    max-width: 1000px;
    width: 80%;
    padding: 25px 50px 30px;
    margin: 50px auto 50px auto;
    position: relative;
    background: #ffffff;
    border-radius: 60px;
    text-align: center;
}

 .pic {
    position: absolute;
    left: 33%;
    top: -200px
}

/* SEC04 ETCコーナー
------------------------------------------------------------*/
#sec04{
    max-width: 1200px;
    width: 80%;
    padding: 25px 50px 30px;
    margin: 10px auto 0;
    position: relative;
    background: #f7f6f2;
    border-radius: 10px;
    text-align: center;
}

#sec04 .ffflex{
  max-width: 1000px;
  margin: 30px auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

  .item{
    margin-left:1.0em;
   width: 48%;
  }


@media screen and (min-width:641px) and ( max-width:1024px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  
    .item{
    margin-left:1.0em;
   width: 100%;
  }

  
  .item+.item{
    margin-left:1.0em;
  }
}


/* SEC05 advice
------------------------------------------------------------*/
#sec05{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background: #ffffff;
}

#sec05 .fflex{
  max-width: 880px;
  margin: 30px auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

/* SEC06 back
------------------------------------------------------------*/
#sec06{
    text-align: center;
    background: #ffffff;
}


/* SEC07 風景用
------------------------------------------------------------*/
#sec07{
    justify-content: space-between;
    margin: 0 auto;
    background: #ffffff;
}



/*============================
header style
============================*/
#top-head {
  width: 100%;
  height: 60px;
  background: #fff;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
  justify-content: space-between;
}

#top-head .inner {
  float: left;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo style*/
.inner h1 img {
    padding: 7px 15px 0 15px;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 16px;
  color: #404040;
}
#top-head nav ul li a:hover {
  color: #20b2aa;
}
#nav_toggle {
  display: none;
}

#mainImg {
    padding-block: 60px;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto 0;

}

/*============================
mobile style
============================*/
@media screen and (min-width:641px) and ( max-width:1024px) {

/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
}

@media screen and (min-width:641px) and ( max-width:1024px) {
.footer06 .fwrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
 display: block;
}
.footer06 .fwrap h3 {
 border: none;
}
.footer06 .fwrap .fbox {
 width: 100%;
 padding: 10px;
}
.footer06 .fwrap .fbox ul {
 border-top: 1px #c4c4c4 solid;
}
.footer06 .fwrap .fbox ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}

/*==================================================
スライダー cssのみ
===================================*/
.xslider-container {
  display: flex;
  overflow: hidden;
}

.xslider_wrap {
	display: flex;
    animation: xslider 40s 2s linear infinite;
}


.xslider1 {
    width: 300px;
    margin-right: 20px;
	display: inline-flex;
	flex: none;
}

.xslider_wrap:hover div {
	animation-play-state: paused!important;
}

.xslider1 div {
	flex: none;
	padding: 10px;
}

.xslider1 div:hover  {
	transform: translateY(-5px);
}

@keyframes xslider {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


/*==================================================
画像の動き一覧
===================================*/

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.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);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

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

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
  animation-name:zoomOutAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
  transform: scale(1.2);
  opacity: 0;
  }

  to {
    transform:scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}

/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth{
  animation-name:smoothAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  　transform-origin: left;
  opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.smoothTrigger{
    opacity: 0;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/

/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:0;
}

.lineTrigger.lineanime{
  animation-name:lineAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#333;/* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#333;/* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top:0;
  left:0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
  top:0;
  right:0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
  bottom:0;
  right:0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
  animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
}

@keyframes lineInnerAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}


/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*右から*/
.bgRLextend::before{
  animation-name:bgRLextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(0);
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}

/*下から*/
.bgDUextend::before{
  animation-name:bgDUextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}

/*上から*/
.bgUDextend::before{
  animation-name:bgUDextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
  0% {
    transform-origin:top;
    transform:scaleY(0);
  }
  50% {
    transform-origin:top;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:bottom;
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*========= レイアウトのためのCSS ===============*/

.wrapper{
  overflow: hidden;
}

.flex{
  display:flex;
  flex-wrap: wrap;
}

.box{
  width: 220px;
  padding: 20px;
    margin: 0 20px 20px 20px;
  background: #666;
  color: #fff;
  box-sizing:border-box;
}

.bgextend,
.lineTrigger{
  width: 220px;
  padding: 20px;
    margin: 0 20px 20px 20px;
  box-sizing:border-box;
}



/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{  
  animation-delay: 0.2s;
}

.delay-time04{  
  animation-delay: 0.4s;
}

.delay-time05{  
  animation-delay: 0.5s;
}

.delay-time1{  
  animation-delay: 1s;
}

.delay-time15{  
  animation-delay: 1.5s;
}

.delay-time2{  
  animation-delay: 2s;
}

.delay-time25{  
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
  animation-duration: 0.5s;
}

.change-time1{  
  animation-duration: 1s;
}

.change-time15{  
  animation-duration: 1.5s;
}

.change-time2{  
  animation-duration: 2s;
}

.change-time25{  
  animation-duration: 2.5s;
}


/*========= 予約フォームのCSS ===============*/
.form{
	display: flex;
	justify-content: center;
  }

.form li {
	width: calc(50%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
  }

.form li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

/*==================================================
マーカー（アニメーション）
===================================*/

/*アニメーション前*/
.marker {
  padding: 0 5px;
  background-image: linear-gradient(#ffcffb, #ffcffb);
  background-size: 0 50%;/*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s;
}

/*アニメーション後*/
.marker.actv {
  background-size: 100% 50%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

/*==================================================
画像ホバー（アニメーション）
===================================*/

/***非ホバー時***/
.hover-up{
  transition: .3s; /*0.3秒かけて変化*/
}

/***ホバー時***/
.hover-up:hover{
  filter: drop-shadow(6px 12px 6px rgba(0,0,0,35%)); /*非透過部分に影*/
  transform: translateY(-4px); /*上に4px移動*/
}


/*========================
　マーカー
　========================*/

.mkYL { background: linear-gradient(rgba(255, 255, 255, 0) 60%, #F7FD9B 70%); }
.mkPN { background: linear-gradient(rgba(255, 255, 255, 0) 80%, #FBD4E6 90%); }
.mkGR { background: linear-gradient(rgba(255, 255, 255, 0) 60%, #B5F8D9 70%); }
.mkBL { background: linear-gradient(rgba(255, 255, 255, 0) 60%, #BFE1FC 70%); }


/*========================
　動画
　========================*/

video {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: auto;
}

/*========================
　モーダルウィンドウ
　========================*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 30% auto;
  width: 30%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
  font-size: 1.1rem;
}

.modal-header {
  background: #f7c8db;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2.5rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 15px;
  color: black;
}

.modal-cols {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    font-weight: bold;
}

.modal-col {
    flex: 100%;
    max-width: 43%;
    padding: 5px 5px;
    border: 1px solid #fff;
    position: relative;
    margin: 5px auto;
    border-radius: 10px;
    background-color: #fff;
    color: #252525;
}

.modal-col img {
    width: auto;
}

.modal-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.eventreport {
    width: 70%;
    margin: auto;
    padding: 30px;
}

/*========================
     ニュース記事のCSS
　========================*/
.news {
    max-width: 1200px;
    width: 80%;
    padding: 25px 50px 30px;
    margin: 10px auto 0;
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #FFF7EA;
}

.innner {
    width: 95%;
    background-color: #fff;
    margin: 0px auto;
    padding: 1px 0 30px;
   border-radius: 30px;
}

.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

section h2 {
    margin: 10px auto;
}

.news_list {
  margin: 0 5%;
}

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

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

.news_list_date {
  font-size: 15px;
  color: #4d4949;
  display: flex;
  padding: 7px 0;
  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: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}

/*========================
　アコーディオン 
　========================*/
/* アコーディオン全体のスタイリング */
.accordion {
  margin: 0 auto;
  width: 90%;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* アコーディオンのヘッダー部分のスタイリング */
.accordion-header {
  padding: 10px;
  background-color: #f7f7f7;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative; /* 矢印アイコンの位置調整のため */
  transition: background-color 0.3s, color 0.3s; /* 背景色と文字色の変化にアニメーションを適用 */
}

/* アコーディオンが開いているときのヘッダーのスタイル */
.accordion[open] .accordion-header {
  background-color: #e7e7e7; /* 開いている時の背景色 */
  color: #333; /* 開いている時の文字色 */
}

/* アコーディオンのコンテンツ部分のスタイリング */
.accordion-content {
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #ddd; /* 上部に境界線を追加 */
}

/* カスタム矢印のスタイル */
.accordion-header::after {
  content: '▼'; /* ここに好きなアイコンを設定できます */
  position: absolute;
  right: 10px; /* ヘッダーから右に10pxの位置 */
  transition: transform 0.3s ease; /* アニメーション効果 */
}

/* アコーディオンが開いている時の矢印のスタイル */
.accordion[open] .accordion-header::after {
  transform: rotate(180deg); /* 矢印を180度回転 */
}

/* WebKitベースのブラウザでデフォルトの矢印を消す */
.accordion .accordion-header::-webkit-details-marker {
  display: none;
}


/*========================
　お知らせボックス 
　========================*/

// ブレイクポイントの設定
$breakpoint-tab: 1024px;
$breakpoint-sp: 767px;

// タブレット用のスタイル
@mixin tab {
  @media screen and (max-width: $breakpoint-tab) {
    @content;
  }
}


// 任意サイズのメディアクエリ
@mixin sc-size($size) {
  @media screen and (max-width: #{$size}px) {
    @content;
  }
}

.grid-container {
    width: 70%;
    display: grid;
    gap: 2.5em;
    margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

  @include sc-size(370) {
    // display: block;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .grid-item {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    @include sc-size(370) {
      margin-bottom: 1em;
    }
    .post-container {
      .thumb {
        width:100%;
        height:300px;
        max-height: 50%;
        border-radius: 30px;
      }
      
      .post-text {
        padding: 1em;
      }
    }

.post-text a {
    color: #fff;
    background: #e6c06f;
    box-shadow: 0 2px 0 #be8200;
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 0.8em;
    font-weight: bold;
    border: none !important;
}


    &.item-big {
      grid-row: 1 / 3;
      grid-column: 1 / 3;

      @include sp {
        grid-row: auto;
        grid-column: auto;
      }
    }
  }
}

@media screen and (min-width:641px) and ( max-width:1024px) {
.grid-item {
    width: 70%;
    margin: auto;
}
}
/*========================
　タブデザイン 黒板
　========================*/
.tab-container {
    max-width: 1100px;
    width: 90%;
    margin: 10px auto 0;
    background: #2b3a2e;
    border: 4px solid #5a4832;
    border-radius: 4px;
    box-shadow:
        inset 0 0 80px rgba(0, 0, 0, 0.25),
        0 4px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.tab-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    background: #1e2b21;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.tab-container ul li {
    flex: 1;
    padding: 16px 12px;
    text-align: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    letter-spacing: 1.5px;
    position: relative;
    transition: color 0.3s ease;
}

.tab-container ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    border-radius: 1px;
}

.tab-container ul li.selected {
    color: rgba(255, 255, 255, 0.95);
    text-shadow:
        0 0 12px rgba(255, 255, 255, 0.4),
        1px 1px 2px rgba(0, 0, 0, 0.3);
}

.tab-container ul li.selected::after {
    transform: scaleX(1);
}

.tab-container ul li:not(.selected):hover {
    color: rgba(255, 255, 255, 0.65);
}

.tab-container .tab-content {
    display: none;
    padding: 28px 24px;
    min-height: 150px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.3px;
    position: relative;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.03) 0%, transparent 60%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.02) 0%, transparent 60%);
}

.tab-container .tab-content::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    pointer-events: none;
}

.tab-container .tab-content.selected {
    display: block;
    animation: chalkIn 0.45s ease-out;
}

@keyframes chalkIn {
    from { opacity: 0; transform: translateY(-8px); filter: blur(1px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}


/*========================
　タブデザイン 02
　========================*/
#tab-back {
    max-width: 800px;
    padding: 25px 50px 30px;
    margin: 10px auto 0;
    position: relative;
    background: #de4343;
    border-radius: 10px;
    text-align: center;
}

.tab-2 {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 1000px;
    margin: 10px auto 0;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #990A8D;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

/*========================
　円グラフ 
　========================*/

.pie-chart-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-chart-3 > div {
    width: 220px;
    height: 220px;
    margin: 40px 10px 0px 5px;
    border-radius: 50%;
    background-image: conic-gradient(#ff7600 70%, #f7e45b 70% 100%, #f2f2f2 100% 100%);
}

.pie-chart-3 li {
    list-style-type: none;
    align-items: center;
    font-size: .8em;
}

.pie-chart-3 li::before {
    display: inline-block;
    width: 1.2em;
    height: .7em;
    margin-right: 5px;
    content: '';
}

.pie-chart-3 li:nth-child(1)::before {
    background-color: #ff7600;
}

.pie-chart-3 li:nth-child(2)::before {
    background-color: #f7e45b;
}

.pie-chart-3 span {
    margin-right: 10px;
    font-weight: 600;
}

/*========================
　レーダーチャート 
　========================*/

.radar-chart-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 35px;
    box-sizing: content-box;
}

.radar-chart-2 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-2 dl > div {
    position: absolute;
    color: #777;
    font-size: .7em;
    text-align: center;
}

.radar-chart-2 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(2) {
    top: 31%;
    right: 7%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(3) {
    bottom: 6%;
    right: 25%;
    transform: translateX(50%);
}

.radar-chart-2 dl > div:nth-child(4) {
    bottom: 6%;
    left: 25%;
    transform: translateX(-50%);
}

.radar-chart-2 dl > div:nth-child(5) {
    top: 31%;
    left: 7%;
    transform: translateX(-50%);
}

.radar-chart-2 dd {
    margin: 0;
}


/*========================
　クエスチョン用アコーディオン 
　========================*/
.container {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 0 30px 15px;
}

.container .wrapper {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.container .btn-box button {
    width: 100%;
    padding: 5px 15px;
    background: #fff;
    border: none;
    font-size: 1.2em;
    font-weight: 700;
    color: #555;
    padding: 10px 20px 15px 20px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .btn-box button::after {
    content: '+';
    font-size: 30px;
    font-weight: 800;
    color: #ff8400;
    transition: transform 0.3s ease;
}

.container .btn-box button.active {
    color: #333;
    background: #fafafa;
}

.container .btn-box button.active::after {
    transform: rotate(45deg);
    color: #333;
}

.container .wrapper.open {
    border-color: #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.container .more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fafafa;
}

.container .more.appear {
    max-height: 200px;
}

.container .more ul {
    list-style: none;
    padding: 16px 20px 24px;
    margin: 0;
}

.container .more li {
    padding: 8px 0;
    color: #666;
    font-size: 1.1em;
    border-bottom: 1px dashed #e0e0e0;
}

.container .more li:last-child {
    border-bottom: none;
}


/*==================================================
　見出し　一覧
===================================*/

/* 1文字目が大きい　青*/
.heading-26 {
    color: #333333;
}

.heading-26:first-letter {
    color: #2589d0;
    font-size: 2em;
}

/* 1文字目が大きい　赤*/
.heading-266 {
    color: #333333;
}

.heading-266:first-letter {
    color: #f84851;
    font-size: 2em;
}

/* 映画フィルム　*/
.heading-32 {
    display: flex;
    align-items: center;
    margin: auto;
    width: 70%;
    position: relative;
    padding: 1.1em 1.4em 1.1em 1em;
    background-color: #000000;
    color: #fff;
}

.heading-32::before {
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 65%;
    border-top: 10px dashed #fff;
    border-bottom: 10px dashed #fff;
    content: '';
}


/* 立体ボックス　*/
.heading-19 {
    position: relative;
    padding: .5em .7em;
    width: 55%;
    max-width: 666px;
    border: 3px solid #333333;
    color: #333333;
    margin: auto;
    background-color: #fff;
}

.heading-19::before,
.heading-19::after {
    position: absolute;
    border: solid #333333;
    content: '';
    background-color: #fff;
}

.heading-19::before {
    top: 3px;
    right: -16px;
    transform: skewY(45deg);
    width: 10px;
    height: 100%;
    border-width: 4px 3px 3px 0;
    background-color: #fff;
}

.heading-19::after {
    bottom: -16px;
    left: 4px;
    transform: skewX(45deg);
    width: 100%;
    height: 10px;
    border-width: 0 2px 3px 4px;
    background-color: #fff;
}

/* カラフルボックス　*/
.heading-18 {
    width: 70%;
    max-width: 600px;
    margin: auto;
    padding: .5em .7em;
    border: 2px solid #990A8D;
    box-shadow: 5px 5px #990A8D;
    color: #990A8D;
    background-color: #fff;
}

/*==================================================
　吹き出し
===================================*/
.balloon-001 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border: 3px solid #e6ad0f;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    margin: auto;
}

.balloon-001::before,
.balloon-001::after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.balloon-001::before {
    background-color: #e6ad0f;
}

.balloon-001::after {
    bottom: -11px;
    background-color: #fff;
}

/*==================================================
　最後にのボックス
===================================*/

.box-011 {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 1.9em auto 0;
    padding: 1em 1.5em;
    border: 2px solid #d09a25;
    border-radius: 3px;
    background-color: #fff;

}

.box-011 span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #d09a25;
    color: #fff;
}

.box-011 p {
    margin: 0;
    color: #333;
}


/*==================================================
　2026リンクボタンデザイン
===================================*/

.cp_button11 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: auto;
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #db001c;
  background: transparent;
  border: 3px solid #db001c;
  border-radius: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
  transform: translateZ(0);
}
.cp_button11:before {
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  content: '';
  border: 3px solid rgba(236,64,122,0.5);
  transition-duration: 0.3s;
  transition-property: top right bottom left;
  opacity: 0;
}
.cp_button11:hover:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  opacity: 1;
  border-radius: 40px;
}
.cp_button11:active {
  color: #ffffff;
  background-color: #db001c;
}
.cp_button11:active:before {
  top: -17px;
  right: -17px;
  bottom: -17px;
  left: -17px;
}
.cp_button11:hover,
.cp_button11:focus {
  color: #db001c;
  border: 3px solid #db001c;
}


/*==================================================
　TOPに戻るボタン
===================================*/
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #e79f32;
    }
}

/*==================================================
　文字の無限スライド
===================================*/

.ugkTxtSlider {
  width: 100%;
  /* コンテナのサイズ指定 */
  overflow: hidden;
}
.ugkTxtSlider__inner {
  display: flex;
  column-gap: 2em;
  /* テキスト同士の隙間 */
  width: fit-content;
  /* 中身に合わせて幅を自動調整 */
}
.ugkTxtSlider__inner.animating {
  animation: imgSlider 30s linear infinite;
  /* 早さはここで調整 */
}
@keyframes imgSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ugkTxtSlider__text {
  font-size: 50px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}