@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
img[src*='.svg']{
    width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    img[src*='.svg'] {
        width: 80%;
    }
}
@media (min-width: 960px) and (min-width: 600px){
    .-series .c-headLogo {
        max-width: 300px;
    }
}
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*sp fix_bottom_menu*/
#fix_bottom_menu .menu_list {
    height: 80px;
    background-color: #D6E3EB;
}
#fix_bottom_menu .menu-item {
    flex: unset;
    margin: 0 auto;
}
#fix_bottom_menu .reserve.menu-item i::before {
    content: '';
    display: block;
    width: 46px;
    height: 47px;
    background-image: url(../swell_child/images/icon-reserve.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#fix_bottom_menu .contact.menu-item i::before {
    content: '';
    display: block;
    width: 53px;
    height: 47px;
    background-image: url(../swell_child/images/icon-contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#fix_bottom_menu .instagram.menu-item i::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../swell_child/images/icon-insta-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#fix_bottom_menu .menu-item i {
    height: auto;
}
#fix_bottom_menu .menu-item a {
    display: block;
    width: max-content;
}
@media (max-width: 960px) {
    .l-header__menuBtn {
        display: none;
    }
    #fix_bottom_menu+.p-fixBtnWrap {
        bottom: 92px;
    }
}
/*----------
    fonts 
------------*/
h1,h2 {
    font-family: 'Baloo 2', cursive;
    font-size: 40px;
    font-weight: 400;
    color: #1C315A;
}
p {
    padding: 0.2rem 0;
    margin-bottom: 1.2rem;
    letter-spacing: 3px;
}

/*ヘッダー周りのスタイル変更*/
.p-mainVisual__slideTitle {
    font-size: 0;
}
@media (max-width: 960px) {
    .p-mainVisual__slideTitle {
        position: absolute;
        background-size: contain;
        background-image: url(../swell_child/images/logo.svg);
        background-repeat: no-repeat;
        width: 200px;
        height: 70px;
        right: 20%;
        top: 15%;
        -webkit-transform: unset;
        transform: unset;
    }
}
@media (max-width: 600px) {
    .p-mainVisual__slideTitle {
        width: 160px;
        height: 57px;
        right: 13%;
        top: 25%;
    }
}
.l-header .l-container {
    align-items: center;
}
.l-header__customBtn, .l-header__menuBtn {
    height: 30px;
    width: 60px;
}
.icon-menu-thin:before {
    content: '';
    display: block;
     width: 60px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(../swell_child/images/icon_hum.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.p-spMenu__closeBtn {
    height: 30px;
    position: absolute;
    top: 4rem;
    width: 60px;
    z-index: 1;
}
.-right .p-spMenu__closeBtn {
    right: 3rem;
}
@media (max-width: 960px) {
    .-right .p-spMenu__closeBtn {
        left: 5rem;
        bottom: 2rem;
        top: unset;
    }
}
@media (max-width: 600px) {
    .-right .p-spMenu__closeBtn {
        left: 2rem;
    }
}
.icon-close-thin:before {
    content: '';
    display: block;
     width: 60px;/*画像の幅*/
    height: 30px;/*画像の高さ*/
    background-image: url(../swell_child/images/icon_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
@media (min-width: 960px){
    .is-hide-last--pc .p-postList__item:last-child, .p-spMenu {
        display: block;
    }
}
.c-gnav>.menu-item>a {
    padding: 12px 30px;
    position: relative;
    white-space: nowrap;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min-content;
    color: #073D60;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: -2px -4px 6px rgba(255, 255, 255, 0.3), 2px 4px 6px rgb(0, 0, 0, 0.3);
    margin-right: 2rem;
}
.c-gnav>.menu-item>a:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
.c-gnav>.menu-item>a:active {
    background-color:  rgb(255, 255, 255, 0.8);
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}

.c-gnav .reserve.menu-item>a {
    background-color: rgba(7, 60, 96, 0.6);
}
.c-gnav .reserve.menu-item>a .ttl{
    color: #fff;
}
.c-gnav .reserve.menu-item>a:hover {
    box-shadow: -1px -2px 4px rgba(143, 170, 216, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
.c-gnav .reserve.menu-item>a:active {
    background-color: rgba(7, 60, 96, 0.8);
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
.c-gnav > li:hover > a, .c-gnav > .-current > a {
    background: rgb(250 250 250 / 70%);
}
.l-fixHeader__inner {
    align-items: center;
}
/*パンくずスタイル*/
.p-breadcrumb.-bg-on {
    background: unset;
}
.-body-solid .p-breadcrumb.-bg-on {
    box-shadow: unset;
    color: #004D80;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}
/*ハンバーガーメニューのスタイル変更*/
.c-widget__title.-spmenu {
    display: none;
}
.p-spMenu__nav,.sec-reserve {
    width: 85%;
}
.c-listMenu a:before {
    content:unset;
}
.c-spnav {
    display: flex;
    flex-wrap: wrap;
}
.c-spnav .menu-item {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
.c-listMenu a {
    font-size: 24px;
    font-family: 'Baloo 2', cursive;
    border: none;
    padding: 2em 0;
}
.c-listMenu a span {
    font-size: 16px;
    font-family: 'Kiwi Maru', serif;
    display: block;
}
.c-listMenu a:hover {
    padding-left: 0;
    padding-right: 0;
}
.p-spMenu__inner {
    padding-top: 10%;
    width: 80vw;
}
@media (max-width: 960px) {
    .p-spMenu__inner {
        width: 100vw;
    }
}
.sec-reserve {
    margin-top: 4rem;
}
.sec-reserve h2.sec_ttl {
    font-size: 28px;
    color: #fff;
}
.sec-reserve a.bl_btn.large {
    background-color: #D1A1B5;
    color: #A04A6E;
}
.sec-reserve .bl_media_body__reserve {
    justify-content: center;
    width: 70%;
    margin: auto;
}
.sec-reserve .bl_media_body__reserve a.bl_btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin: 3rem 2rem 0 0;
}
.sec-reserve .bl_media_body__reserve a.bl_btn:last-child {
    margin-right: 0;
}
.sec-reserve a.bl_btn.large {
    box-shadow: -2px -4px 6px rgb(137, 94, 115, 0.15), 2px 4px 6px #82425c;
}
.sec-reserve a.bl_btn.large.pink {
    background-color: #A04A6E;
    color: #fff;
    box-shadow: -2px -4px 6px rgb(137, 94, 115, 0.15), 2px 4px 6px #82425c;
}
.sec-reserve a.bl_btn.large:hover {
    box-shadow: -1px -2px 4px rgba(194, 134, 165, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
.sec-reserve a.bl_btn.large:active {
    box-shadow: inset 1px 2px 4px rgb(89, 29, 65, 0.5);
}

.-right .p-spMenu__inner {
    right: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}
[data-spmenu=opened] .p-spMenu__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 960px) {
    .p-spMenu__nav,.sec-reserve  {
        width: 100%;
    }
    .p-spMenu__nav {
        margin-top: 5rem;
    }
}
@media (max-width: 600px) {
    .p-spMenu__inner {
        width: 100vw;
    }
}
/*-------------------
main_content
---------------------*/
.top #content {
    padding-top: 0;
}
.l-container-fix{
    padding-left: var(--swl-pad_container,0);
    padding-right: var(--swl-pad_container,0);
}
.l-container {
    max-width: unset;
}
.l-content {
    margin: 0 auto;
    z-index: 0;
}
.p-spMenu {
    z-index: 102;
}
.l-article {
    margin: auto;
}
section {
    padding: 8% 0;
}

.sec-wrapper {
    width: 960px;
    margin: auto;
}
/*front-page*/
/*固定する背景*/
.scrollbox,.parallax-bg {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
  }
/*各背景の画像*/
.img-bg-01 {
    background-image: url('../swell_child/images/news_img.jpg');
}
.img-bg-02 {
    background-image: url('../swell_child/images/reserve_img.jpg');
}
/*スクロールするコンテンツ*/
.scrollbox {
    background-color: #F7FBFF;
}
.parallax-bg.img-bg-01,
.parallax-bg.img-bg-02,
section#access {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
iframe {
    width: 100%;
}
/*@media (max-width: 768px) {
    .top #content {
        padding-top: 4em;
    }
}*/
@media (max-width: 600px) {
    /*各背景の画像*/
    .img-bg-01 {
        background-image: url('../swell_child/images/news_img_sp.jpg');
    }
    .img-bg-02 {
        background-image: url('../swell_child/images/reserve_img_sp.jpg');
    }
}

.img-news-01,.img-reserve-02 {
    display: none;
}

@supports(-webkit-touch-callout: none){
    /* iPhoneの表示のみ指定を上書き */
    .parallax-bg {
        display: none;
    }
    .img-news-01,.img-reserve-02 {
        display: block;
        height: max-content;
        margin: 0 calc(50% - 50vw);
        height: 580px;
        overflow: hidden;
    }
    .img-news-01 img, .img-reserve-02 img {
        height: 586px;
        width: 100%;
    }
}

/*access*/
section#access {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
iframe {
    width: 100%;
}
@media (max-width: 600px) {
    /*各背景の画像*/
    .parallax-bg.img-bg-01::before {
        background-image: url('../swell_child/images/news_img_sp.jpg');
    }
    .parallax-bg.img-bg-02::before {
        background-image: url('../swell_child/images/reserve_img_sp.jpg');
    }
}
/*front-page about*/
section#about {
    position: relative;
}
section#about .sec-wrapper {
    /*width: 80%;*/
    z-index: 1;
}
h2.sec_ttl {
    text-align: center;
}
h2.sec_ttl span {
    font-size: 14px;
    display: block;
    line-height: 0.7;
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 3px;
}
.bl_media_body__about {
    font-weight: normal;
    margin: 5rem 0;
    line-height: 2rem;
}
/*section#about {
    padding-top: 0;
}
section#about img {
    position: absolute;
    bottom: 5rem;
    right: 0;
}*/
.bl_media_body__about .about_header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    margin-bottom: 2rem;
}
.bl_media_body__about p {
    font-size: 14px;
}
.representative {
    text-align: right;
}
.representative span {
    font-size: 0.75rem;
    display: block;
}
.bl_media_body__about .about_header_img {
    width: 32%;
    height: 450px;
}
.bl_media_body__about .about_header img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
@media (max-width: 960px) {
    .bl_media_body__about .about_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bl_media_body__about .about_header_img {
        width: 80%;
        height: 350px;
        margin: auto;
    }
    .bl_media_body__about .about_header img {
        height: 350px;
    }
}
@media (max-width: 600px) {
    section#about .sec-wrapper {
        width: 95%;
    }
    .bl_media_body__about {
        margin: 2rem 0;
    }
    br.sp-none {
        display: none;
    }
}
/*item*/
section#item {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
section#item .sec-wrapper {
    width: 100%;
}
.bl_media_body__item.p-archiveContent {
    margin-top: 3rem;
}
section#item ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
}
section#item ul li.item_card {
    width: 17.5%;
    margin-right: 6%;
    text-align: center;
}
section#item ul li.item_card:nth-child(4n+1) {
    margin-left: 6%;
}
section#item ul li.item_card .item-card-wrap {
    margin-bottom: 20%;
    width: 100%;
    position: relative;
}
section#item ul li.item_card .item-card-wrap p {
    font-size: clamp(0.875rem, 1.125vw, 1.125rem);
}
section#item ul li.item_card .item-card-wrap::before {
    position: absolute;
    content: '';
    left: -10%;
    top: 10%;
    width: 15vw;
    background-size: contain;
    background-repeat: no-repeat;
}
section#item ul li.item_card.curtain .item-card-wrap::before {
    max-width: 127px;
    height: 65px;
    background-image: url(../swell_child/images/logo-curtain.png);
}
section#item ul li.item_card.shade .item-card-wrap::before {
    max-width: 199px;
    height: 60px;
    background-image: url(../swell_child/images/logo-shade.png);
}
section#item ul li.item_card.linen .item-card-wrap::before {
    max-width: 204px;
    height: 65px;
    background-image: url(../swell_child/images/logo-linen.png);
}
section#item ul li.item_card.roll .item-card-wrap::before {
    max-width: 192px;
    height: 60px;
    background-image: url(../swell_child/images/logo-roll.png);
}
section#item ul li.item_card.vertical .item-card-wrap::before {
    max-width: 221px;
    height: 75px;
    background-image: url(../swell_child/images/logo-vertical.png);
}
section#item ul li.item_card.aluminum .item-card-wrap::before {
    max-width: 255px;
    height: 92px;
    background-image: url(../swell_child/images/logo-aluminum.png);
}
section#item ul li.item_card.wooden .item-card-wrap::before {
    max-width: 200px;
    height: 63px;
    background-image: url(../swell_child/images/logo-wooden.png);
}
section#item ul li.item_card.pleated .item-card-wrap::before {
    max-width: 204px;
    height: 74px;
    background-image: url(../swell_child/images/logo-pleated.png);
}

@media (max-width: 1100px) {
    .bl_media_body__item.p-archiveContent {
        margin-top: 1rem;
    }
    section#item ul li.item_card {
        width: 41%;
        text-align: center;
    }
    section#item ul li.item_card:nth-child(2n+1) {
        margin-left: 6%;
    }
    section#item ul li.item_card .item-card-wrap::before {
        left: -5%;
        width: 25vw !important;
    }
}
@media (max-width: 600px) {
    section#item ul li.item_card.curtain .item-card-wrap::before {
        width: 16vw !important;
    }
}
/*news*/
section#news {
    background-color: #D6E3EB;
    margin: 0 calc(50% - 50vw);
}
section#news .sec-wrapper {
    width: 760px;
}
.bl_media_body__news.p-archiveContent {
    margin: 3rem 0;
}
section#news ul li {
    display: flex;
    align-items: center;
    height: 60px;
    transition: all 0.3s 0s ease;
}
section#news ul li a {
    order: 1;
}
.wp-block-latest-posts:not(.is-grid) {
    border-top: none;
}
.wp-block-latest-posts:not(.is-grid) li {
    border-bottom: none;
    padding: 0;
}
section#news ul li a.wp-block-latest-posts__post-title,
.p-postList h2.p-postList__title {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding-left: 2rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.p-postList h2.p-postList__title {
    font-size: 16px;
}
section#news time.wp-block-latest-posts__post-date {
    padding: 0 2rem 0 1rem;
    border-right: 2px solid #004D80;
    line-height: 2rem;
}
section#news ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0.7;
}
@media (max-width: 600px) {
    .bl_media_body__news.p-archiveContent {
        width: 95%;
        margin: 2rem auto;
    }
    section#news time.wp-block-latest-posts__post-date {
        padding: 0 1rem 0 0;
    }
    section#news ul li a.wp-block-latest-posts__post-title, .p-postList h2.p-postList__title {
        padding-left: 1rem;
    }


}
/*bl_btn*/
a.bl_btn {
    padding: 8px 60px;
    position: relative;
    white-space: nowrap;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    color: #073D60;
    background-color: #D6E3EB;
    border-radius: 4px;
    box-shadow: -2px -4px 6px rgb(246 253 255 / 30%), 2px 4px 6px rgb(70 72 73 / 30%);
    margin: auto;
    font-family: 'Baloo 2', cursive;
}
a.bl_btn:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
a.bl_btn:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
section#news a.bl_btn {
    margin-bottom: 3rem;
}
/*reserve*/
section#reserve {
    background-color: #A5C0D3;
    margin: 0 calc(50% - 50vw);
}
section#reserve p {
    width: 760px;
    margin: 3rem auto 5rem;
    line-height: 2rem;
}
.bl_media_body__reserve {
    display: flex;
    margin-bottom: 3rem;
}
.bl_media_body__reserve a.bl_btn {
    width: 450px;
    height: 95px;
    max-width: unset;
    font-size: 20px;
    letter-spacing: 5px;
    font-family: 'Kiwi Maru', serif;
}
a.bl_btn.large.blue {
    background-color: #073F64;
    color: #fff;
    box-shadow: -2px -4px 6px rgb(246 253 255 / 30%), 2px 3px 5px rgb(70 72 73 / 56%);
}
a.bl_btn.large {
    background-color: #A5C0D3;
    color: #073F64;
}
a.bl_btn.large.blue:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
a.bl_btn.large.blue:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
@media (max-width: 600px){
    section#reserve p {
        width: 90%;
    }
}
/*access*/
section#access {
    padding: 0;
    height: 380px;
    overflow: hidden;
}
.googlemap-bw iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*height: 600px;
    margin-top: -150px;*/
}
@media (max-width: 960px) {
    .sec-wrapper,section#news .sec-wrapper {
        width: 95%;
    }
    
    .bl_media_body__reserve {
        width: 90%;
        margin: auto;
    }
    .bl_media_body__reserve a.bl_btn {
        width: calc(100% / 2 - 30px);
        height: 70px;
    }
}
@media (max-width: 600px) {
    section#reserve p {
        width: 95%;
        margin: 3rem auto;
    }
    .bl_media_body__reserve {
        flex-direction: column;
    }
    .bl_media_body__reserve a.bl_btn {
        width: 100%;
    }
    .bl_media_body__reserve a.bl_btn {
        margin-bottom: 2rem;
    }

    section#access {
        height: 300px;
    }
}
/*footer*/
.footer_ttl {
    text-align: center;
    margin: 5rem 0;
}
.footer_ttl img {
    width: 184px;
}
.footer_address {
    text-align: center;
    font-size: 13px;
}
.footer_address p.name {
    font-weight: bold;
    margin: unset;
}
.l-footer .copyright {
    font-size: 11px;
    text-align: left;
    margin: 0;
}

.c-fixBtn {
    align-items: center;
    background: #A04A6E;
    border: 1px solid #A04A6E;
    color: #FFF;
}
@media (max-width: 380px) {
    .c-fixBtn {
        height: 40px;
        width: 40px;
    }
}
.footer_address p.address span {
    padding-left: 1rem;
}
.footer_sns {
    width: fit-content;
    margin: 0 auto 1rem;
}
.footer_sns a {
    background-color: #92ACBE;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0.5rem 3rem;
    border-radius: 3px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_sns img {
    width: 25px;
    height: 25px;
    margin-left: 0.5rem;
}
@media (min-width: 960px){
    .p-fixBtnWrap {
        bottom: 0;
        right: 0;
    }
    .hov-bg-main:hover {
        background-color: #fff !important;
        color: #A04A6E !important;
    }
}
@media (max-width: 600px) {
    .footer_address p.address span {
        display: block;
        padding-left: 0;
    }
}
/*news page*/
/*一覧のスタイル修正*/
.icon-posted:before {
    content: none;
}
.-type-simple .p-postList__meta {
    margin: 0;
    font-size: 14px;
}
ul.p-postList {
    padding-bottom: 5rem;
}
ul.p-postList .p-postList__item {
    padding-bottom: 1rem;
}
.p-postList .p-postList__body {
    display: flex;
    align-items: center;
    height: 60px;
    transition: all 0.3s 0s ease;
}
.p-postList.-type-simple {
    border-top: none;
    width: 760px;
    margin: auto;
}
.-type-simple .p-postList__link {
    border-bottom: none;
    padding: 0;
}
.p-postList h2.p-postList__title {
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    padding-left: 2rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
time.c-postTimes__posted {
    padding: 0 2rem 0 1rem;
    border-right: 2px solid #004D80;
    line-height: 2rem;
}
/*一覧のスタイル修正ここまで*/
.c-pageTitle {
    font-family: 'Baloo 2', cursive;
    font-weight: normal;
    font-size: 40px;
    color: #004D80;
    text-align: center;
    letter-spacing: 3px;
}
div.c-pageTitle .c-pageTitle__inner span {
    font-size: 14px;
    display: block;
    font-family: 'Kiwi Maru';
    line-height: 1em;
    margin-bottom: 4em;
}
/*投稿詳細ページスタイル*/
.p-articleMetas {
    justify-content: center;
}
article.l-mainContent__inner {
    width: 760px;
    margin: auto;
}
article.l-mainContent__inner time.c-postTimes__posted {
    padding: 0;
    border-right: unset;

}
.p-pnLinks__link,.p-pnLinks .-next:before,.p-pnLinks .-prev:before{
    color: #004D80;
}
/*固定ページタイトル*/
.u-mt-40 {
    margin-top: 7em!important;
}
.c-pageTitle:after {
    visibility: initial;
}
.p-articleHead.c-postTitle {
    margin-top: 7rem;
}
.c-pageTitle::after {
    display: block;
    font-size:14px;
    font-family: 'Kiwi Maru';
    line-height: 1em;
}
.c-postTitle__ttl {
    color: #333;
    text-align: center;
}

.reserve .c-pageTitle::after {
    content: "来店のご予約";
}
.reserve2 .c-pageTitle::after {
    content: "来店のご予約";
}
.contact .c-pageTitle::after {
    content: "お問い合わせ";
}
.blog .c-pageTitle::after {
    content: "お知らせ";
}
.privacy-policy .c-pageTitle::after {
    content: "プライバシーポリシー";
}
/*ご予約の日付*/
.date_form .smf-item__controls {
	display: flex;
	align-items: center;
}

.date_form .smf-item__controls .smf-placeholder {
	margin: 0;
}

.date_form .smf-placeholder:first-child:after {
	content: "月";
	padding: 0 0.5em;
}

.date_form .smf-placeholder:last-child:after {
	content: "日";
	padding: 0 0.5em;
}
/*フォームスタイル*/
.reserve p.content-lead,.reserve2 p.content-lead {
    width: 85%;
    margin: auto;
    padding-bottom: 5rem;
}
.smf-form.smf-form--business {
    width: 760px;
    margin: auto;
}
.smf-form.smf-form--business input.smf-text-control__control
,.smf-form .smf-item select.smf-select-control__control,
.smf-form .smf-item input.smf-checkbox-control__control {
    border: 1px solid #1C315A;
    border-radius: 0;
}
.smf-form.smf-form--business input.smf-text-control__control,
.smf-form .smf-item select.smf-select-control__control {
    width: 100%;
}
.smf-form .smf-item select.smf-select-control__control {
    padding: 0.7rem 1.5rem 0.7rem 0.5rem;
}
::placeholder {
    color: #CDD6DD;
  }
.wp-block-column {
    font-size: 0.875rem;
}
.smf-label span.smf-checkbox-control__label {
    font-size: 0.75rem;
}
.swell-block-column.swl-has-mb--s.hope,
.swell-block-column.swl-has-mb--s.hope02,
.swell-block-column.swl-has-mb--s.hope03 {
    display: flex;
    font-size: 0.875rem;
    color: #1C315A;
    font-weight: bold;
    align-items: baseline;
} 
.swell-block-column.swl-has-mb--s.hope p,
.swell-block-column.swl-has-mb--s.hope02 p,
.swell-block-column.swl-has-mb--s.hope03 p {
    margin-right: 1.5rem;    
}
/*wp-element-button*/
a.wp-block-button__link.wp-element-button {
    font-size: 1rem;
    font-weight: bold;
    background-color: #A5C0D3;
}
a.wp-block-button__link.wp-element-button:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
a.wp-block-button__link.wp-element-button:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
/*---------------*/
.smf-form .smf-item .smf-checkbox-control__control {
    margin-top: 0.15rem;
}
.smf-form .smf-item .smf-select-control__toggle:before {
    right: calc(var(--_s-1) - 10px);
}
.wp-block-column .smf-placeholder{
    margin-right: 0.5rem;    
}
.date_form .wp-block-column {
    display: flex;
}
.wp-block-button a {
    position: relative;
    white-space: nowrap;
    transition: box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 53px;
    color: #073D60;
    background-color: #F7FAFD;
    border-radius: 4px;
    box-shadow: -2px -4px 6px rgb(246 253 255 / 30%), 2px 2px 6px rgb(70 72 73 / 30%);
    margin: auto;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
}
.wp-block-button.general a {
    background-color: #F7FAFD;
    margin-bottom: 3rem;
    font-weight: normal;
}
.wp-block-button.is-active a{
    color: #fff;
    background-color: #073D60;
    font-weight: normal;
}
.wp-block-button.is-active a:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
.wp-block-button a:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
.wp-block-button.introduction a {
    margin-bottom: 3rem;
}
.wp-block-button.general a:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
.wp-block-button.general a:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
.smf-form .smf-item .smf-checkbox-control__control:checked {
    background-color: #1C315A;
    border-color: #1C315A;
}
.smf-form .smf-item .smf-checkbox-control__control:hover {
    border-color: #1C315A;
    opacity: 0.8;
}
.wp-block-buttons.is-layout-flex {
    justify-content: center;
}
.wp-block-button:first-child {
    margin-right: 5rem;
}
#bl_btn .wp-block-button {
    margin-right: 0;
}
.smf-form--business .smf-item {
    border: none;
}
.smf-form--business .smf-item__col--label {
    border-bottom: none;
    border-right: none;
}
.smf-form--business .smf-item__col--label {
    background-color: unset;
}
.smf-item__label {
    color: #1C315A;
}
span.smf-item__label__text::after {
    content: "必須";
    margin-left: 10px;
    color: #fff;
    background: #073D60;
    padding: 2px 5px;
    font-size: 10px;
    vertical-align: middle;
}
@media (min-width: 640px) {
    .smf-form--business .smf-item__col--label {
        flex: 0 0 17em;
        max-width: 23em;
    }
    .smf-form--business .smf-item__col--controls {
        flex: 1 1 calc(100% - 17em);
        max-width: calc(100% - 17em);
    }
}
.wp-block-snow-monkey-forms-item.smf-item.smf-item--divider.kiyaku {
    background-color: #A5C0D3;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
    margin-top: 5rem;
}
.kiyaku .smf-item__col.smf-item__col--controls {
    padding: 3rem 0;
}
.smf-action .smf-button-control__control {
    background-color: #073D60;
    background-image: unset;
    border-radius: 6px;
    color: #fff;
    font-size: 1.375rem;
    letter-spacing: 0.2em;
    width: 350px;
    height: 70px;
    box-shadow: -2px -4px 6px rgba(255, 255, 255, 0.3), 2px 4px 6px rgb(0, 0, 0, 0.3);
}
button.smf-button-control__control:hover {
    box-shadow: -1px -2px 4px rgba(255, 255, 255, 0.3), 1px 2px 4px rgb(0, 0, 0, 0.3);
}
button.smf-button-control__control:active {
    box-shadow: inset 1px 2px 4px rgb(0, 0, 0, 0.1);
}
.smf-action .smf-button-control__control {
    padding-left: calc(var(--_space)*1.7);
}
.smf-form--business+.smf-action {
    margin-bottom: 7rem;
    margin-top: 4rem;
}

.smf-action .smf-button-control__control:active,
.smf-action .smf-button-control__control:focus,
.smf-action .smf-button-control__control:focus-within,
.smf-action .smf-button-control__control[aria-selected=true],
.smf-form .smf-item .smf-select-control__control:active,
.smf-form .smf-item .smf-select-control__control:focus,
.smf-form .smf-item .smf-select-control__control:focus-within, 
.smf-form .smf-item .smf-select-control__control[aria-selected=true],
.smf-form .smf-item .smf-radio-button-control__control,
.smf-form .smf-item .smf-radio-button-control__control:active, 
.smf-form .smf-item .smf-radio-button-control__control:focus,
.smf-form .smf-item .smf-radio-button-control__control:focus-within,
.smf-form .smf-item .smf-radio-button-control__control[aria-selected=true],
.smf-form .smf-item .smf-textarea-control__control,
.smf-form .smf-item .smf-text-control__control:active,
.smf-form .smf-item .smf-text-control__control:focus,
.smf-form .smf-item .smf-text-control__control:focus-within,
.smf-form .smf-item .smf-text-control__control[aria-selected=true]{
    border-color: #073D60;
}
.smf-form .smf-item .smf-textarea-control__control  {
    border-radius: 0;
}
.smf-form .smf-item .smf-radio-button-control__control:checked {
    background-color: #073D60;
    border-color: #073D60;
    border: unset;
    box-shadow: -2px -4px 6px rgba(255, 255, 255, 0.3), 2px 3px 6px rgb(0, 0, 0, 0.3);
}
.smf-action .smf-button-control__control ,.smf-action .smf-button-control__control:hover {
    border: unset;
}
.smf-button-control__control[data-action="back"] {
    background-color: #F7FBFF;
    color: #073D60;
    border: unset;
}
/*policy*/
.privacy-policy .l-mainContent__inner {
    padding-bottom: 7rem;
}
.privacy-policy .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: none;
}
@media (min-width: 600px){
.privacy-policy .post_content h2 {
    font-size: 1.5em;
}
}
.privacy-policy .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    background: unset;
    padding: 0.75em 1em;
    color: #0A0A0A;
}
.privacy-policy .post_content a{
    color: #333;
}
.privacy-policy .post_content a:hover {
    text-decoration: underline;
}
/*固定ページ　sp*/
@media (max-width: 768px){
    .p-breadcrumb {
        width: 95%;
    }
    /*news*/
    article.l-mainContent__inner {
        width: 95%;
        margin: auto;
    }
    .p-articleHead.c-postTitle {
        margin-top: 5rem;
    }
    .l-mainContent__inner>.post_content {
        margin: 2em 0;
    }
    /*reserve contact*/
    form.snow-monkey-form {
        margin-top: 5rem;
    }
    .smf-form--business .smf-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .smf-form--business .smf-item__col--label {
        flex: 0;
    }
    .smf-form--business .smf-item__col {
        padding: 1rem 2rem 0;
    }
    .wp-block-snow-monkey-forms-item {
        margin-bottom: 1rem;
    }
    .smf-form--business .smf-item {
        margin-bottom: 1rem;
    }
}
@media (max-width: 600px){
    /*reserve contact*/
    .reserve p.content-lead, .reserve2 p.content-lead,p.sec-reserve-txt {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .reserve p.content-lead, .reserve2 p.content-lead {
        width: 90%;
    }
    .wp-block-button:first-child {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .post_content .wp-block-button a:first-child {
        margin-bottom: 2rem!important;
    }
    .wp-block-button a {
        width: 300px;
    }
    .smf-form.smf-form--business {
        width: 90%;
    }
    .smf-form--business .smf-item__col {
        padding: 0 0 1rem;
    }
    .wp-block-snow-monkey-forms-item.smf-item.smf-item--divider.kiyaku {
        margin-top: 2rem;
    }
    .wp-block-column p {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .post_content .wp-block-button__link.wp-element-button:first-child {
        margin-bottom: 0!important;
    }
    .smf-form--business+.smf-action {
        margin-bottom: 4rem;
    }
    .smf-error-messages {
        font-size: 14px;
    }
    .swell-block-column.swl-has-mb--s.hope, .swell-block-column.swl-has-mb--s.hope02, .swell-block-column.swl-has-mb--s.hope03 {
        font-size: 16px;
        flex-wrap: wrap;
    }
    .smf-form .smf-item select.smf-select-control__control {
        font-size: 16px;
        padding: 1rem 1.5rem 1rem 1rem;
    }
    .swell-block-column.swl-has-mb--s.hope p, .swell-block-column.swl-has-mb--s.hope02 p, .swell-block-column.swl-has-mb--s.hope03 p {
        width: 100%;
    }
}
/*404*/
.style_btn {
    padding-bottom: 5rem;
}
.style_btn .bl_btn {
    background-color: #F7FBFF;
}
/*contact 20230105*/
.post_content .box-contact {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border: 3px solid #004D80;
    border-radius: 5px;
    width: fit-content;
    padding: 1.5rem 3rem;
    margin: 5rem auto 3rem !important;
}
.box-contact img.icon-tel {
    padding-right: 2rem;
}
.box-contact .contact-txt p {
    margin: 0;
    line-height: 1.25;
    text-align: center;
}
.box-contact .contact-txt .tel-number {
    font-size: 2.25rem;
}
p.contact_lead {
    width: 760px;
    margin: auto;
}
@media (max-width: 768px){
    .post_content .box-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem;
        margin: 5rem auto 3rem !important;
    }
    .box-contact img.icon-tel {
        padding-right: 0;
    }
    .footer_sns {
        display: none;
    }
}
@media (max-width: 600px) {
    p.contact_lead {
        width: 90%;
    }
}
