@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {
	
	.header{
	width: 100%;
	height: 80px;	
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	padding-top: 18px;	
	}
	
	h3{
	width: 100%;
	height: 44px;
	background:url("../images/h3_bts.png") no-repeat center center;
	background-size: contain;
	}
	.contents {
		width: 400px;
        position: relative;	
        padding-bottom: 40px;
    }
	
	#bts_btn_sp{
		width: 360px;
		height: 60px;
		display: flex;
		margin: 0 auto;
	}
	.sp_bts_btn{
		width:100px;
		height: 60px;
		margin: 0 10px;
		line-height: 58px;
		color: #000;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}
	.sp_bts_btn a{
		text-decoration: none;
		color: #000;
		line-height: 58px;
	}
	
	#sp_bts_btn01{
		background: #D0EAFF;
	}
	#sp_bts_btn02{
		background: #A0EAF5;
	}
	#sp_bts_btn03{
		background: #CAD7FA;
	}
	
	#bts_wrap{
		width: 100%;
	}
	
	.kojima_bts{
		width: 100%;
		margin-top: 20px;
		padding-top: 4px;
		padding-bottom: 20px;
		
	}
	.kojima_bts iframe{
		width: 380px;
		height: 280px;
		margin: 20px 0 0 10px;
	}
	
	.bts_logo{
		width: 370px;
		height: 74px;
		display: block;
		text-indent: -9999px;
		margin: 10px auto 0;
	}
	#matsue{
		background: #D0EAFF;
		
	}
	#ibara{
		background: #A0EAF5;
		
	}
	#okayamawake{
		background: #CAD7FA;
	}

#matsue .bts_logo{
		background:url("../images/bts_01_logo.png") no-repeat center center / 90%;
	}
	#ibara .bts_logo{
		background:url("../images/bts_02_logo.png") no-repeat center center / 90%;
	}
	#okayamawake .bts_logo{
		background:url("../images/bts_03_logo.png") no-repeat center center / 90%;
	}
	
	.swiper-container img{
		width: 400px;
            height: 218px;
	}
	.swiper-container {
            width: 360px;
            margin-bottom: 30px;
		overflow: hidden;
		margin: 0 auto;
        }
	.swiper-wrapper{
		width: 518px;
	}
	
        .swiper-pagination {
            position: relative !important;
			margin: 0 auto !important;
            width: 360px !important;
            height: 10px;
            display: flex;
            justify-content: space-between;
			bottom: 0 !important;
        }
        .swiper-pagination-bullet {
            flex-grow: 1;
            height: 10px;
            background: #ddd;
            border-radius: 0 !important;
            margin: 0 2px;
        }
        .swiper-pagination-bullet-active {
            background: rgba(0,0,0,0.5) !important;
        }

	.bts_info{
		width: 360px;
		margin: 20px auto;
	}
	.bts_info dl dt{
		font-size: 16px;
		border: 1px solid #000;
		width: 100%;
		height: 30px;
		line-height: 26px;
		text-align: center;
		font-weight: 500;
		margin-bottom: 4px;
	}
	.bts_info dl dd{
		font-size: 18px;
		width: 100%;
		line-height: 30px;
		text-align: center;
		font-weight: 500;
		margin-bottom: 4px;
	}
	.bts_info dl dd span{
		font-size: 16px;
	}
	.bts_info dl dd a{
		color: #000;
		font-size: 18px;
		text-decoration: none;
		font-weight: 700;
	}
	
	.bts_info2{
		width: 380px;
		padding-bottom: 10px;
		margin: 40px auto 0;
		border: 2px solid #fff;
		position: relative;
		padding-top: 14px;
	}
	.bts_info2 .bts_acc{
		width: 106px;
		height: 44px;
		position: absolute;
		left: 0px;
		top: -30px;	
		text-indent: -9999px;
	}
	
	
	#matsue .bts_info2 .bts_acc{
		background:url("../images/bts_01_acc.png") no-repeat center center / 100%;	
	}
	#ibara .bts_info2 .bts_acc{
		background:url("../images/bts_02_acc.png") no-repeat center center / 100%;	
	}
	#okayamawake .bts_info2 .bts_acc{
		background:url("../images/bts_03_acc.png") no-repeat center center / 100%;	
	}
	
	.bts_acc_01, .bts_acc_02, .bts_acc_03{
		font-size: 16px;
		width: 90%;
		margin: 6px auto;
		padding-left: 63px;
	}
	#matsue .bts_acc_01{
		background:url("../images/bts_01_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_01{
		background:url("../images/bts_02_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_01{
		background:url("../images/bts_03_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#matsue .bts_acc_02{
		background:url("../images/bts_01_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_02{
		background:url("../images/bts_02_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_02{
		background:url("../images/bts_03_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#matsue .bts_acc_03{
		background:url("../images/bts_01_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_03{
		background:url("../images/bts_02_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_03{
		background:url("../images/bts_03_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}

}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
	.contents{
		width: 94.8%;
		padding-bottom: 40px;
	}
	
	.header{
	width: 100%;
	height: 110px;
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	}
	
	h3{
	width: 100%;
	height: 110px;
	background:url("../images/h3_bts.png") no-repeat center center;
	background-size: 654px 57px;
	}
	#bts_wrap{
		width: 100%;
		display: flex;
	}
	
	.kojima_bts{
		width: 33.3%;
		
	}
	.kojima_bts iframe{
		width: 518px;
		height: 320px;
		margin: 20px 0 20px 45px;
	}
	
	.bts_logo{
		width: 518px;
		height: 104px;
		display: block;
		text-indent: -9999px;
		margin: 10px auto 0;
	}
	#matsue{
		background: #D0EAFF;
		
	}
	#ibara{
		background: #A0EAF5;
		
	}
	#okayamawake{
		background: #CAD7FA;
	}
	
	
	#matsue .bts_logo{
		background:url("../images/bts_01_logo.png") no-repeat center center / 80%;
	}
	#ibara .bts_logo{
		background:url("../images/bts_02_logo.png") no-repeat center center / 80%;
	}
	#okayamawake .bts_logo{
		background:url("../images/bts_03_logo.png") no-repeat center center / 80%;
	}
	
	.swiper-container img{
		width: 518px;
            height: 280px;
	}
	.swiper-container {
            width: 518px;
            margin-bottom: 30px;
		overflow: hidden;
		margin: 0 auto;
        }
	.swiper-wrapper{
		width: 518px;
	}
	
        .swiper-pagination {
            position: relative !important;
			margin: 0 auto !important;
            width: 480px !important;
            height: 10px;
            display: flex;
            justify-content: space-between;
			bottom: 0 !important;
        }
        .swiper-pagination-bullet {
            flex-grow: 1;
            height: 10px;
            background: #ddd;
            border-radius: 0 !important;
            margin: 0 2px;
        }
        .swiper-pagination-bullet-active {
            background: rgba(0,0,0,0.5) !important;
        }

	.bts_info{
		width: 500px;
		margin: 20px auto;
	}
	.bts_info dl dt{
		font-size: 18px;
		border: 1px solid #000;
		width: 100px;
		height: 30px;
		line-height: 26px;
		text-align: center;
		font-weight: 500;
		float: left;
		margin-bottom: 4px;
	}
	.bts_info dl dd{
		font-size: 20px;
		width: 400px;
		height: 30px;
		line-height: 30px;
		text-align: left;
		font-weight: 500;
		float: left;
		padding-left: 10px;
		margin-bottom: 4px;
	}
	.bts_info dl dd span{
		font-size: 18px;
	}
	.bts_info dl dd a{
		color: #000;
		font-size: 18px;
		text-decoration: none;
		font-weight: 700;
	}
	
	.bts_info2{
		width: 518px;
		height: 140px;
		margin: 40px auto 0;
		border: 2px solid #fff;
		position: relative;
		padding-top: 14px;
	}
	.bts_info2 .bts_acc{
		width: 106px;
		height: 44px;
		position: absolute;
		left: 0px;
		top: -30px;	
		text-indent: -9999px;
	}
	
	
	#matsue .bts_info2 .bts_acc{
		background:url("../images/bts_01_acc.png") no-repeat center center / 100%;	
	}
	#ibara .bts_info2 .bts_acc{
		background:url("../images/bts_02_acc.png") no-repeat center center / 100%;	
	}
	#okayamawake .bts_info2 .bts_acc{
		background:url("../images/bts_03_acc.png") no-repeat center center / 100%;	
	}
	
	.bts_acc_01, .bts_acc_02, .bts_acc_03{
		font-size: 16px;
		width: 90%;
		margin: 6px auto;
		padding-left: 63px;
	}
	#matsue .bts_acc_01{
		background:url("../images/bts_01_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_01{
		background:url("../images/bts_02_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_01{
		background:url("../images/bts_03_acc_t.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#matsue .bts_acc_02{
		background:url("../images/bts_01_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_02{
		background:url("../images/bts_02_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_02{
		background:url("../images/bts_03_acc_c.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#matsue .bts_acc_03{
		background:url("../images/bts_01_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#ibara .bts_acc_03{
		background:url("../images/bts_02_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}
	#okayamawake .bts_acc_03{
		background:url("../images/bts_03_acc_p.png") no-repeat left top;
		background-size: 53px 23px;
	}

	

}


