/*
 Theme Name:   sunroot
 Description:  sunroot
 Author:       Kentaro sakamoto
 Version:      1.0.0
*/

@font-face {
  font-family: "HomeFont";
  src: url("../resources/oxygen-mono/OxygenMono-Regular.otf");
}

@import url("https://fonts.googleapis.com/css?family=Roboto:900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap");

* {
  color: #333333;
}

html {
  width: 100vw;
  font-size: 0.83vw;
}

body {
  width: 100%;
  margin: 0;
  line-height: 1.25;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-transform: none;
}

img {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  letter-spacing: 0.2rem;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  text-transform: none;
}

p {
  font-size: 1.05rem;
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  color: #000;
  text-align: left;
  text-transform: none;
}

input,
textarea,
button {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  border: none;
  color: #000;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6em;
  vertical-align: text-top;
}

select,
option {
  font-family: "HomeFont";
  font-weight: 500;
  background: none transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button,
input[type="submit"] {
  background: transparent;
  padding: 0;
  outline: none;
  cursor: pointer;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

tr {
  padding: 0;
  margin: 0;
}

th,
td {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  text-align: left;
}

dl {
  margin: 0;
}

dd,
dt {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

h1,
h2,
h3,
h4 {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  color: #000;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0;
}

.sp_only {
  display: none;
}

.pc_only {
  display: inline;
}

.font_red {
  color: #cd0200;
}

.vertical>span {
  font-weight: 400;
}

.w100 {
  width: 100%;
}

.w99 {
  width: 99%;
  margin: 0 auto;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.full {
  height: 100vh;
}

.under_space {
  margin-bottom: 5px;
}

.detail_box {
  padding: 2.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% + 17px);
  padding-bottom: 6rem;
}

header {
  position: fixed;
  width: 100%;
  height: 8rem;
  background-color: #000;
  z-index: 20;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
}

header .left {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

header .left a img {
  width: auto;
  height: 100%;
  box-sizing: border-box;
}

header .center {
  position: absolute;
  right: 47%;
  text-align: center;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}

header .right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.fix .right {
  top: 0;
  right: 0;
}

.fix .left {
  top: inherit;
  left: inherit;
}

header .center>ul {
  position: relative;
  right: 0;
}

header .center>ul>li {
  height: auto;
}

header .center>ul>li>a {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  line-height: 2.2rem;
  padding: 0 1rem;
}

header .center>ul>li>a>span {
  font-size: 1rem;
  color: #fff;
  font-family: 'Lusitana', serif;
}

header .center>ul>li>a::after {
  position: relative;
  bottom: 0rem;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

header .center>ul>li>a:hover {
  color: #fff;
  transition: all 0.5s ease;
}

header .center>ul>li>a:hover::after {
  position: relative;
  bottom: 0rem;
  display: block;
  width: 100%;
  height: 1px;
  color: #fff;
  background-color: #fff;
  transition: all 0.5s ease;
  box-sizing: border-box;
  box-shadow: 0.05rem 0.05rem 0.1rem #fff;
}

.fix {
  height: 8rem;
  background-color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top_logo_fixed {
  display: none;
  max-height: 5rem;
}

#top_contact_fixed {
  display: none;
  max-height: 8rem;
  height: 50vh;
}


.fix .right ul>li>a {
  position: relative;
  font-size: 1.5rem;
  color: #855400;
  text-shadow: none;
  line-height: 5rem;
  padding: 0 2rem;
}

.fix .right ul>li>a::after {
  position: relative;
  bottom: 1.2rem;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

.fix .right ul>li>a:hover::after {
  position: relative;
  bottom: 1.2rem;
  width: 100%;
  transition: all 0.5s ease;
  box-sizing: border-box;
  box-shadow: none;
}

header .gc_menu {
  position: absolute;
  top: 0;
  right: 2.5rem;
  text-align: right;
}

header .gc_menu ul li a {
  font-size: 1rem;
  line-height: 5rem;
  padding: 0 1rem;
}

header .gc_menu ul li a::after {
  bottom: 1.5em;
}

header .gc_menu ul li a:hover::after {
  bottom: 1.5rem;
}

.container {
  position: relative;
  width: 100%;
  top: 8rem;
}

.top_area {
  display: block;
  position: relative;
  background-color: #000;
}

.top_area img {
  width: 100%;
  max-width: 100%;
}

.top_area .slick-prev::before {
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  /* background: rgba(255, 255, 255, 0.5); */
  opacity: 1;
  font-weight: 900;
  font-size: 2.2rem;
}

.top_area .slick-next::before {
  position: relative;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  /* background: rgba(255, 255, 255, 0.5); */
  opacity: 1;
  font-weight: 900;
  font-size: 2.2rem;
}

.top_area .slick-prev {
  left: 2.5rem;
  z-index: 999;
}

.top_area .slick-next {
  right: 3rem;
  z-index: 999;
}


/* .top_area .coupon {
  text-align: center;
  padding: 5rem 0;
}

.top_area .coupon img {
  width: auto;
} */

.top_slider.pc_only {
  display: block;
}

.top_slider {
  position: relative;
}

.top_slider h1 {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 5.2rem;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 19;
  text-align: center;
}

.pre_hidden {
  display: none;
}

.black_bg {
  background: #000;
}

.cyan_bg {
  background: #cfeaef;
}

.white_bg {
  background: #ffffff;
}

.white {
  color: #ffffff;
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white p {
  color: #ffffff;
}

.light_gray_bg {
  background: #f7f7f7;
}

.top_heading {
  padding: 5rem 0 3rem;
  text-align: center;
  position: relative;
}

.top_heading h1 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.top_heading h1 img {
  margin-right: 1rem;
}

.top_heading h3 {
  display: inline-block;
  border-bottom: 0.3rem solid #ed6102;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0.4rem;
  line-height: 1.5;
  font-family: 'Lusitana', serif;
}

.top_heading p {
  font-size: 1.35rem;
  text-align: center;
  color: #4e4e4e;
  line-height: 2.5rem;
}


.top_location {
  padding: 5rem 0 3rem;
  text-align: center;
  position: relative;
  display: flex;
}

.top_location .list {
  text-align: left;
}

.top_location .title {
  margin-right: 6rem;
}

.top_location .title h3 {
  display: inline-block;
  height: 6rem;
  background: #A5874B;
  color: #fff;
  font-size: 2.3rem;
  width: 24rem;
  text-align: center;
  padding: 10rem 1rem;
}

.top_location .title span {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Lusitana', serif;
}


.top_location .list ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.top_location .list ul li {
  margin: 1%;
  width: 20%;
  margin-right: 3%;
  text-align: center;
}

.top_location .list ul li img {
  max-width: 100%;
  height: auto;
}

.top_location .list ul li p {
  text-align: center;
  color: #fff;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 1.15rem;
  background: #000;
  flex-wrap: wrap;
}

.top_location .list ul li p span{
  color: #ed6102;
  width: 100%;
}

.top_location .list .izaka {
  margin-bottom: 6rem;
}


.top_location .list .bar {
  margin-bottom: 6rem;
}

.top_location .list .osaka {
  margin-bottom: 6rem;
}

.top_location .list .izaka h2 {
  color: #fff;
  background-color: #ED6102;
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 3.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.top_location .list .bar h2 {
  color: #fff;
  display: inline-block;
  background-color: #d3c906;
  width: 8rem;
  text-align: center;
  padding: 3.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.top_location .list .group h2 {
  color: #fff;
  display: inline-block;
  background-color: #5F4C2F;
  width: 8rem;
  text-align: center;
  padding: 3.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.top_location .list .osaka h2 {
  color: #fff;
  display: inline-block;
  background-color: #223a70;
  width: 8rem;
  text-align: center;
  padding: 3.5rem 0.5rem;
  margin-bottom: 1.5rem;
}


.topics_area {
  width: 80%;
  margin: 0 auto;
  padding: 6rem;
  display: flex;
}

.topics_area ul {
  width: 60%;
}

.topics_area ul li {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  border-top: 1px solid #fff;
}

.topics_area ul li:last-child {
  border-bottom: 1px solid #fff;
}

.topics_area ul li a {
  width: 100%;
  padding: 1.5rem;
  display: block;
  box-sizing: border-box;
}

.topics_area ul li a span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.topics_area ul li a .date {
  width: 10%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-right: 5%;
  color: #fff;
}

.topics_area ul li a .category {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  background-color: #67900e;
  color: #fff;
  padding: 0 0.5rem;
}


.detail_link {
  padding: 0rem 7rem;
  padding-right: 0;
}

.detail_link a {
  display: inline-block;
  height: 6rem;
  background: #A5874B;
  color: #fff;
  font-size: 2.3rem;
  width: 24rem;
  text-align: center;
  padding: 10rem 1rem;
}

.detail_link a span {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Lusitana', serif;
}

.detail_link a p {
  position: relative;
  font-size: 1.35rem;
  color: #fff;
  font-family: 'Lusitana', serif;
  margin-top: 2rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 1.5rem 0.5rem 0;
}

.detail_link a p::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  top: 50%;
  right: 0;
  margin: -0.4rem 0 0 0;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}

.detail_link a:hover p::after {
  right: -0.5rem;
}

.topics_area ul li a .content {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #fff;
}

.insta_area {
  display: flex;
  padding: 6rem;
}


.insta_link a {
  display: inline-block;
  height: 6rem;
  background: #A5874B;
  color: #fff;
  font-size: 2.3rem;
  width: 24rem;
  text-align: center;
  padding: 10rem 1rem;
}

.insta_link a span {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Lusitana', serif;
}

.insta_feed {
  width: 100%;
}

.sbi_header_hashtag_icon .sbi_new_logo path {
  color: #fff;
}

.company_image {
  background: url(../resources/page/com_mes.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.recruit_image {
  background: url(../resources/sp/sp_main_pic08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
}

.contact_image {
  background: url(../resources/page/com_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
}

.contact_flex {
  display: flex;
}

.company_link {
  position: relative;
  text-align: center;
  z-index: 0;
  background-color: #b8d3d9;
}

.company_link::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #000;
  opacity: 0.1;
  z-index: -1;
}

.company_link .top_heading {
  padding: 10rem 0;
}

.company_link .top_heading h1 {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

.company_link .top_heading h3 {
  color: #fff;
  font-family: 'Lusitana', serif;
  font-size: 1.35rem;
  text-align: center;
  border: none;
}



.company_link p {
  text-align: center;
  font-size: 1.35rem;
}

.company_link .detail_link a {
  border: 1px solid #fff;
  color: #fff;
}

.company_link .detail_link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  border-color: #047a94 transparent transparent transparent;
}

.company_link .detail_link a:hover {
  background-color: #047a94;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.location_area {
  display: flex;
}

.company_location {
  width: 50%;
  display: flex;
  padding: 3rem 0;
  align-items: center;
}

.company_location h1 {
  color: #fff;
  margin-right: 3rem;
}

.company_location p {
  color: #fff;
}

.mensetsu_location {
  /* width: 50%; */
  display: flex;
  padding: 3rem 0;
  align-items: center;
}

.mensetsu_location h1 {
  color: #fff;
  margin-right: 3rem;
}

.mensetsu_location p {
  color: #fff;
}

footer {
  width: 100%;
  display: block;
  background-color: #ed6102;
  position: relative;
  top: 8rem;
}

footer .footer_box {
  position: relative;
  text-align: center;
  padding: 5rem 7rem;
}

footer .footer_box .footer_logo {
  display: inline-block;
  margin-bottom: 2.5rem;
  text-align: left;
}

footer .footer_box ul li {
  display: list-item;
  list-style-type: none;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

footer .footer_box a {
  color: #fff;
  font-size: 1.5rem;
}


footer .footer_box .footer_inner {
  display: block;
  width: 100%;
  text-align: left;
}

footer .footer_box div a {
  color: #fff;
  font-size: 1.5rem;
}

footer .footer_box div ul {
  margin-top: 2.5rem;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 5rem;
}

footer .footer_box ul li a {
  font-size: 1.35rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}

footer .footer_box p {
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}

footer .footer_box p span {
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}

footer .footer_etc .arrow_top {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

footer .footer_etc {
  position: relative;
  text-align: center;
  padding: 3rem 7rem;
}

footer .footer_etc p {
  color: #333;
  display: inline-block;
  float: left;
}

footer .footer_etc p span {
  color: #fff;
}

footer .footer_etc a {
  color: #fff;
  margin-right: 1.5rem;
}

footer .footer_etc a:last-of-type {
  margin: 0;
}

footer .footer_right {
  float: right;
  display: inline-block;
}

footer .footer_inner h2 {
  color: #fff;
}

.location_footer {
  display: inline-block;
  vertical-align: top;
}

.company_footer {
  display: inline-block;
  vertical-align: top;
}

.sns_link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5rem;
  margin-left: 5rem;
}

footer .sns_link a {
  margin: 1rem;
}

footer .arrow_top {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

.footer_logo {
  padding: 0rem 7rem;
}

/* 一覧 */

.archive_top {
  display: block;
  position: relative;
  line-height: 0;
}

.archive_top h2 {
  position: absolute;
  top: 65%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
}

.archive_top h1 {
  position: absolute;
  top: 75%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 4.2rem;
  font-weight: 400;
  color: #fff;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
}

.archive_top p {
  position: absolute;
  top: 80%;
  display: block;
  left: 50%;
  padding-top: 1rem;
  margin-top: 1rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  font-family: 'Lusitana', serif;
}

.archive_top .subpage_title span span {
  color: #fff;
}

/* プライバシー */

.top_heading_detail {
  padding: 10rem 3rem 0;
}

.top_heading_detail h1 {
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}

.top_heading_detail h2 {
  font-size: 1.2rem;
  margin-bottom: 5rem;
}

.top_heading_detail h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.privacy_area {
  width: 80%;
  margin: 0 auto;
  padding: 7rem 0 10rem;
}

.privacy_area .content {
  margin-bottom: 3rem;
}

.privacy_area .content h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.privacy_area p {
  color: #333;
  font-weight: 400;
  font-size: 1.15rem;
}

.privacy_area .content li {
  display: list-item;
  padding-left: 1.3rem;
  position: relative;
  font-size: 1.15rem;
  font-weight: 400;
}

.privacy_area .content li span {
  position: absolute;
  left: 0;
}

/* ニュース */
.category_list {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
  z-index: 19;
  margin-bottom: 3rem;
}

.category_list a {
  font-size: 1.35rem;
  padding: 0 2rem;
  border-right: 1px solid #333;
}

.category_list a:last-of-type {
  border: none;
}

.term_title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.term_title h1 {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid #a5874b;
  display: inline-block;
}

.topics_archive_area {
  width: 80%;
  margin: 0 auto;
  padding: 7rem 0 10rem;
}

.topics_archive_area ul {
  width: 100%;
}

.topics_archive_area ul li {
  display: block;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: -1px;
}

.topics_archive_area ul li a {
  padding: 2.5rem;
  display: block;
}

.topics_archive_area ul li .category {
  width: 10rem;
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  margin: 0 2.5rem;
}

.topic_area {
  width: 60%;
  margin: 0 auto;
  padding: 7rem 0 10rem;
}

.topics_area .category {
  padding: 0.2rem;
}

.topic_area .category a {
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  margin: 0 2.5rem;
  color: #fff;
}

.topic_area h4 {
  position: relative;
  font-size: 1.2rem;
  color: #787878;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dfdfdf;
}

.topic_area h1 {
  font-size: 2.2rem;
  padding: 3rem 0 1rem;
  color: #333;
}

.topic_area p {
  padding: 1.5rem 0;
}

.topic_link_list {
  font-size: 0;
  padding-bottom: 7rem;
  width: 60%;
  margin: 0 auto;
}

.topic_link_list li:nth-child(1),
.topic_link_list li:nth-child(3) {
  width: 20%;
}

.topic_link_list li:nth-child(2) {
  width: 60%;
}

.topic_link_list li:nth-child(1) a {
  width: 100%;
  text-align: center;
  padding: 1rem 0 1.4rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #333;
  position: relative;
}

.topic_link_list li:nth-child(1) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  width: 30%;
  margin: 0 auto;
  border-bottom: 2px solid #333;
}

.topic_link_list li:nth-child(2) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  width: 25%;
  margin: 0 auto;
  border-bottom: 2px solid #FFF;
}

.topic_link_list li:nth-child(3) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  width: 30%;
  margin: 0 auto;
  border-bottom: 2px solid #333;
}

.topic_link_list li:nth-child(1) a span {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0 0 3.5rem;
  display: inline-block;
}

.topic_link_list li:nth-child(1) a span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  top: 50%;
  left: 0;
  margin: -0.4rem 0 0 0;
  border-bottom: solid 0.1rem #333333;
  border-left: solid 0.1rem #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topic_link_list li:nth-child(2) a {
  width: 100%;
  text-align: center;
  padding: 1rem;
  display: block;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #333;
  background: #000;
  position: relative;
}

.topic_link_list li:nth-child(2) a span {
  position: relative;
  font-size: 1.5rem;
  color: #FFF;
}

.topic_link_list .detail_link a span:hover {
  color: #fff;
}

.topic_link_list li:nth-child(3) a {
  width: 100%;
  text-align: center;
  padding: 1rem 0 1.4rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #333;
  position: relative;
}

.topic_link_list li:nth-child(3) a span {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 3.5rem 0 0;
  display: inline-block;
}

.topic_link_list li:nth-child(3) a span::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  top: 50%;
  right: 0;
  margin: -0.4rem 0 0 0;
  border-top: solid 0.1rem #333333;
  border-right: solid 0.1rem #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topic_link_list li a {
  font-size: 1.2rem;
}


/* お問い合わせ */
.contact_area {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.contact_area .contact_step {
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.contact_area p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

p.wpcf7c-elm-step1 {
  text-align: center;
}

.contact_area .contact_step li {}

.contact_area .contact_step li h2 {
  font-size: 2rem;
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 0.7rem;
}

.contact_area .contact_step li h3 {
  font-size: 1.6rem;
  color: #e6e6e6;
  text-align: center;
}

.contact_area .contact_step li.selected h2,
.contact_area .contact_step li.selected h3 {
  color: #000;
}

.contact_area .form_content {
  width: 80%;
  margin: 0 auto;
}

.contact_area h2 {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  color: #000;
}

.contact_area .required::after {
  position: relative;
  content: "必須";
  font-size: 1rem;
  color: #e05638;
  display: inline-block;
  margin: 0 0 0 1.5rem;
  padding: 0.3rem 1rem;
  border: 1px solid #e05638;
}

.contact_area input[type="text"],
.contact_area input[type="email"],
.contact_area input[type="tel"],
.contact_area input[type="date"],
.contact_area textarea,
.contact_area select {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  display: block;
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
  border-radius: 5px;
  padding: 1rem;
  margin: 1rem 0 4rem;
}

.contact_area input[type="file"] {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: .05rem;
  display: block;
  margin: 3rem 0;
}

.contact_area .form_content p br{
  display: none;
}

.contact_area input[type="date"] {
  width: inherit;
  margin-bottom: 1rem;
}

.contact_area .form_content p {
  margin-bottom: 0;
}

.contact_area input[type="text"]:focus,
.contact_area input[type="email"]:focus,
.contact_area input[type="tel"]:focus {
  outline: 0;
}

.contact_area .separator {
  width: 100%;
  margin: 4rem 0 6rem;
}

.contact_area .form_content .radio {
  display: block;
}

span.wpcf7-list-item {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding: 2.5rem 0 0;
  position: relative;
  font-size: 1.4rem;
  display: block;
}

.contact_area .form_content .radio input[type="radio"]+label {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding: 0.2rem 3rem 0 4rem;
  position: relative;
  font-size: 1.4rem;
}

.contact_area .form_content .radio input[type="radio"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}

.contact_area .form_content .radio input[type="radio"]:checked+label {
  color: #333333;
}

.contact_area .form_content .radio input[type="radio"]:checked+label::after {
  position: absolute;
  content: "";
  top: 0.225rem;
  left: 0.2rem;
  width: 1.35rem;
  height: 1.35rem;
  background: #333333;
  border-radius: 50%;
  display: block;
}

.contact_area .form_content .checkbox {
  display: inline-block;
  margin: 1rem 0 0 2rem;
  width: 17rem;
}

.contact_area .form_content .even {
  margin-left: 1rem;
}

.request_category_label {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  padding: 0 0 0 3.8rem;
  position: relative;
  margin-right: 3rem;
  font-size: 1.4rem;
}

.request_category_label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #cfcfcf;
  border-radius: 0.2rem;
}

.request_category:checked+.request_category_label {
  color: #333333;
}

.request_category:checked+.request_category_label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 1.6rem;
  transform: rotate(40deg);
  border-bottom: 0.35rem solid #333333;
  border-right: 0.35rem solid #333333;
}

.contact_area .form_content .privacy_checkbox {
  margin-left: 0;
  text-align: center;
}

.contact_area .form_content .privacy_link {
  color: #32568f;
  text-decoration: underline;
}

.privacy_check_label {
  font-size: 1.4rem;
}

.privacy_check_label .wpcf7-list-item {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.privacy_check:checked+.privacy_check_label {
  color: #333333;
}

.privacy_check:checked+.privacy_check_label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.6rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 1.6rem;
  transform: rotate(40deg);
  border-bottom: 0.35rem solid #333333;
  border-right: 0.35rem solid #333333;
}

.contact_submit {
  position: relative;
  width: 80%;
  margin: 6rem auto 0;
}

.contact_submit input[type="submit"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2.5rem 4rem;
  background: #000;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 3%;
}

.contact_submit input[type="submit"][disabled] {
  background: #666;
  cursor: not-allowed;
}

.contact_submit span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18rem;
  height: 1px;
  border-bottom: 1px solid #fff;
  display: block;
}

.contact_submit input[type="button"] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2.5rem 4rem;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}

.go_scroll_under {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  margin: 0 auto;
  z-index: 99;
}

.go_scroll_under span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.go_scroll_under span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.go_scroll_under span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.go_scroll_under span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.arrow_prev.slick-arrow {
  position: absolute;
  top: 45%;
  height: 31px;
  width: 16px;
  z-index: 9999;
  background-image: url("../resources/top/case_arrow_l.png");
  padding: 0;
  left: 0;
}

.arrow_next.slick-arrow {
  position: absolute;
  top: 45%;
  height: 31px;
  width: 16px;
  z-index: 9999;
  background-image: url("../resources/top/case_arrow_r.png");
  padding: 0;
  right: 0;
}

.contact_area .form_content .wpcf7c-conf {
  border: none;
  background: #fff;
  cursor: auto;
}

.img_icon {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.img_icon img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
}

.img_cnt {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.go_top {
  position: relative;
  width: 80%;
  margin: 6rem auto 0;
}

.go_top a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2.5rem 4rem;
  background: #000;
  box-sizing: border-box;
  display: block;
}

/* 会社概要 */

.sec_vision {
  margin-bottom: 6rem;
}

.sec_vision img {
  width: 100%;
}

.sec_message {
  margin-bottom: 6rem;
}

.sec_message img {
  width: 100%;
}

.sec_message h1 {
  font-size: 2.4rem;
  margin: 2rem 0;
  color: #ed6102;
  font-weight: 400;
}

.sec_message h2 {
  font-size: 1.8rem;
  margin: 2rem 0;
  font-weight: 400;
}

.sec_message p {
  /* text-align: center; */
}

.sec_list {
  margin-bottom: 6rem;
}

.sec_list dl:first-of-type {
  border-top: 1px solid #dfdfdf;
}

.sec_list dl {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dfdfdf;
}

.sec_list dt {
  display: inline-block;
  width: 20%;
  font-weight: bold;
  font-size: 1.05rem;
  margin-left: 3%;
}

.sec_list dd {
  width: 75%;
  display: inline-block;
  font-size: 1.05rem;
  margin: 0;
}

.sec_profile {
  margin-bottom: 6rem;
}

.sec_profile table {
  width: 100%;
  border-collapse: inherit;
  margin-bottom: 3rem;
}

.sec_profile tr {
  width: 100%;
}

.sec_profile tr th {
  width: 20%;
  background-color: #dfdfdf;
  vertical-align: top;
}

.sec_profile tr td {
  background-color: #f4f4f4;
}

.sec_profile tr th p {
  font-weight: bold;
}

.sec_profile tr p {
  font-size: 1.05rem;
  font-weight: 400;
  margin: 1rem 1.5rem;
  line-height: 1.5;
}

#profile,
#vision,
#message {
  margin-top: -6rem;
  padding-top: 6rem;
}

/* 店舗一覧 */
.top_location.location_list {
  display: block;
}

.top_location.location_list .top_heading h3 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
  border: none;
}

/* 店舗詳細 */
.shop_thumb {
  position: absolute;
  top: 15%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 20%;
  object-fit: contain;
}

.top_covid19 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.top_covid19 img {
  width: 100%;
}

.hotpepper_link {
  margin-bottom: 6rem;
}

.hotpepper_link a {
  display: block;
  padding: 3rem 0;
  width: 100%;
  margin: 0 auto;
  background-color: #a5874b;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
}

.hotpepper_link a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  width: 25%;
  margin: 0 auto;
  border-bottom: 2px solid #FFF;
}

.black_bg .top_heading h1 {
  color: #fff;
}

.black_bg .top_heading h3 {
  color: #fff;
}

.concept_flex {
  display: flex;
  margin-bottom: 6rem;
}

.concept_img {
  width: 50%;
}

.concept_area .concept_flex:nth-of-type(even)>.concept_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.concept_img .slick-slide img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.concept_img .slick-dots li button:before {
  color: #fff;
}

.concept_img .slick-dots li.slick-active button:before {
  color: #ed6102;
}

.concept_title {
  text-align: center;
  margin-bottom: 6rem;
}

.concept_title h1 {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  display: inline-block;
  padding: 0.8rem 4rem;
  border: 1px solid #ffff;
}

.concept_area {
  padding-bottom: 3rem;
}

.concept_detail {
  width: 50%;
}


.concept_detail h1 {
  font-size: 4.2rem;
  padding: 2.5rem 0 0rem;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  border: none;
  color: #fff;
}

.concept_detail h1 span {
  font-size: 2.4rem;
  color: #fff;
  font-family: 'Lusitana', serif;
}

.concept_detail h1::after,
.concept_detail h1::before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin: 0 2rem;
}

.concept_detail h3 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.concept_detail p {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.menu_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.menu_img {
  width: 49%;
  margin-right: 0.5%;
  position: relative;
}

.menu_img img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.menu_img h3 {
  position: absolute;
  top: 25%;
  left: 3rem;
  font-size: 2.8rem;
  color: #fff;
}

.menu_img p {
  font-family: 'Lusitana', serif;
  position: absolute;
  top: 40%;
  left: 3rem;
  color: #fff;
  font-size: 2rem;
}

.menu_img .more_pdf {
  position: absolute;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  padding: 1rem 3rem;
  top: 60%;
  left: 3rem;
  background: #fff;
  font-family: 'Lusitana', serif;
}

.menu_img .more_pdf span {
  position: relative;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 1rem 0rem 0;
  border-bottom: 2px solid #000;
  display: inline-block;
}

.menu_img .more_pdf span::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  top: 50%;
  right: 0.1rem;
  margin: -0.4rem 0 0 0;
  border-top: solid 0.1rem #000;
  border-right: solid 0.1rem #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}

.menu_img a:hover .more_pdf span::after {
  right: -0.3rem;
}

.location_slider .slick-slide img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}

.location_slider .slick-dots li button:before {
  color: #fff;
}

.location_slider .slick-dots li.slick-active button:before {
  color: #ed6102;
}

.location_slider p {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}

.floor_detail {
  margin-top: 6rem;
}

.tab-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tab {
  padding: 0.5rem 3rem;
  list-style: none;
  border: solid 1px #fff;
  text-align: center;
  cursor: pointer;
  color: #000;
  margin-right: 1%;
  background-color: #FFF;
}


.tab:hover {
  color: #FFF;
  background-color: #000;
}

.tab:last-child {
  margin-right: 0;
}

.panel {
  display: none;
  width: 50%;
  margin: auto;
}

.panel-group {
  margin: 3rem 0 6rem;
  ;
}

.panel.is-show img {
  width: 100%;
}

.floor_detail .panel.is-show img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tab.is-active {
  background: #000;
  color: #FFF;
  position: relative;
  opacity: 1;
}

.panel.is-show {
  display: block;
  text-align: center;
}

.seat_name {
  padding-bottom: 6rem;
  width: 50%;
  margin: 0 auto;
}

.seat_name table {
  width: 100%;
}

.seat_name tr {
  width: 100%;
  border-top: 1px solid #fff;
}

.seat_name tr:last-of-type {
  border-bottom: 1px solid #fff;
}


.seat_name td {
  color: #fff;
  width: 33%;
  padding: 2rem;
}

.seat_name td:nth-child(2) {
  text-align: center;
}

.seat_name td:nth-child(3) {
  text-align: right;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #a5874b;
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0.3rem;
  padding: 3rem;
  box-sizing: border-box;
}

.topBtn:hover {
  opacity: 0.7;
}

.top_location.location_list .izaka .top_heading h3{
  color: #fff;
    background-color: #ed6102;
    width: 8rem;
    text-align: center;
    padding: 3.5rem 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.top_location.location_list .bar .top_heading h3{
  color: #fff;
    background-color: #d3c906;
    width: 8rem;
    text-align: center;
    padding: 3.5rem 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.top_location.location_list .osaka .top_heading h3{
  color: #fff;
    background-color: #223a70;
    width: 8rem;
    text-align: center;
    padding: 3.5rem 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.top_location.location_list .group_bar .top_heading h3{
    color: #fff;
    background-color: #5f4c2f;
    width: 8rem;
    text-align: center;
    padding: 3.5rem 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    line-height: 1;
}


.sns_link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.store_box {
  width: calc(25% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}

.store_info {
  background-color: #000;
  padding: 5px 0;
}

.store_category {
  font-weight: bold;
  font-size: 14px;
  color: red;
  margin: 0;
  text-align: center;
}

.store_name {
  font-size: 16px;
  color: white;
  margin: 0;
  text-align: center;
}

.sns_icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.sns_icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}


.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* ▼ レスポンシブ：スマホ（画面幅768px以下）で2列に */
@media (max-width: 768px) {
.sns_link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.store_box {
  width: calc(25% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}

.store_info {
  background-color: #000;
  padding: 5px 0;
}

.store_category {
  font-weight: bold;
  font-size: 14px;
  color: red;
  margin: 0;
  text-align: center;
}

.store_name {
  font-size: 16px;
  color: white;
  margin: 0;
  text-align: center;
}

.sns_icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.sns_icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}


.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}




  .store_box {
    width: calc(50% - 10px); /* スマホは2列 */
  }
}