@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
body{
    font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}
img{
	width:100%;
	height:auto;
}


/*-------ヘッダー-------*/

header{
	width:100%;
	max-width: 1260px;
	margin:0 auto;
	padding:16px 20px 0;
}
header .logo{
	width:252px;
	line-height: 0;
}
@media only screen and (max-width: 1280px){
	header{
		width:92%;
		padding:16px 0 0;
	}
}

@media only screen and (max-width: 767px){
	header .logo{
		margin: auto;
	}
}


/*-------ナビ-------*/
.nav{
	margin:0 auto;
	padding:12px 0 15px;
	width:100%;
}
.nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav ul li{
	font-size: 16px;
	list-style: none;
    display: inline-block;
    padding: 0 26px;
	line-height: 1.4;
	letter-spacing: 3px;
}
.nav a{
    color: #333;
    position: relative;
    display: inline-block;
	text-decoration: none;
}
.nav a.here{
    color: #333;
	border-bottom: 2px solid #333;
}
.nav a.go::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
@media only screen and (min-width: 520px){
	.nav a.go:hover::after{
		transform: scale(1, 1);
	}
}

.nav a img[src*="f_logo"]{
	width:20px;
}


@media only screen and (max-width: 1010px){
	.nav_follow{display:none}	
}

@media only screen and (max-width: 880px){
	.nav{
		padding:24px 0 0;
	}
	.nav ul li{
		padding: 0 15px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 767px){
	.nav ul li{
		padding: 0 18px;
	}
	.nav a img[src*="f_logo"]{
		width:17px;
		margin-bottom: -3px;
	}
}
@media only screen and (max-width: 520px){
	.nav ul li{
		font-size: 15px;
		padding: 0 8px;
		letter-spacing: 0.04em;
	}
}
@media only screen and (max-width: 374px){
	.nav ul li{
		font-size: 14px;
		padding: 0 6px;
	}
}


/*スライドショー*/
.slider2{
    width: 92%;
    margin:0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.sp.slid_sp{
	margin:20px auto 10px;
}

.slider_content{
    min-width: 100%;
    animation: sliderAnime 35s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%,8.58%{transform: translateX(0%);
    }
    14.3%,22.88%{transform: translateX(-100%);
    }
    28.6%,37.18%{transform: translateX(-200%);
    }
    42.9%,51.48%{transform: translateX(-300%);
    }
    57.2%,65.78%{transform: translateX(-400%);
    }
    71.5%,80.08%{transform: translateX(-500%);
    }
    85.8%,94.38%{transform: translateX(-600%);
    }
    100%{transform: translateX(-700%);
    }
} 

.slider_img{
    max-width: 100%;
    min-width: 100%;
}

.slider2:hover .slider_content{
	animation-play-state:paused;
}


@media only screen and (max-width: 767px){
	.slider2{
    	width: 100%;
	}
}

/*
  Reset Stylesheet Based on - html5doctor.com Reset Stylesheet http://html5doctor.com/html-5-reset-stylesheet/
*/

#slider {
    position: relative;
    margin:10px auto 10px;
	width: 1260px;
	height: 800px;
}

.slider-view {
    position: relative;
    width: 1260px;
    height: 720px;
	overflow: hidden;
	margin: 0 ;
}

.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-container div {
    position: relative;
    float: left;
	width: 1260px;
    height: 720px;
}

.slider-container div a {
    display: block;
}


#slide-prev, #slide-next {
    position: absolute;
	bottom:20px;
    color: #555;
    font-size: 40px;
    line-height: 1;
    text-decoration: none;
}

#slide-prev {
	left: 200px;
	
}

#slide-next {
    right: 200px;
}

#slide-prev:hover,
#slide-next:hover {
    color: #e0e0e0;
}

.slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -70px;
    width: 280px;
}

.slider-pagination a {
    float: left;
    margin: 5px 5px 0;
	border-radius: 5px;
	background: #ccc;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
}

.slider-pagination a:hover {
    background: #ccc;
}

.slider-pagination a.current {
	background: #555;
}



/*-------説明文-------*/
.intro{
	max-width: 1260px;
	width:100%;
	margin:0 auto 40px;
	text-align: center;
}

.intro_box{
	padding:30px;
}

.intro h2{
	display: inline-block;
    font-size: 25px;
	color:#333;
    letter-spacing: 0.02em;
    font-weight: normal;
	padding:10px 0;
}
.intro img[src*="wara"]{
	width:75px;
}
.intro h3{
    font-size: 18px;
	color:#333;
    letter-spacing: 0.07em;
    font-weight: normal;
	padding:35px 0 20px;
}

.intro h3 .wara_line{
	display: block;
	margin:0 auto 15px;
	width:70px;
	height:1px;
	background-color:#fcc235;
}

.intro p{
	max-width: 660px;
	margin: auto;
	text-align: left;
    font-size: 14px;
	padding-bottom:10px;
}

.intro_text {
	padding-bottom:40px;
}

@media only screen and (max-width: 520px){
	.intro_box{
		padding:10px 30px;
	}
	.intro h2{
		font-size: 20px;
		padding:0 0 10px;
	}
	.intro img[src*="wara"]{
		width:60px;
	}
	.intro h3{
		font-size: 16px;
		padding:20px 0 20px;
	}
	.intro p{
		font-size: 13px;
		padding-bottom:15px;
	}
}

.top_mv{
	width:92%;
	max-width: 1260px;
	margin:20px auto;
}

.youtube iframe{
	width:100%;
	height:auto;
	aspect-ratio:16 / 9;
}


/*-------to TOP-------*/
#page_top{
    float: none;
    text-align:center;
    bottom:30px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 20;
}

.top_btn {
    display: inline-block;
    text-decoration: none;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 100px;
    height: 30px;
    font-size: 75%;
    line-height: 30px;
    border-radius: 5%;
    text-align: center;
    transition: .2s;
}
@media only screen and (min-width: 521px){
	.top_btn:hover{
		background: #ddd;
		width: 140px;
	}
}

@media only screen and (max-width: 520px){
	#page_top{
    	bottom:25px;
	}
	.top_btn {
    	width: 100px;
    	height: 20px;
 	   line-height: 18px;
	}
}

/*-------フッターメニュー-------*/

.footer_menu{
    padding-top:10px;
    width: 100%;
    height:90px;
    color:#fff;
    letter-spacing: .2em;
    font-size:14px;
}

.footer_menu li{
    list-style: none;
    display: inline-block;
    padding: 0 14px;
}

.footer_menu a{
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
}


.footer_menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
@media only screen and (min-width: 521px){
	.footer_menu a:hover::after {
		transform: scale(1, 1);
	}
}
.footer_menu a img[src*="logo"]{
	width:20px;
	margin-bottom: -3px;
}

@media only screen and (max-width: 767px){
	.footer_menu{
		letter-spacing: .1em;
	}
}
@media only screen and (max-width: 520px){
	.footer_menu{
		font-size: 13px;
		letter-spacing:.04em;
		height:53px;
	}
	.footer_menu li{
    	padding: 0 5px;
	}
	.footer_menu a img[src*="logo"]{
		margin-bottom: -6px;
	}
}
@media only screen and (max-width: 374px){
	.footer_menu{
		padding-bottom: 33px;
	}
	.footer_menu li.nav_home{
		display: block;
		padding-bottom: 5px;
	}
	.footer_menu a img[src*="logo"] {
		width: 24px;
	}
}


/*-------フッター-------*/
footer{
    width: 100%;
    background-color:#ccc;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin:auto auto 0;
}
address {
    font-style: normal;
    font-size: 75%;
}
@media only screen and (max-width: 520px){
	address {
	    font-size: 70%;
	}
}


/*-------表示-------*/

.tb_only{display:none;}
.sp{display: none;}
@media only screen and (max-width: 1280px){
	.sp{display: block;}
	.no_sp{display: none;}
	.tb_only{display:inline;}
}

.tb{display:none;}
.mobile{display:none;}
@media only screen and (max-width: 767px){
	.tb{display:inline;}
	.no_tb{display:none !important;}
}
@media only screen and (max-width: 520px){
	.tb_only{display:none;}
	.no_mobile{display:none;}
	.mobile{display:inline;}
}
