@charset "UTF-8";
/* ------------------------------
 reset.css
------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
div, p, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, table, tr, td, th, tbody, tfoot, thead {
	/* font-size:14px; */
  /* font-size:1.4rem; */
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	/*width:auto;*/
	height: auto;
	vertical-align: bottom;
	padding: 0;
}
p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
a img {
	border: none;
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
/* overflow: hidden; */ }
a:hover img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
html {
	width: 640px;
	font-size: 62.5%;
	height: 100%;
	background: #54403a;
	overscroll-behavior: none;
}
body {
	width: 640px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1;
	color: #000;
	height: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	word-break: break-all;
	box-sizing: border-box;
	border: 1px solid #54403a;
	background: #fff;
	-ms-overflow-style: none;
	overscroll-behavior: none;
}

@media screen and (min-width: 641px) {
p, a, li, dt, dd, small {
	font-size: 18px;
}
}

@media screen and (max-width: 640px) {
p, a, li, dt, dd, small {
	font-size: 18px;
}
section {
	min-height: 700px;
}
section.archive {
	min-height: auto;
}
}
a {
	text-decoration: none;
	-webkit-transition: all 260ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 260ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 260ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a, a:visited, a:focus, a:link, a:active {
	color: #000;
}
p, dt, dd, th, td {
	line-height: 1.750;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 1.5;
}
h6 {
	background: #534039;
	width: 380px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	margin-left: 0;
}
ol, ul {
	list-style: none;
}
#wrapper {
	display: block;
	width: 100%;
}
main {
	display: block;
}
/* ----------------------------------------
 comment
---------------------------------------- */
#global_header {
	width: 638px;
	background-color: #fff;
	height: 97px;
	padding: 22px 0 0 30px;
	-webkit-box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(84,64,57,1.00);
	border-top: 1px solid rgba(84,64,57,1.00);
	box-sizing: border-box;
	z-index: 998;
}
.t-header__left h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
	background-image: url(../imgHtml/logo_b.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 79px;
	height: 38px;
}
.t-header__left p {
	color: #54403a;
	letter-spacing: 2px;
	font-weight: bold;
}
.t-header__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 68px;
}
.t-header__right .t-header__right-yoyaku {
	margin-right: 20px;
}
.t-header__right .t-header__right-yoyaku time {
	font-size: 21px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.1em;
	color: #54403a;
}
.t-header__right .t-header__right-yoyaku p {
	border: 1px solid #54403a;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}
.t-header__right .t-header__right-yoyaku p span {
	letter-spacing: 0.2em;
	margin-right: -0.2em;
	color: #54403a;
}
.t-header__right .t-header__tel {
	width: 80px;
	height: 68px;
}
.t-header__right .t-header__tel a {
	display: block;
}
.t-header__right .t-header__tel a img {
	width: 100%;
	height: auto;
}
/* ----------------------------------------
 comment
---------------------------------------- */
.body_on {
	position: fixed !important;
	overflow: hidden !important;
}
.set {
	width: 80px;
}
/* -----------------------------------------
 loading
----------------------------------------- */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0px;
	left: 0px;
	background: #54403a;
	z-index: 999;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
/* -----------------------------------------
 main
----------------------------------------- */
html, body {
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
	width: 640px;
	margin: 0 auto;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#wrapper {
	margin: 0 auto;
	position: relative;
	height: 1px;
}
#loading {
	background-color: #fff;
}
#loading div {
	background-image: url("../imgHtml/cut.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-animation: loadding_on 400ms ease-in-out forwards;
	animation: loadding_on 400ms ease-in-out forwards;
}
#loading div img {
	width: 141px;
	height: auto;
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
 @-webkit-keyframes loadding_on {
 0% {
 opacity: 0;
}
 20%, 30% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes loadding_on {
 0% {
 opacity: 0;
}
 20%, 30% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeout {
	-webkit-animation: fadeOut 1s;
	animation: fadeOut 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* ----------------------------------------
 ふわっと出てくる
---------------------------------------- */
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
/* ----------------------------------------
 nav-toggle
---------------------------------------- */
#nav-toggle, #nav-toggle span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#nav-toggle {
	z-index: 998;
	position: fixed;
	top: 80%;
	right: calc(50% - 300px);
	width: 100px;
	height: 100px;
	border: 1px solid #54403a;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
}
#nav-toggle span {
	position: absolute;
	height: 8px;
	background-color: #54403a;
	width: 54%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
#nav-toggle span:nth-of-type(1) {
	top: 24px;
}
#nav-toggle span:nth-of-type(2) {
	top: 45px;
}
#nav-toggle span:nth-of-type(3) {
	bottom: 24px;
}
/* -- menu-on ---------------------------*/
#nav-toggle.open {
	-webkit-transform: rotate(360deg) scale(0.6);
	-ms-transform: rotate(360deg) scale(0.6);
	transform: rotate(360deg) scale(0.6);
	border: 4px solid #54403a;
	background: #fff;
}
#nav-toggle.open span:nth-of-type(1) {
	-webkit-transform: translate(-50%, 20px) rotate(-45deg);
	-ms-transform: translate(-50%, 20px) rotate(-45deg);
	transform: translate(-50%, 20px) rotate(-45deg);
}
#nav-toggle.open span:nth-of-type(2) {
	-webkit-transform: translate(-50%, 0px) rotate(45deg);
	-ms-transform: translate(-50%, 0px) rotate(45deg);
	transform: translate(-50%, 0px) rotate(45deg);
}
#nav-toggle.open span:nth-of-type(3) {
	opacity: 0;
}
/* -- nav-btn ---------------------------*/
#nav-toggle__btn {
	z-index: 997;
	position: fixed;
	top: 80%;
	right: calc(50% - 300px);
	width: 100px;
	height: 100px;
}
#nav-toggle__btn.close li {
	opacity: 0;
}
#nav-toggle__btn.open li {
	opacity: 1;
}
#nav-toggle__btn.open li.nav-toggle__btn-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#nav-toggle__btn.open li.nav-toggle__btn-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
#nav-toggle__btn.open li.nav-toggle__btn-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
#nav-toggle__btn li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	width: 90px;
	height: 90px;
}
#nav-toggle__btn li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
#nav-toggle__btn li.nav-toggle__btn-top {
	left: 5px;
}
#nav-toggle__btn li.nav-toggle__btn-top::before {
	border-left: 1px solid #54403a;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}
#nav-toggle__btn li.nav-toggle__btn-left {
	top: 5px;
}
#nav-toggle__btn li.nav-toggle__btn-left::before {
	border-bottom: 1px solid #54403a;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#nav-toggle__btn li.nav-toggle__btn-bottom {
	left: 5px;
	top: 5px;
}
#nav-toggle__btn li.nav-toggle__btn-bottom::before {
	border-left: 1px solid #54403a;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	height: 100%;
	top: -50%;
}
#nav-toggle__btn li a {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #54403a;
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#nav-toggle__btn li a span {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	width: 100%;
	text-align: center;
}
/* ----------------------------------------
 pager
---------------------------------------- */
.pager {
	position: fixed;
	top: 115px;
	right: calc(50% - 330px);
	padding: 0;
	z-index: 10;
}
.pager li {
	display: block;
	margin: 10px;
}
.pager li a {
	display: block;
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid rgba(84,64,57,1.00);
	border-radius: 50%;
}
.pager .is-current a {
	background: #232323;
}
/* ----------------------------------------
 global_header
---------------------------------------- */
#global_header {
	position: fixed;
}
/* ----------------------------------------
 t-section
---------------------------------------- */
.t-section {
	padding-top: 97px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: scroll;
	height: 100%;
	min-height: 640px;
}
.t-section.is-show .section-content {
	opacity: 1;
}
.section-content h2 {
	color: #54403a;
	text-align: center;
	margin-bottom: 90px;
}
.section-content h2 span {
	display: block;
}
.section-content h2 .t-section__h2-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	letter-spacing: 0.1em;
}
.section-content h2 .t-section__h2-sub {
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#t-section__01 {
	background-color: #54403a;
	width: 640px;
	height: 100%;
	position: fixed;
	top: 0;
	pointer-events: none;
	transition: 1s;
}
main {
	max-width: 640px;
	position: absolute;
	z-index: 222;
	margin-top: 95px;
}
.messe .mv_slider__li {
	background: #000;
}
.txtslider {
	pointer-events: none;
	min-height: 700px;
	padding-bottom: 30px;
	box-sizing: border-box;
	width: 640px;
	overflow-x: scroll;
	padding-left: 30px;
	color: #fff;
}
.txtslider p {
	font-size: 30px;
	padding-top: 500px;
}
#t-section__02 {
	background-color: #fff;
	width: 640px;
	overflow-x: hidden;
	border-bottom: 1px solid #54403a;
	border-top: 1px solid #54403a;
	background-position: top;
	overflow-y: hidden;
}
#t-section__03 {
	border-bottom: 1px solid #54403a;
	padding-bottom: 60px;
	background: rgba(255,255,255,0.8);
}
#t-section__04 {
	position: relative;
	border-bottom: 1px solid #54403a;
	padding-bottom: 60px;
	color: #000;
	background-position: bottom;
	background: #fff;
}
#t-section__05 {
	position: relative;
	border-bottom: 1px solid #54403a;
	padding-bottom: 60px;
	width: 640px;
	overflow-x: hidden;
	background: #fff;
}
#t-section__06 {
	position: relative;
	border-bottom: 1px solid #54403a;
	padding-bottom: 60px;
	background: rgba(255,255,255,0.8);
}
#t-section__07 {
	position: relative;
	border-bottom: 1px solid #54403a;
	padding-bottom: 60px;
	background: #fff;
}
#t-section__08 {
	position: relative;
	border-bottom: 1px solid #54403a;
	background: #fff;
}
#t-section__09 {
	background: #fff;
}
section::-webkit-scrollbar {
 display: none;
}
fotter {
}
/* ----------------------------------------
 t-section__01
---------------------------------------- */
.mv_slider {
	height: 1100px;
}
.mv_slider__li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.mv_slider__li.mv_slider__01 {
	background-image: url("../imgHtml/cut.jpg");
}
.mv_slider__li.mv_slider__02 {
	background-image: url("../imgHtml/set.jpg");
	background-position: top;
}
.mv_slider__li.mv_slider__03 {
	background-image: url("../imgHtml/room.jpg");
	background-position: bottom;
}
.mv_slider__li.mv_slider__04 {
	background-image: url("../imgHtml/spa_new.jpg");
}
.mv_slider__li.mv_slider__05 {
	background-image: url("../imgHtml/bokasu.jpg");
}
/* ----------------------------------------
 t-section__02
---------------------------------------- */
.t-blog-list {
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.t-blog-list article {
	border-bottom: 1px dotted #000;
	margin-top: 24px;
}
.t-blog-list article {
	cursor: pointer;
}
.t-blog-list article:first-child {
	margin-top: 0;
}
.t-blog-list article:last-child {
	border-bottom: none;
}
.t-blog-list h4 {
	font-weight: bold;
	font-size: 18px;
}
.t-blog-list h5 {
	font-weight: bold;
	font-size: 18px;
}
.t-blog-list_box {
	position: relative;
	width: 640px;
	line-height: 24px;
}
.t-blog-list_box img {
	width: 490px;
	margin: 20px 0;
}
.t-blog-list_box#t-blog-list_01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.t-blog-list_box#t-blog-list_01::before {
	content: '';
	background-image: url("../imgHtml/news_title__h.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
}
.t-blog-list_box#t-blog-list_01.close .t-blog-list__txt {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.t-blog-list_box#t-blog-list_01.open .t-blog-list__txt {
	height: auto;
	opacity: 1;
	font-size: 18px;
	line-height: 25px;
	width: 600px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	padding: 20px 0;
}
.t-blog-list_box#t-blog-list_02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.t-blog-list_box#t-blog-list_02::before {
	content: '';
	background-image: url("../imgHtml/news_title__b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
}
.t-blog-list_box#t-blog-list_02.close .t-blog-list__txt {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.t-blog-list_box#t-blog-list_02.open .t-blog-list__txt {
	height: auto;
	opacity: 1;
	font-size: 18px;
	line-height: 25px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 520px;
	padding: 40px 0;
}
.t-blog-list_box#t-blog-list_03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.t-blog-list_box#t-blog-list_03::before {
	content: '';
	background-image: url("../imgHtml/news_title__c.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 142px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 0;
}
.t-blog-list_box#t-blog-list_03.close .t-blog-list__txt {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.t-blog-list_box#t-blog-list_03.open .t-blog-list__txt {
	height: auto;
	opacity: 1;
	font-size: 18px;
	line-height: 25px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	width: 520px;
	padding: 40px 0;
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title {
	height: 150px;
	width: 640px;
	padding-left: 160px;
	padding-right: 87px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title .t-blog-list__date {
	font-size: 20px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title h3 {
	font-size: 23px;
	line-height: 26px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 540px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 10px;
	height: 10px;
}
/*.t-blog-list_box .t-blog-list__right .t-blog-list__txt {
	width: 412px;
	padding: 0 87px 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/
/* ----------------------------------------
 t-section__03
---------------------------------------- */
.t-menu_slide-container {
	width: 100%;
	height: 100%;
}
.t-menu_slide-wrapper {
	cursor: pointer;
	margin-left: 25px;
}
.t-menu_slide {
	background: #fff;
	padding: 46px 0;
}
.t-menu_slide h3 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0 auto 24px;
}
.t-menu_slide.t-menu_slide__standard {
	background-image: url("../imgHtml/menu_st_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
.t-menu_slide.t-menu_slide__standard h3 {
	background-image: url("../imgHtml/standard.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 59px;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__01 dl div {
	padding: 20.5px 10px;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__02 dl div {
	padding: 9px 10px !important;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 h4 {
	width: 50% !important;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 dl {
	border-top: 0;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 dl div {
	background-color: #fdf7f7;
	padding: 10px 10px;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 dl .t-menu__dl-title {
	position: relative;
	background-color: #fff !important;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 dl .t-menu__dl-title::before {
	content: '';
	border-left: 2px solid #54403a;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__03 dl .t-menu__dl-title dt {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__04 dl div {
	padding: 36px 10px !important;
}
.t-menu_slide__05 .t-menu_inr dl div dd {
	text-align: right;
	width: 290px;
}
.t-menu_slide__05 .t-menu_inr dl div dd span {
	text-align: right;
	margin-top: 40px;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__05 h4 {
	width: 50% !important;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__05 dl div {
	padding: 54px 10px;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__05 dl span {
	display: block;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__05 dl div.t-menu__none2 {
	border-bottom: 1px solid #54403a;
	padding: 6px 10px !important;
}
.t-menu_slide.t-menu_slide__standard .t-menu_slide__06 dl div {
	padding: 241px 10px !important;
	background-color: transparent !important;
}
.t-menu_slide.t-menu_slide__special {
	background-image: url("../imgHtml/menu_sp_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
.t-menu_slide.t-menu_slide__special h3 {
	background-image: url("../imgHtml/special.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 162px;
	height: 74px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 h4 {
	width: 50% !important;
	height: 145px; 
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 11.5px 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.t-menu_slide.t-menu_slide__special .t-menu_inr dl div:nth-child(odd){
	background-color: #f7fffc;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div p {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #54403a;
	border-radius: 10px;
	position: relative;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div p span {
	position: absolute;
	top: 56%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div dt {
	width: 250px;
	line-height: 20px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div dt span {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div dt.small-text {
	font-size: 0.85em;
	text-align: justify;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div dt.small-text span {
	font-size: 1.15em;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__01 .t-menu_inr dl div dd {
	width: 100%;
	padding-right: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 h4 {
	width: 80% !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl div {
	background-color: #f7fffc;
	padding: 20px 10px;
    display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl .t-menu__dl-title {
	position: relative;
	background-color: #fff !important;
	padding: 6px 10px !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl .t-menu__dl-title::before {
	content: '';
	border-left: 2px solid #54402a;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl .t-menu__dl-title dt {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl .t-menu__dl-title.t-menu__dl-title_mt {
	margin-top: 70px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 .t-menu__none2 {
	background-color: transparent !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 .t-menu_inr dl div dt {
	width: 300px;
	line-height: 28px;
    text-align: justify;
}.t-menu_slide.t-menu_slide__special .t-menu_slide__02 .t-menu_inr dl div dd {
	line-height: 28px;
    text-align: justify;
    text-align: right;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 .t-menu_inr dl div dt span {
	font-weight: bold;
}

.t-menu_slide.t-menu_slide__special .t-menu_slide__03 h4 {
	width: 80% !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 dl div {
	background-color: #f7fffc;
	padding: 9px 10px;
    display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 dl .t-menu__dl-title {
	position: relative;
	background-color: #fff !important;
	padding: 6px 10px !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 dl .t-menu__dl-title::before {
	content: '';
	border-left: 2px solid #54403a;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 dl .t-menu__dl-title dt {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 dl .t-menu__dl-title.t-menu__dl-title_mt {
	margin-top: 70px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 .t-menu__none2 {
	background-color: transparent !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 .t-menu_inr dl div dt {
	width: 290px;
	line-height: 25px;
    text-align: justify;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__03 .t-menu_inr dl div dt span {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__04 h4 {
	width: 64% !important;
	height: 145px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__04 dl div {
	padding: 3px 10px;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__04 dl div dt {
    text-align: justify;
     line-height:1.36   ;
}
.t-menu_slide__05 {
	margin-right: 30px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__05 h4 {
	width: 71%;
    height: 145px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__05 dl div {
	padding: 5px 10px;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__05 dl div dt {
	margin-bottom: 0px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__05 dl .t-menu__none2 {
	padding: 6px 10px !important;
	border-bottom: 1px solid #54403a;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__05 dl .t-menu__none2 p {
	font-size: 14px;
	text-align: left;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 h4 {
	width: 75% !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl {
	border-top: 0;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl div {
	padding: 2px 5px;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl div dt {
	margin-bottom: 10px;
    line-height: 1.3;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl div dt span {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl .t-menu__dl-title {
	position: relative;
	background-color: #fff !important;
	padding: 6px 10px !important;
	font-size: 21px;
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl .t-menu__dl-title::before {
	content: '';
	border-left: 2px solid #54403a;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl .t-menu__dl-title dt {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 21px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__06 dl .t-menu__dl-title.t-menu__dl-title_mt {
	margin-top: 70px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__07 h4 {
	width: 90% !important;
	height: 145px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__07 dl div {
	padding: 14px 10px !important;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__07 dl div dt {
	margin-bottom: 1em;
}

.t-menu_slide.t-menu_slide__special .t-menu_slide__08 h4 {
	width: 50% !important;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl {
	border-top:1;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl div {
	padding: 1px 10px !important;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl div dt {
	margin-bottom: -5px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl div dt span {
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl .t-menu__dl-title {
	position: relative;
	background-color: #fff !important;
	padding: 6px 10px !important;
	font-size: 21px;
	font-weight: bold;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl .t-menu__dl-title::before {
	content: '';
	border-left: 2px solid #54403a;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl .t-menu__dl-title dt {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 21px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__08 dl .t-menu__dl-title.t-menu__dl-title_mt {
	margin-top: 70px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__09 h4 {
	width: 90% !important;
	height: 145px;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__09 dl div {
	padding: 64px 10px !important;
	display: block;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__09 dl div dt {
	margin-bottom: 1em;
}
.t-menu_slide__01 .t-menu__nober {
	background-image: url("../imgHtml/menu_01.png");
}
.t-menu_slide__02 .t-menu__nober {
	background-image: url("../imgHtml/menu_02.png");
}
.t-menu_slide__03 .t-menu__nober {
	background-image: url("../imgHtml/menu_03.png");
}
.t-menu_slide__04 .t-menu__nober {
	background-image: url("../imgHtml/menu_04.png");
}
.t-menu_slide__05 .t-menu__nober {
	background-image: url("../imgHtml/menu_05.png");
}
.t-menu_slide__06 .t-menu__nober {
	background-image: url("../imgHtml/menu_06.png");
}
.t-menu_slide__07 .t-menu__nober {
	background-image: url("../imgHtml/menu_07.png");
}
.t-menu_slide__08 .t-menu__nober {
	background-image: url("../imgHtml/menu_08.png");
}.t-menu_slide__09 .t-menu__nober {
	background-image: url("../imgHtml/menu_09.png");
}
.t-menu_slide__standard .t-menu_slide__01 h4 {
	background-image: url("../imgHtml/st_bg_01.png");
	background-repeat: no-repeat;
	background-size: 82px 85px;
	background-position: center;
}
.t-menu_slide__standard .t-menu_slide__02 h4 {
	background-image: url("../imgHtml/st_bg_02.png");
	background-repeat: no-repeat;
	background-size: 70px 77px;
	background-position: center;
}
.t-menu_slide__standard .t-menu_slide__03 h4 {
	background-image: url("../imgHtml/st_bg_03.png");
	background-repeat: no-repeat;
	background-size: 63px 80px;
	background-position: center;
}
.t-menu_slide__standard .t-menu_slide__04 h4 {
	background-image: url("../imgHtml/st_bg_04.png");
	background-repeat: no-repeat;
	background-size: 68px 80px;
	background-position: center;
}
.t-menu_slide__standard .t-menu_slide__05 h4 {
	background-image: url("../imgHtml/st_bg_05.png");
	background-repeat: no-repeat;
	background-size: 61px 73px;
	background-position: center;
}
.t-menu_slide__standard .t-menu_slide__06 h4 {
	background-image: url("../imgHtml/st_bg_06.png");
	background-repeat: no-repeat;
	background-size: 58px 71px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__01 h4 {
	background-image: url("../imgHtml/s_bg_01.png");
	background-repeat: no-repeat;
	background-size: 62px 82px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__02 h4 {
	background-image: url("../imgHtml/s_bg_02.png");
	background-repeat: no-repeat;
	background-size: 61px 99px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__03 h4 {
	background-image: url("../imgHtml/s_bg_03.png");
	background-repeat: no-repeat;
	background-size: 96px 65px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__04 h4 {
	background-image: url("../imgHtml/s_bg_04.png");
	background-repeat: no-repeat;
	background-size: 60px 82px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__05 h4 {
	background-image: url("../imgHtml/s_bg_05.png");
	background-repeat: no-repeat;
	background-size: 52px 89px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__06 h4 {
	background-image: url("../imgHtml/s_bg_06.png");
	background-repeat: no-repeat;
	background-size: 67px 86px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__07 h4 {
	background-image: url("../imgHtml/s_bg_07.png");
	background-repeat: no-repeat;
	background-size: 81px 87px;
	background-position: center;
}
.t-menu_slide__special .t-menu_slide__08 h4 {
	background-image: url("../imgHtml/s_bg_082.png");
	background-repeat: no-repeat;
	background-size: 67px 86px;
	background-position: center;
}.t-menu_slide__special .t-menu_slide__09 h4 {
	background-image: url("../imgHtml/s_bg_09.png");
	background-repeat: no-repeat;
	background-size: 67px 86px;
	background-position: center;
}
.t-menu_slide-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 387px;
	height: auto;
	margin-right: 5px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 7px solid #54403a;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 1px;
}
.t-menu_inr {
	border: 1px solid #54403a;
	width: 100%;
	height: 100%;
	position: relative;
	color: #54403a;
}
.t-menu_inr .t-menu__nober {
	width: 52px;
	height: 52px;
	position: absolute !important;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	background-size: 100%;
	background-repeat: no-repeat;
}
.t-menu_inr h4 {
	text-align: center;
	width: 50%;
	height: 140px;
	margin: 23px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.t-menu_inr h4::after{
	content: "※全て税込表記";
    position: absolute;
    right: 30px;
    top: 135px;
    font-size: 14px;
}
.t-menu_inr h4 .t-menu__h4-title {
	display: block;
	font-size: 31px;
	margin-bottom: 4px;
	font-family: 'Josefin Sans', sans-serif;
}
.t-menu_inr h4 .t-menu__h4-sub {
	display: block;
	font-size: 16px;
}

.t-menu_inr dl {
	width: 310px;
	margin: 0 auto;
	border-top: 1px solid #54403a;
}
.t-menu_inr dl div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23.5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #54403a;
}
.t-menu_inr dl div:nth-child(odd) {
	background-color: #fdf7f7;
}
.t-menu_inr dl div dt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.t-menu_inr dl div dd {
	line-height: 1.3em;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.t-menu_inr .t-menu__tantou {
	text-align: right;
	font-weight: bold;
	width: 310px;
	margin: 20px auto;
}
.t-menu__bottom_txt {
	width: 580px;
	margin: 5px auto 0;
}
.t-menu__bottom_txt .t-menu__bottom_txt_title {
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	margin: 30px 0 14px;
	font-size: 22px;
	font-weight: bold;
	color: #54403a;
}
.t-menu__bottom_txt .t-menu__bottom_txt_txt {
	font-size: 18px;
	margin-bottom: 28px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
	line-height: 30px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.t-menu__bottom_txt ul li {
	font-size: 18px;
	line-height: 1.3em;
}
.t-menu__yoyaku {
	margin: 40px auto 0;
	width: 230px;
}
.t-menu__yoyaku a {
	width: 100%;
	background-color: #54403a;
	border-radius: 10px;
	padding: 20px 0;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.1em;
}
/* ----------------------------------------
 t-section__04
---------------------------------------- */
.t-staff__wrapper {
	width: 580px;
	margin: 0 auto;
	letter-spacing: -.4em;
	text-align: center;
}
.t-staff__wrapper article {
	width: 282px;
	height: 284px;
	display: inline-block;
	letter-spacing: normal;
}
#t-staff__02, #t-staff__03 {
	width: 200px;
	height: 200px;
}
#t-staff__02 .t-staff__f, #t-staff__03 .t-staff__f {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.t-staff__wrapper article:nth-child(odd) {
	margin-right: 12px;
}
.t-staff__wrapper article:nth-child(1) {
	margin-bottom: 12px;
}
.t-staff__wrapper article:nth-child(2) {
	margin-bottom: 12px;
}
.t-staff__wrapper article .t-staff__f {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	cursor: pointer;
}
.t-staff__wrapper article .t-staff__f::before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
}
.t-staff__wrapper article .t-staff__f::after {
	content: '';
	position: absolute;
	bottom: 18px;
	right: 14px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.t-staff__wrapper article .t-staff__f .t-staff__f-inr {
	position: absolute;
	bottom: 14px;
	left: 14px;
}
.t-staff__wrapper article .t-staff__f .t-staff__en {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.3em;
	color: #fff;
}
.t-staff__wrapper article .t-staff__f h3 {
	font-size: 21px;
	margin-bottom: 4px;
	line-height: 1.3em;
	color: #fff;
}
.t-staff__wrapper article .t-staff__f .t-staff__sub {
	font-size: 18px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 200;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
}
#t-staff__04 .t-staff__sub{
	letter-spacing: -1.1px;
}
#t-staff__01 .t-staff__f {
	background-image: url("../imgHtml/staff_photo_01.jpg");
}
#t-staff__02 .t-staff__f {
	background-image: url("../imgHtml/staff_photo_04.jpg");
}
#t-staff__03 .t-staff__f {
	background-image: url("../imgHtml/staff_photo_03.jpg");
}
#t-staff__04 .t-staff__f {
	background-image: url("../imgHtml/staff_photo_05.jpg");
}
.t-staff__pop {
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: -250px;
	left: 0;
	width: 100%;
	z-index: 200;
	-webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.t-staff__pop::-webkit-scrollbar {
 display: none;
}
.t-staff__pop.close {
	opacity: 0;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}
.t-staff__pop.open {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.t-staff__pop figure figcaption {
	width: 500px;
	margin: 30px auto 0;
	position: relative;
}
.t-staff__pop figure figcaption .staff_close {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.t-staff__pop.open figcaption::-webkit-scrollbar {
 display: none;
}
figure {
	cursor: pointer;
}
.t-staff__pop figure figcaption .staff_close span {
	width: 60%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 13px;
	left: 6px;
}
.t-staff__pop figure figcaption .staff_close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.t-staff__pop figure figcaption .staff_close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.t-staff__pop figure figcaption .t-staff__pop-en {
	font-size: 16px;
	line-height: 1.3em;
	font-feature-settings: "palt";
	text-align: center;
	color: #fff;
}
.t-staff__pop figure figcaption .t-staff__pop-name {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}
.t-staff__pop figure figcaption .t-staff__pop-txt {
	font-size: 18px;
	color: #fff;
	overflow: scroll;
	padding-bottom: 60px;
	font-feature-settings: "palt";
	text-align: justify;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.t-staff__pop-title {
	text-align: center;
	padding: 30px 0 40px;
}
.t-staff__pop-title span {
	display: block;
}
.t-staff__pop-title .t-section__h2-title {
	font-size: 45px;
	font-size: 4.5rem;
	letter-spacing: .1em;
	color: #fff;
}
.t-staff__pop-title .t-section__h2-sub {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .2em;
	color: #fff;
}
figure img {
	margin: 0 auto;
	display: block;
}
/* ----------------------------------------
 t-section__05
---------------------------------------- */
.catalo-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.catalog-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 638px;
	width: 580px;
	margin: 0 auto 10px;
}
.gallery-top .catalog-wrapper {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.gallery-top .catalog-slide {
	height: 580px;
}
.gallery-top .catalog-slide span {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	top: -60px;
	left: 0;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: 0.1em;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	color: #54403a;
}
.gallery-thumbs {
	height: 136px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .catalog-slide {
	height: 136px;
	width: 136px;
	background-size: cover;
	opacity: 1;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.4;
}
.swiper-button-next {
	border: 1px solid #000;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	background-image: none !important;
}
.swiper-button-next::before {
	content: '';
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-75%, -50%) rotate(-45deg);
	-ms-transform: translate(-75%, -50%) rotate(-45deg);
	transform: translate(-75%, -50%) rotate(-45deg);
}
.swiper-button-prev {
	border: 1px solid #000;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	background-image: none !important;
}
.swiper-button-prev::before {
	content: '';
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-25%, -50%) rotate(-225deg);
	-ms-transform: translate(-25%, -50%) rotate(-225deg);
	transform: translate(-25%, -50%) rotate(-225deg);
}
/* ----------------------------------------
 t-section__06
---------------------------------------- */
.t-item__txt {
	font-size: 18px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}
.t-item__shop {
	width: 638px;
	height: 912px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 23px;
}
.t-item__shop#harb {
	background-image: url("../imgHtml/harb_photo_new.jpg");
}
.t-item__shop#cream {
	background-image: url("../imgHtml/cream_photo.jpg");
}
.t-item__shop#hori {
	background-image: url("../imgHtml/hori.jpg");
}
.t-item__shop .t-item__shop_box {
	width: 500px;
	height: 670px;
	box-sizing: border-box;
	position: absolute;
	bottom: 200px;
	left: 65px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
.t-item__shop .t-item__shop_box .t-item__title {
	font-size: 26px;
	font-weight: bold;
	color: #54403a;
	margin-bottom: 20px;
	text-align: center;
}

.t-item__info_hori {
	font-size: 15px;
	color: #54403a;
	text-align: justify;
	line-height: 31px;
	margin: 0 auto;
	font-weight: 200;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
}


.t-item__shop .t-item__shop_box .t-item__info {
	font-size: 18px;
	color: #54403a;
	text-align: justify;
	line-height: 31px;
	margin: 0 auto;
	font-weight: 200;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
}
.t-item__shop ul {
	margin-top: 30px;
}
.t-item__shop ul li {
	line-height: 24px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	border: 1px #000 solid;
	padding: 5px 10px;
	border-radius: 15px;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.t-item__shop ul li span {
	font-size: 13px;
}
/* ----------------------------------------
 t-section__07
---------------------------------------- */
.t-info__box {
	border-radius: 10px;
	border: 1px solid #c6c6c6;
	background-size: contain;
	background-size: 100%;
	margin: 0 auto 15px;
	width: 570px;
}
.t-info__box#t-info__01 {
	background-image: url("../imgHtml/paint_00001.jpg");
}
.t-info__box#t-info__02 {
	background-image: url("../imgHtml/paint_00002.jpg");
}
.t-info__box#t-info__03 {
	background-image: url("../imgHtml/paint_00003.jpg");
}
.t-info__box .t-info__box-inr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background: rgba(255, 255, 255, 0.4);
}
.t-info__box figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t-info__box figure img {
	width: 250px;
	height: 250px;
	background-color: #c6c6c6;
}
.t-info__box figure figcaption {
	width: 234px;
	padding-top: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.t-info__box figure figcaption h3 {
	font-size: 24px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	text-align: center;
	color: #54403a;
	margin-bottom: 30px;
	line-height: 1.3em;
	font-weight: 500;
}
.t-info__box figure figcaption h3 {
	font-family: 'Futura', sans-serif;
}
.t-info__box figure figcaption h3 br + * {
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-size: 16px;
}
#t-info__03 figure img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}
.t-menu_slide.t-menu_slide__special .t-menu_slide__02 dl div {
	background-color: #f7fffc;
	padding: 11px 10px;
	display: block;
}
.t-menu_slide__05 .t-menu__h4-title {
	letter-spacing: -0.5px;
}
.t-info__box figure figcaption h3 span {
	display: block;
}
.t-info__box figure figcaption h3 span:nth-of-type(1) {
	font-size: 32px;
	font-family: 'Josefin Sans', sans-serif;
}
.t-info__box figure figcaption h3 span:nth-of-type(2) {
	font-size: 16px;
}
.t-info__box figure figcaption p {
	font-size: 18px;
	padding-left: 10px;
	text-align: justify;
	line-height: 1.3em;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: #54403a;
}
/* ----------------------------------------
 t-section__08
---------------------------------------- */
#t-section__08 {
	background-image: url("../imgHtml/paint_00004.jpg");
}
#t-section__08 .section-content .section-content__inr {
	background: rgba(255, 255, 255, 0.4);
}
#t-section__08 .section-content img {
	width: 640px;
	height: 369px;
}
.t-access_logo {
	width: 141px;
	height: 68px;
	margin: 0 auto 36px;
	background-image: url("../imgHtml/logo_b.svg");
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: left;
}
address {
	font-size: 18px;
	color: #54403a;
	text-align: center;
	margin-bottom: 56px;
	line-height: 1.3em;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
}
.t-access__info {
	background: #FFF;
	padding: 50px 0;
}
.t-access__info figure {
	width: 580px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t-access__info figure img {
	width: 323px;
	height: 185px;
	margin-left: 0px;
	background-color: #939487;
}
.t-access__info figure figcaption {
	width: 230px;
}
.t-access__info figure figcaption p {
	font-size: 18px;
	line-height: 1.3em;
	color: #54403a;
	margin-bottom: 30px;
	font-feature-settings: "palt";
	text-align: justify;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
}
.t-access__info figure figcaption a {
	background-color: #56423c;
	display: block;
	border-radius: 10px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	text-align: center;
	position: relative;
	font-weight: 200;
	padding: 24px 0;
	line-height: 1em;
	letter-spacing: 2px;
	color: #fff;
}
.t-access__info figure figcaption a::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translateY(-34%) rotate(-45deg);
	-ms-transform: translateY(-34%) rotate(-45deg);
	transform: translateY(-34%) rotate(-45deg);
	width: 8px;
	height: 8px;
}
.shop_info {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	color: #54403a;
}
/* ----------------------------------------
 t-section__09
---------------------------------------- */
.t-contact__line {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 30px 35px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 580px;
	margin: 0 auto 40px;
}
.t-contact__line h3 {
	margin-bottom: 30px;
	text-align: center;
}
.t-contact__line h3 span {
	font-size: 24px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	position: relative;
}
.t-contact__line h3 span::before {
	content: '';
	position: absolute;
	left: 104%;
	top: 50%;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: translateY(-34%) rotate(-45deg);
	-ms-transform: translateY(-34%) rotate(-45deg);
	transform: translateY(-34%) rotate(-45deg);
	width: 8px;
	height: 8px;
}
.t-contact__line .t-contact__line-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.t-contact__line .t-contact__line-info p:nth-child(1) {
	width: 240px;
	text-align: center;
}
.t-contact__line .t-contact__line-info p:nth-child(1) img {
	width: 190px;
	height: 52px;
}
.t-contact__line .t-contact__line-info p:nth-child(2) {
	width: 245px;
	font-size: 18px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
	line-height: 1.3em;
}
.footer {
	background-color: #fef4f0;
	border-top: 5px solid #54403a;
	padding: 30px 0 0;
}
.footer .t-contact__icon {
	width: 350px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .t-contact__icon a {
	display: inline-block;
	width: 120px;
	height: 120px;
}
.footer .t-contact__icon img {
	width: 120px;
	height: 120px;
}
.footer .t-contact__icon img:first-child {
	margin-right: 120px;
}
.mail {
	width: 120px;
	height: 120px;
	text-align: right;
	display: block;
}
.footer p {
	width: 580px;
	margin: 0 auto 35px;
	font-size: 16px;
	line-height: 1.3em;
	color: #54403a;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
	font-weight: 200;
}
.footer a+p:first-of-type {
	margin-bottom: 20px;
}
.footer small {
	background-color: #54403a;
	padding: 1em 0;
	text-align: center;
	font-size: 16px;
	display: block;
	color: #fff;
}
/* ----------------------------------------
 ie
---------------------------------------- */
body.ua_ie {
	font-family: "メイリオ", sans-serif;
}
.sp {
	display: none;
}
/* ----------------------------------------
 banner
---------------------------------------- */
.banner{
	padding: 30px 0;
	background: #fff;
	border-bottom: 1px solid #54403a;
	min-height: 0;
}
.banner a.bnImg{
	background: #54403a;
	width: 600px;
	height: 240px;
	margin: 0 auto;
}
.banner img:hover{
	cursor: pointer;
	opacity: 0.7;
	transition: 1s;
}
.banner img{
	margin: 0 auto;
	display: block;
}
.banner h1{
	text-align: center;
	font-size: 1.3em;
	padding-top: 5px;
}
/* ----------------------------------------
 archive
---------------------------------------- */
.archive {
	background: #fff;
	padding: 20px 40px;
	font-size: 20px;
	font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", serif;
}
.archive h1 {
	text-align: center;
	font-size: 24px;
	padding: 10px 0 20px;
}
.arBox {
	margin-bottom: 20px;
	padding: 30px;
}
.arBox p {
	display: inline-block;
	line-height: 28px;
	text-align: justify;
	text-align-last: left;
}
.arBox h2+p {
	display: inline-block;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: text-bottom;
	width: 370px;
	vertical-align: middle;
}
.arBox div {
	cursor: pointer;
}
.arBox h2 {
	display: inline-block;
	font-weight: bold;
	line-height: 36px;
}
.arBox h2::after {
	content: url(../imgHtml/right.png);
	vertical-align: middle;
	padding: 0 5px;
}
.archiveH {
	background: #FFF2E6;
	margin-bottom: 20px;
	padding: 30px;
}
.archiveB {
	background: #D8F2F7;
	margin-bottom: 20px;
	padding: 30px;
}
.archiveC {
	background: #FEF4F6;
	margin-bottom: 20px;
	padding: 30px;
}
.hide {
	display: none;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 20px 0;
	position: relative;
	text-align: justify;
    text-align-last: left;
	line-height: 30px;
}
.hide::after {
	position: absolute;
	content: url(../imgHtml/up.png);
	display: block;
	z-index: 333;
	right: 0;
	bottom: 20px;
}
.hide img{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hide.on {
	display: block;
}
.closeArchive {
	border-top: 1px dotted #000;
	padding: 20px;
	text-align: center;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}
.openArchiveToggle {
	display: block;
	border-top: 1px dotted #000;
	padding: 20px;
	text-align: center;
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
	cursor: pointer;
}
.openArchiveToggle.on {
	display: none;
}
.openArchiveToggle img{
    display: block;
    margin: 12px auto 0;
}
.openArchive {
	display: none;
}
.closeArchive img{
	display: block;
	margin: 0 auto;
}
.openArchive.on {
	display: block;
}

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

640px以上で見た場合

---------------------------------------- */
@media screen and (min-width:640px) {
html {
	width: 1280px;
	margin: 0 auto;
}
body {
	width: 100%;
	border: none;
}
main {
	width: 1280px;
	max-width: 1280px;
	margin: 0 auto;
}
#global_header {
	width: 1280px;
}
#nav-toggle {
	right: calc(50% - 580px);
}
#nav-toggle__btn {
	right: calc(50% - 580px);
}
.arBox h2+p {
	width: 1015px;
}
.t-menu__bottom_txt .t-menu__bottom_txt_txt {
	text-align: justify;
	text-align-last: left;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.sp {
	display: block;
}
.txtslider {
	width: 1280px;
	pointer-events: none;
	box-sizing: border-box;
	padding-top: 590px;
	overflow-x: hidden;
	padding-left: 120px;
	height: 840px;
	min-height: 840px;
	overflow-y: hidden;
	color: #fff;
}
#t-section__01 {
	width: 1280px;
}
#t-section__02 {
	width: 1280px;
	overflow-y: auto;
}
#t-section__02 a:hover {
	opacity: 1;
}
#t-section__02 .t-blog-list article {
	display: inline-block;
	width: 404px;
	border: none;
}
#t-section__02 .t-blog-list {
	margin-top: 200px;
}
#t-section__03 {
	width: 100%;
	min-width: 1280px;
	background: #fff;
}
.txtslider p {
	padding-top: 0;
}
.t-blog-list_box {
	width: 403px;
}
.mv_slider__li.mv_slider__01 {
	background-image: url("../imgHtml/cut_big.jpg");
}
.mv_slider__li.mv_slider__02 {
	background-image: url("../imgHtml/set_big.jpg");
	background-position: top;
}
.mv_slider__li.mv_slider__03 {
	background-image: url("../imgHtml/room_big.jpg");
	background-position: bottom;
}
.mv_slider__li.mv_slider__04 {
	background-image: url("../imgHtml/spa_big.jpg");
}
.mv_slider__li.mv_slider__05 {
	background-image: url("../imgHtml/bokasu_big.jpg");
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title {
	width: 400px;
	padding-left: 0;
}
.t-blog-list_box .t-blog-list__right .t-blog-list__title::after {
	left: 330px;
}
.t-blog-list_box#t-blog-list_01::before, .t-blog-list_box#t-blog-list_02::before, .t-blog-list_box#t-blog-list_03::before {
	top: -150px;
	left: 0;
}
.t-blog-list_box#t-blog-list_01.open .t-blog-list__txt, .t-blog-list_box#t-blog-list_02.open .t-blog-list__txt, .t-blog-list_box#t-blog-list_03.open .t-blog-list__txt {
	width: 380px;
	padding: 40px 0;
	margin-left: -10px;
	transition: 0.5s;
}
.t-blog-list_box {
	padding-left: 0;
}
.t-staff__pop figure figcaption {
	width: 900px;
}
h6 {
	margin-left: -225px;
}
.t-staff__wrapper article {
	margin: 10px;
}
.t-staff__wrapper {
	width: 100%;
	padding: 0 340px;
	box-sizing: border-box;
}
.t-staff__wrapper article:nth-child(odd) {
	margin: 10px 7px;
}
.t-menu__bottom_txt .t-menu__bottom_txt_title {
	text-align: center;
	margin: 40px 0 20px;
}
.t-menu__bottom_txt {
	width: 800px;
	text-align: justify;
}
.t-staff__pop.open {
	opacity: 1;
	cursor: pointer;
	height: 1600px;
	overflow-y: scroll;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.t-staff__wrapper article .t-staff__f #t-section__04, #t-section__05, #t-section__06, #t-section__07, #t-section__09 {
	width: 100%;
	min-width: 1280px;
	background: #fff;
}
 .t-staff__pop figure figcaption .t-staff__pop-txt::-webkit-scrollbar {
 display: none;
}
.t-staff__pop {
	overflow-y: scroll;
	height: 100%;
}
#t-section__04 {
	height: 100%;
	min-height: 100%;
}
#t-section__08 {
	width: 100%;
	min-width: 1280px;
}
#t-section__05 .swiper-slide-next, #t-section__05 .swiper-slide-prev {
	opacity: 0.2;
}
.t-item__shop {
	width: 100%;
	background-position: center;
}
.t-item__shop#harb {
	background-image: url("../imgHtml/tea.jpg");
}
#t-section__07 .section-content {
	padding: 0 45px;
}
.t-info__box#t-info__03 {
	margin: 0 auto;
	display: block;
}
#t-section__07 article {
	display: inline-block;
	text-align: center;
}
#t-section__07 article+article {
	margin-left: 20px;
}
#t-section__08 .section-content img {
	display: block;
	margin: 0 auto 30px;
}
footer {
	min-width: 1280px;
	width: 100%;
}
.footer p {
	width: 960px;
	text-align: center;
}
}
