@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #471b11;
  font-size: 18px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 47px;
  display: block;
  text-align: center;
  line-height: 0.35;
  position: relative;
  font-weight: 500;
  font-size: clamp(3.5rem, 2.25rem + 4vw, 4.5rem);
}
.maintitle .mf {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  font-family: "Damion", serif;
  font-weight: 400;
  color: #f57b2c;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 30px !important;
}
.maintitle .sf {
  font-size: 30%;
}
@media (max-width: 550px) {
  .txtmgb {
    margin-bottom: 25px !important;
  }
  .maintitle {
    margin-bottom: 30px;
  }
}
/*02*/
.mtitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  line-height: 1.7;
  padding: 9px 12px 12px;
  color: #471b11 !important;
}
.mtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/title.png);
  background-size: 135px;
  background-repeat: repeat;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 15px;
  }
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 23px;
  border-bottom: 1px dotted #471b11;
}
/*ボタン*/
.mainbtn a {
  position: relative;
  padding: 20px;
  display: inline-block;
  width: 285px;
  text-align: center;
  color: #fff;
  background: #f57b2c;
  border: 1px solid #f57b2c;
}
.mainbtn a:hover {
  color: #f57b2c;
  background: #fff;
}
.tbtn {
  margin-top: 30px;
}
/**/
.btnflex {
  margin-left: auto;
  margin-right: auto;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    width: fit-content;
    min-width: 220px;
    padding: 13px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 20px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg, .bg_cream {
  position: relative;
}
.bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_wood02.jpg) repeat;
  background-size: 750px;
  background-position: top;
  z-index: -101;
}
.bg_cream::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5ebda;
  z-index: -100;
}
/*
.bg_cream::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../img/bg_corkboard.jpg);
  background-size: 350px;
  background-repeat: repeat;
  opacity: 0.15;
}
*/
/*
.bg_cream::after, .bg_cream::before {
  content: '';
  width: 100%;
  height: 185%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -100;
  background: linear-gradient(180deg, rgba(16, 19, 21, 0) 1%, #f5ebda);
  mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, #000 50%, transparent 100%);
}
section.bg_cream:last-of-type::after {
  mask-image: none;
  -webkit-mask-image: none;
}
*/
/* whitebox */
.whitebox_sec {
  position: relative;
}
.whitebox_sec::before {
  position: absolute;
  content: "";
  max-width: 1400px;
  width: 96%;
  height: calc(100% - 70px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5ebda;
  z-index: -50;
}
/* ヤシの木 */
.tree01::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree01.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px left 5px;
  background-size: 230px;
  z-index: -1;
  opacity: 0.07;
}
.tree02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree02.svg);
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  background-size: 230px;
  z-index: -1;
  opacity: 0.1;
}
.tree03::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree03.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px left 5px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.1;
}
.tree04::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree04.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px left 5px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.1;
}
.tree05::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree05.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.1;
}
.tree06::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/tree06.svg);
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  background-size: 230px;
  z-index: -1;
  opacity: 0.1;
}
.leaf::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/leaf.svg);
  background-repeat: no-repeat;
  background-position: top -15px left -15px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.1;
}
.leaf02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/leaf02.svg);
  background-repeat: no-repeat;
  background-position: top -15px left -15px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.1;
}
@media (max-width: 550px) {
  .tree01::before {
    background-size: 130px;
  }
  .tree02::before {
    background-size: 180px;
    background-position: top -35px left -35px;
  }
  .tree03::before {
    background-size: 210px;
  }
  .tree04::before {
    background-size: 180px;
  }
  .tree05::before {
    background-size: 220px;
  }
  .tree06::before {
    background-size: 140px;
  }
  .leaf::before, .leaf02::before {
    background-size: 30%;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/* illust ==============================*/
.psr {
  position: relative;
}
/**/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: -1;
  pointer-events: none;
}
.toppage .tl, .toppage .tr, .toppage .bl, .toppage .br, .psr.spmgb .tl, .psr.spmgb .tr, .psr.spmgb .bl, .psr.spmgb .br {
  z-index: 3;
}
.tl img, .tr img, .bl img, .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
  object-fit: contain !important;
}
/**/
.tl, .tr, .bl, .br {
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  width: auto !important;
  height: 200px !important;
}
.tl.seihk img, .tr.seihk img, .bl.seihk img, .br.seihk img {
  width: auto !important;
  height: 150px !important;
}
/**/
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 37% !important;
  max-width: 185px;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  width: 100% !important;
  height: auto !important;
  mask-image: none !important;
}
/*位置*/
.tl {
  top: -80px;
  left: 3px;
}
.tr {
  top: -80px;
  right: 3px;
}
.bl {
  bottom: -85px;
  left: 3px;
}
.br {
  bottom: -85px;
  right: 3px;
}
.psr .tl {
  top: 25px;
  left: 1px;
}
.psr .tr {
  top: 25px;
  right: 1px;
}
.psr .bl {
  bottom: 5px;
  left: 5px;
}
.psr .br {
  bottom: 5px;
  right: 5px;
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 115px !important;
  }
  .seihk.tl img, .seihk.tr img, .seihk.bl img, .seihk.br img {
    height: 80px !important;
  }
  .tl {
    top: -43px;
  }
  .tr {
    top: -43px;
  }
  .bl {
    bottom: -43px;
  }
  .br {
    bottom: -43px;
  }
  .i_pdb.tl, .i_pdb.tr, .i_pdb.bl, .i_pdb.br {
    width: 32% !important;
    max-width: 140px;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_wrap {
  width: 263px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  overflow-y: auto;
  box-shadow: 4px 0px 3px -5px rgb(0 0 0 / 9%);
  background: url(../img/bg_wood.jpg) repeat;
  background-size: 1050px;
  background-position: top;
}
.header {
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_logo {
  width: 100%;
}
.header_title a {
  display: flex;
  align-items: center;
}
.header_title {
  width: 95%;
  margin: auto;
}
.header_nav {
  margin: 2% 0 12%;
}
.header li a img {
  width: 30px;
  height: 100%;
  margin-right: 10px;
  margin-top: 2px;
}
.header ul {
  width: 100%;
}
.header ul li {
  width: 95%;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #471b11;
  padding: 5px 3px;
}
.header ul li span {
  display: block;
  color: #f57b2c;
  font-family: "Damion", serif;
  font-weight: 400;
  font-size: 120%;
}
.header ul li a {
  display: block;
  width: 100%;
  padding: 5px 3px 3px;
  margin: 2px 0;
  color: #471b11;
  font-size: 1.15rem;
  line-height: 1.45;
}
.header ul li a:nth-child(n+2) {
  font-size: 80%;
  padding: 0 0 5px;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
.header ul li a:nth-child(n+2)::before {
  content: "∟";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #f57b2c;
}
.header ul li a:last-of-type {
  padding-bottom: 5px;
}
.header ul li a:hover {
  opacity: 0.6;
}
.header .mainbtn {
  text-align: center;
}
.header .mainbtn a {
  width: 100%;
  font-size: 90%;
  padding: 17px 0;
}
.header .mainbtn a::after {
  content: none;
}
.header_item > div {
  margin-bottom: 6px;
}
.header_item > div:last-child {
  margin-bottom: 0;
}
/* icons link */
.link_icons {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 5px;
}
.link_icons a {
  color: #471b11; /*#a87d6a*/
  font-size: 1.45rem;
}
.link_icons a .fa-instagram {
  font-size: 108%;
}
.link_icons a:hover {
  opacity: 0.6;
}
.link_icons div {
  margin: 0 5px;
}
/* 高さ */
@media (max-height: 845px) {
  .header {
    margin-top: 40px;
    padding-bottom: 40px;
    top: 0;
    transform: translate(-50%, 0);
  }
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #471b11;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/leaf.svg), url(../img/_illust/tree01.svg);
  background-repeat: no-repeat;
  background-position: top -15px left -15px, bottom 5px right 5px;
  background-size: 280px;
  z-index: -1;
  opacity: 0.08;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_wood.jpg) repeat;
  background-size: 1050px;
  background-position: top;
  z-index: -2;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-height: 840px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
@media (max-width: 550px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dotted #471b11;
  font-size: 1.1rem;
}
.global-navigation__list li a {
  display: inline-block;
  width: 100%;
  color: #471b11;
  line-height: 1.35;
}
.global-navigation__list li a:nth-child(n+2) {
  position: relative;
  font-size: 85%;
  padding-left: 17px;
}
.global-navigation__list li a:nth-child(n+2)::before {
  content: "∟";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #f57b2c;
}
.global-navigation__list li a span {
  display: flex;
  font-family: "Damion", serif;
  font-weight: 400;
  color: #f57b2c;
  margin-bottom: 3px;
  font-size: 130%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.header__nav-area .btnflex {
  margin-top: 23px;
}
/* site_wrap */
.site_wrap {
  margin-left: auto;
  width: calc(100% - 263px);
}
@media (max-width: 1235px) {
  .header {
    margin-top: 0;
  }
  .site_wrap {
    margin: auto;
    width: 100%;
  }
  .header_sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header_wrap {
    width: 100%;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: visible;
    box-shadow: 0px 4px 4px -5px rgb(0 0 0 / 5%);
  }
  .header {
    position: initial;
    width: 100%;
    padding: 12px 7px;
    transform: translate(0, 0);
  }
  .header_nav, .header_item, .header .link_icons {
    display: none;
  }
  .header_title {
    width: 215px;
    margin-left: 5px;
  }
  .hamburger {
    top: 16px;
    right: 12px;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_title {
    width: 140px;
  }
  .hamburger {
    top: 7px;
    right: 7px;
  }
  .header__nav-area::before {
    background-size: 160px, 145px;
  }
  .global-navigation__list li {
    padding: 15px 5px 17px;
    font-size: 1rem;
  }
  .header__nav-area .btnflex a {
    font-size: 0.95rem;
  }
}
/* footer ================================================*/
.footer_contact .inner {
  width: 95%;
  max-width: 1000px;
}
.footer_contact {
  padding: 85px 0 90px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 0 100%;
  background-attachment: fixed;
  z-index: -1;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::after {
  background-attachment: scroll;
}
@media (max-width: 950px) {
  .footer_contact::after {
    background-position: 25% 100%;
  }
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #473024;
  opacity: 0.65;
}
.footer_contact .maintitle {
  color: #fff;
  margin-bottom: 40px;
}
.footer_contact .maintitle .mf {
  color: #fff;
}
.ctext {
  margin-bottom: 37px;
  font-size: 115%;
  text-align: center;
}
/*btn*/
.fax {
  pointer-events: none;
}
.footer_contact .btn {
  text-align: center;
  width: 32.5%;
}
.footer_contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 22px 5px;
  font-size: 1.2rem;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.footer_contact .btn a i {
  margin-right: 8px;
}
.footer_contact .btn a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.fax {
  pointer-events: none;
}
@media (max-width: 970px) {
  .footer_contact .btn a {
    font-size: 1.9vw;
  }
}
@media (max-width: 750px) {
  .footer_contact::after {
    background-attachment: scroll;
  }
  .footer_contact .inner {
    width: 85%;
  }
  .footer_contact .maintitle {
    margin-bottom: 35px;
  }
  .ctext {
    text-align: left;
    margin-bottom: 27px;
    font-size: 95%;
  }
  .footer_contact {
    padding: 55px 0;
  }
  .footer_contact .flexbox {
    max-width: 330px;
    margin: auto;
  }
  .footer_contact .btn {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
  }
  .footer_contact .btn a {
    font-size: 1.05rem;
  }
  .footer_contact .btn:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .footer_contact .btn a {
    font-size: 1rem;
    padding: 17px 5px;
  }
}
/* 店舗情報 */
.footer_bottom {
  padding: 50px 0;
}
.footer_bottom .inner {
  max-width: 1230px;
}
/**/
.fbox {
  position: relative;
}
@media (max-width: 750px) {
  .fbox .tr {
    top: -98px;
    right: -5%;
  }
}
.footer_bottom .mtitle {
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
}
/*table*/
.footer_info table {
  font-size: 90%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.footer_info table tr {
  border-bottom: 1px dotted #471b11;
}
.footer_info table tr:first-of-type th, .footer_info table tr:first-of-type td {
  padding-top: 0;
}
.footer_info table th, .footer_info table td {
  font-weight: 500;
  padding: 18px 0;
}
.footer_info table th {
  background: transparent;
  width: 30%;
  text-align: left;
  padding-left: 7px;
}
.footer_info table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  background: transparent;
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_info table {
    margin-bottom: 30px;
  }
}
/* map */
.footer_map {
  display: flex;
  flex-direction: column;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
  filter: sepia(25%);
}
@media(max-width:750px) {
  .footer_map iframe {
    height: 280px;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 9px 0 13px;
  background: #f57b2c;
  color: #fff;
}
@media (max-width: 550px) {
  .copyright {
    padding: 5px 3px 8px;
    font-size: 0.9rem;
  }
}
/* ページ上に戻るボタン */
.tfade {
  position: relative;
  z-index: 79;
}
.page_top {
  position: fixed;
  right: 13px;
  bottom: 7px;
  width: 220px;
}
.page_top a {
  display: block;
  position: relative;
  width: 100%;
}
.page_top a:hover {
  padding-bottom: 10px;
}
@media (max-width: 550px) {
  .page_top {
    right: 7px;
    bottom: 5px;
    width: 130px;
  }
}
/* スライド　========================================*/
.topslide {
  position: relative;
}
/*木*/
.topslide::before {
  transform: scaleX(-1);
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/slide/leaf.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 240px;
  z-index: 3;
}
/*海*/
.sea, .sea img {
  width: 100%;
}
.sea img {
  object-position: 50% 79%;
  object-fit: cover;
  height: 157px;
}
/*ハイビスカス*/
.topslide .bl, .topslide .br {
  bottom: -105px;
}
.topslide .bl img, .topslide .br img {
  height: 145px !important;
}
/*catchcopy*/
.catchcopy {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
  font-size: 3.4rem;
  text-align: center;
  color: #471b11;
  line-height: 1.05;
  white-space: nowrap;
  padding: 0 7%;
  font-family: "ta-koigokoro", sans-serif; /*HOT-ゲーカイ11教漢*/
  font-weight: 400;
}
.catchcopy p {
  padding-top: 7px;
  padding-right: 4px;
  /*mix-blend-mode: multiply;*/
}
.catchcopy img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bi {
  display: block;
  font-size: 140%;
}
.damion {
  font-family: "Damion", serif;
  font-weight: 400;
}
.catchcopy .damion {
  font-size: 140%;
  padding-right: 1%;
  color: #f58842;
}
/*img*/
.slide_items {
  position: relative;
}
.slide_items::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 19, 21, 0) 15%, #010101);
  z-index: 1;
  opacity: 0.13;
}
.slide_items div img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
/*画像拡大アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1235px) {
  .slide_items div img {
    height: 410px;
  }
  .topslide .bl, .topslide .br {
    bottom: -120px;
  }
}
@media (max-width: 1100px) {
  .topslide::before {
    background-size: 160px;
  }
}
@media (max-width: 850px) {
  .topslide::before {
    background-size: 30%;
  }
  .catchcopy {
    font-size: 6vw;
  }
}
@media (max-width: 750px) {
  .slide_items div img {
    height: 60vw;
  }
  .sea img {
    height: 20.5vw;
  }
  .topslide .bl, .topslide .br {
    bottom: -85px;
  }
  .topslide .bl img, .topslide .br img {
    height: 110px !important;
  }
}
@media (max-width: 550px) {
  .news {
    padding-top: 45px;
  }
  .topslide .bl, .topslide .br {
    bottom: -38px;
  }
  .topslide .bl img, .topslide .br img {
    height: 60px !important;
  }
}
/* バナー　========================================*/
.banner {
  padding: 60px 0;
}
.banner .inner {
  max-width: 860px;
}
/**/
.b_flex {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.b_img {
  width: 45%;
}
.b_text {
  position: relative;
  padding: 20px;
  width: 55%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.b_text::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f57b2c;
  z-index: -100;
}
.b_text::before {
  filter: brightness(0) invert(1);
  opacity: 0.15;
}
.b_text h2 {
  font-weight: 500;
  font-size: 100%;
}
.b_illust {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: -5%;
  width: 150px !important;
}
@media (max-width: 850px) {
  .b_illust {
    width: 16vw !important;
  }
}
@media (max-width: 750px) {
  .banner {
    padding: 100px 0;
  }
  .b_illust {
    top: -5%;
    width: 35% !important;
  }
  .b_flex {
    display: block;
  }
  .b_img, .b_text {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .banner {
    padding: 40px 0;
  }
}
/* ohanaとは　========================================*/
/*illust*/
.aboutohana .tl, .aboutohana .tr, .aboutohana .bl, .aboutohana .br {
  z-index: -1;
}
.aboutohana .tl, .aboutohana .tr {
  top: 5px;
}
.aboutohana .bl, .aboutohana .br {
  bottom: 5px;
}
@media (max-width:1160px) {
  .aboutohana .bl, .aboutohana .br {
    bottom: -45px;
  }
}
@media (max-width:805px) {
  .aboutohana .tl, .aboutohana .tr {
    top: -25px;
  }
}
@media (max-width:550px) {
  .aboutohana .bl, .aboutohana .br {
    bottom: -25px;
  }
}
/*text*/
.ohanatext {
  max-width: 928px;
  margin: auto;
}
/*img*/
.thrflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.thrflex div {
  width: 31%;
  position: relative;
}
.thrflex div:nth-child(2) {
  top: 15px;
}
.thrflex div:nth-child(3) {
  top: 30px;
}
@media(max-width: 750px) {
  .thrflex {
    flex-wrap: wrap;
    margin: 0 auto 55px;
  }
  .thrflex div:nth-child(1) {
    width: 100%;
  }
  .thrflex div:nth-child(2) {
    width: 48%;
    top: 15px;
  }
  .thrflex div:nth-child(3) {
    width: 48%;
    top: 30px;
  }
}
/* CONTENTS　========================================*/
.contents .inner {
  max-width: 1470px;
}
.menulink div {
  width: 32.5%;
  position: relative;
  margin-bottom: 1%;
}
.menulink div a {
  display: block;
  overflow: hidden;
  position: relative;
}
.menulink div a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  /*background: linear-gradient(180deg, rgba(232, 121, 46, 0.6), #e8792e 45%);opacity: 0.6;*/
  /*background: #c9631e;opacity: 0.55;*/
  background: #7a594b;
  opacity: 0.5;
  transition: .6s all;
}
.menulink div a::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/link01.svg);
  background-repeat: no-repeat !important;
  background-position: top -5px right 5px !important;
  background-size: 35% !important;
  opacity: 0.6;
  filter: brightness(0) invert(1);
}
.menulink div:nth-child(2n+1) a::after {
  background: url(../img/_illust/link02.svg);
  background-position: top 5px right 5px !important;
  background-size: 45% !important;
}
.menulink div a:hover::before {
  opacity: 0.2;
}
/**/
.menulink div img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  transition: .6s all;
}
.menulink div a:hover img {
  transform: scale(1.07, 1.07);
}
/*title*/
.menulink div a h3 {
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 12%), 0px -2.5px 3px rgb(0 0 0 / 8%);
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 13px;
  left: 3.7%;
  z-index: 2;
  font-size: clamp(1.3rem, 0.925rem + 1.2vw, 1.6rem);
  line-height: 1.1;
}
.menulink div a h3 span {
  display: block;
  font-family: "Damion", serif;
  font-weight: 400;
}
@media (max-width: 1460px) {
  .menulink div img {
    height: 13vw;
  }
}
@media (max-width: 1030px) {
  .menulink div {
    width: 49.5%;
  }
  .menulink div img {
    height: 18vw;
  }
}
@media (max-width: 750px) {
  .menulink div {
    width: 100%;
    margin-bottom: 10px;
  }
  .menulink div img {
    height: 40vw;
  }
  .menulink div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 130px 0 110px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: -3;
}
/* 背景写真 各ページ */
.fv01.fv::after {
  background: url(../img/fv01.webp);
  background-position: 50% 82% !important;
}
.fv02.fv::after {
  background: url(../img/fv02.webp);
}
.fv03.fv::after {
  background: url(../img/fv03.webp);
  background-position: 50% 15% !important;
}
.fv04.fv::after {
  background: url(../img/fv04.webp);
  background-position: 50% 35% !important;
}
.fv05.fv::after {
  background: url(../img/fv05.webp);
}
.fv06.fv::after {
  background: url(../img/fv06.webp);
}
.fv07.fv::after {
  background: url(../img/fv07.webp);
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #473024;
  opacity: 0.65;
  z-index: -2;
}
.fv h2 {
  text-align: center;
  margin-bottom: 12px !important;
  font-size: clamp(1.6rem, 1.06rem + 1.92vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media(max-width:1235px) {
  .fv {
    padding: 100px 0 80px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 55px 0 43px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/**/
.ohana {
  font-family: "Damion", serif;
  font-weight: 400;
  font-size: 135%;
}
/* メニュー・イートイン・デリバリーページ ===========================================================================================*/
@media(max-width: 980px) {
  h2.sp_lh_mgb {
    margin-bottom: 17px !important;
  }
  .fv_sp_none {
    display: none;
  }
  .fv_title_long {
    display: block;
  }
  .sp_lh {
    line-height: 1.3;
  }
}
/* レギュラーメニュー */
.king {
  margin-top: 95px;
}
.king .stitle {
  margin-bottom: 13px;
  line-height: 1.25;
}
.king .en {
  margin-right: 7px;
  font-family: "Damion", serif;
  font-weight: 400;
  font-size: 135%;
}
@media(max-width:750px) {
  .regular .fitc {
    margin-top: 33px;
  }
}
@media(max-width:550px) {
  .king {
    margin-top: 50px;
  }
}
/* デリバリー */
.delivery .inner {
  max-width: 1300px;
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #f57b2c;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* 私たちについて */
@media (max-width:750px) {
  .SP_displayContents .inner {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
  }
}
/* フィルター */
.disabled_wrap {
  position: relative;
  overflow: hidden;
}
.disabled_wrap::before {
  content: '';
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
}
.disabled_wrap .disabled_blur {
  filter: blur(3px);
}
.disabled_wrap .disabled_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  z-index: 2;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
}
.disabled_wrap .disabled_text p {
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
.disabled_wrap .disabled_text.top_position {
  top: 7%;
  transform: translate(-50%, 0);
}
@media (max-width:750px) {
  .disabled_wrap .disabled_text.top_position {
    top: 65px;
  }
  .disabled_wrap .disabled_text.sp_top_position {
    top: 12%;
    transform: translate(-50%, 0);
  }
}
/* キッチンカーページ ===========================================================================================================*/
/* メニュー */
/*img*/
.thrflex_menu {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1330px;
}
.thrflex_menu div {
  width: 31%;
  position: relative;
}
@media(max-width: 750px) {
  .thrflex_menu {
    margin: 45px auto 0;
    flex-wrap: wrap;
  }
  .thrflex_menu div {
    width: 75%;
    margin-bottom: 17px;
  }
  .thrflex_menu div:last-of-type {
    margin-bottom: 0 !important;
  }
  .thrflex_menu div:nth-child(2n) {
    margin-left: auto;
  }
}
/* こんな場面で出店してます！ */
.jobs .inner {
  max-width: 1330px;
}
.jobs .flexbox {
  justify-content: center;
}
.detbox {
  width: 31%;
  margin: 0 1.1% 35px;
}
.detbox img {
  margin-bottom: 10px;
}
.detbox p {
  margin-bottom: 0;
  text-align: center;
}
.detbox p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  color: #f57b2c;
  font-size: .9em;
  margin-right: 5px;
}
.detbox p span:not(.ib) {
  display: block;
  font-size: 90%;
}
@media(max-width:1170px) {
  .detbox {
    width: 47.8%;
  }
}
@media(max-width:750px) {
  .detbox {
    width: 100%;
    margin: 0 0 45px;
  }
  .detbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* よくある質問 */
.faq .fitc {
  margin-top: 27px;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  text-align: center;
  line-height: 1.7;
}
.faqbox {
  width: 49%;
  padding: 23px;
  background: #f5ebda;
  margin-bottom: 20px;
}
.faqbox:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
/*text*/
.qt::before, .at::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}
.qt {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px dotted #471b11;
  padding-left: 38px;
  font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
}
.qt::before {
  content: "Q.";
  top: -0.2em;
  color: #755952;
}
.at {
  position: relative;
  padding-left: 38px;
}
.at::before {
  content: "A.";
  top: -0.35em;
  left: 0.05em;
  color: #f57b2c;
}
@media(max-width:1120px) {
  .faq .flexbox {
    display: block;
  }
  .faqbox {
    width: 100%;
  }
  .faqbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width: 550px) {
  .faqbox {
    padding: 20px 15px;
    margin-bottom: 17px;
  }
}
/* 事業内容ページ ===========================================================================================================*/
.inn .inner {
  max-width: 1331px;
}
/* slider */
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 80%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**/
.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  opacity: 1;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
}
.contents_slider button.slick-prev {
  left: 7px !important;
  z-index: 3 !important;
}
.contents_slider button.slick-next {
  right: 9px !important;
  z-index: 3 !important;
}
/* 会社概要ページ ===========================================================================================================*/
.about_page_footer_info_none .footer_bottom {
  display: none;
}
/* 会社概要 */
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dotted #471b11;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dotted #471b11;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-size: 107%;
  }
}
/* 旅館佐和屋 写真付きリンク */
.linkbanner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.linkbanner::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #473024;
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
}
.linkbanner::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 5%;
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  line-height: 1;
  font-size: 0.6rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s all;
  z-index: 2;
  pointer-events: none;
}
.linkbanner:hover::before {
  color: #fff;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.linkbanner a::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/sawaya.svg);
  background-repeat: no-repeat !important;
  background-position: bottom 5px left 5px !important;
  background-size: 35% !important;
  opacity: 0.6;
  filter: brightness(0) invert(1);
}
.linkbanner a:hover img {
  transform: scale(1.05);
  transition: 1.2s;
}
.linkbanner img {
  margin-bottom: 0 !important;
  transition: .8s;
}
.linkbanner h2 {
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  font-size: clamp(1.5rem, 1.14rem + 1.28vw, 2.1rem);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}
.linkbanner h2 span {
  font-size: 85%;
  display: block;
  font-family: "Damion", serif;
  font-weight: 400;
}
@media(max-width:650px) {
  .linkbanner::before {
    font-size: 0.4rem;
    width: 35px;
    height: 35px;
  }
  /*
  .linkbanner h2 {
    text-align: left;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
  }
  */
  .linkbanner img {
    object-fit: cover;
    width: 100%;
    height: 45vw;
  }
}
/* map */
.mt_lh.maintitle {
  line-height: 0.55;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ===========================================================================================*/
.contact_sec section .inner {
  max-width: 1020px;
}
.contact_sec .whitebox_sec::before {
  max-width: 1200px;
}
/**/
.contop {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
}
@media(max-width:900px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
  line-height: 1.55;
  border-left: 4px solid #f57b2c;
  padding-left: 12px;
}
.cotitle span {
  font-size: 70%;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #fff;
  padding: 20px 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: 2rem;
  color: #471b11;
  font-family: "Damion", serif;
  font-weight: 400;
}
.telbox a i {
  color: #f57b2c;
  font-size: 80%;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #f57b2c;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1385px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 980px;
  margin: auto;
  margin-top: 45px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 85%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #471b11;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #f57b2c;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #471b11;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #f57b2c;
  border: 1px solid #f57b2c;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #f57b2c;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #f57b2c;
  border-bottom: 3px solid #f57b2c;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #471b11;
}
@media(max-width:550px) {
  .business select {
    font-size: 0.83rem;
  }
  .mailform .box, .mailform textarea {
    font-size: 0.83rem;
  }
}
@media (max-width: 550px) {
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 880px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  margin-top: 55px;
}
@media (max-width: 550px) {
  .privacy {
    margin-top: 25px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
}
.accordionwrap {
  border-bottom: 1px dotted #471b11;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
  color: #f57b2c;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #f57b2c;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 90%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #f57b2c;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 85%;
  }
}