@charset "UTF-8";
:root {
  --color_0101: #c99f37;
  --color_0102: #c3dcef;
  --color_0201: #e3c326;
  --color_0301: #f05082;
  --btn: #c99f37;
  --btn_bg: #c99f37;
  --red: #cb223e;
  --boder: #dad4c3;
  --bg: #fef7ec;
  --bg_b: #4b93d1;
  --text: #1c1e33;
  --sitebg: #fff;
}
/* 横スクロール抑制 */
html, body {
  overflow-x: hidden;
}

/* （任意）100vwを使っている要素の調整例 */
.header, .main-visual {
  width: calc(100vw - var(--scrollbar, 0px));
}

body {
  color: var(--text);
  background: var(--sitebg);
}

a {
  transition: all 0.3s linear;
}

a:link {
  color: var(--text);
  text-decoration: none;
}

a:visited {
  color: var(--text);
  text-decoration: none;
}

a:active {
  color: var(--text);
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.mini {
  font-size: 0.8em;
}

.red {
  color: var(--red);
}

.bg {
  background: var(--bg);
}

.bg_b {
  background: var(--bg_b);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.e {
  font-family: "Quicksand", sans-serif;
}

.m {
  font-family: "Noto Serif JP", serif;
}

.me {
  font-family: "Shippori Mincho", serif;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mv {
  /*margin: 70px 0 0 0;*/
  /*height: 90vh;*/
  overflow: hidden;
  position: relative;
}
.mv iframe {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.mv video {
  width: 100%;
}

.top_campaign_list img{
margin-bottom: 5%;
}
.top_campaign_list .text .area_time {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.top_campaign_list .text .area {
background: var(--bg_b);
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3em;
}
.top_campaign_list .text .time {
    font-size: 1.2em;
}

.top_campaign_list .price.e.m-left20 {
    margin-left: 20%;
    text-align: center;
    font-size: 2.4em;
    margin: 0 0 10px 20%;
    color: var(--color_0301);
    font-weight: 600;
}
.top_campaign_list .name {
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}
.main-catch-copy {
  padding: 30px 20px;
  background-color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}

.catch-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.catch-title {
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}

.catch-subtitle {
  font-size: 0.9em;
  color: #009aa7;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.catch-lead {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 2.5em;
}

.catch-info-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.catch-hashtags {
  background-color: #52b6c7;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.9em;
  line-height: 1.8;
}

.catch-info-text {
  font-size: 1em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catch-highlight {
  color: #009aa7;
  font-weight: bold;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .catch-info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .catch-info-text {
    text-align: center;
  }
}
/* カード全体のスタイル */
.top_campaign_list li a,
.slider_style li a,
.plan_all_list .box {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ホバー時の浮き上がり */
.top_campaign_list li a:hover,
.slider_style li a:hover,
.plan_all_list .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* 画像エリアのスタイル */
.top_campaign_list .img,
.slider_style .img,
.plan_all_list .box .img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.slider_style .img{
min-height: 215px;
}
/* 画像そのものにアニメーション効果 */
.top_campaign_list .img img,
.slider_style .img img,
.plan_all_list .box .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* ホバー時に画像ズーム */
.top_campaign_list .img.zoom:hover img,
.slider_style .img.zoom:hover img,
.plan_all_list .box .img:hover img {
  transform: scale(1.05);
}

/* テキストエリアの余白 */
.top_campaign_list .text,
.slider_style .text,
.plan_all_list .box .text {
  padding: 16px;
}

/* プラン名など */
.top_campaign_list .name,
.slider_style .name,
.plan_all_list .box .name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}

/* 価格など */
.plan_all_list .box .price {
  font-size: 1.2rem;
  color: #d13d3d;
  font-weight: bold;
  margin-top: 8px;
}

/* 下部の説明文 */
.plan_all_list .box .bottom {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #555;
}

.angled-heading {
  position: relative;
  padding: 40px 20px 20px;
  background: #fff;
  overflow: hidden;
}

/* 斜めの背景エリア */
.angled-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 80%;
    background: #fcfbf3;
    transform: skewY(-4deg);
    z-index: 0;
}

/* 見出しのテキスト */
.angled-heading .main-title {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0;
    color: #000;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e8b238;
}

/* サブタイトル */
.angled-heading .sub-title {
  font-size: 0.9rem;
  margin-top: 6px;
  position: relative;
  z-index: 1;
  color: #333;
}
/*フィルターデザイン*/
#area-filter,
#category-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.6em 2.5em 0.6em 1em;
  font-size: 1rem;
  font-family: inherit;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803847 0.5L11.1962 0.5L6 8Z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 12px 8px;
  width: 160px;
  max-width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin-right: 1rem;
  text-align: center;
}

#area-filter:focus,
#category-filter:focus {
  border-color: #999;
  outline: none;
  box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.2);
}

.filter-area {
  margin-bottom: 2rem;
  justify-content: center;
  display: flex;
}

h3.name {
  position: relative;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", serif;
  text-align: center;
}
h3.name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #378dc9;
  border-radius: 2px;
}
.counseling {
  position: relative;
}
.counseling .box_1 {
  background: url(/common/img/bace/everafter.jpg) no-repeat scroll right -150px bottom/auto 100%;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1000px) {
  .counseling .box_1 {
    background: url(/common/img/bace/everafter.jpg) no-repeat scroll right -350px bottom/auto 100%;
  }
}
@media (min-width: 1500px) {
  .counseling .box_1 {
    background: url(/common/img/bace/everafter.jpg) no-repeat scroll right -50px bottom/auto 100%;
  }
}
@media (min-width: 1800px) {
  .counseling .box_1 {
    background: url(/common/img/bace/everafter.jpg) no-repeat scroll right 0px bottom/auto 100%;
  }
}
.counseling .box_1 .text_box {
  max-width: 1000px;
  width: 80%;
  margin: auto;
}
.counseling .box_1 .text_box .text {
  width: 350px;
  padding: 150px 0 120px 0;
}
.counseling .box_1 .text_box .text .title span {
  font-weight: bold;
  display: block;
  line-height: 1.6;
}
.counseling .box_1 .text_box .text .title .e {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.counseling .box_1 .text_box .text .title .t_1 {
  font-size: 1.6em;
  margin: 20px 0;
}
.counseling .box_1 .text_box .text .title .t_2 {
  font-size: 2.6em;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .counseling .box_1 {
    background: url(/common/img/bace/everafter.jpg) no-repeat scroll right -160px bottom/auto 80% !important;
  }
  .counseling .box_1 .text_box {
    width: 90%;
  }
  .counseling .box_1 .text_box .text {
    width: 100%;
    padding: 30px 0 50px 0;
  }
  .counseling .box_1 .text_box .text .title span {
    line-height: 1.4;
  }
  .counseling .box_1 .text_box .text .title .e {
    font-size: 1.6em;
  }
  .counseling .box_1 .text_box .text .title .t_1 {
    font-size: 1.6em;
    margin: 10px 0 20px;
  }
  .counseling .box_1 .text_box .text .title .t_2 {
    font-size: 1.8em;
    margin: 0 0 10px 0;
  }
  .counseling .box_1 .text_box .text .t_3 {
    margin: 0 15% 0 0;
    padding: 0px 5px;
  }
}
.counseling .box_2 {
  margin: -50px 20% 0 0;
  padding: 40px 70px 70px 10%;
}
.counseling .box_2 .fl {
  gap: 30px;
}
.counseling .box_2 .fl .box {
  width: 100%;
}
.counseling .box_2 .fl + .fl {
  margin-top: 30px;
}
.counseling .box_2 .title {
  color: var(--color_0101);
  letter-spacing: 0.1em;
  font-size: 2.8em;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.counseling .box_2 p span {
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 0.08em;
}
@media (min-width: 1500px) {
  .counseling .box_2 {
    padding: 40px 70px 60px;
    box-sizing: border-box;
    max-width: 1000px;
    width: 80%;
    margin: -50px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .counseling .box_2 {
    margin: -20px 5% 0 0;
    padding: 30px 5% 30px 5%;
  }
  .counseling .box_2 .fl {
    display: block;
  }
  .counseling .box_2 .fl .title {
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-size: 2.4em;
  }
  .counseling .box_2 .fl + .fl {
    display: block;
    width: 100%;
    margin: 0;
  }
  .counseling .box_2 .fl + .fl a {
    margin: 20px 0;
  }
  .counseling .box_2 p span {
    font-size: 1.6em;
    margin: 0 0 10px 0;
    display: inline-block;
  }
}
.youtube{
    display: block;
    text-align: center;
}
.youtube iframe {
    width: 80%;
    max-width: 800px;
    height: 400px;
}
@media screen and (max-width: 768px) {
.youtube iframe {
    width: 95%;
    height: 250px;
}
}
.iconic_style {
  /*margin: 150px 0 0 0;*/
}
@media (max-width: 768px) {
.iconic_style {
  /*margin: 150px 0 0 0;*/
}
}
.iconic_style .top_text {
  /*background: url(/online/img/top/iconic_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 70px 0 90px;
  overflow: hidden;*/
}
.iconic_style .top_text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 50px 50vw 0;
  border-color: transparent var(--sitebg) transparent;
}
.iconic_style .top_text .title {
  text-align: center;
  line-height: 1.4;
}
.iconic_style .top_text .title .e {
  font-size: 3.4em;
  letter-spacing: 0.1em;
}
.iconic_style .top_text .title .t {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.iconic_style .top_text .title_p {
  width: 370px;
  margin: 30px auto 50px;
}
.iconic_style .top_text ul {
  display: flex;
  text-align: center;
  gap: 60px;
}
.iconic_style .top_text ul li {
  width: 100%;
  position: relative;
  padding: 10px 0;
}
.iconic_style .top_text ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--sitebg);
  position: absolute;
  right: -30px;
  top: 0;
}
.iconic_style .top_text ul li:last-child:before {
  content: none;
}
.iconic_style .top_text ul li .sub_title {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.iconic_style .top_text ul li .sub_title .t_1 {
  font-size: 1.8em;
}
.iconic_style .top_text ul li .sub_title p {
  text-align: left;
}
@media (max-width: 768px) {
  .iconic_style .top_text {
    padding: 30px 0 40px;
  }
  .iconic_style .top_text .title .e {
    font-size: 2em;
  }
  .iconic_style .top_text .title_p {
    width: 100%;
    margin: 20px auto 30px;
  }
  .iconic_style .top_text ul {
    display: block;
  }
  .iconic_style .top_text ul li:before {
    width: 100%;
    height: 1px;
    right: 0;
    opacity: 0.2;
  }
  .iconic_style .top_text ul li:before .sub_title {
    font-size: 0.7em;
    line-height: 1.2;
    margin: 0;
  }
  .iconic_style .top_text:before {
    border-width: 30px 50vw 0;
  }
}
.iconic_style .bottom_text ul {
  display: flex;
  gap: 30px;
  margin: 60px 0 80px;
}
.iconic_style .bottom_text ul li {
  width: 100%;
}
.iconic_style .bottom_text ul a {
  display: block;
  padding: 20px 20px 0 20px;
  border: 1px solid var(--bg);
  height: 100%;
}
.iconic_style .bottom_text ul a:hover {
  background: var(--bg);
}
.iconic_style .bottom_text ul .text {
  margin: 20px 0 0 0;
}
.iconic_style .bottom_text ul .text .t {
  font-weight: bold;
  font-size: 1.3em;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .iconic_style .bottom_text ul {
    display: block;
    margin: 0;
  }
  .iconic_style .bottom_text ul li {
    margin: 30px 0;
  }
  .iconic_style .bottom_text ul li .text {
    margin: 10px 0 0 0;
  }
  .iconic_style .bottom_text ul li .text .t {
    margin: 10px 0;
  }
  .iconic_style .bottom_text ul a {
    padding: 20px;
  }
}


/* 追加Start */
.iconic_style .fl {
  width: 90%;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
  
.iconic_style .box {
  width: 40%;
  text-align: center;
}
  
@media (max-width: 768px) {
  .iconic_style .fl {
    display: block;
    text-align: center;
  }
  .iconic_style .box {
    width: 100%;
    margin: 20px auto;
  }
}
/* 追加End */  

.banner_area {
  padding: 70px 0;
  margin: 100px 0 0 0;
}
.banner_area a {
  transform: scale(1.00001);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: relative;
}
.banner_area a:hover {
  transform: scale(1.01);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}
.banner_area a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 1.5s;
}
.banner_area a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.5s;
}
.banner_area a span {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .banner_area {
    padding: 30px 0;
    margin: 40px 0 0 0;
  }
}

.site_intro {
    padding: 80px 0;
    max-width: 1200px;
    margin: auto;
}
.site_intro .box {
  padding: 50px 0;
  display: flex;
  align-items: center;
  gap: 80px;
}
.site_intro .box:nth-child(odd) {
  margin: 0 10% 0 0;
}
.site_intro .box:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 0 0 10%;
}
.site_intro .text {
  padding:0 5%;
}
.site_intro .box .text {
  width: 400px;
}
.site_intro .box .text .title {
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
}
.site_intro .box .text .title .no1 {
  position: absolute;
  left: -60px;
  top: -40px;
  width: 70px;
}
.site_intro .box .text .title .t_1 {
  font-weight: normal;
  font-size: 2em;
  line-height: 1.3;
  color: var(--color_0101);
}
.site_intro .box .text .title .t_2 {
  font-size: 1.2em;
  color: var(--color_0101);
}
.site_intro .box .text .title .t_3 {
  color: var(--color_0101);
  font-size: 2em;
  letter-spacing: 0.1em;
  display: inline-block;
}
.site_intro .box .text .btn_bottom {
  margin: 30px 0 0 0;
}
.site_intro .box .text .btn_bottom a + a {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .site_intro {
    padding: 30px 0 20px 0;
  }
  .site_intro .box {
    padding: 20px 0;
    display: block;
  }
.site_intro .text {
  padding:0 5%;
}
  .site_intro .box .text {
    width: 95%;
    margin: 20px 0 0 0;
  }
  .site_intro .box .text .title {
    margin: 0 0 20px 0;
  }
  .site_intro .box .text .title .no1 {
    left: 0;
    top: -60px;
    width: 60px;
  }
  .site_intro .box .text .title .t_1 {
    font-size: 1.8em;
    line-height: 1.6;
  }
  .site_intro .box .text .bottom_btn {
    margin: 10px 0 0 0;
  }
  .site_intro .box:nth-child(odd) {
    margin: 0 5% 0 0;
  }
  .site_intro .box:nth-child(odd) .text {
    padding: 0 0 0 5%;
  }
  .site_intro .box:nth-child(even) {
    margin: 0 0 0 5%;
  }
  .site_intro .box:nth-child(even) .text {
    padding: 0 5% 0 0;
  }
}

.world_style {
  /*background: url(/online/img/top/world_style_bg.jpg) no-repeat scroll center center/cover;*/
  padding: 80px 0;
}
.world_style .title {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.world_style .title .e {
  font-size: 3em;
  letter-spacing: 0.1em;
}
.world_style .title .t {
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}
.world_style .title_bottom {
  width: 50%;
  margin: 0 auto 50px;
  text-align: center;
}
.world_style .slider_style .img img {
  width: 100%;
  vertical-align: bottom;
}
.world_style .slider_style .text {
  padding: 10px 0;
}
.world_style .slider_style .text .day {
  color: #ae9d95;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.world_style .slider_style .text .name {
  text-align: center;
  font-size: 1.0em;
  line-height: 1.5;
  margin: 5px 0 10px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.world_style .slider_style a:hover .name {
  color: #b5a26c;
}
.world_style .btn_bottom {
  padding: 50px 0 10px 0;
}
@media (max-width: 768px) {
  .world_style {
    padding: 40px 0;
  }
  .world_style .title .e {
    font-size: 1.6em;
    letter-spacing: 0.08em;
  }
  .world_style .title_bottom {
    width: 100%;
    margin: 20px auto 30px;
  }
}

.fair {
  margin: 80px 0 0 0;
}
.fair .title_set .box {
  display: block;
  padding: 50px 10% 50px 10%;
  width: 50%;
  position: relative;
  position: relative;
  z-index: 1;
}
.fair .title_set .title {
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: var(--color_0101);
}
.fair .title_set .title .e {
  font-size: 3em;
  letter-spacing: 0.1em;
}
.fair .title_set .title .t {
  font-size: 1.2em;
  font-weight: bold;
}
.fair .fair_inner {
  margin: 50px 0 0 30%;
}
.fair .fair_inner .img img {
  max-height: 450px;
}
.fair .fair_inner .text {
  width: 70%;
  margin: auto;
}
.fair .fair_inner .text .name {
  text-align: center;
  margin: 30px 0 10px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fair .fair_inner .text .name .t_1 {
  background: var(--btn);
  color: #fff;
  padding: 5px 13px;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}
.fair .fair_inner .text .name .t_2 {
  font-weight: bold;
  font-size: 1.5em;
}
.fair .fair_inner .btn_bottom {
  padding: 30px 0 100px 0;
}
.fair .fair_inner .btn_bottom.fl {
  margin: 0 10%;
}
@media (max-width: 768px) {
  .fair .fair_inner .btn_bottom.fl {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fair {
    margin: 10px 0;
  }
  .fair .title_set .box {
    padding: 30px 0 10px 5%;
    width: 100%;
  }
  .fair .title_set a {
    box-sizing: border-box;
    padding: 30px 5% 0 5%;
    width: 100%;
  }
  .fair .title_set .title {
    margin: 0;
  }
  .fair .title_set .title .e {
    font-size: 1.8em;
  }
  .fair .fair_inner {
    margin: 30px 0 0 5%;
    width: 90%;
  }
  .fair .fair_inner .text {
    width: 100%;
  }
  .fair .fair_inner .text .name {
    margin: 20px 0;
  }
  .fair .fair_inner .text .name .t_1 {
    display: inline-block;
    margin: 0 0 10px 0;
  }
  .fair .fair_inner .text ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
  }
  .fair .fair_inner .btn_bottom {
    padding: 30px 5% 30px 0;
  }
}
.fair .price {
  text-align: center;
  color: var(--color_0201);
  font-size: 5em;
  line-height: 0.5;
  margin: 30px 0;
}
.fair .price .en {
  font-size: 0.7em;
}
.fair .price .ze {
  font-size: 0.5em;
}
.fair .price.cp {
  font-size: 1.3em;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 0 30px 0;
}
.fair .price.cp .cp_1 {
  line-height: 0.95;
  font-size: 1.8em;
  position: relative;
  z-index: 2;
  color: #fff;
}
.fair .price.cp .cp_1 span {
  position: relative;
}
.fair .price.cp .cp_1 .en {
  font-size: 0.8em;
}
.fair .price.cp .cp_1:before {
  content: "";
  position: absolute;
  background: var(--color_0301);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.fair .price.cp .cp_2 {
  color: #f05082;
  line-height: 1;
  margin: -10px 0 0 0;
}
.fair .price.cp .cp_3 {
  font-size: 1.2em;
}
.fair .price.cp .cp_4 {
  font-size: 4em;
}
.fair .price.cp .cp_4 .en {
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .fair .price.cp {
    font-size: 0.9em;
    gap: 15px;
    margin: 30px 0;
  }
  .fair .price.cp .cp_1:before {
    width: 70px;
    height: 70px;
  }
}
.fair .cp_price {
  position: relative;
  font-size: 3em;
}
.fair .cp_price:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #979797;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(7deg);
}
.fair .plan_content {
  margin: 50px 0 0 0;
}
.fair .plan_content .title {
  position: relative;
  text-align: center;
  margin: 0 0 10px 0;
}
.fair .plan_content .title span {
  background: #fff;
  padding: 0 10px;
  z-index: 1;
  position: relative;
  font-size: 1.2em;
}
.fair .plan_content .title:before {
  content: "";
  background: #e8e2d9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.fair .plan_content .col_list_01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 0 0 20px 0;
}
.fair .plan_content .col_list_01 li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fair .plan_content .col_list_01 li img {
  width: 80px;
}
.fair .plan_content .col_list_01 li p {
  line-height: 1.5;
}
.fair .plan_content .col_list_02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px 0;
  text-align: center;
}
.fair .plan_content .col_list_02 img {
  width: 75px;
}
.fair .plan_content .col_center .col_list_01 {
  grid-template-columns: 1fr;
}
.fair .plan_content .col_center .col_list_01 li {
  margin: auto;
}
.fair .plan_content .col_center .bottom_text {
  text-align: center;
}
.fair .plan_content .col_center .bottom_text span {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .fair .price {
    font-size: 3em;
    margin: 20px 0 15px;
  }
  .fair .cp {
    gap: 20px;
    margin: 30px 0 20px 0;
  }
  .fair .cp .cp_1 {
    font-size: 1.5em;
  }
  .fair .cp .cp_1:before {
    width: 70px;
    height: 70px;
  }
  .fair .cp .cp_4 {
    font-size: 3em;
  }
  .fair .cp_price {
    font-size: 2.5em;
  }
  .fair .cp_price:before {
    width: 150px;
  }
  .fair .plan_content {
    margin: 30px 0 0 0;
  }
  .fair .plan_content .title {
    margin: 0;
  }
  .fair .plan_content .title span {
    font-size: 0.8em;
  }
  .fair .plan_content .col_list_01 {
    display: block;
    margin: 0;
  }
  .fair .plan_content .col_list_01 li {
    margin: 5px 0;
  }
  .fair .plan_content .col_list_01 li p {
    line-height: 1.4;
    font-size: 0.8em;
  }
  .fair .plan_content .col_list_01 li img {
    width: 60px;
  }
  .fair .plan_content .col_list_02 {
    display: block;
  }
  .fair .plan_content .col_list_02 li {
    display: inline-block;
    margin: 5px 3px;
  }
  .fair .plan_content .col_list_02 li img {
    width: 53px;
  }
}

.estimate {
  margin: 0 0 100px 0;
}
.estimate .title {
  margin: 0 0 50px 0;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.8em;
  padding: 0 0 15px 0;
}
.estimate .title:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ddd2c2;
}
.estimate .tabs .tab-content {
  display: none;
}
.estimate .tabs .tab-content.active {
  display: block;
}
.estimate .tabs .tab-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #e5dfd5;
  padding: 0 100px;
}
.estimate .tabs .tab-links li {
  cursor: pointer;
  background: #a99a83;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
  letter-spacing: 0.1em;
  font-size: 1.3em;
  position: relative;
}
.estimate .tabs .tab-links li.active {
  background: #706452;
}
.estimate .tabs .tab-links li:hover {
  opacity: 0.7;
}
.estimate .tabs .tab-links li:before {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 35px;
  top: 50%;
}
.estimate .tabs table {
  width: 100%;
  margin: 30px 0 0 0;
}
.estimate .tabs table .table_header th {
  background: #e5dccd;
  border-right: 1px solid #fff;
  padding: 5px 15px;
  border-bottom: none;
}
.estimate .tabs table .table_header th:last-child {
  border-right: none;
  text-align: right;
}
.estimate .tabs table tr th {
  text-align: left;
  background: #efece6;
}
.estimate .tabs table tr th.nb {
  border: none;
}
.estimate .tabs table tr th,
.estimate .tabs table tr td {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.estimate .tabs table .price {
  font-size: 1.2em;
  text-align: right;
  color: var(--text);
}
.estimate .tabs table .price span {
  font-size: 0.7em;
}
.estimate .total dl {
  background: #706452;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  margin: 40px 0 0 0;
  font-size: 1.2em;
  align-items: center;
}
.estimate .total dl dd {
  font-size: 1.4em;
}
.estimate .total dl dd span {
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .estimate {
    margin: 0;
  }
  .estimate .title {
    margin: 0 0 30px 0;
    font-size: 1.5em;
  }
  .estimate .tabs {
    margin: 0 0 40px 0;
  }
  .estimate .tabs .tab-links {
    gap: 5px;
    padding: 0;
  }
  .estimate .tabs .tab-links li {
    padding: 10px 0 15px 0;
    letter-spacing: 0;
    font-size: 0.8em;
  }
  .estimate .tabs .tab-links li:before {
    width: 5px;
    height: 5px;
    transform: translateX(-50%) rotate(45deg);
    bottom: 9px;
    left: 50%;
    top: auto;
  }
  .estimate .tabs table {
    margin: 10px 0 0 0;
    line-height: 1.3;
    font-size: 0.8em;
    letter-spacing: -0.3px;
  }
  .estimate .total dl {
    padding: 5px 15px;
    margin: 20px 0 0 0;
    font-size: 1em;
  }
}

.faq {
  background: url(/useflow/img/faq_bg.jpg) no-repeat scroll center bottom/cover var(--bg);
  padding: 80px 0;
    margin-bottom: 50px;
}
.faq .fl {
  gap: 150px;
}
.faq .title {
  line-height: 1.3;
  white-space: nowrap;
  color: var(--color_0101);
}
.faq .title .e {
  font-size: 3em;
}
.faq .title .t {
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .faq {
    padding: 40px 0;
  }
  .faq .fl {
    display: block;
  }
  .faq .title {
    margin: 0 0 25px 0;
  }
  .faq .title .e {
    font-size: 2.2em;
  }
}

.accordion {
  width: 100%;
  border-bottom: 1px solid var(--bg);
  margin: 0 0 50px 0;
}
.accordion dt,
.accordion dd {
  position: relative;
}
.accordion dt {
  padding: 25px 40px 25px 10px;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  border-top: 1px solid var(--bg);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion dt:first-child {
  border-top: none;
}
.accordion dt:hover {
  color: var(--color_0101);
}
.accordion dt .plus {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion dt .plus:before, .accordion dt .plus:after {
  content: "";
  width: 19px;
  height: 2px;
  background: var(--text);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion dt .plus:before {
  transform: translate(-50%, -50%);
}
.accordion dt .plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion dt.open .plus:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion dt.open .plus:after {
  transform: translate(-50%, -50%) rotate(360deg);
  opacity: 0;
}
.accordion dd .dd {
  padding: 0 10px 25px 10px;
}
@media (max-width: 768px) {
  .accordion dt {
    font-size: 1em;
    padding: 15px 30px 15px 10px;
  }
  .accordion dt .plus {
    right: 15px;
  }
  .accordion dd .dd {
    padding: 0 10px 15px 10px;
  }
}

.library {
  padding: 80px 0;
}
.library .title {
  text-align: center;
  color: var(--color_0101);
  font-weight: normal;
  line-height: 1.5;
}
.library .title .e {
  font-size: 3em;
  letter-spacing: 0.1em;
}
.library .title .t {
  font-size: 1.4em;
}
.library .list {
  margin: 60px 0 0 0;
}
.library .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 2px;
}
.library .list .list-item {
  opacity: 1;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 2px;
}
.library .list .list-item:hover {
  opacity: 0.5;
}
.library .list .list-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.library .list .list-item.show-item {
  opacity: 1;
}
.library .list .list-btn {
  border-radius: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 50px auto 0;
  width: 50%;
}
.library .list .list-btn button {
  border-radius: 100px;
  padding: 20px 80px;
  border: none;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1.2em;
  background: var(--bg);
  display: inline-block;
  color: var(--bg_b);
}
.library .list .list-btn button:hover {
  background: #d3ebf5;
}
.library .list .list-btn:before, .library .list .list-btn:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  top: 50%;
  left: 20px;
}
.library .list .list-btn:before {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .library {
    padding: 40px 0;
  }
  .library .title .e {
    font-size: 2em;
  }
  .library .title .t {
    font-size: 1.2em;
  }
  .library .list {
    margin: 30px 0 0 0;
  }
  .library .list .list-btn {
    margin: 20px auto 0;
    width: 90%;
  }
  .library .list .list-btn button {
    padding: 10px 40px;
  }
}

.plan_list {
  margin: 70px 0;
  padding: 10px 0;
}
.plan_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.plan_list ul a {
  padding: 20px;
  display: inline-block;
  text-align: center;
  height: 90%;
}
.plan_list ul a:hover {
  background: var(--bg);
}
.plan_list ul a .name {
  margin: 15px 0 5px;
}
.plan_list ul a .name .e {
  font-size: 1.6em;
}
.plan_list ul a .name .t {
font-size: 1.6em;
}
.plan_list ul a .price {
  font-size: 1.6em;
}
.plan_list ul a .price .en {
  font-size: 0.7em;
}
.plan_list ul a .price .e {
  font-size: 1.2em;
}
.plan_list ul a .price .zei {
  font-size: 0.5em;
}
.plan_list.bg {
  padding: 10px 0 50px 0;
}
.plan_list.bg ul a:hover {
  background: #def1fa;
}
.plan_list .choose ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;

}
@media (max-width: 768px) {
  .plan_list {
    margin: 40px 0;
  }
  .plan_list ul {
    display: block;
  }
  .plan_list ul a {
    padding: 0;
  }
  .plan_list ul li + li {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
.plan_list ul a .name .t {
font-size: 1.2em;
}
    .plan_list .choose ul li + li {
        padding-top: 0px;
        margin-top: 0px;
        border-top: 1px solid #eee;
    }
}

.campaign_list {
  padding: 100px 0;
}
.campaign_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.campaign_list ul a:hover {
  opacity: 0.7;
}
.campaign_list .btn_bottom {
  margin: 70px 0 0 0;
}
.campaign_list .top_title {
  margin-top: 0;
}
@media (max-width: 768px) {
  .campaign_list {
    padding: 40px 0 20px 0;
  }
  .campaign_list ul {
    grid-gap: 5px;
  }
  .campaign_list .btn_bottom {
    margin: 30px 0 0 0;
  }
}

.link_bar {
  padding: 10px 0;
}
.link_bar .link_bar_inner {
  width: calc(100% - 50px);
  margin: auto;
}
.link_bar li {
  display: inline-block;
}
.link_bar a {
  white-space: nowrap;
  padding: 3px 10px;
  display: block;
}
.link_bar a:hover {
  color: var(--color_0101);
}
.link_bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
justify-content: center;
}

.link_bar li {
  margin: 0;
}

.link_bar a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.link_bar a:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
@media (max-width: 768px) {
  .link_bar .link_bar_inner {
    width: calc(100% - 20px);
    overflow-x: scroll;
    padding: 5px 0 10px 0;
  }
  .link_bar .link_bar_inner::-webkit-scrollbar {
    height: 8px;
  }
  .link_bar .link_bar_inner::-webkit-scrollbar-thumb {
    background: var(--bg_b);
    border-radius: 100px;
  }
  .link_bar .link_bar_inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 100px;
  }
  .link_bar .link_bar_inner ul {
    display: flex;
  }
  .link_bar .link_bar_inner a {
    padding: 5px 10px;
  }
}

#area .counseling {
  margin: 100px 0 0 0;
}
#area .counseling .box_1 {
  background: url(/online/img/area/hawaii/area_bg.jpg) no-repeat scroll right -150px bottom/auto 100%;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1000px) {
  #area .counseling .box_1 {
    background: url(/online/img/area/hawaii/area_bg.jpg) no-repeat scroll right -350px bottom/auto 100%;
  }
}
@media (min-width: 1500px) {
  #area .counseling .box_1 {
    background: url(/online/img/area/hawaii/area_bg.jpg) no-repeat scroll right -50px bottom/auto 100%;
  }
}
@media (min-width: 1800px) {
  #area .counseling .box_1 {
    background: url(/online/img/area/hawaii/area_bg.jpg) no-repeat scroll right 0px bottom/auto 100%;
  }
}
#area .iconic_style {
  margin: 100px 0 0 0;
}
#area .site_intro {
  padding: 0;
}
#area .banner_area {
  margin: 0;
}
#area .fair {
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  #area .counseling {
    margin: 10px 0 0 0;
  }
  #area .counseling .box_1 {
    background: url(/online/img/area/hawaii/area_bg.jpg) no-repeat scroll right -160px bottom/auto 80% !important;
  }
  #area .iconic_style {
    margin: 10px 0 0 0;
  }
  #area .library {
    padding: 0 0 40px 0;
  }
}

.area_list {
  margin: 100px 0 0 0;
}
.area_list li:nth-child(even) {
  background: var(--bg);
}
.area_list li:nth-child(even) a {
  flex-direction: row-reverse;
}
.area_list li:nth-child(even) a .text {
  padding: 0 0 0 10%;
}
.area_list li a {
  display: flex;
  padding: 60px 0;
  align-items: center;
}
.area_list li .img {
  width: 50%;
}
.area_list li .text {
  width: 40%;
  padding: 0 0 0 10%;
}
.area_list li .text .name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.area_list li .text .name span {
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.area_list li .text .bottom_btn {
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .area_list {
    margin: 40px 0 0 0;
  }
  .area_list li a {
    display: block;
    padding: 30px 0;
  }
  .area_list li .img {
    width: 100%;
  }
  .area_list li .text {
    width: 90%;
    padding: 10px 5% 0 5%;
  }
}

.salon_info {
  margin: 100px 0;
}
.salon_info .title {
  text-align: center;
  margin: 0 0 50px 0;
}
.salon_info .title .e {
  font-size: 3em;
  letter-spacing: 0.1em;
  color: var(--color_0101);
}
.salon_info .title .t {
  font-size: 1.2em;
}
.salon_info .fl {
  flex-direction: row-reverse;
  gap: 50px;
}
.salon_info .fl .text .name {
  font-size: 1.5em;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .salon_info {
    margin: 0 0 50px 0;
  }
  .salon_info .title {
    margin: 0 0 20px 0;
  }
  .salon_info .title .e {
    font-size: 2em;
  }
  .salon_info .title .t {
    font-size: 1em;
  }
  .salon_info .fl {
    display: block;
  }
  .salon_info .fl .img {
    margin: 0 0 20px 0;
  }
}

#chapel .banner_area {
  margin: 0;
}
@media (max-width: 768px) {
  #chapel .library {
    padding: 0;
  }
}

.details_header {
  text-align: center;
  /*margin: 70px 0 0 0;*/
}
.details_header .img img {
  height: 400px;
}
.details_header .text {
  margin: 30px auto;
  width: 1000px;
}
.details_header .text .name {
  letter-spacing: 0.1em;
}
.details_header .text .name .t {
  font-size: 2em;
}
.details_header .text .name .e {
  font-size: 1.3em;
  line-height: 1.3;
  display: inline-block;
  margin: 20px 0 40px;
}
.details_header .text p {
  width: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  .details_header {
    /*margin: 60px 0 0 0;*/
  }
  .details_header .img img {
    height: 200px;
  }
  .details_header .text {
    width: 100%;
    margin: 20px 0;
  }
  .details_header .text .name .t {
    font-size: 1.4em;
  }
  .details_header .text .name .e {
    font-size: 1.2em;
    margin: 10px 0 20px;
  }
  .details_header .text p {
    width: 90%;
  }
}

.img_set_01 {
  margin: 100px 0 200px 0;
}
.img_set_01 .fl {
  gap: 50px;
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: auto;
}
.img_set_01 .fl .img_01 {
  width: 60%;
}
.img_set_01 .fl .img_02 {
  width: 40%;
  margin: 100px 0 0 0;
}
.img_set_01 .fl .img_02 picture + picture img {
  margin: 50px 0 0 0;
}
.img_set_01 .fl .text {
  margin: 50px 50px 0 50px;
}
.img_set_01 .fl .text .title {
  font-size: 1.4em;
  margin: 0 0 20px 0;
}
.img_02 img:first-child {
    margin-bottom: 20px;
}
/* 各画像を左に寄せる */
.image-gallery img {
    float: left;
    width: 47%;        /* 隙間のために50%より少し小さくする */
    height: auto;
    margin-right: 2%;  /* 右側に隙間を設定（2枚目の画像は折り返される） */
    margin-bottom: 10px; /* 画像の下に隙間 */
}

/* float を解除して、後続の要素が回り込まないようにする */
.image-gallery::after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 768px) {
  .img_set_01 {
    margin: 20px 0;
  }
  .img_set_01 .fl {
    display: block;
    width: 100%;
  }
  .img_set_01 .fl .img_01 {
    width: 100%;
  }
  .img_set_01 .fl .img_01 .img img {
    height: 300px;
  }
  .img_set_01 .fl .img_01 .text {
    margin: 20px 5% 0 5%;
  }
  .img_set_01 .fl .img_02 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .img_set_01 .fl .img_02 img {
    height: 250px;
  }
  .img_set_01 .fl .img_02 picture + picture img {
    margin: 20px 0 0 0;
  }
  .img_set_01 .fl .img_02 picture {
    display: inline-block;
    width: 100%;
  }
  .img_set_01 .fl .img_02 picture img {
    width: 95%;
  }
  .img_set_01 .fl .img_02 picture:nth-child(2) img {
    margin-left: 5%;
  }
}

.img_set_02 {
  margin: 20px 0;
}
.img_set_02 .fl {
  gap: 50px;
  width: calc(100% - 300px);
  max-width: 1300px;
  margin: auto;
}
.img_set_02 .fl .img_01 {
  width: 50%;
}
.img_set_02 .fl .img_02 {
  width: 50%;
  margin: -100px 0 0 0;
}
.img_set_02 .fl img {
  height: 500px;
}
@media (max-width: 768px) {
  .img_set_02 {
    margin: 0;
  }
  .img_set_02 .fl {
    display: block;
    width: 100%;
  }
  .img_set_02 .fl .img_01 {
    width: 100%;
  }
  .img_set_02 .fl .img_01 img {
    margin: 0 5% 0 0;
  }
  .img_set_02 .fl .img_02 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .img_set_02 .fl .img_02 img {
    margin: 0 0 0 5%;
  }
  .img_set_02 .fl img {
    height: 250px;
    width: 95%;
  }
}

.img_set_03 {
  margin: 50px 0;
}
.img_set_03 .fl {
  gap: 50px;
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: auto;
}
.img_set_03 .fl .img_01 {
  width: 60%;
}
.img_set_03 .fl .img_02 {
  width: 40%;
  margin: -100px 0 0 0;
}
.img_set_03 .fl img {
  height: 500px;
}
@media (max-width: 768px) {
  .img_set_03 {
    margin: 20px 0;
  }
  .img_set_03 .fl {
    display: block;
    width: 100%;
  }
  .img_set_03 .fl .img_01 {
    width: 100%;
  }
  .img_set_03 .fl .img_01 img {
    margin: 0 5% 0 0;
  }
  .img_set_03 .fl .img_02 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .img_set_03 .fl .img_02 img {
    margin: 0 0 0 5%;
  }
  .img_set_03 .fl img {
    height: 250px;
    width: 95%;
  }
}

.img_set_04 {
  margin: 100px 0;
}
.img_set_04 .box {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: auto;
}
.img_set_04 .text {
  width: 700px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .img_set_04 {
    margin: 50px 0;
  }
  .img_set_04 .box {
    width: 100%;
  }
  .img_set_04 .text {
    width: 90%;
    margin: 20px auto 0;
  }
}

.overview {
  margin: 100px 0 0 0;
  padding: 60px 0 100px;
}
@media (max-width: 768px) {
  .overview {
    margin: 50px 0 0 0;
    padding: 20px 0 50px;
  }
}

#plan .ant {
  text-align: center;
  margin: 20px 0 0 0;
}

.text.plan .name {
  font-size: 1.8em;
  line-height: 1.5;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .text.plan .name {
    font-size: 1.4em;
    margin: 30px 0;
  }
}

.price_fl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  text-align: center;
  margin: 50px 0;
}
.price_fl .day {
  font-size: 1.6em;
  display: block;
  width: 100% !important;
}
.price_fl .day span {
  border: 1px solid #dbdbdb;
  padding: 1px 7px;
  margin: 0 10px 0 0;
  font-size: 0.7em;
}
.price_fl .price {
  font-size: 2.8em;
  line-height: 1;
  margin: 10px auto 30px !important;
}
.price_fl .price .en {
  font-size: 0.7em;
}
@media (max-width: 768px) {
  .price_fl {
    display: block;
    margin: 0;
  }
  .price_fl .price {
    font-size: 2.2em;
    margin: 10px auto 5px !important;
  }
  .price_fl .box{
padding: 20px 0px;
  }
  .price_fl .box + .box {
    margin-top: 30px;
  }
}

.plan_text .plan_text_inner {
  margin: 10% 0;
}
.plan_text .plan_text_inner h2 {
  font-size: 1.6em;
  margin: 30px 0 10px;
  border-left: 2px solid var(--text);
  padding: 0 0 0 10px;
  line-height: 1.5;
}
.plan_text .plan_text_inner h3 {
  font-size: 1.4em;
  margin: 30px 0 10px;
}
.sec_tag .area{
    background: var(--bg_b);
    padding: 3px 5px;
    color: #fff;
    font-size: 1.1em;
}
.sec_tag .kubun{
    background: #37c98c;
    padding: 3px 5px;
    color: #fff;
    font-size: 1.1em;
}
       .option-item {
            display: flex;
            align-items: flex-start;
            border-bottom: 1px solid #eee;
            padding: 20px 0; /* スマートフォン向けにパディングを調整 */
        }
        .option-item:last-child {
            border-bottom: none;
        }
        .option-item .content {
            flex-grow: 1;
            padding-right: 20px; /* スマートフォン向けにパディングを調整 */
        }
        .option-item .category {
            display: inline-block;
            background-color: #f0e68c; /* Darker yellow for the category tag */
            color: #555; /* Darker text for readability */
            padding: 4px 8px; /* スマートフォン向けにパディングを調整 */
            font-size: 0.75em; /* スマートフォン向けにフォントサイズを調整 */
            margin-bottom: 8px; /* スマートフォン向けにマージンを調整 */
            border-radius: 3px;
        }
        .option-item h2 {
            font-size: 1.6em; /* スマートフォン向けにフォントサイズを調整 */
            margin-top: 0;
            margin-bottom: 8px; /* スマートフォン向けにマージンを調整 */
            color: #333;
        }
        .option-item .price {
            font-size: 1.8em; /* スマートフォン向けにフォントサイズを調整 */
            color: #ff4500; /* OrangeRed */
            font-weight: bold;
            display: inline-block;
            margin-right: 8px; /* スマートフォン向けにマージンを調整 */
        }
        .option-item .tax-included {
            font-size: 0.9em; /* スマートフォン向けにフォントサイズを調整 */
            color: #666;
            display: inline-block;
        }
        .option-item .description {
            font-size: 0.9em; /* スマートフォン向けにフォントサイズを調整 */
            color: #555;
            line-height: 1.5;
            margin-top: 10px; /* スマートフォン向けにマージンを調整 */
        }
        .option-item .image-placeholder {
            flex-shrink: 0;
            width: 300px; /* スマートフォン向けにサイズを調整 */
            height: 210px; /* スマートフォン向けにサイズを調整 */
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .option-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
@media (max-width: 768px) {
  .plan_text {
    margin: 0% 0;
  }
  .plan_text .plan_text_inner {
    margin: 30px 0;
  }
           .option-item {
                flex-direction: column; /* アイテムを縦積みに変更 */
                align-items: center; /* 中央揃え */
                padding: 15px 0;
            }
            .option-item .content {
                padding-right: 0;
                text-align: center; /* テキストを中央揃え */
                margin-bottom: 15px; /* 画像との間にスペース */
            }
            .option-item .image-placeholder {
                width: 100%; /* スマートフォンで画像を見やすくするため、少し大きく */
                display: contents;
            }
            .option-item .category {
                font-size: 0.8em;
                padding: 3px 7px;
                margin-bottom: 5px;
            }
            .option-item h2 {
                font-size: 1.5em;
                margin-bottom: 5px;
            }
            .option-item .price {
                font-size: 1.7em;
                margin-right: 5px;
            }
            .option-item .tax-included {
                font-size: 0.85em;
            }
            .option-item .description {
                font-size: 0.85em;
                margin-top: 8px;
               text-align: left;
            }
}

.plan_details {
  margin: 5% 0 0 0;
  padding: 10px 0 100px;
}

p.name{
    text-align: center;
    font-size: 18px;
}
.line-through{
    font-size: 1.0rem;
    text-decoration: line-through;
    color: black;
}

.line-through-teika{
    font-size: 0.8rem;
    color: black;
}

.plan_details strong {
    font-size: 0.9rem;
    font-weight: 600;
}
.plan_details span {
    font-weight: 600;
}
.plan_details a {
    font-size: 1.0rem;
    color: #337ab7;
    text-decoration: underline;;
}

.pricesale{
display: flex;
}

.pricesale .pricesale_priceIcon {
    background-color: #DC706F;
    width: 70px;
    height: 70px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1.1;
    letter-spacing: 0.05em;
    position: relative;
    left: 15%;
    font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
    .pricesale .pricesale_priceIcon {
        width: 15vw;
        height: 15vw;
        font-size: 3.5vw;
    }
}

@media (max-width: 768px) {
  .plan_details {
    margin: 10% 0 0 0;
    padding: 20px 0 50px;
  }
}

ul.icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 5%;
}
.icon li{
    flex: 0 1 calc(33.333% - 20px);
    max-width: 60px;
    text-align: center;
}
.icon p{
    font-size: 0.8em;
    margin-top: 5%;
}
@media (max-width: 768px) {
.icon li{
    max-width: 100%;
    }
}
/* 既存のCSS */
.custom-sticky-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 1.0rem;
    font-weight: 600;
    /* ここから追加・変更するスタイル */
    opacity: 0; /* 最初は透明で非表示 */
    transform: translateY(100%); /* 画面下からスライドインさせるため、最初は画面外に移動 */
    pointer-events: none; /* 非表示中はクリックイベントを受け付けない */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* 表示/非表示のアニメーション */
}

/* 申込みボタンの基本スタイル（既存） */
.apply-button {
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
}

/* 既存のスタイル（変更なし） */
.custom-sticky-button a {
    color: white;
}

/* JavaScriptで追加するクラス：ボタンを表示させるためのスタイル */
/* 既存の .custom-sticky-button にこのクラスが追加された時に適用されます */
.custom-sticky-button.is-visible {
    opacity: 1; /* 不透明にして表示 */
    transform: translateY(0); /* 元の位置に戻す（スライドイン） */
    pointer-events: auto; /* 表示中はクリック可能にする */
}
.plan_all_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px 50px;
  margin: 70px 0;
}
.plan_all_list .img {
  position: relative;
}
.plan_all_list .img .lavel {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color_0301);
  color: #fff;
  padding: 1px 10px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 0 0 15px 0;
}
.plan_all_list .text .area_time {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}
.plan_all_list .text .area_time .area {
  background: var(--bg_b);
  padding: 3px 5px;
  color: #fff;
  font-size: 1.1em;
}
.plan_all_list .text .area_time .time {
  font-size: 1.2em;
}
.plan_all_list .text .area_time .time span {
  color: #888;
  font-size: 0.8em;
  margin: 0 5px 0 0;
}
.plan_all_list .text .name {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}
.plan_all_list .text .price {
  text-align: center;
  font-size: 2.4em;
  margin: 0 0 10px 0;
  color: var(--color_0301);
  height: 30px;
}
p.price.e.m-left20 {
    margin-left: 20%;
    font-weight: 600;
}
.plan_all_list .text .price span {
  /*font-size: 0.7em;*/
}
.plan_all_list .text .btn_bottom {
  font-size: 0.8em;
}
.plan_all_list .text .btn_bottom.w2 {
  font-size: 0.9em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.plan_all_list .text .bottom {
    /*text-align: center;*/
    margin: 30px 0 10px 0;
    font-size: 1.0em;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
}
@media (max-width: 768px) {
  .plan_all_list {
    display: block;
    margin: 40px 0;
  }
  .plan_all_list .box + .box {
    margin-top: 50px;
  }
  .plan_all_list .text .area_time {
    margin: 10px 0;
  }
  .plan_all_list .text .name {
    font-size: 1.4em;
  }
}
@media (min-width: 767px) {
#plan .box {
    position: relative;
    background-color: aliceblue;
}
.plan_all_list .text .bottom {
    /*padding: 0% 5%;*/
    width: 100%;
}
.plan_all_list .text .btn_bottom {
    width: 100%;
}
}
.second_header_02 {
  /*padding: 120px 0 0 0;*/
  text-align: center;
}
.second_header_02 .title {
  font-size: 1.8em;
  margin: 0 0 10px 0;
}
.second_header_02 .title .e {
  font-size: 1.8em;
}
.second_header_02 p {
  width: 60%;
  margin: auto;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .second_header_02 {
    /*padding: 80px 0 0 0;*/
  }
  .second_header_02 p {
    width: 100%;
  }
}

.anchor_link {
  margin: 50px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.anchor_link a {
  display: block;
  background: var(--bg_b);
  color: #fff;
  padding: 15px 0;
  border-radius: 3px;
  font-size: 1.2em;
  position: relative;
}
.anchor_link a:hover {
  opacity: 0.8;
}
.anchor_link a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 21px;
}
@media (max-width: 768px) {
  .anchor_link {
    margin: 20px 0 0 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .anchor_link a {
    padding: 10px 0;
    font-size: 1.1em;
  }
  .anchor_link a:before {
    width: 4px;
    height: 4px;
    right: 10px;
    top: 21px;
  }
}

a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.sub_title_set {
  margin: 0 0 50px 0;
  border-left: 1px solid var(--color_0101);
}
.sub_title_set .sub_title {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 20px;
}
.sub_title_set .sub_title:before {
  content: "";
  background: var(--color_0101);
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
.sub_title_set p {
  font-size: 1.2em;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .sub_title_set {
    margin: 0 0 30px 0;
  }
  .sub_title_set .sub_title {
    font-size: 1.3em;
  }
  .sub_title_set p {
    font-size: 1em;
  }
}

.estimate_table {
  margin: 80px 0;
}
.estimate_table table {
  width: 100%;
}
.estimate_table table th,
.estimate_table table td {
  border: 1px solid #ddd;
  padding: 20px;
}
.estimate_table table th {
  font-weight: bold;
  font-size: 1.1em;
}
.estimate_table table .img_fl {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.estimate_table table .img_fl .img {
  width: 150px;
}
.estimate_table table .price {
  text-align: right;
  font-size: 1.4em;
  color: var(--color_0301);
}
.estimate_table table .price span {
  font-size: 0.8em;
}
.estimate_table table .all {
  text-align: right;
  font-size: 1.4em;
}
.estimate_table table .all td {
  padding: 10px 20px;
  background: #f5f5f5;
}
.estimate_table table .all td .all_price {
  font-size: 1.4em;
  color: var(--color_0301);
  font-weight: bold;
}
.estimate_table table .all td .all_price span {
  font-size: 0.8em;
}
.estimate_table .title_bottom {
  text-align: center;
  margin: 60px 0 0px 0;
  font-size: 1.6em;
  background: var(--color_0101);
  border-radius: 100px;
  color: #fff;
  padding: 8px 0;
}
.estimate_table .ant_list {
  width: 700px;
  margin: auto;
}
.estimate_table .ant_list li {
  line-height: 1.3;
  margin: 5px 0;
  position: relative;
  padding: 0 0 0 16px;
}
.estimate_table .ant_list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .estimate_table {
    margin: 30px 0;
  }
  .estimate_table table th,
  .estimate_table table td {
    padding: 10px;
    display: block;
  }
  .estimate_table table th {
    border-bottom: none;
    margin: 10px 0 0 0;
  }
  .estimate_table table .price {
    border-top: none;
  }
  .estimate_table table .all td {
    margin-top: 10px;
  }
  .estimate_table .title_bottom {
    padding: 8px 20px;
    margin: 30px 0 20px 0;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .estimate_table .ant_list {
    width: 100%;
    margin: 30px 0;
  }
}

.faq_text {
  margin: 50px 0;
}
.faq_text .faq_title {
  margin: 0 0 30px 0;
  font-size: 1.8em;
  text-align: center;
}
.faq_text dt {
  position: relative;
  font-size: 1.6em;
  padding: 0 0 10px 40px;
  border-bottom: 1px solid var(--boder);
  margin: 40px 0 20px 0;
}
.faq_text dt span {
  position: absolute;
  left: 5px;
  top: -5px;
  color: var(--color_0101);
  font-size: 1.2em;
}
.step {
  position: relative;
}
.step:before {
  content: "";
  background: var(--text);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 35%;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}
.step li {
  display: flex;
}
.step li:first-child .number .n {
  margin-top: 90px;
}
.step li:first-child .text {
  padding-top: 150px;
}
.step li:nth-child(even) {
  background: var(--bg);
}
.step li .number {
  width: 35%;
  text-align: right;
}
.step li .number .n {
  margin: 40px 30px 0 0;
  font-size: 1.7em;
}
.step li .number .n .n_2 {
  font-size: 1.8em;
}
.step li .text {
  width: 45%;
  padding: 100px 15% 80px 5%;
}
.step li .text .title {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.step li .text .title:before {
  content: "";
  position: absolute;
  background: var(--text);
  width: 200px;
  height: 1px;
  left: -20px;
  top: 19px;
  transform: translateX(-100%);
}
.step li .text .img {
  margin: 40px 0 0 0;
}
@media (max-width: 768px) {
  .step li .number .n {
    text-align: center;
    margin: 30px 0 0 0 !important;
    font-size: 1.5em;
  }
  .step li .number .n .n_1 {
    display: block;
  }
  .step li .text {
    width: 55%;
    padding: 80px 5% 30px 5% !important;
  }
  .step li .text .title {
    font-size: 1.1em;
    margin: 0 0 10px 0;
  }
  .step li .text .title:before {
    width: 100px;
    left: -10px;
    top: 12px;
  }
}

.step_bottom {
  text-align: center;
  font-size: 1.4em;
}
.step_bottom .img img {
  max-height: 500px;
}
.step_bottom .t_1 {
  position: relative;
  font-size: 1.2em;
  margin: 70px 0 20px 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
}
.step_bottom .t_1:before, .step_bottom .t_1:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 30px;
  border: solid var(--text);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1000ms;
}
.step_bottom .t_1:before {
  transform: translateX(-30px);
  border-width: 2px 0 0 2px;
  left: -75px;
  top: 0;
  opacity: 0;
}
.step_bottom .t_1:after {
  transform: translateX(30px);
  border-width: 0 2px 2px 0;
  bottom: 0;
  opacity: 0;
}
.step_bottom .t_1.move_on:before {
  transform: translateX(0);
  left: -25px;
  opacity: 1;
}
.step_bottom .t_1.move_on:after {
  transform: translateX(0);
  right: -10px;
  opacity: 1;
}
@media (max-width: 768px) {
  .step_bottom {
    font-size: 1.2em;
  }
  .step_bottom .t_1 {
    font-size: 1.1em;
    margin: 30px 0 20px 0;
  }
  .step_bottom .t_1:before, .step_bottom .t_1:after {
    width: 7px;
    height: 20px;
  }
}

.style_link {
  color: #fff;
  padding: 100px 0 0 0;
  overflow: hidden;
}
.style_link .title {
  margin: 0 0 0 10%;
  padding: 0 0 50px 0;
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.style_link .title .e {
  font-weight: normal;
  font-size: 3em;
  letter-spacing: 0.1em;
}
.style_link ul {
  margin: 0 0 0 25%;
  padding: 0 0 30px 0;
}
.style_link ul li {
  padding: 30px 0;
}
.style_link ul a {
  color: #fff;
}
.style_link ul .name {
  font-size: 3em;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 20px 0 0 0;
}
.style_link ul p {
  font-size: 1.2em;
}
.style_link ul .bottom_btn {
  width: 350px;
}
.style_link ul .img img {
  max-height: 400px;
}
.style_link .style_bottom {
  text-align: center;
  position: relative;
  padding: 180px 0 100px 0;
  background: url(/online/img/top/iconic_bg.jpg) no-repeat scroll 0 0/cover;
}
.style_link .style_bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 100px 50vw 0;
  border-color: var(--bg_b) transparent;
}
.style_link .style_bottom .style_title {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.style_link .style_bottom .style_title .e {
  font-weight: normal;
  font-size: 3em;
  letter-spacing: 0.1em;
}
.style_link .style_bottom p {
  width: 50%;
  margin: 0 auto 50px;
}
.fair_link {
  padding: 100px 0 0 0;
}
.fair_link .title {
  margin: 0 0 0 10%;
  padding: 0 0 50px 0;
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.fair_link .title .e {
  font-weight: normal;
  font-size: 3em;
  letter-spacing: 0.1em;
}
.fair_link .title .t {
  font-weight: bold;
}
.fair_link .fair_inner {
  margin: 0 25% 0 0;
  padding: 0 0 30px 0;
}
.fair_link .fair_inner .text {
  margin: 20px 20% 50px 10%;
}
.fair_link .fair_inner .text .name {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 10px 0;
}
.fair_link .fair_inner .text .name .limited {
  background: var(--bg_b);
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
}
.fair_link .fair_inner .text ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 30px 0;
}
.fair_link .fair_inner .text ul li {
  border: 1px solid var(--text);
  text-align: center;
  padding: 8px 0;
  font-size: 1.1em;
}
.fair_link .fair_inner .img img {
  max-height: 400px;
}
.fair_link .fair_inner .bottom_btn {
  width: 350px;
}
.store_info {
  padding: 80px 0;
}
.store_info .title {
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.store_info .store_name {
  text-align: center;
}
.store_info .store_name .t_1 {
  background: var(--text);
  color: #fff;
  padding: 8px 13px;
}
.store_info .store_name .e {
  font-size: 1.7em;
}
.store_info .store_name .t_2 {
  font-size: 2.7em;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.store_info dl {
  margin: 30px auto 50px;
  display: grid;
  grid-template-columns: auto auto;
  width: 70%;
  border-top: 1px solid var(--boder);
}
.store_info dl dt,
.store_info dl dd {
  border-bottom: 1px solid var(--boder);
  padding: 25px 10px;
}
.store_info dl dt {
  color: #aba494;
  font-weight: normal;
}
.store_info .map iframe {
  width: 100%;
}
.reservation {
  text-align: center;
  padding: 50px 0;
}
.reservation .title {
  font-size: 1.4em;
  color: var(--btn);
  line-height: 1.7;
  margin: 0 0 30px 0;
}
.reservation .title span {
  font-weight: bold;
}
.reservation .title .e {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.reservation .title .t_1 {
  font-size: 1.8em;
  margin: 0 0 0 10px;
  letter-spacing: 0.1em;
}
.reservation .fl .box {
  width: 90%;
  padding: 10px 5%;
}
.reservation .fl .box:first-child {
  border-right: 1px solid var(--boder);
}
.reservation .fl .t_1 {
  font-size: 1.3em;
}
.reservation .fl .tel {
  pointer-events: none;
  font-size: 4em;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 -10px 0;
  display: inline-block;
}
.reservation .fl .t_3 {
  font-size: 1.3em;
  margin: 0 0 20px 0;
}
.reservation .fl .btn_box {
  margin: 0 20px;
}
.style_categoly a {
  position: relative;
}
.style_categoly a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.8;
}
.style_categoly a .img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.style_categoly a .img img {
  max-height: 500px;
}
.style_categoly a .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}
.style_categoly a .text .title {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.style_categoly a .text .title .t_2 {
  font-size: 1.5em;
}
.style_categoly a:hover:before {
  opacity: 1;
}
.style_categoly a:hover .img {
  opacity: 0.5;
}
.style_categoly .box:nth-child(odd) a:before {
  background: linear-gradient(90deg, rgb(40, 34, 16), rgba(40, 34, 16, 0.5));
}
.style_categoly .box:nth-child(odd) .text {
  left: 40%;
}
.style_categoly .box:nth-child(even) a:before {
  background: linear-gradient(90deg, rgba(40, 34, 16, 0.5), rgb(40, 34, 16));
}
.style_categoly .box:nth-child(even) .text {
  left: 60%;
}
@media (max-width: 768px) {
  .style_categoly a .img img {
    height: 250px;
  }
  .style_categoly a .text .title {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 10px 0 15px 0;
  }
}

.wakuwaku_link {
  position: relative;
}
.wakuwaku_link .img {
  height: 600px;
  transition: all 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wakuwaku_link .img img {
  height: 100%;
  width: 70%;
}
.wakuwaku_link .text {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
}
.wakuwaku_link .text .title {
  margin: 0 0 15px 0;
}
.wakuwaku_link .text .title .t_1 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 15px 0;
  display: inline-block;
}
.wakuwaku_link .text .title .t_2 {
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.wakuwaku_link .text .bottom_btn {
  margin: 20px 0 0 0;
}
.wakuwaku_link a:hover .img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .wakuwaku_link .img {
    height: 300px;
    opacity: 0.4;
  }
  .wakuwaku_link .img img {
    width: 70%;
    -o-object-position: right;
       object-position: right;
  }
  .wakuwaku_link .text {
    left: 25%;
    width: 70%;
  }
  .wakuwaku_link .text .title {
    margin: 20px 0 10px 0;
  }
  .wakuwaku_link .text .title .t_1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
  }
  .wakuwaku_link .text .title .t_2 {
    font-size: 2.5em;
    line-height: 1.1;
  }
  .wakuwaku_link .text .bottom_btn {
    margin: 0;
  }
}

.style_intro .box a {
  color: var(--text);
}
.style_detail_header .img {
  width: 95%;
  margin: 70px 0 30px 0;
}
.style_detail_header .text {
  margin: 0 10%;
}
.style_detail_header .text .day {
  font-size: 0.8em;
  opacity: 0.5;
}
.style_detail_header .text .title {
  font-size: 1.8em;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .style_detail_header .text {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .style_detail_header .text .title {
    font-size: 1.2em;
  }
}

.detail_text .detail_inner {
  margin: 80px 0 0 10%;
}
@media (min-width: 1300px) {
  .detail_text .detail_inner {
    width: 1000px;
    margin: 80px auto 0;
  }
}
.detail_text .detail_inner .detail_title {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 0 20px 0;
}
.detail_text .detail_inner .detail_title span {
  background: var(--sitebg);
  display: block;
  position: relative;
  z-index: 1;
}
.detail_text .detail_inner .detail_title:before {
  content: "";
  background: var(--text);
  position: absolute;
  width: 50%;
  height: 0.1px;
  left: -52%;
  top: 43%;
}
.detail_text .detail_inner .detail_case_title {
  border-left: 1px solid var(--text);
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.7;
  padding: 3px 0 3px 15px;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .detail_text .detail_inner .detail_case_title {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}
.detail_text .detail_inner .img {
  margin: 40px 0;
  max-width: 1000px;
}
.detail_text .detail_inner .img img {
  max-height: 450px;
}
@media (max-width: 768px) {
  .detail_text .detail_inner {
    margin: 40px 5% 0 5%;
  }
  .detail_text .detail_inner .detail_title {
    font-size: 1.3em;
  }
  .detail_text .detail_inner p {
    line-height: 1.8;
  }
}
.detail_text .img_long {
  margin: 150px 10% 150px 0;
}
.detail_text .img_long img {
  max-height: 600px;
}
@media (max-width: 768px) {
  .detail_text .img_long {
    margin: 50px 5% 50px 0;
  }
}

.detail_bottom_slider {
  background: var(--bg);
  margin: 150px 0 0 0;
}
.detail_bottom_slider .title {
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .detail_bottom_slider {
    margin: 60px 0 0 0;
  }
}

.case_link {
  margin: 100px 0;
}
.case_link li {
  padding: 50px 0;
}
.case_link li .text {
  margin: 40px 0 0 0;
}
.case_link li .text .case_title {
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 10px 0;
  display: block;
}
.case_link li .text .case_title .c_1 {
  font-size: 2em;
}
.case_link li .text .case_title .c_2 {
  font-size: 2.5em;
}
.case_link li .text .title {
  font-weight: bold;
  font-size: 1.8em;
  margin: 0 0 10px 0;
}
.case_link li .bottom_btn {
  margin: 20px 0 0 0;
}
.case_link li:nth-child(odd) {
  margin: 0 0 0 30%;
}
.case_link li:nth-child(odd) .text {
  margin-right: 20%;
}
.case_link li:nth-child(even) {
  margin: 0 30% 0 0;
}
.case_link li:nth-child(even) .text {
  margin-left: 20%;
}
@media (max-width: 768px) {
  .case_link {
    margin: 40px 0;
  }
  .case_link li {
    padding: 20px 0;
  }
  .case_link li .text {
    margin: 20px 0 0 0;
  }
  .case_link li .text .case_title .c_1 {
    font-size: 1.4em;
  }
  .case_link li .text .case_title .c_2 {
    font-size: 1.8em;
  }
  .case_link li .text .title {
    font-size: 1.4em;
  }
  .case_link li .bottom_btn {
    margin: 10px 0 0 0;
  }
  .case_link li:nth-child(odd) {
    margin: 0 0 0 10%;
  }
  .case_link li:nth-child(odd) .text {
    margin-right: 10%;
  }
  .case_link li:nth-child(even) {
    margin: 0 10% 0 0;
  }
  .case_link li:nth-child(even) .text {
    margin-left: 10%;
  }
}

.detail_case {
  text-align: center;
}
.detail_case .style_title {
  line-height: 1.4;
  margin: 40px 0 20px 0;
  display: inline-block;
}
.detail_case .style_title .c_1 {
  font-size: 2em;
}
.detail_case .style_title .c_2 {
  font-size: 3.4em;
}
.detail_case .title {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.detail_case dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail_case dl dt,
.detail_case dl dd {
  padding: 2px 20px;
  margin: 7px 0;
}
.detail_case dl dt {
  position: relative;
  text-align: right;
  color: #b5b0a1;
}
.detail_case dl dt:before {
  content: "";
  width: 0.1px;
  height: 100%;
  background: var(--bg);
  position: absolute;
  right: 0;
  top: 0;
}
.detail_case dl dd {
  text-align: left;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .detail_case {
    padding: 0 5%;
  }
  .detail_case .style_title {
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .detail_case .style_title .c_1 {
    font-size: 1.6em;
  }
  .detail_case .style_title .c_2 {
    font-size: 2.4em;
  }
  .detail_case .title {
    font-size: 1.4em;
    margin: 0 0 10px 0;
  }
  .detail_case dl {
    grid-template-columns: auto 1fr;
  }
  .detail_case dl dt,
  .detail_case dl dd {
    padding: 2px 10px;
  }
  .detail_case dl dd {
    font-size: 1em;
  }
}

.column_link {
  margin: 150px 0;
}
.column_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 50px;
}
.column_link .text {
  margin: 20px 0 0 0;
}
.column_link .text .day {
  font-size: 0.8em;
  opacity: 0.8;
}
.column_link .text .name {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
.column_link .text p {
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .column_link {
    margin: 50px 0;
  }
  .column_link ul {
    display: block;
  }
  .column_link ul li + li {
    margin: 30px 0 0 0;
  }
  .column_link .text .name {
    margin: 10px 0;
  }
  .column_link .text p {
    margin: 0;
  }
}

.detail_column .day {
  font-size: 0.8em;
  opacity: 0.5;
}
.detail_column .title {
  font-size: 2.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .detail_column .title {
    font-size: 1.6em;
    margin: 15px 0 0 0;
  }
}

.overview_dl {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid var(--color_0102);
}
.overview_dl dt,
.overview_dl dd {
  padding: 30px;
  border-bottom: 1px solid var(--color_0102);
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
.overview_dl dt {
  color: var(--color_0101);
}
@media (max-width: 768px) {
  .overview_dl {
    display: block;
  }
  .overview_dl dt {
    border: none;
    padding: 10px 10px 0 10px;
    font-size: 0.9em;
  }
  .overview_dl dd {
    padding: 5px 10px 20px 10px;
  }
}

.second_header {
  display: flex;
  align-items: center;
  height: 70vh;
}
.second_header .img {
  width: 35%;
  height: 100%;
}
.second_header .img img {
  height: 100%;
}
.second_header .text {
  width: 45%;
  padding: 100px 15% 0 5%;
}
.second_header .text .title {
  margin: 0 0 30px 0;
  letter-spacing: 0.15em;
}
.second_header .text .title .e {
  font-size: 4em;
  line-height: 1.1;
  margin: 0 0 20px 0;
  display: inline-block;
}
.second_header .text .title .n {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px 0;
  display: inline-block;
}
.second_header .text .title .t {
  font-weight: bold;
  font-size: 1.6em;
}
.second_header .text p b {
  font-size: 1.2em;
  display: block;
  margin: 0 0 15px 0;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 768px) {
  .second_header {
    height: 60vh;
  }
  .second_header .text {
    width: 55%;
    padding: 100px 5% 0 5%;
  }
  .second_header .text .title {
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  .second_header .text .title .n {
    font-size: 1.4em;
  }
  .second_header .text .title .e {
    font-size: 2em;
  }
  .second_header .text .title .t {
    font-size: 1.2em;
  }
  .second_header .text p b {
    font-size: 1em;
    margin: 0 0 5px 0;
  }
}

.top_title {
  text-align: center;
  margin: 50px 0;
}
.top_title .title {
  letter-spacing: 0.1em;
}
.top_title .title .e {
  color: var(--color_0101);
  font-size: 2.8em;
}
.top_title .title .t {
  font-size: 1.4em;
}
.top_title .title_p {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .top_title {
    margin: 20px 0;
  }
  .top_title .title .e {
    font-size: 1.8em;
  }
  .top_title .title .t {
    font-size: 1.2em;
  }
  .top_title .title_p {
    font-size: 1em;
  }
}

.btn_box {
  background: var(--btn);
  border-radius: 5px;
  display: block;
  padding: 14px 20px;
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_box:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--btn_bg);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_box:hover:before {
  width: 130%;
  height: 110%;
  right: -20px;
  border-radius: 100px;
  background: var(--btn_bg);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_box span {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .btn_box {
    padding: 18px 10px 18px 0;
    font-size: 1.2em;
  }
}
.btn_box.btn_pink {
  background: #ed5757;
}
.btn_box.btn_pink:before, .btn_box.btn_pink:hover:before {
  background: #f13030;
}
.btn_box.btn_oreng {
  background: #fdc04d;
}
.btn_box.btn_oreng:before, .btn_box.btn_oreng:hover:before {
  background: #ffa805;
}

.btn_bar {
  position: relative;
  transition: 0.3s;
  display: block;
  padding: 17px 0 17px 20px;
  font-size: 0.9em;
  border: 1px solid var(--text);
}
.btn_bar:before, .btn_bar:after {
  content: "";
  position: absolute;
}
.btn_bar:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--bg);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: -1;
}
.btn_bar:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_bar span {
  position: relative;
  z-index: 1;
}
.btn_bar:after {
  width: 17px;
  height: 17px;
  /*background: url(/online/img/bace/ico-other.svg) no-repeat scroll 0 0/cover;*/
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_line {
  position: relative;
  width: 400px;
  height: 50px;
}
.btn_line span {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  position: absolute;
  right: 95%;
  top: 50%;
  padding: 5px 0 0 0;
  transform: translate(100%, -50%);
  color: var(--btn);
  z-index: 1;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}
.btn_line:before, .btn_line:after {
  content: "";
  background: var(--btn);
  position: absolute;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 0.1px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_line:before {
  width: 6px;
  height: 6px;
}
.btn_line:after {
  width: 68%;
  right: 0;
  top: 50%;
}
.btn_line:hover span {
  right: 15px;
  transform: translate(0%, -50%);
}
.btn_line:hover:before {
  width: 70%;
  left: 0;
  height: 0.1px;
}
.btn_line:hover:after {
  width: 6px;
  height: 6px;
}
@media (max-width: 768px) {
  .btn_line {
    width: 250px;
  }
  .btn_line:after {
    width: 55%;
  }
}

.text:hover .btn_line span,
.title_set a:hover .btn_line span {
  right: 15px;
  transform: translate(0%, -50%);
}
.text:hover .btn_line:before,
.title_set a:hover .btn_line:before {
  width: 70%;
  height: 0.1px;
}
.text:hover .btn_line:after,
.title_set a:hover .btn_line:after {
  width: 6px;
  height: 6px;
}

.title_set a .btn_line {
  max-width: 600px;
}

.bg_b .btn_line span {
  background: var(--bg_b);
}

.header {
  /*position: fixed;*/
  top: 0;
  width: 100%;
  z-index: 9999;
  /* gnav
  ======================================== */
}
.header .menu {
  height: 60px;
  position: fixed;
  right: 0;
  top: 5px;
  width: 60px;
  z-index: 99;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu:before, .header .menu:after {
  content: "";
  background: var(--text);
  display: block;
  height: 2px;
  position: absolute;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .menu:before {
  top: 20px;
  width: 50%;
}
.header .menu:after {
  bottom: 20px;
  width: 30%;
}
.header .menu:hover:before {
  width: 60%;
}
.header .menu:hover:after {
  width: 40%;
}
.header .menu.active {
  right: 5px;
}
.header .menu.active:before, .header .menu.active:after {
  width: 70%;
  top: 30px;
}
.header .menu.active:before {
  transform: rotate(225deg);
}
.header .menu.active:after {
  transform: rotate(315deg);
}
.header .menu.active:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header .menu {
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.45);
  }
  .header .menu:before {
    top: 20px;
    width: 70%;
  }
  .header .menu:after {
    bottom: 15px;
    width: 50%;
  }
  .header .menu.active {
    right: 1px;
  }
}
.header .gnav {
  background-size: cover;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow-y: scroll;
}
.header .gnav .gnav_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .gnav .gnav_inner {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
}
.header .gnav .gnav_inner .gnav_menu a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 20px;
  font-size: 0.9em;
}
.header .gnav .gnav_inner .gnav_menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(40, 34, 16, 0.05);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.9s;
}
.header .gnav .gnav_inner .gnav_menu a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.5s;
}
.header .gnav .gnav_inner .gnav_menu a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: solid var(--text);
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
.header .gnav .gnav_inner .gnav_menu a span {
  position: relative;
  z-index: 1;
}
.header .gnav .gnav_inner .gnav_page {
  display: flex;
  gap: 20px;
}
.header .gnav .gnav_inner .gnav_page .gnav_box {
  width: 100%;
}
.header .gnav .gnav_inner .gnav_page .gnav_box .title {
  font-size: 1.1em;
  border-left: 1px solid #222;
  padding: 0 0 0 10px;
  margin: 12px 0 5px 0;
}
.header .gnav .gnav_inner .sns {
  text-align: center;
  margin: 30px 0 0 0;
}
.header .gnav .gnav_inner .sns a img {
  width: 30px;
}
.header .gnav .gnav_inner .sns a:hover {
  opacity: 0.7;
}
.header .gnav .gnav_inner .nav_contact {
  display: flex;
  text-align: center;
  margin: 30px 0 0 0;
}
.header .gnav .gnav_inner .nav_contact li {
  width: 100%;
  border: 1px solid #eee;
}
.header .gnav .gnav_inner .nav_contact li a {
  padding: 20px 10px;
}
.header .gnav .gnav_inner .nav_contact li a img {
  width: 60px;
}
.header .gnav .gnav_inner .nav_contact li a .t {
  display: block;
  font-size: 0.8em;
}
.header .gnav .gnav_inner .nav_contact li a:after {
  right: 12px;
}
.header .gnav .gnav_inner .nav_contact li + li {
  border-left: none;
}
@media (max-width: 768px) {
  .header .gnav .gnav_inner {
    position: relative;
    transform: translate(0);
    left: 0;
    top: 0;
    padding: 20px 0;
    width: 100%;
  }
  .header .gnav .gnav_inner .nav_contact {
    margin: 20px 20px 0 20px;
  }
  .header .gnav .gnav_inner .nav_contact li a {
    padding: 10px 0;
  }
  .header .gnav .gnav_inner .gnav_page {
    display: block;
  }
  .header .gnav .gnav_inner .gnav_page .gnav_box .title {
    margin: 30px 0 5px 5%;
  }
}
.header .close {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  position: fixed;
}
.header .logo {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .logo img {
  width: 120px;
}
.header .logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header .logo img {
    width: 90px;
  }
}

.contact_footer {
  position: relative;
  background: url(/common/img/bace/contact2_bg.jpg) no-repeat scroll right 0/cover;
  max-width: 1300px;
  margin: 0 0 250px auto;
}
.contact_footer .text {
  padding: 250px 0 200px 10%;
}
.contact_footer .text .t_1 {
  font-size: 1.2em;
  letter-spacing: 0.15em;
}
.contact_footer .text .t_2 {
  font-weight: bold;
  font-size: 2.7em;
  line-height: 1.6;
}
.contact_footer .box {
  position: absolute;
  right: 0;
  width: 90%;
  top: 90%;
  text-align: center;
  padding: 40px 0 60px 0;
}
.contact_footer .box .title {
  font-size: 2.5em;
  letter-spacing: 0.15em;
  font-weight: normal;
  color: var(--color_0101);
  margin: 0 0 20px 0;
}
.contact_footer .box ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 70px;
}
.contact_footer .box ul li {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_footer {
    background: none;
    margin: 2% 0 30px 0;
  }
  .contact_footer .text {
    padding: 80px 0 70px 10%;
    background: url(/common/img/bace/contact2_bg.jpg) no-repeat scroll right 0/cover;
  }
  .contact_footer .text .t_1 {
    font-size: 1em;
  }
  .contact_footer .text .t_2 {
    font-size: 1.4em;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  .contact_footer .box {
    position: relative;
    width: 95%;
    text-align: center;
    padding: 20px 0 30px 0;
    margin: -30px 0 0 auto;
  }
  .contact_footer .box .title {
    font-size: 1.8em;
    margin: 0 0 10px 0;
  }
  .contact_footer .box ul {
    display: block;
    padding: 0 5%;
  }
  .contact_footer .box ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1500px) {
  .contact_footer {
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    margin: 50px auto 250px auto;
  }
}

.contact_other {
  margin: 70px 0 0 0;
}
.contact_other .title {
  text-align: center;
  font-size: 2.2em;
  letter-spacing: 0.15em;
  margin: 0 0 30px 0;
  color: var(--color_0101);
}
.contact_other ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact_other ul li {
  width: 100%;
}
@media (max-width: 768px) {
  .contact_other .title {
    font-size: 1.8em;
    margin: 0 0 20px 0;
  }
  .contact_other ul {
    display: block;
  }
  .contact_other ul li a {
    font-size: 1em;
  }
  .contact_other ul li + li {
    margin-top: 10px;
  }
}

.footer {
  background: #ebe3cd;
  margin: 100px 0 0 0;
}
.footer .footer_link {
  display: flex;
  padding: 40px 0 30px 0;
}
.footer .footer_link .box {
  width: 100%;
}
.footer .footer_link .box .title {
  margin: 0 0 15px 0;
}
.footer .footer_link .link li a {
  position: relative;
  transition: 0.3s;
  font-size: 0.8em;
  padding: 0 3px 5px 3px;
}
.footer .footer_link .link li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #837e73;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.footer .footer_link .link li a:hover {
  color: #837e73;
}
.footer .footer_link .link li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer .footer_link .link li a span {
  position: relative;
  z-index: 1;
}
.footer .footer_link .sns ul {
  display: flex;
  gap: 20px;
}
.footer .footer_link .sns ul li a {
  display: inline-block;
  width: 30px;
  opacity: 0.7;
}
.footer .footer_link .sns ul li a:hover {
  opacity: 0.4;
}
.footer .link_bottom {
  text-align: center;
  justify-content: center;
  display: flex;
  gap: 30px;
}
.footer .link_bottom li a {
  font-size: 0.7em;
}
.footer .link_bottom li a:hover {
  opacity: 0.6;
}
.footer .copy {
  text-align: center;
  font-size: 0.7em;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .footer {
    margin: 30px 0 0 0;
  }
  .footer .footer_link {
    padding: 30px 0 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 0;
  }
  .footer .footer_link .sns ul {
    gap: 10px;
  }
  .footer .footer_link .sns ul li a {
    width: 25px;
  }
  .footer .link_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 0;
    text-align: left;
  }
  .footer .link_bottom li a {
    font-size: 0.8em;
  }
}

.btn_bottom.fl {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.btn_bottom.fl a {
  width: 50%;
}
@media (max-width: 768px) {
  .btn_bottom.fl {
    display: block;
  }
  .btn_bottom.fl a {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
  }
}

.fl {
  display: flex;
}
.fl.rev {
  flex-direction: row-reverse;
}

.w50 {
  width: 500px;
  margin: auto;
}
@media (max-width: 768px) {
  .w50 {
    width: 100%;
  }
}

.zoom {
  overflow: hidden;
}
.zoom img {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.00001);
}
.zoom img:hover {
  transform: scale(1.015);
}

.move {
  transform: translate(0, 30px);
  opacity: 0;
}
.move.move_on {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 0);
  opacity: 1;
}

.bg {
  background: var(--bg);
}

@media (max-width: 768px) {
  body {
    font-size: 13px !important;
    line-height: 1.8;
  }
  #contents {
    overflow: hidden;
  }
  .inner,
  .inner_mini {
    padding: 0 3%;
  }
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  body {
    font-size: 13px !important;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */

        /* ランキングカルーセル全体のコンテナ */
        .ranking-carousel-container {
            position: relative;
            width: 100%;
            max-width: 1200px; /* 最大幅を設定 */
            margin: 0 auto;
            overflow: hidden; /* はみ出したコンテンツを隠す */
        }
        /* カルーセルのトラック（カードの並び） */
        .ranking-carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out; /* スムーズなスライドアニメーション */
        }
        /* 各ランキングカード */
        .ranking-card {
            flex: 0 0 calc(33.333% - 20px); /* 3列表示 - マージン */
            margin-right: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
            /* 価格とアクセス情報削除に伴い、カードの高さが短くなる可能性があります。
               必要に応じてmin-heightなどを設定して調整してください。 */
        }
        .ranking-card:last-child {
            margin-right: 0; /* 最後のカードの右マージンをなくす */
        }
        /* 各カード内の画像ギャラリーコンテナ */
        .ranking-card-image-gallery {
            width: 100%;
            height: 200px; /* 画像の高さ固定 */
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid #eee;
        }
        .ranking-card-image-gallery .main-img-wrap {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .ranking-card-image-gallery .main-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0; /* デフォルトで非表示 */
            transition: opacity 0.3s ease-in-out; /* フェードアニメーション */
        }
        .ranking-card-image-gallery .main-img-wrap img.active {
            opacity: 1; /* アクティブな画像を表示 */
        }
        /* 各カード内のサムネイル画像のリスト */
        .ranking-card-image-gallery .thumbnail-list-in-card {
            position: absolute;
            bottom: 1px; /* メイン画像の下部からの位置 */
            left: 0;
            width: 100%;
            display: flex;
            justify-content: center; /* 中央寄せ */
            gap: 5px; /* サムネイル間の間隔 */
            padding: 5px 0;
            z-index: 2; /* 画像より手前に表示 */
            background-color: rgba(0, 0, 0, 0.3); /* サムネイル背景 */
        }
        .ranking-card-image-gallery .thumbnail-list-in-card .thumbnail-item {
            flex-shrink: 0;
            width: 50px; /* サムネイルの固定幅 */
            height: 40px; /* サムネイルの固定高さ */
            cursor: pointer;
            border: 1px solid transparent; /* デフォルトのボーダー */
            border-radius: 2px;
            overflow: hidden;
            transition: border-color 0.2s ease;
        }
        .ranking-card-image-gallery .thumbnail-list-in-card .thumbnail-item.active {
            border-color: #007bff; /* アクティブなサムネイルのボーダー色 */
        }
        .ranking-card-image-gallery .thumbnail-list-in-card .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* ランキングバッジのベーススタイル */
        .rank-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    /* display: flex; */
    align-items: center;
    /* background-color: rgb(255 0 0 / 95%); */
    /* border-radius: 5px; */
    padding: 25px 0px;
    /* font-weight: bold; */
    /* color: #333; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    /* font-size: 1.1em; */
    z-index: 5;
    min-width: 80px;
        }
        /* 1位の王冠（金色） */
.rank-badge.rank-1 {
    background-image: url(/online/common/rank/img/rank-1.png);
    background-size: cover;
    background-size: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}
        /* 2位の王冠（銀色） */
.rank-badge.rank-2 {
    background-image: url(/online/common/rank/img/rank-2.png);
    background-size: cover;
    background-size: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}
        /* 3位の王冠（銅色） */
.rank-badge.rank-3 {
    background-image: url(/online/common/rank/img/rank-3.png);
    background-size: cover;
    background-size: 80px;
    background-size: contain;
    background-repeat: no-repeat;
}
        .ranking-card-info {
            padding: 15px;
            flex-grow: 1; /* 残りのスペースを埋める */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .ranking-card-info h3 {
            font-size: 1.3em;
            margin: 0 0 8px 0;
            line-height: 1.4;
            min-height: 2.8em; /* タイトル行数を揃えるために最低高さを設定 */
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 2行で省略 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ranking-card-info .location {
            font-size: 0.9em;
            color: #777;
            display: contents;
            /* priceとaccessがなくなったので、margin-bottomを調整 */
            margin-bottom: 15px; 
        }
        /* 価格とアクセス情報は削除のため、これらのスタイルは不要になりますが、
           念のため残しておくか、他の用途で使う可能性があれば残してください */
        /*
        .ranking-card-info .price {
            font-size: 1.5em;
            color: #e6002d;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .ranking-card-info .price span {
            font-size: 0.7em;
            vertical-align: middle;
        }
        .access-info {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }
        .access-info h4 {
            font-size: 1em;
            margin: 0 0 5px 0;
            color: #555;
        }
        .access-info p {
            font-size: 0.85em;
            color: #777;
            line-height: 1.4;
            margin: 0;
        }
        */
        .view-plan-button {
            width: 100%;
            padding: 12px 0;
            background-color: #007bff; /* 青色 */
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 1.1em;
            font-weight: bold;
            transition: background-color 0.3s ease;
            /* priceとaccessがなくなったので、margin-topを調整 */
            margin-top: auto; /* ボタンをカードの下部に配置 */
        }
        .view-plan-button:hover {
            background-color: #0056b3;
        }
        /* カルーセルナビゲーションボタン */
        .ranking-carousel-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            border: none;
            padding: 15px 20px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.8em;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s ease;
        }
        .ranking-carousel-nav:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .ranking-carousel-nav.prev {
            left: 0px; /* コンテナの端に配置 */
        }
        .ranking-carousel-nav.next {
            right: 0px; /* コンテナの端に配置 */
        }
        .ranking-carousel-nav.disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }
        /* Bonus表示 */
        .bonus-badge {
            background-color: #4CAF50; /* 緑色 */
            color: white;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 1px;
           text-align: center;
        }
        /* レスポンシブデザイン */
        @media (max-width: 992px) {
            .ranking-card {
                flex: 0 0 calc(50% - 15px); /* 2列表示 */
                margin-right: 15px;
            }
            .ranking-carousel-nav {
                padding: 12px 17px;
                font-size: 1.6em;
                width: 40px;
                height: 40px;
            }
        }
        @media (max-width: 768px) {
            .ranking-carousel-container {
                overflow-x: scroll; /* スマホでは横スクロールを許可 */
                -webkit-overflow-scrolling: touch; /* iOSのスクロールを滑らかに */
                scroll-snap-type: x mandatory; /* カードごとにスナップ */
                padding-left: 20px; /* 最初のカードが見切れないように */
                padding-right: 20px; /* 最後のカードが見切れないように */
                /* スクロールバー非表示 */
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            .ranking-carousel-container::-webkit-scrollbar {
                display: none;
            }
            .ranking-carousel-track {
                transition: none; /* スマホではJSアニメーション不要 */
                transform: translateX(0) !important; /* JSによるtransformを上書き */
                padding-bottom: 0;
            }
            .ranking-card {
                /* スマホ向けに次のボックスが半分見えるように調整 */
                flex: 0 0 calc(70% - 15px); /* 70%の幅に設定 */
                margin-right: 15px; /* マージンを調整 */
                scroll-snap-align: start; /* カードの開始位置でスナップ */
            }
            .ranking-carousel-nav {
                display: none; /* スマホでは矢印を非表示 */
            }
            h1 {
                text-align: center;
                padding-left: 0;
            }
            /* スマホではカード内のサムネイルをさらに調整 */
            .ranking-card-image-gallery .thumbnail-list-in-card {
                bottom: 2px; /* 位置調整 */
                gap: 2px;
                padding: 3px 0;
            }
            .ranking-card-image-gallery .thumbnail-list-in-card .thumbnail-item {
                width: 50px;
                height: 28px;
               margin-left: 5%;
            }
        }
