@charset "UTF-8";
/* -- Reset --
--------------------------------------------------------------　*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  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: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  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;
  -webkit-animation: anime1 1.2s;
  animation: anime1 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow-x: hidden;
  overflow-y: scroll;
}

@-webkit-keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
  印刷対応
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: 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 {
  background-position: 0 0;
  background-repeat: repeat;
  font-family: "Noto Serif JP", serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

#content {
  line-height: 1.7;
  letter-spacing: 1px;
  overflow: hidden;
}

header,
#site_navigation,
#mainvisualarea,
#breadcrumb,
#pagetitlearea,
#content,
footer {
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  a img {
    border: 0;
  }
  a img:hover,
  a img:active {
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (min-width: 1161px) {
  #content,
  footer {
    width: calc(100% - 290px);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1921px) {
  #content,
  footer {
    width: 85%;
  }
}
/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

/* switch */
.switch {
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .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 --
--------------------------------------------------------------　*/
.mainwrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1520px) {
  .mainwrap {
    max-width: 95%;
  }
}

@media print, screen and (min-width: 1521px) and (max-width: 1920px) {
  .mainwrap {
    max-width: 1200px;
  }
}
@media print, screen and (min-width: 1921px) {
  .mainwrap {
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .inner_sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
}

.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: 767px) {
  .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;
  }
}

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

.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/* -- site_title
--------------------------------------------------------------　*/
/* -- header --
--------------------------------------------------------------　*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-position: top left;
  background-repeat: repeat;
}

@media print, screen and (max-width: 1160px) {
  header {
    padding: 10px;
    width: 100%;
  }
  #content {
    margin-top: 58px;
  }
}

@media print, screen and (min-width: 1161px) {
  header {
    width: 290px;
    height: 100vh;
    overflow-y: auto;
  }
}
@media print, screen and (min-width: 1921px) {
  header {
    width: 15%;
  }
}

@media print, screen and (min-width: 1161px) {
  header .logo_wrap {
    color: #fff;
    padding: 20px;
  }
}

header .logo_wrap h1,
header .logo_wrap p.msg-txt {
  font-size: 12px;
  margin-bottom: 15px;
}

@media print, screen and (max-width: 1160px) {
  header .logo_wrap h1,
  header .logo_wrap p.msg-txt {
    opacity: 0;
    line-height: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1160px) {
  header .logo_wrap .nav_logo {
    max-width: 200px;
  }
  header .logo_wrap .nav_logo a img {
    height: 38px;
  }
}

@media print, screen and (max-width: 1160px) {
  header #toggle .menu-trigger {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    width: 55px;
    height: 58px;
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #393939;
  }
  header #toggle .menu-trigger:hover {
    opacity: 1;
  }
  header #toggle .menu-trigger.triggeractive span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 10px;
  }
  header #toggle .menu-trigger.triggeractive span:nth-of-type(2) {
    opacity: 0;
  }
  header #toggle .menu-trigger.triggeractive span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
    top: 31px;
  }
  header #toggle .menu-trigger span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 9999;
  }
  header #toggle .menu-trigger span:nth-child(-n + 3) {
    height: 2px;
    background-color: #fff;
    width: 30px;
    left: 12px;
  }
  header #toggle .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  header #toggle .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  header #toggle .menu-trigger span:nth-of-type(3) {
    top: 30px;
  }
  header #toggle .menu-trigger span:nth-of-type(4) {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 7px;
    font-size: 11px;
    color: #fff;
  }
}

@media print, screen and (min-width: 1161px) {
  header #toggle {
    display: none;
  }
}

@media print, screen and (max-width: 1160px) {
  header .search_sp {
    position: absolute;
    top: 0;
    right: 55px;
    width: 55px;
    background-color: #bc9e79;
  }
  header .search_sp a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    background: url(../images/common/search_wt.png) center 10px no-repeat;
    background-size: 20px;
    letter-spacing: 0;
    height: 58px;
    padding: 37px 5px 5px 5px;
  }
}

@media print, screen and (min-width: 1161px) {
  header .search_sp {
    display: none;
  }
}

@media print, screen and (max-width: 1160px) {
  header nav {
    display: none;
  }
  header nav.menu_open {
    overflow-y: scroll;
    display: block;
    -webkit-animation: menuin 0.5s ease-in-out forwards;
    animation: menuin 0.5s ease-in-out forwards;
    opacity: 1;
    margin: 0;
    clear: both;
    position: fixed;
    z-index: 99;
    padding: 25px 0 15vh;
    top: 58px;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #393939;
  }
}

header nav ul.header_menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header nav ul.header_menu li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

header nav ul.header_menu li a {
  display: block;
  padding: 13px 18px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

header nav ul.header_menu li a:before,
header nav ul.header_menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header nav ul.header_menu li a:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

header nav ul.header_menu li a:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

header nav ul.header_menu li a:before,
header nav ul.header_menu li a:after {
  background-color: rgba(255, 255, 255, 0.6);
}

header nav ul.header_menu li a:before {
  right: 20px;
}

header nav ul.header_menu li a:after {
  right: 22px;
}

@media print, screen and (min-width: 961px) {
  header nav ul.header_menu li a:hover:before {
    right: 15px;
  }
}

@media print, screen and (min-width: 961px) {
  header nav ul.header_menu li a:hover:after {
    right: 18px;
  }
}

header nav .nav_btm {
  padding: 20px;
  text-align: center;
}

header nav .nav_btm a {
  color: #fff;
}

header nav .nav_btm .tel a {
  background: url(../images/common/tel_icon.png) left center no-repeat;
  font-size: 25px;
  padding-left: 30px;
  display: inline-block;
}

header nav .nav_btm .contant,
header nav .nav_btm .header_plan {
  margin: 20px 0;
}

@media print, screen and (max-width: 1160px) {
  header nav .nav_btm .contant a,
  header nav .nav_btm .header_plan a {
    max-width: 240px;
    margin: auto;
    font-size: 18px;
  }
}

header nav .nav_btm .contant a {
  display: block;
  padding: 12px 15px;
  border: solid 1px;
}

header nav .nav_btm .contant a span {
  background: url(../images/common/mail.png) center left no-repeat;
  padding-left: 25px;
}

header nav .nav_btm .header_plan a {
  display: block;
  font-size: 18px;
  padding: 12px;
  background-color: #bc9e79;
}

header nav .nav_btm .cancel_btn a {
  display: inline-block;
  padding: 15px 40px 15px 7px;
  position: relative;
}

header nav .nav_btm .cancel_btn a:before,
header nav .nav_btm .cancel_btn a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header nav .nav_btm .cancel_btn a:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

header nav .nav_btm .cancel_btn a:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

header nav .nav_btm .cancel_btn a:before,
header nav .nav_btm .cancel_btn a:after {
  background-color: rgba(255, 255, 255, 0.6);
}

header nav .nav_btm .cancel_btn a:before {
  right: 0px;
}

header nav .nav_btm .cancel_btn a:after {
  right: 2px;
}

@media print, screen and (min-width: 961px) {
  header nav .nav_btm .cancel_btn a:hover:before {
    right: -5px;
  }
}

@media print, screen and (min-width: 961px) {
  header nav .nav_btm .cancel_btn a:hover:after {
    right: -3px;
  }
}

header nav .nav_btm .lang_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav .nav_btm .lang_link li {
  color: #fff;
}

header nav .nav_btm .lang_link li.selected a {
  color: #fff;
}

header nav .nav_btm .lang_link li:not(:first-of-type):before {
  content: "/";
}

header nav .nav_btm .lang_link li:not(.selected) a {
  color: rgba(255, 255, 255, 0.6);
}

header nav .nav_btm .lang_link li a {
  display: inline-block;
  padding: 0 5px;
}

header nav .nav_btm .lang_link li a {
  display: inline-block;
  padding: 0 5px;
}

header nav .nav_btm .sns_link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav .nav_btm .sns_link li {
  width: 30px;
}

header nav .nav_btm .sns_link li:not(:last-of-type) {
  margin-right: 9px;
}

header nav .nav_btm .sns_link li a {
  display: block;
}

header nav .nav_btm .sns_link li a svg {
  fill: #fff;
}

@media print, screen and (max-width: 1160px) {
  header .lang_sp {
    position: absolute;
    top: 58px;
    right: 0;
    background-color: #ccc;
  }
  header .lang_sp .dp_lang {
    position: relative;
  }
  header .lang_sp .dp_lang:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
  header .lang_sp .dp_lang:hover .lang_link {
    visibility: visible;
    opacity: 1;
  }
  header .lang_sp .dp_lang .lang_link {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-bottom: 5px;
    background-color: #ccc;
  }
  header .lang_sp .dp_lang .lang_link li {
    padding: 0 10px;
  }
  header .lang_sp .dp_lang .lang_link li a {
    padding: 5px;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  header .lang_sp .dp_lang .lang_link li:not(:last-of-type) a {
    border-bottom: solid 1px;
  }
  header .lang_sp .dp_lang p {
    font-size: 14px;
    padding: 6px 15px 6px 7px;
  }
}

@media print, screen and (min-width: 1161px) {
  header .lang_sp {
    display: none;
  }
}

@keyframes menuin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menuin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes header_down {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: tarnslate(0, 0);
    transform: tarnslate(0, 0);
  }
}

@keyframes header_down {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: tarnslate(0, 0);
    transform: tarnslate(0, 0);
  }
}

.h_policy {
  margin-top: 20px;
}
.h_policy a {
  text-decoration: underline;
  font-size: small;
}

/* -- mainvisual --
----------------------　*/
#mainvisualarea {
  position: relative;
}

.mainvisual {
  position: relative;
}

.mainvisual li {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fadeSwiper .swiper-slide img {
    height: 100vh;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .fadeSwiper .swiper-slide img {
    height: 70vh;
  }
}

@media print, screen and (min-width: 961px) {
  .fadeSwiper .swiper-slide img {
    height: 860px;
  }
}

.fadeSwiper .swiper-slide-active .swiper-img,
.fadeSwiper .swiper-slide-duplicate-active .swiper-img,
.fadeSwiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
.fadeSwiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: auto;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  -webkit-animation: zoomout 12s 0s forwards;
  animation: zoomout 12s 0s forwards;
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mv_txt {
  position: absolute;
  width: 100%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}

@media print, screen and (max-width: 960px) {
  .mv_txt {
    top: 50%;
  }
}

@media print, screen and (min-width: 961px) {
  .mv_txt {
    top: 50%;
  }
}

.mvtxt_img.center {
  text-align: center;
}

.mvtxt_img.right {
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  .mvtxt_img {
    padding: 0 15px;
  }
  .play-movie {
    text-align: center;
  }
  .mainwrap + .play-movie {
    margin-top: 30px;
  }
  .play-movie .btn {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 10px 10px 45px;
    position: relative;
  }
  .play-movie .btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.mv-video__mp4 video {
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .pc_ver.mv_sp02,
  .pc_ver.mv_sp03,
  .pc_ver.mv_sp04,
  .pc_ver.mv_sp05 {
    display: none;
  }
  .mv-video__mp4 {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .mv-video__slide {
    display: none;
  }
  .sp_ver {
    display: none;
  }
}
.mv-video__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.mv-video__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9の比率（9÷16×100） */
}

.mv-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.mv-video__mp4 video {
  vertical-align: bottom;
}
/* 下層対応 */

.mv-movie__wrap {
  position: relative;
}
.mv-movie__wrap .op_inner {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(57, 57, 57, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (max-width: 1160px) {
  .mv-movie__wrap {
    margin-top: 52px;
  }
}
@media print, screen and (min-width: 1161px) {
  .mv-movie__wrap .mv-video__wrapper::before {
    padding-top: calc(56.25% - 52px);
  }
  .mv-movie__wrap .mv-video__wrapper iframe {
    top: -52px;
    height: calc(100% + 52px);
  }
}
.mv-movie__wrap .mv-video__mp4 video {
  width: 100%;
}
/* -- page bg --
----------------------　*/
.pagettl_bg {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.pagettl_bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .pagettl_bg:before {
    width: 132px;
    height: 80px;
    bottom: -30px;
  }
}

@media print, screen and (min-width: 768px) {
  .pagettl_bg:before {
    width: 264px;
    height: 159px;
    bottom: -50px;
  }
}

.pagettl_bg .op_inner {
  background: rgba(57, 57, 57, 0.5);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .pagettl_bg .op_inner {
    height: 200px;
  }
}

@media print, screen and (min-width: 768px) {
  .pagettl_bg .op_inner {
    height: 400px;
  }
}

.pagettl_bg .op_inner h2,
.mv-movie__wrap h2 {
  color: #fff;
  letter-spacing: 0.1em;
  background-image: url(../images/common/htag_wt.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 32px;
}

@media print, screen and (max-width: 767px) {
  .pagettl_bg .op_inner h2,
  .mv-movie__wrap h2 {
    font-size: 33px;
  }
}

@media print, screen and (min-width: 768px) {
  .pagettl_bg .op_inner h2,
  .mv-movie__wrap h2 {
    font-size: 42px;
  }
}

.category_bg {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

@media only screen and (max-width: 767px) {
  .category_bg {
    height: 150px;
    background-size: 135px;
  }
}

.category_bg h2 {
  text-align: center;
  margin-bottom: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #393939;
}

@media only screen and (max-width: 560px) {
  .category_bg h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 960px) {
  .category_bg h2 {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 961px) {
  .category_bg h2 {
    padding-top: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .category_bg h2 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .category_bg h2 {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 1160px) {
  .pagettl_bg,
  .category_bg {
    margin-top: 58px;
  }
}

/* -- mv_news --
----------------------　*/
.mv_news {
  padding: 12px;
}

@media print, screen and (min-width: 961px) {
  .mv_news {
    padding: 12px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .mv_news .ticker_wrap h2.ticker_ttl {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap h2.ticker_ttl {
    width: 120px;
    border-right: solid 1px #333;
    padding: 5px 0;
  }
}

@media print, screen and (min-width: 961px) {
  .mv_news .ticker_wrap h2.ticker_ttl {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap .ticker {
    padding-left: 30px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .mv_news .ticker_wrap p.more {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap p.more {
    width: 150px;
  }
  .mv_news .ticker_wrap p.more a {
    max-width: 140px;
    display: block;
    padding: 5px 20px;
    border: solid 1px #333;
    background-color: #fff;
    position: relative;
  }
  .mv_news .ticker_wrap p.more a:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    background-color: #333;
  }
  .mv_news .ticker_wrap p.more a:before,
  .mv_news .ticker_wrap p.more a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mv_news .ticker_wrap p.more a:before {
    top: 50%;
    width: 30px;
    height: 1px;
  }
  .mv_news .ticker_wrap p.more a:after {
    top: 41%;
    width: 1px;
    height: 5px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
  .mv_news .ticker_wrap p.more a:before,
  .mv_news .ticker_wrap p.more a:after {
    background-color: rgba(51, 51, 51, 0.6);
  }
  .mv_news .ticker_wrap p.more a:before {
    right: 20px;
  }
  .mv_news .ticker_wrap p.more a:after {
    right: 22px;
  }
  .mv_news .ticker_wrap p.more a:hover:before,
  .mv_news .ticker_wrap p.more a:hover:after {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media print, screen and (min-width: 768px) and (min-width: 961px) {
  .mv_news .ticker_wrap p.more a:hover:before {
    right: 15px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 961px) {
  .mv_news .ticker_wrap p.more a:hover:after {
    right: 18px;
  }
}

.mv_news .ticker_wrap ul {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap ul {
    width: calc(100% - 160px);
  }
}

.mv_news .ticker_wrap ul li {
  width: 100%;
}

.mv_news .ticker_wrap ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .mv_news .ticker_wrap ul li dl dt {
    width: 100px;
  }
  .mv_news .ticker_wrap .ticker-swiper {
    height: 23px;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap ul li dl dt {
    width: 110px;
  }
  .mv_news .ticker_wrap .ticker-swiper {
    height: 27px;
  }
}

.mv_news .ticker_wrap ul li dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media print, screen and (max-width: 767px) {
  .mv_news .ticker_wrap ul li dl dd {
    width: calc(100% - 100px);
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap ul li dl dd {
    width: calc(100% - 110px);
  }
}

.mv_news .ticker_wrap ul li dl dd.title a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* -- breadcrumb --
----------------------　*/
#breadcrumb ul {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  #breadcrumb ul {
    padding: 20px 10px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #breadcrumb ul {
    padding-top: 20px;
  }
}

#breadcrumb ul li {
  font-size: 14px;
  display: inline-block;
}

#breadcrumb ul li:nth-child(even) {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}

/* -- fixed_btn--
--------------------------------------------------------------　*/
.btn_pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

.btn_pagetop a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .btn_pagetop {
    width: 50px;
    height: 50px;
  }
}

/* -- footer --
--------------------------------------------------------------*/
footer#main-footer {
  background-position: top left;
  background-repeat: repeat;
  background-image: url(../images/common/footer_bg.png);
  color: #fff;
}
.footer_logo {
  max-width: 350px;
  margin: auto;
}
@media print, screen and (max-width: 767px) {
  footer#main-footer {
    padding: 50px 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  footer#main-footer {
    padding: 50px 15px 75px;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .mainwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 1380px) {
  footer#main-footer .fotter_left {
    text-align: center;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .fotter_left {
    width: 38%;
  }
}

footer#main-footer .fotter_left .add {
  margin-top: 20px;
}

footer#main-footer .fotter_left .tel_mail {
  margin-top: 20px;
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_left .tel_mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 1380px) {
  footer#main-footer .fotter_left .tel_mail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer#main-footer .fotter_left .tel_mail li:first-of-type a {
  display: inline-block;
  font-size: 28px;
  padding-left: 30px;
  background: url(../images/common/tel_icon.png) left center no-repeat;
  color: #fff;
}

@media print, screen and (min-width: 961px) and (max-width: 1280px) {
  footer#main-footer .fotter_left .tel_mail li:first-of-type a {
    font-size: 25px;
  }
}

footer#main-footer .fotter_left .tel_mail li:nth-child(2) span {
  padding: 0 10px;
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_left .tel_mail li:nth-child(2) span {
    display: none;
  }
}

footer#main-footer .fotter_left .tel_mail li a {
  color: #fff;
}

footer#main-footer .fotter_left .contant {
  max-width: 200px;
  text-align: center;
}

@media print, screen and (max-width: 1380px) {
  footer#main-footer .fotter_left .contant {
    margin: 20px auto 0;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .fotter_left .contant {
    margin-top: 20px;
  }
}

footer#main-footer .fotter_left .contant a {
  display: block;
  padding: 12px 15px;
  border: solid 1px;
  color: #fff;
}

footer#main-footer .fotter_left .contant a span {
  background: url(../images/common/mail.png) center left no-repeat;
  padding-left: 25px;
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right {
    margin-top: 38px;
  }
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_right {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .fotter_right {
    width: 58%;
  }
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_right .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 1380px) {
  footer#main-footer .fotter_right .footer_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .fotter_right .footer_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_right .footer_menu li:not(:first-of-type) {
    margin-left: 45px;
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right .footer_menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer#main-footer .fotter_right .footer_menu li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

footer#main-footer .fotter_right .footer_menu li a {
  display: block;
  color: #fff;
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right .footer_menu li a {
    padding: 13px 18px;
    font-size: 16px;
    position: relative;
  }
  footer#main-footer .fotter_right .footer_menu li a:before,
  footer#main-footer .fotter_right .footer_menu li a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  footer#main-footer .fotter_right .footer_menu li a:before {
    top: 50%;
    width: 30px;
    height: 1px;
  }
  footer#main-footer .fotter_right .footer_menu li a:after {
    top: 41%;
    width: 1px;
    height: 5px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
  footer#main-footer .fotter_right .footer_menu li a:before,
  footer#main-footer .fotter_right .footer_menu li a:after {
    background-color: rgba(255, 255, 255, 0.6);
  }
  footer#main-footer .fotter_right .footer_menu li a:before {
    right: 20px;
  }
  footer#main-footer .fotter_right .footer_menu li a:after {
    right: 22px;
  }
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right .sns_rsv {
    margin: 38px 0;
  }
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_right .sns_rsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 1380px) {
  footer#main-footer .fotter_right .sns_rsv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1381px) {
  footer#main-footer .fotter_right .sns_rsv {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right .lang_link,
  footer#main-footer .fotter_right .sns_link {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 767px) {
  footer#main-footer .fotter_right .lang_link,
  footer#main-footer .fotter_right .sns_link {
    margin-right: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  footer#main-footer .fotter_right .lang_link,
  footer#main-footer .fotter_right .sns_link {
    margin-right: 30px;
  }
}

footer#main-footer .fotter_right .lang_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer#main-footer .fotter_right .lang_link li {
  color: #fff;
}

footer#main-footer .fotter_right .lang_link li.selected a {
  color: #fff;
}

footer#main-footer .fotter_right .lang_link li:not(:first-of-type):before {
  content: "/";
}

footer#main-footer .fotter_right .lang_link li:not(.selected) a {
  color: rgba(255, 255, 255, 0.6);
}

footer#main-footer .fotter_right .lang_link li a {
  display: inline-block;
  padding: 0 5px;
}

footer#main-footer .fotter_right .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer#main-footer .fotter_right .sns_link li {
  width: 30px;
}

footer#main-footer .fotter_right .sns_link li:not(:last-of-type) {
  margin-right: 9px;
}

footer#main-footer .fotter_right .sns_link li a {
  display: block;
}

footer#main-footer .fotter_right .sns_link li a svg {
  fill: #fff;
}

footer#main-footer .fotter_right .footer_plan {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

@media print, screen and (max-width: 560px) {
  footer#main-footer .fotter_right .footer_plan {
    margin: 0 auto;
  }
  footer#main-footer .fotter_right .footer_plan.pc_btn {
    display: none;
  }
}

@media print, screen and (min-width: 561px) {
  footer#main-footer .fotter_right .footer_plan.sp_btn {
    display: none;
  }
}

footer#main-footer .fotter_right .footer_plan a {
  display: block;
  font-size: 18px;
  padding: 12px;
  /* background-color: #bc9e79;
  color: #fff; */
}

@media print, screen and (max-width: 1380px) {
  #copyright {
    text-align: center;
  }
}

@media print, screen and (min-width: 1381px) {
  #copyright {
    text-align: right;
  }
}

/* -- search_form--
--------------------------------------------------------------　*/
.search_form {
  position: relative;
}

.search_form .bestrate {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media print, screen and (max-width: 1540px) {
  .search_form .bestrate {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media print, screen and (min-width: 1541px) {
  .search_form .bestrate {
    width: 260px;
  }
}

.search_form .bestrate p.ttl {
  font-size: 24px;
  font-weight: 600;
}

.search_form .formwrap {
  padding: 12px 0;
}

@media print, screen and (max-width: 1540px) {
  .search_form .formwrap {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 1541px) {
  .search_form .formwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 1020px) {
  .search_form .formwrap .cancel_btn {
    text-align: center;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .formwrap .cancel_btn {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1540px) {
  .search_form .formwrap .cancel_btn {
    max-width: 925px;
    margin: 0 auto;
  }
}

.search_form .formwrap .cancel_btn a {
  font-size: 13px;
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}

.search_form .formwrap h2 {
  font-size: 24px;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .search_form .formwrap h2 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1240px) {
  .search_form .formwrap h2 {
    margin-right: 2%;
  }
}

@media print, screen and (max-width: 1240px) {
  .search_form .formwrap h2 {
    text-align: center;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .formwrap h2 {
    width: 13%;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .formwrap h2 {
    width: 100px;
    margin-right: 18px;
  }
}

@media print, screen and (min-width: 1541px) {
  .search_form .right_search {
    width: calc(100% - 280px);
    margin: auto;
  }
}
@media print, screen and (min-width: 1921px) {
  .search_form form,
  .cancel_btn {
    max-width: 920px;
  }
}

.search_form form:not(.directin-sp-form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .search_form form {
    max-width: 560px;
    margin: auto;
  }
}

@media print, screen and (max-width: 1020px) {
  .search_form form {
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 1260px) {
  .search_form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 1540px) {
  .search_form form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.search_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  width: 100%;
  border: solid 1px #c7c7c7;
  background-color: #fff;
  font-size: 16px;
  padding: 7px 5px;
}

.search_form input[type="button"],
.search_form input[type="text"],
.search_form input[type="submit"],
.search_form input[type="image"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.search_form textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.search_form .set_date {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search_form .set_date {
    width: 60%;
    margin: 0 2% 2% 2%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .search_form .set_date {
    width: 25%;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .set_date {
    width: 15%;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .set_date {
    width: 160px;
  }
}

.search_form .set_date input {
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: solid 1px #c7c7c7;
}

.search_form .set_date .ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
}

.search_form .set_haku,
.search_form .set_room,
.search_form .set_num {
  margin-left: 2%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search_form .set_haku,
  .search_form .set_room,
  .search_form .set_num {
    width: 30%;
    margin: 0 2% 2% 2%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .search_form .set_haku,
  .search_form .set_room,
  .search_form .set_num {
    width: 15%;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .set_haku,
  .search_form .set_room,
  .search_form .set_num {
    width: 10%;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .set_haku,
  .search_form .set_room,
  .search_form .set_num {
    width: 100px;
    margin-left: 10px;
  }
}

.search_form .set_haku select,
.search_form .set_room select,
.search_form .set_num select {
  height: 40px;
}

.search_form .set_haku:after,
.search_form .set_room:after,
.search_form .set_num:after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .search_form .set_haku:after,
  .search_form .set_room:after,
  .search_form .set_num:after {
    top: 17px;
  }
}

.search_form .submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .search_form .submit_btn {
    margin-top: 2%;
  }
}

@media print, screen and (max-width: 1020px) {
  .search_form .submit_btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .submit_btn {
    width: 32%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 2%;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .submit_btn {
    width: 290px;
    margin-left: 20px;
  }
}

.search_form .submit_btn input,
.search_form .submit_btn .plan a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .search_form .submit_btn input,
  .search_form .submit_btn .plan a {
    height: 40px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .submit_btn input,
  .search_form .submit_btn .plan a {
    width: 140px;
  }
}

.search_form .submit_btn input {
  line-height: 1.7;
  border: none;
  font-family: "Noto Serif JP", serif;
  background-image: url(../images/common/search.png);
  background-repeat: no-repeat;
  border: solid 1px #fff;
  color: #fff;
  padding: 4px 5px;
}

@media only screen and (max-width: 767px) {
  .search_form .submit_btn input {
    background-position: 30px 10px;
  }
}

@media print, screen and (min-width: 767px) and (max-width: 1020px) {
  .search_form .submit_btn input {
    background-position: 50px 10px;
  }
}

@media print, screen and (min-width: 1021px) {
  .search_form .submit_btn input {
    background-position: 30px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .search_form .submit_btn input:hover {
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

.search_form .submit_btn .plan {
  margin-left: 10px;
}

.search_form .submit_btn .plan a {
  padding: 5px;
  display: block;
  background-color: #bc9e79;
}

@media only screen and (max-width: 560px) {
  .search_form .submit_btn .submit,
  .search_form .submit_btn .plan {
    width: 40%;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 1020px) {
  .search_form .submit_btn .submit,
  .search_form .submit_btn .plan {
    width: 180px;
  }
}

@media print, screen and (min-width: 1021px) and (max-width: 1260px) {
  .search_form .submit_btn .submit,
  .search_form .submit_btn .plan {
    width: 48%;
  }
}

/* -- framework && common --
--------------------------------------------------------------　*/
/* -- parts-common--
--------------------------------------------------------------　*/
@media print, screen and (max-width: 767px) {
  .link_btn.plan_all {
    padding: 0 30px;
  }
}

.link_btn.plan_all a {
  margin: 60px auto 0;
}

@media print, screen and (max-width: 350px) {
  .link_btn.plan_all a {
    font-size: 15px;
  }
}

.link_btn.plan_all a {
  max-width: 460px;
}

.link_btn a {
  display: block;
  color: #fff;
  max-width: 300px;
  font-size: 18px;
  text-align: center;
  padding: 19px 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .link_btn a {
    margin: 30px auto 0;
  }
}

@media print, screen and (min-width: 961px) {
  .link_btn a {
    margin-top: 40px;
  }
}

.link_btn a span {
  padding-right: 40px;
  position: relative;
}

.link_btn a span:before,
.link_btn a span:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.link_btn a span:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

.link_btn a span:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.link_btn a span:before,
.link_btn a span:after {
  background-color: rgba(255, 255, 255, 0.6);
}

.link_btn a span:before {
  right: 0px;
}

.link_btn a span:after {
  right: 2px;
  top: 36%;
}

@media print, screen and (min-width: 961px) {
  .link_btn a span:hover:before {
    right: -5px;
  }
}

@media print, screen and (min-width: 961px) {
  .link_btn a span:hover:after {
    right: -3px;
  }
}

/* -- index.php --
--------------------------------------------------------------　*/
.cts_wrap {
  background-image: url(../images/common/wt_bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}

.ttl_freetxt.dsn01 {
  background-position: right top;
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (max-width: 767px) {
  .ttl_freetxt.dsn01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_freetxt.dsn01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt.dsn01 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

.ttl_freetxt .free_h2 h2 {
  text-align: center;
  letter-spacing: 0.25em;
  display: inline-block;
  background-position: center top;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .ttl_freetxt .free_h2 h2 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_freetxt .free_h2 h2 {
    font-size: 36px;
  }
}

.ttl_freetxt .txt_lr {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1921px) {
  .ttl_freetxt .txt_lr {
    max-width: 70%;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_freetxt .txt_lr .free_h2 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_freetxt .txt_lr .free_h2 {
    margin-bottom: 50px;
  }
}

.ttl_freetxt .txt_lr .free_h2 h2 {
  min-width: 300px;
  margin: auto;
  background-image: url(../images/common/freettl_lr.png);
}

@media print, screen and (max-width: 767px) {
  .ttl_freetxt .txt_rl .free_h2 {
    margin-bottom: 30px;
  }
  .ttl_freetxt .txt_rl .free_h2 h2 {
    min-width: 300px;
    margin: auto;
    background-image: url(../images/common/freettl_lr.png);
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_freetxt .txt_rl {
    position: relative;
    height: 415px;
  }
  .ttl_freetxt .txt_rl .free_h2 {
    margin-left: 50px;
  }
  .ttl_freetxt .txt_rl .free_h2 h2 {
    min-height: 300px;
    background-image: url(../images/common/freettl_rl.png);
  }
  .ttl_freetxt .txt_rl .rt_wrap {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    max-height: 415px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media print, screen and (max-width: 960px) {
  .ttl_freetxt .txt {
    line-height: 2;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt .txt {
    font-size: 18px;
    line-height: 2.5;
  }
}

.top_gallery {
  background-color: #ebf6ff;
  position: relative;
}

.top_gallery:before {
  background-color: rgba(57, 57, 57, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.top_gallery::after {
  content: "";
  position: absolute;
  bottom: -50px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .top_gallery::after {
    width: 135px;
    height: 82px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_gallery::after {
    width: 270px;
    height: 163px;
  }
}

@media print, screen and (max-width: 1280px) {
  .top_gallery::after {
    right: 2%;
  }
}

@media print, screen and (min-width: 1281px) {
  .top_gallery::after {
    right: 20%;
  }
}

.top_gallery .mainwrap {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .top_gallery {
    padding: 47px 10px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_gallery {
    padding: 95px 0 125px;
  }
}

.top_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (max-width: 767px) {
  .top_gallery ul li {
    flex: 1 1 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .top_gallery ul li {
    flex: 1 1 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

.top_gallery ul li {
  padding: 5px;
}

.gallery-wrap .img-wrap,
.img_left02 .img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 正方形 */
  overflow: hidden;
}

.gallery-wrap .img-wrap img,
.img_left02 .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.modal__title,
.modal__txt {
  color: #fff;
  text-align: center;
}
.modal__title {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.modal__img {
  text-align: center;
}
.modal__img img {
  width: auto;
  max-height: 60vh;
}
.modal__container {
  padding-right: 40px;
  padding-left: 40px;
}
.modal__container .link_btn a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media print, screen and (max-width: 767.9px) {
  .modal__title {
    font-size: 16px;
  }
  .modal__txt {
    font-size: 12px;
  }
  .modal__container .link_btn a {
    font-size: 16px;
    padding: 15px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .modal__title {
    font-size: 20px;
  }
  .modal__txt {
    font-size: 14px;
  }
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.custom-modal.active {
  display: flex;
}
.custom-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
  position: relative;
  padding-top: 50px;
}

.custom-modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  right: 20px;
  top: 0;
  cursor: pointer;
}
.custom-modal-close::before,
.custom-modal-close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.custom-modal-close::before {
  transform: rotate(45deg);
}
.custom-modal-close::after {
  transform: rotate(-45deg);
}
.custom-modal-prev,
.custom-modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

/* ← 矢印をCSSで描画 */
.custom-modal-prev::before,
.custom-modal-next::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 左矢印 */
.custom-modal-prev {
  left: 0;
}
.custom-modal-prev::before {
  transform: rotate(-135deg);
  left: 15px;
}

/* 右矢印 */
.custom-modal-next {
  right: 0;
}
.custom-modal-next::before {
  transform: rotate(45deg);
  right: 15px;
}

.ttl_imgtxt {
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt {
    background-size: 300px;
    background-position: 50% 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_imgtxt {
    background-size: 450px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt {
    padding-bottom: 50px;
    background-position: 50% 103%;
  }
}

.ttl_imgtxt .top_imgtxt li {
  position: relative;
}

.ttl_imgtxt .top_imgtxt li .clear {
  position: relative;
}

.ttl_imgtxt .top_imgtxt li:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li {
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li .inner_sp {
    background-size: 150px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .inner_sp {
    background-size: 250px;
  }
}

.ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
    width: 128px;
    height: 95px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
    width: 256px;
    height: 190px;
  }
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
    right: 2%;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
    right: 25%;
  }
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) .inner_sp {
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) {
    background-repeat: no-repeat;
    background-position: 95% 0;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) .img_cts .imgtxt_h2 {
    right: -40px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) .img_cts {
    float: left;
    text-align: right;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) .txt_cts {
    margin-left: auto;
    padding-left: 100px;
    padding-right: 15px;
  }
}

.ttl_imgtxt .top_imgtxt li:nth-child(even):before {
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even):before {
    width: 135px;
    height: 82px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even):before {
    width: 270px;
    height: 163px;
  }
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even):before {
    left: 2%;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even):before {
    left: 25%;
  }
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) .inner_sp {
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) {
    background-position: 5% 0;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) .img_cts .imgtxt_h2 {
    left: -40px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) .img_cts {
    float: right;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) .txt_cts {
    padding-right: 100px;
    padding-left: 15px;
  }
}

.ttl_imgtxt .top_imgtxt li:last-of-type:before {
  content: none;
}

.ttl_imgtxt .top_imgtxt li .img_cts {
  position: relative;
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .img_cts {
    text-align: center;
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li .img_cts {
    width: 50%;
    padding-top: 60px;
  }
}

.ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 {
  position: absolute;
  top: 0;
  padding: 30px 15px;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 {
    width: 74px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 {
    width: 84px;
  }
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 {
    left: 15px;
  }
}

.ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 h2 {
  color: #fff;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 h2 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 h2 {
    font-size: 36px;
  }
}

.ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 h2 span {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 1px;
}

@media print, screen and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts {
    width: 50%;
  }
}

.ttl_imgtxt .top_imgtxt li .txt_cts h3 {
  font-weight: 600;
}

@media print, screen and (max-width: 960px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.ttl_imgtxt .top_imgtxt li .txt_cts .ttxtarea {
  line-height: 2;
}

@media print, screen and (max-width: 767px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .link_btn {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .link_btn {
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .link_btn a {
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 767px) {
  .top_news,
  .ttl_tbl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news,
  .ttl_tbl {
    padding: 95px 15px 120px;
  }
}

.top_news {
  max-width: 1000px;
  margin: auto;
}
@media print, screen and (min-width: 1921px) {
  .top_news {
    max-width: 61.3%;
  }
}

.top_news ul li a {
  display: block;
}

.top_news ul li a:hover {
  opacity: 1;
}

.top_news ul li a:hover dl dd {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .top_news ul li a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news ul li a dl dt,
  .top_news ul li a dl dd {
    padding: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_news ul li a dl dt {
    padding: 15px 15px 0 15px;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news ul li a dl dt {
    width: 150px;
  }
}

@media print, screen and (max-width: 767px) {
  .top_news ul li a dl dd {
    padding: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news ul li a dl dd {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}

.ttl_tbl {
  position: relative;
  background-repeat: no-repeat;
}

.ttl_tbl .inner {
  max-width: 1000px;
  margin: auto;
}
@media print, screen and (min-width: 1921px) {
  .ttl_tbl .inner {
    max-width: 61.3%;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_tbl {
    background-size: 150px, 300px;
    background-position:
      100% 18%,
      65% 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1380px) {
  .ttl_tbl {
    background-size: 200px, 450px;
  }
}

@media print, screen and (min-width: 1381px) and (max-width: 1580px) {
  .ttl_tbl {
    background-size: 256px, 450px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_tbl {
    background-position:
      75% 12%,
      105% 103%;
  }
}

.ttl_tbl:before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .ttl_tbl:before {
    top: -100px;
    width: 200px;
    height: 175px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_tbl:before {
    width: 280px;
    height: 245px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_tbl:before {
    width: 400px;
    height: 350px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1820px) {
  .ttl_tbl:before {
    top: -80px;
  }
}

@media print, screen and (min-width: 1821px) {
  .ttl_tbl:before {
    top: -180px;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl_tbl .guide_tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_tbl .guide_tbl dl dt,
  .ttl_tbl .guide_tbl dl dd {
    padding: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_tbl .guide_tbl dl dt {
    padding: 15px 15px 0 15px;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_tbl .guide_tbl dl dt {
    width: 30%;
  }
}

@media print, screen and (max-width: 767px) {
  .ttl_tbl .guide_tbl dl dd {
    padding: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_tbl .guide_tbl dl dd {
    width: 68%;
  }
}

.ttl_access {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .ttl_access {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_access .op_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .op_inner {
    padding: 95px 0;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_access .op_inner .map_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 960px) {
  .ttl_access .op_inner .map_data > li:first-of-type {
    margin-bottom: 22px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1480px) {
  .ttl_access .op_inner .map_data > li:first-of-type {
    width: 55%;
  }
}

@media print, screen and (min-width: 1481px) {
  .ttl_access .op_inner .map_data > li:first-of-type {
    width: 640px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1480px) {
  .ttl_access .op_inner .map_data > li:last-of-type {
    padding-top: 30px;
    padding-right: 15px;
    width: 40%;
  }
}

@media print, screen and (min-width: 1481px) {
  .ttl_access .op_inner .map_data > li:last-of-type {
    width: calc(100% - 640px);
    padding-right: 15px;
    padding-left: 80px;
    padding-top: 50px;
  }
}

.ttl_access .op_inner .map_data .gmap iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ttl_access .op_inner .map_data .gmap iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_access .op_inner .map_data .gmap {
    margin-bottom: 30px;
  }
}

.ttl_access .op_inner .map_data .ryokan_name {
  padding-bottom: 40px;
  font-size: 24px;
}

@media print, screen and (max-width: 960px) {
  .ttl_access .op_inner .map_data .ryokan_name {
    padding-bottom: 10px;
    font-size: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .op_inner .map_data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ttl_access .op_inner .map_data dl dt {
    width: 100px;
  }
  .ttl_access .op_inner .map_data dl dd {
    width: calc(100% - 100px);
  }
}

.ttl_access .op_inner .map_data dl dt,
.ttl_access .op_inner .map_data dl dd {
  padding: 20px;
}

@media print, screen and (max-width: 768px) {
  .ttl_access .op_inner .map_data dl dt {
    padding: 12px 10px 10px;
  }
}

@media print, screen and (max-width: 768px) {
  .ttl_access .op_inner .map_data dl dd {
    padding: 0 10px 12px 10px;
  }
}

.ttl_access .access_route {
  margin-top: 50px;
}

@media print, screen and (max-width: 767px) {
  .ttl_access .access_route {
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ttl_access .access_route.col3 li {
    width: 32%;
    margin-right: 2%;
  }
  .ttl_access .access_route.col3 li:nth-child(3n) {
    margin-right: 0;
  }
  .ttl_access .access_route.col3 li:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ttl_access .access_route.col2 li {
    width: 48%;
  }
  .ttl_access .access_route.col2 li:nth-child(odd) {
    margin-right: 4%;
  }
  .ttl_access .access_route.col2 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route.col1 li {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_access .access_route li {
    margin-bottom: 20px;
  }
}

.ttl_access .access_route li h3.access_h3 {
  font-size: 18px;
  padding: 10px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ttl_access .access_route li h3.access_h3 {
    border: none;
    padding: 20px 17px;
    position: relative;
  }
  .ttl_access .access_route li h3.access_h3 span {
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
  }
  .ttl_access .access_route li h3.access_h3.on:after {
    top: 30px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .ttl_access .access_route li h3.access_h3:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ttl_access .access_route li h3.access_h3:hover {
    cursor: pointer;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route li h3.access_h3 {
    text-align: center;
  }
}

.ttl_access .access_route li h3.access_h3.train span {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.28%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cg%20id%3D%22train%22%3E%3Cg%20id%3D%22icon_t%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.28%2C20.6V5.27A5.27%2C5.27%2C0%2C0%2C0%2C16%2C0H5.27A5.27%2C5.27%2C0%2C0%2C0%2C0%2C5.27V20.6A4.47%2C4.47%2C0%2C0%2C0%2C3.71%2C25L.4%2C30H3.34L4.7%2C28H16.58L17.94%2C30h2.93l-3.3-5A4.49%2C4.49%2C0%2C0%2C0%2C21.28%2C20.6ZM6.08%2C2.36H15.2V3.88H6.08ZM3.34%2C7.28a1.19%2C1.19%2C0%2C0%2C1%2C1.19-1.2H16.75a1.19%2C1.19%2C0%2C0%2C1%2C1.19%2C1.2v5.05a1.19%2C1.19%2C0%2C0%2C1-1.19%2C1.19H4.53a1.19%2C1.19%2C0%2C0%2C1-1.19-1.19ZM4.48%2C21.91a1.4%2C1.4%2C0%2C1%2C1%2C1.39-1.39A1.39%2C1.39%2C0%2C0%2C1%2C4.48%2C21.91Zm1.1%2C4.71%2C1-1.54h8.08l1%2C1.54ZM16.8%2C21.91a1.4%2C1.4%2C0%2C0%2C1%2C0-2.79%2C1.4%2C1.4%2C0%2C1%2C1%2C0%2C2.79Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    left center no-repeat;
  padding-left: 30px;
  background-size: 20px;
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_route li h3.access_h3.train span {
    background-size: auto 90%;
  }
}

.ttl_access .access_route li h3.access_h3.car span {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2022.86%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2%2C8.36c.14-.3.39-.78.85-1.63.2-.4.44-.83.67-1.27H1.45a1.45%2C1.45%2C0%2C1%2C0%2C0%2C2.9Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M28.55%2C5.46H26.47c.24.44.47.87.67%2C1.27.46.85.71%2C1.33.85%2C1.63h.56a1.45%2C1.45%2C0%2C0%2C0%2C0-2.9Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M2.31%2C20.91a2%2C2%2C0%2C0%2C0%2C3.9%2C0V19.06H2.31Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.79%2C20.91a2%2C2%2C0%2C0%2C0%2C3.9%2C0V19.06h-3.9Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M27.41%2C8.72c.1%2C0-3.61-6.79-3.79-7.16A3.08%2C3.08%2C0%2C0%2C0%2C20.86%2C0H9.13A3.07%2C3.07%2C0%2C0%2C0%2C6.38%2C1.56c-.18.37-3.89%2C7.19-3.79%2C7.16L1.29%2C10A1.86%2C1.86%2C0%2C0%2C0%2C.82%2C11.5v5.42c0%2C1%2C.18%2C1.57%2C1.38%2C1.57H27.8c1.2%2C0%2C1.38-.56%2C1.38-1.57V11.5A1.86%2C1.86%2C0%2C0%2C0%2C28.71%2C10ZM5.66%2C6.63S8%2C2.33%2C8.18%2C2.05a1.86%2C1.86%2C0%2C0%2C1%2C1.63-.83H20.19a1.86%2C1.86%2C0%2C0%2C1%2C1.63.83c.14.28%2C2.52%2C4.58%2C2.52%2C4.58a.76.76%2C0%2C0%2C1-.62%2C1.13H6.28A.76.76%2C0%2C0%2C1%2C5.66%2C6.63Zm-.32%2C9.55A2.19%2C2.19%2C0%2C1%2C1%2C7.53%2C14%2C2.19%2C2.19%2C0%2C0%2C1%2C5.34%2C16.18Zm13%2C.59a.29.29%2C0%2C0%2C1-.29.29H12a.29.29%2C0%2C0%2C1-.29-.29V14.1a.29.29%2C0%2C0%2C1%2C.29-.29H18a.29.29%2C0%2C0%2C1%2C.29.29Zm6.33-.59A2.19%2C2.19%2C0%2C1%2C1%2C26.85%2C14%2C2.19%2C2.19%2C0%2C0%2C1%2C24.66%2C16.18Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    left center no-repeat;
  padding-left: 30px;
  background-size: 25px;
}

.ttl_access .access_route li h3.access_h3.plane span {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.38%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22contents%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M30.33%2C16.8a1.75%2C1.75%2C0%2C0%2C0-1.08-1.51l-11.51-4.4C17.72%2C4.45%2C16.93%2C0%2C15.19%2C0s-2.53%2C4.45-2.54%2C10.89L1.14%2C15.29A1.73%2C1.73%2C0%2C0%2C0%2C.06%2C16.8L0%2C18.32a.76.76%2C0%2C0%2C0%2C.29.61%2C1%2C1%2C0%2C0%2C0%2C.71.18s9-1.33%2C11.75-1.76c.11%2C4.87.24%2C7.58.24%2C7.58L9.94%2C26.36a.93.93%2C0%2C0%2C0-.59.87v.56a.93.93%2C0%2C0%2C0%2C1%2C.94l3.84-.22c.13.86.53%2C1.49%2C1%2C1.49s.88-.63%2C1-1.49l3.85.22a.92.92%2C0%2C0%2C0%2C.69-.25%2C1%2C1%2C0%2C0%2C0%2C.3-.69v-.56a.94.94%2C0%2C0%2C0-.6-.87l-3-1.43s.13-2.71.24-7.58c2.75.43%2C11.75%2C1.76%2C11.75%2C1.76a1%2C1%2C0%2C0%2C0%2C.7-.18.76.76%2C0%2C0%2C0%2C.29-.61Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    left center no-repeat;
  padding-left: 30px;
  background-size: 25px;
}

.ttl_access .access_route li h3.access_h3.bus span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M440.286%2C108.659H58.524c-12.164%2C0-23.058%2C7.928-26.761%2C19.459L3.977%2C213.405%20C1.272%2C221.593%2C0%2C230.172%2C0%2C238.89v121.382h56.267h7.216c-0.022-0.66-0.1-1.31-0.1-1.979c0-33.673%2C27.387-61.06%2C61.056-61.06%20c33.67%2C0%2C61.056%2C27.387%2C61.056%2C61.06c0%2C0.669-0.078%2C1.32-0.1%2C1.979h150.762c-0.022-0.66-0.1-1.31-0.1-1.979%20c0-33.673%2C27.387-61.06%2C61.056-61.06c33.67%2C0%2C61.056%2C27.387%2C61.056%2C61.06c0%2C0.669-0.078%2C1.32-0.1%2C1.979H512V180.374%20C512%2C140.795%2C479.864%2C108.659%2C440.286%2C108.659z%20M98.42%2C275.663c0%2C3.994-3.256%2C7.242-7.259%2C7.242H50.797%20c-4.012%2C0-7.268-3.248-7.268-7.242v-37.234c0-4.758%2C0.738-9.482%2C2.232-14.023l23.618-72.722c0.973-2.988%2C3.778-5.019%2C6.917-5.019%20h14.866c4.003%2C0%2C7.259%2C3.256%2C7.259%2C7.259V275.663z%20M227.2%2C219.483c0%2C2.014-1.624%2C3.638-3.643%2C3.638h-83.567%20c-1.998%2C0-3.621-1.624-3.621-3.638v-69.17c0-2.006%2C1.624-3.647%2C3.621-3.647h83.567c2.018%2C0%2C3.643%2C1.641%2C3.643%2C3.647V219.483z%20M351.722%2C219.483c0%2C2.014-1.624%2C3.638-3.622%2C3.638h-86.684c-2.002%2C0-3.63-1.624-3.63-3.638v-69.17c0-2.006%2C1.628-3.647%2C3.63-3.647%20H348.1c1.997%2C0%2C3.622%2C1.641%2C3.622%2C3.647V219.483z%20M468.45%2C215.862c0%2C3.986-3.256%2C7.259-7.259%2C7.259h-66.926%20c-4.011%2C0-7.259-3.273-7.259-7.259v-61.937c0-4.003%2C3.248-7.259%2C7.259-7.259h39.283c19.242%2C0%2C34.902%2C15.673%2C34.902%2C34.906V215.862z%20%22%20style%3D%22fill%3A%20%23ffffff%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M124.439%2C313.235c-24.882%2C0-45.053%2C20.172-45.053%2C45.057c0%2C24.886%2C20.171%2C45.048%2C45.053%2C45.048%20c24.882%2C0%2C45.053-20.162%2C45.053-45.048C169.492%2C333.407%2C149.321%2C313.235%2C124.439%2C313.235z%20M124.439%2C377.135%20c-10.398%2C0-18.847-8.431-18.847-18.842c0-10.376%2C8.449-18.825%2C18.847-18.825c10.399%2C0%2C18.848%2C8.449%2C18.848%2C18.825%20C143.286%2C368.704%2C134.838%2C377.135%2C124.439%2C377.135z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M397.113%2C313.235c-24.882%2C0-45.053%2C20.172-45.053%2C45.057c0%2C24.886%2C20.171%2C45.048%2C45.053%2C45.048%20c24.882%2C0%2C45.053-20.162%2C45.053-45.048C442.166%2C333.407%2C421.995%2C313.235%2C397.113%2C313.235z%20M397.113%2C377.135%20c-10.394%2C0-18.847-8.431-18.847-18.842c0-10.376%2C8.453-18.825%2C18.847-18.825c10.394%2C0%2C18.847%2C8.449%2C18.847%2C18.825%20C415.96%2C368.704%2C407.507%2C377.135%2C397.113%2C377.135z%22%20style%3D%22fill%3A%20%23ffffff%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.ttl_access .access_route li .access_txt {
  padding: 20px 0;
  max-width: 90%;
  margin: 0 auto;
}

.top_plan .swiper-pagination-bullet-active {
  background: #333;
}
.top_plan .swiper-rec {
  position: relative;
}
.swiper-rec .swiper-button-prev,
.swiper-rec .swiper-button-next {
  top: auto;
  bottom: -10px;
}
.swiper-rec .swiper-button-next:after,
.swiper-rec .swiper-button-prev:after {
  font-size: 25px;
}

.top_plan {
  background-repeat: no-repeat;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .top_plan {
    padding-top: 45px;
    padding-bottom: 50px;
    background-size: 320px;
    background-position: 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan {
    padding: 95px 15px;
    background-position: 0 50px;
  }
  .swiper-rec .swiper-button-prev,
  .swiper-rec .swiper-button-next,
  .swiper-rec .swiper-pagination {
    display: none;
  }
}

.top_plan .swiper-pagination {
  position: static;
}

@media print, screen and (min-width: 768px) and (max-width: 1480px) {
  .top_plan {
    background-size: 450px;
  }
}

.top_plan:before {
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 767px) {
  .top_plan:before {
    bottom: -215px;
    width: 320px;
    height: 215px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1420px) {
  .top_plan:before {
    bottom: -100px;
    width: 448px;
    height: 300px;
  }
}

@media print, screen and (min-width: 1421px) {
  .top_plan:before {
    bottom: -250px;
    width: 640px;
    height: 429px;
  }
}

.top_plan ul.page_plan li:nth-child(n + 4) {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .top_plan ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_plan ul li.swiper-slide {
    margin-bottom: 30px;
  }
}

.top_plan ul:not(.layout_05) li a {
  max-width: 360px;
  margin: auto;
}

.top_plan ul li a:hover {
  opacity: 1;
}

.top_plan ul li a .plan_f h4 {
  color: #393939;
  font-size: 24px;
  margin: 15px 0;
  font-weight: 600;
}

@media print, screen and (max-width: 960px) {
  .top_plan ul li a .plan_f h4 {
    font-size: 18px;
  }
}

.top_plan ul li a .plan_f .plan_txt {
  line-height: 2;
}

.top_plan ul li a .plan_img {
  padding: 24px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_plan ul li a .plan_img .circle {
  position: relative;
}

.top_plan ul li a .plan_img .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top_plan ul li a .plan_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.top_plan ul li a .plan_btn {
  margin-top: 30px;
}

.top_plan ul li a .plan_btn p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 18px 10px;
  border: solid 1px;
}

.top_plan ul li a .plan_btn p:hover {
  color: #fff;
}

.top_plan ul li a .plan_btn p:hover span:before,
.top_plan ul li a .plan_btn p:hover span:after {
  background-color: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 961px) {
  .top_plan ul li a .plan_btn p:hover span:before {
    right: -5px;
  }
}

@media print, screen and (min-width: 961px) {
  .top_plan ul li a .plan_btn p:hover span:after {
    right: -4px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top_plan ul li a .plan_btn p {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.top_plan ul li a .plan_btn p span {
  position: relative;
  padding-right: 40px;
}

.top_plan ul li a .plan_btn p span:before,
.top_plan ul li a .plan_btn p span:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top_plan ul li a .plan_btn p span:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

.top_plan ul li a .plan_btn p span:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.top_plan ul li a .plan_btn p span:before {
  right: -1px;
}

.top_plan ul li a .plan_btn p span:after {
  top: 35%;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .top_plan ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .top_plan ul li:not(.swiper-slide) {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .top_plan ul li .plan_btn p {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_01,
  .top_plan ul.layout_02,
  .top_plan ul.layout_03,
  .top_plan ul.layout_04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_01 li {
    width: 32%;
    margin-right: 2%;
  }
  .top_plan ul.layout_01 li:nth-child(3n) {
    margin-right: 0;
  }
  .top_plan ul.layout_01 li:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_02 li {
    width: 23.5%;
    margin-right: 2%;
  }
  .top_plan ul.layout_02 li:nth-child(4n) {
    margin-right: 0;
  }
  .top_plan ul.layout_02 li:nth-child(n + 5) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_03 li {
    width: 49%;
    margin-right: 2%;
  }
  .top_plan ul.layout_03 li:nth-child(even) {
    margin-right: 0;
  }
  .top_plan ul.layout_03 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_04 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_plan ul.layout_04 li {
    width: 49%;
    margin-right: 2%;
  }
  .top_plan ul.layout_04 li:nth-child(-n + 2) {
    width: 49%;
  }
  .top_plan ul.layout_04 li:nth-child(n + 3) {
    width: 32%;
  }
  .top_plan ul.layout_04 li:nth-child(2),
  .top_plan ul.layout_04 li:nth-child(5) {
    margin-right: 0;
  }
  .top_plan ul.layout_04 li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .top_plan ul.layout_05 {
    display: block;
  }
}

.top_plan ul.layout_05 .plan_btn p {
  max-width: 300px;
}

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_05 li:not(:first-of-type) {
    margin-top: 50px;
  }
  .top_plan ul.layout_05 li .plan_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_plan ul.layout_05 li .plan_f .plan_img {
    width: 30%;
  }
  .top_plan ul.layout_05 li .plan_f .inner_sp {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* MV上下バナー追加 ------
-----------------------*/
.bnr_area {
  position: absolute;
  z-index: 3;
}

.bnr_area.top_r,
.bnr_area.btm_r {
  right: 20px;
}

.bnr_area.top_l,
.bnr_area.btm_l {
  left: 20px;
}

.bnr_area li:not(:first-of-type) {
  margin-top: 20px;
}

@media print, screen and (max-width: 767px) {
  .bnr_area {
    max-width: 120px;
  }
  .bnr_area li:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .bnr_area li:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .bnr_area {
    max-width: 200px;
  }
}

@media print, screen and (min-width: 961px) {
  .bnr_area {
    max-width: 240px;
  }
}

@media print, screen and (max-width: 1160px) {
  .bnr_area.top_r {
    top: 100px;
  }
  .bnr_area.top_l {
    top: 65px;
  }
  .bnr_area.top_r,
  .bnr_area.btm_r {
    right: 10px;
  }
  .bnr_area.top_l,
  .bnr_area.btm_l {
    left: 10px;
  }
  .bnr_area.btm_r,
  .bnr_area.btm_l {
    bottom: 10px;
  }
}

@media print, screen and (min-width: 1161px) {
  .bnr_area.btm_r,
  .bnr_area.btm_l {
    bottom: 20px;
  }
  .bnr_area.top_r,
  .bnr_area.top_l {
    top: 20px;
  }
}

.top_bnr {
  padding: 15px;
}
.top_bnr.slide_carousel ul li img {
  width: 100%;
}
.top_bnr.dft ul li {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .top_bnr.dft ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_bnr.dft ul li:not(:first-of-type) {
    margin-top: 20px;
  }
}

.lang_page .ttl_freetxt .txt {
  max-width: 1000px;
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */

.p_tag h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

@media print, screen and (max-width: 960px) {
  .p_tag h2 {
    font-size: 21px;
  }
}

.p_tag h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  display: inline-block;
}

@media print, screen and (max-width: 960px) {
  .p_tag h3 {
    font-size: 18px;
  }
}
.p_tag.layout02 h3 {
  padding-top: 25px;
  padding-left: 0;
  background-position: center top;
}
.p_tag.layout02 {
  text-align: center;
}
.p_tag.layout03 {
  text-align: right;
}

/* -- heading common --
--------------------------------------------------------------　*/
main .top_h2 {
  text-align: center;
  margin-bottom: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #393939;
}

@media only screen and (max-width: 560px) {
  main .top_h2 {
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 960px) {
  main .top_h2 {
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 961px) {
  main .top_h2 {
    padding-top: 40px;
  }
}

main .top_h2.wt {
  background-image: url(../images/common/htag_wt.png);
  color: #fff;
}

main .top_h2.wt h2 {
  color: #fff;
}

main .top_h2 h2 {
  font-size: 36px;
  letter-spacing: 3.6px;
}

@media only screen and (max-width: 960px) {
  main .top_h2 h2 {
    font-size: 30px;
  }
}

/* ---------------------------------　*/
.contact main.page .contact_msg p,
.error main.page .contact_msg p,
.complete main.page .contact_msg p,
.confirm main.page .contact_msg p {
  margin-bottom: 1em;
}

main.error {
  background-image: none;
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea .img_left01 > li:nth-child(odd) .txt_area,
  .slidethumb_txt .img_left01 > li:nth-child(odd) .txt_area {
    position: relative;
  }
  .txt_imgarea .img_left01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_left01 > li:nth-child(odd) .txt_area:before {
    content: "";
    position: absolute;
    top: -10px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media print, screen and (max-width: 767px) {
  .txt_imgarea .img_left01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_left01 > li:nth-child(odd) .txt_area:before {
    right: 10px;
    width: 150px;
    height: 150px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea .img_left01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_left01 > li:nth-child(odd) .txt_area:before {
    right: -50px;
    width: 250px;
    height: 250px;
  }
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .img_left01 > li:nth-child(odd),
  .slidethumb_txt .img_left01 > li:nth-child(odd) {
    position: relative;
  }
  .txt_imgarea .img_left01 > li:nth-child(odd):before,
  .slidethumb_txt .img_left01 > li:nth-child(odd):before {
    position: absolute;
    top: -60px;
    right: -150px;
    z-index: -1;
  }
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea .img_right01 > li:nth-child(odd) .txt_area,
  .slidethumb_txt .img_right01 > li:nth-child(odd) .txt_area {
    position: relative;
  }
  .txt_imgarea .img_right01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_right01 > li:nth-child(odd) .txt_area:before {
    content: "";
    position: absolute;
    top: -10px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media print, screen and (max-width: 767px) {
  .txt_imgarea .img_right01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_right01 > li:nth-child(odd) .txt_area:before {
    left: 10px;
    width: 150px;
    height: 150px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea .img_right01 > li:nth-child(odd) .txt_area:before,
  .slidethumb_txt .img_right01 > li:nth-child(odd) .txt_area:before {
    left: -50px;
    width: 250px;
    height: 250px;
  }
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .img_right01 > li:nth-child(odd),
  .slidethumb_txt .img_right01 > li:nth-child(odd) {
    position: relative;
  }
  .txt_imgarea .img_right01 > li:nth-child(odd):before,
  .slidethumb_txt .img_right01 > li:nth-child(odd):before {
    position: absolute;
    top: -60px;
    left: -150px;
    z-index: -1;
  }
}

@media only screen and (max-width: 960px) {
  .txt_imgarea .img_left01 > li .img_area,
  .txt_imgarea .img_right01 > li .img_area,
  .txt_imgarea .img_left02 > li .img_area,
  .txt_imgarea .img_right02 > li .img_area,
  .slidethumb_txt .img_left01 > li .img_area,
  .slidethumb_txt .img_right01 > li .img_area,
  .slidethumb_txt .img_left02 > li .img_area,
  .slidethumb_txt .img_right02 > li .img_area {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .txt_imgarea .img_left01 > li,
  .txt_imgarea .img_right01 > li,
  .slidethumb_txt .img_left01 > li,
  .slidethumb_txt .img_right01 > li {
    max-width: 560px;
    margin: 0 auto 30px;
  }
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .img_left01 > li,
  .txt_imgarea .img_right01 > li,
  .slidethumb_txt .img_left01 > li,
  .slidethumb_txt .img_right01 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.txt_imgarea .img_left01 > li:not(:first-of-type),
.txt_imgarea .img_right01 > li:not(:first-of-type),
.slidethumb_txt .img_left01 > li:not(:first-of-type),
.slidethumb_txt .img_right01 > li:not(:first-of-type) {
  margin-top: 50px;
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .img_left01 > li .img_area,
  .txt_imgarea .img_right01 > li .img_area,
  .slidethumb_txt .img_left01 > li .img_area,
  .slidethumb_txt .img_right01 > li .img_area {
    width: 48%;
  }
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .img_left01 > li .txt_area,
  .txt_imgarea .img_right01 > li .txt_area,
  .slidethumb_txt .img_left01 > li .txt_area,
  .slidethumb_txt .img_right01 > li .txt_area {
    width: 48%;
  }
}

.txt_imgarea .img_left01 > li .txt_area h4,
.txt_imgarea .img_right01 > li .txt_area h4,
.slidethumb_txt .img_left01 > li .txt_area h4,
.slidethumb_txt .img_right01 > li .txt_area h4,
.txt_carousel__wrap h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #393939;
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea .img_left01 > li .txt_area h4,
  .txt_imgarea .img_right01 > li .txt_area h4,
  .slidethumb_txt .img_left01 > li .txt_area h4,
  .slidethumb_txt .img_right01 > li .txt_area h4,
  .txt_carousel__wrap h4 {
    font-size: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .txt_imgarea .img_right01 > li,
  .txt_imgarea .img_right02 > li,
  .slidethumb_txt .img_right01 > li,
  .slidethumb_txt .img_right02 > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.txt_imgarea .img_left02,
.txt_imgarea .img_right02,
.slidethumb_txt .img_left02,
.slidethumb_txt .img_right02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .txt_imgarea .img_left02 > li,
  .txt_imgarea .img_right02 > li,
  .slidethumb_txt .img_left02 > li,
  .slidethumb_txt .img_right02 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 560px) {
  .txt_imgarea .img_left02 > li,
  .txt_imgarea .img_right02 > li,
  .slidethumb_txt .img_left02 > li,
  .slidethumb_txt .img_right02 > li {
    width: 49%;
  }
  .txt_imgarea .img_left02 > li:nth-child(even),
  .txt_imgarea .img_right02 > li:nth-child(even),
  .slidethumb_txt .img_left02 > li:nth-child(even),
  .slidethumb_txt .img_right02 > li:nth-child(even) {
    margin-left: 2%;
  }
  .txt_imgarea .img_left02 > li:nth-child(n + 3),
  .txt_imgarea .img_right02 > li:nth-child(n + 3),
  .slidethumb_txt .img_left02 > li:nth-child(n + 3),
  .slidethumb_txt .img_right02 > li:nth-child(n + 3) {
    margin-top: 2%;
  }
}

@media print, screen and (min-width: 561px) {
  .txt_imgarea .img_left02 > li,
  .txt_imgarea .img_right02 > li,
  .slidethumb_txt .img_left02 > li,
  .slidethumb_txt .img_right02 > li {
    width: 48%;
  }
  .txt_imgarea .img_left02 > li:nth-child(even),
  .txt_imgarea .img_right02 > li:nth-child(even),
  .slidethumb_txt .img_left02 > li:nth-child(even),
  .slidethumb_txt .img_right02 > li:nth-child(even) {
    margin-left: 4%;
  }
  .txt_imgarea .img_left02 > li:nth-child(n + 3),
  .txt_imgarea .img_right02 > li:nth-child(n + 3),
  .slidethumb_txt .img_left02 > li:nth-child(n + 3),
  .slidethumb_txt .img_right02 > li:nth-child(n + 3) {
    margin-top: 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .txt_imgarea .img_left02 > li .img_area,
  .txt_imgarea .img_left02 > li .txt_area,
  .txt_imgarea .img_right02 > li .img_area,
  .txt_imgarea .img_right02 > li .txt_area,
  .slidethumb_txt .img_left02 > li .img_area,
  .slidethumb_txt .img_left02 > li .txt_area,
  .slidethumb_txt .img_right02 > li .img_area,
  .slidethumb_txt .img_right02 > li .txt_area {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .txt_imgarea .img_left02 > li,
  .txt_imgarea .img_right02 > li,
  .slidethumb_txt .img_left02 > li,
  .slidethumb_txt .img_right02 > li {
    margin-bottom: 30px;
  }
}

.txt_imgarea .img_left02 > li .txt_area h4,
.txt_imgarea .img_right02 > li .txt_area h4,
.slidethumb_txt .img_left02 > li .txt_area h4,
.slidethumb_txt .img_right02 > li .txt_area h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #393939;
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea .img_left02 > li .txt_area h4,
  .txt_imgarea .img_right02 > li .txt_area h4,
  .slidethumb_txt .img_left02 > li .txt_area h4,
  .slidethumb_txt .img_right02 > li .txt_area h4 {
    font-size: 16px;
  }
}

.txt_imgarea .img_top01 > li .img_area,
.txt_imgarea .img_top02 > li .img_area,
.txt_imgarea .img_top03 > li .img_area,
.txt_imgarea .img_top04 > li .img_area,
.slidethumb_txt .img_top01 > li .img_area,
.slidethumb_txt .img_top02 > li .img_area,
.slidethumb_txt .img_top03 > li .img_area,
.slidethumb_txt .img_top04 > li .img_area {
  margin-bottom: 20px;
  text-align: center;
}

.txt_imgarea .img_top01 > li .txt_area h4,
.txt_imgarea .img_top02 > li .txt_area h4,
.txt_imgarea .img_top03 > li .txt_area h4,
.txt_imgarea .img_top04 > li .txt_area h4,
.slidethumb_txt .img_top01 > li .txt_area h4,
.slidethumb_txt .img_top02 > li .txt_area h4,
.slidethumb_txt .img_top03 > li .txt_area h4,
.slidethumb_txt .img_top04 > li .txt_area h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #393939;
}

@media print, screen and (max-width: 960px) {
  .txt_imgarea .img_top01 > li .txt_area h4,
  .txt_imgarea .img_top02 > li .txt_area h4,
  .txt_imgarea .img_top03 > li .txt_area h4,
  .txt_imgarea .img_top04 > li .txt_area h4,
  .slidethumb_txt .img_top01 > li .txt_area h4,
  .slidethumb_txt .img_top02 > li .txt_area h4,
  .slidethumb_txt .img_top03 > li .txt_area h4,
  .slidethumb_txt .img_top04 > li .txt_area h4 {
    font-size: 18px;
  }
}

.txt_imgarea .img_top01 > li,
.slidethumb_txt .img_top01 > li {
  margin-bottom: 30px;
}

.txt_imgarea .img_top01 .txt_area,
.slidethumb_txt .img_top01 .txt_area {
  max-width: 800px;
  margin: auto;
}

@media only screen and (max-width: 560px) {
  .txt_imgarea .img_top02 > li,
  .slidethumb_txt .img_top02 > li {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 561px) {
  .txt_imgarea .img_top02,
  .slidethumb_txt .img_top02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .txt_imgarea .img_top02 > li,
  .slidethumb_txt .img_top02 > li {
    width: 49%;
  }
  .txt_imgarea .img_top02 > li:nth-child(even),
  .slidethumb_txt .img_top02 > li:nth-child(even) {
    margin-left: 2%;
  }
  .txt_imgarea .img_top02 > li:nth-child(n + 3),
  .slidethumb_txt .img_top02 > li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media print, screen and (min-width: 1181px) {
  .txt_imgarea .img_top02 > li,
  .slidethumb_txt .img_top02 > li {
    width: 47.5%;
  }
  .txt_imgarea .img_top02 > li:nth-child(even),
  .slidethumb_txt .img_top02 > li:nth-child(even) {
    margin-left: 5%;
  }
}

@media print, screen and (min-width: 768px) {
  .txt_imgarea .img_top03,
  .slidethumb_txt .img_top03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .txt_imgarea .img_top03 > li,
  .slidethumb_txt .img_top03 > li {
    width: 32%;
    margin-right: 2%;
  }
  .txt_imgarea .img_top03 > li:nth-child(3n),
  .slidethumb_txt .img_top03 > li:nth-child(3n) {
    margin-right: 0;
  }
  .txt_imgarea .img_top03 > li:nth-child(n + 4),
  .slidethumb_txt .img_top03 > li:nth-child(n + 4) {
    margin-top: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .txt_imgarea .img_top03 > li,
  .slidethumb_txt .img_top03 > li {
    max-width: 560px;
    margin: 0 auto 30px;
  }
}

@media print, screen and (min-width: 561px) {
  .txt_imgarea .img_top04,
  .slidethumb_txt .img_top04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 560px) {
  .txt_imgarea .img_top04 > li,
  .slidethumb_txt .img_top04 > li {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 767px) {
  .txt_imgarea .img_top04 > li,
  .slidethumb_txt .img_top04 > li {
    width: 49%;
  }
  .txt_imgarea .img_top04 > li:nth-child(even),
  .slidethumb_txt .img_top04 > li:nth-child(even) {
    margin-left: 2%;
  }
  .txt_imgarea .img_top04 > li:nth-child(n + 3),
  .slidethumb_txt .img_top04 > li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media print, screen and (min-width: 768px) {
  .txt_imgarea .img_top04 > li,
  .slidethumb_txt .img_top04 > li {
    width: 23.5%;
    margin-right: 2%;
  }
  .txt_imgarea .img_top04 > li:nth-child(4n),
  .slidethumb_txt .img_top04 > li:nth-child(4n) {
    margin-right: 0;
  }
  .txt_imgarea .img_top04 > li:nth-child(n + 5),
  .slidethumb_txt .img_top04 > li:nth-child(n + 5) {
    margin-top: 2%;
  }
}

.txt_imgarea .link_url,
.slidethumb_txt .link_url {
  text-align: right;
  margin-top: 20px;
}

.txt_imgarea .link_url a,
.slidethumb_txt .link_url a {
  padding-right: 35px;
  position: relative;
}

.txt_imgarea .link_url a:before,
.txt_imgarea .link_url a:after,
.slidethumb_txt .link_url a:before,
.slidethumb_txt .link_url a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.txt_imgarea .link_url a:before,
.slidethumb_txt .link_url a:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

.txt_imgarea .link_url a:after,
.slidethumb_txt .link_url a:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.txt_imgarea .link_url a:before,
.txt_imgarea .link_url a:after,
.slidethumb_txt .link_url a:before,
.slidethumb_txt .link_url a:after {
  background-color: #c25450;
}

.txt_imgarea .link_url a:before,
.slidethumb_txt .link_url a:before {
  right: 0;
}

.txt_imgarea .link_url a:after,
.slidethumb_txt .link_url a:after {
  right: 2px;
  top: 35%;
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .link_url a:hover:before,
  .slidethumb_txt .link_url a:hover:before {
    right: -5px;
  }
}

@media print, screen and (min-width: 961px) {
  .txt_imgarea .link_url a:hover:after,
  .slidethumb_txt .link_url a:hover:after {
    right: -3px;
  }
}

.link_list ul.bg li a {
  color: #fff;
}

.link_list ul.bg li a:before,
.link_list ul.bg li a:after {
  background-color: #fff;
}

.link_list ul.bg li a:hover {
  background-color: #fff;
}
.link_list ul.frames li a {
  background-color: #fff;
}
.link_list ul.frames li a:hover {
  color: #fff;
}
.link_list ul li a {
  display: block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 19px 35px 19px 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.link_list ul li a:before,
.link_list ul li a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.link_list ul li a:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

.link_list ul li a:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.link_list ul li a:before,
.link_list ul li a:after {
  background-color: #333;
}

.link_list ul li a:before {
  right: 10px;
}

.link_list ul li a:after {
  right: 12px;
  top: 43%;
}

.link_list ul li a:hover {
  background: #393939;
  color: #fff;
  opacity: 1;
}

.link_list ul li a:hover:before,
.link_list ul li a:hover:after {
  background-color: #fff;
}

@media print, screen and (min-width: 961px) {
  .link_list ul li a:hover:before {
    right: 5px;
  }
}

@media print, screen and (min-width: 961px) {
  .link_list ul li a:hover:after {
    right: 8px;
  }
}
.link_list ul.style01 li:not(:last-of-type) {
  margin-bottom: 20px;
}
.link_list ul.style01 li a,
.link_list ul.style02 li a {
  font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
  .link_list ul.style02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link_list ul.style03 li:not(:last-of-type),
  .link_list ul.style04 li:not(:last-of-type),
  .link_list ul.style05 li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_list ul:not(.style01) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .link_list ul.style03 li:nth-child(3n),
  .link_list ul.style03.link-count-4 li:last-of-type,
  .link_list ul.style03.link-count-5 li:last-of-type,
  .link_list ul.style03.link-count-7 li:last-of-type,
  .link_list ul.style03.link-count-8 li:last-of-type,
  .link_list ul.style03.link-count-10 li:last-of-type,
  .link_list ul.style03.link-count-11 li:last-of-type {
    margin-right: 0;
  }
  .link_list ul.style04 li:nth-child(4n),
  .link_list ul.style04.link-count-5 li:last-of-type,
  .link_list ul.style04.link-count-6 li:last-of-type,
  .link_list ul.style04.link-count-7 li:last-of-type,
  .link_list ul.style04.link-count-9 li:last-of-type,
  .link_list ul.style04.link-count-10 li:last-of-type,
  .link_list ul.style04.link-count-11 li:last-of-type {
    margin-right: 0;
  }
  .link_list ul.style05 li:nth-child(5n),
  .link_list ul.style05.link-count-6 li:last-of-type,
  .link_list ul.style05.link-count-7 li:last-of-type,
  .link_list ul.style05.link-count-8 li:last-of-type,
  .link_list ul.style05.link-count-9 li:last-of-type,
  .link_list ul.style05.link-count-11 li:last-of-type,
  .link_list ul.style05.link-count-12 li:last-of-type,
  .link_list ul.style05.link-count-13 li:last-of-type,
  .link_list ul.style05.link-count-14 li:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 960px) {
  .link_list ul.style03 li a,
  .link_list ul.style04 li a,
  .link_list ul.style05 li a {
    font-size: 16px;
  }
  .link_list ul.style02 li {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
  }
  .link_list ul.style02 li:nth-child(even) {
    margin-left: 12px;
  }
  .link_list ul.style02 li:nth-child(n + 3) {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .link_list ul.style03 li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .link_list ul.style04 li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .link_list ul.style05 li {
    width: calc((100% - 48px) / 5);
    margin-right: 12px;
  }
  .link_list ul.style03 li:nth-child(n + 4),
  .link_list ul.style04 li:nth-child(n + 5),
  .link_list ul.style05 li:nth-child(n + 6) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list ul.style03 li a,
  .link_list ul.style04 li a,
  .link_list ul.style05 li a {
    font-size: 18px;
  }
  .link_list ul.style02 li:nth-child(n + 3),
  .link_list ul.style03 li:nth-child(n + 4),
  .link_list ul.style04 li:nth-child(n + 5),
  .link_list ul.style05 li:nth-child(n + 6) {
    margin-top: 40px;
  }
  .link_list ul.style02 li {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .link_list ul.style02 li:nth-child(even) {
    margin-left: 40px;
  }
  .link_list ul.style03 li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .link_list ul.style04 li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
  .link_list ul.style05 li {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 961px) {
  .tbl_contents .tbl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tbl_contents .tbl_flex.img_btn02 {
    flex-direction: row-reverse;
  }
  .tbl_contents .tbl_flex > li:first-of-type {
    width: 40%;
  }
  .tbl_contents .tbl_flex > li:nth-child(2) {
    width: 55%;
  }
}

@media only screen and (max-width: 960px) {
  .tbl_contents .tbl_flex > li:first-of-type {
    margin-bottom: 30px;
    text-align: center;
  }
}

.tbl_contents table tr:nth-child(odd) th,
.tbl_contents table tr:nth-child(odd) td {
  background-color: rgba(57, 57, 57, 0.1);
}

@media only screen and (max-width: 767px) {
  .tbl_contents table th,
  .tbl_contents table td {
    display: block;
    width: 100%;
  }
}

.tbl_contents table th {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .tbl_contents table th {
    padding: 10px 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .tbl_contents table th {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tbl_contents table td {
    padding: 0 5px 10px 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .tbl_contents table td {
    padding: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .accordion ul.other .sd_h4 {
    padding: 20px 65px 20px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .accordion ul.other .sd_content {
    padding: 20px 65px 20px 20px;
  }
}

.accordion ul.other table th {
  display: none;
}

.accordion ul li:not(:last-of-type) {
  margin-bottom: 30px;
}

.accordion ul li table th {
  width: 40px;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .accordion ul li table th {
    width: 30px;
  }
}

.accordion ul li .sd_h4 {
  position: relative;
  background-color: #393939;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .accordion ul li .sd_h4 {
    padding: 10px 30px 10px 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 {
    padding: 20px 65px 20px 20px;
  }
}

.accordion ul li .sd_h4.on:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.accordion ul li .sd_h4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  width: 17px;
  height: 17px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .accordion ul li .sd_h4:after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}

.accordion ul li .sd_h4:hover {
  cursor: pointer;
}

.accordion ul li .sd_h4 table th {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 table th,
  .accordion ul li .sd_h4 table td {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion ul li .sd_content {
    padding: 10px 30px 10px 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content {
    padding: 20px 65px 20px 20px;
  }
}

.accordion ul li .sd_content table th {
  color: #bc9e79;
}

@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content table th {
    font-size: 20px;
  }
}

.slide_carousel .carousel03 li a {
  display: block;
}

.slide_carousel .carousel03 li.link_none a {
  pointer-events: none;
}

.slide_carousel .carousel03 li .slide_txt {
  text-align: center;
  margin-top: 10px;
}

.slide_carousel .swiper-button-prev,
.slide_carousel .swiper-button-next,
.swiper-rec .swiper-button-prev,
.swiper-rec .swiper-button-next {
  z-index: 3;
}
.carousel03-wrap {
  position: relative;
}
.carousel03-wrap.type01 .swiper-button-prev,
.carousel03-wrap.type01 .swiper-button-next,
.carousel03-wrap.type02 .swiper-pagination {
  display: none;
}
.carousel03-wrap .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.carousel03-wrap .swiper-pagination-bullet-active {
  background: #333;
}

.slide_thumb .link_url {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .slide_thumb .link_url {
    margin-top: 20px;
  }
}

.slide_thumb .link_url a {
  padding-right: 35px;
  position: relative;
}

.slide_thumb .link_url a:before,
.slide_thumb .link_url a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slide_thumb .link_url a:before {
  top: 50%;
  width: 30px;
  height: 1px;
}

.slide_thumb .link_url a:after {
  top: 41%;
  width: 1px;
  height: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.slide_thumb .link_url a:before {
  right: 0;
}

.slide_thumb .link_url a:after {
  right: 2px;
  top: 35%;
}

@media print, screen and (min-width: 961px) {
  .slide_thumb .link_url a:hover:before {
    right: -5px;
  }
}

@media print, screen and (min-width: 961px) {
  .slide_thumb .link_url a:hover:after {
    right: -3px;
  }
}

.slide_thumb .txt_area {
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 800px;
  margin: auto;
}
@media print, screen and (min-width: 1921px) {
  .slide_thumb .txt_area {
    max-width: 70%;
  }
}

.slide_thumb .txt_area h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #393939;
}

@media print, screen and (max-width: 960px) {
  .slide_thumb .txt_area h4 {
    font-size: 21px;
  }
}

@media print, screen and (max-width: 767px) {
  .slidethumb_txt.en ul.img_left01 > li,
  .slidethumb_txt.en ul.img_right01 > li,
  .slidethumb_txt.en ul.img_left02 > li,
  .slidethumb_txt.en ul.img_right02 > li {
    padding: 35px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .slidethumb_txt.en {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
  }
  .slidethumb_txt.en ul.img_left01 > li,
  .slidethumb_txt.en ul.img_right01 > li,
  .slidethumb_txt.en ul.img_left02 > li,
  .slidethumb_txt.en ul.img_right02 > li {
    padding: 50px 15px;
  }
}

/* 献立用css */
#kondate_ttl,
.kondate_wrap {
  max-width: 800px;
  margin: auto;
}

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

.c_wrap {
  margin: auto;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media print, screen and (max-width: 1360px) {
  .c_wrap {
    max-width: 95%;
  }
}

@media print, screen and (min-width: 1361px) and (max-width: 1920px) {
  .c_wrap {
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 1921px) {
  .c_wrap {
    max-width: 70%;
  }
}

.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 #333;
  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 {
  padding: 15px;
}

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

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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);
  }
}

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

.c_wrap .sidebar {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
}

@media only screen and (max-width: 767px) {
  .c_wrap .sidebar {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }
  .c_wrap .sidebar > div {
    width: 30.5%;
  }
}

.c_wrap .sidebar h2 {
  color: #393939;
}

@media print, screen and (max-width: 960px) {
  .c_wrap .sidebar h2 {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 961px) {
  .c_wrap .sidebar h2 {
    font-size: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .c_wrap .sidebar .list {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap .sidebar .list {
    margin-right: 4%;
  }
}

.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 .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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_wrap .sidebar select {
  width: 100%;
  padding: 10px 15px 10px;
  font-size: 90%;
  border: 1px solid #393939;
  -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;
}

/* ----------
single_pager ------------------ */
.single_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (max-width: 767px) {
  .single_pager {
    margin: 50px auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .single_pager {
    margin: 100px auto 0;
  }
}

.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #393939;
}

@media print, screen and (max-width: 767px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
  color: #fff;
  cursor: not-allowed;
  padding: 5px 10px;
}

.pagenation ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagenation ul li a:hover {
  color: #fff;
  opacity: 1;
}

/* page_contact --
--------------------------------------------------------------　*/
.contact_form {
  max-width: 950px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px;
}

@media print, screen and (max-width: 767px) {
  .contact_form {
    padding: 45px 15px;
  }
}

.contact_form .required_txt {
  margin-bottom: 1em;
}

.contact_form span.required {
  display: inline-block;
  padding-left: 5px;
}

.contact_form table {
  margin-bottom: 50px;
}

.contact_form table th,
.contact_form table td {
  vertical-align: top;
  padding: 10px;
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  .contact_form table th,
  .contact_form table td {
    display: list-item;
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_form table th {
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_form table th {
    width: 28%;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_form table td {
    width: 70%;
  }
}

.contact_form table td input {
  border: solid 1px #393939;
  padding: 7px;
  background-color: #fff;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .contact_form table td input {
    font-size: 16px;
  }
}

.contact_form table td textarea,
.contact_form table td input[type="email"],
.contact_form table td input[name="your-address"] {
  width: 100%;
}

.contact_form table td input[name="your-name"],
.contact_form table td input[name="your-tel"] {
  width: 60%;
}

.contact_form table td input[name="estimate3-tsubo"],
.contact_form table td input[name="estimate7"],
.contact_form table td input[name="estimate8"] {
  width: 4em;
  margin: 0 5px;
}

.contact_form table td input#zip {
  width: 10em;
  margin-left: 5px;
  margin-bottom: 10px;
}

.contact_form table td input[type="checkbox"],
.contact_form table td input[type="radio"] {
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .contact_form table td input[type="radio"] {
    position: relative;
    margin-top: -3px;
  }
}

.contact_form table td input.wpcf7c-conf,
.contact_form table td textarea.wpcf7c-conf {
  border: solid #fff 1px !important;
  padding: 0;
  background: #fff !important;
}

.contact_form table td input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.contact_form table td .mwform-radio-field label,
.contact_form table td .mwform-checkbox-field label {
  margin-left: 0;
  margin-right: 1em;
}

@media print, screen and (max-width: 767px) {
  .contact_form table td .mwform-radio-field label,
  .contact_form table td .mwform-checkbox-field label {
    display: block;
    margin-bottom: 0;
  }
}

.contact_form table td textarea {
  border: solid 1px #393939;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .contact_form table td textarea {
    font-size: 16px;
  }
}

.contact_form .submit input {
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background-color: #bc9e79;
  color: #fff;
  width: 250px;
  font-size: 18px;
  text-align: center;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
}
.contact_form .submit input:disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 560px) {
  .contact_form .submit input {
    margin: 0 auto;
  }
}

.contact_form .link_btn a {
  margin: 30px auto 0;
}
.recaptcha_txt {
  max-width: 950px;
  margin: 50px auto 10px;
}
.recaptcha_txt p {
  font-size: smaller;
  padding: 0 15px;
}

/* プラポリ追加 ---------------------------------　*/
.policy main p,
.policy main ul {
  margin-bottom: 1em;
}
.f_policy a {
  text-decoration: underline;
  font-size: small;
  color: #fff;
}
@media print, screen and (min-width: 1381px) {
  .f_policy {
    text-align: right;
  }
}
@media print, screen and (max-width: 1380px) {
  .f_policy {
    margin-bottom: 30px;
    text-align: center;
  }
}
/* 4Kモニタ対応 ---------------------------------　*/
.top_gallery {
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  .free_layout .layout02 > div {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .free_layout .layout02 {
    display: flex;
    justify-content: space-between;
  }
}
/* カルーセル+テキストエリア追加  ---------------------------------　*/
.txt_carousel .swiper-pagination {
  position: static;
}
.txt_carousel .type01 .swiper-button-prev,
.txt_carousel .type01 .swiper-button-next,
.txt_carousel .type02 .swiper-pagination {
  display: none;
}
.txt_carousel .swiper-pagination-bullet-active {
  background: #333;
}
.txt_carousel__wrap {
  padding: 30px 20px 50px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.txt_carousel .swiper-button-prev,
.txt_carousel .swiper-button-next,
.carousel03-wrap .swiper-button-prev,
.carousel03-wrap .swiper-button-next {
  color: #fff;
}
.txt_carousel .swiper-button-prev::after,
.txt_carousel .swiper-button-next::after,
.carousel03-wrap .swiper-button-prev::after,
.carousel03-wrap .swiper-button-next::after {
  font-size: 20px;
}
.txt_carousel .swiper-button-prev {
  left: 12vw;
}
.txt_carousel .swiper-button-next {
  right: 12vw;
}
@media print, screen and (max-width: 767.9px) {
  .carousel-txt.col2 li {
    width: 100% !important;
  }
  .carousel-txt.col2 li:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
  .txt_carousel .swiper-button-prev,
  .txt_carousel .swiper-button-next,
  .carousel03-wrap .swiper-button-prev,
  .carousel03-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .carousel03-wrap .swiper-button-prev {
    left: 12vw;
  }
  .carousel03-wrap .swiper-button-next {
    right: 12vw;
  }
}
@media print, screen and (min-width: 768px) {
  .carousel-txt.col2 {
    display: flex;
    justify-content: space-between;
  }
  .txt_carousel .swiper-button-prev,
  .txt_carousel .swiper-button-next,
  .carousel03-wrap .swiper-button-prev,
  .carousel03-wrap .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .carousel03-wrap .swiper-button-prev {
    left: -15px;
  }
  .carousel03-wrap .swiper-button-next {
    right: -15px;
  }
}

#fixed_cts {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 4;
  display: none;
}
#fixed_cts li {
  text-align: right;
}
#fixed_cts li a {
  display: inline-block;
}
#fixed_cts li.f_btn02 .f_wrap {
  padding: 1.5em 1em;
  border-radius: 6px 0 0 6px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#fixed_cts li.f_btn02 small {
  font-size: 78%;
}
#fixed_cts li .f_img {
  padding-right: 10px;
}
@media print, screen and (max-width: 767.9px) {
  #fixed_cts li.f_btn01 {
    max-width: 160px;
  }
  #fixed_cts li.f_btn02 .f_wrap {
    font-size: 76%;
  }
  #fixed_cts li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #fixed_cts li.f_btn01 {
    max-width: 300px;
  }
  #fixed_cts li.f_btn02 .f_wrap {
    font-size: 88%;
  }
  #fixed_cts li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
/* スクロールバーを明示的に表示 */
.swiper-scrollbar {
  background: #eee;
  border-radius: 2px;
}

.main-swiper {
  margin-bottom: 20px;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 7px;
  width: 100%;
}

.thumb-swiper .swiper-wrapper {
  display: flex;
}
.thumb-swiper .swiper-slide {
  background-color: #000;
}
.thumb-swiper .swiper-slide img {
  opacity: 0.7;
}
.thumb-swiper .swiper-slide-thumb-active img {
  opacity: 1;
}
.responsive-rect {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding-top: 66.66%;
  overflow: hidden;
}

.responsive-rect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}
/* 横に流れるスライダー */
.side-slider__img .swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.side-slider__img .swiper-slide img {
  height: auto;
  width: 100%;
}
.side-slider__img .swiper-wrapper {
  will-change: transform;
  backface-visibility: hidden;
}
/*
	ビジュアルエディタ使用
*/
.article_text p {
  margin-bottom: 1em;
}

.article_text h1,
.article_text h2,
.article_text h3,
.article_text h4,
.article_text h5,
.article_text h6 {
  font-weight: bold;
  margin: 2em 0 1em;
}

.article_text ul {
  list-style: initial; /* ブラウザ標準に戻す */
  padding-left: 1.5em; /* インデント調整（必要に応じて） */
}
.article_text ol {
  list-style-type: decimal; /* 数字 */
  list-style-position: outside; /* 通常の外側表示 */
  padding-left: 1.5em; /* インデント（調整可能） */
}

.article_text li {
  margin-bottom: 0.5em; /* 各リストアイテムの間隔 */
}

.article_text li {
  margin-bottom: 0.5em;
}

.article_text blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
}
.article_text strong {
  font-weight: bold;
}
.article_text em {
  font-style: italic;
}
@media print, screen and (max-width: 767.9px) {
  .article_text h1 {
    font-size: 200%;
  }
  .article_text h2 {
    font-size: 180%;
  }
  .article_text h3 {
    font-size: 150%;
  }
  .article_text h4 {
    font-size: 130%;
  }
  .article_text h5 {
    font-size: 110%;
  }
}

@media print, screen and (min-width: 768px) {
  .article_text h1 {
    font-size: 220%;
  }
  .article_text h2 {
    font-size: 200%;
  }
  .article_text h3 {
    font-size: 170%;
  }
  .article_text h4 {
    font-size: 150%;
  }
  .article_text h5 {
    font-size: 120%;
  }
}
