@charset "UTF-8";
/* 共通の設定 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
body {
  line-height: 32px;
  font-size: 15px;
  color: #333;
  width: 100%; /*レスポンシブデザインスタイル対策 */
  margin: 0 auto !important; /*レスポンシブデザインスタイル対策 */
  -webkit-text-size-adjust: none; /*スマホ横文字対策 */
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 0.07em;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  /*firefoxの赤線リンク対策 */
  outline: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.clear {
  clear: both;
}
img {
  border-style: none;
}
a img {
  border-style: none;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  max-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
a {
  color: #5f5045;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #5f5045;
  text-decoration: none;
}
img {
  vertical-align: top;
  height: auto; /*レスポンシブデザインスタイル対策 */
}
@font-face {
  font-family: "anzu";
  src: url(../font/anzu.eot) format("eot"),
    url(../font/anzu.woff) format("woff");
}
@font-face {
  font-family: "kei";
  src: url(../font/kei.eot) format("eot"), url(../font/kei.woff) format("woff");
}
strong {
  font-weight: normal;
}
.btn a {
  padding: 12px 20px 10px;
  color: #5aade6;
  text-decoration: none;
  font-size: 15px;
  border: 3px solid #5aade6;
  border-radius: 8px;
  position: relative;
}
.btn a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #5aade6;
  color: #fff;
}
.btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5aade6;
  border-right: solid 2px #5aade6;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
.btn01 a {
  padding: 12px 20px 10px;
  display: block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
  border-radius: 3px;
  background-color: #5aade6;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  line-height: 1.8em;
}
.btn01 a:hover {
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #5aa6dc;
}
.btn01 a::before,
.btn a:hover::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
.btn02 a {
  padding: 12px 20px 10px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  border: 3px solid #000;
  border-radius: 8px;
  position: relative;
}
.btn02 a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #d4f1ea;
  color: #000;
}
.btn02 a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
.btn03 a {
  padding: 12px 20px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border: 3px solid #fff;
  border-radius: 8px;
  position: relative;
  background-color: #ff6666;
  box-shadow: 0 2px 2px #e2e2e2, 0 2px 2px #e2e2e2;
}
.btn03 a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #ff6666;
  color: #fff;
}
.big {
}
.btm10 {
  margin-bottom: 10px;
}
.btm20 {
  margin-bottom: 20px;
}
.btm30 {
  margin-bottom: 30px !important;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.left05 {
  margin-left: 5px;
}
.bigfont {
  font-size: 22px;
  line-height: 1.9em;
  font-weight: normal;
}
.right05 {
  margin-right: 5px;
}
.arrange {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp_none {
  display: block;
}
.overflow {
  overflow: hidden;
}
.from_tabu {
  display: none;
}
/*************************************************
WP関係
*************************************************/
.category {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 2px; /* CSS3草案 */
  -webkit-border-radius: 2px; /* Safari,Google Chrome用 */
  -moz-border-radius: 2px; /* Firefox用 */
}
.category a {
  color: #fff !important;
}
.category a:hover {
  text-decoration: none;
}
.info_tag {
  background-image: url(../images/blue_bk.jpg);
}
.blog_tag {
  background-image: url(../images/pink_bg.jpg);
}
.blog {
  color: #ffffff;
  margin-left: 5px;
  background-image: url(../images/pink_bg.jpg);
}
.time {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0em;
}
.title {
  line-height: 1.5em;
}
.title a {
  color: #5f5045;
  text-decoration: none;
}
.title a:hover {
  color: #a8a8a8;
}
.red {
  color: #e20033 !important;
}
.orange {
  color: #ff7800;
}
.green {
  color: #26803a;
}
.pink {
  color: #e42d85;
  font-size: 13px;
}
.blue {
  color: #1287cd;
}
.yellow {
  color: #ee4a8a;
}
.yellow_text {
  color: #eee021;
}
.center {
  text-align: center;
}
.orange-text {
  color: #ff5611;
}
.red {
  color: #e60012;
}
.btm50 {
  margin-bottom: 50px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sp_only,
.tabu {
  display: none;
}
.pc_only {
}
.pc01 {
  display: inline;
}
.btm0 {
  margin-bottom: 0 !important;
}
.big {
  font-weight: bold;
}
.font12 {
  font-size: 12px;
}
.sp_only_br {
  display: inline;
}
.marker_o {
  background: linear-gradient(transparent 60%, #fed50b 60%);
}
.ore {
  color: #fac126;
}
.ble {
  color: #0080c9;
}
.pin {
  color: #ff759f;
}
.gre {
  color: #008050;
}

/*************************************************
header
*************************************************/
#pc_header {
  overflow: hidden;
  position: relative;
  padding: 0 0 170px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}
.head_info {
  position: absolute;
  top: 10px;
  right: 30px;
}
.head_info .para_01 {
  margin-bottom: 10px;
  text-align: right;
}
.head_info .para_01 p span img {
  width: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
.head_info .para_01 p {
  font-size: 28px;
  margin-right: 10px;
}
.head_info .para_02 ul {
  text-align: right;
}
.head_info .para_02 ul li {
  display: inline-block;
}
.head_info .para_02 ul .yoyaku a,
.head_info .para_02 ul .toiawase a {
  background-repeat: repeat;
  background-position: left top;
  background-size: 10px auto;
  display: block;
  padding: 3px 20px;
  width: 100px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
}
.head_info .para_02 ul li a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.yoyaku a {
  background-image: url(../images/pink_bg.jpg);
}
.toiawase a {
  background-image: url(../images/blue_bk.jpg);
}
.header_bk {
  position: absolute;
  width: 250px;
  position: absolute;
  top: 20px;
  right: calc(50% + 250px);
}
.header_bk img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.head_logo {
  position: absolute;
  left: 10px;
  top: 5px;
  text-align: left;
}
.head_info p {
  display: inline-block;
}
.head_info p a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* 
PCナビゲーション
*/
#pc_nav01 {
  clear: both;
  font-size: 16px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
}
.pc_nav {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.pc_nav li {
  text-align: center;
  line-height: 1.3em;
  font-size: 15px;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  width: calc(100% / 6 - 40px);
  position: relative;
}
.pcnav {
  margin: 0 auto 15px;
}
.pc_nav .logo {
  width: 200px;
  text-align: center;
  position: relative;
  margin: -100px auto 0;
}
.pc_nav .logo img {
  width: 200px;
}
.drop li {
  padding: 0 !important;
}
.pc_nav li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
}
.pc_nav li a:hover {
  color: #5aade6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.drop {
  left: 0px;
  top: 35px;
  position: absolute;
  z-index: 20;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.drop li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  text-align: left !important;
  border: none !important;
  display: block !important;
  line-height: 1.5;
}
.drop li a {
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  transition: 0.5s;
  width: 180px;
  padding: 10px 5px 10px 30px !important;
  background-color: #fff;
  color: #603d39;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 8px;
  background-image: url(../images/icon_btn.png) !important;
}
.drop li a:first-child {
  display: block;
}
.drop li a:hover {
  color: #5aade6;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.pc_nav > li li:hover > a {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.pc_nav li:hover > ul > li {
  overflow: visible;
  width: 160px !important;
  height: 40px;
  padding: 0 0 5px 0 !important;
}
/*
スマホナビ/スマホヘッダー
*/
#sp_header {
  display: none;
}
#spnav {
  display: none;
}
.splogo {
  width: 100%;
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  overflow: hidden;
}
.drawer-menu-title a {
  padding: 0 !important;
  color: #5aade6 !important;
  text-decoration: underline !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold !important;
  font-size: 16px !important;
}
.drawer-menu-title a:hover {
  padding: 0 !important;
  color: #5aade6 !important;
  background: none !important;
  text-decoration: none !important;
}
.drawer-dropdown-menu li a {
  font-size: 12px !important;
}
.drawer-menu li {
  border-bottom: 0.5px solid #86889d;
}
.drawer-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #604c3f;
  font-size: 13px;
  display: block;
  padding-left: 20px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.drawer-menu li a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.drawer-dropdown-menu li:last-child {
  border: none !important;
}
.s_small {
  font-size: 7px;
}
.sp_mail_i a {
  color: #ffffff !important;
  background-color: #ff5611;
}

/*************************************************
footer共通
*************************************************/
/*グーグルマップ*/
#map {
  background-color: #ffffd5;
}
#f_info {
  padding: 30px 0 40px;
  overflow: hidden;
}
#f_info .inner {
}
#f_info .boxs {
  width: 50%;
  position: relative;
}
.link li {
  display: inline-block;
}
.yoyaku a,
.toiawase a {
  width: 200px;
  padding: 3px 20px;
  background-repeat: repeat;
  background-position: left top;
  background-size: 10px auto;
  display: block;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  margin: auto;
}
.link li a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px#fff;
  -webkit-transition: 0.8s;
  color: #fff;
}
#f_info .boxs dt {
  margin-bottom: 10px;
}
#f_info .boxs dd {
}
.train {
}
.tel {
  font-size: 28px;
  margin-bottom: 10px;
}
.tel span {
  font-size: 16px;
}
.line img,
#f_info .boxs dd img {
  vertical-align: middle;
  margin-right: 10px;
}
.flower_02 img,
.flower_01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.flower_02 {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 60px;
}
.flower_01 {
  position: absolute;
  top: 70px;
  right: 180px;
  width: 60px;
}

/*sns*/
#sns {
  padding: 60px 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  background-image: url(../../images/blue_bk.jpg);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: auto 200px;
}
#sns img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#sns ul {
  margin: auto;
}
#sns li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 296px;
}

/* footer*/
footer {
  padding: 60px 0 5px;
  background-image: url(../images/fotter_bk.jpg);
  background-repeat: repeat-x;
  background-position: center bottom -60px;
  text-align: center;
}
footer .inner {
  position: relative;
}
footer .inner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
footer .line img {
  width: 36px;
}
.hato {
  width: 90px;
  position: absolute;
  top: 30px;
  right: calc(50% + 400px);
}
.tree {
  position: absolute;
  width: 100px;
  bottom: -80px;
  right: 100px;
}
.f_box {
  margin: auto;
}
.f_logo {
  width: 230px;
  margin: auto;
  margin-bottom: 10px;
}
.f_box .link {
  margin: 30px 0 20px;
  text-align: center;
}
.sns li {
  display: inline-block;
  margin: 0 10px 20px 10px;
  vertical-align: top;
}
.f_link li {
  display: inline-block;
  padding: 0 30px;
}
.f_link li a {
  font-weight: bold;
  color: #000000;
}
.copyright {
  font-size: 12px;
  text-align: center;
  margin: 80px 0 0;
}
/*page-to*/
#page-top {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 40;
}
#page-top a {
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
}

/*************************************************
共通contens
*************************************************/
.inner {
  width: calc(100% - 30px);
  max-width: 1060px;
  margin: auto;
}
.sp_no_br {
  display: block;
}
/*
下層ページ
共通コンテンツ
*/
#eyecatch02 {
  padding: 50px 0px 50px;
  background-image: url(../images/sky_bk.jpg);
  background-repeat: repeat-x;
  text-align: center;
  background-position: center top;
  position: relative;
}
#eyecatch02::after {
  background-image: url(../images/nami02.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 10px !important;
  content: "";
  height: 30px;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#eyecatch02 h2 {
  font-size: 26px;
  padding: 0px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  letter-spacing: 0.1em;
}
#eyecatch02 span {
  color: #fff;
  font-family: "anzu";
  font-size: 18px;
  display: block;
  background-image: url(../images/ribon.png);
  background-size: 161px 44px;
  background-repeat: no-repeat;
  background-position: center top 5px;
  padding: 0px 30px 20px;
  margin-bottom: 5px;
}
#eyecatch02 p {
  display: block !important;
  font-size: 16px;
  font-family: "anzu";
}
#eyecatch02 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tree_left_01 {
  position: absolute;
  width: 180px;
  top: 90px;
  left: 0;
  z-index: 1;
}
.tree_right_01 {
  position: absolute;
  width: 130px;
  top: 20px;
  right: 0;
}
.birdes {
  position: absolute;
  width: 70px;
  top: 50px;
  right: calc(50% + 300px);
}
.balloon_10 {
  position: absolute;
  width: 100px;
  top: 50px;
  left: calc(50% + 300px);
}

.k_box {
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}

#main {
  float: left;
  width: 65%;
}
#main img {
  max-width: 100%;
  height: auto;
}
#main .title,
#main .b_con h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900 !important;
  border-bottom-width: 1px;
  padding-bottom: 5px;
}
.blog_content h2 {
  border-bottom: 1px dotted #c1c1c1;
}
.bigtitle {
  background-color: transparent;
  background: linear-gradient(transparent 60%, yellow 60%) !important ;
  display: inline-block;
}
#main .contet h3 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  padding: 0.7em;
  background-color: #efefef;
}
#main .contet h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #efefef;
  width: 0;
  height: 0;
}

#main a {
  color: #0229ff;
}
#main a:hover {
  text-decoration: underline;
}

#side {
  float: right;
  width: 30%;
}
#side h2 {
  font-size: 18px;
  padding: 10px 15px 10px 60px;
  margin-bottom: 15px;
}
#side .time {
  margin-left: 5px;
}
.side_new {
  position: relative;
}
.more {
  position: absolute;
  top: 10px;
  right: 20px;
}
.more a {
  font-size: 13px;
  padding: 5px;
  font-size: 13px;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
}
.ao a {
  background-image: url(../images/blue_bk.jpg);
}
.kiiro a {
  background-image: url(../images/yellowdeep_bk.jpg);
}
.momo a {
  background-image: url(../images/pink_bg.jpg);
}
.info {
  background-image: url(../images/icon_bird.png), url(../../images/blue_bk.jpg);
  background-repeat: no-repeat, repeat;
  background-position: left 10px center, left top;
  background-size: auto 40px, auto auto;
}
.event {
  background-image: url(../images/icon_tree02.png), url(../images/yellow_bk.jpg);
  background-repeat: no-repeat, repeat;
  background-position: left 10px center, left top;
  background-size: auto 40px, auto auto;
}
.blog01 {
  background-image: url(../images/icon_balloon.png), url(../images/pink_bk.jpg);
  background-repeat: no-repeat, repeat;
  background-position: left 10px center, left top;
  background-size: auto 50px, auto auto;
}

.yellow_bk {
  background-image: url(../images/yellow_bk.jpg);
  background-repeat: repeat;
}
#side a {
  text-decoration: none;
  line-height: 1.5em;
}
.side_news,
.side_category {
  margin-bottom: 30px;
}
.side_news {
  position: relative;
}
.sideloop li {
  clear: both;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sideloop li:last-child {
  border-bottom: none;
}
.sideloop li .left {
  width: 95px;
  height: 95px;
}

.sideloop li .left img {
  height: auto;
  width: 95px;
}
.sideloop li .right {
  width: 200px;
  margin-left: 5px;
}
.sideloop .title {
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0;
}

#frame {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px 0 60px;
}
#frame::after {
  content: "";
  clear: both;
}
.singlepage a {
  color: #2332ce;
  text-decoration: underline;
}
.singlepage a:hover {
  color: #2332ce;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .flower_02 {
    position: absolute;
    top: 0px;
    right: 40px;
    width: 40px;
  }
  .flower_01 {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 40px;
  }
  /*
下層ページ
共通コンテンツ
*/
  .sideloop li .right {
    width: 190px;
  }
}

@media screen and (max-width: 1000px) {
  #main {
    width: 55%;
  }
  #side {
    width: 40%;
  }
}
/*===============================================
●タブレット.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  /*ヘッダー*/
  .pc_nav,
  .header_bk {
    display: none;
  }
  #pc_header {
    background-color: #fff;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 3;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .head_sns,
  .head_info {
    display: none;
  }
  /*
スマホヘッダー
*/
  #spnav {
    display: block;
  }
  #sp_header {
    width: calc(100% - 30px);
    margin: auto;
    display: block;
  }
  #sp_header::after {
    content: "";
    clear: both;
  }
  .s_logo {
    width: 200px;
    float: left;
    margin: 10px 0 8px;
  }
  .s_logo img,
  #sp_header li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #sp_header ul {
    float: right;
    margin: 5px 45px 0 0;
  }
  #sp_header li {
    display: inline-block;
    width: 40px;
  }

  /*共通コンテンツ*/
  #waaper .main {
    width: auto;
  }
  .pc_only {
    display: none;
  }
  .tabu,
  .from_tabu {
    display: block;
  }

  /*フッター*/
  /*グーグルマップ*/
  .yoyaku a,
  .toiawase a {
    width: 200px;
    padding: 3px 10px;
  }
  #sns {
    padding: 30px 0;
  }
  #sns ul li {
    margin-bottom: 10px;
  }
  #sns ul li:last-child {
    margin-bottom: 0px;
  }
  /*フッター*/
  footer {
    padding-top: 50px;
  }
  .f_info {
    margin-bottom: 10px;
  }
  .copyright {
    margin-top: 30px;
  }
  .hato {
    right: auto;
    left: 10px;
  }
  .tree {
    right: 30px;
    bottom: -20px;
  }
  /*page-to*/
  #page-top {
    bottom: 35px;
    right: 10px;
  }
  #page-top img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #page-top a {
    width: 55px;
    padding: 5px;
  }

  /*
下層ページ共通コンテンツ
*/
  #eyecatch02 {
    margin: 45px 0 20px;
    padding: 50px 0px;
  }
  #eyecatch02 h2 {
    font-size: 23px;
  }
  .sp_no_br {
    display: none;
  }
  .birdes {
    width: 70px;
    right: auto;
    left: 130px;
  }
  .balloon_10 {
    width: 100px;
    left: auto;
    right: 100px;
  }
  #main {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #main p {
  }
  #side {
    float: none;
    width: 100%;
  }

  .sideloop li .left {
    width: 95px;
    height: 95px;
    overflow: hidden;
  }
  .sideloop li .left a {
  }
  .sideloop li .left img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .sideloop li .right {
    width: 80%;
    margin-left: 0;
  }
  .sideloop .title {
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
  }
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
  /*ヘッダー*/
  .h-left h1 img {
    max-width: 60%;
  }
  .logo img {
    max-width: 40%;
    height: auto;
    margin: 5px 0 0;
  }

  /*
スマホヘッダー
*/
  .s_logo {
    width: 150px;
    float: left;
  }
  /*共通コンテンツ*/
  .sp_only {
    display: block;
  }
  .pc,
  .pc01 {
    display: none;
  }
  .bigfont {
    font-size: 20px;
  }
  .center {
    text-align: center;
  }
  .title {
    font-size: 14px;
  }
  .k_box {
    margin-bottom: 30px;
  }
  .sp_btm50 {
    margin-bottom: 50px !important;
  }
  .sp_btm20 {
    margin-bottom: 20px;
  }
  .btm50 {
    margin-bottom: 30px !important;
  }
  .sp_none {
    display: none;
  }
  #frame {
    padding: 5px 0px 20px 0px;
  }

  /*フッター*/
  /*グーグルマップ*/
  #f_info .boxs {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  #f_info {
    padding: 20px 0 10px;
  }
  .tel {
    font-size: 20px;
  }
  #sns li {
    display: block;
    vertical-align: top;
    margin: auto;
    width: 65%;
    max-width: 296px;
  }

  #f_info .yoyaku a,
  .toiawase a {
    width: 130px;
    padding: 3px 0px;
  }
  footer {
    padding: 30px 0 50px;
    background-position: center bottom;
    background-position: center bottom -30px;
  }
  .f_box .link {
    margin: 30px 0 0px;
  }
  .link li:last-child {
    display: block;
    margin: 10px 0 0;
  }
  .f_logo {
    width: 190px;
  }
  .hato {
    right: auto;
    left: 10px;
    width: 60px;
    top: -30px;
  }
  .tree {
    width: 80px;
    bottom: -110px;
    right: auto;
    left: 0;
  }
  .f_box {
    margin-bottom: 0px;
  }
  .f_link {
    display: none;
  }
  .copyright {
    font-size: 10px;
    letter-spacing: 0;
    margin: 20px 0 80px;
  }

  /*下層ページ共通コンテンツ*/
  #eyecatch02 {
    margin: 0 0 20px;
    padding: 80px 0px 30px;
  }
  .tree_left_01 {
    width: 80px;
    top: 170px;
    left: 0;
    z-index: 1;
  }
  .tree_right_01 {
    width: 80px;
    top: 50px;
    right: 0;
  }
  .birdes {
    width: 50px;
    right: auto;
    left: 10px;
    top: 80px;
  }
  .balloon_10 {
    width: 80px;
    left: auto;
    right: 10px;
    top: 100px;
  }
  #side h2 {
    font-size: 16px;
    padding: 10px 15px 10px 55px;
  }
  .sideloop li .left {
  }
  .sideloop li .right {
    width: 65%;
    margin-left: 4%;
  }
  .sideloop li .right dt {
    line-height: 1.3em;
    margin-bottom: 5px;
  }
  .sideloop li .left img {
    max-width: 100%;
    height: auto;
  }
  .sp_only_br {
    display: block;
  }

  /* reservation */
  #reservation {
    padding: 40px 0 20px;
    overflow: hidden;
  }
  #reservation .box01 {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #reservation .box01 .left {
    width: 25%;
    padding: 0 4% 0 0;
  }
  #reservation .box01 .right {
    width: 65%;
    padding: 0 0 0 5%;
    border-left: 1px solid #bfbfbf;
  }
}

@media screen and (max-width: 320px) {
  .s_logo {
    width: 140px;
  }
  #sp_header li {
    width: 37px;
  }
  .sideloop li .right {
    width: 60%;
    margin-left: 4%;
  }
}

/*************************************************
WPのプラグインcss
*************************************************/
/*パンくず*/
.breadcrumbs {
  font-size: 10px;
  margin: 5px 0 30px;
}
.breadcrumbs a {
  color: #e20033;
  text-decoration: underline;
  background: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #e79e9f;
}
/*サーチ、一覧ページ*/
.search,
.cte-list {
}

/*
次へのページへ
*/
.postNavi {
  margin-top: 50px;
  overflow: hidden;
  border-top: 1px dashed #c1c1c1;
  padding-top: 5px;
  font-size: 12px;
  letter-spacing: 0;
}
.prev {
  width: 20%;
  display: inline-block;
}
.postNavi a {
  color: #000 !important;
  text-decoration: underline;
}
.postNavi a:hover {
  text-decoration: none;
}
.listpage {
  width: 57%;
  display: inline-block;
  text-align: center;
}
.next {
  width: 20%;
  display: inline-block;
  text-align: right;
}
.cte-list,
.search {
}
/*
ページナビゲーション
*/
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 8px 10px !important;
  border-radius: 5px;
  border-width: 2px;
}
.pages {
  display: none;
}
.wp-pagenavi a {
  color: #2d4e53 !important;
}
.wp-pagenavi span.current {
  border-color: #2d4e53 !important;
  background-color: #2d4e53;
  color: #fff !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #2d4e53;
  color: #2d4e53;
}
.extend {
  display: none;
}

.righttext {
  text-align: right !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /*パンくず*/
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  /*
次へのページへ
*/
  .prev {
    width: 32%;
    display: inline-block;
  }
  .listpage {
    width: 32%;
    display: inline-block;
    text-align: center;
  }
  .next {
    width: 32%;
    display: inline-block;
    text-align: right;
  }
  /*
パンくず
*/
  .breadcrumbs {
    display: none;
  }
}

/*===============================================
全ページ共通
===============================================*/
.w_box {
  padding: 50px 30px;
  border-radius: 10px;
}
.white_grb {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
}
.textera01 {
}
.bleu_waku {
  padding: 7px 15px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  font-size: 18px;
  background-image: url(../images/blue_bk.jpg);
  background-repeat: repeat;
}
.b_box {
  border-radius: 10px;
  background-color: #ffffff;
}
.border_ore {
  border: 5px solid #feb20b;
}
.border_blue {
  border: 5px solid #1eafe4;
}

@media screen and (max-width: 640px) {
  .w_box {
    padding: 50px 15px;
  }
  .tabu_until {
    display: none;
  }
}

/*===============================================
アニメーション
===============================================*/
.bounce {
  animation: bounce_2641 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce_2641 {
  0% {
    transform: translateY(0);
  }
  12.5% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  62.5% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.float {
  animation: float_8475 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_8475 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% {
    transform: translate(0, -3px);
  }
  3.27869% {
    transform: translate(0, 3px);
  }
  6.55738% {
    transform: translate(0, -3px);
  }
  9.83606% {
    transform: translate(0, 3px);
  }
  13.11475% {
    transform: translate(0, -3px);
  }
  16.39344% {
    transform: translate(0, 3px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.balloon01 {
  -moz-animation: balloon01 ease 4s infinite;
  -webkit-animation: balloon01 ease 4s infinite;
  -ms-animation: balloon01 ease 4s infinite;
  -o-animation: balloon01 ease 4s infinite;
  animation: balloon01 ease 4s infinite;
}
@-webkit-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 27px;
  }
}
@-o-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@-ms-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
@-moz-keyframes balloon01 {
  0% {
    top: 57px;
  }
  50% {
    top: 67px;
  }
  100% {
    top: 57px;
  }
}
.balloon02 {
  -moz-animation: balloon02 ease 4s infinite;
  -webkit-animation: balloon02 ease 4s infinite;
  -ms-animation: balloon02 ease 4s infinite;
  -o-animation: balloon02 ease 4s infinite;
  animation: balloon02 ease 4s infinite;
}
@-webkit-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-o-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-ms-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}
@-moz-keyframes balloon02 {
  20% {
    top: 120px;
  }
  70% {
    top: 130px;
  }
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

@media screen and (max-width: 640px) {
  @-webkit-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-o-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-ms-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
  @-moz-keyframes balloon01 {
    0% {
      top: 20px;
    }
    50% {
      top: 30px;
    }
    100% {
      top: 20px;
    }
  }
}

/*
AddQuicktagプラグイン
*/
.big-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900 !important;
  border-bottom-width: 1px;
  padding-bottom: 5px;
}
.big-title_02 {
  background-color: #f39aa6;
  padding: 7px 15px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  font-size: 16px;
}
.box10 {
  padding: 20px;
  border-radius: 10px;
}
.blue10 {
  background-color: #e1ecfb;
}
.grey10 {
  background-color: #efefef;
}
.white {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 218, 218, 1);
}
.green10 {
  background-color: rgba(196, 226, 216, 0.4);
}
.pink10 {
  background-color: rgba(225, 177, 214, 0.4);
}
.yellow10 {
  background-color: #ffffe3;
}

.check {
  background-image: url(../images/reten.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 3px 0 3px 25px;
  margin-bottom: 2px;
}

.box10 {
  overflow: hidden;
  margin: 0 0 20px;
}
.box10::after {
  content: "";
  clear: both;
  display: block;
}
.box10 img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .block-common-reserve-fix {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .block-common-reserve-fix {
    position: fixed;
    left: 4vw;
    right: 4vw;
    bottom: 2.66667vw;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 50;
  }
  .block-common-reserve-fix.js-hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
  }
  .block-common-reserve-fix li {
    display: inline-block;
    width: 49%;
    margin: auto;
  }
  .block-common-reserve-fix li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .block-common-reserve-fix {
    left: 2vw;
    right: 2vw;
  }
  .block-common-reserve-fix li {
    width: 48%;
  }
}

/*
予約方法
*/

.app-icon {
  display: block;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.how-to-title {
  text-align: center;
  font-size: 20px;
  color: #ee4a8a;
}

.how-to-icon {
  width: 80px;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}

.how-to-text {
  text-align: center;
  font-size: 16px;
}

.how-to-app-text {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.app-phone {
  color: #ee4a8a;
  font-size: 19px;
}

.how-to-use {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .how-to-use {
    padding-top: 30px;
  }
}

.how-to-use__boxes {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  gap: px;
}
@media screen and (min-width: 768px) {
  .how-to-use__boxes {
    gap: 75px;
  }
}

.how-to-use__box {
  border-radius: 30px;
  background-image: url(../images/104.jpg);
  background-position: center;
  background-size: cover;
  padding: 70px 40px 48px;
}
@media screen and (min-width: 768px) {
  .how-to-use__box {
    border-radius: 40px;
    padding: 14px 10px 56px;
    margin-bottom: 30px;
  }
}

.how-to-use__box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title {
    font-size: 22px;
    letter-spacing: 2.2px;
    padding-right: 95px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.how-to-use__box-title img {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: calc(100% + 16px);
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title img {
    width: 150px;
    height: 150px;
    right: 0;
    transform: translateX(0);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-type2 .how-to-use__box-title {
    padding-right: 0;
    padding-left: 95px;
  }
  .is-type2 .how-to-use__box-title img {
    right: auto;
    left: 0;
  }
}

.how-to-use__steps {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-use__steps {
    margin-top: 40px;
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use__step {
    flex: 1;
  }
}

.step-box {
  padding-top: 45px;
  position: relative;
}

.step-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #f78da7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-type2 .step-box__head {
  background-color: #fabe00;
}

.step-box__head-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
}

.step-box__head-number {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 3px;
}

.step-box__body {
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
  padding: 47px 10px 23px;
  text-align: center;
}

.step-box__image img {
  max-width: 200px;
}

.step-box_image img {
  max-width: 240px;
}

@media screen and (min-width: 768px) {
  .step-box_image img {
    max-width: 150px;
  }
}

.step-box__text {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
}

.step-box__text-top {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn-inner {
  max-width: 1140px;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn-inner {
    display: block;
  }
}

.btn-icon img {
  margin-top: 20px;
}

.btn-icon h2 {
  text-align: center;
  font-size: 30px;
}

.btn-icon p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .btn-icon p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 0px 4px 4px;
}

.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}

.app-img {
  height: 400px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .app-img {
    height: 600px;
  }
}

.app-inner {
  display: flex;
}

.movie {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .movie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.movie__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.movie__iframe {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__iframe {
    margin-top: 56px;
  }
}
.movie__iframe iframe {
  width: 345px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 345/194;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .movie__iframe iframe {
    width: 640px;
    aspect-ratio: 640/360;
  }
}

.btn-icon2 img {
  margin-top: 20px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .btn-icon2 img {
    width: 300px;
    gap: 20px;
  }
}

/* アプリの使い方 */
.reserve {
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .reserve {
    padding-top: 30px;
  }
}

.reserve__boxes {
  margin-top: 104px;
  display: flex;
  flex-direction: column;
  gap: px;
}
@media screen and (min-width: 768px) {
  .reserve__boxes {
    gap: 75px;
  }
}

.reserve__box {
  border-radius: 30px;
  background: #fffbf0;
  padding: 70px 40px 48px;
}
@media screen and (min-width: 768px) {
  .reserve__box {
    border-radius: 40px;
    padding: 14px 10px 56px;
  }
}

.reserve__box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reserve__box-title {
    font-size: 22px;
    letter-spacing: 2.2px;
    padding-right: 95px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.reserve__box-title img {
  width: 150px;
  height: auto;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: calc(100% + 16px);
}
@media screen and (min-width: 768px) {
  .reserve__box-title img {
    width: 150px;
    height: auto;
    right: 0;
    transform: translateX(0);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-type2 .reserve__box-title {
    padding-right: 0;
    padding-left: 95px;
  }
  .is-type2 .reserve__box-title img {
    right: auto;
    left: 0;
  }
}

.reserve__steps {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .reserve__steps {
    margin-top: 40px;
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .reserve__step {
    flex: 1;
  }
}

.step-box {
  padding-top: 45px;
  position: relative;
}

.step-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background: #f78da7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-type2 .step-box__head {
  background-color: #fabe00;
}

.step-box__head-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
}

.step-box__head-number {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 3px;
}

.step-box__body {
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
  padding: 47px 10px 23px;
  text-align: center;
}

.step-box_body {
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
  padding: 47px 10px 23px;
  text-align: center;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .step-box_body {
    border-radius: 30px;
    border: 3px solid #111;
    background: #fff;
    padding: 47px 10px 23px;
    text-align: center;
    width: 150px;
  }
}

.reserve-step-box__image img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .reserve-step-box__image img {
    width: 200px;
  }
}

.reserve-step-box__text {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
  font-size: 14px;
}

.btn-inner {
  max-width: 1140px;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn-inner {
    display: block;
  }
}

.btn-icon img {
  margin-top: 20px;
}

.btn-icon h2 {
  text-align: center;
  font-size: 30px;
}

.btn-icon p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .btn-icon p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 0px 4px 4px;
}

.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}

.app-icon-img {
  width: 100%;
  margin-top: 50px;
}

a.btn_17 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  color: #27acd9;
  background: #e1f3f9;
  transition: 0.3s ease-in-out;
}
a.btn_17::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #27acd9;
  transition: 0.2s;
}
a.btn_17:hover {
  background: #27acd9;
  color: #fff;
}
a.btn_17:hover::before {
  top: 0;
  left: 0;
}

.how-to-top-text {
  margin-top: 10px;
  text-align: center;
}
.hp-btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background-color: #ff7800; /* メインオレンジ */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 9999px; /* pill形 */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* ホバー時 */
.hp-btn-orange:hover {
  background-color: #e86c00; /* 少し濃いオレンジ */
  transform: translateY(-2px);
}

/* 押下時 */
.hp-btn-orange:active {
  background-color: #cc5f00;
  transform: translateY(0);
}

/* 矢印SVG */
.hp-btn-arrow {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* ===== base ===== */
:root {
  --accent: #5aade6;
  --muted: #6b7280;
  --card: #ffffff;
  --bg: linear-gradient(180deg, #f8fbff, #f2f8ff);
  --radius: 12px;
  --max-w: 1100px;
}

.ns-page {
  max-width: var(--max-w);
  margin: 28px auto;
  padding: 20px;
}

/* ===== hero ===== */
.ns-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}
.ns-hero .ns-hero-img {
  flex: 0 0 320px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(10, 40, 80, 0.06);
}
.ns-hero .ns-hero-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ns-hero .ns-hero-body {
  flex: 1;
  min-width: 240px;
}
.ns-kicker {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf6ff;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.ns-hero h1 {
  font-size: 1.6rem;
}
.ns-hero p.lead {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 16px;
}

/* ===== cards (料金・条件) ===== */
.ns-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
}
.ns-main {
  background: var(--card);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(10, 40, 80, 0.04);
}
.ns-side {
  background: var(--card);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(10, 40, 80, 0.04);
}

/* ===== price table ===== */
.ns-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 16px 0;
}
.ns-price-table th,
.ns-price-table td {
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
  text-align: left;
  font-size: 0.98rem;
}
.ns-price-table th {
  background: #f8fbff;
  color: #0b3b66;
  font-weight: 700;
}
.ns-price-amount {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--accent);
}
.ns-note {
  font-size: 0.9rem;
  color: var(--muted);
}

/* ===== list (conditions/features) ===== */
.ns-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.ns-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #fbfdff;
  border: 1px solid #eef6ff;
}
.ns-list li.disabled {
  opacity: 0.55;
}
.ns-list .label {
  color: #213547;
}
.ns-list .meta {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ===== contact box ===== */
.ns-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f6fbff);
  box-shadow: 0 6px 18px rgba(10, 40, 80, 0.06);
}
.ns-contact p {
  margin: 0;
  color: #0b3b66;
  font-weight: 700;
}
.ns-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
}
.ns-tel svg {
  flex-shrink: 0;
}
.ns-tel a {
  color: #072b4a;
  font-size: 1.15rem;
  font-weight: 800;
}
.ns-hours {
  color: var(--muted);
  font-size: 0.95rem;
}

/* ===== small helpers ===== */
.ns-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(74, 163, 255, 0.22);
}
.ns-cta.secondary {
  background: #fff;
  border: 1px solid #e6f2ff;
  color: var(--accent);
  box-shadow: none;
}
.ns-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ns-section-title h2 {
  font-size: 1.1rem;
}

/* ===== responsive ===== */
@media (max-width: 980px) {
  .ns-grid {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 720px) {
  .ns-hero {
    flex-direction: column;
    align-items: stretch;
  }
  .ns-hero .ns-hero-img {
    width: 100%;
    flex: 0 0 auto;
  }
  .ns-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ns-side {
    order: -1;
  } /* サイドを上に */
  .ns-price-table th,
  .ns-price-table td {
    font-size: 0.92rem;
  }
  .ns-tel a {
    font-size: 1.05rem;
  }
}
/*-------------------------------------------
  instagram
  -------------------------------------------*/
.Instagram {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .Instagram {
    padding-bottom: 60px;
  }
}
.Instagram__inner img {
  width: 200px;
}

.Instagram__img {
  width: 200px;
  margin: 0 auto;
}

.Instagram__button {
  margin-top: 16px;
}

.curved {
  position: relative;
  background-image: url(../img/con_bk01.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
