@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
    padding-top: 120px;
    margin-bottom: 141px;
    display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 98px;
        padding-top: 58px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #444444;
    background-color: white;
}
.hInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 21px 52px 16px;
    align-items: center;
}
.menu {
    padding-right: 35px;
}
.menuBox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 401px;
    height: 100%;
    z-index: 1001;
    overflow-y: auto;
    padding: 0 60px 50px 65px;
    box-sizing: border-box;
    background: rgba(255, 237, 182, 0.85);
}
.menuBox .close {
    position: absolute;
    top: 45px;
    right: 88px;    
}
.menuBox .naviUl {
    margin: 135px 0 27px;
}
.menuBox .naviUl li {
    margin-bottom: 23px;
}
.menuBox .naviUl a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #444444;
}
.menuBox .naviUl a:hover {
    opacity: 0.7;
}
.menuBox .emailLink {
    margin: 0 3px 20px;
}
.menuBox .emailLink a {
    padding: 18px 20px 17px 60px;
    display: block;
    width: 215px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 500;
    color: #444444;
    background: url("img/common/mail.png") no-repeat left 15px center #fff;
    background-size: 34px auto;
}
.menuBox .emailLink a:hover {
    opacity: 0.7;
}
.menuBox .address {
    margin: 0 3px 20px;
    background-color: white;
    width: 215px;
    box-sizing: border-box;
    font-size: 1.3rem;
    letter-spacing: 0.025em;
}
.menuBox .address a {
    padding: 14px 10px;
    display: block;
}
.menuBox .address span {
    width: 75px;
    display: inline-block;
}
@media all and (max-width: 896px) {
	#gHeader {
	}
    .hInner {
        padding: 11px 25px;
    }
    .hInner h1 {
        width: 145px;
    }
    .menu {
        padding-right: 0;
        width: 28px;
        margin-right: -4px;
    }
    .menuBox {
        width: 100%;
        padding-left: 60px;
    }
    .menuBox .close {
        width: 28px;
        top: 19px;
        right: 21px;
    }
    .menuBox .naviUl {
        margin-top: 80px;
    }
    .menuBox .sub {
        max-width: 215px;
        margin: 0 auto;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
}
.fInner {
    padding: 85px 0 65px;
    background-color: #999999;
}
.comList {
    margin: 0 55px;
    display: flex;
    flex-wrap: wrap;
}
.comList li {
    margin-bottom: 20px;
    width: 324px;
    background-color: white;
}
.comList li:nth-child(3n-1) {
    margin-left: 14px;
    margin-right: 14px;
}
.comList li .ttl {
    padding: 14px 15px 12px;
    color: #444444;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 2px solid #999899;
}
.comList li .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.comList li .sub dl {
    max-width: 250px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.comList li .sub dt {
    margin-bottom: 5px;
    font-size: 2rem;
    width: 75px;
    margin-right: 5px;
}
.comList li .sub dd {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0.075em;
}
.comList li .sub p {
    font-size: 2rem;
}
.comList li .sub p span {
    margin-left: 20px;
    letter-spacing: 0.075em;
}
.comList li .email a {
    white-space: nowrap;
    padding: 4px 0 4px 65px;
    display: inline-block;
    letter-spacing: 0.075em;
    background: url("img/common/mail.png") no-repeat left center;
    background-size: 43px auto;
}
.comList li .email a:hover {
    opacity: 0.7;
}
.fBox {
    padding: 32px 0 25px;
    background-color: #D9D7D4;
}
.fBox .content {
    max-width: 1050px;
}
.fBox .sub {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fBox .rBox {
    padding-left: 82px;
    flex: 1;
}
.fBox .rBox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fBox .rBox dt {
    width: 80px;
    margin: 2px 5px 2px 0;
}
.fBox .rBox dd {
    margin: 2px 0;
    width: calc(100% - 85px);
}
.fBox .naviUl {
    margin: 0 -270px 0 25px;
    column-count: 3;
    column-width:100px;
}
.fBox .naviUl a {
    font-size: 2rem;
    font-weight: 500;
    color: #444444;
}
.fBox .naviUl a:hover {
    opacity: 0.7;
}
.fBox .naviUl li {    
    margin-bottom: 64px;
}
@media all and (max-width: 896px) {
    .fInner {
        padding: 54px 0 19px;
    }
    .comList {
        margin: 0;
        display: block;
    }
    .fInner .content {
        padding: 0 16px;
    }
    .comList li {
        width: auto !important;
        margin: 0 0 38px !important;
    }
    .comList li .ttl {
        padding: 13px 19px 5px;
    }
    .comList li .sub dl {
        max-width: 240px;
        box-sizing: border-box;
    }
    .comList li .sub dt {
        margin: 7px 5px 7px 0;
    }
    .comList li .sub dd {
        width: calc(100% - 80px);
        margin: 7px 0;
    }
    .comList li .sub {
        min-height: 116px;
    }
    .comList li .email a {
        font-size: 1.7rem !important;
        padding-left: 50px;
        background-size: 34px auto;
    }
    .fBox {
        padding: 20px 0 20px;
    }
    .fBox .sub {
        margin: 0 5px 40px;
        display: block;
    }
    .fBox .flogo {
        margin-bottom: 26px;
        width: 175px;
    }
    .fBox .rBox {
        padding: 0;
    }
    .fBox .rBox dl {
        margin: 0 4px;
        display: block;
    }
    .fBox .rBox dt {
        margin: 0;
        width: auto;
    }
    .fBox .rBox dd {
        margin: 0 0 9px;
        width: auto;
    }
    .fBox .naviUl {
        margin: 0 -70px 0 10px;
        display: block;
        column-count: 2;
        column-width: auto;
        position: relative;
    }
    .fBox .naviUl:after {
        display: block;
        width: 142px;  
        height: 5px;
        content: ""; 
    }
    .fBox .naviUl > li {
        margin-bottom: 35px;
        width: auto;
        padding: 0;
    }
    .fBox .naviUl a {
        font-size: 1.5rem;
        margin: 0;
    }
    .fBox .naviUl > li ul li {
        float: left;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0 24px;
        max-width: inherit !important;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}
.headLine01 .txtSpan {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    display: block;
    position: relative;
}
.headLine01 .txtSpan:after {
	width: 167px;  
	height: 4px;
    background-color: #444;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.headLine02 {
    margin-bottom: 60px;
    font-size: 2rem;
    letter-spacing: 0.075em;
}
.headLine02 .txtSpan {
    margin-bottom: 4px;
    padding-bottom: 3px;
    display: inline-block;
    min-width: 260px;
    letter-spacing: 0.075em;
}
.headLine02 .txtSpan::after {
    width: auto;
    left: 0;
    right: 0;
    height: 5px;
    transform: none;
}
.headLine03 {
    padding: 11px 15px 17px;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    background: url("img/common/bg01.png") repeat-x left top;
    background-size: 19px 91px;
}

@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 22px;
        font-size: 1.5rem;
    }
    .headLine02 {
        margin-bottom: 47px;
        font-size: 1.5rem;
    }
    .headLine02 .txtSpan {
        min-width: 180px;
        padding-bottom: 4px;
        margin-bottom: 3px;
        font-size: 2.5rem;
        letter-spacing: 0.1em;
    }
    .headLine02 .txtSpan::after {
        height: 3px;
        left: 5px;
        right: 5px;
    }
    .headLine03 {
        padding: 9px 15px 9px;
        font-size: 1.75rem;
        background-size: 10px auto;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index .topBox {
    position: relative;
}
.index .fooUl .slick-list {
    padding: 0 230px;
    line-height: 1;
}
.index .fooUl .slick-slide > div {
    margin: 0 5px;
    width: 810px;
}
.index .fooUl li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 91.1%;
    position: relative;
}
.index .fooUl li:after {
	width: 100%;  
	height: 100%;
    background-color: rgba(255,255,255,0.5);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
.index .fooUl .slick-active li::after {
    display: none;
}
.index .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 100px;
    z-index: 20;
}
.index .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 100px;
    z-index: 20;
}
.index .topBox p {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 0 10px 10px rgba(0,0,0,0.8);
}
.conceptBox {
    margin-top: -1px;
    padding: 52px 0;
    min-height: 1478px;
    box-sizing: border-box;
    color: white;
    background: url("img/index/photo01.jpg") no-repeat center bottom;
    background-size: cover;
}
.conceptBox h2 {
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: center;
}
.conceptBox .inner {
    max-width: 610px;
    margin: 0 auto -3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.conceptBox .inner h3 {
    margin-right: 10px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.64;
    width: 105px;
    height: 310px;
    order: 2;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.conceptBox .inner p {
    margin-top: -5px;
    width: 460px;
    height: 335px;
    letter-spacing: 0.15em;
    line-height: 1.867;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.comLink {
    margin: 0 auto;
    width: 152px;
}
.comLink a {
    display: block;
    font-size: 1.1rem;
    color: white;
    text-align: center;
    letter-spacing: 0.15em;
    border: 1px solid #fff;
    padding: 11px 13px 10px;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.comLink a:hover {
    opacity: 0.7;
}
.comLink a span {
    padding: 0 30px 1px 0;
    display: block;
    background: url("img/common/icon01.png") no-repeat right center;
    background-size: 16px auto;
}
.flower {
    padding: 113px 0 98px;
}
.flower .content {
    max-width: 1046px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flower .rBox {
    width: 505px;
    order: 2;
    margin: 30px 108px 0 0;
}
.flower .sub {
    margin: 0 -15px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.flower .sub .txtBox {
    margin-top: -4px;
    width: 220px;
    overflow: hidden;
    order: 2;
    padding-left: 18px;
    border-left: 7px solid #444444;
}
.flower h2 {
    height: 270px;
    float: left;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.543;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.flower .txtBox p {
    height: 265px;
    float: right;
    font-size: 2rem;
    letter-spacing: 0.075em;
    line-height: 2.7;
    font-weight: 500;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.flower .sub .txt {
    width: 230px;
    height: 270px;
    letter-spacing: 0.075em;
    line-height: 1.933;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.flower .rBox .ttl {
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    text-align: center;
    padding: 2px 5px 5px;
    margin-bottom: 20px;
    background-color: #444444;
}
.index .reservationBox {
    padding: 57px 0 73px;
    background: url("img/common/line.png") repeat-x left bottom;
    background-size: 6px auto;
}
.index .reservationBox .innerBox {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .reservationBox .photoBox {
    width: 43.9%;
}
.index .reservationBox .photoBox img {
    width: 100%;
}
.index .reservationBox .rBox {
    flex: 1;
    order: 2;
}
.index .reservationBox .comBox .subBox {
    max-width: 270px;
    margin: 0 auto 35px;
    display: block;
    overflow: hidden;
}
.index .reservationBox .comBox h3 {
    float: right;
    margin: 0;
    height: 250px;
}
.index .reservationBox .comBox p {
    height: 250px;
    float: left;
}
.index .reservationBox .rBox .photoUl {
    padding-left: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .reservationBox .rBox .photoUl li {
    width: 49.2%;
}
.index .reservationBox .rBox .photoUl .liStyle {
    width: 47.8%;
}
.index .reservationBox .rBox .photoUl li img {
    width: 100%;
}
.comBox {
    max-width: 350px;
    margin: 40px auto 104px;
    padding-right: 30px;
}
.comBox .subBox {
    margin-bottom: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comBox h3 {
    margin-left: 20px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    order: 2;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.comBox .subBox p {
    letter-spacing: 0.075em;
    line-height: 1.933;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.comInfo dl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.comInfo dd {
    margin-left: 15px;
}
.comInfo dt a:hover img {
    opacity: 0.7;
}
.comInfo dd a {
    width: 205px;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    letter-spacing: 0.075em;
    text-align: center;
    border: 1px solid #A8A8A8;
    background-color: white;
}
.index .reservationBox02 {
    padding: 68px 0 100px;
}
.index .reservationBox02 .innerBox {
    margin-bottom: 18px;
}
.index .reservationBox02 .rBox {
    order: 0;
}
.index .reservationBox02 .photoBox {
    width: 47.4%;
    order: 2;
}
.index .reservationBox02 .comBox {
    padding: 10px 0 0 40px;
}
.index .reservationBox .photoUl02 {
    display: flex;
    flex-wrap: wrap;
}
.index .reservationBox .photoUl02 li {
    width: 32.4%;
    margin: 0 1.4% 10px 0;
}
.index .reservationBox .photoUl02 li img {
    width: 100%;
}
.index .reservationBox .photoUl02 li:nth-child(3n) {
    margin-right: 0;
}
.index .reservationBox .photoUl02 .liStyle {
    width: 32.3%;
}
.index .reservationBox03 {
    padding: 83px 0 115px;
}
.index .reservationBox03 .photoBox {
    width: 32.8%;
}
.index .reservationBox03 .comBox {
    padding: 0 160px 0 20px;
    max-width: 450px;
    margin: -18px auto 64px;
}
.index .reservationBox03 .comBox .subBox {
    margin-bottom: 15px;
}
.index .reservationBox .comLink {
    margin-top: 27px;
    width: 288px;
}
.index .reservationBox .comLink a {
    font-size: 1.3rem;
    padding: 9px 30px;
}
.comLink02 a {
    color: #444444;
    border-color: #444444;
}
.comLink02 a span {
    background-image: url("img/common/icon02.png");
}
.index .reservationBox .rBox .photoUl03 {
    justify-content: flex-start;
}
.index .reservationBox .rBox .photoUl03 li {
    width: 36.4%;
    margin-right: 1.8%;
}
.index .reservationBox .rBox .photoUl03 li:nth-child(3n) {
    margin-right: 0;
}
.index .reservationBox .rBox .photoUl03 .liStyle01 {
    width: 32.1%;
}
.index .reservationBox .rBox .photoUl03 .liStyle02 {
    width: 27.9%;
}
.index .reservationBox04 {
    padding-bottom: 130px;
}
.index .reservationBox04 .photoBox {
    margin-top: 80px;
    width: 40.9%;
}
.index .reservationBox04 .comLink {
    margin-top: 10px;
}
.index .reservationBox04 .comBox {
    margin-bottom: 44px;
}
.index .reservationBox04 .rBox .photoUl {
    padding: 0 23px 0 0;
}
.index .reservationBox04 .rBox .photoUl li {
    width: 49%;
}
.index .reservationBox04 .rBox .photoUl .liStyle01 {
    width: 47.8%;
}
.index .reservationBox05 {
    padding-bottom: 48px;
    background-image: url("img/common/line02.png");
    background-size: 15px auto;
}
.index .reservationBox05 .innerBox {
    max-width: 1048px;
}
.index .reservationBox05 .photoBox {
    width: 100%;
    padding: 12px 0 10px;
}
.index .reservationBox05 .rBox {
    width: 100%;
    flex: auto;
}
.index .reservationBox05 .photoUl04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .reservationBox05 .photoUl04 li {
    width: 57.8%;
}
.index .reservationBox05 .photoUl04 .liStyle {
    width: 38.9%;
}
.index .reservationBox05 .comBox {
    margin-bottom: 0;
    max-width: inherit;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.index .reservationBox05 .comBoxSub {
    margin-top: -40px;
}
.index .reservationBox05 .subBox {
    margin: 0 -30px 0 70px;
    order: 2;
    width: 310px;
}
.index .reservationBox05 .comLink a {
    padding-left: 10px;
    padding-right: 10px;
}
.index .reservationBox02 .comBox .subBox {
    max-width: 190px;
}
.index .reservationBox02 .comBox h3,
.index .reservationBox02 .comBox p {
    height: 210px;
}
.index .reservationBox03 .comBox .subBox {
    max-width: 370px;
}
.index .reservationBox04 .comBox .subBox {
    max-width: 210px;
    margin-bottom: 28px;
}
.index .reservationBox05 .comBox .subBox {
    margin: 0;
    margin: 0 -30px 0 70px;
    max-width: inherit;
}
.index .reservationBox05 .comBox p {
    height: 280px;
}
.index .sec01 {
    padding: 130px 0 122px;
}
.index .sec01 .content {
    max-width: 935px;
}
.index .sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .sec01 .list li {
    width: 417px;
}
.index .sec01 .list li h3 {
    padding-bottom: 9px;
    margin-bottom: 35px;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.075em;
    position: relative;
}
.index .sec01 .list li h3:after {
	width: 139px;  
	height: 4px;
    background-color: #444444;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.index .sec01 .list li .photo {
    text-align: center;
    margin-bottom: 28px;
}
.blogBox {
    padding-bottom: 60px;
}
.blogBox .content {
    max-width: 1000px;
}
.blogUl {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.blogUl li {
    margin-bottom: 20px;
    width: 297px;
}
.blogUl li:nth-child(3n-1) {
    margin-left: 50px;
    margin-right: 50px;
}
.blogUl li a {
    display: block;
}
.blogUl li a:hover {
    opacity: 0.7;
}
.blogUl li p {
    line-height: 1.6;
}
.blogUl li .photo {
    margin-bottom: 23px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blogUl li .date {
    margin-bottom: 14px;
    border-bottom: 1px solid #444;
}
.blogUl li .date span {
    margin-left: 24px;
}
.instagram {
    padding: 50px 0 0;
}
.insUl {
    margin: -10px 0 35px;
    display: flex;
    flex-wrap: wrap;
}
.insUl li {
    width: 16.666666%;
}
.insUl li a {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.insUl li a:hover {
    opacity: 0.7;
}
#index #gHeader {
    border-bottom: none;
}
@media all and (max-width: 896px) {
    .index .fooUl li {
        padding-bottom: 111.1%;
    }
    .index .fooUl .slick-slide > div {
        width: 86.666vw;
        margin: 0 4px;
    }
    .index .topBox {
        margin-bottom: 40px;
    }
    .index .topBox p {
        font-size: 1.8rem;
        line-height: 1.2777;
    }
    .index .prev {
        left: 4px;
        width: 25px;
    }
    .index .next {
        right: 4px;
        width: 25px;
    }
    .conceptBox {
        min-height: 1039px;
        padding: 16px 0;
        background-image: url("img/index/sp_bg01.jpg");
    }
    .conceptBox h2 {
        margin-bottom: 17px;
        font-size: 3rem;
    }
    .conceptBox .inner {
        max-width: inherit;
        display: block;
        margin-bottom: 20px;
    }
    .conceptBox .inner h3 {
        margin: 0 0 37px;
        font-size: 2rem;
        line-height: 1.5;
        -webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
        width: auto;
        height: auto;
        text-align: center;
    }
    .conceptBox .inner p {
        -webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
        width: auto;
        height: auto;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        line-height: 2;
    }
    .flower {
        padding: 81px 0 36px;
    }
    .flower .content {
        display: block;
        padding: 0 26px;
    }
    .flower .txtBox p,
    .flower h2 {
        height: 264px;
    }
    .flower .rBox {
        width: auto;
        margin: 0 0 20px;
    }
    .flower .sub {
        margin: 0 0 20px;
        display: block;
    }
    .flower .sub .txtBox {
        padding: 0 0 52px;
        border-left: none;
        margin: 0 auto 30px;
        width: 216px;
        border-bottom: 7px solid #444444;
    }
    .flower .sub .txt {
        padding-right: 25px;
        margin: 0 auto;
        height: 280px;
        font-size: 1.5rem;
    }
    .flower .photoBox {
        margin: 0 auto 42px; 
        width: 85.5%;
        padding-left: 10px;
    }
    .flower .photoBox img {
        width: 100%;
    }
    .flower .rBox .ttl {
        font-size: 1.65rem;
        padding-bottom: 2px;
        margin-bottom: 14px;
    }
    .index .reservationBox .innerBox {
        display: block;
    }
    .comBox {
        max-width: inherit;
        margin: 0 0 28px;
        padding: 0 !important;
    }
    .comBox .subBox p {
        font-size: 1.5rem;
        height: 250px;
    }
    .index .reservationBox {
        padding: 43px 0 58px;
    }
    .comBox h3 {
        height: 200px;
        margin-left: 15px;
    }
    .comBox .subBox {
        margin-bottom: 20px;
    }
    .comInfo dt {
        margin-top: -10px;
        width: 55px;
    }
    .comInfo dd {
        margin-left: 10px;
    }
    .comInfo dd a {
        width: 171px;
        font-size: 1.25rem;
        padding: 8px 10px;
    }
    .index .reservationBox .photoBox {
        width: auto;
        margin: 0 30px 39px;
    }
    .index .reservationBox .rBox .photoUl {
        padding-left: 0;
    }
    .index .reservationBox .rBox .photoUl li {
        width: 49.9%;
    }
    .index .reservationBox .rBox .photoUl .liStyle {
        width: 48.5%;
    }
    .index .reservationBox02 .photoBox {
        margin: 0 0 53px;
    }
    .index .reservationBox02 .comBox .subBox p {
        height: 190px;
    }
    .index .reservationBox02 .comBox .subBox h3 {
        height: 175px;
    }
    .index .reservationBox .photoUl02 {
        padding-top: 15px;
        justify-content: space-between;
    }
    .index .reservationBox .photoUl02 li {
        width: 49%;
        margin: 0 0 5px;
    }
    .index .reservationBox .photoUl02 .liStyle02 {
        order: -1;
    }
    .index .reservationBox .photoUl02 .liStyle {
        width: 100%;
    }
    .index .reservationBox03 .comBox {
        margin-top: 0;
        padding-bottom: 19px !important;
    }
    .index .reservationBox03 .comBox h3 {
        height: 310px;
    }
    .index .reservationBox03 .comBox .subBox p {
        height: 270px;
        margin-top: 5px;
    }
    .index .reservationBox03 {
        padding-top: 5px;
        padding-top: 50px;
    }
    .index .reservationBox03 .comBox .subBox {
        margin-bottom: 27px;
    }
    .index .reservationBox .comLink {
        margin-top: 13px;
        width: 258px;
    }
    .index .reservationBox .comLink a {
        font-size: 1.1rem;
        letter-spacing: 0.075em;
        padding: 8px 20px;
    }
    .index .reservationBox03 .photoBox {
        margin-bottom: 12px;
    }
    .index .reservationBox .rBox .photoUl03 {
        justify-content: space-between;
    }
    .index .reservationBox .rBox .photoUl03 li {
        margin: 0 0 12px;
    }
    .index .reservationBox .rBox .photoUl03 .liStyle02 {
        order: -2;
        width: 40.7%;
    }
    .index .reservationBox .rBox .photoUl03 .liStyle01 {
        order: -1;
        width: 57.4%;
        margin-top: 1px;
    }
    .index .reservationBox .rBox .photoUl03 .liStyle03 {
        width: 100%;
    }
    .index .reservationBox04 {
        padding-top: 65px;
    }
    .index .reservationBox04 .comBox .subBox p {
        height: 200px;
    }
    .index .reservationBox04 .comBox .subBox {
        margin-bottom: 50px;
    }
    .index .reservationBox04 .photoBox {
        margin-bottom: 13px;
    }
    .index .reservationBox04 .rBox .photoUl {
        padding: 0;
    }
    .index .reservationBox04 .rBox .photoUl .liStyle01 {
        width: 48.8%;
    }
    .index .reservationBox04 .innerBox {
        margin-bottom: 0;
    }
    .index .reservationBox05 {
        padding: 65px 0 35px;
    }
    .index .reservationBox05 .comBox {
        display: block;
    }
    .index .reservationBox05 .subBox {
        margin: 0 0 78px;
        width: auto;
    }
    .index .reservationBox05 .comBoxSub {
        margin: 0;
    }
    .index .reservationBox05 .photoBox {
        margin: 0;
        padding-top: 40px;
    }
    .index .reservationBox05 .photoUl04 {
        display: block;
    }
    .index .reservationBox05 .photoUl04 li {
        width: auto !important;
        margin-bottom: 10px;
    }
    .index .reservationBox .comBox .subBox {
        max-width: 260px;
        margin-bottom: 20px;
    }
    .index .reservationBox02 .comBox .subBox {
        max-width: 195px;
    }
    .index .reservationBox04 .comBox .subBox {
        max-width: 250px;
        margin-bottom: 45px;
    }
    .index .reservationBox02 .comBox .subBox h3,
    .index .reservationBox04 .comBox .subBox p {
        height: 200px;
    }
    .index .reservationBox05 .comBox .subBox {
        margin: 0 auto 80px;
    }
    .index .reservationBox05 .comBox p {
        height: 250px;
    }
    .index .sec01 {
        padding: 78px 38px 20px;
    }
    .index .sec01 .list {
        display: block;
    }
    .index .sec01 .list li {
        margin-bottom: 67px;
        width: auto;
    }
    .index .sec01 .list li h3 {
        margin: 0 -20px 25px;
    }
    .index .sec01 .list li .photo {
        margin-bottom: 20px;
    }
    .index .sec01 .list li .photo img {
        width: 100%;
    }
    .comLink02 a {
        padding-top: 10px;
        letter-spacing: 0.075em;
    }
    .blogUl {
        padding-bottom: 10px;
        margin: 0 15px;
        display: block;
    }
    .blogUl li {
        margin: 0 0 35px !important;
        width: auto;
    }
    .blogUl li .photo {
        margin: 0 46px 16px;
        padding-bottom: 70.1%;
    }
    .blogUl li p {
        font-size: 1.5rem;
    }
    .blogUl li .date {
        margin-bottom: 15px;
    }
    .insUl li {
        width: 33.3333%;
    }
    .insUl {
        margin: 0 0 43px;
        padding-top: 8px;
    }
    .insUl li a {
        padding-bottom: 97%;
    }
}



/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
.blog {
    padding: 35px 0 0;
}
.blogInner {
    max-width: 900px;
    margin: 0 auto 73px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogInner .lBox {
    width: 180px;
    padding-left: 5px;
    margin-top: -7px;
}
.blogInner .naviUl {
    margin-bottom: 75px;
}
.blogInner .naviUl li {
    margin-bottom: 3px;
}
.blogInner .naviUl a {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.blogInner .naviUl a:hover {
    opacity: 0.7;
}
.blogInner .lBox .ttl {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 5px;
}
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 26px;
    border: 1px solid #040000;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding:  0 5px;
    width: 127px;
    font-weight: 500;
    border-right: none;
    color: black;
    letter-spacing: 0.075em;
    background: url("img/common/select_bg.png") no-repeat right center;
    background-size: 26px auto;
}
select::-ms-expand { display: none; }
.blogInner .rBox {
    width: 654px;
}
.blogList {
    display: flex;
    flex-wrap: wrap;
}
.blogList li {
    margin-bottom: 44px;
    width: 197px;
}
.blogList li:nth-child(3n-1) {
    margin-left: 29px;
    margin-right: 29px;
}
.blogList li a {
    height: 100%;
    display: block;
    background-color: #E5E5E5;
}
.blogList li a:hover {
    opacity: 0.7;
}
.blogList li .photo {
    padding-bottom: 96%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blogList li .subBox {
    padding: 0 15px 11px;
}
.blogList li .subBox p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.54;
}
.blogList li .subBox .ttl {
    min-height: 59px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0;
    border-bottom: 1px solid #040000;
}
.blogList li .subBox .ttl::before {
    font-size: 0;
    content: '';
    min-height: inherit;
}
.wp-pagenavi {
    padding-top: 12px;
    clear: both;
    text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0 10px;
    padding: 1px 2px 5px;
    box-sizing: border-box;
    min-width: 37px;
    color: #000;
    line-height: 1.0;
    vertical-align: middle;
    font-family: 'Noto Serif JP', serif;
}
.wp-pagenavi .current {
    color: white;
    background-color: #000000;
}
.wp-pagenavi .first, 
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
    min-width: inherit;
    min-height: inherit;
    padding: 0;
    background: none;
    border: none;
    vertical-align: 0;
    box-shadow: none !important;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}


@media all and (max-width: 896px) {
    .blog {
        padding-top: 49px;
    }
    .blogInner {
        margin-bottom: 103px;
        padding: 0 30px;
        display: block;
    }
    .blogInner .lBox {
        padding: 0;
        margin: 0 0 128px;
        width: auto;
    }
    .blogInner .lBox .sub {
        margin-bottom: 38px;
    }
    .blogInner .lBox .spUl {
        margin-top: -4px;
    }
    .blogInner .lBox .spUl li {
        margin-bottom: 5px;
    }
    .blogInner .lBox .spUl a {
        font-size: 1.4rem;
        letter-spacing: 0.075em;
        font-weight: 500;
    }
    .blogInner .rBox {
        width: auto;
    }
    .blogInner .lBox .ttl {
        padding: 6px 30px;
        font-size: 1.5rem;
        letter-spacing: 0;
        position: relative;
        border-bottom: 1px solid #999899;
        border-top: 1px solid #999899;
    }
    .blogInner .lBox .jsBox {
        padding: 13px 32px 0;
    }
    .blogInner .naviUl li {
        margin-bottom: 5px;
    }
    .blogInner .naviUl {
        margin-bottom: 0;
    }
    .blogInner .lBox .ttl:before,
    .blogInner .lBox .ttl:after {
        position: absolute;
        right: 17px;
        top: 50%;
        width: 15px;
        height: 3px;
        background-color: #000;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        content: "";
    }
    .blogInner .lBox .ttl:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .blogInner .lBox .ttl.on:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0;
    }
    .blogList {
        display: block;
    }
    .blogList li {
        margin: 0 0 60px !important;
        width: auto;
    }
    .blogList li .subBox {
        padding: 0 25px 16px;
    }
    .blogList li .subBox p {
        font-size: 2.1rem;
        line-height: 1.54;
    }
    .blogList li .subBox .ttl {
        font-size: 2.54rem;
        min-height: 93px;
        margin-bottom: 6px;
    }
    .wp-pagenavi {
        margin: 0 -15px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        font-size: 2.0rem;
        min-width: 28px;
        margin: 0 2px;
        padding: 2px 2px 6px;
    }
    .wp-pagenavi .extend {
        vertical-align: 3px;
    }
    .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
        font-size: 1.34rem;
    }
    .wp-pagenavi .nextpostslink {
        margin-left: 10px;
    }
    .wp-pagenavi .previouspostslink {
        margin-right: 10px;
    }
}

.detailBox {
    padding-top: 80px;
}
.detailBox .rBox {
    margin-top: -15px;
    width: 647px;
}
.detailBox .rBox h3 {
    margin-bottom: 15px;
    padding-bottom: 14px;
    font-size: 3.3rem;
    font-weight: 500;
    border-bottom: 1px solid #040000;
}
.detailBox .rBox .date {
    margin-bottom: 57px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.detailBox .rBox .date .txtSpan {
    float: right;
}
.detailSubBox {
    margin: 0 81px 0 95px;
}
.detailSubBox p {
    margin-bottom: 27px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.9333;
}
.detailSubBox .wp-block-buttons {
    margin-bottom: 40px;
}
.detailSubBox .wp-block-button__link {
    border-radius: 0;
    padding: 10px 30px;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    color: white;
    background-color: #444444;
}
.detailSubBox .wp-block-button__link:hover {
    opacity: 0.7;
}
.detailSubBox h4 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
}
.detailSubBox ul {
    margin-bottom: 35px;
}
.detailSubBox ul li {
    margin-bottom: 2px;
    letter-spacing: 0.075em;
    font-weight: 500;
    text-decoration: underline;
}
.detailSubBox p a {
    text-decoration: underline;
}
.wp-block-separator {
    border-style: dashed !important;
    margin: 27px -81px 28px -95px;
}
.detailBox .detailSubBox h3 {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: none;
    font-size: 2rem;
}
.wp-block-image {
    margin: 35px 0;
}
.wp-block-image a:hover img {
    opacity: 0.7;
}
.pageList {
    margin-bottom: 55px;
    padding-top: 64px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    font-weight: 500;
}
.pageList a:hover {
    opacity: 0.7;
}
.pageList .prev {
    float: left;
}
.pageList .next {
    float: right;
}
@media all and (max-width: 896px) {
    .detailBox {
        padding-top: 0;
    }
    .detailBox .rBox {
        width: auto;
    }
    .detailBox .rBox h3 {
        margin: 0 -30px 14px;
        padding: 0 20px 12px;
        font-size: 2rem;
    }
    .detailBox .lBox {
        margin-bottom: 100px;
    }
    .detailBox .rBox .date {
        margin-bottom: 87px;
        font-size: 1.1rem;
    }
    .detailSubBox {
        margin: 0;
    }
    .detailSubBox p {
        margin-bottom: 30px;
        line-height: 2.42;
    }
    .wp-block-image {
        margin-bottom: 67px;
    }
    .wp-block-separator {
        margin: 40px -30px 40px;
    }
    .detailBox .detailSubBox h3 {
        padding: 0 30px 12px;
    }
    .pageList {
        font-size: 1.2rem;
    }
}


/*------------------------------------------------------------
	online_shop
------------------------------------------------------------*/
.online_shop {
    padding-top: 35px;
}
.online_shop .bigPhoto {
    max-width: 894px;
    margin: -13px auto 60px;
    padding: 0 20px;
}
.online_shop .bigPhoto img {
    width: 100%;
}
.deliver {
    margin-bottom: 78px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.deliver h2 {
    height: 268px;
    order: 2;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.543;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0 28px;
    margin-left: 30px;
    border-left: 7px solid #444444;
}
.deliver .txt {
    width: 230px;
    height: 285px;
    letter-spacing: 0.075em;
    line-height: 1.933;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.choose {
    margin-bottom: 80px;
    padding: 88px 0 84px; 
    background-color: #D9D7D4;
}
.choose .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose .lBox {
    width: 59.5%;
}
.choose .lBox .photo {
    margin-bottom: 21px;
}
.choose .lBox img {
    width: 100%;
}
.choose .lBox .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choose .lBox .list li {
    width: 31.3%;
    margin-right: 2.4%;
}
.choose .lBox .list .liStyle01 {
    width: 31.9%;
    margin-right: 1.8%;
}
.choose .lBox .list li:nth-child(3n) {
    margin-right: 0;
}
.choose .rBox {
    order: 2;
    padding: 18px 20px 0 0;
    flex: 1;
}
.choose .comBox h3 {
    height: 274px;
    font-size: 3.5rem;
}
.choose .comBox .subBox {
    max-width: 275px;
    display: block;
    overflow: hidden;
    margin: 0 auto 48px;
}
.choose .comBox h3 {
    float: right;
    margin-left: 0;
    height: 280px;
}
.choose .comBox p {
    height: 280px;
    float: left;
}
.online_shop .headLine03 {
    margin-bottom: 54px;
    padding: 18px 15px 21px;
    font-size: 3.1rem;
    background-image: url("img/common/bg02.png");
}
.shopUl {
    margin: 0 -7px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shopUl li {
    margin: 0 27px 20px;
    width: 225px;
    text-align: center;
}
.shopUl li a {
    display: block;
}
.shopUl li a:hover {
    opacity: 0.7;
}
.shopUl li .photo {
    margin-bottom: 5px;
    padding-bottom: 95%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.shopUl li .txtBox {
    display: inline-block;
    text-align: left;
}
.shopUl li p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.55;
}
.shopUl li .ttl {
    margin: 0 -10px 5px 0;
    font-size: 1.5rem;
    line-height: 1.533;
}
.shopUl li .ttl .txtSpan {
    font-size: 1.1rem;
}
.online_shop .comLink {
    margin-bottom: 72px;
    width: 313px;
}
.online_shop .comLink a {
    padding: 13px 25px;
    font-size: 1.331rem;
    letter-spacing: 0;
}
.introduction {
    padding: 35px 0 0;
}
.introduction .content {
    max-width: 868px;
}
.introUl {
    padding-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.introUl li {
    width: 347px;
}
.introUl li p {
    margin-bottom: 22px;
    letter-spacing: 0.075em;
    line-height: 1.67;
    font-weight: 500;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.introUl li .photo {
    margin-bottom: 24px;
}
.introUl li h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.introUl li .comLink {
    width: 152px;
    margin-bottom: 12px;
}
.introUl li .comLink a {
    font-size: 1.1rem;
    padding: 10px 20px;
}
.introUl li .tel {
    text-align: center;
    font-weight: normal;
}
@media all and (max-width: 896px) {
    .online_shop {
        padding-top: 45px;
    }
    .online_shop .bigPhoto {
        max-width: inherit;
        padding: 0;
        margin: -15px auto 52px;
    }
    .deliver {
        display: block;
        margin: 0 30px 36px;
    }
    .deliver h2 {
        height: auto;
        margin: 0 50px 23px 0;
        padding: 0 0 18px;
        border-left: none;
        border-bottom: 7px solid #444444;
        font-size: 3.5rem;
        line-height: 1.54;
        -webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
    }
    .deliver .txt {
        font-size: 1.5rem;
        line-height: 1.933;
        width: auto;
        height: auto;
        -webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
    }
    .choose {
        margin-bottom: 85px;
        padding: 48px 0 56px;
    }
    .choose .content {
        display: block;
    }
    .choose .comBox .subBox p {
        height: 290px;
    }
    .choose .rBox {
        padding-right: 0;
        margin-bottom: 54px;
    }
    .choose .comBox .subBox {
        margin-bottom: 5px;
    }
    .choose .comInfo dt {
        margin-top: 0;
        width: 68px;
    }
    .choose .comInfo dd a {
        width: 205px;
        font-size: 1.5rem;
    }
    .choose .lBox {
        width: auto;
        margin: 0 -24px;
    }
    .choose .lBox .photo {
        margin: 0 -10px 14px;    
    }
    .online_shop .headLine03 {
        margin-bottom: 42px;
        padding: 11px 15px 14px;
        background-size: 12px auto;
        font-size: 1.86rem;
    }
    .shopUl {
        margin: 0 -10px 13px;
    }
    .shopUl li {
        margin: 0 9px 29px;
        width: calc(50% - 18px);
    }
    .shopUl li .ttl {
        margin-right: -5px;
    }
    .shopUl li .photo {
        margin-bottom: 3px;
    }
    .online_shop .comLink {
        margin: 0 auto 90px;
        width: auto;
        max-width: 313px;
/*        width: 187px;
*/    }
    .online_shop .comLink a {
/*        font-size: 0.8rem;
*/        padding: 7px 10px;
        letter-spacing: 0.075em;
    }
    .online_shop .comLink a span {
        padding-right: 15px;
        background-size: 12px auto;
    }
    .introduction {
        padding-top: 75px;
    }
    .introUl {
        padding: 26px 5px 0;
        display: block;
    }
    .introUl li {
        margin-bottom: 55px;
        width: auto;
    }
    .introUl li .photo img {
        width: 100%;
    }
    .introUl li .photo {
        margin-bottom: 35px;
    }
    .introUl li h3 {
        margin-bottom: 20px;
    }
    .introUl li p {
        margin-bottom: 29px;
        font-size: 1.5rem;
    }
    .introUl li .tel {
        font-size: 1.5rem;
    }
    .online_shop .introUl .comLink a  {
        padding-left: 10px;
    }
    .online_shop .introUl .comLink a span {
        padding-right: 30px;
    }
}


/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact {
    padding-top: 35px;
}
.contact .bigPhoto {
    max-width: 894px;
    margin: -12px auto 98px;
}
.contact .h2Ttl {
    margin-bottom: 52px;
}
.contact .h2Ttl .txtSpan {
    padding-bottom: 17px;
    font-size: 2.5rem;
}
.contact .h2Ttl .txtSpan::after {
    width: 125px;
    background-color: #707070;
}
.contact .comList {
    margin: 0 108px 75px;
    justify-content: space-between;
}
.contact .comList li {
    margin: 0 0 40px !important;
    width: 436px;
    border: 1px solid #999899;
    box-sizing: border-box;
}
.contact .comList li .ttl {
    padding-left: 38px;
}
.contact .comList li .sub dl {
    max-width: 245px;
    margin: 0 auto;
    padding: 0;
}
.contact .comList li .sub dt {
    margin-bottom: 3px;
    font-size: 2.1rem;
}
.contact .comList li .sub dd {
    margin-bottom: 3px;
    width: auto;
    font-size: 2.1rem;
}
.contact .comList li .sub {
    min-height: 94px;
}
.contact .comList li .sub p {
    font-size: 2.4rem;
}
.contact .comList li .email a {
    font-size: 2.1rem;
}
.contact .comList li .snsLink {
    display: flex;
    align-items: center;
    font-size: 2.33rem;
    color: #444444;
    font-weight: 500;
    line-height: 1.4;
    height: 100%;
}
.contact .comList li .snsLink .wpSpan {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.contact .comList li .snsLink p {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.contact .comList li .snsLink .img {
    margin: 0 20px 0 60px;
}
.contact .comList li .snsLink:hover img {
    opacity: 0.7;
}
.contactBox {
    padding-top: 80px;
}
.contactBox .inner {
    padding-top: 25px;
    max-width: 1060px;
    margin: 0 auto 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactBox .inner .lBox {
    margin-left: 2px;
    width: 489px;    
}
.contactBox .inner .rBox {
    width: 506px;    
}
.contactBox .inner dt {
    margin: 0 5px 3px;
    font-size: 1.59rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.contactBox .inner dt .txtSpan {
    margin: 0 50px 0 20px;
    font-size: 1.46rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #4D4D4D;
}
.contactBox .inner dd {
    margin-bottom: 32px;
    font-size: 1.59rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.contactBox .must {
    line-height: 1.2;
    padding: 2px;
    box-sizing: border-box;
    display: inline-block;
    width: 63px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
    color: white;
    background-color: #E8425D;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 46px;
    border: 1px solid #999899;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 0 10px;
    color: black;
    width: 100%;
    background-color: #fff;
}
textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 465px;
    border: 1px solid #999899;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 10px;
    color: black;
    width: 100%;
    resize: vertical;
    background-color: #fff;
}
.submit {
    text-align: center;
}
.submit li {
    display: inline-block;
    margin: 0 5px;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 212px;
    height: 54px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    color: black;
    letter-spacing: 0.1em;
    border: 1px solid #CBCBCB;
    background-color: white;
}


@media all and (max-width: 896px) {
    .contact .bigPhoto {
        margin: 0 -24px 40px;
    }
    .contact .h2Ttl {
        margin: 0 -10px 40px;
    }
    .contact .h2Ttl .txtSpan {
        font-size: 2rem;
    }
    .contact .comList {
        margin: 0 0 40px;
    }
    .contact .comList li .sub p {
        font-size: 2rem;
    }
    .contact .comList li .snsLink {
        height: 94px;
        font-size: 2rem;
    }
    .contact .comList li .snsLink .img {
        width: 50px;
        margin-left: 20px;
    }
    .contactBox .inner {
        display: block;
    }
    .contactBox .inner .lBox {
        margin: 0 0 32px;
        width: auto;
    }
    .contactBox .inner .rBox {
        width: auto;
    }
    textarea {
        height: 250px;
    }
    .submit li {
        display: block;
        margin-bottom: 20px;
    }
    .contactBox .inner dt .txtSpan {
        margin-right: 20px;
    }
}

/*------------------------------------------------------------
	store
------------------------------------------------------------*/
.store {
    padding-top: 35px;
}
.store .bigPhoto {
    max-width: 894px;
    margin: -13px auto 104px;
}
.store .bigPhoto img {
    width: 100%;
}
.store .inner {
    max-width: 894px;
    margin: 0 auto;
    padding: 0 20px;
}
.store .imgBox {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store .imgBox .photoBox {
    order: 2;
    width: 62.8%;
    margin-left: 60px;
}
.store .imgBox .photoBox img {
    width: 100%;
}
.store .imgBox .textBox {
    margin-top: -8px;
    flex: 1;
}
.store .imgBox h3 {
    margin-bottom: 28px;
    font-size: 3.3rem;
    letter-spacing: 0.075em;
    font-weight: normal;
}
.store .imgBox .h3Ttl {
    margin-bottom: 15px;
}
.store .imgBox h3 .txtSpan {
    display: block;
    font-size: 2.5rem;
}
.store .imgBox p {
    margin-bottom: 4px;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 1.64;
}
.store .imgBox .tel {
    margin-bottom: 7px;
}
.store .imgBox .tel a {
    display: block;
    padding: 4px;
    font-size: 1.8rem;
    text-align: center;
    border: 1px solid #040000;
}
.store .imgBox .txt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #040000;
}
.store .innerBox .photoUl {
    display: flex;
    flex-wrap: wrap;
}
.store .innerBox .photoUl li {
    width: 30.1%;
    margin-bottom: 20px;
}
.store .innerBox .photoUl li:nth-child(3n-1) {
    margin-left: 43px;
    margin-right: 43px;
}
.store .innerBox .photoUl li img {
    width: 100%;
}
.store .innerBox .text {
    width: 84%;
    margin-bottom: 44px;
    letter-spacing: 0.075em;
     font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.store .innerBox {
    margin-bottom: 97px;
    padding-bottom: 98px;
    border-bottom: 3px dotted #A8A8A8;
}
.companyBox .content {
    max-width: 894px;
}
.companyBox .imgBox {
    margin-top: -32px;
}
.companyBox .imgBox .photoBox {
    width: 64.5%;
    margin-left: 8px;
}
.companyBox .imgBox .textBox {
    margin-top: 0;
}
.companyBox .imgBox .textBox .list li {
    margin-bottom: 5px;
}
.companyBox .imgBox .textBox .list li img {
    width: 100%;
}
.companyBox h3 {
    font-size: 2.8rem;
    letter-spacing: 0.075em;
    font-weight: normal;
    margin-bottom: 53px;
    text-align: center;
}
.companyBox .sub {
    margin: 0 80px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companyBox .sub .lBox {
    width: 300px;
}
.companyBox .sub .lBox dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0.075em;
    font-size: 1.4rem;
}
.companyBox .sub .lBox dt {
    margin-bottom: 7px;
    width: 85px;
    margin-right: 8px;
}
.companyBox .sub .lBox dd {
    margin-bottom: 7px;
    width: calc(100% - 93px);
}
.companyBox .sub .rBox {
    margin-top: -5px;
    width: 423px;
}
.companyBox .sub .rBox dl {
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
}
.companyBox .sub .rBox dl:last-child {
    margin-bottom: 0;
}
.companyBox .sub .rBox dt {
    margin-right: 15px;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #040000;
    box-sizing: border-box;
    text-align: center;
}
.companyBox .sub .rBox dd {
    margin-top: -5px;
    width: calc(100% - 123px);
}
.store a:hover {
    opacity: 0.7;
}
.companyBox h4 {
    margin-bottom: 2px;
    text-align: center;
    letter-spacing: 0.075em;
    font-weight: normal;
    font-size: 1.4rem;
}
.companyBox .txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.95;
    letter-spacing: 0.075em;
}
.companyBox .txt .txtSpan {
    margin-bottom: 2px;
    display: block;
    font-size: 2.2rem;
}
.companyBox .txt .red {
    color: #FF0000;
}
.store .map {
    height: 512px;
}
.store .map iframe {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 896px) {
    .store {
        padding-top: 45px;
    }
    .store .inner {
        max-width: inherit;
        padding: 0 7px;
    }
    .store .bigPhoto {
        margin-bottom: 110px;
        max-width: inherit;
    }
    .store .imgBox .tel {
        width: 273px;
    }
    .store .imgBox {
        margin-bottom: 5px;
        display: block;
    }
    .store .imgBox .photoBox {
        width: auto;
        margin: 0 -32px;
    }
    .store .imgBox p {
        margin: 0 40px 5px 0;
    }
    .store .imgBox .txt {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .store .imgBox .textBox {
        margin-bottom: 44px;
    }
    .store .innerBox .photoUl {
        margin: 0 -34px 15px;
    }
    .store .innerBox .photoUl li {
        margin: 0 2.5px 5px !important;
        width: calc(33.333% - 5px);
    }
    .store .innerBox .text {
        width: auto;
        font-size: 1.5rem;
        line-height: 1.67;
    }
    .store .map {
        margin: 0 -32px;
        height: 72.5vw;
    }
    .store .innerBox {
        padding-bottom: 81px;
        margin-bottom: 87px;
    }
    .companyBox {
        margin-top: -8px;
    }
    .companyBox .imgBox {
        margin-top: -25px;
        margin-bottom: 30px;
    }
    .companyBox .imgBox .photoBox {
        margin: 0 -24px 12px;
    }
    .companyBox .imgBox .textBox {
        margin: 0 -24px;
    }
    .companyBox .imgBox .textBox .list li {
        margin-bottom: 12px;
    }
    .companyBox h3 {
        margin-bottom: 35px;
        text-align: left;
        font-size: 2.5rem;
        line-height: 1.34;
    }
    .companyBox .sub {
        margin: 0 3px 75px;
        display: block;
    }
    .companyBox .sub .lBox {
        width: auto;
        margin-bottom: 45px;
    }
    .companyBox .sub .rBox {
        width: auto;
        margin-top: 0;
    }
    .companyBox .sub .rBox dl {
        display: block;
    }
    .companyBox .sub .rBox dt {
        margin: 0 0 21px;
        min-height: 57px;
    }
    .companyBox .sub .rBox dd {
        width: auto;
        line-height: 1.93;
    }
    .companyBox h4 {
        margin-bottom: 10px;
    }
    .companyBox .txt {
        font-size: 1.2rem;
        line-height: 2.0833;
    }
    .companyBox .txt .txtSpan {
        font-size: 1.6rem;
        margin: 0 -20px 6px;
    }
}

@media all and (min-width: 897px) {
    .submit li input:hover {
        opacity: 0.7;
    }
    .wp-pagenavi a:hover {
        color: white;
        background-color: #000000;
    }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
        color: black;
        background-color: transparent;
        opacity: 0.7;
    }
    .detailSubBox p a:hover {
        text-decoration: none;
    }
}



@media all and (-ms-high-contrast:none){
    .comList li .sub {
        padding-top: 0;
        padding-bottom: 0;
    }
    .comList li .sub::after {
        font-size: 0;
        min-height: inherit;
        content: '';
    }
}

/*------------------------------------------------------------
    concept
------------------------------------------------------------*/
.concept {
    padding: 35px 0 0;
}
.concept .mainImg {
    margin-bottom: 60px;
}
.concept .headLine02 {
    margin-bottom: 27px;
}
.concept .comBox {
    margin-bottom: 66px;
    padding-right: 0;
    max-width: inherit;
}
.concept .comBox .subBox {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}
.concept .comBox h3 {
    margin: 0 !important;
    float: right;
    height: 375px;
}
.concept .comBox p {
    float: left;
    height: 375px;
}
.concept .topBox .subBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.concept .topBox h3 {
    height: 200px;
    margin-left: 45px !important;
    float: none;
    font-size: 2.1rem;
}
.concept .topBox .subBox p {
    height: 295px;
    line-height: 2.5;
    float: left;
}
.concept .topBox .subBox p .txtSpan {
    display: inline-block;
    transform: rotate(-90deg);
    height: 16px;
    text-align: center;
}
.concept .imgBox {
    flex-wrap: wrap;
    margin-bottom: 160px;
    display: flex;
    justify-content: space-between;
}
.concept .imgBox:last-child {
    margin-bottom: 0;
}
.concept .imgBox img {
    width: 100%;
}
.concept .imgBox .comBox {
    box-sizing: border-box;
    min-width: 200px;
    margin: 0;
    padding: 28px 10px 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.concept .photoList {
    margin: -20px -20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.concept hr {
    margin: 80px 0 110px;
    height: 0;
    border: none;
    border-top: 3px dotted #A7A7A7;
}
.smlContent {
    max-width: 1000px;
}
.concept .staff {
    margin-bottom: 92px;
}
.concept .staff .image {
    margin-bottom: 15px;
}
.concept .staff .image img {
    width: 100%;
}
.concept .staff p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.075em;
    text-align: center;
}
.concept .voice {
    margin-bottom: 130px;
}
.concept .voice .headLine01 {
    margin-bottom: 55px;
}
.concept .voice li {
    margin: 0 57px 35px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.concept .voice .photo {
    margin-bottom: 10px;
    width: 205px;
}
.concept .voice .text {
    width: calc(100% - 250px);
}
.concept .voice h3 {
    margin-bottom: 18px;
    padding: 0 14px 1px;
    font-weight: normal;
    border-bottom: 1px solid #6D6D6D;
}
.concept .voice p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.075em;
}
#thanks p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
#thanks .comLink {
    width: 200px;
}
.concept .imgBox .comBox .subBox p {
    height: 375px;
}
.concept .imgBox .comBox h3 {
    height: 375px;
}
.concept .reserve .comBox .subBox p {
    height: 406px;
}
.concept .imgBox01 .comBox .subBox p {
    height: 280px;
}
.concept .imgBox01 .comBox h3 {
    height: 240px;
}
.concept .imgBox04 .comBox .subBox p {
    height: 245px;
}
.concept .imgBox04 .comBox h3 {
    height: 245px;
}
.concept .imgBox02 .comBox h3,
.concept .imgBox02 .comBox .subBox p {
    height: 380px;
}
@media all and (min-width: 897px) {
    .concept .imgBox .photoBox {
        width: 664px;
    }
    .concept .imgBox .photoBox .photo {
        margin-bottom: 22px;
    }
    .concept .imgBox .textBox {
        width: 390px;
        box-sizing: border-box;
        padding-right: 65px;
    }
    .concept .reserve .photoBox,
    .concept .reserve .photoUl {
        order: 2;
    }
    .concept .reserve .textBox {
        padding: 0 0 0 57px;
        order: 1;
        width: 300px;
    }
    .concept .reserve .comBox {
        padding: 28px 29px 10px;
    }
    .concept .photoList li {
        margin: 20px 14px 0 0;
        width: 212px;
    }
    .concept .photoList .large {
        width: 100%;
    }
    .concept .photoList .item01 {
        margin-right: 20px;
        width: 276px;
    }
    .concept .photoList .item02 {
        width: 494px;
    }
    .concept .photoList .item03 {
        margin-right: 22px;
        width: 399px;
    }
    .concept .photoList .item04 {
        margin-right: 20px;
        width: 462px;
    }
    .concept .photoList .item05 {
        margin-right: 0;
        width: 227px;
    }
    .concept .photoList .item06 {
        width: 339px;
    }
    .concept .imgBox .photoBox01 {
        margin-right: -20px;
        width: 790px;
    }
    .concept .imgBox + .photoList {
        margin: -160px -30px 200px 0;
    }
    .concept .mainImg01 {
        margin: 0 -20px 32px 0;
    }
    .concept .photoList01 {
        margin: 0 0 0 0;
        width: 688px;
        justify-content: space-between;
    }
    .concept .photoList01 li {
        margin: 0;
        width: 340px;
    }
    .concept .photoList01 li:last-child {
        width: 328px;
    }
    .concept .photoUl {
        margin: -20px 0 0 0;
        width: 770px;
    }
    .concept .photoUl li {
        margin: 18px 21px 0 0;
        width: 468px;
        float: left;
    }
    .concept .photoUl .list02 {
        width: 252px;
    }
    .concept .photoUl .list03 {
        width: 196px;
    }
    .concept .photoUl .list04 {
        margin-right: 18px;
        width: 227px;
    }
    .concept .photoUl .list04 img + img {
        margin-top: 12px;
    }
    .concept .photoUl .list05 {
        width: 455px;
    }
    .concept .imgBox01 .comBox {
        padding: 24px 15px 14px 40px;
    }
    .concept .imgBox02 {
        margin-bottom: 222px;
    }
    .concept .imgBox02 .textBox {
        margin-top: 30px;
    }
    .concept .imgBox02 .comBox {
        padding: 52px 10px 20px 30px;
    }
    .concept .imgBox02 .photoUl {
        margin: -20px -38px 0 0;
        width: 722px;
    }
    .concept .imgBox03 .comBox {
        padding: 40px 10px 10px 25px;
    }
    .concept .imgBox03 .textBox {
        width: 303px;
    }
    .concept .photoUl .list06 {
        margin-right: 26px;
        width: 342px;
    }
    .concept .photoUl .list07 {
        width: 295px;
    }
    .concept .imgBox04 .textBox {
        width: 305px;
    }
    .concept .imgBox04 .comBox {
        padding: 35px 5px 30px;
    }
    .concept .imgBox02 .textBox {
        width: 388px;
    }
    .concept .imgBox02 .comBox .subBox {
        margin-right: 20px;
    }

}
@media all and (max-width: 896px) {
    .concept {
        padding: 55px 0 0;
        overflow: hidden;
    }
    .concept .mainImg {
        margin: 0 -51.8% 50px -28.5%;
        overflow: hidden;
    }
    .concept .mainImg img {
        margin: -13px 0 -5px;
    }
    .concept .headLine02 {
        margin-bottom: 48px;
    }
    .concept .topBox {
        margin: 0 30px 55px;
    }
    .concept .topBox .subBox {
        display: block;
    }
    .concept .comBox .subBox p {
        height: inherit;
    }
    .concept .topBox h3,
    .concept .topBox p {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
    }
    .concept .imgBox {
        margin: 0 -24px 98px;
        flex-wrap: wrap;
    }
    .concept .imgBox .textBox {
        margin: 0 24px;
        width: 100%;
    }
    .concept .imgBox .photoBox,
    .concept .imgBox > .photoList,
    .concept .imgBox > .photoUl {
        order: 2;
        width: 100%;
    }
    .concept .imgBox .photo {
        margin-bottom: 1vw;
    }
    .concept .imgBox .comBox {
        border-bottom: none;
    }
    .concept .imgBox .comBox .subBox {
        padding: 60px 15px 40px;
        display: flex;
        justify-content: center;
    }
    .concept .comBox h3 {
        margin-left: 20px !important;
        float: none;
    }
    .concept .reserve .comBox h3,
    .concept .reserve .comBox .subBox p {
        height: 260px;
    }
    .concept .imgBox01 .comBox h3,
    .concept .imgBox01 .comBox .subBox p {
        height: 250px;
    }
    .concept .comBox p {
        float: none;
        line-height: 1.85;
    }
    .concept .topBox h3 {
        height: auto;
        margin: 0 0 25px !important;
        text-align: center;
    }
    .concept .topBox .subBox p {
        font-size: 1.3rem;
        line-height: 1.85;
    }
    .concept .topBox .subBox p .txtSpan {
        transform: none;
        height: auto;
    }
    .concept .imgBox01 .comBox .subBox {
        padding: 80px 10px 40px;
    }
    .concept .imgBox04 .comBox .subBox p {
        line-height: 2;
    }
    .concept .imgBox02 .textBox {
        margin-bottom: 25px;
    }
    .concept .imgBox02 .comBox h3,
    .concept .imgBox02 .comBox .subBox p {
        height: 300px;    
    }
    .concept .imgBox04 .comBox .subBox h3,
    .concept .imgBox04 .comBox .subBox p {
        height: 270px;
    }
    .concept .imgBox03 .comBox .subBox h3,
    .concept .imgBox03 .comBox .subBox p {
        height: 270px;
    }
    .concept .photoList {
        margin: 0 0 0 0;
    }
    .concept .photoList li {
        margin: 1vw 5px 0 0;
        width: calc((100% - 5px)/2);
    }
    .concept .photoList .splist02 {
        margin-right: 1.7%;
        width: 50.1%;
    }
    .concept .photoList .splist01 {
        margin-right: 1.7%;
        width: 48.2%;
    }
    .concept .photoList li:nth-child(2n) {
        margin-right: 0;
    }
    .concept .colum3 li {
        margin: 7px 7px 0 0;
        width: calc((100% - 14px)/3);
    }
    .concept .colum3 li:nth-child(3n) {
        margin-right: 0;
    }
    .concept .colum3 li:nth-child(2n) {
        margin-right: 7px;
    }
    .concept .imgBox .mainImg01 {
        margin: 0 0 15px;
        width: 100%;
    }
    .concept .photoUl .splist01 {
        margin: 4vw 0 0;
        float: left;
        width: 56%;
    }
    .concept .photoUl .splist02 {
        margin-top: 4vw;
        width: 41%;
        float: right;
    }
    .concept .photoUl .list04 {
        margin-top: 4vw;
        overflow: hidden;
    }
    .concept .photoUl .list04 img {
        float: left;
        width: 52.7%;
    }
    .concept .photoUl .list04 img:last-child {
        float: right;
        width: 45.5%;
    }
    .concept .imgBox02 {
        margin-bottom: 120px;
    }
    .concept .imgBox03 .comBox h3 {
        margin-left: 30px;
    }
    .concept .photoUl .list06 {
        margin-top: 2px;
        float: left;
        width: 53%;
    }
    .concept .photoUl .list07 {
        margin-top: 2px;
        float: right;
        width: 44.5%;
    }
    .concept hr {
        margin: 90px 25px 95px;
        border: 1px solid #000;
    }
    .concept .staff {
        margin-bottom: 60px;
    }
    .concept .staff .headLine01 {
        margin-bottom: 36px;
    }
    .concept .staff .image {
        margin: 0 -99px 25px -71px;
    }
    .concept .staff p {
        margin: 0 10px;
    }
    .concept .voice {
        margin-bottom: 0;
    }
    .concept .voice li {
        margin: 0 0 30px;
    }
    .concept .voice li:last-child {
        margin: 0;
    }
    .concept .voice .photo {
        margin: 0 0 0 -12px;
        width: 143px;
    }
    .concept .voice .text {
        width: calc(100% - 145px);
    }
    .concept .voice h3 {
        margin-bottom: 2px;
        padding: 0;
    }
    .concept .voice p {
        font-size: 1.1rem;
        line-height: 1.45;
        letter-spacing: -0.025em;
    }
}

@media all and (max-width: 374px) {
    .index .sec01 .list li h3{
        font-size: 2.5rem;
    }
    .comList li .email a {
        font-size: 1.4rem !important;
        padding-left: 40px;
    }
    .comList li .sub {
        padding-left: 10px;
        padding-right: 10px;
    }
    .deliver h2 {
        font-size: 2.7rem;
    }
    .fBox .naviUl {
        margin-right: -20px;
    }
    .concept .imgBox .comBox .subBox {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .concept .imgBox .textBox {
        margin: 0 8px;
    }
    .concept .comBox h3 {
        margin-left: 0 !important;
    }
}


@media all and (-ms-high-contrast:none){
    .concept .topBox .subBox p .txtSub {
        margin: -20px 0 20px;
        display: inline-block;
    }
}