@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700';

@media print {
    a[href]:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
    }
}

html,
body {
    margin: 0px;
    padding: 0px;
    /*font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: 'Noto Sans Japanese', sans-serif;
    /*font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 200;
}

a {
    color: #428bca;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

img {
    line-height: 1.0em;
    vertical-align: bottom;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

hr {
    opacity: 0.5;
}

p {}

.p-small {
    font-size: 0.9em;
    line-height: 1.5em;
    position: relative;
    padding-left: 18px;
}

.p-small:before {
    content: "※";
    position: absolute;
    left: 0;
}

@media(min-width:992px) {
    .p01 {
        margin-top: -10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    body {
        padding-top: 76px;
    }

    .p01 {
        margin-top: -10px;
        text-align: center;
    }
}

@media(max-width:767px) {
    body {
        padding-top: 50px;
    }

    .p01 {
        margin-top: -10px;
        text-align: center;
    }
}


/* font */
.alphabet {
    text-transform: uppercase;
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: 300 !important;
}

.number {
    font-weight: 400;
}

.telephone {
    font-weight: 400;
}

.copyright {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
}

@media(min-width:768px) and (max-width:991px) {
    .alphabet {
        font-size: 2.0em;
    }
}

@media(max-width:767px) {
    .alphabet {
        font-size: 2.0em;
    }
}


/* header */

header {
    border-bottom: 4px solid #003D67;
}

.icon-about {
    background-image: url(../img/common/icon-about.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}

.icon-honda {
    background-image: url(../img/common/icon-honda.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}

.icon-kinenkan {
    background-image: url(../img/common/icon-kinenkan.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}

.icon-support {
    background-image: url(../img/common/icon-support.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}

.icon-event {
    background-image: url(../img/common/icon-event.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}

.icon-news {
    background-image: url(../img/common/icon-news.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px;
}
@media(min-width:992px) {
    header {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-color: rgba(255, 255, 255, 1.0);
    }

    .nav {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-color: rgba(255, 255, 255, 1.0);
    }

    .nav li>a {
        margin: 0 0 0 0;
        padding: 30px 0 30px 55px !important;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 500;
    }

    .nav li a:hover {
        background-color: transparent;
    }

    .nav li>a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #428bca;
    }

    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: rgba(255, 255, 255, 1.0);
        border-bottom: 4px solid #003D67;
    }
}

@media(max-width:991px) {

    .icon-about,
    .icon-honda,
    .icon-kinenkan,
    .icon-support,
    .icon-event,
    .icon-news {
        background-position: 15px center !important;
    }

    header {
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
        background-color: rgba(255, 255, 255, 1.0);
    }

    header button {
        margin: 19px 10px !important;
        height: auto !important;
    }

    .navbar-brand {
        margin: 15px 15px !important;
        padding: 0 !important;
        height: auto !important;
    }

    .nav {
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
    }

    .nav li {
        text-align: center;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
    }

    .nav li span {
        padding-left: 15px !important;
    }

    .nav li>a {
        margin: 0 0 0 0;
        padding: 0 0 0 0px !important;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 600;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .nav li>a:after {
        position: absolute;
        content: ">";
        right: 20px;
        font-family: 'Megrim', cursive;
        color: #428bca;
        font-size: 1.2em;
    }

    .nav li:last-child>a {
        border-bottom: none;
    }

    .nav li a:hover {
        background-color: transparent;
    }

    .nav li>a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #428bca;
    }

    .icon-bar {
        color: rgba(0, 0, 0, 0.5);
    }

    .navbar-default {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .navbar-default {
        background-color: rgba(255, 255, 255, 1.0);
        border-color: rgba(0, 0, 0, 0.1);
        border-bottom: 4px solid #003D67;
    }

    .navbar-default .navbar-brand {
        color: rgba(0, 0, 0, 0.8);
        font-weight: 600;
    }

    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: rgba(0, 0, 0, 1.0);
        background-color: transparent
    }

    .navbar-default .navbar-text {
        color: rgba(0, 0, 0, 1.0);
    }

    .navbar-default .navbar-nav>li>a {
        color: rgba(0, 0, 0, 1.0);
        padding: 20px 0 !important;
        font-size: 1.2em;
        font-weight: 500;
    }

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #428bca;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: rgba(0, 0, 0, 0.3);
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .navbar-default .navbar-collapse {
        border-color: rgba(0, 0, 0, 0.1);
    }
}


/* メインイメージ */

#slideshow {
    /*高さは使う画像に合わせて設定してください*/
    height: 640px;
    width: 100%;
    position: relative;
}

#slideshow h1 {
    margin: 0 auto 0 auto;
    width: 260px;
    padding: 20px;
    text-align: center;
    top: 0;
    /*50px*/
    left: 0;
    right: 0;
    /*right: 500px;*/
    /*border: 1px solid rgba(255,255,255,0.5);*/
    z-index: 9999;
    position: absolute;
}

#slideshow .copy {
    width: 50px;
    height: 350px;
    position: absolute;
    left: 0;
    /*right: 0;*/
    right: -550px;
    top: 300px;
    /*margin: auto;*/
    z-index: 9999;
}

.mainimage {
    width: 700px;
    height: 336px;
    top: 304px;
    left: -300px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 9999;
}



#slideshow2 {
    /*高さは使う画像に合わせて設定してください*/
    height: 120px;
    width: 100%;
    position: relative;
    background-image: url(../img/top/image5.jpg)
}

#slideshow2 h1 {
    margin: 0 auto 0 auto;
    padding: 15px;
    text-align: center;
    top: 10px;
    left: 0;
    right: 0;
    /*right: 500px;*/
    /*border: 1px solid rgba(255,255,255,0.5);*/
    z-index: 9999;
    position: absolute;
}

#slideshow2 h1 img {
    width: 220px;
}

@media(min-width:768px) {
    #jumbotron {
        border-radius: none !important;
        margin: 0 0 0 0;
        padding: 80px 0 0 0;
        color: rgba(255, 255, 255, 1.0);
        text-align: center;
        height: 700px;
        border-radius: none !important;
        position: relative;
    }

    #jumbotron h1 {
        margin: 0 auto 0 auto;
        width: 300px;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .copy {
        width: 50px;
        height: 350px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: auto;
    }

    .img-bouen img,
    .img-tenmon img,
    .img-hara img,
    .img-honda img {
        box-shadow: 10px 10px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.4);
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.4) inset;
    }
}

@media(min-width:1200px) {
    .img-bouen {
        position: absolute;
        top: 150px;
        left: 120px;
    }

    .img-tenmon {
        position: absolute;
        bottom: 120px;
        left: 280px;
    }

    .img-hara {
        position: absolute;
        top: 150px;
        right: 100px;
    }

    .img-honda {
        position: absolute;
        bottom: 150px;
        right: 300px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .img-bouen {
        position: absolute;
        top: 150px;
        left: -20px;
    }

    .img-tenmon {
        position: absolute;
        bottom: 120px;
        left: 180px;
    }

    .img-hara {
        position: absolute;
        top: 130px;
        right: -20px;
    }

    .img-honda {
        position: absolute;
        bottom: 120px;
        right: 200px;
    }
}

@media(min-width:1200px) {
    #jumbotron {
        background-image: url(../img/top/bg-topimg.jpg);
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    #jumbotron {
        background-image: url(../img/top/bg-topimg.jpg);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media(min-width:992px) {
    section {
        margin: 0;
        padding: 70px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    section {
        margin: 0;
        padding: 30px 0;
    }
}

@media(max-width:767px) {
    section {
        margin: 0;
        padding: 30px 0;
    }
}



/* h1, h2, h3, h4, h5, h6 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.h2_100 {
    font-weight: 100 !important;
}

.h2_200 {
    font-weight: 200 !important;
}

.h2_300 {
    font-weight: 300 !important;
}

.h2_400 {
    font-weight: 400 !important;
}

.h2_500 {
    font-weight: 500 !important;
}

.h2_600 {
    font-weight: 600 !important;
}

@media(min-width:992px) {
    h2 {
        text-align: center;
        font-weight: 100;
        font-size: 2.25em;
        margin-bottom: 40px;
    }
}

@media(max-width:991px) {
    h2 {
        text-align: center;
        font-weight: 100;
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    h3 {
        text-align: center;
        font-size: 1.2em;
    }
}

/* ページタイトル */

#page-title {
    color: #FFFFFF;
    background-color: #003D67;
    padding: 0 0 0 0;
}

@media(min-width:992px) {
    #page-title {
        padding: 30px 0 0 0;
    }
}

#pre_poster {
    margin: 0 0 -180px 0;
    /*	border: 1px dotted #00FF00;*/
}

#poster {
    margin: 0px 0 0 0;
    padding: 190px 0 70px 0;
    /*	border: 1px dotted #FF0000;*/
}



/* text */

.tit_star:before {
    content: url(../img/common/tit_star_L.png);
    margin-right: 0.5em;
    position: relative;
    top: -0.15em;
}

.tit_star:after {
    content: url(../img/common/tit_star_R.png);
    margin-left: 0.5em;
    position: relative;
    top: -0.15em;
}

.telephone a {
    color: rgba(255, 255, 255, 1.0);
}

.telephone-small {
    text-align: center !important;
    font-size: 0.85em;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 auto 0 auto;
}

@media(min-width:992px) {
    p {
        text-align: center;
    }

    .number {
        font-size: 1.2em;
    }

    .telephone {
        font-size: 3.0em;
        margin-bottom: 0;
    }
}

@media(max-width:991px) {
    .tit_star:before {
        content: url(../img/common/tit_star_L_sp.png);
        width: 0.2em !important;
        margin-right: 0.3em;
        position: relative;
        top: -0.15em;
    }

    .tit_star:after {
        content: url(../img/common/tit_star_R_sp.png);
        width: 25px;
        margin-left: 0.3em;
        position: relative;
        top: -0.15em;
    }

    p {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .number {
        font-size: 1.5em;
    }

    .telephone {
        text-align: center;
        font-size: 2.0em;
    }
}


/* イメージファイル */

.img-top-s {
    margin: 20px 0 0 0;
}

.img-bottom-s {
    margin: 0 0 20px 0;
}

.img-border01 {
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 1px #CCCCCC;
    box-shadow: 1px 1px 2px 1px #CCCCCC;
}

.zoom_icon {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #FFFFFF !important;
    background-color: #FFC002;
}

@media(min-width:992px) {
    .zoom_icon {
        font-size: 20px !important;
        padding: 6px;
    }
}

@media(max-width:991px) {
    .zoom_icon {
        font-size: 26px !important;
        padding: 7px;
    }
}


/* pick up */

.top-banner {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.top-banner li {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.top-banner li:last-child {
    margin-bottom: 0;
}

.top-banner li img:hover {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 1.0);
}

#caution_txt {
    color: #D30002;
    border: 1px solid #D30002;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
    margin-bottom: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

#caution_txt-2 {
    color: #D30002;
    border: 1px solid #000;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
    margin-bottom: 70px;
    margin-left: 10px;
    margin-right: 10px;
}

@media(min-width:768px) {}

@media(max-width:767px) {}



/* top - 背景 */

@media(min-width:992px) {
    #bg-birdseyeview p {
        margin-top: 30px;
        line-height: 2.0em;
    }

    #bg-starrysky {
        color: rgba(255, 255, 255, 1.0);
    }

    #bg-starrysky h2 {
        text-align: left;
    }

    #bg-starrysky h3 {
        text-align: left;
    }

    #bg-starrysky p {
        text-align: left;
    }
}

@media(min-width:1200px) {
    #bg-honda {
        background-image: url(../img/about_honda/bg_sky.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        padding: 85px 0 70px 0;
    }

    #bg-birdseyeview {
        background: url(../img/top/bg-birdseyeview.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        padding: 85px 0 70px 0;
    }

    #bg-starrysky {
        background: url(../img/top/bg-starrysky.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        padding: 90px 0 85px 0;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    #bg-honda {
        background-image: url(../img/about_honda/bg_sky.jpg);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-position: center;
    }

    #bg-birdseyeview {
        background: url(../img/top/bg-birdseyeview.jpg);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-position: center;
    }

    #bg-starrysky {
        background: url(../img/top/bg-starrysky.jpg);
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media(max-width:991px) {
    #bg-honda {
        background-image: url(../img/about_honda/bg_sky.jpg);
        background-size: cover;
        background-position: center center;
        padding: 30px 0 15px 0;
    }

    #bg-birdseyeview {
        background: url(../img/top/bg-birdseyeview.jpg);
        background-size: cover;
        background-position: center center;
        padding: 30px 0 15px 0;
    }

    #bg-birdseyeview p {
        margin-top: 0px;
        line-height: 1.5em;
    }

    #bg-starrysky {
        background: url(../img/top/bg-starrysky.jpg);
        background-size: cover;
        background-position: center center;
        color: rgba(255, 255, 255, 1.0);
    }
}


/* 会員募集 */

.tokuten_box {
    padding: 15px;
    font-size: 0.9em;
}

.tokuten_box_bg {
    padding: 30px;
    border: 2px solid #003D67;
    border-radius: 10px;
    height: 100%;
}

.tokuten_box_bg2 {
    padding: 30px;
    border: 4px solid #FFC002;
    border-radius: 10px;
    height: 100%;
}

.tokuten_box h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 1.3em;
    color: #003D67;
    border-bottom: 3px dotted #FFC002;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}

.tokuten_box p {
    /*	text-align:left;*/
    line-height: 1.6em;
}

.tokuten_box table {
    width: 100%;
}

.tokuten_box td {
    padding: 8px;
    border-bottom: 1px dashed #9B6E4C;
}

@media(min-width:768px) {
    .tokuten_box_all {
        display: flex;
    }
}

.supporter_b {
    color: #FF6F24;
}

/****
*  dl-table mobile
****/
.dl-table {
    /**  <dl class="dl-table">  **/
    padding: 0;
    background: #efefef;
    border: 1px solid #ddd;
}

.dl-child {
    /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}

dl.dl-table dt,
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

dl.dl-table dd:last-of-type {
    border-bottom: 0;
}

/**  768px以上でパソコンの表示になる  **/
@media screen and (min-width: 769px) {

    /****
    *  dl-table PC
    ****/
    dl.dl-table dt {
        float: left;
        width: 18em;
        padding: .5rem .5rem 0;
        font-weight: bold;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 18em;
        padding: .5rem;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd;
        background: #fff;
    }

    dl.dl-table dt:first-of-type,
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content: '';
        display: table;
        clear: both;
        height: 0;
    }

}





/* btn */

.btn {
    border-radius: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 1.0);
}

.btn a:hover {
    text-decoration: none !important;
}

.glyphicon-star {
    font-size: 0.65em;
    vertical-align: 12%;
}

a.btn:hover>.btn .mawaru-hoshi {
    transition: transform 500ms ease;
}

a.btn:hover>.mawaru-hoshi:hover {
    transform: rotate(180deg);
}

@media(man-width:992px) {}

@media(max-width:991px) {
    .btn {
        font-size: 1.0em;
        font-weight: 500;
        padding: 15px;
    }
}


/* facebook */

@media screen and (min-width:992px) {
    #facebook {
        width: 500px !important;
        margin: auto;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .fb-page {
        width: 100% !important;
    }
}

@media(min-width:541px) and (max-width:767px) {
    #facebook {
        width: 500px !important;
        margin: auto;
    }
}

@media screen and (max-width:540px) {
    .fb-page {
        width: 100% !important;
    }
}



/* star */

.mawaru-hoshi {
    transition: transform 500ms ease;
    /*color: #FFC002;*/
    /*margin-right: 10px;
	opacity: 0.8;*/
}

.mawaru-hoshi:hover {
    transform: rotate(180deg);
}





/* map */
@media(min-width:768px) {
    #map {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    #map {
        margin-top: 20px;
    }
}


/* footer */

footer {
    text-align: center;
    color: rgba(255, 255, 255, 1.0);
    background-color: #003D67;
    /*	background-color: rgba(0,0,0,0.9);*/

}

@media(min-width:992px) {
    footer {
        margin: 0 0 0 0;
        padding: 20px 0 20px 0;
        font-size: 0.9em;
    }
}

@media(min-width:768px) and (max-width:991px) {
    footer {
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }

    footer span {
        margin-bottom: 10px;
        font-size: 3.0em;
    }

    footer .copyright {
        font-size: 1.0em !important;
        line-height: 1.8em;
    }
}

@media(max-width:767px) {
    footer {
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }

    footer span {
        margin-bottom: 10px;
        font-size: 3.0em;
    }

    footer .copyright {
        font-size: 0.8em !important;
        line-height: 1.8em;
    }
}



/* バナー */

#bg-banner {
    background-color: #EEEEEE;
}

#bg-banner img {
    margin-bottom: 1.5em;
}


.info202207 {
    display: flex;
    justify-content: space-between;
    background-color: #f1f7ff;
    padding: 30px;
    margin: 0 auto 60px;
    position: relative;
}

.info202207:before {
    position: absolute;
    width: 40px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #09C;
    content: "";
}

.info202207:after {
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #09C;
    content: "";
}

.info202207 h2 {
    font-size: 22px;
    line-height: 1.5;
    color: #09C;
    text-align: left;
}

.info202207 p {
    text-align: left;
}

.info202207 p a {
    text-decoration: underline;
}

.info202208 {
    width: 605px;
    padding: 0;
    margin: 0 auto 60px;
}

.info202208 h2 {
    background-color: #003D67;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 10px 10px 0 0;
    text-align: left;
}

.info202208 ol {
    width: 100%;
    margin: -40px 0 0;
    padding: 30px 60px;
    background-color: #F6F6F6;
    border: 4px solid #003D67;
}

.info202208 ol li {
    margin: 0 0 10px;
}



@media(max-width:767px) {

    .info202207 {
        display: block;
        margin: 0 20px 30px;
    }

    .info202207 img {
        display: block;
        margin: 0 auto;
        width: 120px;
        height: 120px;
    }

    .info202208 {
        width: 90%;
        padding: 0;
        margin: 0 auto 30px;
    }

    .info202208 img {
        max-width: 100%;
    }

    .info202208 ol {
        margin: -20px 0 0;
        padding: 20px 20px 20px 40px;
    }




}


.w2 {
    display: flex;
    justify-content: space-between;
}

.w2 .text {
    width: 60%;
    padding-left: 8px;
}

.w2 .qr {
    width: 40%;
    text-align: right;
}

.yoyakusei {
    text-align: center !important;
    font-size: 1.8em;
    margin: 0 auto 40px;
    margin: 0 auto 10px !important;
    border-bottom: 1px solid #FFF;
    padding: 0 0 6px;
    display: block;
    width: 500px;
}

.yoyakusei2 {
    margin: 0 auto 40px;
    text-align: center !important;
}

.yoyakusei3 {
    margin: -30px 0 10px !important;
}

@media(max-width:767px) {
    .w2 {
        display: block;
        text-align: center;
    }

    .w2 .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .w2 .qr {
        width: 100%;
        text-align: center;
    }

    .yoyakusei {
        text-align: center !important;
        font-size: 1.2em;
        margin: 0 auto 40px;
        border-bottom: 1px solid #FFF;
        padding: 0 0 6px;
        display: block;
        width: 100%;
    }

    .yoyakusei3 {
        margin: 0 0 10px !important;
    }

}


.countdown {
    position: absolute;
    z-index: 10000;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    width: 340px;
    padding: 20px 0 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    font-weight: bold;
}

.countdown p {
    margin: 0;
}

.countdown p.tit {
    background-color: rgba(255, 255, 255, .4);
}

.countdown p.day {
    color: #f2f546;
}

.countdown #days {
    font-size: 1.4em;
    display: block;
    padding: 10px 0 2px;
    color: #f2f546;
}

.spCountdown {
    display: none;
}

.jah {
    position: absolute;
    z-index: 9998;
    bottom: 20px;
    right: 20px;
}

.jah img {
    width: 240px;
    height: auto;
}

.spJah {
    display: none;
}

.tokutenH3 {
    width: 66.66666667%;
    margin-left: 16.66666667%;
    margin-bottom: 10px;
    padding: 0 15px;
}

.tokutenTb {
    width: 100%;
    margin: 0 0 30px;
    font-size: 14px;
}

.tokutenTb td {
    padding: 4px;
    border: 1px solid #CCC;
    vertical-align: top;
}

.tokutenTb td.bk {
    background-color: #F1F1F8;
}



@media(max-width:767px) {

    .spCountdown {
        display: block;
    }

    .countdown {
        position: static;
        z-index: unset;
        top: unset;
        left: unset;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        text-align: center;
        width: 90%;
        margin: 10px auto;
        padding: 16px 0;
        border-radius: 10px;
        background-color: rgba(0, 61, 103, .4);
        font-weight: bold;
    }

    .countdown p {
        text-align: center;
    }

    .countdown p.day {
        text-align: center;
    }

    .countdown #days2 {
        font-size: 1.4em;
        display: block;
        padding: 4px 0;
        color: #f2f546;
    }

    .countdown p.tit {
        background-color: rgba(255, 255, 255, .4);
    }

    .jah {
        display: none;
    }

    .spJah {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .spJah img {
        max-width: 100%;
        height: auto;
    }

    .scroll {
        margin: 0 0 20px;
        overflow: auto;
        white-space: nowrap;
    }

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

}

.alphabet_sm{font-size: 2em;font-weight: 300}
.post_detail_content p{text-align: left;}
.right{text-align: right;}
.list_news{margin-bottom: 30px}
.list_news .item_post{display: flex;align-items: center;gap: 20px;border-bottom: 1px dashed rgba(0,61,103,0.5);padding: 10px}
.list_news .item_post:first-child{border-top: 1px dashed rgba(0,61,103,0.5);}
.list_news .item_date,
.list_news .item_ttl{margin-bottom: 0}
.list_news .item_date{color: rgba(0,61,103,0.70)}

.list_anchor_single{list-style-type: none;display: flex;justify-content: center;align-items: center;gap: 20px}
.list_anchor_single li{}

.wp_pagination {padding: 50px 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.wp_pagination a,
.wp_pagination span {width: 52px; height: 52px; border: 1px solid #333; background-color: #fff; color: #333; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 3px 10px; font-weight: 500 }
.wp_pagination span.current,
.wp_pagination a:hover {border-color: #428bca; background-color: #428bca; color: #fff }
.wp_pagination a.nextpostslink,
.wp_pagination a.previouspostslink {white-space: nowrap; color: #333; font-weight: bold; background-color: transparent; border: unset; }
.wp_pagination .prev.page-numbers,
.wp_pagination .next.page-numbers {display: none; }

.link{text-decoration: underline;}
.link:hover{text-decoration: none;}


.post_detail_content h1,
.post_detail_content h2,
.post_detail_content h3,
.post_detail_content h4,
.post_detail_content h5,
.post_detail_content h6,
.post_detail_content,
.list_news_box{margin-bottom: 50px}

@media(max-width:767px) {
.post_detail_content h1,
.post_detail_content h2,
.post_detail_content h3,
.post_detail_content h4,
.post_detail_content h5,
.post_detail_content h6,
.post_detail_content,
.list_news_box{margin-bottom: 30px}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .nav-justified > li{font-size: 14px}
    .icon-about,
    .icon-honda,
    .icon-kinenkan,
    .icon-support,
    .icon-event,
    .icon-news {
        background-position: 5px center;
        background-size: 40px;
    }
}