@charset "UTF-8"; /*-------デフォルトスタイル------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #636363;
}
ol, ul, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #297ae8;
    text-decoration: underline;
}
a:hover {
    color: #d82f2c;
}
img {
    vertical-align: bottom;
    border: none;
}
#wrapper {
    overflow: hidden;
    width: 100%;
}
a:hover img {
    opacity: 0.6;
    transition: all .1s;
}
/*---------------------------------------------------------------------------------------------*/
h2.tit {
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: #0166B3 !important;
    font-size: 390% !important;
    line-height: 1.2;
    font-weight: bold;
}
h2.tit span {
    color: #eb4c01 !important;
    font-size: 115% !important;
    font-weight: inherit;
}
/*---------------------------------------------------------------------------------------------*/
header {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding: 5px 0px 10px;
    background: #ffffff;
}
header {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
header .logo {
    width: 450px;
    padding: 10px 0 0;
    float: left;
}
header .logo img {
    width: 100%;
}
header .right {
    text-align: right;
}
header .right a img {
    width: auto;
}
header h1 {
    font-size: 90%;
    margin-bottom: 5px;
}
header h1 span {
    font-size: 100%;
}
/*---------------------------------------------------------------------------------------------*/
.main {
    width: 100%;
    /* padding-top: 20px; */
    overflow: hidden;
    background: #FFF;
    background-size: cover;
    background-position-y: -80px;
}
.main .inner {
    width: 1100px;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    /* 相対位置指定 */
}
.main .inner img {
    width: 100%;
}
.main .inner div.btn {
    position: absolute;
    /* 絶対位置指定 */
    top: 320px;
    left: 0;
    right: 0;
}
.main .inner div.btn img {
    width: 280px;
}
.main .inner a:hover img {
    opacity: 0.9;
    filter: brightness(100%);
    filter: saturate(120%);
    transition: all .3s;
}
/*-nav--------------------------------------------------------------------------------------------*/
nav#pc {
    width: 100%;
    background: #0166b3;
    background-size: contain;
    height: 60px;
}
nav#pc ul {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}
nav#pc ul li {
    width: calc( 100% / 7 ) ;
}
nav#pc ul li a {
    padding: 20px 0px;
    display: block;
    font-size: 100%;
    text-align: center;
    /* border-left: 1px solid #ffffff70; */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #ffffff00;
}
nav#pc ul li a:hover {
    border-bottom: 5px solid #ffffff70;
}
nav#pc ul li.now a {
    border-bottom: 5px solid #f29600;
}
nav#pc ul li.nav_reserve a {
    background: #f29600;
    padding-top: 27px;
    display: block;
    border-bottom: none;
    margin-top: -8px;
    border-radius: 5px 5px 0px 0px;
    background: rgb(237,108,0);
    background: linear-gradient(0deg, rgba(237,108,0,1) 0%, rgba(242,146,0,1) 37%, rgba(242,150,0,1) 71%, rgba(255,179,55,1) 100%);
}
nav#pc ul li.nav_reserve {
    font-size: 130%;
}
nav#pc ul li.nav_reserve span {
    padding: 5px 10px;
    font-size: 70%;
    background: #fffe8d;
    border-radius: 45px;
    margin-left: 5px;
    color: #222;
    font-weight: bold;
    vertical-align: middle;
}
nav#pc ul li.nav_reserve span span{
    padding: 0px;
    font-size: 85%;
    margin-left: 0px;
    color: #222;
}
nav#pc ul li.nav_reserve a:hover {
    margin-top: -7px;
    border-bottom: none;
    background: linear-gradient(0deg, rgb(255 178 54) 0%, rgba(242,146,0,1) 37%, rgb(237 108 0) 71%, rgba(237 108 0) 100%);

}
/*-reason-----------------------------------------------*/
.reason {
    overflow: hidden;
    margin: 0px auto;
    padding: 60px 0px;
    background: #E0EFFC;
}
.reason h2.tit {
    margin-bottom: 60px;
    padding: 0px;
    background: none;
    text-align: center;
    font-size: 330%;
    color: #e51016;
    line-height: 1.5;
    font-weight: bold;
}
.reason h2 span {
    color: #353535;
    font-size: 115%;
    font-weight: inherit;
}
.reason h2.tit::after {
    display: none;
}
.reason-block {
    width: calc( 1000px - 30px );
    margin: 0px auto;
    padding: 30px;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0px 0px 14px -3px #4B575C;
}
.reason-block.reverse {
    flex-flow: row-reverse;
}
.reason-block h3 {
    font-size: 245%;
    line-height: 140%;
    font-weight: bold;
    color: #eb5801;
}
.reason-block div.txt-block {
    width: calc( 100% / 2 - 20px) ;
}
.reason-block div.img-block {
    width: calc( 100% / 2 - 0px) ;
}
.reason-block div.img-block img {
    width: 100%;
    object-fit: cover;
}
.reason-block p {
    padding: 10px 0px;
    font-size: 120%;
    line-height: 180%;
    color: #333;
}
a.reason-button {
    text-align: center;
    margin: 0px auto;
    padding: 15px 120px;
    border-radius: 10px;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    color: #FFF;
    font-size: 150%;
    background: #0166b3;
    display: inline-block;
    top: -2px;
    letter-spacing: 5px;
    position: relative;
}
a.reason-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.reason-button:hover {
    color: #FFF;
    top: 1px;
    background: #ed6c00;
}
a.reason-button:hover::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
/*-top-price--------------------------------------------------------------------------------------------*/
.top-price {
    width: 100%;
    padding: 80px 0px;
    overflow: hidden;
    background-size: cover;
    height: auto;
    background: #E0EFFC;
}
.top-price .inner {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-price h2.tit span {
    color:inherit !important;
    font-size:140% !important;
    
}
.top-price-block {
    width: calc(100% /5 - 10px);
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.top-price-block a {
    text-decoration: none;
}
.top-price-block a:hover h3 {
    color: #ffe500;
}
.top-price-block a:hover h3 span {
    color: #ffe500;
}
.top-price .inner h3 {
    padding: 10px 0px;
    font-size: 160%;
    line-height: 100%;
    background: #0166B3;
    color: #FFF;
    text-align: center;
}
.top-price .inner h3 span {
    font-size: 60%;
    line-height: 70%;
    color: #FFF;
}
.top-price .inner div.car {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.top-price .inner div.car img {
    width: 70%;
    text-align: right;
}
.top-price .inner div.price {
    text-align: cnter;
    width: 100%;
    font-size: 250%;
    line-height: 110%;
    color: #f0390c;
    position: relative;
}

.top-price .inner div.price span {
    font-size: 50%;
    font-weight: normal;
    color: #f0390c;
}
.top-price div.price-btn {
    width: 30%;
    margin: 0px auto;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 20px;
    background: #ffe129;
    border-radius: 10px;
}
.top-price div.price-btn:hover {
    background: #ffe12980;
}

.top-price div.price-btn:hover img {
    -webkit-filter: grayscale(100%);
}
.top-price div.price-btn img {
    width: 100%;
}
a.price-button {
    text-align: center;
    margin: 0px auto;
    padding: 20px 0px;
    width: 400px;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    color: #fff;
    font-size: 180%;
    background: #ff5d00;
    box-shadow: 0 3px #b47205;
    position: relative;
    display: inline-block;
    top: -2px;
}
a.price-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.price-button:hover {
    color: #ffffff;
    background: #1c66b3;
    box-shadow: 0 1px #BBB;
    top: 1px;
}
a.price-button:hover::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
/*top-about-------------------------------------------------------------------------------------------*/
.top-about {
background: #1c66b3;
}
.top-about h2.tit {
    margin-bottom: 30px;
    padding: 0px;
    background: none;
    text-align: center;
    font-size: 330%;
    line-height: 1.5;
    font-weight: bold;
}
.top-about h2 span {
    color: #f0390c;
    font-size: 115%;
    font-weight: inherit;
}
.top-about h2.tit::after {
    display: none;
}
.top-about .inner {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    padding: 80px 0px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.flow-column .credit {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.top-about .inner div.img {
    width: 40%;
    text-align: right;
}
.top-about .inner div.img img {
    width: 100%;
}
.top-about .inner div.txt {
    text-align: center;
    font-size: 140%;
    line-height: 220%;
    font-weight: 500;
    color: #fff;
}
.top-about .inner div.txt span {
    font-size: 160%;
    color: #e24b22;
    font-weight: bold;
}
/*info-----------------------------------------------------*/
section.top-info {
    width: 100%;
    margin: 0px auto;
    padding: 80px 0px;
    background: #E0EFFC;
}
section.top-info h2 {
    margin-bottom: 30px;
    color: #0166B3;
    font-size: 380%;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500;
}
section.top-info .inner {
    width: calc(1000px - 240px);
    margin: 0px auto;
    padding: 40px 120px;
    background: #FFF;
}
section.top-info div.info_list {
    margin-bottom: 40px;
}
section.top-info dl {
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 1px dotted #c9ccd0;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}
section.top-info dl dt {
    width: 120px;
    margin-right: 35px;
    font-size: 120%;
}
section.top-info dl dd a {
    font-size: 115%;
    text-decoration: underline;
    color: #0166B3;
}
section.top-info dl dd a:hover {
    text-decoration: underline;
    color: #ff700c;
}
section.top-info a.more {
    width: 320px;
    text-align: center;
    margin: 0px auto;
    padding: 18px 0px;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    color: #fff;
    font-size: 130%;
    line-height: 1;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
        background: #df3201;
}
section.top-info a.more::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.top-info a.more:hover {
    color: #ffffff;
    background: #607D8B;
    box-shadow: 0 1px #BBB;
    top: 1px;
}
section.top-info a.more::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
/*ad---------------------------------------------------------------*/
.top-ad {
    width: 100%;
    padding: 60px 0px;
    background: #f5f5f5;
}
.top-ad .inner {
    width: 1000px;
    border: 4px solid #B4DEF8;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #B4DEF8;
}
.top-ad .inner div.tit {
    width: 240px;
    background: #B4DEF8;
    text-align: center;
    font-size: 240%;
    letter-spacing: 5px;
    color: #646464;
}
.top-ad .inner div.txt {
    width: 740px;
    padding: 10px 10px 10px 10px;
    color: #333;
    font-size: 120%;
    line-height: 240%;
    background: #FFF;
}
.top-ad .inner div.txt .chirashi {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-ad .inner div.txt .chirashi li {
    padding: 5px 0px;
    margin: 0px auto;
    width: 30%;
}
.top-ad .inner div.txt .chirashi li img {
    width: 100%;
}
/*-footer--------------------------------------------------------------------------------------------*/
footer {
    clear: both;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    background: #3d6585;
}
footer .inner {
    width: 1100px;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
footer .inner div.link {
    width: 50%;
    float: left;
    text-align: left;
    overflow: hidden;
}
footer .inner a {
    margin-right: 40px;
    color: #FFF;
}
footer .inner div.copy {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 85%;
    overflow: hidden;
    color: #FFF;
}
/*-footer-nav--------------------------------------------------------------------------------------------*/
.footer-nav {
    width: 100%;
    background: #fff;
}
.footer-nav ul.footer-bnr {
    width: 1100px;
    margin: 0px auto;
    padding: 25px 0%;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav ul.footer-bnr li {
    width: calc(100% / 4);
}
.footer-nav ul.footer-bnr li img {
    width: 95%;
}
.footer-nav ul.txt-link {
    width: 1200px;
    margin: 0px auto;
    padding: 25px 0%;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav ul.txt-link li {
    border-right: 1px solid #B6B6B6;
    padding: 0px 10px;
}
.footer-nav ul.txt-link li:last-child {
    border-right: none;
}
/*-bnr--------------------------------------------------------------------------------------------*/
section.bnr {
    width: 100%;
    padding: 60px 0px;
}
.bnr .inner {
    width: 1100px;
    margin: 0px auto;
}
.bnr.app .inner {
    width: 900px;
    margin: 0px auto;
}
.bnr .inner p {
    margin: 0px auto;
    text-align: center;
}
.bnr .inner p img {
    width: 100%;
}
ul.bnr {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0% 0px 0%;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.bnr-list {
    padding: 60px 0px;
    background: #f2f2f2;
}
section.bnr-list ul {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.bnr-list ul li {
    width: calc(100% / 2 - 20px);
}
 ul.bnr li span{
        display: block;
        margin-bottom: 5px;
        font-size: 120%;
        color: #0166b3;
        text-align:center;
        font-weight: bold;
}
  ul.bnr li.reserve span{
        color: #f0390c;
    }  

section.bnr-list ul li img {
    width: 100%;
}
section.bnr-list ul li:nth-of-type(3) {
    background-color: #fff;
    border: 3px solid #106AB4;
    box-sizing: border-box;
}
section.bnr-list ul li:nth-of-type(3) .bnr-shop-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15px 0;
    row-gap: 10px;
}
section.bnr-list ul li:nth-of-type(3) .bnr-shop-list a {
    display: block;
    width: calc(50% - 1px);
    text-align: center;
    padding: 7px 0;
    margin: 5px 0;
}
section.bnr-list ul li:nth-of-type(3) p {
    padding: 10px 0;
    text-align: center;
    font-size: 200%;
    color: #fff;
    line-height: 1.2;
    background-color: #106AB4;
}

section.bnr-list ul li:nth-of-type(3) a:hover {
    color: #FFA100;
}

section.bnr-list ul li:nth-of-type(3) a:nth-child(2n+1) {
    border-right: 1px solid #B6B6B6;
}
/*--------------------------------------------------------------------------------------------------------------*/
.red {
    color: #cc0000;
    font-size: inherit;
}
.blue {
    color: #17358e;
    font-size: inherit;
}
.center {
    text-align: center;
}
.center .inner {
    width: 1100px;
    margin: 0px auto;
    padding: 0px 0px 90px 0px;
    text-align: center;
}
.column {
    margin: 0px auto;
    margin-bottom: 40px;
    text-align: center;
}
.tel-txt .inner {
    width: 820px;
    margin: 0px auto;
    padding: 40px 0px;
}
.tel-txt .inner p {
    margin: 0px auto;
    padding: 10px;
    border: 2px solid #f6323d;
    font-size: 110%;
    line-height: 180%;
    background: #FFF;
}
.tel-txt .inner span.tel {
    font-size: 140%;
    color: #f6323d;
}
.credit-text {
    margin: 8px 0 0;
    text-align: center;
}
/*shop-block-----------------------------*/
.shop .btn{
    margin:0px auto;
    padding:50px 0px;
    text-align:center;
}
.shop .btn a {
    text-align: center;
    margin: 0px auto;
    width:300px;
    padding: 25px 120px;
    border-radius: 10px;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    color: #f8ff00;
    font-size: 230%;
    background: #0166b3;
    display: inline-block;
    top: -2px;
    letter-spacing: 5px;
    position: relative;
}
.shop .btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shop .btn a:hover {
    color: #FFF;
    top: 1px;
    background: #F44336;
}
.shop .btn a:hover::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}


.shop-block {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 40px;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-block .map {
    width: 55%;
    border: 1px solid #FFF;
}
.shop-block .map p.txt {
    width: auto;
    padding: 5px 10px;
    text-align: center;
    font-size: 140%;
    line-height: 1.2;
    background: #0166b3;
    color: #FFF;
}

.shop-block .txt {
    width: 41%;
}

.shop-list {
    padding: 60px 0px;
    background: #fff;
}

.shop-block .txt ul {
}

.shop-block .txt ul li {
    text-align: center;
    font-size: 120%;
    line-height: 180%;
}

.shop-block .txt ul li.reserve {
    font-size: 140%;
    padding: 15px 0px;
    color: #EB692E;
}

.shop-block .txt ul li.reserve span {
    font-size: 160%;
    padding-left: 5px;
    color: #EB692E;
}

.shop-block .txt img {
    width: 100%;
    margin-bottom: 10px;
}

.shop-block .map iframe {
    width: 100%;
    height: 460px;
    background: #eee;
}

.shop-block table.shop {
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: center;
    border: 1px solid #4B575C;
    border-collapse: collapse;
    border-spacing: 0px;
}

.shop-block table.shop th,.shop-block table.shop td {
    padding: 10px 8px 10px 8px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #BBB;
    text-align: left;
    font-size: 120%;
    font-weight: normal;
}

.shop-block table.shop th,.shop-block table.shop td a {
    font-size: 120% !important;
}

.shop-block table.shop th {
    width: 130px;
    background: #F3F4F4;
    color: #333;
}

.shop-block table.shop tr {
    background: #fff;
}

.shop-block table.shop td.reserve span {
    font-size: 90%;
    color: #EE0003;
}

.shop-block table.shop td.reserve span a {
    color: #195bac;
}

h3.shop-list {
    margin-bottom: 20px;
    padding: 20px 0px;
    font-size: 210%;
    line-height: 1;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    color: #cc0000;
    text-align: center;
    background: #FFF;
}

.shop-block .btn {
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
}

/*shop-list-----------------------------------------------------*/
.shop-list .inner {
    width: 1100px;
    margin: 0 auto;
}

.shop-list .shop-txt {
    margin-top: 30px;
    margin-bottom: 50px;
}

.shop-list .shop-txt h4 {
    margin-bottom: 5px;
    font-size: 160%;
    color: #cc0000;
}

.shop-list .shop-txt p {
    font-size: 120%;
    line-height: 1.8;
}

h3.shop-list {
    margin-bottom: 20px;
    padding: 10px 0px;
    font-size: 180%;
    line-height: 1;
    border-top: none;
    border-bottom:  none;
    color: #fff200;
    text-align: center;
    background: #0166b3;
}
h4.shop-list {
    margin-bottom: 0px;
    padding: 10px 0px;
    font-size: 210%;
    line-height: 1;
    border-top: 1px solid #f0390c;
    border-bottom: 1px solid #f0390c;
    color: #f0390c;
    text-align: center;
    background: #fffce1;
}
table.shop_list {
    width: 100%;
    margin: 0 0 40px;
    border: 1px solid #BBB;
    border-collapse: collapse;
}

table.shop_list > thead > tr > th {
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
}

table.shop_list th.service {
    width: 150px;
}

table.shop_list > thead > tr:nth-of-type(1) > th {
    font-size: 100%;
    color: #fff;
    background-color: #0166b3;
    text-align: left;
}

table.shop_list > thead > tr:nth-of-type(2) > th {
    font-size: 100%;
    color: #0166b3;
    background-color: #fff5c4;
    text-align: left;
}

table.shop_list > tbody > tr > th, table.shop_list > tbody > tr > td {
    padding: 10px 8px;
    line-height: 1.5;
    text-align: left;
}

table.shop_list > tbody > tr > th {
    font-size: 120%;
    font-weight: bold;
}

table.shop_list tr:nth-child(even) td {
    background: #f6f6f6;
}

table.shop_list .tel > a {
    font-size: 140%;
    color: #297ae8;
}

table.shop_list td > a:hover {
    color: #FFA100;
}

ul.shop_list {
    margin-bottom: 10px;
}

ul.shop_list li {
    font-size: 130%;
}

ul.shop_list li.reserve {
    font-size: 120%;
    color: #cc0000;
}

ul.shop_list li.reserve a {
    font-size: 135%;
    color: #cc0000;
}

/*chirashi---------------------------------------------------------------------------*/
section.adArea {
    width: 1100px;
    margin: 0px auto;
    margin-bottom: 25px;
}

section.adArea .tit {
    background: #fe2d17;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 210%;
    color: #FFF;
}

.adArea ul {
    width: calc(100% - 6px - 20px);
    border: 3px solid #fe2d17;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
}

.adArea ul li.person {
    margin-right: 30px;
    width: 30%;
    float: left;
}

.adArea ul li.person img {
    width: 100%;
}

.adArea ul div.chirashi {
    width: calc(100% - 30% - 30px - 40px);
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.adArea ul li.pop {
    width: 48%;
    text-align: center;
}

.adArea ul li.pop img {
    width: 90%;
}

/*-form-btn------------------------------------------------------------------------------------*/
.submit_btn {
    border: 0px;
    font-size: 150%;
    width: 204px;
    height: 55px;
    background: #FF9426;
    cursor: pointer;
}

/*page-top------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}

#page-top a {
    background: #9a9a9ad9;
    text-decoration: none;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #fe2d17;
}

#sp-price {
    margin-top: -100px;
    padding-top: 100px;
}

#about01, #about02, #about03, #about04 {
    margin-top: -60px;
    padding-top: 60px;
}

a.reserve-btn {
    display: inline-block;
    font: normal normal 300 1.3em 'Open Sans';
    text-decoration: none;
    color: rgba(28, 190, 131, 1);
    background-color: rgba(28, 190, 131, 1);
    border: 1px solid rgba(28, 190, 131, 1);
    border-radius: 100px;
    padding: .6em 1.8em;
    margin: 5px;
}

a.reserve-btn:hover {
    color: #1D2C41;
    border: 1px solid #1D2C41;
}

ul.bnr-list {
    width: 900px;
    margin: 0px auto;
    padding: 60px 0px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.bnr-list li {
    width: 48%;
}

ul.bnr-list li img {
    width: 100%;
}

.btn-example {
    border: none;
    background: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 1s ease-in-out;
}

.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}

.modal-container p {
    margin-bottom: 10px;
}

.modal-container p:last-child {
    margin-bottom: 0;
}

.modal-content {
    background: #FFF;
    overflow-y: auto;
    padding: 20px 25px;
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 400px;
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}

.modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal-close {
    color: #FF0000;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    color: #FFF;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal p.title {
    margin-bottom: 15px;
    text-align: center;
    color: #EC2214;
    font-size: 140%;
}

.modal div.tel ul {
    margin-bottom: 50px;
}

.modal div.tel ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}

.modal div.tel ul li span {
    margin-bottom: 5px;
    line-height: 2;
    display: block;
    font-size: 120%;
    font-weight: bold;
}

.modal div.tel ul li a {
    padding: 0;
    margin-bottom: 5px;
    font-size: 200%;
    color: #1183d5;
    font-weight: bold;
    line-height: 1.8em;
    text-decoration: none;
}

p.close_text {
    text-align: center;
    color: #0040ff;
    text-decoration: underline;
    cursor: pointer;
}
section.group_link{
    padding: 40px 0;
}
section.group_link .inner{
    width:1000px;
    margin:0px auto;
    background-color: #fff;
    border: 3px solid #106AB4;
    box-sizing: border-box;
}
section.group_link p {
    padding: 10px 0;
    text-align: center;
    font-size: 200%;
    color: #fff;
    line-height: 1.2;
    background-color: #106AB4;
}
section.group_link .area {
    display:flex;
    width:90%;
    margin:0px auto;
    padding: 15px 10px;
    border-bottom:1px solid #bbc3d4;
}
section.group_link .bnr-shop-list {
    display:flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
section.group_link h3{
    width:15%;
    text-align:l;
    font-size:100%;
    line-height:1;
}
