@charset "utf-8";

/*********** PC ***********/
@media screen and (min-width: 961px) {
.sp {
	display: none!important;
}
svg {
	width: 100%;
}
body {
	position: relative;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	position: absolute;
	top: 0;
	width: calc(100% - 100px);
	z-index: 2;
}
button.nav_fixed {
	position: fixed;
	right: 50px;
	top: 46px;
	width: 45px;
	padding: 10px;
	z-index: 2;
}
button.nav_fixed .line_t,
button.nav_fixed .line_m {
    margin-bottom: 6px;
}
button.nav_fixed div[class^="line_"] {
	height: 1px;
	background: #fff;
}
button.nav_fixed div.line_b {
	width: calc(100% - 10px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
button.nav_fixed:hover div.line_b {
	width: 100%;
}
header h1 {
	width: 120px;
	aspect-ratio: 2 / 1;
}
header nav ul {
	display: flex;
	gap: 30px;
}
header nav ul li a {
	position: relative;
}
header nav ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}
header nav ul li a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
.top_img {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	background-image: url("../images/parts/hero01.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 5 / 2;
}
.top_img p.top_img_txt {
	position: absolute;
	bottom: 30px;
	left: 3cqb;
	font-size: 3.0rem;
}
div[class^="header_img"] {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 5 / 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.header_img_about {
	background-image: url("../images/parts/header_img_about.webp");
}
.header_img_menu {
	background-image: url("../images/parts/header_img_menu.webp");
}
.header_img_staff {
	background-image: url("../images/parts/header_img_staff.webp");
}
.header_img_reserve {
	background-image: url("../images/parts/header_img_reserve.webp");
}
.header_img_access {
	background-image: url("../images/parts/header_img_access.webp");
}
.header_img_contactmedia {
	background-image: url("../images/parts/header_img_contactmedia.webp");
}
.header_img_recruit {
	background-image: url("../images/parts/header_img_recruit.webp");
}
.header_img_company {
	background-image: url("../images/parts/header_img_company.webp");
}
div[class^="header_img"] p.header_img_txt_en {
	font-size: 8.0rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
div[class^="header_img"] p.header_img_txt_jp {
	font-size: 2.0rem;
}
.top_img_btn {
	position: fixed;
	z-index: 2;
	bottom: 30px;
	right: 30px;
}
.top_img_btn a {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 17px 20px;
	background: #24221f;
}
.top_img_btn a img {
	width: 23px;
}
.top_img_btn a:hover {
	background-color: #968155;
	opacity: 1;
}
main section {
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
main section.main_ex {
	width: 1600px;
}
main section.main_ex p[class^="subttl"] {
	font-size: 1.2rem;
	width: 70%;
}
main section.main_ex p[class^="ttl"] {
	width: 70%;
	font-size: 3.4rem;
	margin-top: 20px;
}
main section.main_ex .txt_img_wrap {
	display: flex;
	justify-content: space-between;
	margin: -25px 0 0;
	padding-right: 300px;
	gap: 120px;
}
main section.main_ex .txt_img_wrap .txt_img_l {
	margin-top: 260px;
}
main section.main_ex .txt_img_wrap .txt_img_l img {
	width: 280px;
}
main section.main_ex .txt_img_wrap p.txt_whatistula {
	margin-top: 120px;
	line-height: 2.6em;
}
main section.main_ex .txt_img_wrap .txt_img_r img {
	width: 370px;
}
main section.main_ex .txt_img_b {
	margin-top: 80px;
}
main section.main_ex .txt_img_b img {
	width: 320px;
}
main section h2 {
	font-size: 6.0rem;
}
main section .ttl_sub {
	margin-bottom: 60px;
}
main section .news_list {
	width: 70%;
}


main section .news_list ul {
	height: 270px;
	overflow: scroll;
	overflow-x: hidden;
}
main section .news_list ul li {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}
main section .news_list ul li .news_txt {
	padding-right: 20px;
}
main section.movie .movie_wrap {
    width: 350px;
    margin: 0 auto;
}
main section.movie video {
    width: 100%;
    height: 100%;
}
main section.main_ex.main_ex_page ul.contact_list {
	display: inline-block;
	margin: 0 auto;
}
main section.main_ex.main_ex_page ul.contact_list li {
	text-align: center;
	line-height: 0;
	margin-bottom: 20px;
}
main section.main_ex.main_ex_page ul.contact_list li.hotpepper img {
	width: 200px;
}
main section.main_ex.main_ex_page ul.contact_list li a {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	line-height: 0;
	display: block;
}
main section.main_ex.main_ex_page ul.contact_list li.tel a,
main section.main_ex.main_ex_page ul.contact_list li.mail a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 2.4rem;
	line-height: 0;
	color: #24221f;
}
main section.main_ex.main_ex_page ul.contact_list li.mail a {
	font-size: 2.0rem;
}
main section.main_ex.main_ex_page ul.contact_list li.tel a img,
main section.main_ex.main_ex_page ul.contact_list li.mail a img {
	width: 25px;
}

footer {
	background: #24221f;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 0;
}
footer .footer_wrap {
	width: 70%;
}
footer .footer_wrap .f_wrap {
	display: flex;
	justify-content: space-between;
}
footer .footer_wrap .f_wrap .f_shopinfo,
footer .footer_wrap .f_wrap .f_sitemap,
footer .footer_wrap .f_wrap .f_followus {
	width: 33.3%;
}

footer .footer_wrap .f_wrap .f_ttl {
	opacity: 0.4;
	margin-bottom: 15px;
}
footer .footer_wrap .f_wrap .f_shopinfo_name_en {
	font-size: 2.0rem;
	line-height: 1;
}
footer .footer_wrap .f_wrap .f_shopinfo_name_jp {
	font-size: 1.2rem;
	margin-bottom: 7px;
}
footer .footer_wrap .f_wrap .f_shopinfo_route {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
footer .footer_wrap .f_wrap .f_shopinfo_map a {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 1.4rem;
}
footer .footer_wrap .f_wrap .f_shopinfo_map a img {
	width: 12px;
}
footer .footer_wrap .f_wrap .f_shopinfo dl {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
footer .footer_wrap .f_wrap .f_shopinfo dl dt {
	width: 80px;
	opacity: 0.4;
}
footer .footer_wrap .f_wrap .f_shopinfo dl dd {
	width: calc(100% - 80px);
}
footer .footer_wrap .f_wrap .f_sitemap ul li,
footer .footer_wrap .f_wrap .f_followus ul li {
	margin-bottom: 10px;
}
footer .footer_wrap .copyright {
	text-align: center;
	opacity: 0.2;
	padding: 80px 0 80px;
	font-size: 1.4rem;
}

/* hamburger_nav */
#nav_fixed_main {
	position: fixed;
	width: 40%;
	right: -40%;
	z-index: 3;
	background: #24221f;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
#nav_fixed_main.clicked {
	right: -0px;
	opacity: 1;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 40px;
}
#nav_fixed_main .nav_fixed_main_in {
	width: 45%;
	padding: 90px 0 0;
}
#nav_fixed_main .nav_fixed_main_in .nav_close {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}
#nav_fixed_main .nav_fixed_main_in ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 2.0rem;
}
#nav_fixed_main .nav_fixed_main_in .nav_ttl {
	margin: 60px 0 15px;
	opacity: 0.4;
}
#nav_fixed_main .nav_fixed_main_in ul.nav_sns {
	display: flex;
	gap: 20px;
	flex-direction: inherit;
	margin: 25px  0 0;
}
#nav_fixed_main .nav_fixed_main_in ul.nav_sns li {
	width: 40px;
}

/* About us */
main section.main_ex.main_ex_page {
	max-width: 1600px;
	width: 100%;
}
main section.main_ex.main_ex_page .ttl_main_ex {
	margin-bottom: 30px;
}
main section.main_ex.main_ex_page .txt_img_wrap {
	margin: 0;
	padding-right: 0;
	gap: 60px;
	width: 70%;
}
main section.main_ex.main_ex_page .txt_img_wrap p.txt_main_ex {
	margin-top: 0px;
	line-height: 2.6em;
}
main section.contents h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
main section.contents h2 .h2_en {
	font-size: 7.0rem;
	line-height: 1.6;
}
main section.contents h2 .h2_jp {
	font-size: 4.0rem;
}
main section.contents h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
main section.contents ul.slider {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0 20px 60px;
	flex-wrap: wrap;
}
main section.contents ul.slider li {
	width: 300px;
}
main section.contents ul.slider li img {
	width: 100%;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl {
	display: block;
	margin-bottom: 10px;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_t {
	font-size: 2.0rem;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_t,
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_b {
	display: block;
	text-align: center;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_b {
	font-size: 1.4rem;
}
main section.contents p.cont_h3_txt {
	margin: 0 0 20px;
}
main section.contents .ex_txt {
	width: 900px;
}
main section.contents .ex_txt p {
	margin-bottom: 30px;
}
/* #staff */
main section#staff .aisatsu {
	width: 50%;
	margin-bottom: 60px;
}
main section#staff .aisatsu p {
	border: 1px solid #fff;
	padding: 20px;
}
main section#staff ul {
	width: 50%;
}
main section#staff ul li {
	margin-bottom: 80px;
}
main section dl.table_dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section dl.table_dl dt,
main section dl.table_dl dd {
	border-bottom: 1px solid #aaa;
	padding: 10px 0;
}
main section dl.table_dl dt {
	width: 180px;
	opacity: 0.6;
}
main section dl.table_dl dd {
	width: calc(100% - 180px);
	padding-left: 10px;
}
/* #access */
main section#access .access_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main section#access .access_cont dl {
	width: 48%;
}
main section#access .access_cont .access_map {
	width: 50%;
}
main section#access .access_cont .access_map iframe {
	width: 100%;
	aspect-ratio: 5 / 3;
}
main section#access dl dd a.map {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 1.4rem;
}
main section#access dl dd a.map img {
	width: 12px;
}
main section#access dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#access dl dt,
main section#access dl dd {
	border-bottom: 1px solid #aaa;
	padding: 20px 0;
}
main section#access dl dt {
	width: 120px;
	opacity: 0.6;
}
main section#access dl dd {
	width: calc(100% - 120px);
	padding-left: 10px;
}
/* #contact_media */
main section#contact_media .contact_media_cont {
	text-align: center;
}
main section#contact_media .contact_media_cont p {
	margin-bottom: 40px;
}
main section#contact_media .contact_media_cont ul.contact_list li.mail a {
	font-size: 1.9rem;
	letter-spacing: -0.1rem;
}
main section#contact_media .contact_media_cont ul.contact_list li.tel a {
	font-size: 2.6rem;
	letter-spacing: 0.2rem;
	padding: 15px 20px;
}
/* #company */
main section#company {
	width: 800px;
}
/* #menu */
main section.aboutus_menu {
    width: 1120px;
    align-items: unset;
}
main section.aboutus_menu h2 {
    line-height: 2.8rem;
    margin-bottom: 20px;
}
main section.aboutus_menu h2 .h2_jp {
    font-size: 4.0rem;
}
main section.aboutus_menu h2 .h2_jp .price {
    font-size: 2.0rem;
}
main section.aboutus_menu p.menu_subtitle {
    font-size: 2.0rem;
    margin-bottom: 30px;
}
main section.aboutus_menu .menu_desc,
main section.aboutus_menu .menu_flow {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
main section.aboutus_menu .menu_flow h3,
main section.aboutus_menu .menu_faq h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
}
main section.aboutus_menu .menu_flow ul {
    margin-bottom: 15px;
}
main section.aboutus_menu .menu_flow ul ol {
    padding-left: 2.0rem;
}
main section.aboutus_menu .menu_faq dl dd {
    margin-bottom: 15px;
}
main .aboutus_menu_nav {
width: 800px;
margin: 0 auto;
}
.aboutus_menu_nav {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.2em;
  margin-bottom: 2em;
  counter-reset: toc-counter;
}
.aboutus_menu_nav > span {
    font-size: 2.0rem;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
/* 第一階層の番号付きリスト */
.aboutus_menu_nav > ol > li {
  counter-increment: toc-counter;
  position: relative;
    font-size: 2.0rem;
  padding-left: 2.0rem;
  margin-bottom: 0.5em;
}
.aboutus_menu_nav > ol > li::before {
  content: counter(toc-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
}
/* 第二階層（子リスト）の番号付き */
.aboutus_menu_nav ol ol {
  counter-reset: sub-counter;
  list-style: none;
  padding-left: 1.6rem;
  margin-top: 0.2em;
    font-size: 1.6rem;
}
.aboutus_menu_nav ol ol li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.2em;
}
.aboutus_menu_nav ol ol li::before {
  content: counter(toc-counter) "-" counter(sub-counter) ". ";
  position: absolute;
  left: 0;
}
.aboutus_menu_nav a {
  text-decoration: none;
}
.aboutus_menu_nav a:hover {
  text-decoration: underline;
}

}











/*********** tablet/mobile ***********/
@media screen and (max-width: 960px) {
.pc {
	display: none!important;
}
img {
	width: 100%;
}
svg {
	width: 100%;
}
body {
	position: relative;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	position: absolute;
	top: 0;
	z-index: 2;
}
button.nav_fixed {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 50px;
	padding: 10px;
	z-index: 2;
}
button.nav_fixed .line_t,
button.nav_fixed .line_m {
    margin-bottom: 8px;
}
button.nav_fixed div[class^="line_"] {
	height: 1px;
	background: #fff;
}
button.nav_fixed div.line_b {
	width: calc(100% - 10px);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
button.nav_fixed:hover div.line_b {
	width: 100%;
}
header h1 {
	width: 120px;
	aspect-ratio: 2 / 1;
}
header nav {
	display: none;
}
.top_img {
	width: 100%;
	height: 100vh;
	background-image: url("../images/parts/hero01.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 5 / 2;
	display: flex;
	align-items: center;
}
.top_img p.top_img_txt {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.8em;
	padding: 0 20px;
	flex: 1;
}
.top_img p.top_img_txt span {
	display: block;
}
div[class^="header_img"] {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 5 / 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.header_img_about {
	background-image: url("../images/parts/header_img_about.webp");
}
.header_img_menu {
	background-image: url("../images/parts/header_img_menu.webp");
}
.header_img_staff {
	background-image: url("../images/parts/header_img_staff.webp");
}
.header_img_reserve {
	background-image: url("../images/parts/header_img_reserve.webp");
}
.header_img_access {
	background-image: url("../images/parts/header_img_access.webp");
}
.header_img_contactmedia {
	background-image: url("../images/parts/header_img_contactmedia.webp");
}
.header_img_recruit {
	background-image: url("../images/parts/header_img_recruit.webp");
}
.header_img_company {
	background-image: url("../images/parts/header_img_company.webp");
}
div[class^="header_img"] p.header_img_txt_en {
	font-size: 6.0rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
div[class^="header_img"] p.header_img_txt_jp {
	font-size: 1.6rem;
}



.top_img_btn {
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
}
.top_img_btn a {
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 20px 0;
	background: #24221f;
	justify-content: center;
}
.top_img_btn a img {
	width: 23px;
}
.top_img_btn a:hover {
	background-color: #968155;
	opacity: 1;
}
main section {
	margin: 0 auto;
	padding: 50px 0 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
main section.main_ex p[class^="subttl"] {
	font-size: 1.2rem;
	width: 80%;
	text-align: center;
}
main section.main_ex p[class^="ttl"] {
	width: 80%;
	font-size: 2.6rem;
	margin-top: 20px;
}
main section.main_ex p[class^="ttl"] span {
	display: block;
}
main section.main_ex .txt_img_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 -100px;
	gap: 20px;
}
main section.main_ex .txt_img_wrap p.txt_whatistula {
	margin-top: 50px;
	line-height: 2.6em;
}
main section.main_ex .txt_img_wrap .txt_img_l {
	margin-top: 340px;
}
main section.main_ex .txt_img_wrap .txt_img_r {
	margin-top: 20px;
}
main section.main_ex .txt_img_wrap .txt_img_l img {
	width: 150px;
}
main section.main_ex .txt_img_wrap .txt_img_r img {
	width: 150px;
}
main section.main_ex .txt_img_b {
	margin-top: 80px;
}
main section.main_ex .txt_img_b img {
	width: 320px;
}
main section h2 {
	font-size: 6.0rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
main section .ttl_sub {
	margin-bottom: 60px;
}
main section .news_list {
	width: 85%;
}


main section .news_list ul {
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}
main section .news_list ul li {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 20px;
}
main section .news_list ul li .news_txt {
	padding-right: 20px;
}
main section.movie .movie_wrap {
	width: 85%;
    margin: 0 auto;
}
main section.movie video {
    width: 100%;
    height: 100%;
}
main section.main_ex.main_ex_page ul.contact_list li {
	text-align: center;
	line-height: 0;
	margin-bottom: 20px;
}
main section.main_ex.main_ex_page ul.contact_list li.hotpepper img {
	width: 200px;
}
main section.main_ex.main_ex_page ul.contact_list li a {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	line-height: 0;
	display: block;
}
main section.main_ex.main_ex_page ul.contact_list li.tel a,
main section.main_ex.main_ex_page ul.contact_list li.mail a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 3rem;
	color: #24221f;
	justify-content: center;
}
main section.main_ex.main_ex_page ul.contact_list li.tel a img,
main section.main_ex.main_ex_page ul.contact_list li.mail a img {
	height: 30px;
}
main section.main_ex.main_ex_page ul.contact_list li.tel a span:nth-child(2) {
	margin-top: -3px;
}
main section.main_ex.main_ex_page ul.contact_list li.mail a {
	font-size: 2.0rem;
}
footer {
	background: #24221f;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0 0;
}
footer .footer_wrap {
	width: 85%;
}
footer .footer_wrap .f_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer_wrap .f_wrap .f_sitemap,
footer .footer_wrap .f_wrap .f_followus {
	width: 49%;
	margin-top: 40px;
}

footer .footer_wrap .f_wrap .f_ttl {
	opacity: 0.4;
	margin-bottom: 10px;
}
footer .footer_wrap .f_wrap .f_shopinfo_name_en {
	font-size: 2.0rem;
	line-height: 1;
}
footer .footer_wrap .f_wrap .f_shopinfo_name_jp {
	font-size: 1.2rem;
	margin-bottom: 7px;
}
footer .footer_wrap .f_wrap .f_shopinfo_route {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
footer .footer_wrap .f_wrap .f_shopinfo_map a {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 1.4rem;
}
footer .footer_wrap .f_wrap .f_shopinfo_map a img {
	width: 12px;
}
footer .footer_wrap .f_wrap .f_shopinfo dl {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
footer .footer_wrap .f_wrap .f_shopinfo dl dt {
	width: 80px;
	opacity: 0.4;
}
footer .footer_wrap .f_wrap .f_shopinfo dl dd {
	width: calc(100% - 80px);
}
footer .footer_wrap .f_wrap .f_sitemap ul li,
footer .footer_wrap .f_wrap .f_followus ul li {
	margin-bottom: 7px;
}
footer .footer_wrap .copyright {
	text-align: center;
	opacity: 0.2;
	padding: 60px 0 100px;
	font-size: 1.4rem;
}

/* hamburger_nav */
#nav_fixed_main {
	position: fixed;
	width: 100%;
	right: -100%;
	z-index: 3;
	background: #24221f;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
#nav_fixed_main.clicked {
	right: -0px;
	opacity: 1;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 40px;
}
#nav_fixed_main .nav_fixed_main_in {
	width: 65%;
	padding: 60px 0 0;
}
#nav_fixed_main .nav_fixed_main_in .nav_close {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
#nav_fixed_main .nav_fixed_main_in ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 1.6rem;
}
#nav_fixed_main .nav_fixed_main_in .nav_ttl {
	margin: 50px 0 10px;
	opacity: 0.4;
}
#nav_fixed_main .nav_fixed_main_in ul.nav_sns {
	display: flex;
	gap: 20px;
	flex-direction: inherit;
	margin: 25px  0 0;
}
#nav_fixed_main .nav_fixed_main_in ul.nav_sns li {
	width: 40px;
}

/* About us */
main section.main_ex.main_ex_page {
	width: 100%;
}
main section.main_ex.main_ex_page .ttl_main_ex {
	margin-bottom: 30px;
	width: 85%;
	text-align: center;
}
main section.main_ex.main_ex_page .txt_img_wrap {
	margin: 0;
	padding-right: 0;
	width: 85%;
	flex-wrap: wrap;
	flex-direction: column;
}
main section.main_ex.main_ex_page .txt_img_wrap p.txt_main_ex {
	margin-top: 0px;
}
main section.main_ex.main_ex_page .txt_img_wrap .txt_img_r img {
	width: 100%;
}
main section.contents {
	width: 85%;
}
main section.contents h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	text-align: center;
}
main section.contents h2 .h2_en {
	font-size: 7.0rem;
	line-height: 1.6;
}
main section.contents h2 .h2_jp {
	font-size: 4.0rem;
}
main section.contents h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: center;
}
main section.contents ul.slider {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 0 0 60px;
	flex-wrap: wrap;
}
main section.contents ul.slider li img {
	width: 100%;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl {
	display: block;
	margin-bottom: 10px;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_t {
	font-size: 2.0rem;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_t,
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_b {
	display: block;
	text-align: center;
}
main section.contents ul.slider li .slider_txt .slider_txt_ttl .slider_txt_ttl_b {
	font-size: 1.4rem;
}
main section.contents p.cont_h3_txt {
	margin: 0 0 20px;
}
main section.contents .ex_txt p {
	margin-bottom: 30px;
}
/* #staff */
main section#staff .aisatsu {
	margin-bottom: 60px;
}
main section#staff .aisatsu p {
	border: 1px solid #fff;
	padding: 20px;
}
main section#staff {
	width: 85%;
}
main section#staff ul li {
	margin-bottom: 80px;
}
main section#staff ul li p.ttl_main_ex {
	width: 100%;
	margin-bottom: 15px;
}
main section dl.table_dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section dl.table_dl dt,
main section dl.table_dl dd {
	border-bottom: 1px solid #aaa;
	padding: 10px 0;
}
main section dl.table_dl dt {
	width: 120px;
	opacity: 0.6;
	font-size: 1.4rem;
}
main section dl.table_dl dd {
	width: calc(100% - 120px);
	padding-left: 10px;
}
/* #reserve */
main section#reserve {
	width: 85%;
}
/* #access */
main section#access .access_cont {
	width: 85%;
}
main section#access .access_cont dl {
	width: 100%;
}
main section#access .access_cont .access_map {
	width: 100%;
}
main section#access .access_cont .access_map iframe {
	width: 100%;
	aspect-ratio: 5 / 5;
}
main section#access dl dd a.map {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 1.4rem;
}
main section#access dl dd a.map img {
	width: 12px;
}
main section#access dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#access dl dt,
main section#access dl dd {
	border-bottom: 1px solid #aaa;
	padding: 20px 0;
}
main section#access dl dt {
	width: 120px;
	opacity: 0.6;
}
main section#access dl dd {
	width: calc(100% - 120px);
	padding-left: 10px;
}
/* #contact_media */
main section#contact_media .contact_media_cont {
	text-align: center;
	width: 85%;
}
main section#contact_media .contact_media_cont p {
	margin-bottom: 40px;
}
main section#contact_media .contact_media_cont ul.contact_list li.mail a {
	font-size: 1.9rem;
	letter-spacing: -0.1rem;
}
main section#contact_media .contact_media_cont ul.contact_list li.tel a {
	font-size: 2.6rem;
	letter-spacing: 0.2rem;
	padding: 15px 20px;
}
/* #company */
main section#company {
	width: 85%;
}
/* #menu */
main section.aboutus_menu {
width: 85%;
align-items: unset;
}
main section.aboutus_menu h2 {
line-height: 3.0rem;
margin-bottom: 30px;
}
main section.aboutus_menu h2 .h2_jp {
font-size: 4.0rem;
}
main section.aboutus_menu h2 .h2_jp .price {
font-size: 2.0rem;
line-height: 1.0rem;
}
main section.aboutus_menu p.menu_subtitle {
font-size: 2.0rem;
margin-bottom: 10px;
text-align: center;
}
main section.aboutus_menu .menu_desc,
main section.aboutus_menu .menu_flow {
border-bottom: 1px solid #fff;
padding-bottom: 20px;
margin-bottom: 20px;
}
main section.aboutus_menu .menu_flow h3,
main section.aboutus_menu .menu_faq h3 {
font-size: 2.0rem;
margin-bottom: 10px;
}
main section.aboutus_menu .menu_flow ul {
margin-bottom: 15px;
}
main section.aboutus_menu .menu_flow ul ol {
padding-left: 2.0rem;
}
main section.aboutus_menu .menu_faq dl dd {
margin-bottom: 15px;
}
.aboutus_menu_nav {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.2em;
  margin-bottom: 2em;
  counter-reset: toc-counter;
    width: 85%;
    margin: 0 auto;
}
.aboutus_menu_nav > span {
    font-size: 2.0rem;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
/* 第一階層の番号付きリスト */
.aboutus_menu_nav > ol > li {
  counter-increment: toc-counter;
  position: relative;
    font-size: 2.0rem;
  padding-left: 2.0rem;
  margin-bottom: 0.5em;
}
.aboutus_menu_nav > ol > li::before {
  content: counter(toc-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
}
/* 第二階層（子リスト）の番号付き */
.aboutus_menu_nav ol ol {
  counter-reset: sub-counter;
  list-style: none;
  padding-left: 1.6rem;
  margin-top: 0.2em;
    font-size: 1.6rem;
}
.aboutus_menu_nav ol ol li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 0.2em;
}
.aboutus_menu_nav ol ol li::before {
  content: counter(toc-counter) "-" counter(sub-counter) ". ";
  position: absolute;
  left: 0;
}
.aboutus_menu_nav a {
  text-decoration: none;
}
.aboutus_menu_nav a:hover {
  text-decoration: underline;
}


}