/*common_css*/
html{
    font-size:62.5%;
}

body{
    ;
    color:#e5e5e5;;
    -webkit-text-size-adjust: 100%;
    font-size:1.6rem;
    word-wrap: break-word;
    line-height: 1.6;
    font-family: "Mulish", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
    background-image: url(/_img/ja/cssjs/4/image/_/);
}
a {
    color:#e5e5e5;
}
a:hover {
    color:#a03744;
}
img{
    max-width: 100%;
    margin:0 auto;
    vertical-align: top;
}
 
[data-w-width] {
    max-width: 100%;
}
[data-w-width="1"] {
    width: 100%;
    margin: 0 auto;
}
[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}
@media (min-width: 769px){
    [data-w-width="1"] {
        width: 1170px;
        width:1170px;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size:1.4rem;
    }
}
.main {
  width:100%;
  padding: 0 3.8rem;
  position: relative;
  background:url(/_img/ja/layout/20/image/_/) repeat;
}
.main:before,
.main:after {
  content:'';
  position: absolute;
  top:0;
  width:8.5rem;
  height:100%;
  z-index: 2;
  pointer-events: none;
}
.main:before {
  left:0;
  background-image:
  url(/_img/ja/layout/14/image/_/),
  url(/_img/ja/layout/15/image/_/)
  ;
  background-position:
  left top,
  left top
  ;
  background-repeat:
  no-repeat,
  repeat-y
  ;
}
.main:after {
  right:0;
  background-image:
  url(/_img/ja/layout/17/image/_/),
  url(/_img/ja/layout/18/image/_/)
  ;
  background-position:
  right top,
  right top
  ;
  background-repeat:
  no-repeat,
  repeat-y
  ;
}

@media screen and (max-width: 768px) {
    .main {
        padding:0 1.9rem 0;
    }
    .main:before,
    .main:after {
        width: 4rem;
        background-size: 92%;
    }
}

footer {
    position: relative;
}
footer:before,
footer:after {
  content:'';
  position: absolute;
  top:0;
  width:8.5rem;
  height:100%;
  z-index: 2;
}
footer:before {
  left:0;
  background-image:
  url(/_img/ja/layout/16/image/_/)
  ;
  background-position:
  left bottom
  ;
  background-repeat:
  no-repeat
  ;
}
footer:after {
  right:0;
  background-image:
  url(/_img/ja/layout/19/image/_/)
  ;
  background-position:
  right bottom
  ;
  background-repeat:
  no-repeat
  ;
}

@media screen and (max-width: 768px) {
    footer:before,
    footer:after {
        width: 4rem;
        background-size: 92%;
    }
}

.-x-text {
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
}
.-x-text table{
    border-collapse: collapse;
}
.-x-text td{
    padding: 2px 5px;
    border: 1px solid #ccc;
}
.-x-text ul
,.-x-text ol
,.-x-text li{
    list-style-type:initial;
}
.-x-title-xl{
    font-size:6.0rem;
    margin-bottom:7.0rem;
    text-align: center;
    line-height: 1.4;
    position: relative;
}
.-x-title-xl:before {
    content:'';
    position: absolute;
    left:50%;
    bottom:-2.5rem;
    margin-left:-2.5rem;
    width:5rem;
    height:1px;
    background-color:#a03744;;
}
.-x-title-x{
    font-size:3.0rem;
    text-align: center;
    margin-bottom: 3.0rem;
}
.-x-title-m{
    font-size:2.4rem;
    text-align: center;
    margin-bottom:3.0rem;
}
.-x-title-m span {
    position: relative;
    padding-left:2.5rem;
}
.-x-title-m span:before {
    content:'◆';
    position: absolute;
    left:0;
    top: 10px;
    line-height: 1;
    font-size: 1.4rem;
}
.-x-title-s{
    font-size:1.4em;
}
.-x-title-xs{
    font-size:1.2em;
}

.-x-cont > [data-lib] ~ [data-lib]{
    margin-top:40px;
}
@media screen and (max-width: 768px) {
    .-x-title-xl{
        font-size:3.0rem;
        margin-bottom:3.0rem;
        text-align: left;
    }
    .-x-title-xl:before {
        left:0;
        bottom:-2rem;
        margin-left:0;
    }
    .-x-title-x{
        font-size:1.8rem;
        margin-bottom: 1.5rem;
    }
    .-x-title-m{
        font-size:1.6rem;
        margin-bottom: 1.5rem;
    }
    .-x-title-m span:before {
        top:4px;
    }
    .-x-title-s{
        font-size:1.4rem;
        margin-bottom: 1.0rem;
    }
    .-x-title-xs{
        font-size:1.2rem;
        margin-bottom: 1.0rem;
    }
}
.-x-more_btn {
    width:672px;
    margin:30px auto 0;
    font-size:1.8rem;
}
.-x-more_btn a {
    position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 7.0rem;
    color:#e5e5e5;
}
.-x-more_btn a:hover {
    color:#a03744;
}
.-x-more_btn a:before,
.-x-more_btn a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    display: block;
}
.-x-more_btn a:before {
    left: 0;
    background-image:url(/_img/ja/cssjs/7/image/_/);
}
.-x-more_btn a:hover:before {
    background-image:url(/_img/ja/cssjs/8/image/_/);
}
.-x-more_btn a:after {
    right: 0;
    background-image:url(/_img/ja/cssjs/9/image/_/);
}
.-x-more_btn a:hover:after {
    background-image:url(/_img/ja/cssjs/10/image/_/);
}
.-x-more_btn a span {
    width: 100%;
    padding: 0 5%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.-x-more_btn a span:before,
.-x-more_btn a span:after {
    content: '';
    height: 1px;
    flex-grow: 1;
    border: 1px dotted #abb0b6;
    border-width: 1px 0 0;
}
.-x-more_btn a:hover span:before,
.-x-more_btn a:hover span:after {
    border-color:#a03744;
}
.-x-more_btn a span:before {
    margin-right: 1rem;
}

.-x-more_btn a span:after {
    margin-left: 1rem;
}
@media screen and (max-width: 768px) {
    .-x-more_btn {
        width:95%;
    }
    .-x-more_btn a span {
        padding:0 9%;
    }
}
.-x-hr-top::before{
    content: '';
    display: block;
    height: 79px;
    width: 100%;
    background-image:url(/_img/ja/cssjs/3/image/79_79/);
    background-position: center;
}
.-x-hr-bottom::after{
    content: '';
    display: block;
    height: 79px;
    width: 100%;
    background-image:url(/_img/ja/cssjs/3/image/79_79/);
    background-position: center;
}

.-x-hr-bottom + .-x-hr-top::before{
    display: none;
}

.-x-background-light{
    background-color: rgba(255,255,255,0.05);
    backdrop-filter: brightness(150%);
}

/* pagination */
.pagenation {
    width: 1170px;
    margin: 40px auto 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pagenation {
        width: calc(100% - 20px);
    }
}
.pagenation span+span {
    margin-left: 10px;
}

.t_center {
  text-align: center!important;  
}
/*widget:36a4cdb5-0a39-45c4-9b23-d344a7314a8b*/[data-lib="100"]{box-sizing: border-box;}[data-lib="100"] *{box-sizing: border-box;}[data-lib="100"] .-w-head_since{width:100%;
	height:34px;
	margin:0 auto;
	text-align: center;
	background:url(/_img/ja/cms_parts_library/743/image/_/) repeat-x 0 0;}[data-lib="100"] h1{display: none;}[data-lib="100"] .-w-head_main{width:100%;
	height:111px;
	padding:0 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background:url(/_img/ja/cms_parts_library/744/image/_/) repeat-x 0 0;}[data-lib="100"] .-w-lang_btn{padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;}[data-lib="100"] .-w-lang_btn a,[data-lib="100"] .-w-lang_btn span.-w-current{display: block;
	width: 10rem;
	text-align: center;
	color:#e5e5e5;
	;
	background: #1b1b1b;
	padding: 0.5rem;}[data-lib="100"] .-w-lang_btn span.-w-current{user-select: none;
	background: #313131;}[data-lib="100"] .-w-lang_btn a:hover{color:#a03744;
	;}[data-lib="100"] .-w-lang_btn a span,[data-lib="100"] .-w-lang_btn span.-w-current span{font-size:1.0rem;}[data-lib="100"] .-w-logo{position: absolute;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);}[data-lib="100"] #-w-nav-drawer{position: relative;
	padding-top: 10px;}[data-lib="100"] .-w-nav-unshown{display:none;}[data-lib="100"] #-w-nav-open{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 45px;
	height: 50px;}[data-lib="100"] #-w-nav-open span.-w-bar,[data-lib="100"] 
#-w-nav-open span.-w-bar:before,[data-lib="100"] 
#-w-nav-open span.-w-bar:after{position: absolute;
	height: 1px;
	width: 45px;
	display: block;
	background:#e5e5e5;
	;
	content: '';
	cursor: pointer;}[data-lib="100"] #-w-nav-open:hover span.-w-bar,[data-lib="100"] 
#-w-nav-open:hover span.-w-bar:before,[data-lib="100"] 
#-w-nav-open:hover span.-w-bar:after{background:#a03744;
	;}[data-lib="100"] #-w-nav-open span:before{bottom: -12px;}[data-lib="100"] #-w-nav-open span:after{bottom: -24px;}[data-lib="100"] #-w-nav-open span.-w-txt{color:#e5e5e5;
	;
	line-height: 1;
	margin-top:auto;
	text-align: center;
	font-size: 1.0rem;}[data-lib="100"] #-w-nav-open:hover span.-w-txt{color:#a03744;
	;}[data-lib="100"] #-w-nav-close{display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;}[data-lib="100"] #-w-nav-content{overflow: auto;
	position: fixed;
	top: 144px;
	right: 0;
	z-index: 9999;
	width: 90%;
	max-width: 660px;
	height: 100%;
	background: url(/_img/ja/cssjs/11/image/_/
) repeat;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-close{display: block;
	opacity: .5;}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-content{-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-open span.-w-bar{transform: rotate(-45deg) translateY(50%);
	top: 15%;}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-open span.-w-bar,[data-lib="100"] 
#-w-nav-input:checked ~ #-w-nav-open span.-w-txt{position: relative;
	z-index: 9999;}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-open:hover span.-w-bar,[data-lib="100"] 
#-w-nav-input:checked ~ #-w-nav-open:hover span.-w-txt{color:#a03744;
	;}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-open span.-w-bar:before{display: none;}[data-lib="100"] #-w-nav-input:checked ~ #-w-nav-open span.-w-bar:after{transform: rotate(90deg) translateY(-50%);
	bottom:0;}[data-lib="100"] #-w-nav-content nav ul{padding-bottom: 15rem;}[data-lib="100"] #-w-nav-content nav ul li a{width:100%;
	display: inline-block;
	background:#313131;
	color:#a03744;
	;
	padding:15px;
	border-bottom:1px solid #ffffff;}[data-lib="100"] #-w-nav-content nav ul li a:hover{text-decoration: underline;}[data-lib="100"] #-w-nav-content nav ul li:last-child a{border-bottom:0;}@media  (max-width: 768px) {[data-lib="100"] .-w-lang_btn a,[data-lib="100"] .-w-lang_btn span.-w-current{width: 5.5rem;
	white-space: nowrap;}[data-lib="100"] .-w-lang_btn a span,[data-lib="100"] .-w-lang_btn span.-w-current span{font-size:1.0rem;}[data-lib="100"] .-w-lang_btn span.-w-current{display: none;}[data-lib="100"] .-w-logo{text-align: center;}[data-lib="100"] .-w-logo img{max-width:70%;}[data-lib="100"] #-w-nav-drawer{width:40px;}[data-lib="100"] #-w-nav-open{width: 40px;
	height: 40px;}[data-lib="100"] #-w-nav-open span.-w-bar,[data-lib="100"] 
#-w-nav-open span.-w-bar:before,[data-lib="100"] 
#-w-nav-open span.-w-bar:after{width: 35px;}[data-lib="100"] #-w-nav-open span:before{bottom: -10px;}[data-lib="100"] #-w-nav-open span:after{bottom: -20px;}[data-lib="100"] #-w-nav-open span.-w-txt{font-size:1.0rem;
	letter-spacing: 0.25em;}[data-lib="100"] #-w-nav-content nav ul li a{padding:7.5px 10px;}}/*widget:fa7235cb-6378-42bd-90cb-81a41c323ee7*/[data-lib="473"] .-w-main-img{text-align: center;
	margin-bottom: 2rem;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt.-w-group-Innovative{background: url(/_img/ja/cms_parts_library/477/image/80_80_1_/) 0 0 no-repeat #1b1b1b;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt.-w-group-Traditional{background: url(/_img/ja/cms_parts_library/537/image/80_80_1_/) 0 0 no-repeat #1b1b1b;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt.-w-group-Simple{background: url(/_img/ja/cms_parts_library/538/image/80_80_1_/) 0 0 no-repeat #1b1b1b;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt{padding: 2rem 100px;
	margin: 0 2rem;
	background-color: #1b1b1b;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt h2{font-size:3.6rem;
	padding: 1.5rem 0;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price{margin-bottom: 1rem;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price th,[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price td{vertical-align: center;
	white-space: nowrap;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price th{background: #313131;
	display: inline-block;
	font-weight: normal;
	padding: 0.25rem 1rem;
	min-width: 20vw;
	text-align: center;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price td{padding: 0.25rem 0 0.25rem 1rem;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt table.-w-price td span{white-space: nowrap;}[data-lib="473"] .-w-Dtl-cont .-w-c-text2{background: #313131;
	padding: 2rem 100px;
	margin: 0 2rem;}[data-lib="473"] .-w-text:before{content:'';
	display:block;
	background: #a03744;
	width: 50px;
	height: 1px;
	margin-bottom: 1rem;}[data-lib="473"] .-w-addCont{padding: 0 2rem 2rem;}[data-lib="473"] .-w-linkBtn{white-space: nowrap;
	line-height: 3rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 14.8rem;
	display:block;
	text-align: left;
	margin-left: 3rem;}[data-lib="473"] .-w-linkBtn span{font-size:0.9rem;
	color:#8c8c8c;}[data-lib="473"] .-w-linkBtn a{color: #a03744;}@media (max-width: 768px){[data-lib="473"]{font-size: 3.7vw;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt{padding: 80px 2rem 2rem;}[data-lib="473"] .-w-Dtl-cont .-w-Dtl-dgt h2{font-size: 5vw;}[data-lib="473"] .-w-Dtl-cont .-w-c-text2{padding: 2rem;}[data-lib="473"] .-w-linkBtn{margin-left: 0;}}/*widget:96baaa73-b014-4d87-9d4d-86b747346be5*/[data-lib="658"] #-w-reservationfixed{width: 330px;
	height: 80px;
	background: url(/_img/ja/cms_parts_library/660/image/_/) no-repeat;
	position: fixed;
	right: 50px;
	cursor: pointer;
	z-index: 998;
	bottom: -100px;
	opacity: 0;
	transition: .4s linear;}[data-lib="658"] #-w-reservationfixed.appear{bottom: 15px;
	opacity: 1;}[data-lib="658"] #-w-reservationfixed:hover{background: url(/_img/ja/cms_parts_library/661/image/_/) no-repeat;}@media (max-width: 768px){[data-lib="658"] #-w-reservationfixed{width: 70%;
	height: 10%;
	left: 50%;
	transform: translateX(-55%);
	background-size: contain;}}/*widget:88c69c4c-5aa1-406c-992a-9e3d92beb692*/[data-lib="128"]{position: relative;}[data-lib="128"] img{margin: 0;
	display: block;}[data-lib="128"] .-w-pc{display: block!important;}[data-lib="128"] .-w-sp{display: none!important;}[data-lib="128"] .-w-sp-img{display: none;}[data-lib="128"] .-w-tohead{cursor: pointer;
	display: block;
	transition: all 1s ease-out;
	width:70px;
	height:98px;
	background:url(/_img/ja/cms_parts_library/192/image/_/) no-repeat;
	position: fixed;
	right: 50px;
	bottom: 105px;
	z-index: 998;}[data-lib="128"] .-w-tohead:hover{transform: rotateY(360deg);
	background:url(/_img/ja/cms_parts_library/646/image/_/) no-repeat;}[data-lib="128"] .-w-main{padding: 50px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="128"] .-w-line + .-w-line{margin-top:20px;}[data-lib="128"] .-w-line{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="128"] .-w-t-t{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="128"] .-w-gmap{width:370px;
	line-height: 88px;
	padding-left: 60px;
	letter-spacing: 0.2rem;
	font-size: 2.2rem;
	font-weight: 600;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border:1px solid #e5e5e5;
	background:url(/_img/ja/cms_parts_library/548/image/_/) no-repeat left 77px top 17px;
	font-family: "Mulish";
	margin-left:40px;}[data-lib="128"] .-w-gmap:hover{color:#a03744;
	border-color:#a03744;
	background:url(/_img/ja/cms_parts_library/549/image/_/) no-repeat left 77px top 17px;}[data-lib="128"] .-w-address{font-size:1.6rem;
	margin-left:40px;}[data-lib="128"] .-w-box-outlined{border:solid 1px;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link{width:260px;
	border-color:#e5e5e5;
	padding:3px;
	display: block;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link:hover,[data-lib="128"] 
.-w-box-outlined.-w-trakoya-link:hover span{border-color:#ede00f;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link span{border:3px solid;
	border-color:#e5e5e5;
	background:url(/_img/ja/cms_parts_library/546/image/_/) no-repeat top 10px right 14px;
	padding:11px;
	display: block;
	text-align: center;
	width:100%;
	height:100%;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link:hover span{background:url(/_img/ja/cms_parts_library/547/image/_/) no-repeat top 10px right 14px;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link span img{margin:0 auto;}[data-lib="128"] .-w-tel{width: 250px;
	margin-left: 10px;}[data-lib="128"] .-w-tel .-w-c1{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 99px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2rem;
	font-size: 1.5em;
	color: inherit;
	text-decoration: none;}[data-lib="128"] .-w-tel .-w-c1 img{display: block;
	height: fit-content;
	margin-right: 20px;}[data-lib="128"] .-w-tel .-w-c1 > div{flex-grow: 1;
	line-height: 1.3;}[data-lib="128"] .-w-tel .-w-c1 > div .-w-tel_txt{font-size:1.8rem;}[data-lib="128"] .-w-tel .-w-hour{text-align: center;
	background-color:#cccccc;
	color:#000;
	font-size: 1.6rem;
	height: 43px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="128"] .-w-reservation{width: 410px;
	height: 144px;
	margin-left:10px;}[data-lib="128"] .-w-reservation .-w-inner{height: 102px;
	background:url(/_img/ja/cms_parts_library/171/image/_/) no-repeat , url(/_img/ja/cms_parts_library/171/image/_/) no-repeat right;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="128"] .-w-reservation .-w-inner .-w-r1{font-size: 2.6rem;
	letter-spacing: 0.3rem;}[data-lib="128"] .-w-reservation .-w-inner .-w-r2{font-size:1.8rem;}[data-lib="128"] .-w-reservation::before,[data-lib="128"] .-w-reservation::after{content:'';
	display: block;
	height: 20px;
	background-color:#cccccc;}[data-lib="128"] .-w-box-outlined.-w-reservation:hover{border-color:#a03744;
	color:#a03744;}[data-lib="128"] .-w-box-outlined.-w-reservation:hover::before,[data-lib="128"] .-w-box-outlined.-w-reservation:hover::after{background-color:#a03744;}[data-lib="128"] .-w-copyright{font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;}[data-lib="128"] a{color: inherit;
	text-decoration: none;}@media (max-width: 1280px){[data-lib="128"] .-w-main{padding: 50px 8.5rem;}[data-lib="128"] .-w-gmap{background-position: left 37px top 17px;}[data-lib="128"] .-w-gmap:hover{background-position: left 37px top 17px;}[data-lib="128"] .-w-line2{flex-wrap: wrap;}[data-lib="128"] .-w-t-t{width:calc(70% - 10px);}[data-lib="128"] .-w-reservation{width:30%;}[data-lib="128"] .-w-tel .-w-c1 > div{font-size: 1.6vw;}[data-lib="128"] .-w-tel .-w-c1 > div .-w-tel_txt{font-size: 1.4vw;}}@media (max-width: 768px){[data-lib="128"] .-w-pc{display: none!important;}[data-lib="128"] .-w-sp{display: block!important;}[data-lib="128"] .-w-tohead{position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 999;
	width: 50px;
	height: 78px;
	background-size:100%;}[data-lib="128"] .-w-tohead:hover{width: 50px;
	height: 78px;
	background-size:100%;}[data-lib="128"] .-w-t-t{width: 100%;
	margin-bottom: 20px;}[data-lib="128"] .-w-t-t .-w-trakoya-link{width: 45%;}[data-lib="128"] .-w-t-t .-w-trakoya-link .-w-pc-img{display: none;}[data-lib="128"] .-w-t-t .-w-trakoya-link .-w-sp-img{display: block;
	width: 100%;}[data-lib="128"] .-w-t-t .-w-tel{width: 55%;
	margin-left: 2%;}[data-lib="128"] .-w-t-t .-w-tel .-w-c1{padding-left: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: initial;
	font-size: 3.5vw;
	padding:1.5rem 1rem;}[data-lib="128"] .-w-t-t .-w-tel .-w-c1 > div{flex-grow: 0;
	font-size: 4.0vw;}[data-lib="128"] .-w-t-t .-w-tel .-w-c1 > div .-w-tel_txt{font-size: 3.5vw;}[data-lib="128"] .-w-t-t .-w-tel .-w-c1 img{width: 7vw;
	height: auto;}[data-lib="128"] .-w-t-t .-w-tel .-w-hour{font-size: 2.5vw;
	padding:0.5rem 0;
	height: initial;}[data-lib="128"] .-w-main{-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 30px 2.5rem 50px;}[data-lib="128"] .-w-line2{-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;}[data-lib="128"] .-w-line1{-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;}[data-lib="128"] .-w-line + .-w-line{margin-top:0;}[data-lib="128"] .-w-line3{order: -1;
	margin: 2rem 0!important;}[data-lib="128"] .-w-line3 .-w-box-outlined.-w-trakoya-link{width: 100%;}[data-lib="128"] .-w-line3 .-w-box-outlined.-w-trakoya-link span img{width: 40%;}[data-lib="128"] .-w-reservation{width: 100%;
	height: initial;
	margin-bottom: 20px;
	margin-left:0;}[data-lib="128"] .-w-reservation .-w-inner{line-height: 1.4;
	background:url(/_img/ja/cms_parts_library/171/image/_/) no-repeat top 7px left 5px / 90px, url(/_img/ja/cms_parts_library/171/image/_/) no-repeat top 7px right 5px / 90px;}[data-lib="128"] .-w-reservation .-w-inner .-w-r1{font-size: 3.2vw;}[data-lib="128"] .-w-reservation::before,[data-lib="128"] .-w-reservation::after{display: none;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link span{background:url(/_img/ja/cms_parts_library/546/image/_/) no-repeat top 10px right 10px;
	padding:6px;}[data-lib="128"] .-w-box-outlined.-w-trakoya-link:hover span{background:url(/_img/ja/cms_parts_library/547/image/_/) no-repeat top 10px right 10px;}[data-lib="128"] .-w-line .-w-logo{display: none;}[data-lib="128"] .-w-address{width: 45%;
	margin-right: 0;
	font-size:2.5vw;
	margin-left:0;}[data-lib="128"] .-w-gmap{width: 55%;
	font-size: 3vw;
	padding-left: 35px;
	margin-left:2%;
	line-height: initial;
	padding:20px 5px 20px 45px;
	background: url(/_img/ja/cms_parts_library/548/image/_/) no-repeat left 10px top 12px / 30px;}[data-lib="128"] .-w-gmap:hover{background:url(/_img/ja/cms_parts_library/549/image/_/) no-repeat left 10px top 12px / 30px;}[data-lib="128"] .-w-t-t .-w-tel:first-of-type{margin-left: 0;}}@media (max-width: 480px){[data-lib="128"] .-w-reservation .-w-inner .-w-r1{font-size: 4.2vw;}[data-lib="128"] .-w-reservation .-w-inner .-w-r2{font-size: 2.8vw;}}/*widget:f15d603c-5a05-4e3e-a4c5-966bce1bb7c8*/[data-lib="280"]{padding: 6rem 0;
	background:url(/_img/ja/cssjs/11/image/_/);}[data-lib="280"] div{margin:0 auto;}[data-lib="280"] *{padding:0;
	margin:0;
	box-sizing: border-box;}[data-lib="280"] .-w-page-link li a{color: #a03744;
	text-decoration: none;}[data-lib="280"] .-w-page-link li a:hover{text-decoration: underline;}[data-lib="280"] ul.-w-page-link{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}[data-lib="280"] .-w-page-link li{white-space: nowrap;
	line-height: 3rem;
	text-align: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% / 4 - 57px);}[data-lib="280"] .-w-page-link li span{font-size: 1.8rem;
	color: #8c8c8c;}[data-lib="280"] .-w-mintext{font-size: 1.4rem;}@media (max-width: 1024px){[data-lib="280"] .-w-page-link li{width: calc(100% / 4 - 27px);}}@media (max-width: 768px){[data-lib="280"]{padding: 2rem 1rem 1rem;}[data-lib="280"] .-w-page-link li{flex-basis: 50%;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	padding: 0 0.5rem;}[data-lib="280"] .-w-page-link li span{font-size: 0.9rem;}[data-lib="280"] .-w-mintext{font-size: 1.1rem;}}/*layout:1*//*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  /* color: inherit; */
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}