@charset "utf-8";
/* reset.css */
/*1120px*/
* {
	box-sizing: border-box;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
/*	font-family: "han", "Noto Serif JP", " Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;*/
	line-height: 1.6;
}

.nolink {
	pointer-events: none;
	opacity: 0.6;
	filter: brightness(0.5);
}

.header_block .header_inner .hum_inner #g_nav .g_nav_list li:hover a.nolink .item > p strong, .header_block .header_inner .hum_inner #g_nav .g_nav_list li:hover a.nolink .item > p span {
    color: #002453;
}

/*Media queries*/
@media screen and (max-width : 767px) {
.sp{display: block;}
.pc{display: none;}
}
@media screen and (min-width : 768px) {
.sp{display: none;}
.pc{display: block;}
}

@media screen and (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

body {
	width: 100%;
	color:#48626F;
}
 
ol, ul {
	list-style: none;
	font-size: 0;
}

table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
	text-decoration: none;
	display:block;
	color:#48626F;
}

a:hover {
	text-decoration: none;
	color:#48626F;
	opacity: .8;
}

.cf {
	overflow: hidden;
	zoom:1;
}

img {
	max-width:100%;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.center {
	text-align: center;
}

.center img {
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 90%;
}

.noLink {
	filter: contrast(0.5);
	pointer-events: none;
}

.noLink a {
	cursor: inherit;
	pointer-events: none;
}

h1{display: none;}


.js-animation {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: all 1s;
}
.js-animation.is-show {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}




@media screen and (min-width: 320px) {
/*
.innerBox {
	width: 100%;
	margin: 0 auto;
}
*/

header{position: relative;}

/*logo*/
#logo{
	width: 50%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}



/*footer*/
.footerBtn{
	position: relative;
}
#btnNav,
#btnNav2{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	background-color: #fff;
}
#btnNav{
	position: fixed;
	bottom: 35px;
}
#btnNav2{
	position: fixed;
	bottom: 0;
}
#btnNav li{
	flex: 1;
}
#btnNav2 li{
	width: 50%;
	margin: 2% 0;
	text-align: center;
	border-right: 1px solid #001f3f;
}
#btnNav2 li:last-child{
	width: 50%;
	margin: 2% 0;
	text-align: center;
	border-right: none;
}
#btnNav2 li img{
	width: 40%;
}

/*achievement*/
.achievement{
	width: 80%;
	margin: auto;
	padding-bottom: 35px;
	border-bottom: 1px solid #8091a9;
}
.achievement img{
	width: 60%;
	margin: auto;
	display: block;
}
.achievement p{
	margin-top: 15px;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

/*footerTelBox*/
#footerTelBox{
	width: 85%;
	margin: auto;
	margin-top: 40px;
	font-size: 10px;
	text-align: center;
}
#footerTelBox .read{
	font-weight: bold;
	text-align: center;
}
#footerTelBox img{
	margin-top: 10px;
}
#footerTelBox p{
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#footerTelBox img.soken{
	width: 70%;
	margin-top: 25px;
}

/*copyRight*/
#copyRight p{
	margin-top: 35px;
	padding: 2% 10% 42px;
	background-color: #082453;
	color: #fff;
	font-size: 10px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*pagetop*/
#pagetop{
	margin-top: -150px;
	padding-bottom: 20px;
}
#pagetop a{
	width: 100%;
	margin-left: auto;
	margin-right: 0;
}
#pagetop a:hover{
	opacity: 1;
}

/*aboutSoken*/
#aboutSoken{
	width: 90%;
	margin: auto;
}
#aboutSoken h2 span{
	color: #355b89!important;
}



}

@media screen and (min-width: 768px) {
.floatL {
	float:left;
}
.floatR {
	float:right;
}

/*
.innerBox {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
*/

/*logo*/
#logo{
	margin-left: -100px;
}

header{
	position: relative;
}


    main {
        margin-top: 153px;
    }



#hMenu{
width: 300px;
margin-left: auto;
/*
position: fixed;
right: 55px;
top: -50px;
*/
display: flex;
flex-wrap: wrap;
}

#hMenu li{
	width: 150px;
}
.fixed {
    position: fixed;
    right: 0;
}

ul#hMenu.fixed {
    top: 0;
	z-index: 999;
}






/*achievement*/
.achievement{
	width: 80%;
	margin-top: 50px;
}
.achievement img{
	width: 40%;
}

/*#footerTelBox*/
#footerTelBox{
	width: 90%;
}
#footerTelBox .floatL{
	width: 45%;
	margin-left: 30px;
}
#footerTelBox .floatR{
	margin-top: 30px;
	margin-right: 30px;
	text-align: right;
}
#footerTelBox p{
	text-align: left;
}

/*copyRight*/
#copyRight{
	margin-top: 50px;
/*	padding: 1% 5%;*/
}

#pagetop{
	width: 100%;
	padding-bottom: 0;
	margin-top:-200px;
	padding-top:200px;
	position: relative;
}
#pagetop a{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}

#copyRight p{
	padding: 2% 10%;
}
	
#map {
	margin-top:-180px;
	padding-top:180px;
}	
	
#outline {
	margin-top:-180px;
	padding-top:180px;
}	
	
	
	


}

@media screen and (min-width: 1120px) {

.inner{
	max-width: 1120px;
	margin: auto;
	font-size: 12px;
}








/*aboutSoken*/
#aboutSoken{
	width: 1000px!important;
	margin: auto!important;
}

footer{
	width: 100%;
	text-align: center;
}
.achievement{
	margin-top: 70px;
	border-bottom: none;
}
.achievement img{
	width: 210px;
}

#footerTelBox{
	width: 1120px;
	margin: auto;
}
#footerTelBox .floatL{
	width: 500px;
}
#footerTelBox .floatL a{
	text-align: left;
	width: 420px;
}
#footerTelBox .floatL img{
	margin-top: 10px;
}
#footerTelBox .floatL p{
	margin-top: 10px;
}
#footerTelBox .floatR{
	width: 312px;
}
#footerTelBox img.soken{
	width: auto;
}

#footerTelBox .read{
	padding-top: 15px;
	text-align: left;
	font-weight: normal;
}

#copyRight{
	width: 100%;
	background-color: #082453;
}
#copyRight p{
	padding: 10px 0;
	width: 1120px;
	margin: auto;
}

/*hMenu*/
#hMenu{
	width: 400px;
}
#hMenu li{
	width: 200px;

}
ul#hMenu.fixed {
    top: 0;
	z-index: 999;
}




}



@media screen and (max-width: 700px) {
	.movieBox {
		width: 90%;
		margin:4rem auto 0; 
	}

	.youtube {
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.2% 0 0 0;
		overflow: hidden;
		margin: 0 auto;
	}

	.youtube iframe {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	
	.mtb4 {
		margin: 2rem 0;
	}
	
.list02 {
    display: none;
}	
	
	
}

@media screen and (min-width: 700.9999px) {
.movieBox {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.2% 0 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

	.mtb4 {
		margin: 4rem 0;
	}
	
}






/*OTHER LINEUP*/
.lineup{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 130px 0;
	background: url(../-image/lineup_bg.jpg) repeat;
}

.lineup_inner{
	width: 100%;
max-width: 1150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.lineup h2{
	font-size: 42px;
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 80px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

.lineup_slide{
	width: 100%;
	margin: 0 auto 0px auto;
	padding-bottom: 0px;
	position: relative;
}

.lineup_slide div.slide_box{
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.bx-controls-direction,
.bx-controls{
	display: none;
}

.lineup_slide .slick-slide {
    margin: 0 10px;
}

.lineup .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: relative;
}

.lineup .prev-arrow,
.lineup .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.lineup .prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.lineup .prev-arrow::before,
.lineup .next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #2e303d;
  border-top: 2px solid #2e303d;
  top:0;
  bottom:0;
  left: -2px;
  right: 2px;
  margin:auto;
  transform:rotate(45deg);
}


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

	/*OTHER LINEUP*/
	.lineup{
		padding: 0 0 70px 0;
	}
	.lineup h2{
		font-size: 24px;
		line-height: 1.5;
		padding: 50px 10px 30px;
	}
	/*.lineup h2 span{
		font-size: 1.3rem;
	}*/
	.lineup_inner{
		width: 100%;
	}
	.lineup_slide_sp{
		width: 100%;
		margin: 0 auto 0px auto;
		padding-bottom: 50px;
		position: relative;
	}
	.slick-slide_sp img{
		width: 80%;
		margin: auto;
	}
	
	.lineup_slide div.slide_box{
		padding: 50px 10px;
		width: 285px;
	}
	
	.lineup_slide{
		width: 100%!important;
	}
	
	.lineup .slick-slide {
		margin: 0 10px;
	}
		
	.lineup .arrow_box {
    margin: 10px 0 0;
  }

	.lineup .prev-arrow,.lineup .next-arrow {
    width: 35px;
    height: 35px;
  }
	
	
}


@media screen and (max-width : 430px) {
	
	/*OTHER LINEUP*/
	.lineup{
		padding: 0 0 70px 0;
	}
	.lineup h2{
		font-size: 24px;
		line-height: 1.5;
		padding: 50px 10px 30px;
	}
	
	.lineup_inner{
		width: 100%;
	}
	.lineup_slide_sp{
		width: 100%;
		margin: 0 auto 0px auto;
		padding-bottom: 50px;
		position: relative;
	}
	.lineup .slick-slide_sp img{
		width: 100%;
		margin: auto;
	}
	
	.lineup_slide div.slide_box{
		padding: 50px 10px;
		width: 285px;
	}
	
	.lineup_slide{
		width: 100%!important;
	}
}




/*aboutSoken*/

footer .bgColor {
    background: #CFCFCF;
    padding: 4rem 0;
}
footer .bgColor .innerBox {
	width: 96%;
    max-width: 1120px;
    margin: 0 auto;
}
#aboutSoken {
	margin: 0 auto;
}
#aboutSoken h2 {
    font-size: 42px;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    text-align: center;
}
#aboutSoken .flexBox {
    justify-content: center;
	flex-wrap: unset;
}
#aboutSoken .flexBox li {
	width: 258px;
    margin: 0 15px;
}



@media screen and (max-width: 768px) {
	footer .bgColor {
		padding: 2rem 0;
	}
	#aboutSoken h2 {
		margin: 0 auto 1rem;
		font-size: 120%;
	}
	#aboutSoken .flexBox li {
		width: 32%;
		margin: 0 2% 2% 0;
		box-sizing: border-box;
	}
}




/*footer*/

.footerInner {
	margin-top: 60px;
	padding: 0 0;
}
.footerInner .operator_info{
	width: 100%;
	max-width: 1200px;
	padding: 0 3%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap:30px;;
}
.footerInner .operator_info .tel{
}
.footerInner .operator_info .ttl{
	font-size: 16px;
	text-align: left;
}
.footerInner .operator_info .tel .tel_image img{
	width: 500px;
}
.footerInner .time{
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
}
.footerInner .operator_info .footer_logo{
	display: flex;
	gap:35px;
	justify-content: space-between;
}
.soken_logo_image img{
	width: 300px;
	display: block;
}
.sotodannetsu img{
	width:160px;
	display: block;
}

.footerInner .note {
	font-size: 10px;
	width: 96%;
	max-width: 1200px;
	margin: 20px auto;
	text-align: left;
}

.copy {
	font-size: 16px;
	font-weight: 800;
	background: #000;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 10px 15px;
	margin: auto ;
}

@media screen and (max-width: 768px) {
	/*footerInner*/
	.footerInner .operator_info{
		flex-direction: column;
		text-align: center;
	}
	.tel_image{
		margin: 3% 5%;
	}
	.footerInner .time{
		text-align: center;
		font-size: 13px;
	}
	.footerInner .operator_info .tel .tel_image img{
		max-width: 500px;
		width: 100%;
	}
	.footerInner .operator_info .footer_logo{
		flex-wrap: wrap;
		justify-content: center;
		width: 65%;
		margin: auto;
	}
	.footerInner .note{
		margin: 5%;
		line-height: 1.2;
		width: auto;
	}
	.copy {
        font-size: 10px;
        text-align: left;
		padding-left: 10px;
    }
	
	.yokoku_info{
		width: 90%;
		margin: 40px auto 0;
	}

	.yokoku_info .yokoku_h2 {
		padding: 0px 15px;
	}
}