@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
    line-height:1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* 	共通テキスト */
.txt10px{ font-size:63%; /*10px*/}
.txt12px{ font-size:75%; /*12px*/}
.txt14px{ font-size:88%; /*14px*/}

.text_red {	color: #E1001F;}
.text_red_bold {
	color: #FF0000;
	font-weight: bold;
}

/* 	リンク */
a:link { color: #0095C8; }
a:visited { color: #0095C8; }
a:hover { color: #0095C8;}
a:active { color: #0095C8; }

a.shop_link{
	display:block;
	margin-top:5px;
	padding-left:16px;
	background:url(../images/ico_arrow04.gif) 0px 2px no-repeat;
	font-size:12px;
	line-height:1.3em;
}

.text{ font-size: 13px; }
.note{ font-size: 13px; line-height: 1.5; text-indent: -1em; margin-left: 1em; }

.head_collab {
    text-align: center;
    background-color: #f7f3f7;
    color: #222;
    font-size: 1.4em;
    padding: 4px 0 5px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.headline_cuption{
    text-align: center;
    font-size: 1.2em;
    margin: 32px auto 24px;
    font-weight: 600;
}


/*========= バー表示のためのCSS ===============*/

.scrollgress{
  z-index: 100;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
  top:0px!important;/* fixedで設置しているheaderの高さよりも下にバーを出す*/
}

/*---------------------------------------------*/
/* ヘッダー */
#header{	
    display: flex;
    width: 800px;
    padding:3px 0 12px 0;
    margin: 10px auto 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    color: #666;
    justify-content: space-between;
}

#header .navi {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 4em;
    font-size: 1.6rem;
}

#header .navi ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

#header .navi ul li + li {
    margin-left: 2.5em;
}

#header .navi ul a, #header .navi ul span {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
    line-height: 1.5;
    font-weight: 600;
}

#content .contactBox ul {
    max-width: 700px;
}

.comForm td li.inputUI-mark{
    width: auto;
    line-height: 2.5;
}

.loaner_pageTitle {
    margin-bottom: 16px;
    background-image: url(/img/enjoy/main_img.jpg);
    height: 170px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loaner_pageTitle h2 {
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 8px #000000;
    line-height: 1.2;
    text-align: center;
}

.loaner_pageTitle h2 b {
    font-size: 3.2rem;
}



/*--------------------------------------------*/
.bg {
    margin: 32px auto 0;
    padding-top: 10px;
    max-width: 688px;
    padding: 64px 40px;
    background-color: #f1f3f5;
}

.comTable {
    width: -webkit-fill-available;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 3% 3% 3% 3%;
    padding: 3%;
    max-width: 800px;
    margin: 0 auto;
}

#main .comTable tr {
    padding: 10px 0;
    display: grid;
    margin-bottom: 12px;
}

.comTable td {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
    color: #2b2b2b;
}
.inquiryStoreBox td {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    align-items: flex-start;
}

.inquiryStoreBox td:last-child {
    margin-bottom: 0px;
}

.inquiryStoreBox td .sub-header {
    width: 170px;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 2.0rem;
}

.inquiryStoreBox td .sub-header img{
    width: 32px;
    margin-right: 4px;
}

.inquiryStoreBox td ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.inquiryStoreBox td ul li{
    background: url(/img/common/icon12.png) no-repeat top 6px left 8px;
    line-height: 20px;
    background-color: #fff;
    padding: 5px 12px 7px 38px;
    background-size: 20px 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 2px solid #fff;
    font-size: 1.3em;
    margin-right: 16px;
    color: #2b2b2b;
}

.note01{
    max-width: 688px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
}


/*スマホ用*/
@media screen and (max-width: 600px) {
	.pc{ display: none; }
    #header {
	    width: 100%;
	    padding: 0px 0 8px 0;
	}
	#header h1 {
		margin: 10px 0 0 10px;
	    width: 120px;
	    padding: 0;

	}
	#header h1 img {
	    margin-top: 0px;
	}

	#container .stepup_flow .headline12 {
	    font-size: 2.4rem;
	}

    #content .headline08 {
        margin: 16px auto 24px;
    }

    .innerBox.innerBox_Fv .comHalfBox01 {
        margin-bottom: 0 !important;
    }

    .bg {
        margin: 16px auto 0;
        max-width: inherit;
        padding: 16px 16px;
    }

    .inquiryStoreBox td {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        align-items: flex-start;
    }

    .inquiryStoreBox td .sub-header {
        width: 100%;
        margin-bottom: 8px;
    }

    .inquiryStoreBox td ul {
        justify-content: space-between;
    }

    /*.inquiryStoreBox td ul::after {
     content:"";
     display: block;
     width:0px;
    }*/

    .inquiryStoreBox td ul li {
        padding: 5px 8px 7px 32px;
        margin-right: 0px;
    }








}

#Footer{
  margin-top: 24px;
  position: relative;
}

#Footer .pagetop {
    position: absolute;
    top: -42px;
    right: 40px;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
}

#Footer .pagetop .over {
    display: none;
}

#FtInr {
    background-color: #e2e2e2;
    padding: 8px 0;
    text-align: center;
    font-size: 10px;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    font-size: 10px;
    padding: 16px 0;
}


@media screen and (max-width: 600px) {
	/*ご利用の流れ*/
	#content .comFlow {
	    padding: 24px 0 40px;
	    margin-top: 0;
	}

	#flow_link.comFlow .flowUl li {
	    margin: 0 0 56px 0;
	}
	#flow_link.comFlow .flowUl li:nth-child(4n) {
	    margin: 0;
	}

    #Footer .pagetop {
        width: 45px;
        height: 45px;
        right: 16px;
        top: -20px;
    }


}
