@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2023/09　作成
------------------------------------------------------------*/

/*-----common------*/

/*div:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}*/

body{
	-webkit-text-size-adjust: 1em;
	color: black;
	background: #FFFBD3;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
}
#wrapper{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position:relative;
}

.in_contents{
	width: 100%;
	height: auto;
	max-width: 1520px;
	margin: 0 auto;
	position:relative;
}

.in_contents_box{
	width: 84.21%;
	height: auto;
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}
.in_contents_text{
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
	outline: none;
	font-size: 0;
}

.in_contents a:hover{
	filter:brightness(115%);
	/*opacity:0.9;*/
}

a {
    display: block;
}

img {
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-inline-block隙間対応-*/
	width: 100%;
	height: auto;
	/* transform画像ボケ防止 */
	/* backface-visibility: hidden;
	-webkit-backface-visibility: hidden; */
}

/* chrome画像ボケ防止 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {image-rendering: -webkit-optimize-contrast;}
}

*:focus {/*-chrome画像フォーカス時の線を消す-*/
  outline: none;
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----common------*/

/* 背景色 */


/* ボタン */
.btn_2 ul{
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 7%;
}

.btn_2 li{
	width: 30.23%;
	margin: 0;
}

/*-----トップ------*/

#top_img{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

#top_img h1{
    max-width: 2800px;
    margin: 0 auto;
    padding: 0;

}

#top_note{
	background: url(../img/);
	background-repeat: repeat;
	background-position: top center;
	background-size:1520px auto;
	width: 100%;
}

#top_note img{
	width: 96.72%;
	margin: 0 auto;
	padding: 2.88% 0;
}

/*-----特典------*/

/*-----乗り換え------*/

/*----- LineUp ------*/

/* ウィンドウ幅が576px未満のとき */

#lineup {
	background-image: url(../img/bg.png);
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #92CCF0;
}
@media screen and (max-width: 576px){
  #lineup {
		background-image: url(../img/bg.png);
		background-position: top center;
		background-size: 1520px 100%;
	}
	.ttl_bg::before{
		background: url(../img/kumo_sp.png) no-repeat center 0% / contain;

	}
}

#lineup h2{
	width: 100%;
	margin: 0 auto;
	padding: 8% 8% 2%;
	position: relative;
	max-width: 1520px;
}

.ttl_bg{
	background: url(../img/kumo_pc.png) no-repeat center 0% / contain;
}

#lineup ul.lineup-list{
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#lineup ul.lineup-list li{
	/*width: 48.44%;*/
	width: 100%;
	padding-top: 3.13%;
}

#lineup .note{
	width: 100%;
	padding-bottom: 0;
	margin: 4.7% auto 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

/*----- footerボタン ------*/
#btn {
	background-color: #2885C5;
}

.hp-btn{
	padding: 0 0 12% ;
}

.wankure-btn{
	padding: 6% 20% 0% ;
}

.hp-btn ul{
	width: 48.51%;
	margin: 0 auto;
}

.btn_2{
	padding: 7% 0 0;
}
