flexbox-left@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* 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;}

img,abbr,acronym,fieldset{border:0;}

body{
text-align: center;
background: rgb(255, 255, 255);
font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
margin: 0;
    padding: 0;
}

@font-face {
	font-family: "my-font";
	src: url(../font/AnyConv.com__FuturaStd-Light.woff2),
	     url(../font/FuturaStd-Light.woff);
  }

  .pc-width{
	max-width: 1500px;
	margin: 0 auto;
		
	}

.PC-texist-width{

	padding:0px 150px 0px 250px;

}


.SMP-width{

	padding:0px 20px 0px 20px;

}

#top{

 padding:0px;
  margin: 0;   
 
}

a{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
}


a:hover{
	color: rgb(180, 180, 180);
	} 

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
-webkit-appearance: none;

}


.box{
	color: rgb(255, 255, 255);
	padding: 0px;
	justify-content: center;
	align-items: center;

}

.boxsmp{
	color: rgb(242, 242, 242);
	padding-bottom: 30px;
	justify-content: center;
	align-items: center;

}
  #box1{
	background:#c3dee8;
	background-position: bottom;
	background-repeat:no-repeat;
	background-size: 100%;
	margin-bottom: 0;
	object-fit: fill;
	text-align:  center;

  }


/* 横並び
------------------------------------------------------------*/


.flex-top{

 display: flex;
 justify-content: center;
 padding: 0px 0px 0px 0px;

}

.flexbox-left{

	align-items: left;
	justify-content: center;
  }



.flexbox-center{

	align-items: center;
	justify-content: center;
  }




/* PCメニュー
------------------------------------------------------------*/

#menubar{
	color: rgb(255, 255, 255);
	text-align: right;
	padding: 0px 0px 0px 0px;
	float: none;
	
}

/* テキストエリア
------------------------------------------------------------*/
.texist-area-title{
    padding: 0px 0px 0px 0px;
	letter-spacing: 5px;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(0, 0, 0);
	font-size: 30px ;
	line-height: 30px;
	
}



/* フロー
------------------------------------------------------------*/



/* MORE SCROLL 中央*/

.lm-scroll-cennter {
	z-index: 3;

	display: inline-block;
	padding-top: 40px;

  }
  .lm-scroll-cennter .scrollInner {
	position:relative;
	width: 15px;
	height: 20px;
  }

  .lm-scroll-cennter .border {
	border: 0;
	width: 2px;
	height: 68px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: -1px;
	margin: 20px auto 0;
	background: #ededed;
	display: block;
  }
  .lm-scroll-cennter .border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 2px;
	height: 68px;
	background: #929292;
	-webkit-animation: scroll_effect 2.5s infinite;
	animation: scroll_effect 2.5s infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  }




/* MORE SCROLL 中央スマホ*/

.lm-scroll-cennter-smp {
	z-index: 3;

	display: inline-block;
	padding-top: 0px;

  }
  .lm-scroll-cennter-smp .scrollInner-smp {
	position:relative;
	width: 0px;
	height: 20px;
  }

  .lm-scroll-cennter-smp .bordersmp {
	border: 0;
	width: 2px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	

	margin: auto 0;
	background: #ededed;
	display: block;
  }
  .lm-scroll-cennter-smp .bordersmp::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 2px;
	height: 38px;
	background: #929292;
	-webkit-animation: scroll_effect 2.5s infinite;
	animation: scroll_effect 2.5s infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  }



  @-webkit-keyframes scroll_effect {
	20% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }


  @keyframes scroll_effect {
	60% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }




  @-webkit-keyframes border_effect_left_to_right {
	60% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%);
	}
  }


  @keyframes border_effect_left_to_right {
	60% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%);
	}
  }


  @-webkit-keyframes border_effect_right_to_left {
	60% {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	}
	100% {
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
  }


  @keyframes border_effect_right_to_left {
	60% {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	}
	100% {
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
  }



/* NEWS投稿
------------------------------------------------------------*/

.newstitle{
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(148, 148, 148);
	font-size: 19px ;
	letter-spacing: 2px;
}
	
.newstitlesmp{
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(148, 148, 148);
	font-size: 15px ;
	letter-spacing: 1px;
}


.newstext{
margin: auto;
width: 60%;
font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(148, 148, 148);
	font-size: 19px ;
	text-align: left;
	letter-spacing: 2px;
}

.newstextsmp{
	margin: auto;
	width: 80%;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 14px ;
		text-align: left;
		letter-spacing: 1px;
	}


.hrnewssingle{ 
	width: 60%;
	margin: 0 auto;
	padding: 0px  0px  0px  0px;
	color: #a6a6a6;
	
}


.hrnewssinglesmp{ 
	width: 80%;
	margin: 0 auto;
	padding: 0px  0px  0px  0px;
	color: #8f8f8f;
	
}



.newstitlesingle{
	margin: auto;
width: 60%;
font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(148, 148, 148);
	font-size: 25px ;
	text-align: left;
	letter-spacing: 2px;
}


.newstitlesinglesmp{
	margin: auto;
width: 80%;
font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(148, 148, 148);
	font-size: 20px ;
	text-align: left;
	letter-spacing: 2px;
}


.newsimg{

border-radius: 10px;
object-fit: cover;

}



/* 仔犬情報投稿
------------------------------------------------------------*/
.clearfix {
	display:flex;
	flex-wrap:wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding:  5px;
}


.koinubrock {
  margin: 20px auto;
  width: 300px;
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  
}

.koinubrock .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	bottom: 0px;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255, 255, 255, 0.665);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.9s ease;
}
.koinubrock:hover .mask {
	opacity:		1;	/* マスクを表示する */
		/* 右にずらす */
}

.koinu-thumbnail {
  width: 90%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  margin: auto;
}


.koinu-thumbnail-text{
	margin: auto;
    font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 16px ;
		text-align: left;
		letter-spacing: 2px;
		padding: 5px 10px 5px 10px;
}

.clearfixsmp {
	    width: 100%;
		display:flex;
	flex-wrap:wrap;
	margin: 0 auto;
	    justify-content: center;
	}

	
	.koinubrocksmp{
	margin: 10px 2vw;
	width: 36vw;
	background-color: #f3f3f3;
	padding: 5vw 3vw;
	border-radius: 10px;

	}
	
	.koinu-thumbnailsmp{
	width: 95%;
	height: 30vw;
	border-radius: 6px;
	object-fit: cover;
	margin:  auto;
	
	}
	
	.koinu-thumbnail-textsmp{
		margin: auto;
		font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
			color:rgb(148, 148, 148);
			font-size: 11px ;
			text-align: left;
			letter-spacing: 0px;
			padding: 2px 5px 2px 5px;
	}



	.koinu-single-text{

		margin: 0 auto;
		font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
			color:rgb(148, 148, 148);
			font-size: 35px ;
			text-align: left;
			letter-spacing: 3px;
			padding: 2px 5px 2px 5px;

	}

	.koinu-single-text-smp{

		margin: 0 auto;
			font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
			color:rgb(148, 148, 148);
			font-size: 5vw;
			text-align: left;
			width: 100%;
			letter-spacing: 3px;
			padding: 2px 0px 2px 0px;

	}

	.koinu-sex-img{
width: 40px;

	}



	
/* 切り替え */
.sub-img li.current img {
	border: 2px solid rgb(174, 174, 174);
	transition: border .5s;
		
  }
  /* レイアウトのためのスタイル */
  .container {
	margin: 0px auto;
	max-width: 1000px;

	
  }
  .main-img {

	width: 100%;
	height: 700px;
	margin: auto;
	display: flex;
  }
  .main-img img {
	object-fit: contain;
align-items: center;
width: 50%;
margin: auto;
	border-radius: 10px;
  }
  .sub-img {
	display: flex;
	margin-top: 10px;
    width: 100%;
  }
  .sub-img li {
	margin: 0px auto;
	object-fit: cover;
	height: 180px;
	width:180px;
  }

  .sub-img li img {
	border: 2px solid transparent;
	transition: border .5s;
  }
  .sub-img img {
	cursor: pointer;
	width: 100%;
	
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
  }


	
/* 切り替えスマホ */
.sub-img li.current img {
	border: 3px solid rgb(174, 174, 174);
	transition: border .5s;
		
  }
  /* レイアウトのためのスタイル */
  .container-smp {
	margin: 0px auto;
	max-width: 100%;

	
  }
  .main-img-smp {
	align-items: center;
	width: 98%;
	height: 500px;
	margin: auto;
	display: flex;
  }
  .main-img-smp img {

	width: 95%;
	
	object-fit: cover;
	border-radius: 7px;
  }
  .sub-img-smp {
	display: flex;
	margin-top: 5px;
width: 95%;
  }
  .sub-img-smp li {
	margin: 0px auto;
	width:70px;
	height: 70px;

  }

  .sub-img-smp li img {
	border: 2px solid transparent  ;
	transition: border .5s;
	
  }
  .sub-img-smp img {
	cursor: pointer;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	height: 67px;

  }


  .koinu-img-text{

	margin: 0 auto;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 18px ;
		width: 1000px;
		text-align: left;
		letter-spacing: 3px;
		padding: 2px 5px 2px 5px;



  }

  .koinu-img-text-smp{

	margin: 0 auto;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 3vw ;
		width: 95%;
		text-align: left;
		letter-spacing: 1px;
		padding: 2px 0px 2px 2px;



  }


  .koinu-mov{
	width: 800px;
	margin: 0px auto;
	object-fit: cover;
	border-radius: 10px;

  }

  


  .koinu-mov-smp{
	width: 90%;
	margin: 0px auto;
	object-fit: cover;
	border-radius: 5px;

  }



.koinubrock-single{
	margin: 0 auto;
	width: 30%;
	background-color: #f3f3f3;
	padding: 40px;
	border-radius: 10px;
	overflow:		hidden;
	position:		relative;
	}

	.koinubrock-single-smp{
		margin: 0 auto;
		width: 85%;
		background-color: #f3f3f3;
		padding: 10px;
		border-radius: 10px;
		overflow:		hidden;
		position:		relative;
		}



.koinu-single-text-2{

	margin: 0 auto;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 25px ;
		text-align: left;
		letter-spacing: 3px;
		padding: 10px 5px 10px 5px;

}

.koinu-single-text-2-smp{

	margin: 0 auto;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 4.5vw;
		text-align: left;
		letter-spacing: 3px;
		padding: 10px 5px 10px 5px;

}


.koinu-single-text-2-grey{
background: #eaeaea;
	margin: 5px auto;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 25px ;
		text-align: left;
		letter-spacing: 3px;
		padding: 10px 5px 10px 5px;

}


.koinu-single-text-2-grey-smp{
	background: #eaeaea;
		margin: 5px auto;
		font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
			color:rgb(148, 148, 148);
			font-size: 4.5vw ;
			text-align: left;
			letter-spacing: 3px;
			padding: 10px 5px 10px 5px;
	
	}

.comment{
	margin: 0 auto;
  width: 1000px;
  font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 30px ;
		text-align: left;
		letter-spacing: 3px;
		padding: 10px 5px 10px 5px;

}

.comment-smp{
	margin: 0 auto;
  width: 95%;
  font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(148, 148, 148);
		font-size: 25px ;
		text-align: left;
		letter-spacing: 3px;
		padding: 10px 0px 5px 0px;

}

/*レスポンシブ
------------------------------------------------------------*/


.hamburger  { display:none!important; }
nav.globalMenuSp { display:none!important; }
#menubar	{ display:inline!important; }
.white{ display:none; }
.op{ display:inline;
	
}
.op2{ display:none;}

@media screen and (max-width: 900px) {


.hamburger { display:inline!important; }
nav.globalMenuSp { display:inline!important; }
#menubar	{ display:none!important; }
.white{ display:inline; }
.op{ display:none;}
.op2{ display:inline; }

}





/* ハンバーガーボタン */
.hamburger {
	
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top   : 12px;
	width : 47px;
	height: 47px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 40px;
	height  : 3px ;
	left    : 6px;
	background : rgb(77, 77, 77);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 15px;
  }
  .hamburger span:nth-child(2) {
	top: 25px;
  }
  .hamburger span:nth-child(3) {
	top: 35px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :rgb(69, 69, 69);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :rgb(91, 91, 91);
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }

  /* ナビ開いてるメニュー*/


  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0px;
	left : 0;
	color: rgb(89, 89, 89);
	background :rgba(224, 231, 237, 0.941);
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	margin: 5 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 100%;
	opacity: 0;
	visibility:hidden;
	transition: opacity .6s ease, visibility  hidden;
  }
  
  nav.globalMenuSp ul {
	
	display: list-item;
	margin: 20;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: rgb(98, 98, 98);
	padding: 1em 0;
	text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	opacity: 100;
	visibility:visible ;
  }
  
  


/* ヘッダー
------------------------------------------------------------*/
#header{
	background:#c3dee8;
   
	width: 100%;
	padding: 0px 0px 0px 0px;
	color: rgb(49, 43, 21);
	font-size: 15px;
	max-width: 100%;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	margin: 0 auto;
    display: flex;
	position:fixed;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
}




#headerSMP{
	background:#c3dee8;
	padding: 10px 0px 10px 0px;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 200;
	text-align: left;
	max-width: 100%;
	width: 100%;
	
	position:fixed;
    display: flex;
	z-index: 100;
	margin: 0 auto;
	

	
}



.site-header{
    background: rgba(255, 255, 255,);
    padding: 0px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}



h1{
   text-align: center;
	font-size: 25px;
	color: rgb(215, 215, 215);
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	padding-top: 10px;
    padding-bottom: 0px;
	
}















#mainnav a{
	color: rgb(255, 255, 255);
}

#mainImg{
	position: relative;
  
  width: 100%;

}






  nav ul {
	padding: 10px 30px 0px 0px;
	display: flex;
	margin-right: 0;
	justify-content: center;
  }


  
  nav ul li{
     padding: 10px 20px;
  }

  ul {
	
	padding: 0px 0px 0px 0px;
	margin: auto;
	list-style: none;
  }

  img{
	vertical-align:top;
}


.logo {
	margin-left: 0;
	padding: 10px 6px 6px 30px;
	
  }



  .logosmp {
	padding: 5px 0px 0px 10px;
	text-align: left;
  }



/* フッター
------------------------------------------------------------*/
#footer{ 
    text-align: left;

	padding: 0px 0px 0px 0px;
	color: rgb(96, 96, 96);
	font-family: "my-font";
	font-size: 12px;


	background:#c3dee8;
}

#footersmp{
    text-align: center;

	background:#c3dee8;
	padding: 0px 0px 0px 0px;
	color: rgb(96, 96, 96);
	font-family: "my-font";
	font-size: 15px;



}


.fotter-icon{


	padding: 30px 30px 30px 30px;

}

.about-text{
max-width: 500px;
margin: 0 auto;

}

.about-text{
	max-width: 100%;
	margin: 0 auto;
	
	}
.footer-text{

	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 17px ;
	line-height: 10px;

}



.footer-text-title{

	padding: 10px 0px 0px 0px;
	letter-spacing: 5px;
	text-align: center;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(255, 255, 255);
	font-size: 25px ;
	line-height: 10px;
	

}
.footer-text-title-2{

	padding: 10px 0px 0px 0px;
	letter-spacing: 5px;
	text-align: center;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(124, 171, 179);
	font-size: 25px ;
	line-height: 10px;
	

}



.footer-text-title-smp{

	padding: 10px 0px 0px 0px;
	letter-spacing: 5px;
	text-align: center;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 20px ;
	line-height: 10px;
	

}

.footer-text-smp{

	padding: 10px 0px 10px 30px;
	letter-spacing: 2px;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 17px ;
	line-height: 20px;
	margin: 0 auto;
}


.footer-text-smp-menu{
    background: rgb(231, 231, 231);
	padding: 15px 10px 15px 10px;
	letter-spacing: 2px;
	width: 130px;
	text-align: center;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 17px ;
	line-height: 10px;
	

}


.icon{
	display: flex;
	justify-content: center;
	padding: 5px 0px 0px 0px;
}


.footer-texst{

		
	padding: 10px 10px 10px 10px;
	letter-spacing: 5px;
	justify-content: center;
	font-family:'my-font';


	color:rgb(105, 105, 105);
	font-size: 18px ;
	line-height: 10px;

}

.footer-texst-c{

	padding: 10px 10px 10px 10px;

	justify-content: center;
	font-family:'my-font';


	color:rgb(105, 105, 105);
	font-size: 15px ;
	line-height: 10px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 200%;
        padding: 0px;
	margin: 0 auto ;
}
.spacetop-harf{

	padding: 15px 0px 0px 0px;
   
   }

.spacetop{

 padding: 30px 0px 0px 0px;

}
.spacetop2{

	padding: 100px 0px 0px 0px;
   
   }
   




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 901px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 900px){
	body{
		
               margin: 0px 0px 0px 0px;
	}


	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
}





  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color:rgb(0, 0, 0);
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}





/*線
------------------------------------------------------------*/


.hr{ 
	width: 100%;
	margin-left: 0;
	padding-top: 10px;
}

.hrsmp{ 
	width: 95%;
text-align: center;
	padding-top: 5px;
}

.hrc{ 
	width: 50%;
	margin: 0 auto;
text-align: center;
	padding-top: 5px;
}


.hrsingle{ 
	margin: 0 auto;
	width: 1000px;
	padding-top: 10px;
}

.hrsinglesmp{ 
	margin: 0 auto;
	width: 95%;
	padding-top: 0px;
}


.hrnews{ 
	width: 70%;
	margin: 0 auto;
	padding: 0px  0px  0px  0px;
	color: #c9c9c9;
	
}

.hrnewssmp{ 
	width: 80%;
	margin: 0 auto;
	text-align: center;

}



/* リンク棒 */

.t-link10 {
	position: relative;
	max-width: 1200px;
	padding-top:30px ;
margin-right: 60vw;

	height: 54px;
	display: inline-block;
  }
  .t-link10::before,
  .t-link10::after {
	content: "";
	display: block;
	position: absolute;
  }

  .t-link10::after {
	width: 7px;
	height: 1px;
	background: #777777;

	top: calc(50% - 2px);
	left: 197px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .b-link10 .linkText1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 2.333333333333333;
	color: #999999;
	padding-top: 20px;
	display: inline-block;
	font-family: 'Moonlite', sans-serif;
  }
  .t-link10 .l-border {
	position: absolute;
	top: 50%;
	left: 130px;
	height: 1px;
  }
  .t-link20 {
	position: relative;
	padding-right: 92px;
	display: inline-block;
  }
  .t-link20 .linkText1 {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.04em;
	line-height: 2.333333333333333;
  }
  .t-link20 .l-border {
	position: absolute;
	top: 50%;
	left: 170px;
  }

  .l-scroll .text {
	-webkit-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
  }
  .l-scroll .border {
	border: 0;
	width: 3px;
	height: 68px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: -1px;
	margin: 20px auto 0;
	background: #ffffff;
	display: block;
  }
  .l-scroll .border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 3px;
	height: 68px;
	background: #ffffff;
	-webkit-animation: scroll_effect 2.5s infinite;
	animation: scroll_effect 2.5s infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  .l-border {
	display: block;
	width: 72px;
	height: 2px;
	overflow: hidden;
	background: #65656500;
  }
  .l-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 72px;
	height: 2px;
	background: #787878;
	-webkit-animation: border_effect_left_to_right 2.5s infinite;
	animation: border_effect_left_to_right 2.5s infinite;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  .l-border.-right::before {
	-webkit-animation: border_effect_right_to_left 2.5s infinite;
	animation: border_effect_right_to_left 2.5s infinite;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
  }


  @-webkit-keyframes scroll_effect {
	20% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }


  @keyframes scroll_effect {
	60% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	100% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
  }




  @-webkit-keyframes border_effect_left_to_right {
	60% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%);
	}
  }


  @keyframes border_effect_left_to_right {
	60% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%);
	}
  }


  @-webkit-keyframes border_effect_right_to_left {
	60% {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	}
	100% {
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
  }


  @keyframes border_effect_right_to_left {
	60% {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	}
	100% {
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
  }





  .contact-red{

	margin: 0 auto;
  max-width: 500px;
  font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(240, 51, 51);
		font-size: 16px ;
		text-align: left;
		border-radius: 5px;
		font-weight: 700;
		background-color: #eaeaeaa5;
		letter-spacing: 3px;
		padding: 20px 15px 20px 15px;

  }


  .contact-red-smp{

	margin: 0 auto;
  width: 80%;
  font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
		color:rgb(240, 51, 51);
		font-size: 13px ;
		border-radius: 5px;
		text-align: left;
		font-weight: 700;
		background-color: #eaeaeaa5;
		letter-spacing: 3px;
		padding: 20px 15px 20px 15px;
  }


 /* スライド　*/
.clearfixslide {
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}

.slide {
    position: relative;
    text-align: left;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

@keyframes slideshow {
    0%, 100% {
        opacity: 0;
    }
    5%, 20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
}

.item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0;
    animation: slideshow 25s linear infinite;
}

.item:nth-child(1) {
    animation-delay: 0s;
}
.item:nth-child(2) {
    animation-delay: 5s;
}
.item:nth-child(3) {
    animation-delay: 10s;
}
.item:nth-child(4) {
    animation-delay: 15s;
}
.item:nth-child(5) {
    animation-delay: 20s;
}

.slide2 {
    position: relative;
    text-align: left;
    width: 50%;
    height: 100vh;
    overflow: hidden;
}

@keyframes slideshow2 {
    0%, 100% {
        opacity: 0;
    }
    5%, 20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
}

.item2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    animation: slideshow2 25s linear infinite;
}

.item2:nth-child(1) {
    animation-delay: 0s;
}
.item2:nth-child(2) {
    animation-delay: 5s;
}
.item2:nth-child(3) {
    animation-delay: 10s;
}
.item2:nth-child(4) {
    animation-delay: 15s;
}
.item2:nth-child(5) {
    animation-delay: 20s;
}
	 /* スライドスマホ　*/
	
	 .slidesmp {
		position: relative;
		text-align: left;
		width: 100%;
		height: 70vh;
		overflow: hidden;
	}
	
	@keyframes slideshow {
		0%, 100% {
			opacity: 0;
		}
		5%, 20% {
			opacity: 1;
		}
		25% {
			opacity: 0;
		}
	}
	
	.itemsmp {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 100%;
		width: 100%;
		object-fit: fill;
		transform: translate(-50%, -50%);
		opacity: 0;
		animation: slideshow 25s linear infinite;
	}
	
	.itemsmp:nth-child(1) {
		animation-delay: 0s;
	}
	.itemsmp:nth-child(2) {
		animation-delay: 5s;
	}
	.itemsmp:nth-child(3) {
		animation-delay: 10s;
	}
	.itemsmp:nth-child(4) {
		animation-delay: 15s;
	}
	.itemsmp:nth-child(5) {
		animation-delay: 20s;
	}

	
	 /* toplogo　*/
	
	
	 .logo-top {
		position: relative;
	}
	
	.logo-top-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	
		width: 30%;
		position: absolute;
		top: 20%;
		left: 35%;
	}
	
	
	 /* toplogo　*/
	
	
	 .logo-topsmp {
		position: relative;
	}
	
	.logo-top-iconsmp {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40%;
		position: absolute;
		top: 25%;
		left: 30%;
	}
	




	  /*メニューをページ下部に固定*/
	  #sp-fixed-menu{
		position: fixed;
		width: 100%;
		bottom: 0px;
		font-size: 0;
		opacity: 0.9;
		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: 100%;
		padding:0;
		margin:0;
		font-size: 14px;
		border-right: 0px solid #fff;
	 }
	 
	 /*左側メニューを緑色に*/
	 #sp-fixed-menu li:first-child{
	
	 }
	 
	 /*左側メニューをオレンジ色に*/
	 #sp-fixed-menu li:last-child{
	
	 }
	 
	 /*ボタンを調整*/
	 #sp-fixed-menu li a{
		color: #fff;
		text-align: center;
		display:block;
		width: 100%;
		padding:0px;
	 }
	
	
		 /*季節の*/
		 .slideshow-container {
			position: relative;
			width: 400px; /* 横幅を400pxに固定 */
			height: 500px; /* 縦を100%に */
			margin: 0 auto;
			overflow: hidden;
		  }
		  
		  .my-slide {
			position: absolute;
			width: 100%;
			height: 100%; /* 親要素に合わせて高さを100%に */
			opacity: 0;
			transition: opacity 2s ease; /* 切り替えを1秒で */
		  }
		  
		  .my-slide.active {
			opacity: 1;
		  }
		  
		  .slide-image {
			width: 100%; /* 横幅を親要素に合わせる */
			height: 100%; /* 高さを親要素に合わせる */
			object-fit: cover; /* 画像のアスペクト比を保持しつつ、親要素にフィット */
		  }
		  
		  .pagination {
			text-align: center;
			position: absolute;
			bottom: 0px;
			width: 100%;
		  }
		  
		  .dot {
			height: 10px;
			width: 10px;
			margin: 0 5px;
			background-color: #bbb;
			border-radius: 50%;
			display: inline-block;
			transition: background-color 0.3s;
		  }
		  
		  .active-dot {
			background-color: #303030;
		  }



		 /*季節のスマホ*/
		 .slideshow-container-smp {
			position: relative;
			width: 90%; /* スマホの幅に合わせる */
			height: 500px; /* 必要に応じて調整 */
			margin: 0 auto;
			overflow: hidden;
		  }
		  
		  .my-slide-smp {
			position: absolute;
			width: 100%;
			height: 100%; /* 親要素に合わせて高さを100%に */
			opacity: 0;
			transition: opacity 2s ease; /* 切り替えを1秒で */
		  }
		  
		  .my-slide-smp.active-smp {
			opacity: 1;
		  }
		  
		  .slide-image-smp {
			width: 100%; /* 横幅を親要素に合わせる */
			height: 100%; /* 高さを親要素に合わせる */
			object-fit: cover; /* 画像のアスペクト比を保持しつつ、親要素にフィット */
		  }
		  
		  .pagination-smp {
			text-align: center;
			position: absolute;
			bottom: 15px;
			width: 100%;
		  }
		  
		  .dot-smp {
			height: 10px;
			width: 10px;
			margin: 0 5px;
			background-color: #e8e8e8;
			border-radius: 50%;
			display: inline-block;
			transition: background-color 0.3s;
		  }
		  
		  .active-dot-smp {
			background-color: #303030;
		  }





a.btn_03 {
	display: block;
	text-align: center;

	text-decoration: none;
	font-family:  "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic" ,sans-serif;
	font-weight:700;

	width: 260px;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 15px ;
	padding: 1rem 4rem;
	background: #ffffff;
	color: #67a7b5;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #ffffff;
	background:#67a7b5;
}



.thumbnailtitle{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 300px;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 17px ;
	line-height: 20px;

}
a:hover .thumbnailtitle {
    opacity: 0.5;
}


.thumbnailtitle2{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 300px;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 13px ;
	line-height: 10px;

}

.singletitle{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 27px ;
	line-height: 30px;

}
.singletitle2{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 15px ;
	line-height: 30px;

}



.singletext{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 18px ;
	line-height: 30px;


}


.youtube{
	width: 60%;
	height: 400px;
text-align: center;
margin: 0 auto;
}

.singletitlesmp{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 20px ;
	line-height: 20px;

}
.singletitle2smp{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 13px ;
	line-height: 20px;

}



.singletextsmp{


	padding: 10px 0px 10px 0px;
	letter-spacing: 5px;
	width: 100%;
	text-align: left;
	font-family: "Hiragino Maru Gothic Pro", "Yu Gothic UI", "メイリオ", sans-serif;
	color:rgb(111, 111, 111);
	font-size: 15px ;
	line-height: 20px;
}

.youtubesmp{
	width: 100%;
	height: 200px;
text-align: center;
margin: 0 auto;
}



.news_list_singlepc{
	padding: 10px 0px 10px 0px;
	width: 70%;
margin: 0 auto;

}
.news_list_singlesmp{
	padding: 10px 0px 10px 0px;
	width: 95%;
margin: 0 auto;

}

.news_listpc{

	padding: 10px 0px 10px 0px;
	width: 25%;
margin: 0px 30px;

}


.news_listsmp{

	padding: 10px 0px 10px 0px;
	width: 300px;
	margin: 0 auto;

}

/* 画像に滑らかな透明度変更効果を追加 */
.thumbnail {
    transition: opacity 0.3s ease; /* 透明度の変化を0.3秒かけて滑らかに */
}

/* リンクにホバーしたときに画像の透明度を50%に */
a:hover .thumbnail {
    opacity: 0.5;
}