@charset "UTF-8";
/*---------------------------------
  Basic
---------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
	color: #2b2b2b;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
	line-height: 2em;
  letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
  position: relative;
}

h1,h2,h3,h4,h5 {
  letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

em {
  font-style: normal;
}

img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
  display: block;
}

p,ul,li,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

i {
	vertical-align: middle;
}

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

*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
	background: #f2ece2;
}

::-moz-selection {
	background: #f2ece2;
}

@media screen and (max-width: 896px) {	
	body {
		min-width: 300px;
	}
}

/*---------------------------------
  ScrollTrigger
---------------------------------*/
.invisible {
  transition: all 1s ease;
  opacity: 0.0;
}

.visible {
  transition: all 1s ease;
  opacity: 1.0;
}

/*---------------------------------
  Link
---------------------------------*/
a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

.btn {
  width: 90%;
  max-width: 300px;
  height: 65px;
  line-height: 63px;
  color: #fff !important;
  font-size: clamp(14px, 2vw, 18px);
  text-align: center;
  letter-spacing: 0.1em;
  background: #ad0c0c;
  transition: all .1s ease-in-out;
  margin: 5em auto 0 auto;
  padding: 0 1em;
  position: relative;
  display: block;
}

.btn:before,
.btn:after {
  content: '';
  width: 0;
  height: 0;
  border: 33px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 0;
}

.btn:before {
  right: 100%;
  border-right-color: #ad0c0c;
}

.btn:after {
    left: 100%;
    border-left-color: #ad0c0c;
}
.btn:hover {
    opacity: .7;
}

.btn_forward:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 1.5em;
}

.btn_forward:hover:after {
	right: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

.btn_back:after {
	content: "\f104";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 1.5em;
}

.btn_back:hover:after {
	left: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

/*---------------------------------
  Common
---------------------------------*/
.contents_wrap {
  margin-top: 10em;
}

.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1em;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.thumb_offset_line {
  outline: 1px solid #fff;
  outline-offset: -10px;
}

.index_wrap h2 {
  font-size: clamp(18px, 3vw, 32px);
  writing-mode: vertical-lr;
  font-family: "Zen Old Mincho", serif;
}

/* page_title */
.page_title_wrap {
  margin-top: -1em;
  position: relative;
}

.page_title_wrap:before {
  content: '';
  width: 100%;
  height: 150px;
  background: url("images/top/bg_page_title.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page_title_thumb {
  width: 13%;
  min-width: 200px;
  position: absolute;
  top: 4em;
}

.page_title_thumb_left {
  left: 5%;
}

.page_title_thumb_right {
  right: 5%;
}

.page_title_content {
  padding-top: 4em;
  position: relative;
}

.page_title_content h2 {
  font-size: clamp(18px, 3vw, 32px);
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5em;
  border-left: solid 1px #ad0c0c;
  border-right: solid 1px #ad0c0c;
  display: block;
  margin: 0 auto;
  padding: 0.5em 0.3em;
  position: relative;
}

.page_title_content h2:before,
.page_title_content h2:after,
.page_title_content h2 span:before,
.page_title_content h2 span:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ad0c0c;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.page_title_content h2:before {
  top: 0;
  left: -3px;
}

.page_title_content h2:after {
  bottom: 0;
  left: -3px;
}

.page_title_content h2 span:before {
  top: 0;
  right: -3px;
}

.page_title_content h2 span:after {
  bottom: 0;
  right: -3px;
}

.page_title_content p {
  color: #ad0c0c;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.list_disc li {
  list-style: disc inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media print, screen and (max-width: 480px) {
  .page_title_wrap:before {
    height: 100px;
  }
  
  .page_title_thumb {
    min-width: 130px;
  }
}

/* page_wrap */
.page_wrap h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-family: "Zen Old Mincho", serif;
  writing-mode: vertical-lr;
  margin: 0 auto 4em auto;;
  padding: 0.5em;
  display: block;
}

/* title_icon */
.title_icon {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}

.title_icon:before,
.title_icon:after {
  content: '';
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.title_icon:before {
  width: 10px;
  height: 10px;
  background: #ad0c0c;
}

.title_icon:after {
  width: 15px;
  height: 15px;
  border: solid 1px #ad0c0c;
}

.text_box p:nth-child(n+2) {
  margin-top: 1em;
}

@media print, screen and (max-width: 896px) {
  .contents_wrap {
    margin-top: 5em;
  }
  
  .wrapper {
    padding: 0 6%;
  }
}

/*---------------------------------
  Bg_curtain
---------------------------------*/
.bg_curtain {
  position: relative
}

.bg_curtain:before{
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  display: block;
  transition: 1.5s;
  z-index: -2;
}

.fade:before {
  width: 95%;
}

@media print, screen and (max-width: 896px) {
  .fade:before {
    width: 100%;
  }
}

/*---------------------------------
  Text_curtain
---------------------------------*/
.text_curtain {
  color: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.text_curtain::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #2a395b;
  z-index: 1;
  transition: height 0.5s ease-out;
  clip-path: inset(0 100% 0 0);
}

.text_curtain.reveal::before {
  height: 100%;
  transition: height 0.5s ease-out;
  clip-path: inset(0 0 0 0);
}

.text_curtain.reveal.done::before {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out;
}

.text_curtain.reveal.done {
  color: inherit;
}

/*---------------------------------
  Thumb_curtain
---------------------------------*/
.thumb_curtain {
  overflow: hidden;
  position: relative;
}

.thumb_curtain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2a395b;
  transition: 1.3s;
  transform: translateX(0%);
}

.thumb_curtain.show::before {
  transform: translateX(101%);
}

/*---------------------------------
  Header
---------------------------------*/
header {
  width: calc(100% - 240px);
  margin-bottom: 2em;
  padding: 1em 3% 0 4%;
}

.header_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_contents h1 {
  max-width: 200px;
}

.header_contents h1 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.header_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.header_box nav,
.header_box ul {
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2em;
}

.header_box nav li a {
  padding: 1em 0.8em 0em 0.8em;
  display: block;
  position: relative;
}

.header_box nav li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ad0c0c;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%;
}

.header_box nav li a:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fbc7c7;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  position: absolute;
  top: -6px;
  left: 50%;
  transition: transform 0.3s;
  display: block;
  z-index: -1;
}

.header_box nav li a:hover:after {
	transform: translate(-50%) rotate(45deg) scaleX(1);
}

.header_box ul {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.header_box ul li:last-of-type {
  border-left: solid 1px #fff;
}

.header_box ul li a {
  width: 120px;
  height: 120px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header_box ul li:first-of-type a {
  background: #b79b5b;
}

.header_box ul li:first-of-type a:hover {
  background: #977e42;
}

.header_box ul li:last-of-type a {
  background: #e54a3b;
  transition: 0.3s;
}

.header_box ul li:last-of-type a:hover {
  background: #cd2b1b;
  transition: 0.3s;
}

.header_box ul li a i {
  font-size: 14px;
}

.header_box ul li a span {
  margin-top: 0.5em;
}

@media print, screen and (max-width: 996px) {
  header {
    width: 100%;
  }
  
  .header_box {
    display: none;
  }
  
  .header_contents h1 {
    width: 165px;
  }
}

/*---------------------------------
  Burger
---------------------------------*/
.burger_area {
	position: absolute;
	top: 10px;
	right: 0;
}

.btn_burger {
	display: flex;
	justify-content: flex-end;
}

.btn_burger a {
  position: relative;
  width: 30px;
  height: 58px;
	display: block;
  cursor: pointer;
	margin: 15px;
  z-index: 30;
}

.btn_burger a,
.btn_burger a span {
	display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.btn_burger a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ad0c0c;
}

.btn_burger a span:nth-of-type(1) {
  top: 0;
}

.btn_burger a span:nth-of-type(2) {
  top: 11px;
}

.btn_burger a span:nth-of-type(3) {
  top: 22px;
}

.btn_burger a p {
  color: #a7aeb3;
  font-size: 11px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
}

.btn_burger a.active span:nth-of-type(1) {
  background: #ad0c0c;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.btn_burger a.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_burger a.active span:nth-of-type(3) {
  background: #ad0c0c;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.burger {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  background: #f2ece2;
}

.burger.open {
	display: block;
}

.burger.close {
	display: none;
}

.burger_menu_box {
	height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 100px 6% 2em 6%;
}

.burger_menu_box dl dt {
  color: #a7aeb3;
  margin-bottom: 1em;
}

.burger_nav_inner li:before {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  color: #a7aeb3;
  font-weight: 600;
  margin-right: 0.5em;
}

.burger_nav_inner li:hover:before {
  color: #ad0c0c;
  transition: 0.3s;
}

.burger_nav_inner li a {
  display: inline-block;
  padding: 0.5em 0;
}


.burger_link_inner {
  margin-top: 2em;
}

.burger_link_inner dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.burger_link_inner dd ul li {
  width: 48%;
  text-align: center;
}

.burger_link_inner dd ul li a {
  color: #fff;
  display: block;
  padding: 1em;
  position: relative;
}

.burger_link_inner dd ul li:first-of-type a {
  background: #b79b5b;
}

.burger_link_inner dd ul li:last-of-type a {
  background: #e54a3b;
}

.burger_link_inner dd ul li a:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  right: 10px;
}

.burger_link_inner dd ul li a i {
  padding: 0.5em;
}

@media print, screen and (min-width: 997px) {
	.burger_area {
		display: none;
	}
}

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

  Index

---------------------------------*/
/*---------------------------------
  Loading
---------------------------------*/
#loading_box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#loading_box div {
  width: 30px;
  height: 30px;
  border: 3px solid #dcdfe1;
  border-top: 3px solid #e54a3b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 3em;
}

#loading_box img {
  width: 160px;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*---------------------------------
  Hero
---------------------------------*/
.hero_wrap {
  height: 89vh;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
  padding-left: 5%;
  position: relative;
}

.hero_wrap:before {
  content: '';
  width: 100%;
  height: 35%;
  background: url("images/top/bg_square.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.hero_content {
  width: calc(100% - 70px);
}

.hero_box {
  display: flex !important;
  flex-wrap: wrap;
}

.hero_inner {
  width: 30%;
  height: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3em;
}

.hero_inner h2 {
  font-size: clamp(18px, 1.8vw, 36px);
  line-height: 2.5em;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.hero_inner h2 span {
  height: fit-content;
  display: block;
  position: relative;
}

.hero_inner h2 span:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #e54a3b;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_inner h2 em {
  color: #e54a3b;
}

.hero_thumb {
  width: 70%;
  height: 80vh;
}

.hero_thumb img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin-left: auto;
  display: block;
}

/* sns */
.hero_sns_box {
  width: 70px;
  height: 70%;
}

.hero_sns_box ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero_sns_box ul li {
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 600;
  padding: 0.2em 0;
}

.hero_sns_box ul li:first-of-type {
  font-size: clamp(12px, 1vw, 14px);
  writing-mode: vertical-rl;
  margin-bottom: 1em;
}

.hero_sns_box ul li,
.hero_sns_box ul li a {
  color: #a7aeb3;
}

.hero_sns_box ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* subcatch */
.hero_subcatch_box {
  height: 35%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 3em;
  position: absolute;
  left: 5%;
  bottom: 1em;
}

.hero_subcatch_box li {
  color: #2a395b;
  font-size: clamp(14px, 1vw, 18px);
  border: solid 1px #2a395b;
  box-shadow: 5px 5px 0 #2a395b;
  background: #fff;
  outline: 1px solid #2a395b;
  outline-offset: -5px;
  display: inline-block;
  margin: 5px 0.5em;
  padding: 0.8em 2em;
  position: relative;
}

.hero_subcatch_box li:before {
  content: '';
  border-bottom: 25px solid transparent;
  border-left: 25px solid #2a395b;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.scrolldown_box {
  width: 70px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
}

.scrolldown_box p {
  color: #ad0c0c;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  display: inline-block;
}

.scrolldown_line {
  position: absolute;
  bottom: 0;
}

.scrolldown_line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ad0c0c;
  animation:
  circlemove 2s ease-in-out infinite,
  cirlemovehide 2s ease-out infinite;
  display: block;
}

@keyframes circlemove {
      0%{bottom:95px;}
     100%{bottom:-5px;}
}

@keyframes cirlemovehide {
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown_line:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100px;
  background: #ad0c0c;
}

@media print, screen and (max-width: 896px) {
  .hero_content {
    width: calc(100% - 45px);
  }
  
  .hero_inner {
    width: 15%;
  }
  
  .hero_thumb {
    width: 85%;
  }
  
  .hero_inner h2 span {
    display: inline-block;
  }
  
  .hero_subcatch_box {
    height: auto;
    flex-direction: column;
  }
  
  .hero_subcatch_box li {
    display: block;
  }
  
  .hero_subcatch_box li:nth-of-type(n+2) {
    margin-top: 1em;
  }
  
  .hero_sns_box,
  .scrolldown_box {
    width: 45px;
  }
}

@media print, screen and (max-width: 480px) {
  /*.hero_wrap {
    height: 80vh;
  }*/
  
  .hero_thumb {
    height: 70vh;
  }
  
  .hero_inner {
    padding-top: 1em;
  }
}

/*---------------------------------
  お知らせ
---------------------------------*/
.info_content {
  display: flex;
  flex-wrap: wrap;
}

.info_box {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.info_box h2 {
  margin-bottom: 2em;
  padding: 0.5em;
  display: block;
}

.info_box a {
  color: #ad0c0c;
  font-size: clamp(12px, 2vw, 14px);
  letter-spacing: 0.1em;
  border-top: solid 2px #ad0c0c;
  border-bottom: solid 2px #ad0c0c;
  padding: 0.5em 5px;
}

.info_box a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.info_inner {
  width: 70%;
}

.info_inner dl {
  display: flex;
  flex-wrap: wrap;
}

.info_inner dl dt {
  width: 130px;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 1px #ad0c0c;
  padding: 1em;
}

.info_inner dl dd {
  width: calc(100% - 130px);
  border-bottom: dashed 1px #dcdfe1;
  padding: 1em 2.5em 1em 2em;
  position: relative;
}

.info_inner dl dd a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.info_inner dl dd a {
  width: 100%;
  height: 100%;
  display: block;
}

.info_inner dl dd a:after {
	content: "\f061";
  color: #a7aeb3;
	font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  right: 1em;
}

.info_inner dl dd a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.info_inner dl dd:hover a:after {
  color: #ad0c0c;
  right: 0.7em;
  transition: 0.3s;
}

@media print, screen and (max-width: 896px) {
  .info_content {
    flex-direction: column;
  }
  
  .info_box,
  .info_inner {
    width: 100%;
  }
  
  .info_box {
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 2em;
  }
  
  .info_box h2 {
    margin-bottom: 0;
  }
  
  .info_inner dl dt {
    width: 100px;
  }
  
  .info_inner dl dd {
    width: calc(100% - 100px);
  }
}

@media print, screen and (max-width: 480px) {
  .info_inner dl {
    flex-direction: column;
  }
  
  .info_inner dl dt {
    width: fit-content;
    padding: 1em 0.5em 0 0.5em;
    display: inline-block;
  }
  
  .info_inner dl dd {
    width: 100%;
    padding: 1em 0.5em;
  }
}

/*---------------------------------
  Index 真心こめた「おいしさ」を。
---------------------------------*/
.introduction_wrap {
  position: relative;
  padding: 7em 0 4em 0;
}

.introduction_thumb {
  position: absolute;
  display: block;
  z-index: -1;
}

.introduction_thumb_1 {
  width: 20%;
  height: 65%;
  max-height: 670px;
  top: 0;
  right: 0;
}

.introduction_thumb_2 {
  width: 25%;
  height: 300px;
  top: 3em;
  left: 0;
}

.introduction_thumb_3 {
  width: 18%;
  min-width: 250px;
  top: 38%;
  left: 3%;
}

.introduction_thumb_4 {
  width: 10%;
  max-width: 100px;
  min-width: 50px;
  top: 7em;
  left: 53%;
}

.introduction_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction_content {
  display: flex;
  flex-wrap: wrap;
}

.introduction_box {
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  margin-top: 7em;
  padding: 4em 3em;
}

.introduction_box h3 {
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 2em;
  margin-bottom: 2em;
}

.introduction_box h3 span {
  display: block;
}

.introduction_box h3 em {
  color: #e54a3b;
}

.introduction_box .text_box p {
  line-height: 2.5em;
}

.introduction_content h2 {
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.8em;
  writing-mode: vertical-rl;
  margin-top: -1.5em;
}

.introduction_content h2 span {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  display: inline-block;
  padding: 0.5em 0;
}

.introduction_nav {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 3em auto 0 auto;
}

.introduction_nav li a {
  width: 230px;
  height: 200px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #315650;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.introduction_nav li a:hover {
  opacity: 0.9;
  transition: 0.3s;
}
  
.introduction_nav li:nth-of-type(2) {
  margin-top: 50px;
}

.introduction_nav li a i {
  font-size: clamp(18px, 3vw, 28px);
  margin-bottom: 1em;
}

.movie_box {
  max-width: 350px;
  margin: 6em auto 0 auto;
}

.movie_inner iframe {
  width: 100%;
  height: auto;
	aspect-ratio: 16 / 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media print, screen and (max-width: 896px) {
  .introduction_thumb_1 {
    width: 35%;
    height: 30%;
  }
  
  .introduction_thumb_2 {
    width: 30%;
    height: 200px;
    top: 5em;
  }
  
  .introduction_thumb_3 {
    top: 52%;
  }
  
  .introduction_thumb_4 {
    top: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

  .introduction_content {
    flex-direction: column-reverse;
  }
  
  .introduction_box {
    width: 100%;
    margin-top: 2em;
    padding: 3em 2em;
  }
  
  .introduction_content h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    line-height: 1em;
    margin-top: 0;
  }
  
  .introduction_nav li:nth-of-type(2) {
    margin-top: 0;
  }
  
  .introduction_nav li a {
    width: 180px;
    height: 150px;
  }
}

@media print, screen and (max-width: 480px) {
  .introduction_nav li a {
    width: 150px;
    height: 120px;
    margin: 0.5em;
  }
}

/*---------------------------------
  Index お品書き
---------------------------------*/
.product_wrap {
  position: relative;
}

.product_bg_thumb {
  position: absolute;
  z-index: -1;
}

.product_bg_shrimp {
  width: 10%;
  min-width: 90px;
  top: 6em;
  right: 8%;
}

.product_bg_pumpkin {
  width: 8%;
  min-width: 80px;
  top: 45%;
  left: 3%;
}

.product_bg_rice {
  width: 8%;
  top: 55%;
  right: 10%;
}

.product_bg_fish {
  width: 13%;
  min-width: 130px;
  bottom: 5%;
  left: 15%;
}

.product_wrap .bg_curtain:before {
  height: 94%;
  bottom: 33px;
  right: 0;
  background-image: linear-gradient(135deg, #fee140 0%, #fa709a 100%);
  opacity: 0.1;
}

.product_content h2 {
  margin: 0 auto 4em auto;
  padding: 0.5em;
  display: block;
}

.product_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_inner {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}

.product_inner:nth-of-type(3),
.product_inner:nth-of-type(5) {
  margin-top: -15em;
}

.product_inner:nth-of-type(n+2) {
  padding-top: 6em;
}

.product_catch_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.product_catch_inner img {
  width: 40%;
  max-width: 200px;
  margin-bottom: 5em;
}

.product_catch_inner h4 {
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 3em;
  text-align: center;
}

.product_catch_inner h4 span {
  background: linear-gradient(transparent 75%, #f8d9ce 70%);
}

.product_inner h3 {
  width: 60px;
  font-size: clamp(18px, 3.5vw, 36px);
  writing-mode: vertical-lr;
  position: relative;
  padding: 0.2em 0 0 0.8em;
}

.product_inner h3:after {
  content: '';
  width: 1px;
  height: 260px;
  background: #b79b5b;
  display: block;
  margin-top: 0.5em;
  position: absolute;
  top: -0.5em;
  left: 0;
}

.product_inner h3 span {
  color: #c7b37d;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: clamp(12px, 1vw, 14px);
  padding-top: 1.5em;
}

.product_detail {
  width: calc(100% - 60px);
  padding-left: 10%;
}

.product_text {
  padding: 2em 1.2em 0 1.2em;
}

.product_detail .btn {
  font-size: clamp(14px, 1.5vw, 15px);
  background: #315650;
  margin-top: 2em;
}

.product_detail .btn:before {
  border-right-color: #315650;
}

.product_detail .btn:after {
  border-left-color: #315650;
}

@media print, screen and (max-width: 896px) {
  .product_wrap .bg_curtain:before {
    height: 97%;
  }
  
  .product_bg_shrimp {
    top: 3em;
  }
  
  .product_bg_fish {
    left: 2%;
    bottom: 5em;
  }
  
  .product_box {
    flex-direction: column;
  }
  
  .product_inner {
    width: 100%;
  }
  
  .product_inner:nth-of-type(3),
  .product_inner:nth-of-type(5) {
    margin-top: 0;
  }
  
  .product_inner:nth-of-type(n+2) {
    padding-top: 4em;
  }
  
  .product_catch_inner img {
    width: 30%;
    margin-bottom: 2em;
  }
}

@media print, screen and (max-width: 896px) {
  .product_detail {
    padding-left: 0.5em;
  }
  
  .product_text {
    padding: 2em 1em 0 1em;
  }
}

/*---------------------------------
  Index 店舗一覧
---------------------------------*/
.index_shop_wrap {
  width: 100%;
  position: relative;
}

.index_shop_wrap .bg_curtain {
  padding-top: 8em;
}

.index_shop_wrap .bg_curtain:before {
  height: calc(100% - 33px);
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #c2e59c 0%, #38a1db 100%);
  opacity: 0.15;
}

.index_shop_bg {
  position: absolute;
}

.index_shop_bg_left {
  width: 20%;
  min-width: 200px;
  top: 0;
  left: 0;
}

.index_shop_bg_right {
  width: 20%;
  min-width: 200px;
  bottom: 2em;
  right: 5%;
}

.index_shop_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_shop_box {
	width: 30%;
  display: flex;
  flex-wrap: wrap;
}

.index_shop_box h2 {
  height: fit-content;
  margin-bottom: 1.5em;
  padding: 0.5em;
  display: inline-block;
}

.index_shop_list {
  margin-left: 3em;
}

.index_shop_list dl {
  padding: 0.5em 0;
}

.index_shop_list dl:nth-of-type(n+2) {
  margin-top: 1em;
}

.index_shop_list dl dt {
  min-width: 160px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #2a395b;
  margin-bottom: 1em;
  padding: 0 1em;
  display: inline-block;
}

.index_shop_list dl dd ul li {
  font-size: clamp(12px, 2vw, 14px);
  line-height: 1.8em;
  padding-left: 1em;
}

.index_shop_list dl dd ul li:nth-of-type(n+2) {
  margin-top: 0.5em;
}

.index_shop_list dl dd ul li a:before {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  color: #a7aeb3;
  font-weight: 600;
  margin-right: 0.5em;
}

.index_shop_list dl dd ul li a:hover:before {
  color: #2a395b;
  transition: 0.3s;
}

.shop_slide_content {
	flex: 1;
  width: 60%;
	margin-right: calc(50% - 50vw + 10px);
	margin-left: 4%;
}

.shop_slide_content .slick-slide {
  padding: 0 1em;
}

.shop_slide_box {
  position: relative;
}

.shop_slide_inner {
  min-height: 452px;
  cursor: pointer;
  position: relative;
}

.shop_slide_frame {
  border-radius: 0.8em;
  box-shadow: 0 1px 8px rgba(232, 245, 247, 0.5);
  overflow: hidden;
}

.shop_slide_thumb {
  background: #2a395b;
  overflow: hidden;
}

.shop_slide_thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.shop_slide_inner:hover .shop_slide_thumb img {
	transform: scale(1.1);
	opacity: 0.8;
	transition: 0.3s;
}

.shop_slide_text {
  background: #fff;
  padding: 1.5em 7%;
  position: relative;
}

.shop_slide_text img {
  width: 80px;
  mix-blend-mode: multiply;
  position: absolute;
  top: -40px;
  right: 4%;
}

.shop_slide_text h3 {
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
  position: relative;
  padding-bottom: 1em;
}

.shop_slide_text h3 span {
  display: inline-block;
  margin-right: 0.5em;
}

.shop_slide_text h3 em {
  width: 70px;
  height: 1px;
  background: #ad0c0c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.shop_slide_text h3 em:before,
.shop_slide_text h3 em:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ad0c0c;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -2px;
}

.shop_slide_text h3 em:before {
  left: 0;
}

.shop_slide_text h3 em:after {
  right: 0;
}

.shop_slide_info {
  color: #999;
  font-size: clamp(12px, 2vw, 14px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  padding-top: 0.5em;
}

.shop_slide_info li {
  font-weight: 400;
}

.shop_slide_info li:not(:last-of-type) {
  margin-right: 1em;
}

.shop_slide_info li:before {
	font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
}

.shop_slide_info li:first-of-type:before {
	content: "\f3c5";
}

.shop_slide_info li:nth-of-type(2):before {
	content: "\f017";
}

.shop_slide_info li:last-of-type:before {
	content: "\e070";
}

/* Slick */
.shop_slide_content .slick-list {
  padding-right: 15%;
}

.shop_slide_content .slick-slider {
  position: inherit !important;
}

.slick-dots {
  width: inherit !important;
  text-align: right !important;
  position: inherit !important;
  margin: 2em 4% 0 0 !important;
  z-index: -1;
}

.slick-dots li button:before {
  content: '\f111' !important;
	font-family: 'Font Awesome 5 Free' !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 20px;
  color: #dcdfe1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before {
  color: #2a395b;
  opacity: 0.8;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2a395b;
}

@media print, screen and (max-width: 1250px) {
  .shop_slide_content .slick-list {
    padding-right: 40%;
  }
}

@media print, screen and (max-width: 1050px) {
  .index_shop_content {
    flex-direction: column;
  }
  
  .index_shop_box,
  .shop_slide_content {
    width: 100%;
  }
  
  .index_shop_box {
    justify-content: space-between;
  }
  
  .index_shop_box h2 {
  }
  
  .index_shop_list {
    width: 82%;
    margin-left: 0;
  }
  
  .index_shop_list dl dt {
    width: 100%;
  }
  
  .index_shop_list dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .index_shop_list dl dd ul li {
    width: calc(100% / 2);
  }
  
  .shop_slide_content {
    margin-top: 4em;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 896px) {
  .index_shop_bg_right {
    right: 0;
  }
  
  .shop_slide_content .slick-list {
    padding-right: 0;
  }
  
  .slick-dots {
    text-align: center !important;
    margin: 2em auto 0 auto !important;
  }
}

@media print, screen and (max-width: 480px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  
  .shop_slide_info li span {
    display: none;
  }
}

/*---------------------------------
  採用情報
---------------------------------*/
.recruit_wrap {
  width: 100%;
  position: relative;
}

.recruit_wrap .bg_curtain:before {
  height: 80%;
  top: 8em;
  right: 0;
  background-image: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  opacity: 0.1;
  z-index: -2;
}

.recruit_bg {
  min-width: 100px;
  position: absolute;
  z-index: -1;
}

.recruit_bg_left {
  width: 10%;
  top: 3em;
  left: 2%;
}

.recruit_bg_right {
  width: 10%;
  top: 40%;
  right: 7%;
}

.recruit_bg_bottom {
  width: 10%;
  bottom: 0;
  left: 7%;
}

.recruit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit_inner {
  width: 35%;
}

.recruit_inner h2 {
  margin: 0 auto 2em auto;
  padding: 0.5em;
  display: block;
}

.recruit_inner h3 {
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 3em;
  margin-bottom: 1.5em;
}

.recruit_inner h3 span {
  background: linear-gradient(transparent 75%, #f8d9ce 70%);
}

.recruit_thumb {
  width: 60%;
}

.recruit_thumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
}

.recruit_thumb ul li {
  width: 32%;
}

.recruit_thumb ul li:first-of-type {
  margin-top: 6em;
}

.recruit_thumb ul li:nth-of-type(2) {
  margin-top: 3em;
}

.recruit_thumb ul li img {
  height: 400px;
  object-fit: cover;
}

.recruit_link_box {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #e54a3b;
  background: #fff;
  margin-top: 5em;
  padding: 1.5em;
  position: relative;
}

.recruit_link_main,
.recruit_link_sub {
  width: 50%;
}

.recruit_link_main a,
.recruit_link_sub ul li a {
  color: #e54a3b;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.recruit_link_main a:hover,
.recruit_link_sub ul li a:hover {
  color: #fff;
  background: #cd2b1b;
  transition: 0.3s;
}

.recruit_link_main a span,
.recruit_link_sub ul li a span {
  color: #f8b0a9;
  font-size: clamp(12px, 1vw, 14px);
  margin: 0 2em;
}

.recruit_link_main {
  border-right: solid 1px #e54a3b;
  padding-right: 1.5em;
}

.recruit_link_main a {
  height: 100%;
  font-size: clamp(16px, 2vw, 24px);
  justify-content: center;
}

.recruit_link_sub ul {
  padding-left: 1.5em;
}

.recruit_link_sub ul li:nth-of-type(n+2) {
  border-top: solid 1px #e54a3b;
}

.recruit_link_sub ul li a {
  font-size: clamp(14px, 1.5vw, 18px);
  justify-content: space-between;
  padding: 1.5em 5%;
}

.recruit_link_main a:after,
.recruit_link_sub ul li a:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  color: #e54a3b;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  position: absolute;
  right: 5%;
}

@media print, screen and (max-width: 896px) {
  .recruit_wrap .bg_curtain {
    padding-bottom: 5em;
  }
  
  .recruit_wrap .bg_curtain:before {
    top: 5em;
  }
  
  .recruit_bg_right {
    top: 50%;
  }
  
  .recruit_bg_bottom {
    bottom: 0;
  }
  
  .recruit_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .recruit_inner,
  .recruit_thumb {
    width: 100%;
  }
  
  .recruit_inner h3 {
    text-align: center;
  }
  
  .recruit_thumb ul li img {
    height: 250px;
  }
  
  .recruit_link_box {
    margin-top: 3em;
    padding: 1.5em;
  }
  
  .recruit_link_main a,
  .recruit_link_sub ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .recruit_link_main a span,
  .recruit_link_sub ul li a span {
    line-height: 1.8em;
    margin: 0;
  }
  
  .recruit_link_main a {
    padding: 1.5em 5%;
  }
}

@media print, screen and (max-width: 561px) {
  .recruit_link_box {
    flex-direction: column;
    padding: 0;
  }
  
  .recruit_link_main,
  .recruit_link_sub {
    width: 100%;
  }
  
  .recruit_link_main {
    border-right: none;
    background: #e54a3b;
    padding-right: 0;
  }
  
  .recruit_link_main a {
    color: #fff;
  }
  
  .recruit_link_main a:after {
    color: #f8b0a9;
  }
  
  .recruit_link_sub ul {
    padding: 0 1em;
  }
  
  .recruit_link_sub ul li:nth-of-type(n+2) {
    border-top: dashed 1px #dcdfe1;
  }
}

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

  企業情報

---------------------------------*/
/*---------------------------------
  経営理念
---------------------------------*/
.about_philosophy_inner {
  position: relative;
  padding: 25px 0 0 25px;
}

.about_philosophy_inner:nth-of-type(n+2) {
  margin-top: 5em;
}

.about_philosophy_inner p {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  text-align: center;
  border-right: solid 20px #fff;
  border-bottom: solid 20px #fff;
  background: #ad0c0c;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: content-box;
}

.about_philosophy_inner dl {
  border-top: solid 1px #ad0c0c;
  border-left: solid 1px #ad0c0c;
  padding: 3em 2em 3em 3em;
}

.about_philosophy_box dl dt {
  color: #ad0c0c;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about_philosophy_box dl dt span {
  color: #2b2b2b;
  font-size: clamp(16px, 2vw, 18px);
  margin-left: 1em;
}

.about_philosophy_box dl dt span:before,
.about_philosophy_box dl dt span:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #2b2b2b;
  vertical-align: super;
  display: inline-block;
  margin: 0 0.5em;
}

.about_philosophy_box dl dd {
  letter-spacing: 0.1em;
  margin-top: 2em;
}

@media print, screen and (max-width: 896px) {
  .about_philosophy_inner p {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  
  .about_philosophy_box dl dt span {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

/*---------------------------------
  ご挨拶
---------------------------------*/
.about_greeting_wrap {
  width: 100%;
  position: relative;
}

.about_greeting_wrap .bg_curtain {
  padding: 8em 0;
}

.about_greeting_wrap .bg_curtain:before {
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, #c2e59c 0%, #38a1db 100%);
  opacity: 0.15;
  z-index: -2;
}

.greeting_bg_thumb {
  width: 30%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 5%;
  left: -5%;
  z-index: -1;
}

.about_greeting_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.about_greeting_box {
  width: 35%;
}

.about_greeting_catch {
  position: sticky;
  top: 2em;
}

.about_greeting_box h4 {
  width: fit-content;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 2em;
  margin: 0 auto;
}

.about_greeting_box dl {
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
}

.about_greeting_box dl dt {
  margin-right: 1em;
}

.about_greeting_box dl dd {
  font-size: clamp(16px, 1.5vw, 21px);
  letter-spacing: 0.3em;
}

.about_greeting_text {
  width: 60%;
  background: #fff;
  margin-top: 3em;
  padding: 5em 5%;
}

.about_greeting_text .text_box p {
  letter-spacing: 0.1em;
  line-height: 2.5em;
}

.about_greeting_text .text_box p:nth-of-type(n+2) {
  margin-top: 2em;
}

@media print, screen and (max-width: 896px) {
  .about_greeting_content {
    flex-direction: column;
  }
  
  .about_greeting_box {
    width: 100%;
  }
  
  .about_greeting_catch {
    position: relative;
    top: 0;
  }
  
  .about_greeting_box h4 br {
    display: none;
  }
  
  .about_greeting_text {
    width: 100%;
  }
}

@media print, screen and (max-width: 896px) {
  .about_greeting_box h4 br {
    display: block;
  }
}

/*---------------------------------
  会社概要
---------------------------------*/
.about_overview_box dl {
  display: flex;
  flex-wrap: wrap;
}

.about_overview_box dl dt,
.about_overview_box dl dd {
  padding: 2em 1em 1em 1em;
}

.about_overview_box dl dt {
  width: 20%;
  border-bottom: solid 1px #ad0c0c;
}

.about_overview_box dl dd {
  width: 80%;
  border-bottom: dashed 1px #dcdfe1;
  padding-left: 2em;
}

.about_overview_box dl dd span {
  font-size: clamp(12px, 1.5vw, 14px);
  display: block;
}

.about_overview_box dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.about_overview_box dl dd ul li {
  width: calc(100% / 2);
  padding: 0.5em 5% 0.5em 0;
  padding-right: 5%;
}

.about_overview_box dl dd ul li:before {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  color: #a7aeb3;
  font-weight: 600;
  margin-right: 0.5em;
}

.about_overview_box dl dd ul li:hover:before {
  color: #ad0c0c;
  transition: 0.3s;
}

@media print, screen and (max-width: 896px) {
  .about_overview_box dl dt {
    width: fit-content;
    display: inline-block;
    padding: 1em 0.5em 0 0.5em;
  }
  
  .about_overview_box dl dd {
    width: 100%;
    padding: 1em 0.5em;
  }
  
  .about_overview_box dl dd ul {
    flex-direction: column;
  }
  
  .about_overview_box dl dd ul li {
    width: 100%;
  }
}

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

  店舗一覧

---------------------------------*/
/*---------------------------------
  店舗リスト
---------------------------------*/
.shop_list_box:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.shop_list_box:nth-of-type(2) dl {
  width: 48%;
}

.shop_list_box dl {
  display: flex;
  flex-wrap: wrap;
}

.shop_list_box dl dt {
  width: 170px;
  color: #fff;
  font-weight: 600;
  background: #315650;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1.5em;
  position: relative;
}

.shop_list_box dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
  right: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #315650;
	margin-top: -10px;
	display: block;
}

.shop_list_box dl dd {
  width: calc(100% - 170px);
  background: #f6f7f8;
  padding: 1em 0.5em 1em 2em;
}

.shop_list_box dl dd ul li {
  font-size: clamp(12px, 1.5vw, 14px);
  display: inline-block;
  margin: 0.5em 0.3em;
}

.shop_list_box dl dd ul li a {
  color: #315650;
  border: solid 1px #315650;
  border-radius: 5em;
  background: #fff;
  padding: 0 1.5em;
  display: block;
}

.shop_list_box dl dd ul li a:hover {
  color: #fff;
  background: #315650;
  transition: 0.3s;
}

@media print, screen and (max-width: 896px) {
  .shop_list_box:nth-of-type(2) {
    flex-direction: column;
    margin-top: 0;
  }
  
  .shop_list_box:nth-of-type(2) dl {
    width: 100%;
    margin-top: 2em;
  }
  
  .shop_list_box dl dt {
    width: 130px;
    padding: 0.8em 0.5em;
  }
  
  .shop_list_box dl dd {
    width: calc(100% - 130px);
    padding: 1em 0.5em 1em 1.5em;
  }
}

/*---------------------------------
  店舗情報
---------------------------------*/
.shop_content {
  padding-top: 4em;
}

.shop_content:nth-of-type(n+2) {
  margin-top: 5em;
}

.shop_box {
  border: solid 1px #dcdfe1;
  padding: 0 5% 3em 5%;
  position: relative;
}

.shop_logo {
  width: 9%;
  min-width: 80px;
  background: #fff;
  padding: 1em;
  position: absolute;
  top: -50px;
  left: 5%;
}

.shop_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_text {
  width: 50%;
  padding-top: 7em;
  position: relative;
}

.shop_text img {
  width: 30%;
  position: absolute;
  top: 3em;
  right: 1em;
  z-index: -1;
}

.shop_text h3 {
  font-size: clamp(16px, 2vw, 24px);
  border-bottom: solid 1px #333;
  margin-bottom: 1em;
  padding: 0 0.5em 0.5em 0.5em;
}

.shop_inner h3 span {
  display: inline-block;
  margin-right: 0.5em;
}

.shop_phone {
  color: #2a395b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #efe9db;
  padding: 1em 1.5em;
  position: relative;
}

.shop_phone:before,
.shop_phone:after {
  content: '';
  position: absolute;
}

.shop_phone:before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2a395b;
  top: 0;
  left: 0;
}

.shop_phone:after {
  border-bottom: 20px solid #2a395b;
  border-left: 20px solid transparent;
  bottom: 0;
  right: 0;
}

.shop_phone dt {
  font-size: clamp(12px, 2vw, 14px);
}

.shop_phone dd {
  font-size: clamp(16px, 1.5vw, 21px);
  letter-spacing: 0.1em;
}

.shop_phone dd:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  vertical-align: middle;
  margin-right: 5px;
}

.shop_thumb {
  width: 40%;
  margin-top: -55px;
  position: relative;
}

.shop_thumb img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.shop_info_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}

.shop_info {
  width: 50%;
}

.shop_info dl {
  display: flex;
  flex-wrap: wrap;
}

.shop_info dl:nth-of-type(n+2) {
  margin-top: 1em;
}

.shop_info dl dt,
.shop_info dl dd {
  padding: 0.5em;
}

.shop_info dl dt {
  width: 120px;
  font-size: clamp(12px, 2vw, 14px);
  border-bottom: solid 1px #ad0c0c;
}

.shop_info dl dt:before {
  width: 25px;
  font-family: 'Font Awesome 5 Free';
  color: #a7aeb3;
  font-weight: 600;
  text-align: center;
  margin-right: 0.5em;
  display: inline-block;
}

.shop_info dl:first-of-type dt:before {
  content: "\f3c5";
}

.shop_info dl:nth-of-type(2) dt:before {
  content: "\f017";
}

.shop_info dl:nth-of-type(3) dt:before {
  content: "\e070";
}

.shop_info dl:nth-of-type(4) dt:before {
  content: "\f788";
}

.shop_info dl dd {
  width: calc(100% - 120px);
  border-bottom: dashed 1px #dcdfe1;
  padding-left: 1em;
}

.shop_info dl dd span {
  display: inline-block;
}

.shop_info dl dd span:first-of-type {
  margin-right: 0.5em;
}

.shop_info dl dd ul li {
  display: inline-block;
}

.shop_info dl dd ul li:nth-of-type(n+2):before {
  content: '・';
  display: inline-block;
  padding-right: 5px;
}

.shop_map {
  width: 40%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.shop_map iframe {
  width: 100%;
  height: 660px;
  display: block;
  margin-top: -170px;
}

.shop_map .btn_map {
  color: #fff;
  font-size: 12px;
  background: #2a395b;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 1em;
}

.shop_map .btn_map:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-left: 0.5em;
}

.shop_map .btn_map:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.shop_movie_inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.shop_movie_inner ul li {
  width: calc(100% / 3);
  padding: 0.5em;
}

.shop_movie_inner ul li iframe[src*="youtube.com"],
.shop_movie_inner ul li iframe[src*="youtube-nocookie.com"] {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.kawainohanare_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.kawainohanare_title a {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 14px);
  background: #ad0c0c;
  display: block;
  padding: 0.3em 1em;
  position: relative;
}

.kawainohanare_title a:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-left: 0.5em;
}

.kawainohanare_title a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media print, screen and (max-width: 896px) {
  .shop_content:nth-of-type(n+2) {
    margin-top: 3em;
  }
  
  .shop_logo {
    top: -40px;
  }
  
  .shop_inner {
    flex-direction: column-reverse;
  }
  
  .shop_text img {
    top: 1em;
  }
  
  .shop_text,
  .shop_thumb,
  .shop_info,
  .shop_map {
    width: 100%;
  }
  
  .shop_text {
    padding-top: 2em;
  }
  
  .shop_thumb {
    margin-top: 3em;
  }
  
  .shop_info_inner {
    flex-direction: column;
  }
  
  .shop_info dl dt {
    width: 100px;
  }
  
  .shop_info dl dd {
    width: calc(100% - 100px);
  }
  
  .shop_map {
    margin-top: 2em;
  }
  
  .shop_movie_inner ul li {
    width: calc(100% / 2);
  }
}

@media print, screen and (max-width: 480px) {
  .shop_phone {
    flex-direction: column;
  }
  
  .shop_phone dt,
  .shop_phone dd {
    width: 100%;
    text-align: center;
  }
  
  .shop_info dl {
    flex-direction: column;
  }
  
  .shop_info dl:nth-of-type(n+2) {
    margin-top: 0;
  }
  
  .shop_info dl dt {
    width: fit-content;
    padding: 1em 0.5em 0 0;
    display: inline-block;
  }
  
  .shop_info dl dt:before {
    margin-right: 0;
  }
  
  .shop_info dl dd {
    width: 100%;
    padding: 1em 0.5em;
  }
  
  .shop_movie_inner ul li {
    width: 100%;
  }
  
  .shop_movie_inner ul li:last-of-type {
    padding-bottom: 0;
  }
  
  .kawainohanare_title {
    flex-direction: column;
  }
  
  .kawainohanare_title a {
    margin-bottom: 1em;
  }
}

/*---------------------------------
  お知らせ 投稿
---------------------------------*/
.post_content {
  max-width: 900px;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

.post_content h3 {
  font-size: clamp(16px, 2vw, 21px);
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ad0c0c;
  padding: 0 0.5em 1em 0.5em;
}

.post_content h3 .title_icon {
  margin-top: 5px;
  margin-right: 1em;
  margin-bottom: 0;
}

.post_content h3 span:last-of-type {
  width: calc(100% - 15px - 1em);
}

.post_day {
  color: #a7aeb3;
  font-size: clamp(12px, 1.5vw, 14px);
  margin: 1em 0 5em 0;
}

.post_day:before {
	content: "\f073";
	font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

.post_thumb ul li:first-of-type img {
  margin-top: 3em;
}

.post_thumb ul li:nth-of-type(n+2) {
  margin-top: 2em;
}

.post_thumb ul li img {
  border: solid 1px #dcdfe1;
}

.vertical_post_thumb {
  max-width: 635px;
  margin: 0 auto;
}

.post_inner p {
  line-height: 2.5em;
}

.post_content a img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.post_content .btn {
  margin-top: 7em;
}

@media print, screen and (max-width: 480px) {
  .post_content .btn {
    margin-top: 5em;
  }
}

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

  お問い合わせ

---------------------------------*/
.order_box {
  display: flex;
  flex-wrap: wrap;
}

.order_box dl {
  width: calc(100% / 3);
  border-left: solid 1px #315650;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2em 4%;
}

.order_box dl:last-of-type {
  border-right: solid 1px #315650;
}

.order_box dl dt {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  position: relative;
}

.order_box dl dt em {
  width: 70px;
  height: 1px;
  background: #ad0c0c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.order_box dl dt em:before, .order_box dl dt em:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ad0c0c;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -2px;
}

.order_box dl dt em:before {
  left: 0;
}

.order_box dl dt em:after {
  right: 0;
}

.order_box dl dt i {
  width: 50px;
  height: 50px;
  color: #ad0c0c;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 50px;
  border-radius: 50%;
  background: #f6f7f8;
  display: block;
  margin: 0 auto 1.5em auto;
}

.order_box dl dd:first-of-type {
  margin-bottom: 2em;
}

.order_box dl dd:last-of-type {
  text-align: center;
  margin-top: auto;
  padding: 0 0.5em;
}

.order_box dl:first-of-type dd:last-child a,
.order_box dl:nth-of-type(2) dd:last-child a {
  color: #fff !important;
  height: 65px;
  line-height: 65px;
  background: #ad0c0c;
  padding: 0 0.5em;
  display: block;
  position: relative;
}

.order_box dl:nth-of-type(2) dd a:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: 10px;
}

.order_box dl:first-of-type dd:last-child a:hover,
.order_box dl:nth-of-type(2) dd:last-child a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.order_box dl:last-of-type dd:last-of-type p {
  color: #ad0c0c;
  height: 65px;
  line-height: 63px;
  font-size: clamp(16px, 2vw, 24px);
  border: solid 1px #ad0c0c;
  letter-spacing: 0.1em;
  padding: 0 0.5em;
}

.order_box dl:last-of-type dd:last-of-type p:before {
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 600;
  vertical-align: middle;
  margin-right: 5px;
}

.order_box dl:last-of-type dd:last-of-type p a {
  color: #ad0c0c !important;
}

.form_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5em;
}

.form_title {
  width: 30%;
}

.form_title h3 {
  margin-bottom: 0;
}

.form_box .text_box {
  width: calc(100% - 30%);
  padding: 1em;
}

@media print, screen and (max-width: 896px) {
  .order_box {
    flex-direction: column;
  }
  
  .order_box dl {
    width: 100%;
    border: none !important;
  }
  
  .form_box {
    align-items: flex-start;
  }
}

@media print, screen and (max-width: 480px) {
  .form_box {
    flex-direction: column;
  }
  
  .form_title {
    width: 100%;
  }
  
  .form_title h3 {
    margin-bottom: 4em;
  }
  
  .form_box .text_box {
    width: 100%;
    padding: 0em;
  }
}

/*---------------------------------
  プライバシーポリシー
---------------------------------*/
.privacy_box .text_box p,
.privacy_box dl p {
  line-height: 2.5em;
}

.privacy_box dl {
  margin-top: 3em;
}

.privacy_box dl dt {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 600;
  text-indent: -1.4em;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.privacy_box dl dt:before {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  color: #ad0c0c;
  font-weight: 600;
  margin-right: 0.5em;
}

.privacy_box dl dd {
  padding-left: 2em;
}

.privacy_box dl dd ul li {
  list-style: decimal inside;
  text-indent: -1.2em;
  margin-top: 0.5em;
  padding-left: 1.2em;
}

/*---------------------------------
  Footer
---------------------------------*/
footer {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.8em;
  background: url("images/top/bg_square.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 7em 4% 8em 4%;
  position: relative;
}

.footer_content {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 2em;
}

.footer_box {
  width: 25%;
  padding: 3em 3%;
}

.footer_box:nth-of-type(n+2) {
  border-left: solid 1px #dcdfe1;
}

.footer_box dl:nth-of-type(n+2) {
  margin-top: 3em;
}

.footer_box dl dt {
  color: #a7aeb3;
  font-weight: 600;
  margin-bottom: 1em;
}

.footer_box_logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_box_logo img {
  max-width: 200px;
}

.footer_box_logo img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.footer_box_sns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
}

.footer_box_sns li {
  font-size: clamp(16px, 3vw, 21px);
  padding: 0.3em 0.6em;
}

.footer_box_sns li a {
  color: #a7aeb3;
}

.footer_box_sns li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.footer_map_link {
  margin-top: 1em;
}

.footer_map_link:before {
	content: "\f3c5";
	font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
}

.footer_map_link a {
  text-decoration: underline;
}

.footer_map_link a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer_box_phone dd {
  font-size: clamp(16px, 1.5vw, 21px);
  letter-spacing: 0.1em;
}

.footer_box_phone dd:before {
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  vertical-align: middle;
  margin-right: 5px;
}

.footer_box_sitemap dl dd ul li:before {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  color: #a7aeb3;
  font-weight: 600;
  margin-right: 0.5em;
}

.footer_box_sitemap dl dd ul li:hover:before {
  color: #ad0c0c;
  transition: 0.3s;
}

.footer_box_sitemap dl dd ul li a {
  display: inline-block;
  padding: 0.3em 0;
}

.footer_box_link li {
  font-weight: 600;
  text-align: center;
}

.footer_box_link li span {
  display: inline-block;
  padding: 0 3px;
}

.footer_box_link li:nth-of-type(n+2) {
  margin-top: 1em;
}

.footer_box_link li a {
  display: block;
  position: relative;
  padding: 1em 2em;
}

.footer_box_link li a:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  right: 5px;
}

.footer_box_link li a:hover,
.footer_box_link li a:hover:after{
  color: #fff !important;
  transition: 0.3s;
}

.footer_box_link li:first-of-type a {
  color: #315650;
  border: solid 1px #315650;
}

.footer_box_link li:first-of-type a:hover {
  background: #315650;
  transition: 0.3s;
}

.footer_box_link li:first-of-type a:after {
  color: #315650;
}

.footer_box_link li:nth-of-type(2) a {
  color: #ad0c0c;
  border: solid 1px #ad0c0c;
}

.footer_box_link li:nth-of-type(2) a:hover {
  background: #ad0c0c;
  transition: 0.3s;
}

.footer_box_link li:nth-of-type(2) a:after {
  color: #ad0c0c;
}

.footer_box_link li:last-of-type a {
  color: #2a395b;
  border: solid 1px #2a395b;
}

.footer_box_link li:last-of-type a:hover {
  background: #2a395b;
  transition: 0.3s;
}

.footer_box_link li:last-of-type a:after {
  color: #2a395b;
}

address {
	color: #a7aeb3;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	padding-top: 2em;
}

@media print, screen and (max-width: 896px) {
  .footer_box {
    width: 50%;
    padding: 3em 5%;
  }
  
  .footer_box:nth-of-type(3) {
    border-left: none;
  }
  
  .footer_box:nth-of-type(n+3) {
    border-top: solid 1px #dcdfe1;
  }
}

@media print, screen and (max-width: 480px) {
  .footer_box {
    width: 100%;
  }
  
  .footer_box {
    border-left: none !important;
  }
  
  .footer_box:nth-of-type(n+2) {
    border-top: solid 1px #dcdfe1;
  }
}

/*---------------------------------
  PageTop
---------------------------------*/
.pagetop {
  width: 65px;
  height: 60px;
  line-height: 60px;
  color: #fff !important;
  text-align: center;
  background: #ad0c0c;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
	display: block;
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 1000;
}

.pagetop:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 896px) {
	.pagetop {
	}
}

@media screen and (max-width: 480px) {
  .pagetop {
    display: none !important;
  }
}

/*---------------------------------
  wp-pagenavi
---------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin: 3em auto 0 auto;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #5f6368;
	background-color: #fff;
	border: solid 1px #dfe1e5 !important;
	padding: 8px 15px !important;
	margin: 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.wp-pagenavi a:hover { 
    background: #f1f3f5;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #e54a3b;
	border: none;
	font-weight: 600;
}

.wp-pagenavi span.current {
	border: none !important;
}
