@charset "utf-8";

.center {
	text-align: center;
}

.menseki p {
	color: #002453;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
}

.gaiyou {
	border-top: 1px solid #002453;
	border-bottom: 1px solid #002453;
}

.gaiyou p,#addition h3,#addition h4 {
	color: #002453;
}

.btnBox {
	margin-bottom: 4rem;
}

.toiawase .denwa p {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.map_wrap {
    max-width: 1079px;
    margin: 0 auto;
    border: 2px solid #002453;
    box-sizing: border-box;
}

#addition .map_wrap h3.map_title {
    background: #002453;
    text-align: center;
    color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}

.map_wrap p {
    background: #002453;
    text-align: center;
    color: #fff;
    font-size: clamp(16px, 2.5vw, 30px);
    padding: 10px 0;
}




.annai .txt02 {
    font-size: clamp(24px, 5vw, 40px);
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 5px;
    font-family: sans-serif;
}

.annai .txt03 {
    font-size: clamp(18px, 3vw, 30px);
    margin: 20px 0 40px;
    font-family: sans-serif;
    padding: 0;
}
.annai .txt04{
    font-size: clamp(20px,3vw,30px);
    font-weight: bold;
    margin: 40px 0 0;
    padding: 0;
    font-family: sans-serif;
}


.mapBtn a {
    position: relative;
    display: inline-block;
    align-items: center;
    background: #808080;
    color: #fff;
    width: 40%;
    line-height: 60px;
    font-size: 33px;
    letter-spacing: 1px;
    transition: all 0.3s;
    margin-bottom: 80px;
}

.mapBtn.gold a {
	background: #b09800;
}

.mapBtn a:before,.mapBtn a:after {
	content: '';
	position: absolute;
	display: inline-block;
	transition: all 0.3s;
}

.mapBtn a:before {
    width: 120px;
    background: #212529;
    top: calc(50% + 2px);
    right: -65px;
    height: 2px;
}

.mapBtn a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #212529;
    border-width: 8px 0px 0px 11px;
    top: calc(50% - 4px);
    right: -72px;
}

.mapBtn a:hover {
	opacity: 1;
	filter: brightness(1.2);
}

.mapBtn a:hover:before {
    right: -85px;
}

.mapBtn a:hover:after {
    right: -92px;
}




@media screen and (min-width: 320px) and (max-width: 767px)  {	
	#addition .innerBox {
		width: 94%;
		margin: 80px auto 40px;
	}
	
	#addition h2 {
		margin-bottom: 2rem;
	}
	
	.madori {
		max-width: 80%;
        margin: 0 auto 20px;
	}
		
	.menseki p {
		font-size: 14px;
		margin-bottom: 0.6rem;
	}
	
	.menseki p .big {
		font-size: 32px;
		letter-spacing: 0;
	}	
	
	.menseki p .small {
		font-size: 18px;
		letter-spacing: 0;
	}
	
	.gaiyou {
		margin: 0 auto 1.4rem;
		padding: 1rem 0;
	}
	
	.gaiyou p {
		line-height: 1.6rem;
		font-size: 14px;
		letter-spacing: 0;
	}	
	
	.caption {
		margin: 0 auto 2rem;
		font-size: 13px;
		letter-spacing: 0;
	}	
	
	#addition h3 {
		font-size: 18px;
		margin-bottom: 0.4rem;
	}	
	
	#addition h4 {
		font-size: 26px;
		margin: 0 auto 40px;
		font-weight: bold;color: #000
	}		
	
    #addition h4 a{
		font-size: 26px;
		font-weight: bold;color: #0200D8
	}	
    

    .map.center {
		margin-bottom: 20px;
	}	
  	#addition .text {
		font-size: 120%;
        padding: 20px 20px ;
		font-weight: bold;
		line-height: 180%;
        color:#fff;
        background: #032A4E;
        text-align: center;
        margin-bottom: 40px;
	}
	.toiawase {
		width: 92%;
		max-width: 646px;
		margin: 0 auto 1.4rem;
	}
	
	.toiawase .logo {
	width: 120px;
	margin: 0 auto 2rem;
	}

	.toiawase .denwa a {
		width: 90%;
		margin-bottom: 0.4rem;
	}
	
	.toiawase .denwa p {
		margin-bottom: 0.4rem;
	}
	
	.btnBox a {
		width: 90%;
		text-align: center;
		background: #032A4E;
		display: inline-block;
		padding: 17px 0;margin: 0 auto 20px auto; 
	}
	
	.btnBox a img {
		width: 45%;
	}
	
   .annai {
	width: 90%;
    margin: 0 auto 1.4rem;
    padding: 1.8rem 0;
	}

    .annaifont {
	width: 100%;
    margin: 0 auto 0.4rem;
    padding: 1rem 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-size:1.0rem;
	}
	
	.annai .txt02 {
		margin-bottom: 30px;
		letter-spacing: 2px;
	}
	
	.annai .txt03 {
    margin: 20px 0 20px;
}
    
        
    .btnBox2 {
        margin-bottom: 28px;
		width: 100%;
		text-align: center;
		background: #032A4E;
		display: inline-block;
		padding: 17px 0;
        margin: 0 auto ;
        color: #FFFFFF;
        font-size: 1.4rem;
         font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 700;
	}
	
	.btnBox2 a {
		
	}
	
	.btnBox2 a:last-child {
		margin-bottom: 0;
	}
	
	#addition .btnBox2 a img {
		width:100%;
		height: auto;
	}

.btnBox3 {
width: 100%;
text-align: center;
background: #c00000;
display: inline-block;
padding: 17px 0;
margin: 0 auto ;
color: #FFFFFF;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
transition: .6s;}
	
.btnBox3 a {display: block;font-size: 160%;
font-weight: 700;
text-decoration: none;
color: #FFFFFF;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
.btnBox3 a:last-child {margin-bottom: 0;}
	
#addition .btnBox3 a img {
		width:100%;
		height: auto;
	}
    .btnBox3:hover{color: #fff;background: #E84143;}
    
	a.sp.online img {
		width: 67%;
	}
	
	.btnBox a:last-child {
		margin-bottom: 0;
	}
	
    .btnBoxbanner {
		margin-top: 70px;
	}
	
	.btnBoxbanner a {
		margin-bottom: 28px;
		width: 90%;
		text-align: center;
		display: inline-block;
		padding: 0px 0;
	}
		#addition .btnBoxbanner a img {
		width:100%;
		height: auto;
	}
    
    
	#addition h2 {
		margin-bottom: 40px;
		background: #032A4E;
		color: #DAC182;
		font-size: 1.4rem;
    	padding: 8px;
	}
    
.sp { display: block !important; }
.pc { display: none !important; }
	
	
	
}

@media screen and (min-width: 768px)  {	
	
	#addition .innerBox {
		width: 94%;
		max-width: 1120px;
		margin: 0px auto 0;
	}
	
	
	#addition img {
		width: auto;
		margin: 0 auto;
	}

	#addition h2 {
		margin-bottom: 75px;
		background: #032A4E;
		color: #DAC182;
		font-size: 280%;
    	padding: 8px;
	}
	
	.madori {
		margin-bottom: 100px;
	}	
	
	.menseki p {
		font-size: 29px;
		padding: 6px;
	}
	
	.menseki p .big {
		font-size: 66px;
		letter-spacing: 0;
	}	
	
	.menseki p .small {
		font-size: 44px;
		letter-spacing: 0;
	}
	
	.gaiyou {
		width: 92%;
		max-width: 720px;
		margin: 0 auto 1.4rem;
		padding: 1.8rem 0;
	}
	

	
    
    
	.gaiyou p {
		line-height: 1.8rem;
		font-size: 18px;
		letter-spacing: 0;
	}	
	
	.caption {
		width: 92%;
		max-width: 720px;
		margin: 0 auto 2.4rem;
		font-size: 13px;
		letter-spacing: 0;
	}	
	
	#addition h3 {
		font-size: 36px;
		margin-bottom: 25px;
		letter-spacing: 3px;
	}	
	
	#addition h4 {
		font-size: 40px;
		margin-bottom: 90px;
		font-weight: bold;
		line-height: 1.7;color: #000
	}		
	
   #addition h4 a{
		font-size: 40px;
		font-weight: bold;
       color: #0200D8
	}	
    
    
    	#addition .text {
		font-size: 30px;
		margin-bottom: 90px;
        padding: 25px 10px 10px 10px;
		font-weight: bold;
		line-height: 180%;
        color:#fff;
        border-bottom: 10px solid #032A4E;
        background: #032A4E;
        text-align: center;
	}
    
    
	.map.center {
        margin-top: 70px;
		margin-bottom: 90px;
	}	

	.toiawase {
		width: 92%;
		max-width: 646px;
		margin: 0 auto 1.4rem;
	}
	
	.toiawase .logo {
		width: 186px;
	}

	.toiawase .denwa a {
		width: 395px;
		margin-bottom: 0.4rem;
	}
	
	.toiawase .denwa p {
		margin-bottom: 0.4rem;
	}
	
	.btnBox {
		margin-bottom: 40px;
	}
	
	.btnBox a {
		margin: 0 auto 28px;
		width: 80%;
		max-width: 870px;
		text-align: center;
		background: #032A4E;
		display: inline-block;
		padding: 17px 0;
	}
	
	.btnBox a:last-child {
		margin-bottom: 0;
	}
    
     
	
	#addition .btnBox a img {
		width:276px;
		height: auto;
	}
    .annai {
		width: 100%;
	max-width: 1120px;
    margin: 0 auto 1.4rem;
    padding: 0;
	}
    
    .annaifont {
		width: 100%;
	max-width: 1120px;
    margin: 0 auto 0.4rem;
    padding: 1rem 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-size:1.4rem;
	}
    
    
    .btnBox2 {
        margin: 0 auto 28px;
		width: 80%;
		max-width: 870px;
		text-align: center;
		background: #032A4E;
		display: inline-block;
		padding: 17px 0;
        margin: 0 auto ;
        color: #FFFFFF;
        font-size: 36px;
         font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 700;
	}
	
	.btnBox2 a {
		
	}
	
	.btnBox2 a:last-child {
		margin-bottom: 0;
	}
	
	#addition .btnBox2 a img {
		width:276px;
		height: auto;
	}

    .btnBox3 {
		width: 600px;
		text-align: center; font-size: 24px;
        font-weight: 700;
		background: #c00000;
		display: inline-block;
		padding: 17px 0;
        margin: 0 auto ;
        color: #FFFFFF;
        margin-top: 0px;
		margin-bottom: 30px;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        transition: .6s;
	}
	
.btnBox3 a {display: block; font-size: 24px;font-weight: 700;
text-decoration: none;
color: #FFFFFF;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.btnBox3 a:last-child {
		margin-bottom: 0;
	}
	
	#addition .btnBox3 a img {
		width:276px;
		height: auto;
	}
   #addition .btnBox3:hover{color: #fff;background: #E84143;}
    
    
    a.sp.online {
		display: none;
	}	
	.btnBoxbanner {
		max-width: 1000px;
        margin: 70px auto 70px;
	}
	
	.btnBoxbanner a {
		margin: 0 auto 28px;
		width:80%;
		max-width: 872px;
		text-align: center;
		display: inline-block;
		padding: 0px 0;
	}
		#addition .btnBoxbanner a img {
		width:100%;
		height: auto;
	}
    
    
    /*ホバーアクション*/
a img.opacity,.hoverimg a img{-webkit-transition: all .3s ease; transition: all .3s ease;}
.hoverimg a:hover img{opacity:0.3;}
a img.opacity:hover{opacity:0.3;}
	
	
.t30{margin-top:30px;}
.pc { display: block !important; }
.sp { display: none !important; }
	
}



/*----------------------------------------
SNSボタン
----------------------------------------*/

.snsIcon {
    text-align: center;
}

#addition .snsIcon h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 36px;
    border: none;
    letter-spacing: 0;
    font-weight: bold;
	line-height: 1;
}
       
#addition .snsIcon h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
#addition .snsIcon h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.snsIcon ul {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 80px;
}

.snsIcon ul li {
	width: 33.33%;
	height: 110px;
}

.snsIcon ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.snsIcon ul li.snsYoutube a {
	background: #EFE8E3;
}

.snsIcon ul li.snsYoutube img {
	max-width: 205px;
	max-height: 47px;
	width: 75%;
}

.snsIcon ul li.snsInsta a {
	background: url("../-image/common/sns_insta_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.snsIcon ul li.snsInsta img{
	max-width: 70px;
	max-height: 70px;
	width: 25%;
}

.snsIcon ul li.snsTiktok a {
	background: #000;
}

.snsIcon ul li.snsTiktok img {
	max-width: 56px;
	max-height: 64px;
	width: 20%;
}

@media screen and (max-width: 767px) {
	
#addition .snsIcon h3 {
    margin-bottom: 15px;
    font-size: 17px;
}
	
.snsIcon ul {
	margin: 0 auto 40px;
}
	
.snsIcon ul li {
    height: 55px;
}	
	
#addition .snsIcon h3:before,#addition .snsIcon h3:after {
    width: 2px;
}
       
	
	
}


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

	.snsIcon ul li {
		height: 70px;
	}	
	
	.snsIcon ul li.snsYoutube img {
		width: 65%;
	}

	.snsIcon ul li.snsInsta img{
		width: 19%;
	}

	.snsIcon ul li.snsTiktok img {
		width: 17%;
	}
	

}



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

	.mapBtn a:before {
		width: 45px;
		right: -14px;
	}
	
	.mapBtn a:after {
		right: -16px;
	}	
	
.mapBtn a {
    line-height: 46px;
    font-size: 22px;
	width: 70%;
	margin-bottom: 20px;
}
	
.btnBox {
    margin-bottom: 1rem;
}
	
	
	
	
	
	
	
	

}