/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1rem;
	color: #424242;
/*background-color: #f4e7e7;
background-color: #f3e8e8;*/
	    background-color: #efe9e9;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho';
	font-family: "Shippori Mincho", serif;
    overflow-x: hidden;
    position: relative;
}
body .txt-en {
  font-family: "Cormorant Garamond", serif;
}
img {
    border: none;
}
a {
color: #424242;
    text-decoration: underline;
    transition: 0.3s;
}
a:link {
color: #424242;
}
a:hover {
color: #424242;
    text-decoration: none;
}
a:visited {
color: #424242;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    text-align: left;
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
}
/*トップページメイン画面*/
#ibox {
    width: 100%;
    /*height: calc(100vh + 160px);
     margin-bottom: 160px; */
 height: calc(100vh);
    position: relative;
}

#ibox-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index:100;
}
#ibox-in p {
    color: #424242;
    font-size: 1.7rem;
    line-height: 1.9;
    display: inline-block;
}
#ibox-in h1 {
    color: #424242;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 50px;
    letter-spacing: 3px;
}


.ibox-img-wrap img {
    position: absolute;
}
.top-lead-img:before,.pink-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(232 229 227 / 30%);
    z-index: 1;
}

.ibox-img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(232 229 227 / 30%);
    z-index: 1;
}

.main1 img {
    width: 400px;
    height: auto;
    top: 8vw;
    left: 0;
}
.main2 img {
    width: 330px;
    height: auto;
    right: 0;
    top: 12vw;
}
.main3 img {
    width: 230px;
    height: auto;
    right: 12vw;
bottom: 0px;
}


@media screen and (min-width: 1300px) {
.main1 img {
    width: 31vw;
top: 6vw;
}
.main2 img {
    width: 29vw;
        top: 3vw;
}
.main3 img {
        width: 14vw;
        bottom: 0px;
    }

#ibox-in p {
    font-size: 2rem;
}
}


/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}
#content img {
}
.wrap-inner {
    padding: 0 0;
    width: 1000px;
    margin: 0 auto;
}
#pan {
    font-size: 0.5rem;
    width: auto;
    margin: 20px auto 10px;
    text-align: center;
}
#pan a {
    text-decoration: none;
}
.breadcrumbs {
    display: inline-block;
}
.infobox {
    display: block;
    text-align: center;
    margin-bottom:20px;
}
.cat {
    font-size: 0.8em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
}
.cat a {
    text-decoration: none;
    background: black;
    color: white;
    padding: 4px 10px;
    border-radius: 40px;
}
#content #main .cat p {
    margin-bottom:0;
}
.tags a {
     border: 1px solid #c7c7c7;
    padding: 3px 10px;
    font-size: 0.8em !important;
    margin: 3px;
    border-radius: 2px;
    background-color: white;
    color: black;
    text-decoration:none;
}
.tags a:before {

}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

#content #main .post {
    margin-bottom: 40px;
    background-position: center;
    border: 2px solid #00000075;
}

#content #main.main-sm {
    width: 750px;
    margin: 0;
    order: 2;
}

#content.c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
    color: #2c3b42;
    text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: fixed;
    padding: 18px 0;
    background-color: rgb(239 233 233 / 65%);
    backdrop-filter: blur(2px);
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
}
#header {
    z-index: 1000;
    height: auto;
    margin: 0 30px;
    position: relative;
    transition: all .3s ease-out;
    width: auto;
    padding: 0 0 0 0;
}
/*ロゴ　スクロール時非表示*/

.header_logo {
    text-align: center;
    position: relative;
}
.header_logo h1 {
    margin: 0 !important;
    line-height: 0;
}
.header_logo img {
    width: 160px;
}
.header_logo a {
    text-decoration: none;
    line-height: 1;
}
/*ロゴ左寄せ*/
.head-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.h-sub {
    display: block;
    font-size: 0.9em;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
}

#pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
a#pagetop:hover {
    opacity: 0.6;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#gnav {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-size: auto;
    position: relative;
}
#pc-nav-inner {
}
#pc-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 0;
}
#pc-nav li {
}
#pc-nav li a {
    margin:0 10px;
    position: relative;
    font-size: 0.8em;
	text-decoration:none;
}
#pc-nav li:last-child a {
   /* border-right: 1px solid;*/
    border-color: #9b9191;
}
.reserve-btn a {
    border: 1px solid;
    padding: 2px 6px;
}
#pc-nav li a:hover {
opacity:0.6;
}
#pc-nav li a:hover:after {
    /* 下線を引きたい場合
    border-bottom: 2px solid green;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -14px;
    */
}

#sp-nav {
    display:none;
}

#navbutton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translate(-50%, -50%); */
    height: auto;
    padding: 0;
    transition: all .5s ease;
    text-align: center;
}

#navbutton .lines {
    background: black;
    display: inline-block;
    width: 30px;
    height: 1px;
    position: relative;
    transition: .3s;
    margin: 0 9px 0;
}

#navbutton .lines:after, #navbutton .lines:before {
    background: #000000;
    position: absolute;
    display: inline-block;
    height: 1px;
    content: '';
    transition: .3s;
}

#navbutton .lines:before {
    top: 7px;
    right: 0;
    width: 30px;
}

#navbutton .lines:after {
top: -7px;
    right: 0px;
    width: 30px;
}
    
#navbutton span.menu-tx {
    font-size: 10px;
    display: block;
    margin-top: 6px;
    color: #574837;
}

#navbutton a.xclose {
    display: block;
    position: relative;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 1020;
    cursor: pointer;
}

#navbutton .xclose .lines {
    background: 0 0;
}

#navbutton .xclose .lines:before {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,45deg);
    transition: .3s;
    width: 30px;
}

#navbutton .xclose .lines:after {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,-45deg);
    transition: .3s;
}

a#sidr-menu-button {
    display: block;
    position: relative;
    /* height: 80px; */
    /* width: 80px; */
    /* padding: 8px; */
    margin-top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease;
    text-decoration: none;
    /* border: 1px solid gray; */
    border-radius: 4px;
}

#sidr-nav.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    background: #e7e0df;
    /* color: #fff; */
    /* box-shadow: 0 0 5px 5px #222 inset; */
}

#h-nav {
    display: none;
}
/*ハンバーガメニューcss*/
.ac-nav, .sidr-class-ac-nav {
    width: 100%;
    line-height: 1.2;
    padding-top: 20px;
}

.ac-child a, .sidr-class-ac-child a {
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    display: block;
    font-size: 90%;
    position: relative;
}

.ac-child a:last-child, .sidr-class-ac-child a:last-child {
    /*border: none;*/
}

.ac-parent,
.sidr-class-ac-parent,
.ac-alone,
.sidr-class-ac-alone {
    position: relative;
    /* height: 50px; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: #ffffff; */
    color: black;
    text-align: center;
    /* line-height: 50px; */
    cursor: pointer;
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    text-align: left;
}

.ac-alone a,
.sidr-class-ac-alone a,
.ac-parent,
.sidr-class-ac-parent {
    text-decoration: none;
padding: 14px 10px 14px 40px;
    display: block;
      font-size: 0.8rem;
}

.ac-alone a:hover,
.sidr-class-ac-alone a:hover,
.ac-parent:hover,
.sidr-class-ac-parent:hover,
.ac-child a:hover, .sidr-class-ac-child a:hover {
    opacity:0.6;
}


/* 擬似要素で三角形を作成 */
.ac-alone a:before, .sidr-class-ac-alone a:before, .ac-parent:before, .sidr-class-ac-parent:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .3s;
}

.ac-parent:after, .sidr-class-ac-parent:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after, .sidr-class-ac-parent.open:after {
    transform: rotate(-45deg);
}
.ac-child, .sidr-class-ac-child {
    display: none;
    /* padding: 2em 1em; */
    background-color: white;
    text-align: left;
    padding: 0;
        border: none;
}
.ac-child a:before, .sidr-class-ac-child a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .3s;
}


.sidr-class-nav-res {
    padding: 20px;
    background: white;
}
.sidr-class-nav-res a {
    display: block;
    margin: 0 0 10px;
}
.sidr-class-nav-res a img {
    width: 100%;
    height: auto;
}
p.sidr-class-nav-info {
    color: rgb(152, 152, 152);
    line-height: 1.4;
    display: block;
}
p.sidr-class-nav-info span {
    color: #0076c1;
}


/*--ここまで--*/


/* -------------------------------------
ドロップダウン
-------------------------------------*/  
ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    z-index: 9999;
    width: auto;
    /* background-color: #ffffff; */
    /* opacity: 0.8; */
}
   
ul.sub-menu li {
    float: none;
    position: static;
    background-image: none;
    width: auto;
    border: none;
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
}
ul.sub-menu li:hover {
opacity:0.6;
}
  
ul.sub-menu li a {
    text-indent: 0px;
    font-size: 0.9em;
    padding: 13px 10px;
    color: #000000;
    display: block !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid black !important;
    height: auto !important;
    /* text-align: left !important; */
}

ul.sub-menu li a:hover {
    opacity: 0.8;
    background: unset;
}

ul.sub-menu li:hover:before{
    content:none;
}

ul.sub-sub-menu {
    margin-bottom:0;
}
ul.sub-sub-menu li a {
    font-size: 90%;
    color: #3c3c3c;
    line-height: 1.3;
    padding-left: 30px;
    position: relative;
}

ul.sub-sub-menu li a:before {
    content: "∟";
    position: absolute;
    top: 9px;
    left: 7px;
}


/* --------------------------------------
サイドバー定義
--------------------------------------*/
#content #side {
    position: relative;
    float: right;
    /*width: 260px;*/
    width: 200px;
    font-size: 0.9em;
}

#content #side ul li {
    position: relative;
}

#content #side a {
    text-decoration: none;
    margin-left: 20px;
    display: block;
    line-height: 1.6;
    padding: 8px 0;
}

#content #side a:before {

}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    margin-top: 60px;
    /* background: white; */
    /* border-top: 1px solid #9b9191; */
    background: #e8e0e0;
    color: #424242;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 0.85em;
    padding-bottom: 0px;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}

.footer_logo a {
    text-decoration: none;
    line-height: 1;
}
.footer_logo img {
    width: 181px;
    height: auto;
}
.footer_info p {
    margin-bottom: 6px;
}
.footer_info ul {
    margin: 0;
}
.footer_info ul li {
    font-size: 0.8rem;
    line-height: 1.6;
}
.footer_info ul li .txt-en {
    width: 55px;
    display: inline-block;
    text-align: left;
}
.footer_com {
    height: auto;
    /* padding-bottom: 60px;*/
    padding-top: 60px;
    /* background-color: rgb(245, 245, 233); */
}
.footer_com, .footer_com a:visited, .footer_com a:link {
    /*color: rgb(152, 152, 152);*/
}

.footer_top {
    width: 1000px;
    margin: 0px auto 50px;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    align-items: flex-end;
}
/*
.footer_left {
width: 50%;
}
*/

.footer_left {
    display: flex;
    width: 70%;
}
.shop-wrap {
    width: 50%;
    position: relative;
    margin-right: 10px;
}
.shop-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(232 229 227 / 50%);
    z-index: 1;
}
.shop-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2);
}

.footer_right {
    margin-left: 30px;
    text-align: left;
}

#footer-nav {
    justify-content: flex-end;
}
#footer-nav a {
    text-decoration: none;
    font-size: 0.85em;
    position: relative;
    padding: 0 0 0 10px;
}
#footer-nav a:before {

}
#footer-nav a:hover {
    opacity: 0.6;
}
#footer-nav li {
    width: 30%;
    display: block;
    margin-bottom: 20px;
}
#footer-nav li#f-nav-sub-wrap {
    width: 60%;
}

#footer-nav-sub {
    margin-left: 10px;
}
#footer-nav-sub li {
    width: 100%;
    margin: 0;
}
#footer-nav-sub a {
    font-weight: normal;
    /* color: gray; */
    line-height: 1.4;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 12px;
}
#footer-nav-sub a:before {
    content: "∟";
    color: gray !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #49a56f;
    font-size: 0.9em;
    margin-right: 6px;
}


.footer_btm {
    width: 100%;
    background: #bfb9b9;
    padding: 10px 0;
}
.footer_btm_wrap {
    width: 1000px;
    margin: 0 auto;
}
#footermenu {
    margin: 0px 0px 20px 0;
    text-align: left;/* float: right; */
}
#footermenu ul {
    display: inline;
}
#footermenu ul li {
    display: inline-block;
    font-size: 0.85em;
    padding: 0 0 0 10px;
    width: auto;
    white-space: nowrap;
}
#footermenu ul li:first-child {
    padding: 0 0 0 0;
}
#footermenu ul a {
    text-decoration: none;
    font-size: 0.8em;
}
#footermenu ul a:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#copyright {
    padding: 0;
    font-size: 0.7em;
    text-align: center;
}
#copyright a {
    text-decoration: none;
    /* color: white; */
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
#content #main p {
    margin-bottom: 30px;
    padding: 0;
    font-size: 0.9rem;
    color: #424242;
    line-height: 2.2;
}
#content #main .singleline {
    overflow: hidden;
}
#submain {
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 140px 10px 70px;
color: #424242;
}
#submain img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -550px;
    opacity: 0.5;
}
#submain .h1wrap {
    width: auto;
    text-align: center;
}
#submain h1 {
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 2.4rem;
    font-weight: normal;
    display: block;
    margin-top: 0px;
    font-family: "Cormorant Garamond", serif;
    /* font-family: 'Shippori Mincho', serif; */
    width: auto;
	letter-spacing:2px;
}
.dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.blog-eyecatch {
    margin: 0 0 0;
}
.blog-eyecatch img {
    width: 100%;
    height: auto;
}
.post_box {
    margin-bottom: 40px !important;
    position: relative;
}
.postslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 100;
}

.post_box:hover img, .post_box:hover p {
    opacity: 0.8;
}

.news-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_box {
    width: 23%;
    position: relative;
}
.news_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.news-wrap:before,.news-wrap:after {
    content: "";
    display: block;
    width: 23%;
    order: 2;
}
.news_box:hover .blog-eyecatch img {
    opacity: 0.6;
}
.exc-wrap {
    font-size: 0.8em;
}
.entry {

}
.datetx {
    padding-top: 10px;
}
.datetx p {
    font-size: 0.9em;
    display: block;
    text-align: left;
    margin-bottom: 0px !important;
}
.e-title {
    text-align: left;
    line-height: 1.7;
    font-size: 1rem;
}



.moretext {
    text-align: center;
    margin-top: 20px;
}

.moretext a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
}

.moretext a:hover {
    background-color: gray;
    color: white;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

#toph1 {
    text-align:center;
    background-color: green;
    margin-bottom:20px;
}

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #424242;
    font-size: 1.5rem;
    margin: 0 0 0 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
padding: 0 0 60px;
    text-align: center;
}
span.h2-en {
    font-size: 3.2rem;
    display: inline-block;
    line-height: 1;
    letter-spacing: 4px;
}
span.h2-small {
    font-size: 0.9rem;
    display: inline-block;
    line-height: 1;
	    letter-spacing: 1px;
}
#content #main h3 {
    clear: both;
    color: #424242;
    font-size: 1.2em;
    margin: 0 0 0 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0px 0px 30px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #424242;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}


#side h3 {
clear: both;
    color: #7b7b7b;
    border-top: #e0e0e0 solid 1px;
    font-size: 1em;
    margin: 30px 0 10px 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 0 0;
}
#side h3:first-child {
    margin-top:0px;
}
/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle td {
    padding: 40px 10px;
    border-bottom: 1px solid #d0d0d0;
}

/*special css*/
/*end special css*/


/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
    display: inline-block;
}
/* 色:グレー */
.sq1 {
    border: 1px solid #ECEBEB;
    background-color: #F3F3F3;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
    border: 5px solid #F3F3F3;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
    border: 1px solid #FFE8E8;
    background-color: #fff1f4;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
    border: 5px solid #fff1f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
    ;
}
/* 囲み：赤 */
.sqred {
    border: 1px solid #f29e9e;
    background-color: #fffafa;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}

/*special css*/
/*end special css*/


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 90%;
}
.nini {
    font-size: 0.8em;
    color: gray;
    margin-left: 10px;
}
.hissu {
    font-size: 0.8em;
    color: #ef4848;
    margin-left: 10px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255 243 178) 30%);
    padding-bottom: 3px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
    background-color: #F3F3F3;
    color: #ff6000;
    padding: 4px;
    font-weight: bold;
}
.a {
    padding: 7px 4px;
    border-bottom: #CCC 1px dotted;
    margin: 5px 0 20px 1em;
    text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: inline;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
ul.ul_1 li:before {
    content: "・";
    margin-right: 0.1rem;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

.two_box {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.two_box:first-child {
}
.two_box img {
    max-width: 100%;
    height: auto;
}

.three_box {
    width: 31%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.three_box:first-child {

}
.three_box p {

}
.four_box {
    width: 22%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.four_box:first-child {
    margin-left: 0;
}


/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
    border: 1px solid #c1c1c1;
    padding: 15px 5px 15px;
    text-align: center;
    width: 80%;
    margin: 80px auto 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link-t1 {
    text-align: left;
    background: none;
    /* color: #003461 !important; */
    display: inline-block;
    width: auto;
    padding: 6px 14px 6px 0px;
    margin: 0 0 20px;
    text-decoration: none !important;
    line-height: 1.2;
    position: relative;
}
.link-t1:after {

}
.link-t1:hover {
    opacity:0.6;
}
.btn-b {
    display: inline-block;
}

.btn-b a {
    display: inline-block;
    padding: 18px 60px 20px;
    background: black;
    color: white;
    text-decoration: none;
}

.btn-b a:hover {
    opacity: 0.6;
}

.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}

#content #main p.wp-caption-text {
    margin-top: 2px;
    font-size: 0.9em;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px 0;
    line-height: 17px;
}



/* --------------------------------------
フォームボタン
--------------------------------------*/

input.wpcf7-form-control {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
}
input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: 2;
    margin: 60px auto;
    border: none;
    padding: 10px;
    background-color: orange;
    width: 280px;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    cursor: pointer;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.6;
}
.wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
    width: auto;
    height: auto;
}
textarea.wpcf7-form-control {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
    line-height: 2;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*bodyのフォント指定が効かないため設定*/
}
.s-button {
    text-align:center;
}
.s-button input {
    padding: 10px 40px;
    height: auto;
    margin-top: 50px;
    cursor: pointer;
    width: 200px;
    font-size: 1.2em;
    background-color: black;
    color: white;
    border: none;
}
.s-button input:hover {
    opacity:0.6;
}
/*MW form*/
table.table-form td, table.table-form th {
    vertical-align: middle;
    padding: 20px 0;
}
table.table-form th {
    font-weight:normal;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form input[type="tel"] {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
border: 1px solid #d1cdc9;
}
table.table-form textarea {
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1cdc9;
    display: block;
}
.form-btn input[type="submit"] {
    display: inline-block;
    padding: 14px 100px 16px;
    background: #123188;
    color: white;
    text-decoration: none;
    transition: 0.6s;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 100px;
        border: none;
        cursor: pointer;
}
.form-btn input[type="submit"]:hover {
    opacity: 0.6;
}
.form-btn {
    text-align: center;
}


/* --------------------------------------
ページナビ
--------------------------------------*/

.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#main .wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.page, .wp-pagenavi .current, .wp-pagenavi span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px;
    border-radius: 6px;
    color: #333333;
}
#main .wp-pagenavi .current {
    border: none !important;
    background: #1f1f1f;
    color: white;
    width: 60px;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border: 1px solid #dddddd;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
    border-radius: 6px;
}
#main .wp-pagenavi span {
    border: none;
    width: auto;
}
#main .wp-pagenavi a.last,#main .wp-pagenavi a.first {
    font-weight: normal;
    font-size: 0.8rem;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
    border: 1px solid #dddddd !important;
}
.wp-pagenavi a.nextpostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}



/*コンテンツ装飾
ここから*/

section.top-lead-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* border-top: 1px solid #9b9191; */
    padding: 120px 0;
    position: relative;
   /* background: #f9f3f3; */
	 background: rgb(249 243 243 / 80%);
}
.top-lead-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.top-lead-img {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 12vw; */
    /* z-index: -1; */
    position: relative;
    margin-right: 4.6vw;
}
.top-lead-img img {
    width: 300px;
}
/*
.top-lead-inner p:nth-child(2) {
    margin-left: 20px;
}
.top-lead-inner p:nth-child(3) {
    margin-left: 40px;
}
.top-lead-inner p:nth-child(4) {
    margin-left: 60px;
}
*/

section.top-future-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* border-top: 1px solid gray; */
    padding: 80px 0;
    text-align: center;
}
.top-future-inner {
    text-align: center;
    display: inline-block;
    /* border: 2px solid white; */
  /*  padding: 70px 70px;
    border: 1px solid #9b9191;
	*/
    margin-bottom: 30px;
}
.top-future-inner .txt-en {
    font-size: 2rem;
    margin-right: 14px;
    font-style: italic;
    position: relative;
    margin-top: 0px;
    display: inline-block;
    line-height: 0;
}
.top-future-inner .top-future-h {
    padding-top: 10px;
    padding-left: 8px;
}
.top-future-inner .txt-en:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #424242;
    display: block;
    position: absolute;
    right: -30px;
    top: 19px;
    transform: rotate(-45deg);
}
#content #main .top-future-box p {
    margin: 0;
}
#content #main .top-future-box h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.top-future-box {
    margin-bottom: 40px;
    padding: 50px 70px;
    border: 1px solid #9b9191;
}
.top-future-box:last-child {
    margin-bottom: 0px;
}

footer h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 7px;
}
.map-wrap {
    position: relative;
	width:50%;
}
.map-wrap iframe {
    filter: grayscale(100%);
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(41%) saturate(1192%) hue-rotate(310deg) brightness(98%) contrast(88%); */
    width: 100%;
    height: 100%;
    min-height: 240px;
}
.map-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: #876363;
}

.r-box-wrap {
    display: flex;
    justify-content: center;
}
#content #main .r-box-wrap h2 {
    font-size: 1.1rem;
    padding-bottom: 20px;
    width: 100%;
}
.reservation-wrap p {
    text-align:center;
}
.r-box-inner {
    width: 40%;
}
.r-box {
    padding: 20px;
    border-left: 1px solid #9b9191;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.r-box-inner:first-child .r-box {
	border:none;
}
.qr-wrap {

}
.qr-wrap a {
    text-align: center;
    display: block;
    font-size: 0.7rem;
}
.qr-wrap img {
    width: 150px;
    height: auto;
    margin-bottom: 8px;
}
.r-box-wrap ul {
    margin: 20px 30px 0;
}
.r-box-wrap ul li {
    font-size: 0.7rem;
    margin-bottom: 10px;
    margin-left: 12px;
    text-indent: -12px;
}

.biyoushin-menu-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.b-menu-box {
    border: 1px solid #9b9191;
    padding: 30px 30px;
    width: 38%;
    text-align: center;
    margin-bottom: 4%;
}
.b-menu-box:nth-child(3) {
    margin-bottom: 20px;
}
.b-menu-box:nth-child(4) {
    margin-bottom: 20px;
}
.b-menu-box ul {
    text-align: center;
    display: inline-block;
    margin: 0;
}
.b-menu-box ul li {
    text-align: left;
    font-size: 0.9rem;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#content #main .b-menu-box h3 {
    padding-bottom: 20px !important;
}
#content #main h3.b-h3-small {
    font-size: 1rem;
}
span.bm-l {
    margin-right: 1rem;
}
span.bm-l.bm-sl {
    font-size: 0.8em;
}

#menu-page-wrap h2 {
	padding-top: 140px !important;
}
section.toc-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.toc-wrap ul li {
    margin:0 10px;
}
section.toc-wrap ul li a {
    font-size: 0.8rem;
    text-decoration: none;
    /* border-bottom: 1px solid gray; */
    /* padding-bottom: 7px; */
    position: relative;
}
section.toc-wrap ul li a:hover {
	opacity:0.6;
}
section.toc-wrap ul li a:after {
    border-bottom: 1px solid #9b9191;
    display: block;
    content: "";
    width: 20px;
    margin: 6px auto 0;
}

.what-is-b-wrap {
    width: 100vw;
    /* background: white; */
    /* background: #f9f3f3; */
    /* margin-left: calc(-50vw + 50%); */
}
.what-is-b-inner {
    display: flex;
    justify-content: right;
    width: 1000px;
    /* margin: 0 auto; */
}
.biyoushin-inner {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    margin-bottom: 80px;
    /* background: #f9f3f3; */
    background: rgb(249 243 243 / 80%);
    /* max-width: 1000px; */
}
.biyoushin-txt {
    width: 50%;
    padding: 40px 0 10px;
}
.biyoushin-img {
    width: 50%;
    margin-right: 6%;
}
.biyoushin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content #main p.b-title {
    margin-bottom: 20px;
}
span.bt-small {
    font-size: 0.8em;
}
.pink-img {
    position: relative;
}
#content #main #menu-page-wrap h3 {
    padding-bottom: 30px;
    /* text-align: left; */
}
#content #main #menu-page-wrap h3.bt-h3 {
    text-align: left;
}
#content #main .biyoushin-txt p {
	margin-bottom:20px;
}

p.c-txt {
    text-align: center;
    font-size: 0.7rem !important;
}

.bf-box-wrap {
    display: flex;
    justify-content: space-around;
}
.bf-box {
    border: 1px solid #9b9191;
    padding: 40px;
    text-align: center;
}
#content #main #menu-page-wrap .bf-box h3 {
    padding-bottom: 30px;
}
ul.bf-flow {
    margin-bottom: 30px;
}
ul.bf-flow li:after {
    content: "↓";
    display: block;
    font-size: 0.6rem;
}
ul.bf-flow li:last-child:after {
    content: none;
}
ul.bf-flow li {
    text-align: center;
    position: relative;
}
#content #main p.bf-sil-txt {
    text-align: center;
    font-size: 0.8em;
}
ul.bf-price {
    text-align: center;
}

ul.price-menu-ul {
    text-align: center;
    display: inline-block;
    margin: 0;
}
ul.price-menu-ul li {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
}


.hada-lead-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 50px;
}
.hada-lead-inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.hada-lead-img {
    width: 70%;
}
.hada-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
.hada-lead-txt {
    margin-left: -200px;
    z-index: 1;
    width: calc(30% + 200px);
}
*/

.hada-lead-txt {
    margin-left: -200px;
    z-index: 1;
    /*width: calc(30% + 200px);*/
    background: rgb(249 243 243 / 80%);
    width: auto;
    padding: 40px;
}

#content #main #menu-page-wrap .hada-lead-txt h3 {
    text-align: left;
}
#content #main #menu-page-wrap .hada-lead-txt p {
    margin-bottom:20px;
}
#content #main #menu-page-wrap .hada-lead-txt p:last-child {
    margin-bottom:0px;
}

.hada-box-wrap {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
    align-items: flex-start;
}
.hada-box {
    border: 1px solid #9b9191;
    padding: 40px;
    text-align: center;
}
#content #main .hada-box h4 {
    margin-bottom: 30px;
}

.lamination-wrap {
    margin-bottom: 60px;
}
.lamination-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.lamination-img {
    width: 40%;
}
.lamination-img img {
    width: 100%;
    height: auto;
}
.lamination-txt {
    padding: 40px;
text-align: center;
    border: 1px solid #9b9191;
}
#content #main p.lami-title {
    font-size: 0.8rem;
    margin-bottom: 20px;
}
.lamination-ba-img {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.lamination-ba-img a {
    max-width: 170px;
    height: auto;
    width: 40%;
    margin: 0 10px;
}
.lamination-ba-img img {
	width:100%;
	height:auto;
}

.haab-r-wrap {
    margin-bottom: 60px;
}
.haab-r-lead-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 50px;
}
.haab-r-lead-inner {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}
.haab-r-lead-img {
    width: 50%;
    order: 2;
}
.haab-r-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haab-r-lead-txt {
    /* margin-right: -200px; */
    z-index: 1;
    /* width: calc(30% + 200px); */
    background: rgb(249 243 243 / 80%);
    width: auto;
    padding: 40px;
}
#content #main #menu-page-wrap .haab-r-lead-txt p {
    margin-bottom:20px;
}
#content #main #menu-page-wrap .haab-r-lead-txt p:last-child {
    margin-bottom:0px;
}

.haab-r-ba-img {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.haab-r-ba-img a {
    max-width: 170px;
    height: auto;
    width: 40%;
    margin: 0 10px;
}
.haab-r-ba-img img {
    width: 100%;
    height: auto;
}

.hada-haab-box-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.hada-haab-box {
    padding: 40px;
    border: 1px solid #9b9191;
    margin: 0 30px;
    text-align: center;
    min-width: 280px;
}
#content #main .hada-haab-box h4 {
    margin-bottom: 20px;
}
.hada-ba-img {
    /* margin-bottom: 20px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hada-ba-img a {
    max-width: 170px;
    height: auto;
    width: 40%;
    margin: 0 0;
}
.hada-ba-img img {
	width:100%;
	height:auto;
}

.haab-saisei-wrap {
	text-align:center;
}
.haab-saisei-inner {
    display: flex;
    justify-content: space-between;
}
.haab-saisei-img {
    width: 44%;
    margin-right: 2%;
}
.haab-saisei-img img {
    width: 100%;
    height: auto;
}


.haab-saisei-box {
    padding: 40px 30px;
    border: 1px solid #9b9191;
    text-align: center;
    display: inline-block;
}
#content #main .haab-saisei-box p {
    font-size: 0.8em;
    margin-bottom: 20px;
}

.shinkyu-img {
    height: 400px;
}
.shinkyu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: bottom; */
}

.shinkyu-box-wrap {
    display: flex;
    justify-content: space-between;
}
.shinkyu-box {
    padding: 40px 30px;
    border: 1px solid #9b9191;
    width: 30%;
    text-align: center;
}
.shinkyu-img {
    height: 400px;
    margin-bottom: 50px;
}
#content #main p.shinkyu-txt {
    font-size: 0.8em;
    margin-bottom: 20px;
}
#content #main p.shinkyu-price {
    /* font-size: 0.9rem; */
    margin: 0;
    line-height: 1.8;
}
#content #main #menu-page-wrap h3.shikyu-h3-small {
    font-size: 1em;
}

.body-lead-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 50px;
}
.body-lead-inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.body-lead-img {
    width: 70%;
	order:2;
}
.body-lead-img img {
    width: 100%;
	width: 100%;
object-fit:cover;
}
.body-lead-txt {
    margin-right: -200px;
    z-index: 1;
    /* width: calc(30% + 200px); */
    background: rgb(249 243 243 / 80%);
    width: auto;
    padding: 40px;
}
#content #main #menu-page-wrap .body-lead-txt p:last-child {
    margin-bottom: 0px;
}
.body-menu-wrap {
    display: flex;
    justify-content: space-between;
}
.body-menu {
    border: 1px solid #9b9191;
    padding: 40px 20px;
    text-align: center;
    width: 30%;
}
span.bm-small-txt {
    font-size: 0.8em;
    display: inline-block;
    margin-bottom: 8px;
}

.bridal-inner {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
}
.bridal-img {
    position: relative;
    margin-right: 4.6vw;
}
.bridal-img img {
    width: 300px;
}
#content #main .bridal-txt p {
    font-size: 2rem;
    color: #bdb0b0;
	margin:0;
}

.option-menu-wrap {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
}
.option-menu {
    width: 40%;
    border: 1px solid #9b9191;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
.option-menu ul.price-menu-ul {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.option-menu ul.price-menu-ul li {
    justify-content: center;
}

.footer_icon {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.footer_icon a {
    margin-right: 8px;
}
.footer_icon a img {
    width: 30px;
    height: auto;
}
.footer_icon a:hover {
    opacity:0.6;
}
.footer_icon a.hpb-icon img {
    width: 80px;
    /* border-radius: 4px; */
}
.footer_icon a.hpb-icon {
    border: 2px solid white;
    border-radius: 4px;
}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    width: 100%;
}
#header .header_logo img {

}
header .res-wrap {
    display: none;
}
.h-sub {
    font-size: 0.8em;
}

#submain .h1wrap {
    width: auto;
}
#content #side {/* スマホ用のサイドバー */
    display: block;
    width: 90%;
    margin: 50px auto 0;
    float: none;
    max-width: 700px;
}
#content #side h3 {
    width: 100%;
}

#pc-nav {
    display:none;
}

#sp-nav {
    display:block;
}

#navbutton {

    }
    
#content #main,
#content #main.main-sm {
    margin:0 auto;
    width: 100%;
    float:none;
    order: 0;
}

#submain img {
    top: -250px;
}

#content img {

}
#content {
padding-top: 0;
    width: auto;
}
#pan {
    width: auto;
    margin-left: 10px;
}
#content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー */    
#header {
        margin: 0px 20px;
}
#header .header_logo {
    display: block;
    position: relative;
    margin-bottom: 0;
}

#pc_button {
    display: none;
}
#mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.side_area img {
    display: block;
    margin: 0 auto;
}
#mobile_side .side_area h3 {
    width: 100%;
}
/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: none;
}
.tablestyle ul {
    text-align: center;     
}   
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7-text {
    width: 90%;
}
.k-year .wpcf7-form-control {/*年号のテキスト*/
    width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
    display: block;
    width: 100%;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
    text-align: left;
}

.footer_top {
    width: 94%;
}
    
.footer_left {
    width: 100%;
text-align: center;
}
.footer_right {
    width: 100%;
    margin-top: 40px;
}
#footer-nav {
    justify-content: space-evenly;
    text-align: center;
}
#footer-nav li {
    width: 20%;
}
#footer-nav li#f-nav-sub-wrap {
    width: 20%;
}
ul#footer-nav-sub li {
    display:none;
}

    
.footer_btm_wrap {
    width: 100%;
    float: none;
}
.footer_com {
}
#logo_footer {
    float: none;
    display: inline-block;
}

#footer .footer_btm {
    width: 100%;
        padding: 10px 20px;
}

#footermenu {
    text-align: center;
}
#copyright {
        font-size: 0.5rem;
}


/*コンテンツ装飾
ここから*/  

.main1 img {
    width: 50vw;
}
.main2 img {
    width: 30vw;
}
.main3 img {
    width: 24vw;
}
#ibox {
	/*
    margin-bottom: 80px;
	*/
	overflow:hidden;
}
#ibox-in {
    mix-blend-mode: difference;
}
#ibox-in p {
    font-size: 1.5rem;
    color: #efefef;
}
#ibox-in h1 {
    font-size: 0.9rem;
    color: #efefef;
}

	
.wrap-inner {
    width: 94%;
}
#content #main #menu-page-wrap h3 {
    font-size: 1.1rem;
}
span.h2-en {
    font-size: 2.2rem;
}
span.h2-small {
    font-size: 0.8rem;
}
section.top-lead-wrap {
    padding: 80px 0;
}
.top-future-box {
    padding: 50px;
}
	
section.toc-wrap ul li {
    margin: 0 10px 10px;
}
.what-is-b-wrap {
    margin-left: calc(-50vw + 50%);
}
.what-is-b-inner {
    width: 100%;
}
.biyoushin-inner {
    align-items: flex-start;
        background: none;
        margin-bottom: 40px;
}
.biyoushin-txt {
        padding: 40px 20px 10px 30px;
        background: rgb(249 243 243 / 80%);
    }
.biyoushin-img {
        position: relative;
        margin-right: 0px;
    }
.b-menu-box {
    width: 44%;
    padding: 30px 20px;
}
	
.bf-box {
    padding: 40px 20px;
    width: 49%;
}
	
/*
.hada-lead-inner {
    align-items: flex-start;
}
.hada-lead-img {
    width: 50%;
}
.hada-lead-txt {
    width: 50%;
    margin-left: 0;
        padding: 40px 20px 40px 30px;
}
*/
	
.hada-lead-wrap {
    margin-bottom: 40px;
}
.hada-box {
    padding: 40px 30px;
    width: 48%;
}
	
.lamination-txt {
    padding: 40px 30px;
    text-align: center;
}
.lamination-img {
    width: 40%;
    margin-right: 2%;
}	
	
.hada-haab-box-wrap {
    justify-content: space-around;
}
	.haab-r-lead-wrap {
    margin-bottom: 40px;
	}
.haab-r-lead-txt {
    padding: 40px 30px;
    width: 60%;
}
.haab-r-lead-img img {
    height: auto;
}
.hada-haab-box {
    padding: 40px 30px;
    min-width: unset;
    width: 46%;
    margin: 0;
}
	
.shinkyu-img {
    height: 300px;
    margin-bottom: 40px;
}
.shinkyu-box {
    width: 32%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}
	
.body-lead-wrap {
    margin-bottom: 40px;	
	}
	
.body-menu {
    width: 32%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;	
	}
	
.bridal-img {
    width: 36%;
}
.bridal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content #main .bridal-txt p {
    font-size: 1.6rem;
}
	
.option-menu {
    width: 48%;
}
	
.r-box-inner {
    width: 50%;
}
	
}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}

#navbutton {
}
        
#content #main,
#content #main.main-sm {
    width: 94%;
}
#content #main h1.singletitle, #content #main h1 {
    font-size: 2em;
}
#content #main h2 {

}
#content #main h3 {

}
#submain {
    height: auto;
}

#submain .h1wrap {
    margin: 0;
    text-align: center;
}
#submain h1 {
    font-size:2.8em;
}
    
.footer_tel {
    padding: 10px 0;
}
.f_telbtn {
    display: block;
}
#logo_footer {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
    margin-bottom: 0px;
}
.footer_btm_wrap {
    margin-top: 0px;
    float: none;
    /*padding-top: 25px;*/
    width: auto;
}
.telnum {
    display: none;
}
#footer-nav li {
    width: 40%;
}
    
#logo_footer img {
    margin-top: 40px;
}

.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
    
a.link, a.link2 {
    width: 90%;
}

.responsedevise {
    width: 100%;

}

#main .wp-pagenavi a, #main .wp-pagenavi span {
    font-size: 0.8rem;
}
#main .wp-pagenavi a.last, #main .wp-pagenavi a.first {
    font-size: 0.6rem;
    line-height: 1.3;
}
    
/*コンテンツ装飾
ここから*/  
	
.wrapper_head {
    padding: 10px 0;
}
.header_logo img {
    width: 110px;
}
#header {
    margin: 0 12px;
}
#navbutton {
    top: -5px;
    right: -5px;
}
	
#ibox {
        height: 660px;
       /* bottom: -30px; */
	overflow:visible;
    }
#ibox-in h1 {
    margin-top: 30px;
}
.main1 img {
        width: 57vw;
        top: 15vw;
    }
.main2 img {
        width: 32vw;
    }

.main3 img {
        width: 26vw;
        bottom: unset;
        top: 43%;
    }
#ibox-in {
        mix-blend-mode: difference;
        top: unset;
        /*bottom: -30px;*/
bottom:40px;
        transform: translate(-50%, 0%);
    }

    #content #main h2 {
        line-height: 1;
    }
span.h2-en {
    font-size: 2rem;
}
	
section.top-lead-wrap {
    padding: 80px 0 30px;
}
.top-lead-wrap .wrap-inner {
    width: 100%;
}
.top-lead-img {
    width: 40%;
    margin: 0;
}
.top-lead-img img {
    width: 100%;
    height: auto;
}
.top-lead-txt {
    margin-top: 30px;
    margin-left: -70px;
z-index: 10;
    width: calc(60% + 70px);
    background: rgb(249 243 243 / 80%);
    /* width: auto; */
    padding: 20px;
	}
/*
#content #main .top-lead-txt p {
    line-height: 1.9;
}
*/
#content #main p {
    line-height: 1.9;
        font-size: 0.8rem;
}
	
section.top-future-wrap {
    padding: 80px 0 0px;
}
.top-future-box {
    padding: 40px 28px;
    margin-bottom: 30px;
}
    
.footer_top {
    flex-wrap: wrap;
    justify-content: center;
}
.footer_right {
    text-align: center;
    margin: 40px 0 0 0;
}
.footer_info ul {
    display: inline-block;
}
footer h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 7px;
}
#copyright {
    text-align: center;
}
	
	
#submain h1 {
    font-size: 2.2rem;
}
#content #main #menu-page-wrap h2 {
        padding-top: 100px !important;
        line-height: 1.5 !important;
        font-size: 1.4rem;
        padding-bottom: 46px;
    }
.biyoushin-txt {
    margin-top: 50px;
    margin-left: -70px;
    z-index: 10;
    width: calc(60% + 70px);
    background: rgb(249 243 243 / 80%);
    /* width: auto; */
    padding: 30px 20px 30px;
}	
#content #main .biyoushin-txt p:last-child {
    margin-bottom: 0;
}
.b-menu-box {
    width: 90%;
margin-bottom: 18px;
}
	
.bf-box-wrap {
    flex-wrap: wrap;
}
.bf-box {
    width: 80%;
    margin-bottom: 18px;
}
	
.hada-lead-inner {
        align-items: flex-start;
        justify-content: flex-end;
}
.hada-box-wrap {
    justify-content: space-between;
}
   .hada-lead-txt {
        /* width: 60%; */
        margin-top: 120px;
        margin-right: -200px;
        z-index: 2;
        width: calc(30% + 200px);
        background: rgb(249 243 243 / 80%);
        /* width: auto; */
        padding: 20px;
    }
.hada-lead-img {
    order: 2;
}
.hada-box {
    padding: 40px 20px;
}
ul.bf-flow li {
    font-size: 0.8rem;
}
	
.lamination-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
.lamination-img.pink-img {
    width: 80%;
    margin: 0 auto 20px;
}
	
.haab-r-lead-txt {
    /* width: 60%; */
    margin-top: 50px;
    margin-right: -70px;
    z-index: 10;
    width: calc(60% + 70px);
    background: rgb(249 243 243 / 80%);
    /* width: auto; */
    padding: 20px;
}
	
.hada-haab-box-wrap {
    flex-wrap: wrap;
}
.hada-haab-box {
    width: 80%;
    margin-bottom: 18px;
}
.hada-haab-box:last-child {
    margin-bottom: 0px;
}
	
.haab-saisei-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
.haab-saisei-img {
        width: 100%;
        margin: 0 auto 20px;
	}

	
.shinkyu-img {
    height: 200px;
}
.shinkyu-box-wrap {
    flex-wrap: wrap;
	justify-content:center;
}
.shinkyu-box {
    width: 80%;
    margin-bottom: 18px;
}
.shinkyu-box:last-child {
    margin-bottom: 0px;
}
	
.body-lead-inner {
    align-items: flex-start;
}
.body-lead-txt {
        margin-right: -120px;
        z-index: 10;
        margin-top: 50px;
        width: calc(60% + 120px);
        background: rgb(249 243 243 / 80%);
        /* width: auto; */
        padding: 20px;
    }
	
.body-menu-wrap {
    flex-wrap: wrap;
	justify-content:center;
}
.body-menu {
    width: 80%;
    margin-bottom: 18px;
}
.body-menu:last-child {
    margin-bottom: 0px;
}
	
#content #main #menu-page-wrap .body-menu h3 {
    width: 100%;
}
	
#content #main .bridal-txt p {
        font-size: 1.1rem;
    }
	
.option-menu-wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.option-menu {
    width: 80%;
    margin-bottom: 18px;
}
.option-menu:last-child {
    margin-bottom: 0px;
}
	

.r-box-wrap {
    flex-wrap: wrap;
}
.r-box-inner {
    width: 100%;
}
.r-box {
    /* border-top: 1px solid #9b9191; */
    border-left: 0;
}
.r-box-inner:first-child .r-box {
    margin-bottom: 10px;
}
.r-box-wrap ul {
    margin-top: 0;
}

.footer_left {
    flex-wrap: wrap;
}
.shop-wrap {
    width: 100%;
    margin-bottom: 8px;
	margin-right: 0px
}
.map-wrap {
    width: 100%;
}
	
.footer_icon {
    justify-content: center;
}
.footer_icon a {
    margin:0 4px;
}
	
}/*end*/
