@charset "euc-jp";

/* イベント用 */



/*------------------------------------------------------------

	リセット

------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
main,
header {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}



*,
*:before,
*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

}

/* -------------------	pc　--------------------------- */

@media(min-width:769px) {

    .pc_none{
        display: none;
    }

    /* 下記テーブル打ち消し用 */

    .y_footer table {

        margin-top: 0;

    }


    /* pcトップ用ヘッダー微調整 */

    .boxtop {

        margin-top: 10px;

    }



    header {

        overflow: hidden;

        background-color: #fff;

    }


    .top {

       background-color: #fff;

    }

    .box0 {
        margin-top: 20px;
        width: 890px;
        margin: 0 auto;
        padding-bottom: 10px;
    }


    #section1 {

        background: #e6e6e6;

        padding-bottom: 30px;
        
    }



    #section2 {


        background: #ffffff;

        padding-bottom: 30px;

    }




    #section3 {

        background: #e6e6e6;


        padding-bottom: 30px;

    }


    #section4 {


        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));
        padding-bottom: 30px;

    }



    #section5 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));


        padding-bottom: 30px;

    }



    #section6 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        background-repeat: repeat-x;

        margin-bottom: 0px;

    }

    #section7 {

        background: #e6e6e6;

        margin-bottom: 0px;

        padding: 0px 0px 200px 0px;

    }

  main .achievements .sab-title p,
  main #section1 .sab-title p,
  main #section2 .sab-title p,
  main #section3 .sab-title p,
  main #section4 .sab-title p,
  main #section5 .sab-title p,
  main #section6 .sab-title p,
  main #section7 .sab-title p{

  padding-top: 60px;
  padding-bottom: 10px;

    }


    p.sectiontitle {

        margin: auto;

        text-align: center;

    }



    main {

        overflow: hidden;

    }



    footer {

        padding-top: 20px;

        padding-bottom: 100px;

        background-color: #fff;

    }



    a:hover {

        opacity: 0.8;

    }

　　　/* ランキングスライダー*/

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:30vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
	 margin:0 auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}

.slider .box2 a{
    margin: 0 auto;
    display: block;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 10%;
    transform: rotate(-135deg);
	z-index: 31;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 10%;
    transform: rotate(45deg);
	z-index: 30;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    display:none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*価格等設定*/

.slider .detail{
    text-align:center;
}

.slider .box2 {

        float: left;

        box-sizing: border-box;

        width:35vw;
	    height:auto;

        padding: 40px 10px 40px;

        margin: 20px 5px 20px;

        background: #fff;

        border: #c9bdaf 1px solid;

    }

.slider .box2 .free {

        position: relative;

        float: left;

        width: 150px;

        height: 38px;

        box-sizing: border-box;

        text-align: left;

        padding-top: 3px;

        padding-left: 15px;

        margin-top: 10px;

        margin-bottom: 5px;

        background-color: rgb(237, 21, 22);

        font-size: 1.3rem;

        color: #fff;

    }

.slider .box2 .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 19px 20px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }

.slider .box2 .sell {

        float: right;

        font-size: 2.3rem;

    }



.slider .box2 .sell {

        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;

        color: rgb(237, 21, 22);

        font-weight: bold;

    }



.slider .box2 .sell .en {

        font-size: 0.9rem;

    }
    
    /* ナビゲーションアイテム内見出し */

  
 
.event_nav {

        text-align: center;
		font-size: 1em;

    }

	
.event_nav_images h3 {

        padding-bottom: 30px;

    }

	/* 注意文言 */


    .attention {

        text-align: center;
		margin-top: 0px;
        margin-bottom:30px;
    }

    .attention p {

        margin-top: 20px;
		font-size: 1em;

    }
	
	.attention img {

        width: 90%;

    }
	
    /* イベントバナー */

    h2.midashi {

  text-align: center;

    }



    /* 見出しフェードイン */

    .effect img {

        transition: 1.0s;

    }



    /* メインアイテム */

    header .main_item {

        margin: auto;

        text-align: center;


    }





    /* サブアイテム */

    .sub_item {

        background-color: #fff;

        overflow: hidden;

        margin: auto;

        width: 80%;

        clear: both;

        padding-bottom: 50px;



    }



    .sub_item h3 {

        padding-top: 10px;

        text-align: center;

    }





    /* rightナビ */

    .right_nav {

        position: fixed;

        bottom: 5%;

        right: 5%;

        border-radius: 9px;

        padding: 8px;

        background-color: #f3981c;

        text-align: center;

        line-height: 1em;

    }



    .right_nav a {

        color: #fff;

        text-decoration: none;

        font-size: 0.6em;

    }



    .right_nav a:hover {

        color: #fff;

        opacity: 0.8;

    }



    .right_nav a:visited {

        color: #fff;

    }



    /* footer */
    .y_footer {

        margin: auto;

        width: 90%;

    }


    .y_footer table {

        margin-bottom: 100px;

        margin-top: 30px;

    }


    .y_footer th {

        background-color: #ff7777;

        font-weight: normal;

        text-align: left;

        color: #fff;

        padding: 10px;

    }


    .y_footer td {

        padding: 10px;

        color: #393939;

        font-size: 0.8em;

        line-height: 120%;

    }



    /* モバイル用フローティングバナー削除 */

    div#header {

        display: none;

    }



    div#upper_nav {

        display: none;

    }




    /* 上部ナビゲーション  */

    ul.page_nav {

        display: none;

    }


    /*  */

    section.cate {

        display: none;

    }


    section.price {

        display: none;

    }



    /* モバイル用フッターナビ削除 */

    footer div.footer_nav {

        display: none;

    }



    /* 背景 */

    body {

        background-size: contain;
    }


    /* グローバルナビゲーション */

    #pc_g_nav {

        background-color: #fff;

    }


    /* トップ画像下テキスト */
    header h2.midashi .text {
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.7;
        color: #393939;
    }




    header h2.midashi .text b {
        margin: 0 auto;
        text-align: center;
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 2;
        color: #393939;
    }


    #titleandnav {

        margin: 0 auto;
		text-align: center;
        padding-bottom: 60px;

    }
	
	#titleandnav img {

        padding-top: 80px;

		padding-bottom: 0px;
    }

	
    /* ナビゲーション */


    .event_nav-item{
    background-color:  #0362A4; 
    color: #FFF;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 20px 10px;
    margin: 10px;
    width: 250px;
    }


    .event_nav{
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    }

    .event_nav-item a {
            color: #FFF !important;
    }
    
    .event_nav-item:hover {
            opacity: 0.7;
    }
    
    /* イベントバナー */

    h2.midashi {

        width: 840px;

        margin: auto;

        margin-top: 50px;

    }



    h2.midashi p img {

        margin-top: 20px;

        margin-bottom: 20px;

        width: 100%;

    }



    .event_nav ul {

        /*width: 900px;*/

        margin: auto;

        text-align: center;

    }

    .midashi_title p{
        font-weight: 100;
        
    }
    
    .midashi_title{
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* sectionごと 上　スペース */


    main #section1 p {

        padding-top: 70px;

    }

    main #section2 p {

        padding-top: 70px;

    }

    main #section3 p {

        padding-top: 70px;

    }

    main #section4 p {

        padding-top: 70px;

    }

    main #section5 p {

        padding-top: 70px;

    }


    /* メインアイテム */

    .main_item {

        margin: auto;

        text-align: center;

        padding-bottom: 80px;

    }


    header .main_item {

        margin: auto;

        text-align: center;


    }



    .main_item p img {

        text-align: center;

    }



    .main_item .box1 {

        width: 920px;

        margin: 0 auto;

    }



    .main_item .box1 .riSDAdWrap {

        box-sizing: border-box;

        width: 890px;

        padding: 40px 20px;

        margin: 15px;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .box1 img {

        position: relative;

        float: left;

        width: 470px;

        margin-right: 20px;

    }



    .box1 .detail {

        float: right;

        width: 350px;

    }



    .box1 .detail img {

        float: left;

        width: 70px;

        margin-right: 10px;

    }



    .box1 .detail .name {

        position: relative;

        top: 5px;

        margin-bottom: 20px;

        text-align: left;

        font-size: 1.5rem;

        line-height: 1.2;

    }



    .box1 .detail .text {

        width: 100%;

        color: #393939;

        margin-bottom: 130px;

        padding: 0px 0px 13px 0px;

        text-align: left;

    }


    .box1 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 3px;

        padding: 0;

        text-align: left;

        font-weight: 600;

    }



    .box1 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 1rem;

        margin-left: 3px;

    }



    .box1 .sell {

        float: right;

        font-size: 2.6rem;

    }



    .box1 .sell .en {

        font-size: 0.8rem;

    }



    .box1 .riSDAdWrap .free {

        position: relative;

        float: left;

        width: 130px;

        height: 38px;

        box-sizing: border-box;

        text-align: left;

        padding-top: 3px;

        padding-left: 15px;

        margin-top: 10px;

        margin-bottom: 5px;

        background-color: #A01E2F;

        font-size: 1.3rem;

        color: #fff;

    }



    .box1 .riSDAdWrap .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 19px 20px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }





    .main_item .box2 {

        width: 920px;

        margin: 0 auto;

    }



    .main_item .box2 .riSDAdWrap {

        float: left;

        box-sizing: border-box;

        width: 450px;

        padding: 40px 10px 40px;

        margin: 20px 5px 20px;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .box2 .detail img {

        float: left;

        width: 60px;

        margin-right: 8px;

    }




    .box2 .detail .name {

        font-size: 24px;

        font-size: 1.5rem;

        line-height: 1.2;

        margin-bottom: 15px;

    }



    .box2 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 1px;

        padding: 0;

        text-align: left;

        font-weight: 600;

        font-size: 0.9rem;

    }



    .box2 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 1rem;

        margin-left: 3px;

    }



    a:link,
    a:visited {

        color: #000000;

        text-decoration: none;

        display: inline-block;

    }



    .box2 .sell {

        float: right;

        font-size: 2.3rem;

    }



    .sell {

        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;

        color: #A01E2F;

        font-weight: bold;
        
        font-size: 16px;

    }



    .box2 .sell .en {

        font-size: 0.9rem;

    }



    .box2 .riSDAdWrap .free {

        position: relative;

        float: left;

        width: 130px;

        height: 38px;

        box-sizing: border-box;

        text-align: left;

        padding-top: 3px;

        padding-left: 15px;

        margin-top: 10px;

        margin-bottom: 5px;

        background-color: #A01E2F;

        font-size: 1.3rem;

        color: #fff;

    }



    .box2 .riSDAdWrap .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 19px 20px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }



    .riSDAdWrap .detail::after {

        content: "ご注文はコチラ　""\f054";

        display: block;

        font-family: 'FontAwesome';

        width: 100%;

        color: rgb(255, 255, 255);

        background: #0362a4;

        border-radius: 5px;

        padding: 10px 0px;



    }


    .main_item .motto a {

        font-weight: 400;

        float: right;

        color: #393939;

        font-size: 24px;

        margin-right: 100px;

    }



    .main_item .motto a:after {

        content: "\f105";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 32px;

        font-size: 3rem;

        margin-left: 15px;

        top: 4px;

    }





    a:link,
    a:visited {

        color: #000000;

        text-decoration: none;

        display: inline-block;

    }



    /* サブアイテム内見出し */

    .sub_item h3 {

        font-size: 180%;

        font-weight: 100;

        text-align: center;

    }



    /* サブアイテム */

    .sub_item {

        box-sizing: border-box;

        width: 990px;

        padding: 20px;

        margin: 60px auto 0;

        border: #c9bdaf 1px solid;

    }



    .box3 {

        margin-top: 20px;

        width: 890px;

        margin: 0 auto;

        padding-bottom: 20px;


    }





    .box3 .item {

        position: relative;

        float: left;

        width: 290px;

        height: 400px;

        padding: 50px 30px;

    }





    .box3 .item .detail .name {

        font-size: 1.1rem;

        line-height: 1.3;

        margin-bottom: 60px;

    }



    .detail .name {

        width: 100%;

        text-align: left;

        font-weight: 500;

    }



    .box3 .item .free {

        position: relative;

        width: 100px;

        text-align: left;

        padding: 8px 0;

        padding-left: 8px;

        background-color: #A01E2F;

        font-size: 1.0rem;

        color: #fff;

        margin-top: -40px
    }



    .box3 .detail .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 20px 10px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }



    #section7 .sub_item .box3 .item .sell {

        float: right;

        margin-top: -35px;

        font-size: 33px;

        font-size: 1.8rem;

    }



    #section7 .sub_item .box3 .item .sell .en {

        font-size: 19px;

        font-size: 1.2rem;

    }



    .box2:after,
    .box3:after,
    .box4:after,
    .detail:after,
    .boxp2:after {

        content: "";

        display: block;

        clear: both;

    }

    /* 令和元年カード付き */

    .whitebox {
        margin: -20px 160px 8px auto;
        width: 840px;
        color: #575757;
        font-weight: 600;
        font-size: 100%;
    }


    /* rightバナー */

    .right_banner {

        position: fixed;

        bottom: 50px;

        right: -20px;



    }



    .right_banner:hover {

        right: 0px;

    }



    /* rightナビ */

    .right_nav {

        position: fixed;

        bottom: 3%;

        right: 3%;

        border-radius: 10px;

        padding: 10px;

        background-color: #0362a4;

        text-align: center;

        line-height: 1em;

        color: #fff;

    }


    .right_nav a {

        color: #fff;

        text-decoration: none;

        font-size: 0.8em;

    }


    .right_nav a:hover {

        color: #fff;

        opacity: 0.8;

    }


    .right_nav a:visited {

        color: #fff;

    }

    /* 右バナー */


    #right_navi {

        position: fixed;

        z-index: 999;

        bottom: 260px;

        right: 0%;

        width: 150px;

    }


    #right_navi .ttl a:hover {

        color: #fff;

        opacity: 0.8;

    }

}

/* コピーボタン */
.copy_btn {
  width:700px!important;
  padding: 12px 0;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background: #0362a4;
  border: solid 2px #0362a4;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #0362a4;
}
.copy_btn:hover {
	cursor: pointer;
}

/* よくある質問部分 */
.sec10 {
  padding: 70px 0 80px; 
}
.sec10 h2 {
    text-align: center;
    margin-bottom: 40px; 
}
.sec10 .qa_box {
    width: 1020px;
    margin: 0 auto 20px;
    padding: 30px 0;
}
.sec10 .qa_box .qa_in {
      padding: 10px 0 10px 50px;
      background: #fff;
}
.sec10 .qa_box .qa_in .qa_q {
        font-size: 26px;
        font-weight: bold;
        height: 75px;
        padding-left: 60px;
        background: url(https://kizamu.itembox.design/item/2023corp/img/img_qa_q_1.png) no-repeat left top, url(https://kizamu.itembox.design/item/2023corp/img/pc_img_qa_line_1.png) no-repeat left bottom; 
}
      .sec10 .qa_box .qa_in .qa_a {
        line-height: 1.9;
        width: 860px;
        padding-left: 60px;
        background: url(https://kizamu.itembox.design/item/2023corp/img/img_qa_a_1.png) no-repeat left top; 
}
.pc_none {
  display: none;
}

/* 価格で選ぶ */
.budget {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 60px auto 70px; 
}
.budget li {
    width: 320px; 
    list-style: none;
}
.budget li .b_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    height: 70px;
    margin: 25px auto; 
}
.budget li .b_btn a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    background: #0362a4;
    position: relative; 
    text-decoration: none;
}
.budget li .b_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
/* まとめ買いクーポン */
.coupon{
        margin: 80px auto 0px auto;
        text-align: center;
    }
    #matomewari{
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2;
    color: #393939;
    }
    .coupon p{
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
    color: #393939;
    padding: 10px 0px;
    }
    .red{
      color: #cc0000 !important;
      font-size: 0.5 !important;
    line-height: 1.0 !important;
    
    }
    .toku_logo {
    width: 70%;
    margin-bottom: -20px;
    margin-top: -50px;
}
.gradation {
    margin-top: -80px;
}
/* トップ見出し文 */
.key_title {
            margin-top: 20px;
            font-size: 1.5rem;
            font-weight: 700 !important;
}
/* お問い合わせボタン */
div.contactBtn a {
    background-color: #dc3545;
    color: #fff;
    font-size: 1.5rem;
    padding: 20px 40px;
    text-decoration: none;
}

.mt-5 {
    margin-top: 3rem;
    text-align: center;
}

.achievements {
    text-align: center;
    background: #e6e6e6;
    padding-bottom: 60px;
    margin-top: 60px;
}

.detail_2 {
    text-align: center;
    background: #FFF;
    padding-bottom: 60px;
    margin-top: 60px;
}

h3.business {
        font-weight: 700;
        font-size: 32px;
        padding: 40px;
        text-align: center;
}

.case{
    margin-top: 60px;
    margin-bottom: 60px;
}

.case-box-inner {
        margin: 20px auto;
        padding: 25px;
        display: flex;
        width: 920px;
        border: 1px solid #dee2e6;
}

.case_right {
        margin-left: 25px;
        width: 100%;
}
/* 注文の流れ */
#flowbox {
    background: #FFFFFF;
    padding: 60px 0 200px;
    text-align: center;
}

#flowbox .flow-left {
    display: inline-block;
    vertical-align: top;
    width: 920px;
    text-align: left;
}

#flowbox .flow-left .flow {
    margin: 20px 0 40px 55px;
}
#flowbox .flow-left .flow li {
    display: inline-block;
    width: calc((100% / 6) - 12px);
    vertical-align: top;
    position: relative;
    margin: 0 30px 0 0;
}
#flowbox .flow-left .flow li.step1 dt {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/step_1.png) no-repeat center center;
    background-size: contain;
}
#flowbox .flow-left .flow li.step1 dd {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/flow_1.png) no-repeat center top;
    background-size: contain;
}
#flowbox .flow-left .flow li.step2 dt {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/step_2.png) no-repeat center center;
    background-size: contain;
}
#flowbox .flow-left .flow li.step2 dd {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/flow_2.png) no-repeat center top;
    background-size: contain;
}    
#flowbox .flow-left .flow li.step3 dt {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/step_3.png) no-repeat center center;
    background-size: contain;
}
#flowbox .flow-left .flow li.step3 dd {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/flow_3.png) no-repeat center top;
    background-size: contain;
}    
#flowbox .flow-left .flow li.step4 dt {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/step_4_a.png) no-repeat center center;
    background-size: contain;
}
#flowbox .flow-left .flow li.step4 dd {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/flow_4.png) no-repeat center top;
    background-size: contain;
}          
#flowbox .flow-left .flow li.step5 dt {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/step_5.png) no-repeat center center;
    background-size: contain;
}
#flowbox .flow-left .flow li.step5 dd {
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/flow_5.png) no-repeat center top;
    background-size: contain;
}        
    
#flowbox .flow-left .flow li::after {
    content: "";
    background: url(https://kizamu.itembox.design/item/hotel_equipment/img/arrow01.png) no-repeat center right;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 180px;
    right: -25px;
    display: inline-block;
}
#flowbox .flow-left .flow li:last-child::after {
    background: none;
    width: 0;
    height: 0;
}    
    
#flowbox .flow-left .flow li dt {
    text-align: center;
    content: "";
    font-size: 0;
    padding: 16px 0;
}    
    
#flowbox .flow-left .flow li dd {
    margin: 10px 0 0 0;
    padding: 140px 0 0 0;
    font-size: 13px;
}


}