@charset "utf-8";

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
}


body {
background:#fff;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;
}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}

.unei dd{
  text-indent:20px;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
  color: #4fbcf3;
  text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.fil3 a img{
 transition:0.5s all;
}
.fil3 a:hover img{
  transform:scale(1.05);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

.m-1l{margin-left:-18px !important}
.m5l { margin-left: 5px !important; }
.m10l { margin-left: 10px !important; }
.m15l { margin-left: 15px !important; }
.m20l { margin-left: 20px !important; }
.m25l { margin-left: 25px !important; }
.m30l { margin-left: 30px !important; }

.m5r { margin-right: 5px !important; }
.m10r { margin-right: 10px !important; }
.m15r { margin-right: 15px !important; }
.m20r { margin-right: 20px !important; }
.m25r { margin-right: 25px !important; }
.m30r { margin-right: 30px !important; }
.m40r { margin-right: 40px !important; }
.m50r { margin-right: 50px !important; }

.p5b { padding-bottom: 5px !important; }
.p10b { padding-bottom: 10px !important; }
.p15b { padding-bottom: 15px !important; }
.p20b { padding-bottom: 20px !important; }
.p25b { padding-bottom: 25px !important; }
.p30b { padding-bottom: 30px !important; }
.p40b { padding-bottom: 40px !important; }
.p50b { padding-bottom: 50px !important; }
.p60b { padding-bottom: 60px !important; }
.p70b { padding-bottom: 70px !important; }
.p80b { padding-bottom: 80px !important; }

.p5t { padding-top: 5px !important; }
.p8t { padding-top: 8px !important; }
.p10t { padding-top: 10px !important; }
.p15t { padding-top: 15px !important; }
.p17t { padding-top: 17px !important; }
.p20t { padding-top: 20px !important; }
.p25t { padding-top: 25px !important; }
.p30t { padding-top: 30px !important; }

.p5a { padding: 5px !important; }
.p10a { padding: 10px !important; }
.p20a { padding: 20px !important; }
.p40a { padding: 40px 0 !important; }
.p50a { padding: 50px 0 !important; }

.p0r { padding-right: 0px !important; }
.p5r { padding-right: 5px !important; }
.p10r { padding-right: 10px !important; }
.p20r { padding-right: 20px !important; }
.p15r { padding-right: 15px !important; }
.p25r { padding-right: 25px !important; }
.p30r { padding-right: 30px !important; }
.p40r { padding-right: 40px !important; }
.p50r { padding-right: 50px !important; }
.p55r { padding-right: 55px !important; }
.p60r { padding-right: 60px !important; }
.p70r { padding-right: 70px !important; }
.p75r { padding-right: 75px !important; }
.p90r { padding-right: 90px !important; }
.p100r { padding-right: 100px !important; }
.p110r { padding-right: 110px !important; }
.p120r { padding-right: 120px !important; }

.p0l { padding-left: 0px !important; }
.p10l { padding-left: 10px !important; }
.p15l { padding-left: 15px !important; }
.p20l { padding-left: 20px !important; }
.p25l { padding-left: 25px !important; }
.p30l { padding-left: 30px !important; }
.p200l { padding-left: 200px !important; }

.bNone { border: none !important; }
.bor01{
	border-bottom:solid 2px #ccc;
}
.bor02{
	border-bottom:solid 1px #ccc;
}


/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p50t-s { padding-top: 50px !important; }
.m20l-s{margin-left:20px !important}
.m30r-s{margin-right:30px !important}
.m50l-s{margin-left:50px !important}
.p01-s { padding-top: 50px;padding-bottom:50px; }


/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none !important;}
.pc-dnon2{display: none;}
.se-blk{display: none;}
/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #eb5b58 !important; }
.txtBlue { color: #82caeb !important; }
.txtPink { color: #fa4d82 !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #83c9cc !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.txtYellow{color: #e2cc4b !important}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}
.f-maru{
	font-family: 'Zen Maru Gothic', sans-serif;
}
.vaMiddle { vertical-align: middle !important; }
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.span01{
background:url("images/lp/kitakyusyu2/span01.png") repeat-x bottom left;
	padding-bottom: 10px;
}
.span02{
background:url("images/lp/kitakyusyu2/span02.png") repeat-x bottom left;
	padding-bottom: 10px;
}
.img100 {
    height: auto;
    width: 100%;
}


table{
	width:100%;
}
td,th{
	padding:10px;
}
table th,table td{
border:solid 1px #ccc;
}
table th{
	background: #f7f7f7;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/

/*-------------------footer-----------------*/
#pagetop a{
	display: block;
	position: fixed;
	bottom:10px;
	right:25px;
	background: #fff;
	padding:5px 10px;
	width:50px;
	line-height: 1.5;
	text-align: center;
	font-size:28px;
	border-radius:10px;
	box-shadow: 0 0 3px #aaa;
	color: #978fb8;
	z-index: 4;
}
#pagetop a:hover{
	background: #4cb3b7;
	color: #fff;
}
footer{
	padding: 20px;
	font-size:80%;
	background: #fff;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer ul li{
		border-right:solid 1px #ccc;
	padding:0px 20px;
}
footer ul li:last-child{border-right: none;}
#footerFloatingMenu {
	display: none;
}
.modal{
    display: none;
}

.modal{
    display: none;
    height: 250px;
    position: fixed;
    bottom: 25px;
    width: 100%;
	z-index: 998;
}
.modal__bg{
    background: rgba(0,0,0,0.7);
    height: 55vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 20px 20px 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.modal__content ul li a{
		display: block;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		background: #f7d4e0;
		color: #555;
	text-shadow:1px 1px 3px #fff,1px 1px 3px #fff;
	border-radius: 5px;
	margin-bottom: 7px;
	}
	.modal__content ul.f-tel a{
		background:#f7d4e0 url("images/lp/kitakyusyu2/foot_tel2.png") no-repeat 10px center;
		background-size:15px;
	}
	.modal__content ul.f-tel a span{
		margin-right: 10px;
	}
	.modal__content ul.f-line a{
		background:#b9e5e2 url("images/lp/kitakyusyu2/foot_line2.png") no-repeat 20px center;
		background-size:20px;
	}
	.modal__content ul.f-mail a{
		background: #a1dcfc url("images/lp/kitakyusyu2/foot_mail2.png") no-repeat 20px center;
		background-size:18px;
	}
	.close{
		margin: 0 auto;

	}
	.close a{
		width:100px;
		margin: 10px auto;
		display: block;
		text-align: center;
		text-decoration: none;
		background: #fff;
		padding: 5px 10px;
		color: #1a1a1a;
		border-radius: 5px;
	}
.modal2{
	position: fixed;
	top:50%;
	left:50%;
    display: none;
    height: 500px;
    width: 500px;
	margin-top: -250px;
	margin-left: -250px;
	z-index: 998;
    background: rgba(0,0,0,0.7);
}
.modal__content2{
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.modal__content2 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:80%;
	margin-bottom: 40px;
}
.modal__content2 ul li{
	background: #7abf9e;
	width: 31%;
	line-height: 1.4;
}
.modal__content2 ul li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
}
.modal__content2 ul li a:hover{
	text-decoration: none;
	
}
.modal__content2 ul li img{
	border: solid 5px #fff;
	margin-bottom: 10px;
}
/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
.container3{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
}
/*その他装飾 */

.link01,.link02{
	text-align: center;
}
.link01 a{
	position: relative;
	display:inline-block;
	width: 400px;
	text-align: center;
	text-decoration: none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6d4e0+0,bae5e2+100 */
background: #f6d4e0; /* Old browsers */
background: -moz-linear-gradient(left,  #f6d4e0 0%, #bae5e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f6d4e0 0%,#bae5e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f6d4e0 0%,#bae5e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d4e0', endColorstr='#bae5e2',GradientType=1 ); /* IE6-9 */
	padding: 15px 30px 15px 10px;
	transition: 0.5s;
	border-radius: 30px;
	font-size:120%;
	color: #8980b0;
	font-weight: bold;
	box-shadow: 0 0 5px #aaa;
	text-shadow: 1px 1px 3px #fff;
font-family: 'Zen Maru Gothic', sans-serif;
}
.link01 a:after{
	position: absolute;
	top:50%;
	right:5%;
	margin-top: -12px;
	content:" ";
	width: 24px;
	height: 22px;
	background:url("images/lp/kitakyusyu2/list01.png") no-repeat center center;
	transition: 0.5s;
}
.link01 a:hover:after{
	right:3.5%;
}
.link02 a{
	position: relative;
	display:inline-block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	padding: 15px 30px 15px 10px;
	transition: 0.5s;
	border-radius: 30px;
	font-size:120%;
	color: #fff;
	background: #7ad3cd;
	border: solid 1px #fff;
	font-weight: bold;
	box-shadow: 0 0 5px #777;
font-family: 'Zen Maru Gothic', sans-serif;
}
.link02 a:after{
	position: absolute;
	top:50%;
	right:5%;
	margin-top: -12px;
	content:" ";
	width: 24px;
	height: 22px;
	background:url("images/lp/kitakyusyu2/list02.png") no-repeat center center;
	transition: 0.5s;
}
.link02 a:hover:after{
	right:3.5%;
}

.box-style01{
	display: flex;
	justify-content: space-between;
}
.box-style01.rev{
	flex-direction: row-reverse;
}
.box-style01.center{
	align-items: center;
}
.box-style01 .b-left01,.box-style01 .b-right01{
	width: 49%;
}
.box-style01 .b-left02{
	width: 40%;
}
.box-style01 .b-right02{
	width: 60%;
}
.h-style01{
	text-align: center;
	font-weight: bold;
	font-size:140%;
}
.h-style01 span{
	background:linear-gradient(transparent 60%, rgba(255,255,255,0.9) 0%) ;
}
/*------------------------------------------------------------------
	01 トップページ
------------------------------------------------------------------*/
#mainimage{
	position: relative;
	height: 100vh;
	background: url("images/lp/kitakyusyu2/bg01.png");
}
#mainimage .slider li{
	width: 100%;
	height: 96vh;
	margin: 2vh;
	border-radius: 20px;
}
#mainimage .slider li img{
	display: block;
	margin:0 auto;
	height:96vh;
	width: auto;
}
#mainimage .slider .main1{
	background: url("images/lp/kitakyusyu2/topimage1_bg.jpg") no-repeat center top;
	background-size:cover;
}

#mainimage .slider .main2{
	background: url("images/lp/kitakyusyu2/topimage2_bg.jpg") no-repeat center center;
	background-size:cover;
}
#mainimage .slider .main3{
	background: url("images/lp/kitakyusyu2/topimage3_bg.jpg") no-repeat center 3%;
	background-size:cover;
}
#mainimage .slider .main1 .container{
	padding: 5% 0 2%;
}
#mainimage .slider .main2 .container{
	padding:3% 0 0% 10%;
}
#mainimage .slider .main2 .container img{
	width: auto;
	max-height: 750px;
}
#mainimage .slider .main3 .container{
	padding: 8% 5% 2% 0;
}
#mainimage .slider .main3 .container img{
	width: auto;
	max-height: 700px;
}
#mainimage .logo{
	position: absolute;
	left:0px;
	top:0px;
	padding: 20px 30px;
	background: #fff;
	z-index: 2;
	border-radius: 0 0 20px 0;
}
#website{
	background: #978fb8;
	padding: 2.5%;
}
#s01{
	background: url("images/lp/kitakyusyu2/bg02.png");
	padding-top: 20px;
	margin-bottom: 60px;
}
#s01 .inner1{
	background: rgba(154,216,212,0.9);
	padding:50px 0 90px 0;
}
#s01 .inner1 .container{
	padding:0 0 0 30px;
}
#s01 .inner1 .container h2{
	background: url("images/lp/kitakyusyu2/nayami_bg.png") no-repeat center bottom;
	padding-bottom: 50px;
}
#s01 .inner2 h3{
	margin-top: -60px;
}
#s01 .inner2 .box-style01{
	margin-top: -30px;
}
#s01 .inner2 .box-style01 .text{
	width: 67%;
}
#s01 .inner2 .box-style01 figure{
	width: 30%;
}
#s02{
	background: url("images/lp/kitakyusyu2/bg03.png");
}
#s02 .container{
	position: relative;
}
#s02 .container p img{
	margin-top: -50px;
}
#s02 .container .link02{
	position: absolute;
	width:50%;
	left: 0;
	bottom:8%;
}
#s03{
	background: url("images/lp/kitakyusyu2/bg04.png");
}
.systembox{
	display: flex;
	flex-wrap: wrap;
}
.systembox .party{
	width: 50%;
	background: #f7d4e0 url("images/lp/kitakyusyu2/party.png") no-repeat 20px 20px;
	padding:4%;
	border-radius: 30px 0 0 30px;
}
.systembox .twoshot{
	width: 50%;
	background: #b9e5e2 url("images/lp/kitakyusyu2/twoshot.png") no-repeat 20px 20px;
	padding:4%;
	border-radius: 0 30px 30px 0;
}
.systembox .ttl{
	text-align: center;
	font-weight: bold;
	font-size:130%;
	margin-bottom: 40px;
}
.anshin h4{
	width: 30%;
	text-align: center;
}
.anshin p{
	width: 67%;
}
.bonus{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 8%;
}
.bonus li{
	width: 48.5%;
	margin-bottom: 20px;
	background: #978fb8;
	color: #fff;
	padding:10px 20px 20px;
}
.bonus li .ttl{
	background: url("images/lp/kitakyusyu2/bonus1.png") no-repeat left top;
	padding: 30px 0 40px 130px;
	font-size:150%;
	font-weight: bold;
}
.bonus li:nth-child(2) .ttl{
	background: url("images/lp/kitakyusyu2/bonus2.png") no-repeat left top;	
}
.bonus li:nth-child(3) .ttl{
	background: url("images/lp/kitakyusyu2/bonus3.png") no-repeat left top;	
}
.bonus li:nth-child(4) .ttl{
	background: url("images/lp/kitakyusyu2/bonus4.png") no-repeat left top;	
}
.check {
	padding: 0 5%;
}
.check figure{
	width: 35%;
}
.check .comment{
	width: 65%;
}
.comment{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
	border-radius: 20px;
}

.comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
#s04{
	background: #f7d4e0;
	padding-bottom: 30px;
}
#s04 h2{
	background: url("images/lp/kitakyusyu2/jimusyo_bg.png") no-repeat center center;
}
#s04 .inner1{
	background: #fdf2f6;
}
#s05{
	background: #f2f9f9;
}
#s05 h2{
	background: url("images/lp/kitakyusyu2/riyuu_bg.png") no-repeat center top;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 40px;
}
#s05 ul{
	display: flex;
	flex-wrap: wrap;
	border-top:	solid 2px #78c9ca;
	border-left:solid 2px #78c9ca;
}
#s05 ul li{
	width: 33.3%;
	background: #ffffff;
	border-bottom:solid 2px #78c9ca;
	border-right:solid 2px #78c9ca;
	position: relative;
}
#s05 ul li:nth-child(odd){
	background: #fdf1f6;
}
#s05 ul li .ttl{
	text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;	
	background: url("images/lp/kitakyusyu2/reason1_bg.jpg") no-repeat center center;
	background-size:cover !important; 
	padding: 55px 0;
	color: #7ad3cd;
	font-weight: bold;
	font-size:120%;
text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#s05 ul li .no{
	position: absolute;
	left: 0;
	top:0;
}
#s05 ul li p{
	padding: 15px;
}
#s05 ul li:nth-child(2) .ttl{
	background: url("images/lp/kitakyusyu2/reason2_bg.jpg") no-repeat center center;	
}
#s05 ul li:nth-child(3) .ttl{
	background: url("images/lp/kitakyusyu2/reason3_bg.jpg") no-repeat center center;	
}
#s05 ul li:nth-child(4) .ttl{
	background: url("images/lp/kitakyusyu2/reason4_bg.jpg") no-repeat center center;	
}
#s05 ul li:nth-child(5) .ttl{
	background: url("images/lp/kitakyusyu2/reason5_bg.jpg") no-repeat center center;	
}
#s05 ul li:nth-child(6) .ttl{
	background: url("images/lp/kitakyusyu2/reason6_bg.jpg") no-repeat center center;	
}
#s06{
	background: url("images/lp/kitakyusyu2/bg04.png");
}
#s06 h2{
	text-align: center;
	background: url("images/lp/kitakyusyu2/voice_bg.png") no-repeat center center;
	margin-bottom: 20px;
}#s07{
	background: #f5e3e9 url("images/lp/kitakyusyu2/border1.png") no-repeat center top;
	background-size:100%;
}

/*--アコーディオン--*/
/* 折り畳み部分を隠す */

.accordion dl{
	background: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #aaa;
}
.accordion dl dt{
	position: relative;
	background:url("images/lp/kitakyusyu2/plus.png") no-repeat 98% center;
	background-size:16px;
	padding: 10px;
	padding-left: 50px;
	font-size:110%;
}
.accordion dl dt:before{
	position: absolute;
	top:5px;
	left:10px;
	content: "";
	background: url("images/lp/kitakyusyu2/q.png") no-repeat center center;
	background-size:100%;
	width: 25px;
	height: 43px;
}
.accordion dl dt.open{
	background: url("images/lp/kitakyusyu2/mainasu.png") no-repeat 98% center;
	background-size:16px;	
}
.accordion dl dd{
	display: none;
	background:#f2f9f9 url("images/lp/kitakyusyu2/a.png") no-repeat 10px 15px;
	background-size:25px;
	padding: 10px;
	padding-left: 60px;
	margin-top: 5px;
}
#s08{
	background: url("images/lp/kitakyusyu2/bg03.png")
}
#s08 ul{
	position: relative;
}
#s08 ul::before{
	content: " ";
	background: #78c8c3;
	width: 4px;
	height: 85%;
	position: absolute;
	top:7%;
	left: 50%;
	margin-left: -2px;
}
#s08 ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
#s08 ul li:nth-child(even){
	flex-direction: row-reverse;
}
#s08 ul li .step{
	position: absolute;
	left:50%;
	top:50%;
	background: #78c8c3;
	color: #fff;
font-family: 'Zen Maru Gothic', sans-serif;	
	font-size:140%;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top: -50px;
	margin-left: -98px;
}
#s08 ul li figure,#s08 ul li .text{
	width: 50%;
}
#s08 ul li figure{
	text-align: center;
	padding-right:2%;
}
#s08 ul li:nth-child(even) figure{
	padding-right: 0;
	padding-left: 2%;
}
#s08 ul li .text{
	padding: 0 5%;
}
#s08 ul li:nth-child(even) .step{
	left: inherit;
	right:50%;
	margin-left: inherit;
	margin-right: -102px;
}
#s08 ul li .text .ttl{
	color: #78c8c3;
	font-weight: bold;
	font-size:140%;
	margin-bottom: 10px;
text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#s09{
	background: #f2f9f9;
}
#s09 .ttl{
	color: #9088ad;
	font-weight: bold;
	font-size:140%;
	background: url("images/lp/kitakyusyu2/kokura_flag.png") no-repeat left center;
	padding: 15px 10px 20px 120px;
	margin-bottom: 20px;
}
#s09 .box-style01:nth-of-type(2) .ttl{
	background: url("images/lp/kitakyusyu2/hakata_flag.png") no-repeat left center;
}
#s09 .box-style01:nth-of-type(3) .ttl{
	background: url("images/lp/kitakyusyu2/yakuin_flag.png") no-repeat left center;
}
#s09 ul{
	background: #fff;
	padding: 15px;
	color: #9088ad;
}
#s09 ul .tel{
	font-weight: bold;
	background: url("images/lp/kitakyusyu2/tel.png") no-repeat left center;
	padding-left: 30px;
	font-size:140%;
	margin-bottom: 5px;
}
.contact-sec{
	background: #978fb8;
}
.contact-sec ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.contact-sec ul li{
	width: 28%;
}
.contact-sec ul li .ttl{
	background: url("images/lp/kitakyusyu2/contact_ttlbg.png") no-repeat center center;
	text-align: center;
	color:#978fb8;	
	font-size:120%;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;	
	padding: 10px 0 20px;
	height: 55px;
	margin-bottom: 15px;
}
.contact-sec ul li .tel{
	text-align: center;
	color: #fff;
	background: url("images/lp/kitakyusyu2/tel2.png") no-repeat left center;
	font-size:200%;
	font-weight: bold;
	width:250px;
	margin: 0 auto 20px;
	padding-left: 30px;
}
.contact-sec ul li .link01 a{
	width: 100%;
	max-width: 260px;
	font-size:100%;
}



/*-------------------contact-----------------*/

#contact-form {
  position: relative;
  background: #f2efee;
  padding-top: 50px;
  padding-bottom: 60px;
}


/*---------------------------------------------------
9  contact
-------------------------------------------------*/

#contact-form li {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}

.hissu {
  background: #d07184;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-size: 90%;
  padding: 3px 20px;
  float: right;
}

#contact-form li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact-form li dl dt {
  width: 28%;
}

#contact-form li dl dd {
  width: 70%;
}

input[type=text], textarea {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: none;
  border-radius: 3px;
}

input[type=text]#nenrei {
  width: 60px;
  text-align: center;
  margin-right: 10px;
}

.bikou {
  margin-left: 20px;
  font-size: 90%;
  color: #888;
}

textarea {
  height: 200px;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  background: #fff;
  padding: 10px;
  font-size: 90%;
  border: none;
  color: #333;
  border-radius: 3px;
}

input[type="date"] {
  background: #fff;
  padding: 10px;
  font-size: 90%;
  border: none;
  border-radius: 3px;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

.btn01 {
  position: relative;
  display: inline-block;
  height: 50px;
  text-align: center;
  font-size: 110%;
  text-decoration: none;
  background: #d07987;
  padding: 10px 50px;
  text-shadow: 1px 1px 2px #333;
  transition: 0.5s;
  color: #fff;
  font-weight: bold;
  box-shadow: 5px 5px 0px #c78f98;
}

.btn01:hover {
  background: #c46271;
}

input[type=checkbox]+label:before {
  content: "\f0c8";
  font-weight: 400;
}


/* unchecked icon */

input[type=checkbox]+label:before {
  letter-spacing: 10px;
}


/* space between checkbox and label */

input[type=checkbox]:checked+label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
}


/* checked icon */

input[type=checkbox]:checked+label:before {
  letter-spacing: 10px;
}


/* allow space for check mark */


#sidefix2 {
  position: fixed;
  right: 0;
  bottom: 7%;
  z-index: 3;
}
#sidefix2 ul li{
  display: block;
/*  background: #8dc63f;*/
    background: #EE8FAF;
    border-radius: 20px 0px 0px 20px;
  text-align: center;
  border: solid 2px #fff;
}
#sidefix2 ul li p{
	color:#fff;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
#sidefix2 ul li:first-child a {
  border-radius: 0px 0 0 0;
}


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 1100px) and (max-width: 1400px){

}

@media screen and (max-width: 1099px){
	body{
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	#s-line{
		display: none;
	}
	.container{
		padding-right: 3%;
		padding-left: 3%;
	}


}

@media screen and (min-width: 640px) and (max-width: 1099px) {
	body{
		font-size:16px;
	}
	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
	#mainimage .slider .main2{
	background: url("images/lp/kitakyusyu2/topimage2_bg.jpg") no-repeat center bottom;
	background-size:cover;
}
#mainimage{
	height:auto;
}
#mainimage .slider li{
	width: 100%;
	height:600px;
	margin:20px;
	border-radius: 20px;
}
	#mainimage .slider li img{
		height: 600px;
		width: auto;
	}
	#s01 .inner1 .container{
		padding: 0 10px;
	}
	#s01 .inner1 .container h2{
		background-size:100%;
	}
	#s01 .inner2 .box-style01{
		margin-top: 0;
	}
	.bonus,.check{
		padding: 0;
	}
	#s05 h2{
		background-size:100%;
		padding: 0 30%;
	}
	#s05 ul li{
		width: 50%;
	}
	.bonus li .ttl{
		background-size:25% !important;
		padding: 7% 0 7% 30% !important;
	}
	.contact-sec ul li{
		width: 30%;
	}
	.contact-sec ul li .tel{
		width: 100%;
		font-size:140%;
	}
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/


@media screen and (max-width: 639px) {
	
/*----------共通------------*/

body{
	font-size:14px;

}
.sp-dnon {
    display: none !important;
}
.pc-dnon,.pc-dnon2{
    display:  block !important;
}
.db-sp{
	display:block;
}
	.sp-blk{
		display: block;
		margin: 0 auto !important;
	}


/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 35px !important; }
.m80b-s { margin-bottom: 35px !important; }
.m100b-s { margin-bottom: 50px !important; }
.m01-s{margin:0 5px;}
.p01-s { padding:20px 10px !important; }
	
.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
.right-pc{
	text-align:left;
}
.cen-pc{text-align: left !important;}

.box-style01{
		display: block;
	}
	.box-style01 .b-left01, .box-style01 .b-right01{
		width: 100%;
	}
	.link01 a{
		width: 100%;
		max-width: 400px;
	}
	#pagetop a{
		bottom:10%;
		right:10px;
	}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu ul {
    display: flex;
} 
	#footerFloatingMenu ul li{
		width: 33.3%;
		border-top:solid 1px #efefef;
background: #978fb8;
	}
	#footerFloatingMenu ul li:first-child{
		border-right:solid 1px #fff;
	}
	#footerFloatingMenu ul li:nth-child(2){
		border-right:solid 1px #fff;
	}
	#footerFloatingMenu ul li a{
		display: block;
		text-decoration: none;
		text-align: center;
		padding:10px 0;
		color: #fff;
	}

	#footerFloatingMenu ul li img{
		height: 35px;
	}
	footer{
		padding: 10px;
	}
	#foot-nav{
		display: block;
	position: fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 998;
}
#foot-nav ul{
	display: flex;
}
#foot-nav ul li {
	width: 50%;
}
#foot-nav ul li a{
	display: block;
	text-align: center;
	padding: 15px;
	padding-left: 45px;
	color: #fff;
	font-size:3.8vw;
	height: 50px;
}
	#foot-nav ul li a:hover{
		text-decoration: none;
	}
#foot-nav ul li:first-child a{
	background:#1a1a1a url("images/lp/kitakyusyu2/telicon.png") no-repeat 10px center;
	background-size:30px;
	font-size:4vw;
	border-right:solid 1px #fff;
}
#foot-nav ul li:last-child a{
	background:#1a1a1a url("images/lp/kitakyusyu2/mailicon.png") no-repeat 10px center;
	background-size:30px;
}

	footer{
		padding-bottom: 60px;
	}
	#mainimage{
		height: auto;
	}
	#mainimage .slider li,#mainimage .slider li img{
		height: auto;
	}
	#mainimage .logo{
		width: 35%;
		padding:3% 5%;
	}
	#s01 .inner1{
		padding: 20px 0 30px;
	 }
	#s01 .inner1 .container{
		padding:0 3%;
	}
	#s01 .inner1 .container h2{
		background-size:100%;
		padding:0 25px 20px;
	}
	#s01 .inner2 h3{
		margin-top: -20px;
	}
	#s01 .inner2 .box-style01 .text{
		width: 100%;
		margin-top: 40px;
	}
	#s01 .inner2 .box-style01 figure{
		width: 100%;
		text-align: center;
		padding: 0 25%;
	}
	#s02 .container{
		padding: 0 0 50px !important;
	}
	#s02 .container .link02{
		width: 47%;
		left: 3%;
		bottom: 5%;
	}
	#s02 .container .link02 a{
		width: 100%;
		padding: 7px 20px 7px 0;
	}
	#s03 h2,#s04 h2,#s08 h2{
		padding: 0 25%;
	}
	#s03 .b-left01 img{
		margin-bottom: 10px;
	}
	.systembox .party,.systembox .twoshot{
		width: 100%;
	}
	.systembox .party{
		border-radius: 30px 30px 0 0;
	}
	.systembox .twoshot{
		border-radius: 0 0 30px 30px;
	}
	.bonus{
		padding: 0;
	}
	.bonus li{
		padding: 10px;
	}
	.bonus li .ttl{
		font-size:120%;
		padding: 30% 0% 0 0% !important;
		background-size: 30% !important;
		background-position: 45% top !important;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 10px;
		
	}
	.anshin h4{
		width: 100%;
		padding: 0 25%;
		margin-bottom: 10px;
	}
	.anshin p{
		width: 100%;
		margin-bottom: 40px;
	}
	.check figure{
		width: 100%;
	}
	.check .comment{
		width: 100%;
	}
	.comment{
		margin: 0;
	}
	.comment:before{
  top: -30px;
  left: 40%;
	margin-top: 0;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
	}
	#s04 .box-style01 .b-right01 h3{
		margin-top: -50px;
	}
	#s04 .box-style01:nth-of-type(even) .b-right01 h3{
		text-align: right;
	}
	#s05 h2{
		background: url("images/lp/kitakyusyu2/riyuu_bg_sp.png") no-repeat left top;
		background-size:50%;
		padding: 6% 0 0 45%;
		margin-bottom: 10px;
	}
	#s05 ul li .ttl{
		padding: 35px 0;
	}
	#s05 ul li{
		width: 100%;
	}
	#s05 ul li p{
		padding: 10px;
	}
	#s06 h2{
		padding: 0 20%;
		background-size:200%;
	}
	.accordion{
		padding: 0;
	}
	.accordion dl{
		margin-bottom: 10px;
	}
	.accordion dl dt{
		padding:10px 20px 10px 35px;
		background-size:12px;
		min-height: 45px;
	}
	.accordion dl dt:before{
		left: 0;
		top:0;
	}
	.accordion dl dd{
		padding:10px;
		padding-left: 35px;
		background-position: 3px 10px;
	}
	#s08 ul li figure{
		width: 100%;
		text-align:right;
	}
	#s08 ul li figure img{
		width: 100px;
	}
	#s08 ul li .text{
		width: 100%;
	}
	#s08 ul li .step{
		top:13%;
		margin-top: 0;
		left: 0;
		margin-left: 0;
		width: auto;
		height:auto;
		font-size:110%;
		padding:5px 15px;
	}
	#s08 ul li:nth-child(even) .step{
		right: inherit;
		left: 0;
		margin-left: 0;
	}
	#s08 ul::before{
		top:5%;
		left: 5%;
		height: 80%;
	}
	#s08 ul li .text .ttl{
		position: absolute;
		left: 90px;
		top:33px;
		text-align: center;
	}
	#s08 ul li .text{
		padding: 0 0 5% 10%;
	}
	#s09 .ttl{margin-bottom: 10px;}
	#s09 .b-left01{
		margin-bottom: 15px;
	}
	.contact-sec ul li{
		width: 100%;
		border-bottom:solid  1px #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.contact-sec ul li:last-of-type{
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.contact-sec ul li .ttl{
		margin-bottom: 5px;
	}
	.contact-sec ul li .tel{
		margin-bottom: 0;
	}
	/*------------------お問い合わせ--------------*/
  #contact-form {
    padding: 30px 0;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  select {
    background: #fff;
    padding: 10px;
    font-size: 90%;
    border: none;
    color: #333;
    border-radius: 3px;
  }
  #contact-form li dl {
    display: block;
  }
  #contact-form li dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #contact-form li dl dd {
    width: 100%;
  }
  .bikou {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
#sidefix2 {
	display:none;
}
	}
@media screen and (max-width: 320px) {
	.se-blk{
	display: block;
	}
	.block{
		height: inherit;
		position: relative;
	}


}