@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Yeseva+One&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@font-face {
  font-family: "h-font";
  src: url("../fonts/Corporate-Logo-Medium-ver2.woff") format("woff");
}

/* -- 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: #fff;
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
}

body .en-f {
  font-family: "Yeseva One", cursive;
}

body .ht-f {
  font-family: "h-font";
}

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

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

#main {
  line-height: 1.7;
  letter-spacing: 1px;
}

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

a {
  color: #222222;
  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;
}

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

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

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}

/* -- original common --
--------------------------------------------------------------　*/
.mainwrap {
  margin: 0 auto;
}

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

@media print, screen and (min-width: 1251px) {
  .mainwrap {
    max-width: 1200px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .c_inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 767.9px) {
  .inner_sp {
    padding-left: 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: 767.9px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sp_w::-webkit-scrollbar {
    height: 10px;
  }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

.access .c_inner {
  padding-bottom: 0;
}

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

/* -- common
--------------------------------------------------------------　*/
.tel_icon a {
  display: inline-block;
  font-size: 30px;
  padding-left: 30px;
  color: #fff;
  position: relative;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2225%22%20height%3D%2225%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%22header%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12%2C0a12%2C12%2C0%2C0%2C0%2C0%2C24h0a4.43%2C4.43%2C0%2C0%2C0%2C3-1.06%2C3.28%2C3.28%2C0%2C0%2C0%2C.85-3.74%2C3.78%2C3.78%2C0%2C0%2C0%2C.53-.35%2C1.25%2C1.25%2C0%2C0%2C0%2C.36-1.49%2C12.48%2C12.48%2C0%2C0%2C0-2.16-2.23%2C1.08%2C1.08%2C0%2C0%2C0-1.32.44c-.3.45-.54.31-.54.31a10%2C10%2C0%2C0%2C1-2.07-3.12A9.94%2C9.94%2C0%2C0%2C1%2C9.49%2C9.22s0-.27.58-.24a1.1%2C1.1%2C0%2C0%2C0%2C1.15-.79%2C12.83%2C12.83%2C0%2C0%2C0-.47-3.07c-.25-.68-1.18-.69-1.41-.62A3.58%2C3.58%2C0%2C0%2C0%2C6.58%2C7.61a12.53%2C12.53%2C0%2C0%2C0%2C1.36%2C6.53%2C12.49%2C12.49%2C0%2C0%2C0%2C4.37%2C5%2C3.11%2C3.11%2C0%2C0%2C0%2C2.32.5%2C1.89%2C1.89%2C0%2C0%2C1%2C.17.8%2C1.93%2C1.93%2C0%2C0%2C1-.65%2C1.45%2C3.08%2C3.08%2C0%2C0%2C1-2.12.7h0a10.67%2C10.67%2C0%2C1%2C1%2C7.72-3.33.69.69%2C0%2C0%2C0%2C0%2C1%2C.68.68%2C0%2C0%2C0%2C1%2C0%2C12.23%2C12.23%2C0%2C0%2C0%2C1.87-2.58A12%2C12%2C0%2C0%2C0%2C12%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    left center no-repeat;
  background-size: 25px;
}

@media print, screen and (max-width: 767.9px) {
  .tel_icon a {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .tel_icon a {
    font-size: 25px;
  }
}

.lang_page .contact_btn a {
  padding: 6px 15px;
}

.contact_btn a {
  padding: 15px;
  display: block;
  width: 100%;
  max-width: 220px;
  text-align: center;
  border-radius: 14px;
  background-color: #fff;
}

.contact_btn a span {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.sns_link li {
  display: inline-block;
  height: 30px;
}

.sns_link li:not(:first-of-type) {
  margin-left: 7px;
}

.sns_link li .cls-1 {
  fill: #fff;
}

.lang_link li {
  display: inline-block;
}

.lang_link li.selected a,
.lang_link li:hover a {
  background-color: #fff;
  opacity: 1;
}

.lang_link li a {
  display: block;
  color: #fff;
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 0 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print, screen and (max-width: 960px) {
  .header_plan {
    margin: 20px auto;
    max-width: 240px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .header_plan {
    width: 200px;
  }
}

@media print, screen and (min-width: 1161px) {
  .header_plan {
    width: 240px;
  }
}

.header_plan a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  font-size: 12px;
  padding: 6px;
  color: rgba(255, 255, 255, 0.6);
}

.header_plan a span {
  font-size: 22px;
  color: #fff;
  display: block;
  font-family: "Yeseva One", cursive;
}

@media print, screen and (max-width: 960px) {
  .lang_page .header_plan a {
    font-size: 18px;
  }
  .header_plan a {
    background-color: #fff;
  }
}

@media print, screen and (min-width: 961px) {
  .header_plan a {
    color: #fff;
  }
}

/* -- header --
--------------------------------------------------------------　*/
header {
  position: relative;
}

@media print, screen and (max-width: 960px) {
  header #toggle,
  header .search_sp {
    position: fixed;
    top: 17px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  header #toggle a,
  header .search_sp a {
    height: 100%;
  }
}

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

@media print, screen and (max-width: 960px) {
  header #toggle {
    right: 10px;
    z-index: 100;
  }
  header #toggle .menu-trigger {
    display: block;
    position: relative;
  }
  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: 30px;
  }
  header #toggle .menu-trigger span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
  }
  header #toggle .menu-trigger span:nth-child(-n + 3) {
    height: 2px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header #toggle .menu-trigger span:nth-of-type(1) {
    top: 13px;
  }
  header #toggle .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  header #toggle .menu-trigger span:nth-of-type(3) {
    top: 27px;
  }
}

@media print, screen and (max-width: 960px) {
  header .search_sp {
    right: 60px;
    z-index: 98;
  }
  header .search_sp 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 961px) {
  .home #menu,
  .page-template-page-language-php #menu {
    margin-top: 0;
  }
}

@media print, screen and (max-width: 767.9px) {
  #menu.menu_open {
    overflow-y: scroll;
  }
}

@media print, screen and (max-width: 960px) {
  #menu {
    display: none;
  }
  #menu.menu_open {
    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: 0 0 70px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media print, screen and (min-width: 1621px) {
  #menu {
    margin-top: -38px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1620px) {
  #menu {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 961px) {
  #menu.fixed {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    border-top: none;
    -webkit-box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-animation-name: header_down;
    animation-name: header_down;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #menu.fixed nav {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
  }
  #menu.fixed nav .nav_logo {
    display: block;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  #menu.fixed nav .nav_logo {
    width: 23%;
  }
}

@media print, screen and (min-width: 1161px) {
  #menu.fixed nav .nav_logo {
    width: 28%;
  }
}

@media print, screen and (min-width: 768x) {
  #menu.fixed nav .nav_logo {
    padding: 10px;
  }
  #menu.fixed nav .nav_logo img {
    max-height: 50px;
  }
}

#menu.fixed nav .nav_in {
  max-width: 100%;
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  #menu.fixed nav .nav_in {
    width: 76%;
  }
  #menu.fixed nav .nav_in ul.header_menu li a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1161px) {
  #menu.fixed nav .nav_in {
    width: 72%;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1520px) {
  #menu.fixed nav .nav_in ul.header_menu li a span {
    font-size: 16px;
  }
  #menu.fixed nav .nav_in .header_plan {
    width: 170px;
  }
  #menu.fixed nav .header_plan a span {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1521px) {
  #menu.fixed nav .nav_in ul.header_menu li {
    width: auto;
    min-width: 150px;
  }
  #menu.fixed nav .nav_in .header_plan {
    width: 200px;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav .nav_in .header_plan {
    display: none;
  }
  #menu.fixed nav .nav_in .header_plan {
    display: block;
  }
  #menu.fixed nav .nav_in ul.header_menu li a span {
    padding-bottom: 0;
  }
  #menu.fixed nav .nav_in ul.header_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #menu.fixed nav .nav_in ul.header_menu li a {
    height: 100%;
    padding: 12px 5px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222222;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav .nav_in {
    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;
    max-width: 1200px;
    margin: 0 auto;
  }
}

#menu nav ul.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 960px) {
  #menu nav ul.header_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #menu nav .nav_logo {
    padding: 25px 10px;
    width: calc(100% - 120px);
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav ul.header_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #menu nav .nav_logo {
    display: none;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  #menu nav ul.header_menu {
    width: calc(100% - 130px);
  }
}

@media print, screen and (min-width: 1161px) {
  #menu nav ul.header_menu {
    width: calc(100% - 240px);
  }
}

@media print, screen and (max-width: 960px) {
  #menu nav ul.header_menu li {
    width: 50%;
    border-bottom: solid 1px #fff;
  }
  #menu nav ul.header_menu li:nth-child(-n + 2) {
    border-top: solid 1px #fff;
  }
  #menu nav ul.header_menu li:nth-child(odd) {
    border-right: solid 1px #fff;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav ul.header_menu li {
    width: 100%;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav ul.header_menu li.current_page_item a,
  #menu nav ul.header_menu li a:hover {
    opacity: 1;
  }
}

#menu nav ul.header_menu li a {
  display: block;
  text-align: center;
  color: #fff;
}

@media print, screen and (max-width: 960px) {
  #menu nav ul.header_menu li a {
    font-size: 16px;
    padding: 5px;
    color: #fff;
  }
  .lang_page #menu nav ul.header_menu li a span {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav ul.header_menu li a {
    font-size: 12px;
    padding: 22px 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .lang_page #menu.fixed nav .nav_in ul.header_menu li a span,
  .lang_page #menu.fixed .header_plan a {
    font-size: 18px;
  }
}

#menu nav ul.header_menu li a span {
  display: block;
  padding-top: 5px;
  letter-spacing: 0;
  font-family: "Yeseva One", cursive;
}

@media print, screen and (max-width: 960px) {
  #menu nav ul.header_menu li a span {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 961px) {
  #menu nav ul.header_menu li a span {
    font-size: 22px;
  }
}

#menu nav .tel_icon,
#menu nav .sns_link,
#menu nav .lang_link {
  text-align: center;
}

#menu nav .lang_link {
  margin: 20px 0;
}

#menu nav .sns_link {
  margin-top: 20px;
}

#menu nav .tel_icon a {
  line-height: 1;
}

#menu nav .contact_btn a {
  margin: 18px auto;
}

@media print, screen and (max-width: 960px) {
  #menu nav .contact_btn a {
    width: 240px;
  }
}

.rst_hd {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(transparent));
  background-image: linear-gradient(#2a2a2a, transparent);
}

@media print, screen and (min-width: 961px) {
  .h-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rst_hd {
    position: absolute;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .rst_hd {
    padding: 20px 15px;
  }
  .h-top .h-top_left {
    width: 32%;
  }
  .h-top .h-top_right {
    width: 66%;
  }
}

@media print, screen and (min-width: 1161px) {
  .rst_hd {
    padding: 20px 50px;
  }
  .h-top .h-top_left {
    width: 300px;
  }
  .h-top .h-top_right {
    width: calc(100% - 320px);
  }
}

@media print, screen and (max-width: 960px) {
  .h-top .header_logo {
    width: calc(100% - 120px);
    padding: 10px;
    max-width: 320px;
    margin-top: 10px;
  }
  .rst_hd {
    position: fixed;
  }
}

@media print, screen and (min-width: 961px) {
  .h-top .header_logo {
    max-width: 300px;
    margin-bottom: 10px;
  }
}

.h-top h1,
.h-top p.msg-txt {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

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

@media print, screen and (max-width: 960px) {
  .h-top .h-top_right {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .h-top .h-top_right__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h-top .h-top_right__flex.h-btm {
    margin-top: 20px;
  }
  .h-top .h-top_right__flex .header_plan {
    margin-left: 10px;
  }
  .h-top_right .contact_btn {
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .h-top .lang_link,
  .h-top .sns_link {
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 1161px) {
  .h-top .lang_link,
  .h-top .sns_link {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1160px) {
  .h-top .tel_icon {
    margin-left: 10px;
  }
}

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

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

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

@media only screen and (max-width: 767.9px) {
  .mainvisual li {
    height: 100vh;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .mainvisual li {
    height: 70vh;
  }
}

@media print, screen and (min-width: 961px) {
  .mainvisual li {
    height: 900px;
  }
}

.mainvisual li div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.slide-animation div {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.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: calc(50% - 45px / 2);
  }
}

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

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

@media print, screen and (max-width: 767.9px) {
  .mvtxt_img {
    padding: 0 15px;
  }
}

/* -- page bg --
----------------------　*/
.pagettl_bg h2,
.category_bg h2 {
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .pagettl_bg h2,
  .category_bg h2 {
    font-size: 40px;
    padding-top: 60px;
  }
  .category_bg,
  .pagettl_bg .op_inner {
    height: 350px;
  }
}

@media print, screen and (min-width: 961px) {
  .category_bg,
  .pagettl_bg .op_inner {
    height: 650px;
  }
  .pagettl_bg h2,
  .category_bg h2 {
    font-size: 50px;
  }
  .pagettl_bg .icon_point,
  .category_bg h2 {
    padding-top: 10%;
  }
}

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

.pagettl_bg {
  background-size: cover;
  background-position: 50% 50%;
}

.pagettl_bg h2 {
  color: #fff;
}

.pagettl_bg .op_inner {
  background-color: rgba(0, 0, 0, 0.4);
  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;
}

.category_bg {
  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;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* -- search_form--
--------------------------------------------------------------　*/
.formwrap.b_on {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.b_off .right_serch .sc_cts {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.search_form .bestrate {
  text-align: center;
  font-family: "h-font";
}

@media print, screen and (max-width: 1260px) {
  .search_form .bestrate {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .bestrate {
    width: 260px;
    padding: 30px 0;
  }
  .search_top {
    margin-top: -60px;
    position: relative;
  }
}

.search_form .bestrate p {
  line-height: 1.45;
}

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

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

.b_on .right_serch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right_serch .sc_cts {
  padding: 20px;
  background-color: #fff;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media print, screen and (min-width: 1021px) and (max-width: 1260px) {
  .search_form .formwrap .right_serch .cancel_btn {
    margin-left: auto;
    padding-right: 3%;
  }
}

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

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

.search_form .formwrap .right_serch h2 {
  font-size: 24px;
}

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

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

@media print, screen and (max-width: 1260px) {
  .search_form .formwrap .right_serch h2 {
    text-align: center;
  }
  .right_serch .sc_cts {
    width: 100%;
  }
}

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

@media print, screen and (min-width: 1261px) {
  .search_form .formwrap .right_serch h2 {
    width: 100px;
    margin-right: 18px;
  }
  .search_form .b_off form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right_serch .sc_cts {
    width: calc(100% - 260px);
  }
  .b_off .right_serch .sc_cts {
    margin: auto;
  }
}

.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: 767.9px) {
  .search_form form {
    max-width: 560px;
    margin: auto;
  }
}

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

@media print, screen and (max-width: 1260px) {
  .search_form form:not(.directin-sp-form) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .right_serch {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.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;
  color: #222222;
  font-size: 16px;
  padding: 7px 12px;
}

.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: 767.9px) {
  .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 form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search_form .set_date input {
  width: 100%;
  font-size: 16px;
  padding: 10px 12px;
  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: 767.9px) {
  .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: 8%;
  }
}

@media print, screen and (min-width: 1261px) {
  .search_form .set_haku,
  .search_form .set_room,
  .search_form .set_num {
    width: 90px;
    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: 767.9px) {
  .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;
  padding: 2px;
  width: 100%;
  border-radius: 4px;
  border: solid 3px;
}

@media only screen and (max-width: 767.9px) {
  .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;
  background-image: url(../images/common/search.png);
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  margin: 0 !important;
}

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

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

@media print, screen and (min-width: 768px) 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 {
  display: block;
}

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

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

.bnr_area li {
  background-color: #fff;
}

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

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

@media print, screen and (max-width: 767.9px) {
  .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 (max-width: 960px) {
  .bnr_area.top_r,
  .bnr_area.btm_r {
    right: 10px;
  }
  .bnr_area.top_l,
  .bnr_area.btm_l {
    left: 10px;
  }
  .bnr_area.top_r,
  .bnr_area.top_l {
    top: 33%;
  }
  .bnr_area.btm_r,
  .bnr_area.btm_l {
    bottom: 10px;
  }
}

@media print, screen and (min-width: 961px) {
  .bnr_area {
    max-width: 240px;
  }
  .bnr_area.top_r,
  .bnr_area.top_l {
    top: 12%;
  }
  .bnr_area.btm_r,
  .bnr_area.btm_l {
    bottom: 120px;
  }
}

.top_bnr {
  padding: 15px;
}

.top_bnr.dft ul li {
  text-align: center;
}

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

/* -- 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: 767.9px) {
  .btn_pagetop {
    width: 50px;
    height: 50px;
  }
}

/* -- footer --
--------------------------------------------------------------*/
footer {
  color: #fff;
}

@media print, screen and (max-width: 767.9px) {
  .footer_wrap {
    padding: 35px 15px 45px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 768px) {
  footer {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
  }
  .footer_wrap {
    padding: 50px 15px 55px;
  }
}

.footer_wrap nav {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

@media print, screen and (min-width: 961px) {
  .footer_wrap nav {
    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;
  }
}

.footer_wrap nav a {
  font-size: 12px;
}

.footer_wrap nav a span {
  display: block;
  font-family: "Yeseva One", cursive;
}

.footer_wrap nav a span,
.footer_wrap nav .footer_plan a span {
  font-size: 18px;
}

.footer_wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.footer_wrap nav ul li {
  text-align: center;
}

@media print, screen and (max-width: 767.9px) {
  .footer_wrap nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_wrap nav a span {
    font-size: 13px;
  }
  .footer_wrap nav ul li {
    width: 33.3%;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 960px) {
  .footer_wrap nav ul li {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 961px) {
  .footer_wrap nav ul {
    width: calc(100% - 240px);
  }
  .footer_wrap nav a span,
  .footer_wrap nav .footer_plan a span {
    font-size: 22px;
  }
  .footer_wrap nav .footer_plan {
    width: 240px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap nav ul li {
    width: 100%;
  }
}

.footer_wrap nav ul li a {
  color: #fff;
}

.footer_wrap nav .footer_plan a {
  padding: 6px;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
  text-align: center;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
}

.footer_wrap nav .footer_plan a span {
  font-family: "Yeseva One", cursive;
}

.footer_wrap .footer_add {
  text-align: center;
}

.footer_wrap .footer_add .footer_logo {
  max-width: 300px;
  margin: auto;
}

.footer_wrap .footer_add .address {
  padding: 15px 0 20px;
}

@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_add .tel_mail {
    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_wrap .lang_sns {
    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_wrap .lang_sns ul:nth-child(2) {
    margin-left: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_add .tel_mail .fax {
    font-size: 18px;
  }
  #copyright {
    padding: 18px 10px;
  }
}

.footer_wrap .footer_add .tel_mail .fax span {
  padding: 0 10px;
}

.footer_wrap .footer_add .contact_btn {
  margin: 20px 0;
}

.footer_wrap .footer_add .contact_btn a {
  margin: auto;
}

.footer_wrap .lang_sns .lang_link li {
  display: inline-block;
}

.footer_wrap .lang_sns .lang_link li.selected a,
.footer_wrap .lang_sns .lang_link li:hover a {
  background-color: #fff;
  opacity: 1;
}

.footer_wrap .lang_sns .lang_link li a {
  display: block;
  color: #fff;
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 0 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print, screen and (max-width: 767.9px) {
  .footer_wrap .lang_sns ul {
    margin-top: 20px;
  }
  #copyright {
    padding: 18px 10px 80px;
  }
}

#copyright {
  text-align: center;
}

/* front ---------------------------------　*/
.ttl_access .access_inner {
  position: relative;
}

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

@media print, screen and (min-width: 961px) {
  .ttl_access .access_inner .gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}

.ttl_access .access_inner .gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

.ttl_access .access_inner .access_ttl {
  line-height: 1;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_ttl {
    font-size: 80px;
  }
}

@media print, screen and (max-width: 375px) {
  .ttl_access .access_inner .access_ttl {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .gmap iframe {
    height: 400px;
  }
  .ttl_access .access_inner .access_ttl {
    margin-bottom: -12px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_ttl {
    font-size: 100px;
    margin-bottom: -16px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1380px) {
  .ttl_access .access_inner .gmap iframe {
    height: 500px;
  }
}

@media print, screen and (min-width: 1381px) {
  .ttl_access .access_inner .gmap iframe {
    height: 640px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_access .access_inner .access_ttl,
  .ttl_access .access_inner .access_data {
    width: 45%;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 960px) {
  .ttl_access .access_inner .access_bg {
    padding: 50px 15px;
  }
}

@media print, screen and (max-width: 1560px) {
  .ttl_access .access_inner .access_bg {
    padding: 50px 15px 100px;
  }
}

@media print, screen and (min-width: 1561px) {
  .ttl_access .access_inner .access_bg {
    padding: 50px 15px 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_access .access_inner .access_bg .access_data {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1380px) {
  .ttl_access .access_inner .access_bg .access_data {
    min-height: 400px;
  }
}

@media print, screen and (min-width: 1381px) {
  .ttl_access .access_inner .access_bg .access_data {
    min-height: 500px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_data .ryokan_name {
    font-size: 22px;
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_data .ryokan_name {
    font-size: 30px;
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_access .access_inner .access_bg .access_data dl {
    max-width: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_data dl dt,
  .ttl_access .access_inner .access_bg .access_data dl dd {
    padding: 20px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_data dl dt {
    padding: 12px 10px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_data dl dt {
    width: 120px;
    font-weight: bold;
  }
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_data dl dd {
    padding: 0 10px 12px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_data dl dd {
    width: calc(100% - 120px);
  }
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_route {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route.col2,
  .ttl_access .access_inner .access_bg .access_route.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ttl_access .access_inner .access_bg .access_route.col2 li:not(:last-of-type) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route.col2 li {
    width: 48%;
  }
  .ttl_access .access_inner .access_bg .access_route.col2 li:nth-child(2n) {
    margin-left: 4%;
  }
  .ttl_access .access_inner .access_bg .access_route.col2 li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

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

.ttl_access .access_inner .access_bg .access_route li {
  background-color: #fff;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_route li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route li {
    padding: 25px;
  }
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3 {
  font-size: 18px;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_route li h3.access_h3 {
    padding: 20px 17px;
    position: relative;
    margin-bottom: 0;
  }
  .ttl_access .access_inner .access_bg .access_route li h3.access_h3:hover {
    cursor: pointer;
  }
  .ttl_access .access_inner .access_bg .access_route li h3.access_h3.on:after {
    top: 30px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .ttl_access .access_inner .access_bg .access_route li h3.access_h3:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route li h3.access_h3 {
    text-align: center;
    border-bottom: solid 1px;
    padding: 10px 10px 20px 10px;
  }
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3.train span,
.ttl_access .access_inner .access_bg .access_route li h3.access_h3.car span,
.ttl_access .access_inner .access_bg .access_route li h3.access_h3.plane span,
.ttl_access .access_inner .access_bg .access_route li h3.access_h3.bus span {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 38px;
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3.train span {
  background-size: auto 95%;
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3.car span {
  background-size: 30px;
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3.plane span {
  background-size: 30px;
}

.ttl_access .access_inner .access_bg .access_route li h3.access_h3.bus span {
  background-size: 30px;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_access .access_inner .access_bg .access_route li .access_txt {
    padding: 0 20px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_access .access_inner .access_bg .access_route li .access_txt {
    padding-top: 20px;
  }
}

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

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

.top_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767.9px) {
  .top_gallery ul li {
    width: 25%;
  }
}

@media print, screen and (min-width: 561px) {
  .top_gallery ul li {
    width: 16.6%;
  }
}

.lum-lightbox {
  z-index: 4;
}

.lum-close-button {
  opacity: 1;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 767.9px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
  }
  .lum-gallery-button:after {
    width: 6vw;
    height: 6vw;
  }
}

@media print, screen and (max-width: 960px) {
  .lum-close-button {
    top: 80px !important;
  }
}

.top_news,
.ttl_tbl {
  max-width: 1000px;
  margin: auto;
}

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

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

@media print, screen and (min-width: 1021px) {
  .top_news,
  .ttl_tbl {
    padding: 50px 0 120px;
  }
}

.top_news ul li,
.ttl_tbl .guide_tbl dl {
  border-bottom: solid 1px;
}

.top_news ul li a {
  display: block;
}

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

.top_news ul li a dl dt:before {
  display: inline-block;
}

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

.top_news ul li a dl .more_btn span {
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

@media print, screen and (max-width: 767.9px) {
  .top_news ul li a dl dt:before {
    margin: 0 15px -4px;
  }
  .top_news ul li a dl dt {
    padding: 10px 5px 0 5px;
    font-weight: 600;
  }
  .top_news ul li a dl dd {
    padding: 10px 5px;
  }
  .top_news ul li a dl .more_btn {
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .top_news ul li a dl dt:before {
    margin: 0 25px -4px;
  }
  .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;
  }
  .top_news ul li a dl dd {
    padding: 20px;
  }
  .top_news ul li a dl dt {
    width: 180px;
    padding: 20px 10px;
  }
  .top_news ul li a dl .ttl {
    width: calc(100% - 350px);
  }
  .top_news ul li a dl .more_btn {
    width: 150px;
  }
  .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: 767.9px) {
  .ttl_tbl .guide_tbl dl dt {
    padding: 10px 5px 0 5px;
    font-weight: 600;
  }
}

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

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

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

@media print, screen and (max-width: 767.9px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_txt {
    padding: 7% 15px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_txt {
    padding: 5%;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_txt {
    background-position: 0 100%;
    background-repeat: no-repeat;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_txt {
    padding: 7%;
  }
  .ttl_freetxt.bg_on .ft_wrap .ft_txt .top_h2 {
    background: none;
  }
}

.ttl_freetxt.bg_on .ft_wrap .ft_bg {
  background-size: cover;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_bg {
    height: 300px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_freetxt.bg_on .ft_wrap .ft_bg {
    height: 300px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt.bg_on .ft_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ttl_freetxt.bg_on .ft_wrap > div {
    width: 50%;
  }
}

.ttl_freetxt.bg_off {
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_freetxt.bg_off {
    background-size: 180px;
  }
}

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

.ttl_freetxt.bg_off .ft_wrap .ft_txt {
  padding: 7% 15px;
  text-align: center;
}

@media print, screen and (min-width: 961px) {
  .ttl_freetxt.bg_off .ft_wrap .ft_txt {
    max-width: 1200px;
    margin: auto;
  }
}

.top_plan {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

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

@media print, screen and (min-width: 768px) {
  .top_plan {
    padding: 50px 0 140px;
  }
}

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

@media print, screen and (max-width: 767.9px) {
  .top_plan ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top_plan ul li a {
  background-color: #fff;
}

.top_plan ul li .inner_plan {
  margin-left: 15px;
  margin-right: 15px;
}

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

.top_plan ul li a .plan_f h4 {
  font-size: 24px;
  margin: 15px 0;
}

@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_btn {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top_plan ul li a .plan_btn p {
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  max-width: 210px;
  margin: auto;
}

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

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

@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: 767.9px) {
  .top_plan ul li {
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .top_plan ul li a {
    display: block;
  }
  .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;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .top_plan ul.layout_03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .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 .inwrap {
  padding: 20px;
}

.top_plan ul.layout_05 li .plan_f {
  padding: 20px;
}

.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: 350px;
  }
  .top_plan ul.layout_05 li .plan_f .col_1 {
    width: calc(100% - 350px);
  }
  .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;
  }
}

.ttl_imgtxt {
  background-repeat: repeat;
  background-position: left top;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_imgtxt {
    padding: 50px 0;
  }
}

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

.ttl_imgtxt li {
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.ttl_imgtxt li .txt_cts {
  padding: 5%;
}

.ttl_imgtxt li .img_cts {
  background-size: cover;
}

@media print, screen and (max-width: 767.9px) {
  .ttl_imgtxt li .img_cts {
    height: 300px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ttl_imgtxt li .img_cts {
    height: 500px;
  }
}

@media print, screen and (min-width: 961px) {
  .ttl_imgtxt li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ttl_imgtxt li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ttl_imgtxt li .img_cts {
    width: 45%;
  }
  .ttl_imgtxt li .txt_cts {
    width: 55%;
  }
}

.ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl {
  margin-bottom: 35px;
}

.ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl p {
  line-height: 1;
  word-break: break-all;
}

@media print, screen and (max-width: 1460px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl p {
    font-size: 60px;
  }
}

@media print, screen and (max-width: 375px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl p {
    font-size: 44px;
  }
}

@media print, screen and (min-width: 1461px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl p {
    font-size: 75px;
  }
}

.ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl h2 {
  position: relative;
}

@media print, screen and (max-width: 1080px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl h2 {
    font-size: 24px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 1081px) {
  .ttl_imgtxt .top_imgtxt li .txt_cts .txt_wrap .mainSub_ttl h2 {
    font-size: 30px;
    margin-top: -42px;
  }
}

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

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

/* -- parts-common--
--------------------------------------------------------------　*/
.link_btn.plan_all a {
  margin: 60px auto 0;
  padding: 19px 10px;
}

@media print, screen and (max-width: 767.9px) {
  .link_btn.plan_all a {
    max-width: 600px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .link_btn.plan_all a {
    max-width: 460px;
  }
}

.link_btn a {
  display: block;
  color: #fff;
  max-width: 230px;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

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

/* -- mv_news --
----------------------　*/
@media only screen and (max-width: 960px) {
  .mv_news {
    padding: 35px 0;
  }
}

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

.mv_news .ticker_wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 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;
  }
}

.mv_news .ticker_wrap h2.ticker_ttl {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 30px;
}

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

@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: 767.9px) {
  .mv_news .ticker_wrap p.more {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mv_news .ticker_wrap p.more {
    width: 15%;
    text-align: right;
  }
  .mv_news .ticker_wrap p.more a {
    max-width: 120px;
    text-align: center;
    padding: 10px 5px;
    border: solid 1px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
  }
}

.mv_news .ticker_wrap ul {
  position: relative;
}

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

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

.mv_news .ticker_wrap ul li dl {
  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: 767.9px) {
  .mv_news .ticker_wrap ul li dl dt {
    width: 100px;
  }
}

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

.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: 767.9px) {
  .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: 767.9px) {
  #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: 767.9px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 960px) {
  .lang_page .header_wrap .dp_lang p {
    width: 128px;
    text-align: center;
  }
}

/* -----
// page
-------------------------------------------------------------- */
/* プラポリ追加 ---------------------------------　*/
.policy main p,
.policy main ul {
  margin-bottom: 1em;
}

.f_policy a {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
  font-size: small;
  color: #fff;
}

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

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
main.page article {
  overflow: hidden;
}
.p_tag.layout02 {
  text-align: center;
}
.p_tag.layout03 {
  text-align: right;
}
.p_tag h2 {
  padding: 7px;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "h-font";
}

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

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

.p_tag h2 span {
  padding-right: 15px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p_tag h2 span {
    display: inline-block;
  }
}

.p_tag h3 {
  padding: 7px;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "h-font";
}

.p_tag h3 span {
  display: inline-block;
  padding-right: 8px;
  font-size: 28px;
}
.p_tag.layout02 h3 span {
  display: block;
  padding-right: 0;
}
main.page .top_plan {
  background-color: #fff;
}

main.page .top_plan h2 {
  border: none;
  margin-bottom: 0;
  font-weight: 400;
}

main.page .ttl_access h3 {
  background-image: none;
}

/* ---------------------------------　*/
.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 only screen and (max-width: 960px) {
  .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 {
    text-align: center;
    margin-bottom: 20px;
  }
}

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

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

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .txt_imgarea .img_left01 > li,
  .txt_imgarea .img_right01 > li,
  .slidethumb_txt .img_left01 > li,
  .slidethumb_txt .img_right01 > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .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: 100%;
    margin-bottom: 30px;
  }
}

@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: 768px) and (max-width: 960px) {
  .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: 100%;
  }
}

@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: 400;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 561px) 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 (max-width: 560px) {
  .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,
  .slide_thumb .txt_area h4,
  .txt_carousel__wrap h4 {
    font-size: 19px;
  }
}

@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 only screen and (max-width: 960px) {
  .txt_imgarea .img_left02 > li .img_area,
  .txt_imgarea .img_right02 > li .img_area,
  .slidethumb_txt .img_left02 > li .img_area,
  .slidethumb_txt .img_right02 > li .img_area {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 961px) {
  .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: 961px) {
  .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: 767.9px) {
  .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: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 561px) 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: 21px;
  }
}

@media print, screen and (max-width: 560px) {
  .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: 19px;
  }
}

.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: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

@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: 21px;
  }
}

@media print, screen and (max-width: 560px) {
  .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: 19px;
  }
}

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

@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: 767.9px) {
  .txt_imgarea .img_top03 > li,
  .slidethumb_txt .img_top03 > li {
    max-width: 560px;
    margin: 0 auto 30px;
  }
}

.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 print, screen and (max-width: 767.9px) {
  .txt_imgarea .img_top04,
  .slidethumb_txt .img_top04 {
    padding: 0 15px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .txt_imgarea .img_top04 > li,
  .slidethumb_txt .img_top04 > li {
    width: 48%;
  }
  .txt_imgarea .img_top04 > li .txt_area,
  .slidethumb_txt .img_top04 > li .txt_area {
    padding-left: 0;
    padding-right: 0;
  }
  .txt_imgarea .img_top04 > li:nth-child(even),
  .slidethumb_txt .img_top04 > li:nth-child(even) {
    margin-left: 4%;
  }
  .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: 4%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .txt_imgarea .link_url a,
  .slidethumb_txt .link_url a {
    padding-right: 1em;
  }
}

.txt_imgarea .link_url a:hover,
.slidethumb_txt .link_url a:hover {
  opacity: 1;
  text-decoration: underline;
}

.link_list 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (max-width: 960px) {
  .link_list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

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

.link_list ul.bg li a:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

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

.link_list ul.bg li a:hover:before {
  border-top: 1px solid;
  border-right: 1px solid;
}

@media print, screen and (max-width: 960px) {
  .link_list ul li {
    width: 49%;
    margin-right: 2%;
  }
  .link_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .link_list ul li:nth-child(n + 3) {
    margin-top: 2%;
  }
}

@media print, screen and (min-width: 961px) {
  .link_list ul li {
    width: 18.4%;
    margin-right: 2%;
  }
  .link_list ul li:nth-child(5n) {
    margin-right: 0;
  }
  .link_list ul li:nth-child(n + 6) {
    margin-top: 2%;
  }
}

.link_list ul li a {
  display: block;
  border: solid 1px;
  text-align: center;
  font-size: 18px;
  padding: 19px 25px 19px 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.link_list ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.link_list ul li a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tbl_contents table tr:first-of-type {
  border-top: solid 1px;
}
.tbl_contents table tr {
  border-bottom: solid 1px;
}
@media print, screen and (min-width: 960px) {
  .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 > li:first-of-type {
    width: 40%;
  }
  .tbl_contents .tbl_flex > li:nth-child(2) {
    width: 55%;
  }
}

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

@media only screen and (max-width: 767.9px) {
  .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: 767.9px) {
  .tbl_contents table th {
    padding: 10px 5px;
    font-weight: 600;
  }
}

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

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

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

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

.accordion ul li {
  border-bottom: solid 1px;
}

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

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

.accordion ul li .sd_h4 {
  position: relative;
}

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

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

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

.accordion ul li .sd_h4:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 35px;
  width: 17px;
  height: 17px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -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: 767.9px) {
  .accordion ul li .sd_h4:after {
    top: 42%;
    right: 10px;
    width: 12px;
    height: 12px;
  }
}

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

@media only screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4 table th {
    font-size: 18px;
  }
}

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

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

.accordion ul li .sd_h4 table th,
.accordion ul li .sd_h4 table td {
  font-weight: 600;
}

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

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

@media only screen and (max-width: 767.9px) {
  .accordion ul li .sd_content table th {
    font-size: 18px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content table td {
    vertical-align: top;
    padding-top: 10px;
  }
}

.slide_carousel {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}

.slide_carousel button.slick-prev,
.slide_carousel button.slick-next {
  width: 20px;
  height: 40px;
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-prev,
  .slide_carousel button.slick-next {
    width: 14px;
    height: 28px;
  }
}

.slide_carousel button.slick-prev:before,
.slide_carousel button.slick-next:before {
  content: none;
}

.slide_carousel button.slick-prev:after,
.slide_carousel button.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-prev:after,
  .slide_carousel button.slick-next:after {
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .slide_carousel button.slick-prev:after,
  .slide_carousel button.slick-next:after {
    width: 25px;
    height: 25px;
  }
}

.slide_carousel button.slick-prev:after {
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-prev:after {
    left: 3px;
  }
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-prev {
    left: 53px;
  }
}

@media print, screen and (min-width: 1321px) {
  .slide_carousel button.slick-prev {
    left: -35px;
  }
}

.slide_carousel button.slick-next:after {
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-next:after {
    right: 3px;
  }
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel button.slick-next {
    right: 53px;
  }
}

@media print, screen and (min-width: 1321px) {
  .slide_carousel button.slick-next {
    right: -35px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .slide_carousel .carousel03 {
    margin: 0 20px;
  }
}

.carousel03.type01 .slick-prev,
.carousel03.type01 .slick-next {
  display: none !important;
}
.carousel03.type02 .slick-dots {
  display: none !important;
}

.slide_carousel .carousel03 li {
  padding: 10px;
}

@media only screen and (max-width: 767.9px) {
  .slide_carousel .carousel03 li {
    padding: 0 15px;
  }
}

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

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

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

@media only screen and (max-width: 767.9px) {
  .slidethumb_txt .slick-dotted.slick-slider,
  .slide_thumb .slick-dotted.slick-slider {
    margin-bottom: 18px;
  }
}

.slidethumb_txt .slick-slide img,
.slide_thumb .slick-slide img {
  margin: auto;
}

.slidethumb_txt .slick-dots,
.slide_thumb .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  bottom: auto;
}

@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .slick-dots,
  .slide_thumb .slick-dots {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 960px) {
  .slidethumb_txt .slick-dots,
  .slide_thumb .slick-dots {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 961px) {
  .slidethumb_txt .slick-dots,
  .slide_thumb .slick-dots {
    max-width: 440px;
    margin: 20px auto 0;
  }
}

.slidethumb_txt .slick-dots li,
.slide_thumb .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0;
  background-color: #000;
  width: 18.8%;
  height: auto;
  margin-left: 1.5%;
}

.slidethumb_txt .slick-dots li:nth-child(n + 6),
.slide_thumb .slick-dots li:nth-child(n + 6) {
  margin-top: 10px;
}

.slidethumb_txt .slick-dots li:first-of-type,
.slidethumb_txt .slick-dots li:nth-child(6n),
.slide_thumb .slick-dots li:first-of-type,
.slide_thumb .slick-dots li:nth-child(6n) {
  margin-left: 0;
}

@media print, screen and (min-width: 961px) {
  .slidethumb_txt .slick-dots li,
  .slide_thumb .slick-dots li {
    width: 80px;
  }
}

.slidethumb_txt .slick-dots li img,
.slide_thumb .slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}

.slidethumb_txt .slick-dots li.slick-active img,
.slide_thumb .slick-dots li.slick-active img {
  opacity: 1;
}

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

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

@media print, screen and (min-width: 768px) {
  .slide_thumb .link_url a {
    padding-right: 1em;
  }
}

.slide_thumb .link_url a:hover {
  opacity: 1;
  text-decoration: underline;
}

.slide_thumb .txt_area {
  padding-top: 20px;
  padding-bottom: 50px;
}

.slide_thumb .txt_area h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

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

.slide_thumb .slick-dots {
  max-width: 560px;
  margin: 15px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slidethumb_txt .slick-dots.ctr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (max-width: 767.9px) {
  .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 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 0;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .c_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c_wrap .post {
    width: 67%;
  }
  .c_wrap .sidebar {
    width: 27%;
  }
}

.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;
  font-size: 25px;
  letter-spacing: 0.05em;
}

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

.c_wrap .post .post_ttl .date {
  text-align: right;
}

.c_wrap .post .acv_list li {
  border-bottom: solid 1px;
  padding: 15px 0;
}

.c_wrap .post .acv_list li:first-of-type {
  border-top: solid 1px;
}

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

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li .cat_name {
    margin-bottom: 5px;
  }
}

.c_wrap .post .acv_list li .cat_name span {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

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

.c_wrap .post .acv_list li .cat_name span:not(:first-of-type) {
  margin-left: 5px;
}

.c_wrap .post .acv_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dt {
    width: 100px;
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dt {
    width: 150px;
  }
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 100px);
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap .post .acv_list li dl dd {
    width: calc(100% - 150px);
  }
}

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

.c_wrap .sidebar {
  border: solid 1px #cacaca;
  padding: 30px 15px;
  max-width: 350px;
  margin: 0 auto;
}

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

.c_wrap .sidebar h2 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  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;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

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

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

/* ----------
pagenation ------------------ */
.pagenation {
  margin-top: 65px;
}

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

.pagenation ul {
  display: -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 {
  background-color: #222;
  color: #fff;
  cursor: not-allowed;
  padding: 5px 10px;
}

.pagenation ul li a {
  background: none repeat scroll 0 0 #c7c7c7;
  color: #fff;
  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 {
  background-color: #444444;
  color: #fff;
  opacity: 1;
}

/* page_contact --
--------------------------------------------------------------　*/
.contact main.page,
.error main.page,
.complete main.page,
.confirm main.page {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.mw_wp_form {
  padding: 0 15px;
}

.contact_form {
  max-width: 950px;
  margin: 0 auto;
  border: solid 1px #c7c7c7;
  padding: 50px;
  background-color: #fff;
}

@media print, screen and (max-width: 960px) {
  .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: 800px) {
  .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: 800px) {
  .contact_form table th {
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 7px;
  }
}

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

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

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

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

@media print, screen and (max-width: 800px) {
  .contact_form table td textarea,
  .contact_form table td input[type="email"],
  .contact_form table td input[type="text"] {
    width: 100%;
  }
  .contact_form table td input[type="text"].your-tel {
    width: auto;
  }
}

.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#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: 801px) {
  .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: 800px) {
  .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 #c7c7c7;
}

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

.contact_form .contact_submit button {
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  color: #fff;
  width: 250px;
  font-size: 18px;
  text-align: center;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
}

.contact_form .contact_submit button span:after {
  content: ">";
  padding-left: 10px;
}

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

.contact_form .contact_submit button:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.contact_form .contact_submit button[name="submitBack"] {
  background-color: #c7c7c7;
  margin-top: 10px;
}

.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;
}
/* -- h-common--
--------------------------------------------------------------　*/
main .top_h2 {
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

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

main .top_h2 h2 {
  letter-spacing: 0.05em;
  font-family: "Yeseva One", cursive;
}

@media only screen and (max-width: 560px) {
  main .top_h2 {
    margin: 10px 0 20px;
    padding-top: 20px;
  }
  main .top_h2 h2 {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 561px) and (max-width: 960px) {
  main .top_h2 {
    margin: 20px 0 50px;
    padding: 10px 0 40px;
  }
  main .top_h2 h2 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 961px) {
  main .top_h2 {
    margin: 20px 0 50px;
    padding: 10px 0 40px;
  }
  main .top_h2 h2 {
    font-size: 54px;
  }
}
/* -- heading common --
--------------------------------------------------------------　*/
main .top_h2 {
  text-align: center;
  margin-bottom: 40px;
  background-position: top center;
  background-repeat: no-repeat;
}

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

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

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

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

main .top_h2 h2 {
  letter-spacing: 0.05em;
  display: inline-block;
}

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

main .top_h2 h2.ios {
  display: block;
}

main .top_h2 p {
  color: #000;
}

@media print, screen and (min-width: 961px) {
  main .top_h2 p {
    font-size: 20px;
  }
}
/* 4Kモニタ対応 ---------------------------------　*/
@media print, screen and (min-width: 1261px) {
  .mainvisual li {
    height: calc(100vh + 60px);
  }
}
@media print, screen and (min-width: 1921px) {
  .top_gallery ul li img {
    width: 100%;
  }
}
@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;
  }
}
/* カルーセル+テキストエリア追加  ---------------------------------　*/
.carousel-new .slick-slide {
  margin: 0 10px;
}
.carousel-new .link_none a {
  pointer-events: none;
}
.txt_carousel__wrap {
  padding: 30px 20px 50px;
}
.carousel-new.type01 .slick-prev,
.carousel-new.type01 .slick-next {
  display: none !important;
}
.carousel-new.type02 .slick-dots {
  display: none !important;
}
.carousel-new .slick-prev,
.carousel-new .slick-next {
  z-index: 1;
}
.carousel-new .slick-prev::before,
.carousel-new .slick-next::before {
  content: none;
}

.carousel-new .slick-prev::after,
.carousel-new .slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-new .slick-prev::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.carousel-new .slick-next::after {
  left: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media print, screen and (max-width: 767.9px) {
  .carousel-new .slick-prev,
  .carousel-new .slick-next {
    width: 40px;
    height: 40px;
  }
  .carousel-new .slick-prev {
    left: 10vw;
  }
  .carousel-new .slick-next {
    right: 10vw;
  }
  .carousel-new .slick-next::after {
    right: 17px;
  }
  .carousel-new .slick-prev::after {
    left: 17px;
  }
  .carousel-txt.col2 li{
    width: 100%!important;
  }
  .carousel-txt.col2 li:not(:last-of-type){
    margin-bottom: 1.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .carousel-new .slick-prev,
  .carousel-new .slick-next {
    width: 50px;
    height: 50px;
  }
  .carousel-new .slick-prev {
    left: 13vw;
  }
  .carousel-new .slick-next {
    right: 13vw;
  }
  .carousel-new .slick-next::after {
    right: 22px;
  }
  .carousel-new .slick-prev::after {
    left: 22px;
  }
  .carousel-txt.col2{
    display: flex;
    justify-content: space-between;
  }
}
