@charset "utf-8";
/* CSS Document */
:root {
  --baseColor: #252525;
}
* {
	box-sizing: border-box;
	flex-wrap: wrap;
}

.pc {
	display: block;
}

.tab {
	display: none;
}

.sp {
	display: none;
}


/*リンク*/
a:link {
	text-decoration: none;
	color: var(--baseColor);
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: var(--baseColor);
}

a:hover {
	color: var(--baseColor);
}

a:active {
	text-decoration: none;
	color: var(--baseColor);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

html {
  scroll-behavior: smooth;
} 

body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height:1;
  background: #fef6ed;
  color: var(--baseColor);
}

body.menu-open {
    overflow: hidden;
}

.tab {
  display: none;
}

.mobile {
    display: none;
}

header {
  background: url(../images/hedder_bg.png) no-repeat center bottom;
  position: relative;
}

header .main_visual {
  width: 100%;
  max-width:1920px;
  margin:0 auto;
}

header .main_visual img {
  height: 908px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

header .logo_container {
  width: min(896px, 100%);
  transform: translateY(-840px);
  display:flex;
  justify-content: space-between;
  margin:0 auto;
}


header .logo {
  width: min(252px, 100%);
  margin: 0 auto;
}

header .logo img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}


header .ttl {
  width: min(578px, 100%);
  margin: 0 auto;
}

header .ttl img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}


header .main_visual_inf {
  width: min(412px, 100%);
  margin:0 auto -80px;
  padding:0 1.6em;
}

header .main_visual_inf img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  transform: translateY(-100px);
}

header .main_message_box {
  width: min(1100px, 100%);
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  padding: 0 1.6em 0.6em;
  letter-spacing: 0.05em;
  text-align:center;
  margin:0 auto;
}

header .main_message_box p span {
  display: inline-block;
  border-bottom:2px dashed #ffbd70;
  margin-bottom:1.4em;
  padding: 0 0.6em;
}



header .sub_message_box {
  font-size: 26px;
  line-height: 2;
  font-weight: 400;
  padding: 0 1.6em 2em;
  letter-spacing: 0.05em;
  text-align:center;
  margin:0 auto;
}

header .sub_message_box p {
  margin-bottom:1em;
}



header .instagram {
  max-width: 586px;
  background: #fff;
  margin: 0 auto 6em;
  padding: 2em 0;
  text-align:center;
}

header .instagram h3.title {
  color:#e9acb9;
  font-size: 26px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 auto;
}

header .instagram .insta_box {
  max-width: 500px;
  height: 590px;
  margin: 2em auto;
  overflow: auto;
}

header .instagram .bottom_text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color:#4c4b4c;
  padding-top:0.6em;
}

.main_container .inner_block {
  width: min(1024px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.section_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
flex-wrap: wrap;
}

.section_title span {
  font-size: 20px;
  color: #e9acb9;
  font-weight: 600;
	line-height: 2;
}

.section_sub_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex-wrap: wrap;
}

.section_sub_title span {
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height:1em;
  font-weight: 500;
}


.userguide_container {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.userguide_container .userguide_overview {
  width: min(924px, 100%);
  margin: 48px auto 0;
  padding: 0 1.6em;
}



.userguide_table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: 22px;
}

.userguide_table tr {
  border-bottom: 2px solid var(--baseColor);
}

.userguide_table th {
  width: 120px;
  text-align: left;
  vertical-align: middle;
  padding: 1em 0;
  text-align: left;
  color:#ff8b2e;
  font-weight: 400;
}

.userguide_table td {
  padding: 1em 0  1em 2em;
  line-height: 2;
  vertical-align: middle;
}

.userguide_table td span {
  font-size: 18px;
}


.message_container {
  padding: 80px 0;
  position: relative;
}

.message_container .message_box {
  font-size: 36px;
  line-height: 2.35;
  font-weight: 400;
  padding: 48px;
  letter-spacing: 0.1em;
  text-align:center;
}

.message_container .message_box .message_visual {
  width: min(725px, 100%);
  margin:1.6em auto 0;
}

.message_container .message_box .message_visual img {
  width:100%;
  object-fit: cover;
  object-position: bottom;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 2.6em;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.speechBubble span {
  display:inline-block;
  font-size: 20px;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 40px 20px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}



.services_container {
  padding: 80px 0 0 0;
  background: #fff;
  position: relative;
}

.services_container .business_overview {
  width: min(928px, 100%);
  margin: 48px auto 0;
}

.services_container .business_text_box {
  width: min(924px, 100%);
  margin: 48px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0 48px;
}

.services_list {
  width: min(928px, 100%);
  display: grid;
  grid-template-columns: repeat(2, 415px);
  gap: 20px;
  margin: 0 auto;
  padding: 60px 20px;
  font-weight: 500;
}

.service_box {
  width: 415px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_title {
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 0.1em;
}

.service_description {
  padding: 10px 0;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
}



.access_container {
  padding: 80px 0 0 0;
  position: relative;
}

.access_wrapper {
  width: min(1000px, 100%);
  margin: 6em auto;
  display: flex;
  justify-content: center;
}

.access_wrapper .inf_block {
  width: min(500px, 100%);
  text-align: center;
  line-height: 1.6;
  padding: 0 1.6em;
}

.inf_block .inf_overview {
  width: min(456px, 100%);
  margin: 0 auto;
}

.inf_block .inf_overview .shop_name {
  font-size: 24px;
  line-height: 2;
  font-weight: 400;
  color: #7abee3;
}

.inf_block .inf_overview .shop_add {
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.07em;
  padding: 0.6em 0;
}

.inf_table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 300;
  letter-spacing: 0.07em;
  font-size: 20px;
  margin-bottom: 2em;
}

.inf_table tr {
  border-bottom: 1px solid var(--baseColor);
}

.inf_table th {
  width: 120px;
  text-align: left;
  vertical-align: middle;
  padding: 0.8em 0;
  text-align: left;
  color:#ff8b2e;
  font-weight: 300;
}

.inf_table td {
  padding: 0.8em 0  0.8em 2em;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
}


.access_wrapper .map_block {
  width: min(500px, 100%);
  text-align: center;
  line-height: 1.6;
  padding: 0 1.6em;
}

.access_wrapper .map_block .map_visual {
  max-width: 476px;
  margin:0 auto;
}

.access_wrapper .map_block .map_visual img {
  object-fit: cover;
  object-position: bottom;
}



footer {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
}

footer .copyright {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 300;
}

/* ページトップボタン */
#pagetop {
  position: fixed;
  right: 40px;
  bottom: 10px;
  z-index: 5500;
  display: block;
  width: 42px;
  height:42px;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}
#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}
#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width:18px;
  height:18px;
  content:"";
  border-top:3px solid #ffffff;
  border-right:3px solid #ffffff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}


