@charset "utf-8";
/* CSS Document */

/*隣接するセルのボーダーを重ねて表示し、間隔を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;
}

.headline08 {
    margin-bottom: 18px;
    padding-bottom: 15px;
    margin-top: 72px;
    text-align: center;
    line-height: 1.55;
    position: relative;
}

.headline08 span {
    display: block;
    font-weight: 800;
    color: #ec1234;
}

.headline08::after {
    position: absolute;
    content: '';
    background: url(/img/common/line.png) no-repeat center bottom;
    background-size: 100% auto;
    background-size: 343px auto;
    height: 1px;
    width: 344px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.borderBox .headline03 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.borderBox .headline03 + .list {
    color: #ec1234;
    font-size: 12px;
}

.borderBox p.list, .borderBox ul.list li,
.borderBox p.listNum {
    text-indent: -1em;
    margin-left: 1em;
}

.borderBox p { margin-bottom: 17px; }

.borderBox p.list::before {
    content: "・";
    padding-right: 1px;
}

.text02{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 16px;
}


/* 	リンク */
a:link { color: #2b2b2b; }
a:visited { color: #2b2b2b; }
a:hover { color: #2b2b2b;}
a:active { color: #2b2b2b; }

#Footer{
	position: relative;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    font-size: 10px;
    padding: 16px 0;

}

#Footer .pagetop {
	position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
}

#Footer .pagetop .over {
    display: none;
}

#Footer .pagetop a:hover {
    opacity: 0.7;
}

.mgnBtn{ margin: 48px auto; text-align: center; }

.comBtn a {
    padding: 17px 40px 16px 15px;
    min-width: 311px;
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #2b2b2b;
    text-align: left;
    letter-spacing: 0.1em;
    background-color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
}

.comBtn a::after {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 17px;
    background: url(/img/common/icon03.png) no-repeat left top;
    background-size: 18px auto;
    content: "";
}

.comBtn.mgnBtn a {
    margin: 0 auto;
    padding: 12px 15px;
    color: #fff;
    font-size: 2rem;
    background: #ec1234;
    border: 2px solid #ec1234;
    text-align: center;
    transition: .3s;
}

.comBtn.mgnBtn a::after {
    background: inherit;
}

.comBtn.mgnBtn a:hover {
    color: #ec1234;
    background: #fff;
}


/*========= バー表示のためのCSS ===============*/
.scrollgress{
  z-index: 100;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
  top:0px!important;/* fixedで設置しているheaderの高さよりも下にバーを出す*/
}

/*---------------------------------------------*/
/* ヘッダー */
#header{
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 12px 0;
	display: flex;
}

#header h1{
	width:100%;
	margin: 0 auto;
	padding-left:0;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
	color:#666;
}
h1 img{ width: 134px; margin-top:10px;}
header p{  }

/*---------------------------------------------*/
/* コンテンツ */
#boueikyosai{
	width: 980px;
    margin: 0 auto;
    padding: 0;
}

/*---------------------------------------------*/
/* SUB-MENU */
.sub_menu{
	padding: 35px 0;
    background-color: #f2f2f2;
    margin: 16px auto 0;
    border-bottom: 4px solid #ec1234;
}

.sub_menu .htb-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 990px;
}

.sub_menu .plan-link-list {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.sub_menu .plan-link-btn {
    position: relative;
    width: 32.291666%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}

.sub_menu .plan-link-btn:not(:last-of-type) {
    margin-right: 1.5625%;
}

.sub_menu .Num {
    display: block;
    margin: auto 0;
    width: auto;
    /* text-align: left; */
    position: absolute;
    font-size: 4.5rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #ec1234;
    top: 0;
    left: 9px;
    line-height: 1.3em;
    bottom: 0;
}

.sub_menu .plan-link-btn:after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: '';
    display: block;
    width: 19px;
    height: 10px;
    background: url(/img/common/icon42.jpg) center top no-repeat;
    background-size: contain;
}

.sub_menu .plan-link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 0px;
    text-decoration: none;
    width: 100%;
}

.sub_menu .plan-link-btn a:hover {
	color: #ec1234;
}

.sub_menu .plan-link-title {
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sub_menu .plan-link-title strong {
    display: block;
    width: 100%;
    font-size: 22px;
}

.comCaseUl { margin-top: 0; }

#boueikyosai .comCaseUl li { width: 480px; }

#boueikyosai .comCaseUl li:nth-child(1),
#boueikyosai .comCaseUl li:nth-child(2) {
    margin: 0 0 65px;
}

.comCaseUl li h2 .num {
    width: 70px;
}

#features .comCaseUl li h2 {
	font-size: 2.3rem;
	margin-bottom: 16px;
}

.comBtn { margin: 32px auto; }

#boueikyosai .content>.header {
    display: flex;
    grid-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
    font-size: 16px;
    color: #ec1234;
}

#boueikyosai .content ul {
    list-style: disc;
    padding-left: 24px;
    font-size: 12px;
}

#boueikyosai .content ul li::marker {
    color: #ec1234;
}

#boueikyosai .content p {
	font-size: 12px;
}

#inst{
	margin: 60px auto;
}

.notes{
	padding: 12px 30px 24px 30px;
	font-size:1em;
}

.arrow {
    width: 0;
    height: 0;
    margin: 1em auto -1em auto;
    border-top: 2em solid #DDD;
    border-right: 6em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 6em solid transparent;
}

.flowBox{
	display: flex;
    justify-content: space-between;
    background-color: #eee;
    max-width: 500px;
    margin: 0 auto;
}

.flowBox .flowBox_image{
	max-width: 160px;
}

.flowBox .flowBox_txt{
    font-size: 1.25em;
    width: 300px;
    padding: 1.5em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.flowBox .flowBox_txt h3{
	font-size: 2.4rem;
}

#boueikyosai .inner:not(:last-child) {
    margin-bottom: 77px;
}

.btn_reserve{
	margin: 16px auto;
}

.btn_reserve a{
	display:block;
	overflow:hidden;
	width:448px;
	height:0px;
	margin:0 auto 20px;
	padding-top:54px;
	background:url(../images/btn_reserve.gif);
}

.btn_reserve a:hover {background:url(../images/btn_reserve_o.gif);}

h2.headline05, h2.headline08 { color: #2b2b2b; }

h4{
	display:block;
	width:940px;
	height:27px;
	margin-top:20px;
	padding-top:8px;
	text-align:center;
	background:#DD0000;
	color:#FFF;
	font-size:113%;
	font-weight:bold;
}

h5{
	display:block;
	margin:0;
	padding:8px 0 8px 20px;
	background:url(../images/ico_item.gif) 0px 8px no-repeat;
	border-bottom: 1px dotted #B2B2B2;
	font-size:88%;
	line-height:1em;
}

h2.headline08 {
    color: #2b2b2b;
}

#headline{
	width:980px;
	margin: 0 auto;
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

#headline .txt_box{
	width:60%;
}

#headline .txt_box p {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.55;
    padding: 1em 0 1em 0;
}

#headline .mv{
	display:block;
	width:40%;
	text-align:right;
}

/**/
#boueikyosai .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

#boueikyosai .imgBox02 .photoBox {
    width: 470px;
}
#boueikyosai .imgBox02 .txtBox {
    width: 450px;
}

#boueikyosai .imgBox02 .txtBox h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    background: inherit;
}

#boueikyosai .imgBox02 .txtBox h4 img {
    margin-right: 8px;
}

#boueikyosai .imgBox02 .txtBox p {
    line-height: 1.5;
    font-size: 1.2em;
}

.comBtn03.arrow.down a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
}

.list_Box{
	padding: 14px 16px 17px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    line-height: 1.71;
    margin: 0 auto 48px;
}

.list_Box div{
	font-size: 1.1em;
	margin-bottom: 32px;
}

.borderBox .headline03 + .list {
	color: #ec1234;
	font-size: 12px;
}

.borderBox .headline03 + .list a,
.borderBox .headline03 + .list a:link {
	text-decoration: underline;
	color: #ec1234;
	font-weight: 600;
}

.borderBox .headline03 + .list a:hover {
	text-decoration: none;
}

.borderBox .headline03 img {
    margin-right: 8px;
}

#boueikyosai .reservation{
	margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.comBtnRed a{
	margin: 0;
    padding: 13px 14px;
    width: 360px;
    color: #fff;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.6px;
    background-color: #ec1234;
    border: 2px solid #ec1234;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.comBtnRed a:visited {
    color: #fff;
}
.comBtnRed a:hover {
    color: #ec1234;
    background-color: #fff;
}

#boueikyosai .reservation .description {
    font-size: 12px;
    margin-bottom: 8px;
}

#boueikyosai .reservation .subject {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 8px;
}

/*---------------------------------------------*/
/*スマホ用*/
@media screen and (max-width: 600px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
	h4 { width: 100%; }

	#header {
	    width: 100%;
	    padding: 0px 0 8px 0;
	    justify-content: space-between;
	}
	#header h1 {
		margin: 10px 0 0 10px;
	    width: 120px;
	    padding: 0;
	}
	#header h1 img {
	    margin-top: 0px;
	}
	#header p {
		width: 200px;
        margin: 10px 10px 0 0;
	}

	#headline {
	    width: 100%;
	}

	#headline .mv {
	    width: 35%;
	}
	#headline .txt_box {
	    width: 65%;
	}

	#headline .txt_box p {
	    font-size: .9em;
	    padding: .4em 0 .4em 10px;
	}

	/*Sub-Menu*/
	.sub_menu {
	    padding: 10px 0 2px;
	    margin: 0 auto;
	}

	.sub_menu .plan-link-list {
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	.sub_menu .htb-inner {
	    margin: 0 auto;
	    padding: 0 10px;
	    max-width: inherit;
	}

	.sub_menu .plan-link-btn:not(:last-of-type) {
	    margin-right: 0;
	}

	.sub_menu .plan-link-btn {
	    width: 48%;
	    margin-bottom: 8px;
	    padding: 6px 0;
	}

	.sub_menu .plan-link-btn:after {
	    right: 6px;
	}

	.sub_menu .plan-link-title {
	    font-size: 12px;
	}

	.sub_menu .plan-link-title strong {
	    font-size: 18px;
	}

	#btn_menu {
	    width: 100%;
	    height: auto;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	#btn_menu a {
	    display: block;
	    width: 50%;
	    height: 30px;
	}
	.notes {
	    padding: 12px 14px 24px;
	}

	#boueikyosai {
	    width: calc(100% - 32px);
        padding: 0 16px;
	}

	#boueikyosai dl#title-txt{
		display:block;
		width:96.5%;
		margin:0 1.5% 2% 1.5%;
		text-align:center;
	}
	#boueikyosai .mv{
		display:block;
		width:96.5%;
		margin:0 1.5% 0.1% 1.5%;
		text-align:center;
	}

	/*cta*/
	#boueikyosai .reservation {
	    margin: 8px auto;
	}

	.comBtnRed a {
	    padding: 8px 14px;
	    width: 280px;
	}

	#indianmotorcycle{
		width: 100%;
	}

	#boueikyosai .imgBox {
		flex-wrap: wrap;
	}

	#boueikyosai .imgBox02 .photoBox {
	    width: 100%;
	}

	#boueikyosai .imgBox02 .txtBox {
	    width: 100%;
	}
	#boueikyosai .comCaseUl li {
	    width: 100%;
	}

    .comCaseUl li h2 {
        font-size: 1.7rem;
    }

    .comCaseUl li h2 .num {
        width: 48px;
    }

    .flowBox .flowBox_txt {
        font-size: 1em;
    }

    .flowBox .flowBox_txt h3{
        font-size: 1.5rem;
    }

    .flowBox .flowBox_txt p{
        font-size: 1.5rem;
    }

    #features .comCaseUl li h2 {
        font-size: 2rem;
    }



}

