@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* -- Reset --
--------------------------------------------------------------　*/
html,
body,
div,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* 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;
}

ol,
ul {
  list-style: none;
}

/* -- framework && common --
--------------------------------------------------------------　*/
/*
  読み込み時フェードイン
*/
body {
  opacity: 0;
  animation: anime1 1.2s;
  animation-fill-mode: forwards;
  overflow-x: hidden;
  overflow-y: scroll;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  印刷対応
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* framework ---------------------------------*/
body {
  font-size: 16px;
  color: #222;
  letter-spacing: 0.05em;
  word-break: break-all;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background-color: #ffebdd;
}

@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    animation: none;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #222;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  a img {
    border: 0;
  }
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
.en-f {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.mainwrap,
.widewrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1420px) {
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1321px) {
  .mainwrap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 1421px) {
  .widewrap {
    max-width: 1376px;
  }
}
@media only screen and (max-width: 767.9px) {
  .c_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 767.9px) {
  .inner_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
  vertical-align: bottom;
}

.gmap.on iframe {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sp_w::-webkit-scrollbar {
    height: 10px;
  }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
/* -- breadcrumb --
----------------------　*/
#breadcrumb {
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  #breadcrumb {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    padding: 10px 40px;
  }
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  #breadcrumb ul li {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 14px;
  }
}
#breadcrumb ul li:nth-child(even) {
  padding: 0 10px;
}

/* -- アニメーション --
--------------------------------------------------------------　*/
@keyframes fuwafuwa-horizontal-01 {
  0% {
    translate: 0 0;
  }
  50% {
    translate: -15px 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes fadeIn-anime {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dragonMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(8px, -6px) rotate(2.5deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  75% {
    transform: translate(-8px, -4px) rotate(-1.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes swayRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
/* -- header --
--------------------------------------------------------------　*/
header {
  position: relative;
}

body:not(.home) .ht-main__nav {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .ht-main__nav::before {
    content: "";
    width: calc(100% + 100px);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 33%;
    filter: blur(35px);
    position: absolute;
    top: -45px;
    left: -50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  body:not(.home) .ht-main__nav::before {
    height: 70px;
  }
}
@media print, screen and (min-width: 1361px) {
  body:not(.home) .ht-main__nav::before {
    height: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(.home) .ht-main__nav li {
    position: relative;
  }
}

.ht-main {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ht-main {
    padding-top: 16px;
    padding-left: 16px;
    width: calc(100% - 180px);
    max-width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .ht-main__logo {
    margin-right: 16px;
  }
}
@media print, screen and (max-width: 960px) {
  .ht-main__h1 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .ht-main {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1360px) {
  .ht-main__nav {
    display: none;
  }
}
@media print, screen and (min-width: 1361px) {
  .ht-main {
    padding-top: 40px;
    padding-left: 40px;
    width: calc(100% - 500px);
  }
  .ht-main__nav {
    display: flex;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1580px) {
  .ht-main__logo {
    width: 190px;
  }
  .ht-main__h1 {
    width: 190px;
  }
  .ht-main h1,
  .ht-main .h1-txt {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1361px) and (max-width: 1580px) {
  .ht-main__nav li:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1581px) {
  .ht-main__h1 {
    width: 235px;
  }
  .ht-main h1,
  .ht-main .h1-txt {
    font-size: 14px;
  }
  .ht-main__nav li:not(:last-of-type) {
    margin-right: 48px;
  }
  .ht-main__nav li a {
    font-size: 17px;
  }
}
.ht-main__h1 {
  padding-right: 12px;
}
.ht-main__nav li a {
  display: inline-block;
  color: #cd3663;
  font-weight: 600;
}
.ht-main h1,
.ht-main .h1-txt {
  color: #cd3663;
  font-weight: normal;
  color: #cd3663;
  line-height: 1.8;
}

.ht-fixed {
  display: flex;
  position: fixed;
  align-items: flex-start;
  top: 0;
  right: 0;
  z-index: 5;
}
@media print, screen and (max-width: 767.9px) {
  .ht-fixed .toggle-menu {
    position: fixed;
    bottom: 0;
    width: 50%;
    background-color: #ffcbaa;
    padding: 5px;
  }
  .ht-fixed .toggle-menu .toggle-wrap {
    top: auto;
    bottom: 100%;
    width: 100%;
    background-color: #ffcbaa;
  }
  .ht-fixed .toggle-menu.gtranslate-wrap {
    right: 0;
  }
  .ht-fixed .toggle-menu.visitors-wrap {
    left: 0;
  }
  .ht-fixed .toggle-menu .g-label,
  .ht-fixed .toggle-menu .v-label,
  .ht-fixed .toggle-menu .toggle-wrap a {
    color: #222;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .ht-fixed .g-label {
    background-image: url(../images/common/sp_icon_language.png);
  }
  .ht-fixed .v-label {
    background-image: url(../images/common/sp_icon_vg.png);
  }
}
@media print, screen and (min-width: 768px) {
  .ht-fixed::before {
    content: "";
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    filter: blur(35px);
    position: absolute;
    top: 0;
    left: -60px;
  }
  .ht-fixed .g-label,
  .ht-fixed .v-label,
  .ht-fixed .toggle-wrap a {
    color: #cd3663;
  }
  .ht-fixed .toggle-menu .toggle-wrap {
    background-color: #fff;
  }
  .ht-fixed #toggle, .ht-fixed__rsv {
    position: relative;
  }
  .ht-fixed .g-label {
    background-image: url(../images/common/language_icon-pk.png);
  }
  .ht-fixed .v-label {
    background-image: url(../images/common/visitors_icon-pk.png);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .ht-fixed::before {
    height: 70px;
  }
  .ht-fixed .toggle-menu {
    margin-right: 25px;
    padding-top: 30px;
  }
}
@media print, screen and (max-width: 1360px) {
  .ht-fixed #toggle, .ht-fixed__rsv {
    width: 80px;
    height: 80px;
  }
  .ht-fixed__rsv {
    border-bottom-left-radius: 32px;
  }
  .ht-fixed__rsv p {
    margin-top: 8px;
    font-size: 11px;
  }
  .ht-fixed .toggle-bar {
    width: 26px;
    height: 19px;
    margin-top: 10px;
  }
  .ht-fixed .toggle-bar span:nth-child(1) {
    top: 0;
  }
  .ht-fixed .toggle-bar span:nth-child(2) {
    top: 10px;
  }
  .ht-fixed .toggle-bar span:nth-child(3) {
    top: 19px;
  }
  .ht-fixed #toggle p {
    padding-top: 15px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1361px) {
  .ht-fixed {
    transition: all 0.7s;
    transform: translateX(128px);
  }
  .ht-fixed::before {
    height: 120px;
  }
  .ht-fixed.is-on {
    transform: translateX(0);
  }
  .ht-fixed #toggle, .ht-fixed__rsv {
    width: 128px;
    height: 128px;
  }
  .ht-fixed #toggle p {
    padding-top: 7px;
    font-size: 16px;
  }
  .ht-fixed .toggle-bar {
    width: 30px;
    height: 32px;
    margin-top: 10px;
  }
  .ht-fixed .toggle-bar span:nth-child(1) {
    top: 0;
  }
  .ht-fixed .toggle-bar span:nth-child(2) {
    top: 10px;
  }
  .ht-fixed .toggle-bar span:nth-child(3) {
    top: 19px;
  }
  .ht-fixed__rsv {
    border-bottom-left-radius: 80px;
    padding-left: 12px;
  }
  .ht-fixed__rsv p {
    margin-top: 10px;
    font-size: 18px;
  }
  .ht-fixed .toggle-menu {
    margin-right: 40px;
    padding-top: 55px;
  }
}
.ht-fixed #toggle, .ht-fixed__rsv {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ht-fixed #toggle {
  background-color: #ffa0b2;
  cursor: pointer;
}
.ht-fixed #toggle .toggle-bar {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ht-fixed #toggle .toggle-bar span {
  background-color: #553333;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.ht-fixed #toggle p {
  color: #553333;
}
.ht-fixed__rsv {
  background-color: #ff4c89;
}
.ht-fixed__rsv p {
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

.ht-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  height: 100vh;
  z-index: 9;
  background-color: rgba(230, 37, 103, 0.9);
  width: 318px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: auto;
}
.ht-nav nav {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ht-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  cursor: pointer;
}
.ht-nav__close .toggle-bar {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
}
.ht-nav__close .toggle-bar span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.ht-nav__close .toggle-bar span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.ht-nav__close .toggle-bar span:nth-child(2) {
  transform: translateY(0) rotate(45deg);
}
.ht-nav__close p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 7px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.ht-nav__logo {
  width: calc(100% - 44px);
}
.ht-nav__list {
  margin-top: 48px;
}
.ht-nav__list li {
  margin-bottom: 48px;
}
.ht-nav__list li a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.ht-nav__rsv a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #cd3663;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
}
.ht-nav__rsv a span {
  display: inline-block;
  background-image: url(../images/common/icon_cal.png);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 32px;
  padding-left: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* -- mv --
--------------------------------------------------------------　*/
main.top {
  position: relative;
}

.top-mv {
  position: relative;
}
.top-mv__inner {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-mv {
    padding-top: 80px;
  }
  .top-mv__bg {
    top: calc(100% - 75px);
  }
  .top-mv__wrap {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
  .top-mv .signboard {
    display: none;
  }
  .top-mv__01 {
    top: 20px;
    left: 10px;
    width: 113px;
  }
  .top-mv__02 {
    bottom: 50px;
    right: -10px;
    width: 100px;
  }
  .top-mv__03 {
    width: 103px;
    top: 7px;
    right: -30px;
  }
  .top-mv__txt {
    color: #fff;
    font-size: 17px;
    bottom: 10px;
    left: 32px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .top-mv {
    padding-top: 128px;
  }
  .top-mv .signboard {
    position: absolute;
  }
  .top-mv__03 {
    left: 40px;
  }
  .top-mv__txt {
    color: #cd3663;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-mv__bg {
    top: calc(100% - 110px);
  }
  .top-mv .signboard {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-mv__txt {
    top: 15px;
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-mv__txt {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  .top-mv__01 {
    width: 22%;
    top: 240px;
  }
  .top-mv__02 {
    width: 20%;
    bottom: 200px;
  }
  .top-mv__03 {
    width: 15%;
    top: 250px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-mv__bg {
    top: calc(100% - 170px);
  }
  .top-mv .signboard {
    bottom: 50px;
  }
}
@media print, screen and (max-width: 1460px) {
  .top-mv .signboard {
    right: 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-mv .signboard {
    right: -75px;
    bottom: 150px;
  }
  .top-mv__bg {
    top: calc(100% - 270px);
  }
  .top-mv__01 {
    top: 240px;
  }
  .top-mv__02 {
    bottom: 305px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1660px) {
  .top-mv__txt {
    top: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1660px) {
  .top-mv__01 {
    right: 50px;
  }
  .top-mv__02 {
    left: 100px;
  }
  .top-mv__wrap {
    padding-right: 80px;
    padding-left: 80px;
  }
  .top-mv__txt {
    left: 20px;
  }
}
@media print, screen and (min-width: 1661px) {
  .top-mv__01 {
    right: 178px;
  }
  .top-mv__02 {
    left: 260px;
  }
  .top-mv__03 {
    top: 330px;
  }
  .top-mv__txt {
    top: 110px;
  }
}
@media print, screen and (min-width: 1661px) and (max-width: 1920px) {
  .top-mv__txt {
    left: calc((100vw - 1530px) / 2);
  }
}
@media print, screen and (min-width: 1921px) {
  .top-mv__txt {
    left: calc((100vw - 1730px) / 2);
  }
}
.top-mv__wrap {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.top-mv__bg {
  position: absolute;
  left: 0;
}
.top-mv__txt {
  font-weight: bold;
  position: absolute;
  letter-spacing: 0.2em;
}
.top-mv__01, .top-mv__02, .top-mv__03 {
  position: absolute;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}

.pagettl-area {
  max-width: 1640px;
  margin: auto;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl-area__img {
    width: 80%;
  }
}
@media print, screen and (max-width: 960px) {
  .pagettl-area__ttl {
    padding-top: 100px;
    padding-bottom: 35px;
    text-align: center;
    padding-left: 20px;
  }
  .pagettl-area__img {
    width: 90%;
    margin: auto;
  }
  .pagettl-area .page-main {
    position: relative;
    z-index: -1;
  }
}
@media print, screen and (min-width: 961px) {
  .pagettl-area {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1360px) {
  .pagettl-area {
    padding-bottom: 35px;
  }
  .pagettl-area__ttl {
    width: 30%;
    padding-left: 50px;
  }
  .pagettl-area__img {
    width: 70%;
  }
}
@media print, screen and (min-width: 1361px) {
  .pagettl-area__ttl {
    width: 27%;
    padding-left: 50px;
  }
  .pagettl-area__img {
    width: 73%;
  }
}
.pagettl-area__ttl {
  padding-right: 20px;
}
.pagettl-area__ttl h2 {
  font-weight: 700;
  color: #cd3663;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl-area__ttl h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagettl-area__ttl h2 {
    font-size: 32px;
  }
}
.pagettl-area__img {
  position: relative;
}
.pagettl-area__img .pagettl-cloud__01, .pagettl-area__img .pagettl-cloud__02, .pagettl-area__img .pagettl-cloud__03 {
  position: absolute;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl-area__img .pagettl-cloud__01 {
    top: 20px;
    left: 10px;
    width: 113px;
  }
  .pagettl-area__img .pagettl-cloud__02 {
    bottom: 50px;
    right: -10px;
    width: 100px;
  }
  .pagettl-area__img .pagettl-cloud__03 {
    width: 103px;
    top: 0;
    right: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagettl-area__img .pagettl-cloud__02 {
    left: 40px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .pagettl-area__img .pagettl-cloud__03 {
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1420px) {
  .pagettl-area__img .pagettl-cloud__01 {
    width: 22%;
    top: 100px;
  }
  .pagettl-area__img .pagettl-cloud__02 {
    width: 20%;
    bottom: 35px;
  }
  .pagettl-area__img .pagettl-cloud__03 {
    width: 15%;
    top: 70px;
  }
}
@media print, screen and (min-width: 961px) {
  .pagettl-area__img .pagettl-cloud__03 {
    left: -118px;
  }
}
@media print, screen and (min-width: 1421px) {
  .pagettl-area__img .pagettl-cloud__01 {
    top: 140px;
  }
  .pagettl-area__img .pagettl-cloud__02 {
    bottom: 135px;
  }
}
@media print, screen and (max-width: 1680px) {
  .pagettl-area__img .pagettl-cloud__01 {
    right: 0;
  }
}
@media print, screen and (min-width: 1421px) and (max-width: 1680px) {
  .pagettl-area__img .pagettl-cloud__03 {
    top: 120px;
  }
}
@media print, screen and (min-width: 1681px) {
  .pagettl-area__img .pagettl-cloud__01 {
    right: -72px;
  }
  .pagettl-area__img .pagettl-cloud__03 {
    top: 200px;
  }
}

@media print, screen and (max-width: 800px) {
  .pagettl-en__slide .pc-img {
    display: none;
  }
  .pagettl-en__slide .sp-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 801px) {
  .pagettl-en__slide .sp-img {
    display: none;
  }
}

/* -- search --
--------------------------------------------------------------　*/
.top-search {
  max-width: 1120px;
  margin: auto;
  position: relative;
}
@media print, screen and (max-width: 560px) {
  .top-search__btn {
    text-align: center;
  }
  .top-search__btn li:first-of-type {
    margin-bottom: 20px;
  }
  .top-search .set_date {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-search .set_date input {
    width: 165px;
    font-size: 20px;
  }
  .top-search .set_date .ui-datepicker-trigger {
    right: 10px;
    width: 30px;
  }
  .top-search form {
    max-width: 294px;
    margin: auto;
  }
}
@media print, screen and (min-width: 561px) {
  .top-search__btn {
    display: flex;
    justify-content: center;
  }
  .top-search__btn li:first-of-type {
    margin-right: 64px;
  }
  .top-search .set_date input {
    font-size: 18px;
  }
  .top-search .set_date .ui-datepicker-trigger {
    right: 0;
    width: 32px;
  }
}
@media print, screen and (min-width: 560px) and (max-width: 767.9px) {
  .top-search .set_date {
    width: 150px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-search {
    margin-top: 20px;
    padding-top: 45px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-search form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-search__cts {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .top-search__icon {
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 266px;
  }
  .top-search__wrap {
    padding-left: 24px;
    margin-bottom: 32px;
  }
  .top-search__btn li a {
    font-size: 16px;
  }
  .top-search .submit_btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .top-search .submit_btn input {
    width: 256px;
    padding-left: 33px;
    background-position: left 67px top 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-search {
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
  }
  .top-search__icon {
    top: -26px;
  }
  .top-search__wrap {
    padding-bottom: 24px;
  }
  .top-search form {
    justify-content: space-between;
  }
  .top-search .set_date {
    width: 150px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-search .submit_btn {
    width: 165px;
  }
  .top-search .submit_btn input {
    padding-left: 25px;
    background-position: left 25px top 50%;
  }
  .top-search__wrap {
    padding-left: 100px;
  }
  .top-search__icon {
    width: 150px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-search__btn li a {
    font-size: 18px;
  }
  .top-search__wrap {
    padding-left: 150px;
  }
  .top-search .submit_btn {
    width: 256px;
  }
  .top-search .submit_btn input {
    padding-left: 33px;
    background-position: left 67px top 50%;
  }
}
.top-search__wrap {
  background-color: #fff;
  border-radius: 24px;
  padding-top: 24px;
  padding-right: 24px;
}
.top-search__cts {
  max-width: 820px;
  margin-left: auto;
}
.top-search__btn {
  margin-top: 18px;
}
.top-search__btn li a {
  color: #cd3663;
}
.top-search__icon {
  position: absolute;
  left: 0;
}
.top-search form {
  display: flex;
  align-items: center;
}
.top-search form input,
.top-search form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  cursor: pointer;
}
.top-search .set_date {
  position: relative;
}
.top-search .set_date .ui-datepicker-trigger {
  position: absolute;
  top: 0;
}
.top-search .set_date input {
  letter-spacing: 0.1em;
}
.top-search .set_num {
  width: 67px;
  position: relative;
}
.top-search .set_num select {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  color: #222;
}
.top-search .set_num::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #ff4c89;
  border-right: 1px solid #ff4c89;
  transform: rotate(45deg);
}
.top-search .submit_btn input {
  background-color: #ffcbaa;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 19px;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

/* -- gtranslate --
--------------------------------------------------------------*/
.toggle-menu {
  position: relative;
}
.toggle-menu .toggle-wrap {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 108px;
}
.toggle-menu .en-f {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 16px;
}
@media print, screen and (max-width: 767.9px) {
  .toggle-menu .en-f {
    padding: 5px 5px 5px 22px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .toggle-menu .en-f {
    padding-left: 22px;
    font-size: 17px;
  }
}
.toggle-menu .toggle-wrap a {
  display: block;
  padding-left: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .toggle-menu .toggle-wrap a {
    font-size: 15px;
  }
}

.lang_en,
.lang_cn,
.lang_tw,
.lang_ko,
.lang_vn,
.lang_th {
  display: none;
}

html[lang=en] .lang_jp,
html[lang=zh-CN] .lang_jp,
html[lang=zh-TW] .lang_jp,
html[lang=ko] .lang_jp,
html[lang=vi] .lang_jp,
html[lang=th] .lang_jp {
  display: none;
}

html[lang=en] .lang_en {
  display: block;
}

html[lang=zh-CN] .lang_cn {
  display: block;
}

html[lang=zh-TW] .lang_tw {
  display: block;
}

html[lang=ko] .lang_ko {
  display: block;
}

html[lang=th] .lang_th {
  display: block;
}

/* -- footer --
--------------------------------------------------------------*/
.ft-bnr {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
.ft-bnr ul {
  max-width: 1360px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .ft-bnr ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .ft-bnr ul li {
    width: calc((100% - 30px) / 3);
  }
  .ft-bnr ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .ft-bnr ul li:nth-child(1), .ft-bnr ul li:nth-child(2), .ft-bnr ul li:nth-child(4) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-bnr ul {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-bnr ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-bnr ul li:not(:last-of-type) {
    margin-right: 50px;
  }
}

.ft-main {
  background-color: #ff8a9b;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.ft-main a {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ft-main__logo {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ft-main__wrap {
    margin-bottom: 85px;
  }
  .ft-main__rsv {
    width: 248px;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-main .nav-main {
    flex-direction: column;
    height: 135px;
    margin-bottom: 50px;
  }
  .ft-main .nav-main li {
    width: 50%;
    text-align: center;
  }
  .ft-main .nav-lang {
    justify-content: space-evenly;
  }
  .ft-main .nav-lang li:last-of-type {
    width: 100%;
    text-align: center;
  }
  .ft-main .nav-lang li:last-of-type a {
    font-size: 12px;
  }
  .ft-main .nav-main li a {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ft-main .nav-main,
  .ft-main .nav-lang {
    display: flex;
    flex-wrap: wrap;
  }
  .ft-main .nav-main li:not(:last-of-type),
  .ft-main .nav-lang li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .ft-main nav {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    justify-content: space-between;
  }
  .ft-main .ft-copy {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ft-main__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .ft-main__nav {
    display: flex;
  }
  .ft-main__nav nav {
    display: flex;
  }
  .ft-main .nav-main li:not(:last-of-type),
  .ft-main .nav-lang li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .ft-main .ft-copy {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-main .nav-main li a,
  .ft-main .policy a {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .ft-main__logo {
    margin-right: 30px;
    width: 180px;
  }
  .ft-main .nav-main {
    margin-right: 7px;
  }
  .ft-main__nav {
    width: calc(100% - 200px);
  }
  .ft-main__rsv {
    width: 185px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-main .nav-main li a,
  .ft-main .policy a {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 1061px) {
  .ft-main__logo {
    margin-right: 120px;
  }
  .ft-main__nav {
    width: calc(100% - 250px);
  }
  .ft-main .nav-main {
    margin-right: 80px;
  }
  .ft-main__rsv {
    width: 248px;
  }
}
.ft-main__wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.ft-main__logo .logo {
  margin-bottom: 35px;
}
.ft-main__logo p {
  font-size: 14px;
  font-weight: 400;
}
.ft-main__logo p.tel {
  margin-top: 20px;
}
.ft-main__logo p.tel a {
  display: block;
}
.ft-main__rsv a {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #cd3663;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
}
.ft-main__rsv a span {
  display: inline-block;
  background-image: url(../images/common/icon_cal.png);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 32px;
  padding-left: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ft-main .ft-copy {
  text-align: center;
  font-weight: 400;
}
.ft-main .nav-main li a {
  display: block;
  line-height: 1;
}
.ft-main .nav-lang .g-label {
  background-image: url(../images/common/language_icon.png);
}
.ft-main .nav-lang .v-label {
  background-image: url(../images/common/visitors_icon.png);
}
.ft-main .nav-lang .visitors-wrap .toggle-wrap {
  z-index: 1;
}
.ft-main .nav-lang .toggle-wrap {
  background-color: #ff8a9b;
}
.ft-main .nav-lang .toggle-wrap .en-f,
.ft-main .nav-lang .toggle-wrap a.glink {
  color: #fff;
}

/* -- common parts --
--------------------------------------------------------------　*/
.com-btn a {
  display: inline-block;
  background-color: #ffcbaa;
  border-radius: 12px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .com-btn a {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-btn a {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.com-btn a span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.com-btn a span::before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}

.wt-btn {
  margin-top: 35px;
}
.wt-btn a {
  display: block;
  text-align: center;
  width: 160px;
  background-color: #fff;
  border-radius: 8px;
  color: #cd3663;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 11px;
  margin-left: auto;
  margin-right: auto;
}

.circle-bg {
  width: 620px;
  height: 620px;
}

.txt16-2 {
  line-height: 2;
  letter-spacing: 0.01em;
}
.txt16-2 span.pk {
  color: #cd3663;
}
.txt16-2 span.og {
  color: #b74300;
}
.txt16-2 span.br {
  color: #a25e0b;
}
.txt16-2 span.rd {
  color: #ce2326;
}

/* -- front page --
--------------------------------------------------------------　*/
.top-news {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .top-news {
    background-color: #fe8a98;
  }
  .top-news__ttl {
    margin-bottom: 30px;
  }
  .top-news__ttl h2 {
    font-size: 15px;
  }
  .top-news__ttl h2 span {
    font-size: 28px;
  }
  .top-news__wrap {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news {
    margin-top: -50px;
  }
  .top-news__cts {
    max-width: 1000px;
    margin: auto;
    display: flex;
  }
  .top-news__wrap {
    padding-top: 80px;
  }
  .top-news__ttl {
    width: 200px;
  }
  .top-news__ttl h2 {
    font-size: 18px;
  }
  .top-news__ttl h2 span {
    font-size: 36px;
  }
  .top-news__list {
    width: calc(100% - 200px);
  }
}
@media print, screen and (max-width: 960px) {
  .top-news__list a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-news__list a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-news__list dl {
    display: flex;
    align-items: center;
  }
  .top-news__list dl dd {
    width: 100px;
  }
  .top-news__list dl dt {
    width: calc(100% - 100px);
  }
}
.top-news__wrap {
  max-width: 1120px;
  margin: auto;
  background-color: #ffedee;
  border-radius: 24px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-news__ttl h2 {
  text-align: center;
  letter-spacing: 0.16wm;
}
.top-news__ttl h2 span {
  display: block;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.top-news__list li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.top-news__list li a {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.top-news__list dl dd {
  color: #393939;
}
.top-news__list dl dd,
.top-news__list dl dt {
  letter-spacing: 0;
}

.top-greeting {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-greeting {
    padding-bottom: 35px;
    background: linear-gradient(180deg, #ff8396 0%, #ff8396 10%, transparent 10%, transparent 100%);
  }
  .top-greeting__inner {
    padding-top: 200px;
  }
  .top-greeting .cloud {
    width: 100px;
    left: 10px;
    top: 125px;
  }
  .top-greeting__wrap {
    border-radius: 32px;
    padding-bottom: 80px;
  }
  .top-greeting__img {
    width: 150px;
    top: -170px;
  }
  .top-greeting__ttl {
    margin-bottom: 40px;
  }
  .top-greeting__ttl h2 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1180px) {
  .top-greeting {
    background: linear-gradient(180deg, #ff8396 0%, #ff8396 30%, transparent 30%, transparent 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .top-greeting__inner {
    padding-top: 337px;
  }
  .top-greeting__wrap {
    border-radius: 160px;
    padding-bottom: 120px;
  }
  .top-greeting .cloud {
    right: 0;
    top: 25px;
    width: 18%;
  }
  .top-greeting__ttl {
    margin-bottom: 85px;
  }
  .top-greeting__ttl h2 {
    font-size: 36px;
  }
  .top-greeting .txt16-2 {
    text-align: center;
  }
}
.top-greeting__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-greeting__inner {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.top-greeting .dragon-img {
  position: absolute;
  top: 0;
  left: 0;
  animation: dragonMove 8s ease-in-out infinite alternate;
  empty-cells: 40%;
  mix-blend-mode: screen;
}
@media print, screen and (max-width: 767.9px) {
  .top-greeting .dragon-img {
    width: 300px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1920px) {
  .top-greeting .dragon-img {
    width: 45%;
  }
}
.top-greeting .cloud {
  position: absolute;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
.top-greeting__wrap {
  max-width: 1120px;
  margin: auto;
  background-color: #fff;
  padding-top: 72px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-greeting__icon {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top-greeting__icon {
    position: absolute;
    transform-origin: center center;
    animation: spin 40s linear infinite;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  .top-greeting__icon {
    right: 0;
    width: 30%;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-greeting__icon {
    right: calc((100vw - 1420px) / 2);
    bottom: -120px;
  }
}
.top-greeting__img {
  position: absolute;
  right: 12px;
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-greeting__img {
    width: 28%;
    top: -22vw;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-greeting__img {
    top: -284px;
  }
}
.top-greeting__click {
  text-align: center;
  padding-top: 50px;
}
.top-greeting__click p {
  width: 150px;
  margin: auto;
  border-radius: 17px;
  background-color: #ffbfc8;
  padding: 7px 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}
.top-greeting__click p::before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  box-sizing: border-box;
  width: 10px;
  border: 7px solid transparent;
  border-bottom: 10px solid #ffbfc8;
  position: absolute;
}
.top-greeting__link {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .top-greeting__link li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-greeting__link.is-fade li {
    opacity: 1;
    transform: translateY(0);
  }
  .top-greeting__link.is-fade li:nth-child(1) {
    transition-delay: 0s;
  }
  .top-greeting__link.is-fade li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .top-greeting__link.is-fade li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .top-greeting__link.is-fade li:nth-child(4) {
    transition-delay: 0.9s;
  }
}
.top-greeting__link li a {
  display: block;
}
.top-greeting__link li a img {
  transition: transform 0.3s ease;
}
.top-greeting__link li a:hover img {
  transform: scale(1.1);
}
.top-greeting__link li:not(:last-of-type) {
  margin-right: 16px;
}
.top-greeting__ttl {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top-greeting__ttl.is-fade h2,
  .top-greeting__ttl.is-fade p {
    opacity: 1;
    transform: translateY(0);
  }
  .top-greeting__ttl.is-fade h2 {
    transition-delay: 0.8s;
  }
  .top-greeting__ttl.is-fade p {
    transition-delay: 0.5s;
  }
  .top-greeting__ttl h2,
  .top-greeting__ttl p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
}
.top-greeting__ttl h2 {
  color: #cd3663;
  font-weight: bold;
  letter-spacing: 0.24em;
}
.top-greeting__ttl p {
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .top-greeting .txt16-2.is-fade p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
  }
  .top-greeting .txt16-2 p {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
}
.top-greeting .txt16-2 p {
  margin-bottom: 1em;
}

.top-kanoya__ttl {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 767.9px) {
  .top-kanoya__ttl {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-kanoya__ttl .ttl-img {
    width: 110px;
    margin-bottom: 10px;
  }
  .top-kanoya__ttl h2 {
    font-size: 5.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top-kanoya__ttl {
    margin-bottom: -35px;
    display: flex;
    align-items: center;
  }
  .top-kanoya__ttl .ttl-img {
    padding-right: 16px;
    width: 196px;
  }
  .top-kanoya__ttl h2 {
    width: calc(100% - 196px);
    font-size: 30px;
  }
  .top-kanoya__ttl.is-fade .ttl-img,
  .top-kanoya__ttl.is-fade h2 {
    opacity: 1;
    transform: translateY(0);
  }
  .top-kanoya__ttl.is-fade .ttl-img {
    transition-delay: 0.5s;
  }
  .top-kanoya__ttl.is-fade h2 {
    transition-delay: 0.8s;
  }
  .top-kanoya__ttl .ttl-img,
  .top-kanoya__ttl h2 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
}
.top-kanoya__ttl h2 {
  font-weight: bold;
}
.top-kanoya__ttl h2.pk {
  color: #cd3663;
}
.top-kanoya__ttl h2.og {
  color: #b74300;
}
.top-kanoya__ttl h2.br {
  color: #a25e0b;
}
.top-kanoya__ttl h2.rd {
  color: #ce2326;
}

#top-ka {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  #top-ka {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  #top-ka .cloud {
    width: 120px;
    top: 30px;
    right: 20px;
  }
  #top-ka .top-kanoya__ttl h2 {
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  #top-ka {
    padding-top: 150px;
  }
  #top-ka .cloud {
    left: 119px;
    top: -60px;
    width: 23%;
  }
}
#top-ka .cloud {
  position: absolute;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
@media print, screen and (min-width: 1161px) {
  #top-ka .top-kanoya__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 16%;
  }
}
@media print, screen and (min-width: 768px) {
  #top-ka .txt16-2,
  #top-ka .com-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  #top-ka .txt16-2.is-fade,
  #top-ka .com-btn.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}

@media print, screen and (max-width: 767.9px) {
  .top-ka__btm, .top-ka__txt {
    position: relative;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-ka__btm .com-btn {
    margin-top: 30px;
    text-align: center;
  }
  .top-ka__img {
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 100px;
  }
  .top-ka__img li img {
    border-radius: 8px;
    border: solid 4px #fff;
  }
  .top-ka__img h3 {
    top: -20px;
    left: -15px;
    padding: 10px;
    font-size: 15px;
    width: 280px;
    text-align: center;
  }
  .top-ka__txt {
    margin-top: -30px;
  }
  .top-ka__nami01 {
    top: 55%;
    width: 120px;
  }
  .top-ka__nami02 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .top-ka__btm {
    padding-top: 60px;
    max-width: 395px;
  }
  .top-ka__btm::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 620px;
    height: 620px;
    position: absolute;
    bottom: -70px;
  }
  .top-ka__btm .com-btn {
    margin-top: 40px;
    text-align: right;
    position: relative;
    z-index: 1;
  }
  .top-ka__btm .com-btn,
  .top-ka__btm .txt16-2 {
    position: relative;
  }
  .top-ka__nami01 {
    max-width: 393px;
    width: 20%;
  }
  .top-ka__nami02 {
    max-width: 333px;
    width: 22%;
  }
  .top-ka__main {
    position: relative;
    z-index: 1;
  }
  .top-ka__txt {
    position: relative;
  }
  .top-ka__txt::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 620px;
    height: 620px;
    position: absolute;
  }
  .top-ka__txt .txt16-2 {
    margin-left: 52px;
    margin-right: 20px;
    margin-top: 52px;
    max-width: 400px;
    position: relative;
  }
  .top-ka__img li img {
    border-radius: 16px;
    border: solid 8px #fff;
  }
  .top-ka__img h3 {
    top: -20px;
    left: -35px;
    padding: 15px 40px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-ka__txt::before {
    bottom: -100px;
    left: -80px;
  }
  .top-ka__btm {
    margin-left: auto;
    margin-right: 50px;
  }
  .top-ka__btm::before {
    right: -70px;
  }
  .top-ka__img {
    margin-left: 50px;
  }
  .top-ka__wrap {
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-ka__img {
    position: relative;
  }
  .top-ka__img li:nth-child(1) {
    top: 75px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-ka__top {
    display: flex;
  }
  .top-ka__main img {
    border-radius: 0 16px 16px 0;
    border: solid 8px #fff;
    border-left: none;
  }
  .top-ka__txt::before {
    top: -120px;
  }
  .top-ka__img {
    position: absolute;
    right: 0;
  }
  .top-ka__img li:nth-child(1) {
    top: 150px;
  }
  .top-ka__wrap {
    padding-bottom: 185px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1420px) {
  .top-ka__img {
    top: 39%;
    width: 55%;
  }
  .top-ka__main {
    width: 62%;
  }
  .top-ka__txt {
    width: 38%;
  }
  .top-ka__btm {
    margin-left: 10vw;
  }
}
@media print, screen and (min-width: 1421px) {
  .top-ka__img {
    top: 33%;
    width: 61%;
  }
  .top-ka__main {
    width: 70%;
  }
  .top-ka__txt {
    width: 30%;
  }
  .top-ka__btm {
    margin-left: 12vw;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .top-ka__top {
    max-width: 1540px;
  }
  .top-ka__img {
    max-width: 1180px;
  }
  .top-ka__txt::before {
    right: -80px;
  }
  .top-ka__btm::before {
    left: -7vw;
  }
}
@media print, screen and (max-width: 1920px) {
  .top-ka__img li {
    max-width: 620px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-ka__main img {
    width: 100%;
  }
  .top-ka__txt::before {
    left: -80px;
  }
  .top-ka__btm::before {
    left: -5vw;
  }
}
.top-ka__nami01 {
  position: absolute;
  right: -15px;
  z-index: 2;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
@media print, screen and (min-width: 768px) and (max-width: 1860px) {
  .top-ka__nami01 {
    top: 57%;
  }
}
@media print, screen and (min-width: 1861px) {
  .top-ka__nami01 {
    top: 22%;
  }
}
.top-ka__nami02 {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
.top-ka__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-ka__wrap {
  position: relative;
  overflow: hidden;
}
.top-ka__btm {
  position: relative;
}
.top-ka__img {
  z-index: 1;
}
.top-ka__img li {
  width: 52%;
}
.top-ka__img li:nth-child(1) {
  position: absolute;
  left: 0;
}
.top-ka__img li:nth-child(2) {
  margin-left: auto;
}
.top-ka__img li:nth-child(2) img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.top-ka__img h3 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #ff4c89;
  border-radius: 60px;
}

@media print, screen and (max-width: 767.9px) {
  #top-no .top-greeting__icon {
    width: 250px;
    bottom: 25%;
  }
  #top-no .top-no__tsuru {
    width: 180px;
    right: 10px;
    top: -7px;
  }
}
@media print, screen and (min-width: 768px) {
  #top-no .top-greeting__icon {
    width: 340px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  #top-no .top-greeting__icon {
    bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1420px) {
  #top-no .top-no__tsuru {
    right: 50px;
    width: 20%;
    top: -7px;
  }
}
@media print, screen and (min-width: 1421px) {
  #top-no .top-no__txt::before {
    left: -103px;
  }
  #top-no .top-greeting__icon {
    bottom: 145px;
    left: calc(100% - 1700px);
  }
  #top-no .top-no__tsuru {
    right: 200px;
    top: -90px;
  }
}
@media print, screen and (max-width: 1160px) {
  #top-no .top-no__bg {
    top: 0;
  }
  #top-no .top-greeting__icon {
    left: 40%;
  }
}
@media print, screen and (min-width: 1161px) {
  #top-no {
    margin-top: -120px;
  }
  #top-no .top-no__bg {
    top: -113px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1460px) {
  #top-no .top-greeting__icon {
    bottom: 100px;
    left: 45%;
  }
}
#top-no .top-greeting__icon {
  position: absolute;
}
#top-no .top-no__tsuru {
  position: absolute;
  mix-blend-mode: screen;
  animation: swayRotate 6s ease-in-out infinite;
  transform-origin: center bottom;
}
#top-no h3 {
  background-color: #ff8913;
}

#top-ya {
  padding-bottom: 128px;
}
@media print, screen and (max-width: 767.9px) {
  #top-ya {
    padding-top: 20px;
  }
  #top-ya .top-ya__nami02 {
    width: 55%;
    left: 0;
  }
  #top-ya .top-no__bg {
    top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #top-ya .top-ya__nami01 {
    bottom: 0;
    width: 487px;
  }
  #top-ya .top-ya__nami02 {
    width: 393px;
  }
  #top-ya .top-no__bg {
    top: 90px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  #top-ya .top-ya__nami02 {
    left: calc(100vw - 700px);
  }
}
@media print, screen and (max-width: 1160px) {
  #top-ya .top-ya__nami01 {
    display: none;
  }
  #top-ya .top-ya__nami02 {
    bottom: 30px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1420px) {
  #top-ya .top-ya__nami01 {
    left: calc(100vw - 830px);
  }
  #top-ya .top-ya__nami02 {
    display: none;
  }
}
@media print, screen and (min-width: 1421px) {
  #top-ya .top-no__txt::before {
    left: -57px;
  }
  #top-ya .top-ya__nami01 {
    right: 20%;
  }
  #top-ya .top-ya__nami02 {
    top: 0;
    left: calc(100vw - 1730px);
  }
}
#top-ya h3 {
  background-color: #ff4447;
}
#top-ya .top-ya__icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 525px;
  bottom: 70px;
  left: 0;
}
#top-ya .top-ya__nami01,
#top-ya .top-ya__nami02 {
  position: absolute;
  z-index: 1;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}

.top-no {
  position: relative;
  padding-bottom: 47px;
}
@media print, screen and (max-width: 767.9px) {
  .top-no__txt {
    position: relative;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
  }
  .top-no__txt .com-btn {
    margin-top: 30px;
    text-align: center;
  }
  .top-no__img {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
    max-width: 680px;
  }
  .top-no__img img {
    border-radius: 8px;
    border: solid 4px #fff;
  }
  .top-no h3 {
    top: -20px;
    left: -15px;
    padding: 10px;
    font-size: 15px;
    width: 280px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top-no .txt16-2,
  .top-no .com-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-no .txt16-2.is-fade,
  .top-no .com-btn.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .top-no h3 {
    width: 376px;
    top: -20px;
    padding: 15px;
    font-size: 18px;
  }
  .top-no__txt {
    position: relative;
  }
  .top-no__txt::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 620px;
    height: 620px;
    position: absolute;
  }
  .top-no__txt .txt16-2 {
    max-width: 400px;
  }
  .top-no__txt .txt16-2,
  .top-no__txt .com-btn {
    position: relative;
  }
  .top-no__txt .com-btn {
    margin-top: 40px;
    text-align: right;
  }
  .top-no__main {
    position: relative;
    z-index: 1;
  }
  .top-no__img {
    width: 48%;
    max-width: 680px;
    z-index: 1;
  }
  .top-no__img img {
    border-radius: 16px;
    border: solid 8px #fff;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-no__txt {
    padding: 48px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-no__txt::before {
    right: -53px;
    bottom: 0;
  }
  .top-no__img {
    margin-left: auto;
    margin-right: 35px;
  }
  .top-no h3 {
    left: -54px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-no__inner {
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
  }
  .top-no__txt {
    padding-top: 170px;
    margin-top: 65px;
  }
  .top-no__txt::before {
    top: 0;
  }
  .top-no .main-img img {
    border: solid 8px #fff;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
  .top-no .top-kanoya__ttl {
    margin-left: -45px;
  }
  .top-no h3 {
    right: -54px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1420px) {
  .top-no__main {
    width: 62%;
  }
  .top-no__txt {
    width: 38%;
    padding-right: 35px;
  }
  .top-no__txt::before {
    left: -53px;
  }
  .top-no__txt .txt16-2 {
    margin-left: auto;
  }
  .top-no__img {
    margin-left: 35px;
    margin-top: -4%;
  }
}
@media print, screen and (max-width: 1420px) {
  .top-no__img {
    position: relative;
  }
}
@media print, screen and (min-width: 1421px) {
  .top-no__main {
    width: 69%;
  }
  .top-no__txt {
    width: 31%;
    padding-right: 48px;
    padding-left: 20px;
  }
  .top-no__wrap {
    padding-bottom: 220px;
  }
  .top-no__img {
    position: absolute;
  }
}
@media print, screen and (min-width: 1421px) and (max-width: 1920px) {
  .top-no__img {
    left: calc(100vw - 1430px);
    bottom: 0;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .top-no__inner {
    max-width: 1480px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-no__inner {
    width: 90%;
  }
  .top-no__txt {
    max-width: 500px;
  }
  .top-no__img {
    left: 20%;
    bottom: 100px;
  }
}
.top-no__wrap {
  overflow: hidden;
  position: relative;
}
.top-no__bg {
  position: absolute;
  left: 0;
  width: 100%;
}
.top-no h3 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  border-radius: 60px;
  text-align: center;
}

.top-u {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-u__txt {
    position: relative;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -30px;
  }
  .top-u__txt .com-btn {
    margin-top: 30px;
    text-align: center;
  }
  .top-u__img {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
    max-width: 680px;
  }
  .top-u__img img {
    border-radius: 8px;
    border: solid 4px #fff;
  }
  .top-u h3 {
    top: -20px;
    left: -15px;
    padding: 10px;
    font-size: 15px;
    width: 280px;
    text-align: center;
  }
  .top-u__link {
    position: relative;
    max-width: 400px;
  }
  .top-u__link::before {
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    background-color: #ffbdb4;
    border-radius: 24px;
    z-index: -1;
    position: absolute;
  }
  .top-u__link a {
    position: relative;
  }
  .top-u__link a::before {
    right: 25px;
    bottom: 25px;
  }
  .top-u .s-balloon__main {
    padding-right: 20px;
    padding-top: 70px;
  }
  .top-u .s-balloon__img {
    margin-right: auto;
  }
  .top-u__nami01 {
    width: 150px;
  }
  .top-u__kame {
    width: 180px;
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-u .txt16-2 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-u .txt16-2.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .top-u h3 {
    width: 376px;
    top: -20px;
    padding: 15px;
    font-size: 18px;
  }
  .top-u .main-img {
    position: relative;
    z-index: 1;
  }
  .top-u__txt {
    position: relative;
  }
  .top-u__txt::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 620px;
    height: 620px;
    position: absolute;
  }
  .top-u__txt .txt16-2 {
    position: relative;
  }
  .top-u__img {
    width: 48%;
    max-width: 680px;
  }
  .top-u__img img {
    border-radius: 16px;
    border: solid 8px #fff;
  }
  .top-u__link a {
    height: 200px;
    background-color: #ffbdb4;
    border-radius: 24px;
  }
  .top-u__link a::before {
    right: 25px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .top-u .s-balloon__main {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-u .s-balloon__img {
    margin-right: 69px;
  }
  .top-u__nami01 {
    max-width: 392px;
    width: 20%;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-u {
    padding-bottom: 110px;
  }
  .top-u__img {
    position: relative;
  }
  .top-u__link {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .top-u__link a {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-u__txt {
    padding: 48px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-u__txt::before {
    left: -53px;
    bottom: -100px;
  }
  .top-u__img {
    margin-left: auto;
    margin-right: 35px;
  }
  .top-u__link {
    margin-top: 50px;
  }
  .top-u .s-balloon__main {
    width: 55%;
  }
  .top-u h3 {
    left: -54px;
  }
  .top-u__kame {
    width: 30%;
    right: 10px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-u {
    padding-bottom: 70px;
  }
  .top-u__wrap {
    display: flex;
  }
  .top-u__txt {
    padding-top: 170px;
    margin-top: 65px;
    padding-left: 48px;
    padding-right: 20px;
  }
  .top-u__txt::before {
    top: 0;
  }
  .top-u__img {
    position: absolute;
    z-index: 1;
  }
  .top-u__link {
    max-width: 800px;
    padding-top: 130px;
    margin-top: 45px;
  }
  .top-u h3 {
    left: -54px;
  }
  .top-u .main-img img {
    border: solid 8px #fff;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1420px) {
  .top-u__main {
    width: 62%;
  }
  .top-u__txt {
    width: 38%;
  }
  .top-u__txt::before {
    left: -53px;
  }
  .top-u__txt .txt16-2 {
    margin-left: auto;
  }
  .top-u__img {
    right: 50px;
  }
  .top-u__link {
    margin-left: 10%;
  }
  .top-u__kame {
    right: 100px;
  }
}
@media print, screen and (min-width: 1421px) {
  .top-u .top-kanoya__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 27%;
  }
  .top-u__main {
    width: 69%;
  }
  .top-u__txt {
    width: 31%;
  }
  .top-u__txt::before {
    left: -103px;
  }
  .top-u__link {
    margin-left: 260px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1660px) {
  .top-u__kame {
    right: 30px;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1920px) {
  .top-u__wrap {
    max-width: 1480px;
  }
  .top-u__img {
    bottom: 227px;
  }
}
@media print, screen and (min-width: 1421px) and (max-width: 1920px) {
  .top-u__img {
    right: calc(100vw - 1430px);
  }
}
@media print, screen and (min-width: 1661px) {
  .top-u__kame {
    right: 230px;
  }
}
@media print, screen and (min-width: 1921px) {
  .top-u__wrap {
    width: 90%;
  }
  .top-u__img {
    right: 25%;
    bottom: 345px;
  }
}
.top-u__kame {
  position: absolute;
  bottom: 0;
  mix-blend-mode: screen;
  animation: swayRotate 6s ease-in-out infinite;
  transform-origin: center bottom;
}
.top-u__nami01 {
  position: absolute;
  right: 0;
  top: 0;
}
.top-u__link a {
  display: block;
  position: relative;
}
.top-u__link a:hover {
  opacity: 1;
}
.top-u__link a:hover .balloon-anime {
  animation: bounce 0.6s ease;
}
.top-u__link a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .top-u__link .s-balloon__main {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-u__link .s-balloon__main.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .top-u__link .balloon-anime {
    transition: transform 0.2s;
  }
}
.top-u__link .s-balloon__img {
  position: relative;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .top-u__link .s-balloon__img {
    max-width: 250px;
  }
}
.top-u__link .s-balloon__img li {
  position: absolute;
  z-index: 2;
}
@media print, screen and (max-width: 767.9px) {
  .top-u__link .s-balloon__img li:nth-child(1) {
    top: 45px;
    left: 140px;
    width: 35%;
  }
  .top-u__link .s-balloon__img li:nth-child(2) {
    top: 20px;
    left: 40px;
    width: 30%;
  }
  .top-u__link .s-balloon__img li:nth-child(3) {
    top: 85px;
    right: -10px;
    width: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-u__link .s-balloon__img li:nth-child(1) {
    top: 22px;
    left: 40px;
  }
  .top-u__link .s-balloon__img li:nth-child(2) {
    top: 105px;
    left: 0;
  }
  .top-u__link .s-balloon__img li:nth-child(3) {
    top: 110px;
    right: 0;
  }
}
.top-u h3 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #d79b10;
  border-radius: 60px;
  text-align: center;
}

@media print, screen and (max-width: 767.9px) {
  .food-room .d01 .food-room__img {
    padding-right: 25px;
  }
  .food-room .r01 .food-room__img {
    padding-left: 25px;
  }
  .food-room__ttl {
    top: -30px;
    width: 55px;
  }
  .food-room__txt {
    width: calc(100% - 25px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .food-room .d01 .food-room__img {
    padding-right: 45px;
  }
  .food-room .r01 .food-room__img {
    padding-left: 45px;
  }
  .food-room__ttl {
    top: -40px;
  }
  .food-room__txt {
    width: calc(100% - 50px);
  }
}
@media print, screen and (max-width: 1060px) {
  .food-room__txt {
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -45px;
  }
  .food-room .d01 .food-room__ttl {
    right: 0;
  }
  .food-room .d01 .food-room__txt {
    margin-left: auto;
    border-bottom-left-radius: 16px;
  }
  .food-room .r01 .food-room__ttl {
    left: 0;
  }
  .food-room .r01 .food-room__txt {
    border-bottom-right-radius: 16px;
  }
  .food-room .txt-wrap {
    margin: auto;
  }
  .food-room__wrap {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1061px) {
  .food-room__wrap {
    display: flex;
  }
  .food-room__img {
    width: calc(50% + 4px);
  }
  .food-room .main-img {
    position: relative;
    z-index: 1;
  }
  .food-room__txt {
    position: relative;
  }
  .food-room__txt::before {
    content: "";
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 24px;
  }
  .food-room__txt .txt-wrap {
    position: relative;
  }
  .food-room .d01 .txt-wrap {
    padding-left: 70px;
    padding-right: 30px;
  }
  .food-room .d01 .food-room__img {
    margin-top: 120px;
  }
  .food-room .d01 .food-room__ttl {
    right: -40px;
    top: -40px;
  }
  .food-room .r01 {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-bottom: 120px;
  }
  .food-room .r01 .food-room__img {
    margin-bottom: 120px;
  }
  .food-room .r01 .txt-wrap {
    padding-right: 70px;
    padding-left: 30px;
    margin-left: auto;
  }
  .food-room .r01 .food-room__txt {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .food-room .r01 .food-room__ttl {
    left: -40px;
    bottom: -40px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1260px) {
  .food-room .r01 {
    margin-top: -10vw;
  }
}
@media print, screen and (min-width: 1261px) and (max-width: 1560px) {
  .food-room .r01 {
    margin-top: -16vw;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1560px) {
  .food-room__txt {
    width: calc(50% - 50px);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1561px) {
  .food-room .r01 {
    margin-top: -18vw;
  }
  .food-room__txt {
    width: calc(50% - 120px);
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.food-room__ttl {
  z-index: 1;
  position: absolute;
}
.food-room__img {
  position: relative;
}
.food-room .com-btn {
  text-align: center;
  margin-top: 30px;
}
.food-room .d01 .food-room__txt::before {
  right: 0;
  width: calc(100% + 110px);
}
.food-room .d01 .main-img img {
  border: solid 8px #fff;
  border-radius: 0 16px 16px 0;
  border-left: 0;
}
.food-room .r01 .food-room__txt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.food-room .r01 .food-room__txt::before {
  left: 0;
  width: calc(100% + 110px);
}
.food-room .r01 .main-img img {
  border: solid 8px #fff;
  border-radius: 16px 0 0 16px;
  border-right: 0;
}
.food-room .txt-wrap {
  max-width: 633px;
}
@media print, screen and (min-width: 768px) {
  .food-room .txt-wrap .txt16-2,
  .food-room .txt-wrap .com-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .food-room .txt-wrap .txt16-2.is-fade,
  .food-room .txt-wrap .com-btn.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}

.top-plan {
  background-color: #ffcfbf;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1160px) {
  .top-plan .pc-view {
    display: none;
  }
  .top-plan__ttl {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-plan__wrap {
    display: flex;
    align-items: center;
  }
  .top-plan__ttl {
    width: 300px;
    padding-right: 16px;
  }
  .top-plan__slide {
    width: calc(100% - 300px);
  }
  .top-plan .sp-view {
    display: none;
  }
}
.top-plan__wrap {
  max-width: 1528px;
  margin: auto;
}
.top-plan__ttl h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.16wm;
}
.top-plan__ttl h2 span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.top-plan__img {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__slide ul {
    max-width: 500px;
    margin: auto;
  }
  .top-plan__slide ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__slide ul {
    display: flex;
  }
  .top-plan__slide ul li {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }
  .top-plan__slide ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__slide ul li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-plan__slide ul li.is-fade {
    opacity: 1;
    transform: translateY(0);
  }
  .top-plan__slide ul li.is-fade:nth-child(1) {
    transition-delay: 0s;
  }
  .top-plan__slide ul li.is-fade:nth-child(2) {
    transition-delay: 0.3s;
  }
  .top-plan__slide ul li.is-fade:nth-child(3) {
    transition-delay: 0.6s;
  }
}
.top-plan__slide ul li a {
  display: block;
  background-color: #fff;
  padding: 8px 8px 16px 8px;
  border-radius: 16px;
}
.top-plan__slide h3 {
  color: #cd3663;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7em;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 960px) {
  .top-plan__slide h3 {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__slide h3 {
    font-size: 20px;
  }
}
.top-plan__slide .txt {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 16px;
  padding-right: 16px;
}

.top-access {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-access {
    padding-bottom: 35px;
  }
  .top-access__main {
    max-width: 500px;
    width: 90%;
  }
  .top-access__map {
    margin-bottom: 10px;
  }
  .top-access .access-cloud__01 {
    width: 135px;
    left: 12px;
    top: 20px;
  }
  .top-access .access-cloud__02 {
    width: 109px;
    right: 10px;
    top: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access .access-cloud__02 {
    bottom: 82px;
    right: 107px;
  }
  .top-access .com-btn {
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access {
    padding-top: 20px;
  }
  .top-access__map {
    margin-top: -160px;
  }
  .top-access .access-cloud__01 {
    top: 53%;
  }
  .top-access__main {
    max-width: 90%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1560px) {
  .top-access .access-cloud__01 {
    left: 62px;
    width: 20%;
  }
  .top-access .access-cloud__02 {
    width: 18%;
  }
}
@media print, screen and (max-width: 960px) {
  .top-access__main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__main {
    position: absolute;
    z-index: 1;
  }
}
@media print, screen and (max-width: 1260px) {
  .top-access__main {
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .top-access__wrap {
    max-width: 700px;
  }
}
@media print, screen and (min-width: 1261px) {
  .top-access__main {
    width: 620px;
    height: 620px;
    padding-top: 110px;
    border-radius: 50%;
  }
  .top-access__wrap {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1560px) {
  .top-access {
    padding-top: 320px;
  }
  .top-access__main {
    top: 35px;
    right: 35px;
  }
  .top-access .access-cloud__01 {
    top: 20%;
  }
  .top-access__map {
    width: 71.2%;
  }
  .top-access .sp-img {
    position: relative;
  }
}
@media print, screen and (max-width: 1560px) {
  .top-access .pc-img {
    display: none;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-access__main {
    top: 105px;
    left: 59.2vw;
  }
  .top-access__map {
    width: 71.2%;
  }
  .top-access .sp-img {
    display: none;
  }
  .top-access .access-cloud__01 {
    top: 140px;
    left: 62px;
  }
}
.top-access .access-cloud__01,
.top-access .access-cloud__02 {
  position: absolute;
  animation: fuwafuwa-horizontal-01 3400ms ease-in-out infinite alternate;
}
.top-access__main {
  background-color: #fff;
}
.top-access__wrap {
  margin: auto;
}
.top-access h2 {
  color: #cd3663;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.top-access .com-btn {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .top-access .txt16-2,
  .top-access h2,
  .top-access .com-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .top-access .txt16-2.is-fade,
  .top-access h2.is-fade,
  .top-access .com-btn.is-fade {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
main.page {
  overflow: hidden;
  position: relative;
}
main.page .com-btn {
  margin-top: 30px;
}
@media print, screen and (max-width: 767.9px) {
  main.page .com-btn {
    text-align: center;
  }
}
@media print, screen and (max-width: 960px) {
  main.page {
    margin-top: -30px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .page-bg {
    top: calc(100% - 50px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .page-bg {
    top: 80%;
  }
}
@media print, screen and (max-width: 960px) {
  .page-bg {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .page-bg {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767.9px) {
  .col2 > div {
    margin-bottom: 30px;
    width: 100% !important;
  }
}

.free_layout .mainwrap > div {
  background-color: #fff;
  border-radius: 16px;
}

@media print, screen and (min-width: 961px) {
  body:not(.home) #content {
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/common/bg_page.webp");
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1360px) {
  body:not(.home) #content {
    background-position: left 0 top 22vw;
  }
}
@media print, screen and (min-width: 1361px) {
  body:not(.home) #content {
    background-position: left 0 top 360px;
  }
}

.ptag {
  margin-bottom: 1.5em;
}
.ptag.p-center {
  text-align: center;
}
.ptag.p-right {
  text-align: right;
}
.ptag h2 {
  letter-spacing: 0.24em;
}
.ptag h3 {
  letter-spacing: 0;
}
@media print, screen and (max-width: 767.9px) {
  .ptag h2 {
    font-size: 23px;
  }
  .ptag h3 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .ptag h2 {
    font-size: 28px;
  }
  .ptag h3 {
    font-size: 24px;
  }
}

.txt_area h4 {
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media print, screen and (max-width: 767.9px) {
  .txt_area h4 {
    margin-bottom: 1em;
    font-size: 18px;
  }
}

.txt-16 {
  line-height: 1.8;
  color: #393939;
}

.txt_imgarea.img_left01, .txt_imgarea.img_right01 {
  position: relative;
}
.txt_imgarea.img_left01 .cloud-icon02,
.txt_imgarea.img_left01 .cloud-icon03, .txt_imgarea.img_right01 .cloud-icon02,
.txt_imgarea.img_right01 .cloud-icon03 {
  position: absolute;
  opacity: 0;
}
.txt_imgarea.img_left01 .cloud-icon02.is-fade,
.txt_imgarea.img_left01 .cloud-icon03.is-fade, .txt_imgarea.img_right01 .cloud-icon02.is-fade,
.txt_imgarea.img_right01 .cloud-icon03.is-fade {
  animation-name: fadeIn-anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.txt_imgarea.img_left01 .cloud-icon02, .txt_imgarea.img_right01 .cloud-icon02 {
  left: 0;
  transform: translateX(-100px);
  animation-delay: 1s;
}
.txt_imgarea.img_left01 .cloud-icon03, .txt_imgarea.img_right01 .cloud-icon03 {
  right: 0;
  transform: translateX(100px);
  animation-delay: 0.5s;
  text-align: right;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 .cloud-icon02,
  .txt_imgarea.img_left01 .cloud-icon03, .txt_imgarea.img_right01 .cloud-icon02,
  .txt_imgarea.img_right01 .cloud-icon03 {
    width: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 .fade-img, .txt_imgarea.img_right01 .fade-img {
    opacity: 0;
  }
  .txt_imgarea.img_left01 .is-fade .fade-img, .txt_imgarea.img_right01 .is-fade .fade-img {
    animation-name: fadeIn-anime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .txt_imgarea.img_left01 .cloud-icon02,
  .txt_imgarea.img_left01 .cloud-icon03, .txt_imgarea.img_right01 .cloud-icon02,
  .txt_imgarea.img_right01 .cloud-icon03 {
    width: 30%;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 .cloud-icon02, .txt_imgarea.img_right01 .cloud-icon02 {
    top: 25%;
  }
  .txt_imgarea.img_left01 .cloud-icon03, .txt_imgarea.img_right01 .cloud-icon03 {
    bottom: 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 ul li, .txt_imgarea.img_right01 ul li {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 ul li, .txt_imgarea.img_right01 ul li {
    padding-bottom: 115px;
  }
  .txt_imgarea.img_left01 ul li h4, .txt_imgarea.img_right01 ul li h4 {
    margin-bottom: 1.7em;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
    padding-bottom: 35px;
    background-color: #fff;
    position: relative;
    padding-top: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 ul li, .txt_imgarea.img_right01 ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .txt_imgarea.img_left01 ul li .img_area, .txt_imgarea.img_right01 ul li .img_area {
    width: 53.5%;
    padding-top: 120px;
    position: relative;
    z-index: 1;
  }
  .txt_imgarea.img_left01 ul li .img_area img, .txt_imgarea.img_right01 ul li .img_area img {
    border-style: solid;
    border-color: #ffffff;
  }
  .txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
    width: 46.5%;
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media print, screen and (min-width: 1921px) {
  .txt_imgarea.img_left01 ul li .img_area img, .txt_imgarea.img_right01 ul li .img_area img {
    width: 100%;
  }
}
.txt_imgarea.img_left01 ul li .txt_wrap, .txt_imgarea.img_right01 ul li .txt_wrap {
  max-width: 573px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (max-width: 1620px) {
  .txt_imgarea.img_left01 ul li .txt_wrap, .txt_imgarea.img_right01 ul li .txt_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1621px) {
  .txt_imgarea.img_left01 ul li .txt_wrap, .txt_imgarea.img_right01 ul li .txt_wrap {
    margin-left: 60px;
  }
}
.txt_imgarea.img_left01 ul li .txt_area, .txt_imgarea.img_right01 ul li .txt_area {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.txt_imgarea.img_left01 ul li .txt_area::before, .txt_imgarea.img_right01 ul li .txt_area::before {
  content: "";
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .txt_imgarea.img_left01 ul li .txt_area::before, .txt_imgarea.img_right01 ul li .txt_area::before {
    width: calc(100% + 50px);
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_left01 ul li .txt_area::before, .txt_imgarea.img_right01 ul li .txt_area::before {
    width: calc(100% + 100px);
  }
}
.txt_imgarea.img_left01 .fade-img {
  transform: translateX(-100px);
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_left01 .cloud-icon02 {
    top: 0;
  }
  .txt_imgarea.img_left01 .cloud-icon03 {
    bottom: 0;
  }
  .txt_imgarea.img_left01 .txt_area::before {
    right: 0;
  }
  .txt_imgarea.img_left01 .img_area img {
    border-width: 8px 8px 8px 0px;
    border-radius: 0px 16px 16px 0px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .txt_imgarea.img_left01 {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_left01 {
    padding-right: 120px;
  }
}
.txt_imgarea.img_right01 .fade-img {
  transform: translateX(100px);
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_right01 .cloud-icon02 {
    bottom: 0;
  }
  .txt_imgarea.img_right01 .cloud-icon03 {
    top: 0;
  }
  .txt_imgarea.img_right01 .txt_area::before {
    left: 0;
  }
  .txt_imgarea.img_right01 ul li {
    flex-direction: row-reverse;
  }
  .txt_imgarea.img_right01 .img_area img {
    border-width: 8px 0px 8px 8px;
    border-radius: 16px 0px 0px 16px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .txt_imgarea.img_right01 {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1461px) {
  .txt_imgarea.img_right01 {
    padding-left: 120px;
  }
}
.txt_imgarea.img_left02, .txt_imgarea.img_right02, .txt_imgarea.img_top02, .txt_imgarea.img_top03, .txt_imgarea.img_top04 {
  padding-left: 20px;
  padding-right: 20px;
}
.txt_imgarea.img_left02 ul, .txt_imgarea.img_right02 ul, .txt_imgarea.img_top01 ul, .txt_imgarea.img_top02 ul, .txt_imgarea.img_top03 ul, .txt_imgarea.img_top04 ul {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 ul.is-fade li, .txt_imgarea.img_right02 ul.is-fade li, .txt_imgarea.img_top01 ul.is-fade li, .txt_imgarea.img_top02 ul.is-fade li, .txt_imgarea.img_top03 ul.is-fade li, .txt_imgarea.img_top04 ul.is-fade li {
    opacity: 0;
    transform: translateY(50px);
    animation-name: fadeIn-anime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(1), .txt_imgarea.img_right02 ul.is-fade li:nth-child(1), .txt_imgarea.img_top01 ul.is-fade li:nth-child(1), .txt_imgarea.img_top02 ul.is-fade li:nth-child(1), .txt_imgarea.img_top03 ul.is-fade li:nth-child(1), .txt_imgarea.img_top04 ul.is-fade li:nth-child(1) {
    animation-delay: 0s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(2), .txt_imgarea.img_right02 ul.is-fade li:nth-child(2), .txt_imgarea.img_top01 ul.is-fade li:nth-child(2), .txt_imgarea.img_top02 ul.is-fade li:nth-child(2), .txt_imgarea.img_top03 ul.is-fade li:nth-child(2), .txt_imgarea.img_top04 ul.is-fade li:nth-child(2) {
    animation-delay: 0.3s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(3), .txt_imgarea.img_right02 ul.is-fade li:nth-child(3), .txt_imgarea.img_top01 ul.is-fade li:nth-child(3), .txt_imgarea.img_top02 ul.is-fade li:nth-child(3), .txt_imgarea.img_top03 ul.is-fade li:nth-child(3), .txt_imgarea.img_top04 ul.is-fade li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(4), .txt_imgarea.img_right02 ul.is-fade li:nth-child(4), .txt_imgarea.img_top01 ul.is-fade li:nth-child(4), .txt_imgarea.img_top02 ul.is-fade li:nth-child(4), .txt_imgarea.img_top03 ul.is-fade li:nth-child(4), .txt_imgarea.img_top04 ul.is-fade li:nth-child(4) {
    animation-delay: 0.9s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(5), .txt_imgarea.img_right02 ul.is-fade li:nth-child(5), .txt_imgarea.img_top01 ul.is-fade li:nth-child(5), .txt_imgarea.img_top02 ul.is-fade li:nth-child(5), .txt_imgarea.img_top03 ul.is-fade li:nth-child(5), .txt_imgarea.img_top04 ul.is-fade li:nth-child(5) {
    animation-delay: 1.2s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(6), .txt_imgarea.img_right02 ul.is-fade li:nth-child(6), .txt_imgarea.img_top01 ul.is-fade li:nth-child(6), .txt_imgarea.img_top02 ul.is-fade li:nth-child(6), .txt_imgarea.img_top03 ul.is-fade li:nth-child(6), .txt_imgarea.img_top04 ul.is-fade li:nth-child(6) {
    animation-delay: 1.5s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(7), .txt_imgarea.img_right02 ul.is-fade li:nth-child(7), .txt_imgarea.img_top01 ul.is-fade li:nth-child(7), .txt_imgarea.img_top02 ul.is-fade li:nth-child(7), .txt_imgarea.img_top03 ul.is-fade li:nth-child(7), .txt_imgarea.img_top04 ul.is-fade li:nth-child(7) {
    animation-delay: 1.8s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(8), .txt_imgarea.img_right02 ul.is-fade li:nth-child(8), .txt_imgarea.img_top01 ul.is-fade li:nth-child(8), .txt_imgarea.img_top02 ul.is-fade li:nth-child(8), .txt_imgarea.img_top03 ul.is-fade li:nth-child(8), .txt_imgarea.img_top04 ul.is-fade li:nth-child(8) {
    animation-delay: 2.1s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(9), .txt_imgarea.img_right02 ul.is-fade li:nth-child(9), .txt_imgarea.img_top01 ul.is-fade li:nth-child(9), .txt_imgarea.img_top02 ul.is-fade li:nth-child(9), .txt_imgarea.img_top03 ul.is-fade li:nth-child(9), .txt_imgarea.img_top04 ul.is-fade li:nth-child(9) {
    animation-delay: 2.4s;
  }
  .txt_imgarea.img_left02 ul.is-fade li:nth-child(10), .txt_imgarea.img_right02 ul.is-fade li:nth-child(10), .txt_imgarea.img_top01 ul.is-fade li:nth-child(10), .txt_imgarea.img_top02 ul.is-fade li:nth-child(10), .txt_imgarea.img_top03 ul.is-fade li:nth-child(10), .txt_imgarea.img_top04 ul.is-fade li:nth-child(10) {
    animation-delay: 2.7s;
  }
}
.txt_imgarea.img_left02 ul, .txt_imgarea.img_right02 ul {
  max-width: 1368px;
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_left02 ul li:not(:last-of-type), .txt_imgarea.img_right02 ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_left02 ul, .txt_imgarea.img_right02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_left02 ul li:nth-child(n+3), .txt_imgarea.img_right02 ul li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
  padding: 8px;
  background-color: #fff;
  border-radius: 16px;
}
@media print, screen and (max-width: 1160px) {
  .txt_imgarea.img_left02 ul li .txt_area, .txt_imgarea.img_right02 ul li .txt_area {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .txt_imgarea.img_left02 ul li .img_area, .txt_imgarea.img_right02 ul li .img_area {
    width: 51%;
  }
  .txt_imgarea.img_left02 ul li .txt_area, .txt_imgarea.img_right02 ul li .txt_area {
    width: 49%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 ul li h4, .txt_imgarea.img_right02 ul li h4 {
    margin-bottom: 0.8em;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_left02 ul li, .txt_imgarea.img_right02 ul li {
    width: calc(50% - 12px);
  }
}
.txt_imgarea.img_left02 ul li .img_area img, .txt_imgarea.img_right02 ul li .img_area img {
  border-radius: 8px;
}
@media print, screen and (min-width: 1161px) {
  .txt_imgarea.img_left02 .txt_area {
    padding-left: 24px;
  }
  .txt_imgarea.img_right02 .txt_area {
    padding-right: 24px;
  }
  .txt_imgarea.img_right02 ul li {
    flex-direction: row-reverse;
  }
}
.txt_imgarea.img_top01 {
  position: relative;
}
.txt_imgarea.img_top01 .com-btn {
  text-align: center;
}
.txt_imgarea.img_top01 .gds {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .txt_imgarea.img_top01 .txt_area {
    padding-top: 25px;
    padding-bottom: 35px;
    margin-top: -25px;
    border-radius: 16px 16px;
  }
  .txt_imgarea.img_top01 .fade-img {
    overflow: hidden;
    height: 300px;
  }
  .txt_imgarea.img_top01 .fade-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top01 {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .txt_imgarea.img_top01 h4 {
    margin-bottom: 1em;
    font-size: 24px;
  }
  .txt_imgarea.img_top01 .txt_area {
    margin-top: -50px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-radius: 16px;
  }
  .txt_imgarea.img_top01 .img_area img {
    border-width: 8px;
    border-radius: 16px;
    border-color: #fff;
    border-style: solid;
  }
}
.txt_imgarea.img_top01 ul {
  max-width: 1760px;
}
.txt_imgarea.img_top01 .txt_area {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}
.txt_imgarea.img_top01 .txt_wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.txt_imgarea.img_top02 .com-btn, .txt_imgarea.img_top03 .com-btn, .txt_imgarea.img_top04 .com-btn {
  text-align: center;
}
.txt_imgarea.img_top02 ul li, .txt_imgarea.img_top03 ul li, .txt_imgarea.img_top04 ul li {
  padding: 8px 8px 24px 8px;
  background-color: #fff;
  border-radius: 16px;
}
.txt_imgarea.img_top02 .txt_area, .txt_imgarea.img_top03 .txt_area, .txt_imgarea.img_top04 .txt_area {
  padding-left: 8px;
  padding-right: 8px;
}
.txt_imgarea.img_top02 .img_area img, .txt_imgarea.img_top03 .img_area img, .txt_imgarea.img_top04 .img_area img {
  width: 100%;
  border-radius: 8px;
}
.txt_imgarea.img_top02 h4, .txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
  margin: 1em 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 h4, .txt_imgarea.img_top03 h4, .txt_imgarea.img_top04 h4 {
    font-size: 20px;
  }
}
.txt_imgarea.img_top02 {
  position: relative;
}
.txt_imgarea.img_top02 .cloud-icon01,
.txt_imgarea.img_top02 .cloud-icon02 {
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 .cloud-icon01,
  .txt_imgarea.img_top02 .cloud-icon02 {
    opacity: 0;
  }
  .txt_imgarea.img_top02 .cloud-icon01.is-fade,
  .txt_imgarea.img_top02 .cloud-icon02.is-fade {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.txt_imgarea.img_top02 .cloud-icon01 {
  right: 0;
  top: 0;
  transform: translateX(100px);
  animation-delay: 0.5s;
  text-align: right;
}
.txt_imgarea.img_top02 .cloud-icon02 {
  left: 0;
  bottom: 0;
  transform: translateX(-100px);
  animation-delay: 1s;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .txt_imgarea.img_top02 .cloud-icon01 {
    width: 190px;
  }
  .txt_imgarea.img_top02 .cloud-icon02 {
    width: 180px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .txt_imgarea.img_top02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .txt_imgarea.img_top02 .cloud-icon01 {
    width: 32%;
  }
  .txt_imgarea.img_top02 .cloud-icon02 {
    width: 30%;
  }
}
@media print, screen and (min-width: 1321px) {
  .txt_imgarea.img_top02 {
    padding-top: 42px;
    padding-bottom: 47px;
  }
}
.txt_imgarea.img_top02 ul {
  max-width: 1088px;
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top02 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top02 ul li {
    width: calc(50% - 16px);
  }
  .txt_imgarea.img_top02 ul li:nth-child(odd) {
    margin-right: 32px;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top02 ul li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.txt_imgarea.img_top02 ul li:nth-child(n+3) {
  margin-top: 32px;
}
.txt_imgarea.img_top03 ul {
  max-width: 1312px;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top03 ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 ul li {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
  .txt_imgarea.img_top03 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea.img_top03 ul li:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top03 ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
.txt_imgarea.img_top04 ul {
  max-width: 1376px;
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top04 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top04 ul li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 960px) {
  .txt_imgarea.img_top04 ul li {
    width: 48%;
  }
  .txt_imgarea.img_top04 ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .txt_imgarea.img_top04 ul li:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top04 ul li {
    width: calc((100% - 96px) / 4);
    margin-right: 32px;
  }
  .txt_imgarea.img_top04 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top04 ul li:nth-child(n+5) {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .tbl_contents table th {
    font-size: 16px;
    padding-top: 15px;
  }
  .tbl_contents table td {
    padding-top: 10px;
  }
  .tbl_contents table td:last-of-type {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents table th {
    font-size: 18px;
  }
}
.tbl_contents table tr {
  border-bottom: solid 1px #d2d2d2;
}
.tbl_contents table th,
.tbl_contents table td {
  color: #393939;
  line-height: 1.8;
}
.tbl_contents ul {
  margin: auto;
}
.tbl_contents.tbl_main {
  padding-left: 20px;
  padding-right: 20px;
}
.tbl_contents.tbl_main ul {
  max-width: 1376px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 16px;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_main ul {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_main ul {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.tbl_contents.tbl_main table {
  max-width: 1248px;
  margin: auto;
}
.tbl_contents.tbl_main table tr:first-of-type {
  border-top: solid 1px #d2d2d2;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_main table th,
  .tbl_contents.tbl_main table td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tbl_contents.tbl_main table td {
    padding-left: 25px;
  }
}
.tbl_contents.tbl_img {
  position: relative;
}
.tbl_contents.tbl_img .cloud-icon01,
.tbl_contents.tbl_img .cloud-icon02 {
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_img .cloud-icon01,
  .tbl_contents.tbl_img .cloud-icon02 {
    opacity: 0;
  }
  .tbl_contents.tbl_img .cloud-icon01.is-fade,
  .tbl_contents.tbl_img .cloud-icon02.is-fade {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.tbl_contents.tbl_img .cloud-icon01 {
  right: 0;
  top: 0;
  transform: translateX(100px);
  animation-delay: 0.5s;
  text-align: right;
}
.tbl_contents.tbl_img .cloud-icon02 {
  left: 0;
  transform: translateX(-100px);
  animation-delay: 1s;
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_img .fade-img {
    opacity: 0;
    animation-delay: 0.5s;
  }
  .tbl_contents.tbl_img .is-fade .fade-img {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents.tbl_img {
    padding-top: 65px;
  }
  .tbl_contents.tbl_img .cloud-icon01 {
    width: 190px;
  }
  .tbl_contents.tbl_img .cloud-icon02 {
    width: 180px;
  }
  .tbl_contents.tbl_img ul li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tbl_contents.tbl_img .fade-img img {
    border: solid 8px #fff;
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .tbl_contents.tbl_img ul li:nth-child(1) {
    width: 80%;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .tbl_contents.tbl_img {
    padding-top: 80px;
  }
  .tbl_contents.tbl_img .cloud-icon01 {
    width: 32%;
  }
  .tbl_contents.tbl_img .cloud-icon02 {
    width: 30%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1320px) {
  .tbl_contents.tbl_img .cloud-icon02 {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1321px) {
  .tbl_contents.tbl_img {
    padding-top: 45px;
  }
  .tbl_contents.tbl_img .cloud-icon02 {
    bottom: 38px;
  }
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img .cloud-icon02 {
    top: 30%;
  }
  .tbl_contents.tbl_img .fade-img {
    transform: translateY(50px);
  }
  .tbl_contents.tbl_img ul li:nth-child(2) {
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .tbl_contents.tbl_img ul li:nth-child(2) table {
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents.tbl_img .fade-img {
    transform: translateX(-100px);
  }
  .tbl_contents.tbl_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tbl_contents.tbl_img li:nth-child(1) {
    width: 42%;
  }
  .tbl_contents.tbl_img li:nth-child(2) {
    width: 58%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
  }
}
.tbl_contents.tbl_img ul {
  max-width: 1200px;
}
.tbl_contents.tbl_img li:nth-child(1) img {
  width: 100%;
}
.tbl_contents.tbl_img li:nth-child(2) {
  padding-right: 20px;
  position: relative;
}
.tbl_contents.tbl_img li:nth-child(2)::before {
  content: "";
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img li:nth-child(2)::before {
    height: calc(100% + 30px);
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents.tbl_img li:nth-child(2)::before {
    height: 100%;
    z-index: -1;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 960px) {
  .tbl_contents.tbl_img li:nth-child(2)::before {
    width: calc(100% + 50px);
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents.tbl_img li:nth-child(2)::before {
    width: calc(100% + 80px);
  }
}
.tbl_contents.tbl_img table {
  max-width: 560px;
}
@media print, screen and (max-width: 960px) {
  .tbl_contents.tbl_img table {
    position: relative;
  }
}
.tbl_contents.tbl_img table th,
.tbl_contents.tbl_img table td {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tbl_contents.tbl_img table th {
    padding-top: 20px;
  }
  .tbl_contents.tbl_img table td {
    padding-top: 10px;
  }
  .tbl_contents.tbl_img table td:last-of-type {
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 960px) {
  .accordion {
    margin-right: 40px;
    margin-left: 25px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1520px) {
  .accordion {
    margin-right: 65px;
    margin-left: 50px;
  }
}
.accordion ul {
  max-width: 1376px;
  margin: auto;
}
.accordion ul li {
  cursor: pointer;
  margin-bottom: 24px;
}
.accordion ul.other table th {
  display: none;
}
@media print, screen and (max-width: 767.9px) {
  .accordion table th,
  .accordion table td {
    vertical-align: top;
  }
  .accordion table th {
    width: 32px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion table th,
  .accordion table td {
    vertical-align: middle;
  }
  .accordion table th {
    width: 52px;
    padding-right: 20px;
  }
  .accordion table td {
    font-size: 18px;
  }
}
.accordion .sd_h4 {
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 16px;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_h4 {
    padding: 15px 30px 15px 15px;
  }
  .accordion .sd_h4::after {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_h4 {
    padding: 30px 50px 30px 30px;
  }
  .accordion .sd_h4::after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}
.accordion .sd_h4::after {
  content: "";
  border-bottom: 2px solid #ff4c89;
  border-right: 2px solid #ff4c89;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: ease 0.5s;
}
.accordion .sd_h4.on::after {
  transform: rotate(225deg);
}
.accordion .sd_h4 table td {
  font-weight: bold;
}
.accordion .sd_content {
  background-color: #ff8a9b;
  border-radius: 0 16px 16px 16px;
  width: 100%;
}
.accordion .sd_content table td {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .accordion .sd_content {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion .sd_content {
    padding: 25px 30px;
  }
}
@media print, screen and (max-width: 960px) {
  .accordion .sd_content {
    margin-left: 28px;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion .sd_content {
    margin-left: 48px;
  }
}

.slider-nav__thumb .slick-track,
.slider-nav__thumb .slick-list {
  transform: translate(0) !important;
  padding: 0 !important;
}
.slider-nav__thumb .slick-track {
  display: flex;
  justify-content: center;
  max-width: 632px;
  width: 100% !important;
}
.slider-nav__thumb .slick-slide {
  margin: 0 8px 0 0;
  float: none;
  border-radius: 16px;
  width: calc((100% - 32px) / 5) !important;
}
.slider-nav__thumb .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 767.9px) {
  .slider-nav__thumb .slick-slide {
    height: 40px;
  }
  .slider-nav__thumb .slick-slide img {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .slider-nav__thumb .slick-slide {
    height: 80px;
  }
  .slider-nav__thumb .slick-slide img {
    height: 80px;
  }
}
.slider-nav__thumb .slick-slide:nth-child(5n) {
  margin: 0;
}
.slider-nav__thumb .slick-slide.slick-current img {
  opacity: 1;
}
.slider-nav__thumb .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  border-radius: 16px;
}

.slide_thumb {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb {
    padding-top: 20px;
  }
  .slide_thumb .txt_area {
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
  }
  .slide_thumb .slider-main .slick-slide {
    overflow: hidden;
    height: 280px;
  }
  .slide_thumb .slider-main .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
  }
  .slide_thumb .slider-nav {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .slide_thumb .slider-main img {
    border-radius: 16px;
    border: solid 8px #fff;
  }
  .slide_thumb .txt_area {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    padding-bottom: 64px;
  }
  .slide_thumb .slider-nav {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .slide_thumb .txt_area {
    margin-top: -40px;
  }
}
@media print, screen and (min-width: 961px) {
  .slide_thumb .txt_area {
    margin-top: -80px;
  }
}
.slide_thumb .gds {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.slide_thumb .slide_thumb__wrap {
  max-width: 1760px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .slide_thumb__wrap {
    opacity: 0;
    transform: translateY(50px);
  }
  .slide_thumb .slide_thumb__wrap.is-fade {
    animation-delay: 0.5s;
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.slide_thumb .txt_area {
  max-width: 880px;
  border-radius: 24px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  position: relative;
}
.slide_thumb .txt_wrap {
  max-width: 640px;
  margin: auto;
  position: relative;
}
.slide_thumb h4 {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .slide_thumb h4 {
    font-size: 24px;
  }
}

.slidethumb_txt {
  position: relative;
}
.slidethumb_txt .cloud-icon02,
.slidethumb_txt .cloud-icon03 {
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt .cloud-icon02,
  .slidethumb_txt .cloud-icon03 {
    opacity: 0;
  }
  .slidethumb_txt .cloud-icon02.is-fade,
  .slidethumb_txt .cloud-icon03.is-fade {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
.slidethumb_txt .cloud-icon02 {
  left: 0;
  transform: translateX(-100px);
  animation-delay: 1s;
}
.slidethumb_txt .cloud-icon03 {
  right: 0;
  transform: translateX(100px);
  animation-delay: 0.5s;
  text-align: right;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .cloud-icon02,
  .slidethumb_txt .cloud-icon03 {
    width: 180px;
  }
  .slidethumb_txt .slider-nav {
    margin-bottom: 20px;
  }
  .slidethumb_txt .txt_area {
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .slidethumb_txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slidethumb_txt .txt_area {
    margin-top: -80px;
    width: 85%;
    padding-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }
  .slidethumb_txt .slider-nav {
    margin-bottom: 40px;
  }
  .slidethumb_txt .slider-main img {
    border-width: 8px;
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .slidethumb_txt .cloud-icon02,
  .slidethumb_txt .cloud-icon03 {
    width: 30%;
  }
}
@media print, screen and (max-width: 1060px) {
  .slidethumb_txt {
    padding-top: 50px;
  }
  .slidethumb_txt .cloud-icon02 {
    top: 25%;
  }
  .slidethumb_txt .cloud-icon03 {
    bottom: 0;
  }
  .slidethumb_txt .txt_wrap {
    max-width: 640px;
    margin: auto;
  }
  .slidethumb_txt .txt_area {
    max-width: 880px;
    border-radius: 24px;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    position: relative;
  }
}
@media print, screen and (min-width: 1061px) {
  .slidethumb_txt {
    padding-top: 105px;
  }
  .slidethumb_txt .img_area {
    opacity: 0;
  }
  .slidethumb_txt .img_area.is-fade {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }
  .slidethumb_txt.img_left01 .cloud-icon02 {
    top: 0;
  }
  .slidethumb_txt.img_left01 .cloud-icon03 {
    bottom: 0;
  }
  .slidethumb_txt.img_left01 .img_area {
    transform: translateX(-100px);
  }
  .slidethumb_txt.img_left01 .txt_area::before {
    right: 0;
  }
  .slidethumb_txt.img_left01 .txt_wrap {
    padding-right: 20px;
  }
  .slidethumb_txt.img_left01 .slider-main img {
    border-width: 8px 8px 8px 0px;
    border-radius: 0px 16px 16px 0px;
  }
  .slidethumb_txt.img_right01 .cloud-icon02 {
    bottom: 0;
  }
  .slidethumb_txt.img_right01 .cloud-icon03 {
    top: 0;
  }
  .slidethumb_txt.img_right01 .img_area {
    transform: translateX(100px);
  }
  .slidethumb_txt.img_right01 .txt_area::before {
    left: 0;
  }
  .slidethumb_txt.img_right01 .txt_wrap {
    padding-left: 20px;
  }
  .slidethumb_txt.img_right01 .slider-main img {
    border-width: 8px 0px 8px 8px;
    border-radius: 16px 0px 0px 16px;
  }
  .slidethumb_txt.img_right01 > ul li {
    flex-direction: row-reverse;
  }
  .slidethumb_txt .txt_wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .slidethumb_txt .slider-nav {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1460px) {
  .slidethumb_txt.img_left01 {
    padding-right: 80px;
  }
  .slidethumb_txt.img_left01 .txt_wrap {
    padding-left: 20px;
  }
  .slidethumb_txt.img_right01 {
    padding-left: 50px;
  }
  .slidethumb_txt.img_right01 .txt_wrap {
    padding-right: 20px;
  }
  .slidethumb_txt > ul li .img_area {
    width: 60%;
  }
  .slidethumb_txt > ul li .txt_area {
    width: 40%;
  }
}
@media print, screen and (max-width: 1460px) {
  .slidethumb_txt {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 1461px) {
  .slidethumb_txt.img_left01 {
    padding-right: 120px;
  }
  .slidethumb_txt.img_left01 .txt_wrap {
    padding-left: 80px;
  }
  .slidethumb_txt.img_right01 {
    padding-left: 120px;
  }
  .slidethumb_txt.img_right01 .txt_wrap {
    padding-right: 80px;
  }
  .slidethumb_txt > ul li .img_area {
    width: 55%;
  }
  .slidethumb_txt > ul li .txt_area {
    width: 45%;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt .slider-main img {
    border-style: solid;
    border-color: #fff;
  }
}
@media print, screen and (min-width: 1921px) {
  .slidethumb_txt .slider-main img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1061px) {
  .slidethumb_txt > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .slidethumb_txt > ul > li .img_area {
    padding-top: 120px;
    position: relative;
    z-index: 1;
  }
  .slidethumb_txt > ul > li .txt_area {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .slidethumb_txt > ul > li .txt_wrap {
    max-width: 572px;
    position: relative;
  }
}
.slidethumb_txt > ul .txt_area {
  position: relative;
}
.slidethumb_txt > ul .txt_area::before {
  content: "";
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 1061px) and (max-width: 1460px) {
  .slidethumb_txt > ul .txt_area::before {
    width: calc(100% + 50px);
  }
}
@media print, screen and (min-width: 1461px) {
  .slidethumb_txt > ul .txt_area::before {
    width: calc(100% + 100px);
  }
}
.slidethumb_txt > ul .txt_area h4 {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt > ul .txt_area h4 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1260px) {
  .slidethumb_txt > ul .txt_area .slider-nav .slick-slide {
    height: 60px;
  }
  .slidethumb_txt > ul .txt_area .slider-nav .slick-slide img {
    height: 60px;
  }
}

.txt_carousel {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .txt_carousel {
    padding-bottom: 50px;
  }
  .txt_carousel .slick-slide {
    margin: 0 8px;
  }
  .txt_carousel .slick-slide img {
    border: solid 5px #fff;
  }
  .txt_carousel .txt_area {
    margin-top: 35px;
    padding-top: 24px;
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_carousel {
    padding-bottom: 100px;
  }
  .txt_carousel .slick-slide {
    margin: 0 16px;
  }
  .txt_carousel .slick-slide img {
    border: solid 8px #fff;
  }
  .txt_carousel .txt_area {
    padding-top: 60px;
    padding-bottom: 64px;
    width: 80%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .txt_carousel .txt_area h4 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_carousel .txt_area {
    margin-top: -40px;
  }
  .txt_carousel .slick-dots {
    bottom: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_carousel .txt_area {
    margin-top: -80px;
  }
  .txt_carousel .slick-dots {
    bottom: 32px;
  }
}
@media print, screen and (max-width: 1160px) {
  .txt_carousel .slick-prev {
    left: 9vw;
  }
  .txt_carousel .slick-next {
    right: 9vw;
  }
}
@media print, screen and (min-width: 1161px) {
  .txt_carousel .slick-prev {
    left: calc((100vw - 1010px) / 2);
  }
  .txt_carousel .slick-next {
    right: calc((100vw - 1010px) / 2);
  }
}
.txt_carousel .slick-dots {
  position: absolute;
  z-index: 2;
}
.txt_carousel .slick-slide img {
  border-radius: 16px;
}
.txt_carousel h4 {
  margin-bottom: 1em;
}
.txt_carousel .txt_area {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.txt_carousel .txt_wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slide_carousel {
  position: relative;
  background-color: #ffcfbf;
  padding-top: 48px;
  padding-bottom: 48px;
}
.slide_carousel .slick-dots {
  position: relative;
  bottom: 0;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .slick-slide {
    margin: 0 7px;
    padding: 5px;
  }
  .slide_carousel .slick-prev {
    left: 12vw;
  }
  .slide_carousel .slick-next {
    right: 12vw;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel {
    opacity: 0;
    transform: translateY(50px);
  }
  .slide_carousel.is-fade {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
  .slide_carousel .slick-slide {
    margin: 0 16px;
    padding: 8px;
  }
}
@media print, screen and (max-width: 960px) {
  .slide_carousel .carousel-txt {
    padding: 20px 8px;
  }
}
@media print, screen and (min-width: 961px) {
  .slide_carousel .carousel-txt {
    padding: 20px 8px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .slide_carousel .slick-prev {
    left: 9vw;
  }
  .slide_carousel .slick-next {
    right: 9vw;
  }
}
@media print, screen and (min-width: 1161px) {
  .slide_carousel .slick-prev {
    left: 35vw;
  }
  .slide_carousel .slick-next {
    right: 35vw;
  }
}
.slide_carousel .slick-prev,
.slide_carousel .slick-next {
  top: 40%;
}
.slide_carousel .slick-dots {
  padding-top: 20px;
}
.slide_carousel .slick-track {
  display: flex;
}
.slide_carousel .slick-slide {
  height: auto !important;
  border-radius: 16px;
  background-color: #fff;
}
.slide_carousel .slick-slide img {
  border-radius: 8px;
  width: 100%;
}
.slide_carousel .slider-area {
  overflow: hidden;
}

@media print, screen and (min-width: 1161px) {
  .txt_carousel .slick-slide,
  .txt_carousel .slick-current {
    max-width: 980px;
  }
}
.carousel_slider .link_none > a,
.carousel03 .link_none > a {
  pointer-events: none;
}
.carousel_slider.type01 .slick-prev,
.carousel_slider.type01 .slick-next,
.carousel03.type01 .slick-prev,
.carousel03.type01 .slick-next {
  display: none !important;
}
.carousel_slider.type02 .slick-dots,
.carousel03.type02 .slick-dots {
  display: none !important;
}
.carousel_slider .slick-prev,
.carousel_slider .slick-next,
.carousel_slider .slick-prev:hover,
.carousel_slider .slick-prev:focus,
.carousel_slider .slick-next:hover,
.carousel_slider .slick-next:focus,
.carousel03 .slick-prev,
.carousel03 .slick-next,
.carousel03 .slick-prev:hover,
.carousel03 .slick-prev:focus,
.carousel03 .slick-next:hover,
.carousel03 .slick-next:focus {
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/arrow_btn.png");
}
.carousel_slider .slick-prev::before,
.carousel_slider .slick-next::before,
.carousel_slider .slick-prev:hover::before,
.carousel_slider .slick-prev:focus::before,
.carousel_slider .slick-next:hover::before,
.carousel_slider .slick-next:focus::before,
.carousel03 .slick-prev::before,
.carousel03 .slick-next::before,
.carousel03 .slick-prev:hover::before,
.carousel03 .slick-prev:focus::before,
.carousel03 .slick-next:hover::before,
.carousel03 .slick-next:focus::before {
  content: none;
}
.carousel_slider .slick-prev,
.carousel03 .slick-prev {
  transform: rotate(0);
}
.carousel_slider .slick-next,
.carousel03 .slick-next {
  transform: rotate(-180deg);
}
@media print, screen and (max-width: 767.9px) {
  .carousel_slider .slick-prev,
  .carousel_slider .slick-next,
  .carousel03 .slick-prev,
  .carousel03 .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .carousel_slider .slick-prev,
  .carousel_slider .slick-next,
  .carousel03 .slick-prev,
  .carousel03 .slick-next {
    width: 48px;
    height: 48px;
  }
  .carousel_slider h4,
  .carousel03 h4 {
    font-size: 20px;
  }
}
.carousel_slider .slick-dots,
.carousel03 .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
}
.carousel_slider .slick-dots li.slick-active button::before,
.carousel03 .slick-dots li.slick-active button::before {
  color: #ce2326;
}
.carousel_slider .slick-dots li button::before,
.carousel03 .slick-dots li button::before {
  font-size: 10px;
  color: #ce2326;
}
.carousel_slider.slick-dotted.slick-slider,
.carousel03.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.link_list {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.link_list ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1216px;
  margin: auto;
}
.link_list ul.dsn01 .link-txt {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul.dsn01 .link-txt {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list ul.dsn01 .link-txt {
    padding-right: 25px;
  }
}
.link_list ul.dsn01 .link-txt::before {
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto 0;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul.dsn01 li {
    width: 100%;
  }
  .link_list ul.dsn01 li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.link_list ul.dsn02 {
  text-align: center;
}
.link_list ul.dsn02 .link-txt {
  padding-bottom: 20px;
}
.link_list ul.dsn02 .link-txt::before {
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul.dsn02 li {
    width: calc((100% - 16px) / 2);
  }
  .link_list ul.dsn02 li:nth-child(odd) {
    margin-right: 16px;
  }
  .link_list ul.dsn02 li:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list ul li {
    opacity: 0;
    transform: translateY(50px);
  }
  .link_list ul.is-fade li {
    animation-name: fadeIn-anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .link_list ul.is-fade li:nth-child(2) {
    animation-delay: 0.3s;
  }
  .link_list ul.is-fade li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .link_list ul.is-fade li:nth-child(4) {
    animation-delay: 0.9s;
  }
  .link_list ul.is-fade li:nth-child(5) {
    animation-delay: 1.2s;
  }
  .link_list ul.is-fade li:nth-child(6) {
    animation-delay: 1.5s;
  }
  .link_list ul.is-fade li:nth-child(7) {
    animation-delay: 1.8s;
  }
  .link_list ul.is-fade li:nth-child(8) {
    animation-delay: 2.1s;
  }
  .link_list ul.is-fade li:nth-child(9) {
    animation-delay: 2.4s;
  }
  .link_list ul.is-fade li:nth-child(10) {
    animation-delay: 2.7s;
  }
}
.link_list ul li {
  background-color: #fff;
  border-radius: 12px;
}
.link_list ul li a {
  padding: 8px;
  display: block;
}
.link_list ul li .link_img {
  margin-bottom: 10px;
}
.link_list ul li .link_img img {
  border-radius: 12px;
}
.link_list ul li .link-txt {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul li .link-txt::before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .link_list ul li .link-txt {
    font-size: 14px;
  }
}
.link_list ul li .link-txt::before {
  content: "";
  border-bottom: 2px solid #ff4c89;
  border-right: 2px solid #ff4c89;
  transform: rotate(45deg);
  position: absolute;
  transition: ease 0.5s;
}
@media print, screen and (min-width: 768px) {
  .link_list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .link_list ul li:nth-child(n+5) {
    margin-top: 32px;
  }
  .link_list ul li .link-txt::before {
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .link_list ul li {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }
}
@media print, screen and (min-width: 1161px) {
  .link_list ul li {
    width: calc((100% - 96px) / 4);
    margin-right: 32px;
  }
}

/* -- お問い合わせフォーム --
--------------------------------------------------------------　*/
.contact-form__txt {
  text-align: center;
}

.contact-form__wrap {
  max-width: 960px;
  margin: 50px auto;
  background-color: rgba(51, 71, 116, 0.45);
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap {
    padding: 50px;
  }
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table th,
  .contact-form__wrap table td {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 601px) {
  .contact-form__wrap table th,
  .contact-form__wrap table td {
    padding: 10px 0;
  }
}
.contact-form__wrap table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table th {
    padding: 15px 0 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .contact-form__wrap table th {
    font-size: 18px;
  }
}
.contact-form__wrap table th span.requiredmark {
  display: inline-block;
  color: #a48e69;
  line-height: 1.2;
  margin-left: 7px;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap table th span.requiredmark {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap table th span.requiredmark {
    font-size: 13px;
  }
}

@media print, screen and (max-width: 600px) {
  .contact-form__wrap table td {
    padding: 0 15px 15px;
    border-bottom: 1px solid #acacac;
  }
}
.contact-form__wrap table td textarea,
.contact-form__wrap table td input[type=email],
.contact-form__wrap table td input[type=tel],
.contact-form__wrap table td [type=text] {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 10px 15px;
}

.contact-form__wrap table td textarea:-webkit-autofill,
.contact-form__wrap table td input[type=email]:-webkit-autofill,
.contact-form__wrap table td input[type=tel]:-webkit-autofill,
.contact-form__wrap table td [type=text]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.contact-form__wrap .submit {
  text-align: center;
  margin-top: 30px;
}

.contact-form__wrap .submit p {
  margin: auto;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form__wrap .submit p {
    width: 210px;
  }
  .contact-form__wrap .submit p input[type=submit] {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form__wrap .submit p {
    width: 250px;
  }
  .contact-form__wrap .submit p input[type=submit] {
    font-size: 20px;
  }
}

.contact-form__wrap .submit input[type=submit] {
  background-color: #a48e69;
  color: #fff;
  background-color: #a48e69;
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  border: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  cursor: pointer;
}

.contact-form__wrap .submit input[type=submit]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.form_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

/* --------------------------------------------------------------
// category
// single page
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100% !important;
}

@media print, screen and (max-width: 767.9px) {
  article.c_wrap {
    padding: 50px 15px 100px;
  }
}
@media print, screen and (min-width: 768px) {
  article.c_wrap {
    padding: 80px 0 150px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c_wrap .post {
    width: 67%;
  }
  .c_wrap .sidebar {
    width: 27%;
  }
}
.c_wrap .post {
  background-color: #fff;
  border-radius: 16px;
  padding: 45px 20px;
  position: relative;
}

.c_wrap .post .post_ttl {
  margin-bottom: 30px;
}

.c_wrap .post .post_ttl h1 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 560px) {
  .c_wrap .post .post_ttl h1 {
    font-size: 18px;
  }
}
.c_wrap .post .post_ttl .date {
  text-align: right;
}

.c_wrap .post .acv_list li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

.c_wrap .post .acv_list li:first-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.c_wrap .post .acv_list li .cat_name {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li .cat_name {
    margin-bottom: 5px;
  }
}
.c_wrap .post .acv_list li .cat_name span {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li .cat_name span {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.c_wrap .post .acv_list li .cat_name span:not(:first-of-type) {
  margin-left: 5px;
}

.c_wrap .post .acv_list li dl {
  display: flex;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dt {
    width: 100px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dt {
    width: 150px;
  }
}
@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 100px);
  }
}
@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 150px);
  }
}
.cat-label span {
  padding: 1px 5px;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
}
.cat-label span.news {
  background-color: #05143f;
}
.cat-label span.pickup {
  background-color: #7d8dbb;
}

.c_wrap .post .post_content p {
  margin-bottom: 1em;
}

.c_wrap .sidebar {
  padding: 30px 15px;
  max-width: 350px;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .sidebar {
    margin: 30px auto 0;
  }
}
.c_wrap .sidebar h2 {
  margin-bottom: 10px;
}

.c_wrap .sidebar .list {
  margin-bottom: 30px;
}

.c_wrap .sidebar .list ul {
  margin-left: 2em;
}

.c_wrap .sidebar .list ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  line-height: 1.5;
  font-size: 90%;
  font-weight: normal;
}

.c_wrap .sidebar select {
  width: 100%;
  padding: 10px 15px 10px;
  font-size: 90%;
  border: 1px solid #c7c7c7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
}

.c_wrap .sidebar select::-ms-expand {
  display: none;
}

.c_wrap .sidebar .archive ul {
  position: relative;
}

.c_wrap .sidebar .archive ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 15px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.single_pager li {
  width: 32%;
}

.single_pager li.index {
  text-align: center;
}

.single_pager li:nth-child(3) {
  text-align: right;
}

.single_pager li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  transition: 0.5s;
  text-align: center;
}

@media print, screen and (max-width: 767.9px) {
  .single_pager li a {
    font-size: 12px;
  }
}
/* ----------
pagenation ------------------ */
.pagenation {
  margin-top: 65px;
}

.pagenation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation ul li {
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation ul li:first-child {
  margin-left: 0;
}

.pagenation ul li.active {
  background-color: #70644f;
  color: #fff;
  padding: 5px 10px;
}

.pagenation ul li a {
  background: none repeat scroll 0 0 rgba(51, 71, 116, 0.45);
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.pagenation ul li a:hover {
  background-color: #70644f;
  color: #fff;
  opacity: 1;
}

/*
	ビジュアルエディタ使用
*/
#single .post_content p {
  margin-bottom: 1em;
}
#single .post_content h1,
#single .post_content h2,
#single .post_content h3,
#single .post_content h4,
#single .post_content h5,
#single .post_content h6 {
  font-weight: bold;
  margin: 2em 0 1em;
}
@media print, screen and (max-width: 767.9px) {
  #single .post_content h1 {
    font-size: 200%;
  }
  #single .post_content h2 {
    font-size: 180%;
  }
  #single .post_content h3 {
    font-size: 150%;
  }
  #single .post_content h4 {
    font-size: 130%;
  }
  #single .post_content h5 {
    font-size: 110%;
  }
}
@media print, screen and (min-width: 768px) {
  #single .post_content h1 {
    font-size: 220%;
  }
  #single .post_content h2 {
    font-size: 200%;
  }
  #single .post_content h3 {
    font-size: 170%;
  }
  #single .post_content h4 {
    font-size: 150%;
  }
  #single .post_content h5 {
    font-size: 120%;
  }
}
#single .post_content ul {
  list-style: initial;
  padding-left: 1.5em;
}
#single .post_content ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
}
#single .post_content li {
  margin-bottom: 0.5em;
}
#single .post_content li {
  margin-bottom: 0.5em;
}
#single .post_content blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
}
#single .post_content strong {
  font-weight: bold;
}
#single .post_content em {
  font-style: italic;
}/*# sourceMappingURL=style.css.map */