@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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
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: #3187ff;
}

img {
    vertical-align: bottom;
    border: none;
    -webkit-backface-visibility: hidden;
}

#wrapper {
    overflow: hidden;
    width: 100%;
}

a:hover img {
    opacity: 0.6;
    transition: all .25s;
}

/*---------------------------------------------------------------------------------------------*/
h2.tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 330%;
    color: #626262;
    line-height: 1.5;
    font-weight: bold;
}

h2 span {
    color: #E70014;
    font-size: 100%;
    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 {
    padding: 13px 0 0;
    float: left;
}

header .logo img {
    width: auto;
}

header .right {
    text-align: right;
}

header .right a img {
    width: auto;
}

header h1 {
    font-size: 100%;
}

header h1 span {
    font-size: 100%;
}

/*---------------------------------------------------------------------------------------------*/
.main {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    background: url(../images/main-back.png) no-repeat;
    background-size: cover;
}

.main .inner {
    width: auto;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    /* 相対位置指定 */
}

.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%;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    background: #F9FAFC;
}

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: 110%;
    text-align: center;
    border-left: 1px solid #DEDEDE;
    border-bottom: 5px solid #DEDEDE;
    text-decoration: none;
    color: #333;
}

nav#pc ul li:last-child a {
    border-right: 1px solid #DEDEDE;
}

nav#pc ul li a:hover {
    border-bottom: 5px solid #e50038;
}

nav#pc ul li.now a {
    border-bottom: 5px solid #e00038;
    color: #e00038;
}

/*movie--------------------------------------------------------------------------------------------*/
.movie {
    padding: 60px 0px;
    background: #109f2a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.movie iframe {
    width: 600px;
    margin: 10px;
}

/*-reason--------------------------------------------------------------------------------------------*/
.reason {
    overflow: hidden;
    margin: 0px auto;
    padding: 60px 0px;
    background: #F3F2F0;
}

.reason h2.tit .txt {
    margin-bottom: 20px;
    text-align: left;
    font-size: 100%;
    line-height: 160%;
    letter-spacing: 0;
    font-weight: bold;
    color: inherit;
}

.reason-block {
    width: calc(1100px - 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: 185%;
    line-height: 140%;
    font-weight: bold;
    color: #E70014;
}

.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: 190%;
    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: #109F2B;
    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: #e50038
}

a.reason-button:visited {
    color: #FFF;
}

/*-top-price--------------------------------------------------------------------------------------------*/
.top-price {
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
    background-size: cover;
    height: auto;
    background: #efefef;
}

.top-price .inner {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
    padding: 30px 0px;
    display: flex;
    /*横並び*/
    justify-content: space-between;
    /*均等配置*/
    flex-wrap: wrap;
    /*折り返し*/
}

.top-price h2 img {
    width: 900px;
}

.top-price-block {
    width: calc(100% /5 - 10px);
    border: 1px solid #d1d0d0;
    padding-bottom: 10px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 2px 5px 10px -5px #b8b8b8;
}

.top-price-block a {
    text-decoration: none;
}

.top-price-block a:hover h3 {
    background: #FEE33F;
    color: #f00;
}

.top-price-block a:hover h3 span {
    background: #FEE33F;
    color: #333;
}

.top-price .inner a:hover div.price {
    color: #1D2C41;
}

.top-price .inner a:hover div.price span {
    color: #1D2C41;
}

.top-price .inner h3 {
    padding: 10px 0px;
    font-size: 160%;
    line-height: 100%;
    background: #4B575C;
    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: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.top-price .inner div.car img {
    width: auto;
    text-align: right;
    height: 90px;
}

.top-price .inner div.price {
    text-align: cnter;
    width: 100%;
    font-size: 230%;
    line-height: 110%;
    color: #cc0000;
    font-family: 'Oswald', sans-serif;
}

.top-price .inner div.price span {
    font-size: 50%;
    font-weight: normal;
    color: #D5292B;
    font-family: "mplus-1p-bold";
}

.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%;
    border-radius: 10px;
    background: #109F2B;
    box-shadow: 0 3px #BBB;
    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: #607D8B;
    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: url(../images/about-back.png) no-repeat;
    background-size: cover;
}

.top-about .inner {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    padding: 80px 0px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.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: 100;
}

.top-about .inner div.txt span {
    font-size: 160%;
    color: #e24b22;
    font-weight: bold;
}

/*info-------------------------------------------------------------------------------------------*/
.top-info {
    width: 100%;
    padding: 60px 0px;
    background: #fff;
}

.top-info .inner {
    width: 1100px;
    border: 4px solid #109f2a;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-info .inner div.tit {
    width: 30%;
    padding: 60px 0px 60px 0px;
    background: #109f2a;
    text-align: center;
    font-size: 240%;
    letter-spacing: 5px;
    color: #fff;
}

.top-info .inner div.txt {
    width: calc(70% - 20px);
    padding: 12px 0px 10px 20px;
    color: #333;
    font-size: 120%;
    line-height: 240%;
    background: #FFF;
}

.top-info .inner div.txt dl {
    padding: 6px 0px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.top-info .inner div.txt dl dt {
    width: 120px;
}

.top-info .inner div.txt dl a:hover {
    color: #FFA100;
}

/*ad-------------------------------------------------------------------------------------------*/
.top-ad {
    width: 100%;
    padding: 60px 0px;
    background: #EEE;
}

.top-ad .inner {
    width: 1100px;
    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: 340px;
    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%;
}

/*shop-------------------------------------------------------------------------------------------------------*/
/* p.map {
	float: left;
	width: 700px;
} */
/*-footer--------------------------------------------------------------------------------------------*/
footer {
    clear: both;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    background: #626262;
}

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%;
    border-top: 1px solid #ddd;
    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: 1100px;
    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 a:hover {
    color: #FFA100;
}

.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: #ebeef0;
}

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

section.bnr-list ul li {
    width: calc(100% / 3 - 20px);
}

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

/*--------------------------------------------------------------------------------------------------------------*/
.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 #cc0000;
    font-size: 110%;
    line-height: 180%;
    background: #FFF;
}

.tel-txt .inner span.tel {
    font-size: 140%;
    color: #cc0000;
}

.credit-text {
    margin: 8px 0 0;
    text-align: center;
    font-size: 90%;
    line-height: 1.5;
}

/*shop-list-----------------------------------------------------*/
.shop-list .inner {
    width: 940px;
    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: 100%;
    line-height: 1.8;
}

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-list dt {
    display: block;
    width: calc(100% - 15px);
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 20px 0px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background: #109f2a;
    padding-right: 15px;
    position: relative;
    line-height: 190%;
}

#shop-list dt:hover {
    background: #F44336;
}

#shop-list dt::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#shop-list dt.active::after {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#shop-list dt h4 {
    font-size: 200%;
    color: #FFF;
}

#shop-list dt.active {
    background: #F44336;
}

#shop-list dt.active h4 {
    font-size: 200%;
    color: #ffe500;
}

#shop-list dd {
    width: 100%;
    display: none;
}

table.shop {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 40px;
    border: 1px solid #BBB;
    border-collapse: collapse;
}

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

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

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

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

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

table.shop tr td:first-child {
    width: 300px;
    font-size: 130%;
}

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

table.shop .tel>a {
    font-size: 140%;
    color: #003987;
}

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

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

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

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

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

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

.shop-list-block .shops {
    margin: 0px auto;
    margin-bottom: 20px;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-list-block p.name {
    padding: 10px;
    font-size: 140%;
    background: #e6e6e5;
}

.shop-list-block p {
    padding: 10px;
    font-size: 100%;
}

.shop-list-block ul.shops li {
    width: calc(100% / 4 - 20px);
    border: 2px solid #454c53;
    margin-bottom: 20px;
}

/*chirashi---------------------------------------------------------------------------*/
p.chirashi {
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

p.chirashi p {
    overflow: hidden;
    margin: 50px;
}

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: #9A9A9A;
    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;
}

/*グループリンク-------------------------------------------------------------*/
section.group_link {
    background: #FFF8DF;
}

section.group_link .inner {
    width: 1110px;
    margin: 0px auto;
    padding: 40px 0px;
    overflow: hidden;
}

/* section.group_link h4 {
	margin-bottom: 25px;
	padding: 8px 0px;
	border-bottom: 1px solid #E7171C;
	border-top: 1px solid #E7171C;
	color: #E7171C;
	font-size: 180%;
	text-align: center;
} */
section.group_link ul {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.group_link ul li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
}

section.group_link ul li img {
    width: 100%;
}

section.group_link ul li:nth-of-type(3) {
    text-align: center;
    background-color: #fff;
    border: 3px solid #17358e;
}

section.group_link ul li:nth-of-type(3) p {
    padding: 10px 0;
    font-size: 200%;
    color: #fff;
    line-height: 1.2;
    background-color: #17358e;
}

section.group_link ul li:nth-of-type(3) a {
    display: inline-block;
}

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

section.group_link ul li:nth-of-type(3) a:nth-of-type(1) {
    margin: 15px 0;
    padding: 0 10px;
    border-right: 1px solid #B6B6B6;
}

section.group_link ul li:nth-of-type(3) a:nth-of-type(2) {
    margin: 15px 0;
    padding: 0 10px;
}

section.group_link ul li:nth-of-type(3) a:nth-of-type(3) {
    margin: 0 0 15px;
    padding: 0 10px;
    border-right: 1px solid #B6B6B6;
}

section.group_link ul li:nth-of-type(3) a:nth-of-type(4) {
    margin: 0 0 15px;
    padding: 0 10px;
}

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%;
}

/*promise*/
.promise {
    padding: 60px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.promise img {
    width: 660px;
}


/* shop_close */
.shop_close {
    border: 2px solid red;
    text-align: center;
    padding: 40px 0;
}

.shop_close p,.shop_close td{
    font-size: 140%;
    line-height: 220%;
    font-weight: 100;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}

.shop_close table{
    margin: 0 auto;
}

.shop_close table a:hover{
    color: #FFA100;
}

.shop_close td:first-child{
    width: 150px;
}

.shop_close span {
    font-weight: bold;
    font-size: 100%;
}

.shop_close .shop_close_tit {
    font-size: 160%;
}

.tenpo_close{
    color: #cc0000;
}

.top-jizentenken {
    text-align: center;
    margin: 30px auto 0;
    padding: 30px 0px;
    background: #ffd5d5;
}

.top-jizentenken .tit {
    color: #E70014;
    margin-bottom: 10px;
    font-size: 250%;
}

.top-jizentenken p {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto;
}

.top-jizentenken .inner {
    padding: 10px 0px;
}

/*-----------------------------------------------------------*/

.price_down {
    text-align: center;
}

.price_down p{
    margin-bottom: 30px;
    font-size: 220%;
    color: #626262;
    line-height: 1.5;
    font-weight: bold;
    background: linear-gradient(transparent 60%, yellow 30%);
    display: inline-block;
}

.price_down p span {
    color: #E70014;
    font-size: 120%;
    font-weight: inherit;
}

/*-----------------------------------------------------------*/
.closed {
    display: block;
    color: #f00;
}