@charset "UTF-8";
/* -- Reset --
--------------------------------------------------------------　*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
/* -- original common --
--------------------------------------------------------------　*/
.mainwrap,
.widewrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .mainwrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1780px) {
  .widewrap {
    max-width: 95%;
  }
}
@media print, screen and (min-width: 1301px) {
  .mainwrap {
    max-width: 1280px;
  }
}
@media print, screen and (min-width: 1781px) {
  .widewrap {
    max-width: 1600px;
  }
}
@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;
  vertical-align: bottom;
}

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

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sp_w::-webkit-scrollbar {
    height: 10px;
  }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
/* -- breadcrumb --
----------------------　*/
@media print, screen and (max-width: 767.9px) {
  #breadcrumb {
    padding: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    padding: 10px 20px;
  }
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767.9px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 14px;
  }
}
#breadcrumb ul li:nth-child(even) {
  padding: 0 5px;
}
@media only screen and (max-width: 767.9px) {
  #breadcrumb ul li:nth-child(even) {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #breadcrumb ul li:nth-child(even) {
    font-size: 12px;
  }
}
#breadcrumb ul li a {
  display: inline-block;
}

/* -- アニメーション --
--------------------------------------------------------------　*/
@keyframes translate {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 1080px);
  }
}
@keyframes translate-rv {
  0% {
    transform: translate(0px, 1080px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* -- header --
--------------------------------------------------------------*/

@media print, screen and (min-width: 961px) {
  .home header {
    visibility: hidden;
    opacity: 0;
  }
  .home header.is-nav {
    visibility: visible;
    opacity: 1;
  }
  .home header.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}

@media print, screen and (min-width: 961px) {
  header {
    width: 150px;
    height: 100vh;
    background-color: rgba(23, 15, 3, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 99;
  }
  header.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
  header nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
header nav {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 960px) {
  header nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    padding: 40px 0;
    overflow-y: auto;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }
  header nav.menu_open {
    opacity: 0;
    display: block;
    animation: anime1 0.8s ease-in-out forwards;
  }
}
header nav a {
  color: #fff;
}
@media print, screen and (max-width: 960px) {
  header .h-menu__logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  header .h-menu__logo {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  header .h-menu {
    padding: 25px;
  }
}
@media print, screen and (max-width: 960px) {
  header .h-menu__nav li {
    text-align: center;
    font-size: 16px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
  }
  header .h-menu__nav li a {
    display: block;
    padding: 15px;
  }
}

@media print, screen and (min-height: 851px) {
  header .h-menu__nav li:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
@media print, screen and (max-height: 850px) {
  header .h-menu__nav li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-height: 700px) {
  header .h-menu__nav li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 960px) {
  header .h-menu__nav li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
header .h-link {
  text-align: center;
}
header .h-link__policy {
  text-align: center;
}
header .h-link__policy a {
  display: inline-block;
}
@media print, screen and (max-width: 960px) {
  header .h-link__sns {
    padding: 35px 0;
  }
}
@media print, screen and (min-width: 961px) {
  header .h-link__sns {
    position: relative;
    padding: 20px 0;
  }
  header .h-link__sns::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 120px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) {
  header .h-link__tel,
  header .h-link__btn a {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header .h-link__tel {
  color: #fff;
  background-color: #422412;
  line-height: 1.2;
}
@media print, screen and (max-width: 960px) {
  header .h-link__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
  }
  header .h-link__tel a {
    padding-left: 20px;
    background-position: left 0 top 50%;
    background-image: url(../images/common/navi_icon_02.png);
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 20px;
  }
}
@media print, screen and (max-height: 750px) {
  header .h-link__tel,
  header .h-link__btn a {
    height: 90px;
  }
}
header .h-link__tel p {
  font-size: 13px;
}
@media print, screen and (min-width: 961px) {
  header .h-link__tel p {
    padding-top: 38px;
    background-position: left 50% top 0;
    background-image: url(../images/common/navi_icon_02.png);
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
header .h-link__tel a {
  font-size: 18px;
}
header .h-sp__toggle,
header .h-sp__tel,
header .h-sp__rsv {
  position: fixed;
  top: 0;
  height: 48px;
}
header .h-sp__tel,
header .h-sp__rsv {
  width: 96px;
  z-index: 9;
}
header .h-sp__tel a,
header .h-sp__rsv a {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .h-sp__tel a span,
header .h-sp__rsv a span {
  display: inline-block;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
}
header .h-sp__toggle {
  right: 0;
  width: 48px;
  background-color: #fff;
  z-index: 11;
}
header .h-sp__toggle.triggeractive span:nth-child(1),
header .h-sp__toggle.triggeractive span:nth-child(3) {
  top: 24px;
}
header .h-sp__toggle.triggeractive span:nth-child(1) {
  transform: rotate(45deg);
}
header .h-sp__toggle.triggeractive span:nth-child(2) {
  opacity: 0;
}
header .h-sp__toggle.triggeractive span:nth-child(3) {
  transform: rotate(-45deg);
}
header .h-sp__toggle span {
  display: inline-block;
  background-color: #422412;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
header .h-sp__toggle span:first-of-type {
  top: 16px;
}
header .h-sp__toggle span:nth-child(2) {
  top: 24px;
}
header .h-sp__toggle span:nth-child(3) {
  top: 32px;
}
header .h-sp__rsv {
  right: 144px;
}
header .h-sp__rsv a {
  background-color: #c16c26;
}
header .h-sp__rsv a span {
  padding-left: 30px;
  background-image: url(../images/common/navi_icon_03.png);
  background-size: 22px;
}
header .h-sp__tel {
  right: 48px;
}
header .h-sp__tel a {
  background-color: #422412;
}
header .h-sp__tel a span {
  padding-left: 20px;
  background-image: url(../images/common/navi_icon_02.png);
  background-size: 16px;
}

/* -- search --
--------------------------------------------------------------*/
.h-link__rsv {
  position: relative;
}
.h-link__rsv .h-link__btn {
  position: relative;
}
.h-link__rsv .h-link__btn a {
  background-color: #c16c26;
  opacity: 1;
  font-size: 18px;
}
@media print, screen and (max-width: 960px) {
  .h-link__rsv .h-link__btn a {
    display: block;
    padding: 28px 10px;
  }
}
.h-link__rsv .h-link__btn a p {
  background-image: url(../images/common/navi_icon_03.png);
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  background-size: 22px;
  padding-top: 30px;
}

@media print, screen and (min-width: 961px) {
  .s-ov .search_plan,
  .on-home .search_plan {
    transform: translateX(0);
  }
}

@media print, screen and (max-width: 960px) {
  .search_plan {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .search_plan {
    transform: translateX(-100%);
    position: absolute;
    background-color: #c16d26;
    height: 100%;
    bottom: 0;
    left: 150px;
    transition-duration: 0.8s;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1020px) {
  .search_plan {
    width: 600px;
  }
  .search_plan form {
    padding: 30px 15px;
  }
  .search_plan form .sc-wrap .sc-wrap__ttl {
    margin-right: 10px;
    font-size: 14px;
  }
  .search_plan form .sc-wrap.set_date {
    width: 220px;
  }
  .search_plan form .sc-wrap.set_date .sc-wrap__cts {
    width: 120px;
  }
  .search_plan form .sc-wrap.set_haku {
    width: 100px;
  }
  .search_plan form .sc-wrap.set_haku .sc-wrap__cts {
    width: 60px;
  }
  .search_plan form .sc-wrap__submit .submit,
  .search_plan form .sc-wrap__submit .plan {
    width: 100px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1021px) {
  .search_plan {
    width: 820px;
  }
  .search_plan form {
    padding: 30px 50px;
  }
  .search_plan form .sc-wrap__ttl {
    margin-right: 12px;
    font-size: 18px;
  }
  .search_plan form .sc-wrap.set_date {
    width: 280px;
  }
  .search_plan form .sc-wrap.set_date .sc-wrap__cts {
    width: 140px;
  }
  .search_plan form .sc-wrap.set_haku {
    width: 130px;
  }
  .search_plan form .sc-wrap.set_haku .sc-wrap__cts {
    width: 70px;
  }
  .search_plan form .sc-wrap input,
  .search_plan form .sc-wrap select {
    font-size: 20px;
  }
  .search_plan form .sc-wrap__submit .submit,
  .search_plan form .sc-wrap__submit .plan {
    width: 140px;
  }
}
.search_plan form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.search_plan form input,
.search_plan form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.search_plan .sc-wrap {
  display: flex;
  align-items: center;
}
.search_plan .sc-wrap .sc-wrap__ttl {
  color: #fff;
}
.search_plan .sc-wrap .sc-wrap__cts {
  border-bottom: solid 1px #fff;
  position: relative;
}
.search_plan .sc-wrap .sc-wrap__cts::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.search_plan .sc-wrap input,
.search_plan .sc-wrap select {
  padding: 5px;
}
.search_plan .sc-wrap option {
  color: #707070;
  font-size: 16px;
}
.search_plan .sc-wrap__submit {
  display: flex;
  text-align: center;
}
.search_plan .sc-wrap__submit .submit,
.search_plan .sc-wrap__submit .plan {
  border: solid 1px #fff;
}
.search_plan .sc-wrap__submit .submit {
  margin-right: 15px;
}
.search_plan .sc-wrap__submit .submit input {
  height: 100%;
  background-color: #fff;
  color: #c16d26;
  background-image: url(../images/common/search_icon.png);
  background-repeat: no-repeat;
  background-position: left 20px top 50%;
  background-size: 21px;
}
.search_plan .sc-wrap__submit .plan a {
  display: block;
  padding: 14px;
}

/* -- mv --
--------------------------------------------------------------*/
.top-mv {
  background-image: url(../images/top/mv01.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 1060px) {
  .top-mv {
    position: relative;
  }
}
.top-mv .top-mv__txt {
  text-align: center;
}
.top-mv .top-mv__txt h1 {
  color: #fff;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .top-mv .top-mv__txt h1 {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-mv .top-mv__txt h1 {
    font-size: 20px;
    margin-top: 40px;
  }
}
.top-mv .sc_btn {
  position: absolute;
  width: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media print, screen and (max-width: 767.9px) {
  .top-mv .sc_btn {
    margin: 0 auto 50px;
  }
  .top-mv .sc_btn a {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-mv .sc_btn {
    margin: 0 auto 150px;
  }
  .top-mv .sc_btn a {
    font-size: 18px;
  }
}
.top-mv .sc_btn a {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
.top-mv .sc_btn a span {
  position: absolute;
  width: 1px;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-mv .sc_btn a span {
    height: 50px;
  }
  .top-mv .sc_btn a span:before,
  .top-mv .sc_btn a span:after {
    height: 50px;
  }
  .top-mv .sc_btn a span:after {
    top: -50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1560px) {
  .top-mv .sc_btn a span {
    height: 150px;
  }
  .top-mv .sc_btn a span:before,
  .top-mv .sc_btn a span:after {
    height: 150px;
  }
  .top-mv .sc_btn a span:after {
    top: -150px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-mv .sc_btn a span {
    height: 70vh;
  }
  .top-mv .sc_btn a span:before,
  .top-mv .sc_btn a span:after {
    height: 70vh;
  }
  .top-mv .sc_btn a span:after {
    top: -70vh;
  }
}
.top-mv .sc_btn a span:before,
.top-mv .sc_btn a span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
}
.top-mv .sc_btn a span:before {
  background: #d7d7d7;
  top: 0px;
}
.top-mv .sc_btn a span:after {
  background: #a3a3a3;
  animation: translate 2s;
  animation-iteration-count: infinite;
  -webkit-animation: translate 2s;
  -webkit-animation-iteration-count: infinite;
}

.p-header {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
}
.p-header h1 {
  color: #fff;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media print, screen and (max-width: 767.9px) {
  .p-header {
    height: 220px;
    justify-content: center;
  }
  .p-header h1 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .p-header {
    height: 260px;
    padding-left: 50px;
  }
  .p-header h1 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .p-header {
    height: 640px;
    justify-content: flex-end;
  }
  .p-header h1 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header h1 {
    writing-mode: vertical-rl;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .p-header {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1701px) {
  .p-header {
    padding-right: calc((100vw - 1600px) / 2);
  }
}

/* -- loding --
--------------------------------------------------------------*/
/* -- footer --
--------------------------------------------------------------*/
.ft-wrap {
  background-image: url(../images/common/btm_bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}
.ft-wrap .ft-wrap__top {
  min-height: 360px;
  padding: 50px 15px;
}
@media print, screen and (min-width: 768px) {
  .ft-wrap .ft-wrap__top .widewrap {
    display: flex;
    justify-content: space-between;
  }
}

.ft-wrap__nav {
  display: flex;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__nav {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .ft-wrap__nav li {
    width: 33.3%;
    text-align: center;
  }
  .ft-wrap__nav li:nth-child(-n + 3) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__nav li {
    margin-left: 1.8em;
  }
  .ft-wrap__nav li a {
    writing-mode: vertical-rl;
  }
}
.ft-wrap__nav li a {
  display: inline-block;
  color: #fff;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.24em;
}
@media print, screen and (min-width: 961px) {
  .ft-wrap__nav li a {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .ft-wrap__link {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1650px) {
  .ft-wrap__link li:first-of-type {
    width: 30%;
  }
  .ft-wrap__link li:first-of-type a {
    padding-left: 20px;
  }
  .ft-wrap__link li:nth-child(2) {
    width: 70%;
  }
}
@media print, screen and (min-width: 1651px) {
  .ft-wrap__link li:first-of-type {
    width: 555px;
  }
  .ft-wrap__link li:first-of-type a {
    padding-left: calc((100vw - 1600px) / 2);
  }
  .ft-wrap__link li:nth-child(2) {
    width: calc(100% - 555px);
  }
}
.ft-wrap__link li a {
  color: #fff;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
.ft-wrap__link li:first-of-type a {
  display: block;
  background-color: #c16c26;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__link li:first-of-type a {
    text-align: center;
  }
  .ft-wrap__link li:first-of-type a p {
    display: inline-block;
    background-size: 16px;
    padding: 12px 12px 12px 22px;
  }
}
.ft-wrap__link li:first-of-type a p {
  background-image: url(../images/common/navi_icon_03.png);
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
}
@media print, screen and (min-width: 768px) {
  .ft-wrap__link li:first-of-type a p {
    background-size: 22px;
    padding: 22px 15px 22px 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-wrap__link li:first-of-type a {
    font-size: 20px;
  }
}
.ft-wrap__link li:nth-child(2) {
  background-color: rgba(72, 51, 38, 0.9);
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__link li:nth-child(2) {
    justify-content: center;
    padding: 10px 0;
  }
}
.ft-wrap__link li:nth-child(2) a {
  display: inline-block;
}
@media print, screen and (max-width: 767.9px) {
  .ft-wrap__link li:nth-child(2) a {
    font-size: 12px;
  }
  .ft-wrap__link li:nth-child(2) a:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-wrap__link li:nth-child(2) a {
    margin-left: 35px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-wrap__link li:nth-child(2) a {
    font-size: 18px;
    margin-left: 70px;
  }
}

.ft-wrap__data {
  margin-top: 15px;
}
.ft-wrap__data .tel {
  background: url(../images/common/navi_icon_02.png) left 0 top 50% no-repeat;
  background-size: 20px;
  padding-left: 30px;
}
.ft-wrap__data .tel a {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.15em;
}

.ft-btm {
  background-color: #fff;
  padding: 20px 15px;
}
.ft-btm ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
@media print, screen and (max-width: 767.9px) {
  .ft-btm ul {
    flex-wrap: wrap;
  }
  .ft-btm ul li {
    text-align: center;
  }
  .ft-btm ul li:not(:last-of-type) {
    width: 33.3%;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-btm ul {
    max-width: 970px;
  }
  .ft-btm ul li:not(:last-of-type) {
    padding-right: 15px;
  }
}
.ft-btm ul li:last-of-type {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .ft-btm ul li:last-of-type {
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
  }
  .ft-btm ul li:last-of-type::before {
    height: 1px;
    width: 50%;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-btm ul li:last-of-type::before {
    width: 1px;
    height: 64px;
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .ft-btm ul li:last-of-type {
    padding-left: 20px;
    width: 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .ft-btm ul li:last-of-type {
    padding-left: 50px;
  }
}
.ft-btm ul li:last-of-type::before {
  content: "";
  background-color: #a3a3a3;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}

.ft-btm__copy {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .ft-btm__copy {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-btm__copy {
    font-size: 14px;
    margin-top: 28px;
  }
}

/* -- framework && common --
--------------------------------------------------------------　*/
.top-ttl h2 {
  letter-spacing: 0.3em;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .top-ttl h2 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-ttl h2 {
    font-size: 40px;
    writing-mode: vertical-rl;
  }
}

.com-link {
  border-bottom: solid 1px #a3a3a3;
  text-align: right;
  background-position: right 0 bottom 0;
  background-image: url(../images/common/link_arr.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .com-link {
    background-size: 18px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .com-link {
    background-size: 29px;
    padding-right: 40px;
  }
  .com-link a {
    font-size: 20px;
  }
}
.com-link a {
  font-weight: 500;
  display: inline-block;
}

@media print, screen and (min-width: 1061px) {
  .px-frame {
    position: sticky;
    bottom: 0;
    left: 0;
  }
  .px-frame.top-mv,
  .px-frame.top-px {
    z-index: 2;
  }
  .px-frame.top-concept,
  .px-frame.top-rooms,
  .px-frame.top-onsen,
  .px-frame .top-meal {
    z-index: 1;
  }
}

.top-px {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-px {
    height: 200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-px {
    height: 500px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-px {
    height: 800px;
  }
}

/* -- front page --
--------------------------------------------------------------　*/
@media print, screen and (max-width: 767.9px) {
  .top-concept {
    padding: 50px 15px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-concept {
    background-image: url(../images/top/map_img.webp);
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-concept {
    background-position: left 0 top 5% c;
  }
}
@media print, screen and (min-width: 961px) {
  .top-concept {
    margin-left: 150px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1400px) {
  .top-concept {
    background-position: left 0 top 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-concept {
    background-size: 65% auto;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1400px) {
  .top-concept {
    background-size: 50% auto;
  }
}
@media print, screen and (min-width: 1401px) {
  .top-concept {
    background-position: right 5% top 50%;
  }
}
@media print, screen and (min-width: 1401px) and (max-width: 1660px) {
  .top-concept {
    background-size: 38% auto;
  }
}
@media print, screen and (min-width: 1661px) {
  .top-concept {
    background-size: 860px;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-concept .sc_btn {
    position: absolute;
    width: 1px;
    height: 540px;
    bottom: 0;
    overflow: hidden;
  }
  .top-concept .sc_btn::before,
  .top-concept .sc_btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 540px;
  }
  .top-concept .sc_btn:before {
    background: #d7d7d7;
    top: 0px;
  }
  .top-concept .sc_btn:after {
    background: #a3a3a3;
    top: -540px;
    animation: translate 3.5s;
    animation-iteration-count: infinite;
    -webkit-animation: translate 3.5s;
    -webkit-animation-iteration-count: infinite;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1400px) {
  .top-concept .sc_btn {
    right: 20%;
  }
}
@media print, screen and (min-width: 1401px) and (max-width: 1720px) {
  .top-concept .sc_btn {
    left: 30px;
  }
}
@media print, screen and (min-width: 1721px) {
  .top-concept .sc_btn {
    left: calc((100vw - 1660px) / 2);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-concept .top-concept__wrap .spview {
    max-width: 420px;
    margin: auto;
  }
  .top-concept .top-concept__wrap .top-concept__txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top-concept .top-concept__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .top-concept .top-concept__wrap .top-concept__txt {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-concept .top-concept__wrap h2,
  .top-concept .top-concept__wrap p {
    writing-mode: vertical-rl;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-concept .top-concept__wrap {
    padding: 75px 0;
  }
}
@media print, screen and (min-width: 961px) {
  .top-concept .top-concept__wrap {
    padding: 10vh 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .top-concept .top-concept__wrap {
    width: 476px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1401px) and (max-width: 1560px) {
  .top-concept .top-concept__wrap {
    width: 42%;
    margin-left: 150px;
  }
}
@media print, screen and (min-width: 1561px) {
  .top-concept .top-concept__wrap {
    width: 720px;
    margin-left: calc((100vw - 1580px) / 2);
  }
}
.top-concept .top-concept__wrap h2 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767.9px) {
  .top-concept .top-concept__wrap h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-concept .top-concept__wrap h2 {
    font-size: 40px;
    margin-left: 60px;
  }
}
@media print, screen and (max-height: 750px) {
  .top-concept .top-concept__wrap h2 {
    font-size: 5vh;
  }
}
.top-concept .top-concept__wrap p {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .top-concept .top-concept__wrap p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1720px) {
  .top-concept .top-concept__wrap p:not(:last-of-type) {
    margin-left: 2em;
  }
}
@media print, screen and (max-width: 1420px) {
  .top-concept .top-concept__wrap p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1421px) {
  .top-concept .top-concept__wrap p {
    line-height: 3;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1721px) {
  .top-concept .top-concept__wrap p:not(:last-of-type) {
    margin-left: 3em;
  }
}

.top-frame {
  padding-bottom: 10vh;
}
@media print, screen and (min-width: 961px) and (max-width: 1880px) {
  .top-frame {
    margin-left: 150px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .com-link {
    margin-top: 35px;
    margin-right: 15px;
  }
}
.top-frame .com-link a {
  display: flex;
  justify-content: space-between;
}
.top-frame .com-link a span {
  padding-left: 15px;
}
@media print, screen and (min-width: 1061px) {
  .top-frame .widewrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-frame .widewrap.row-r {
    flex-direction: row-reverse;
  }
  .top-frame .widewrap .top-frame__main {
    width: 45%;
    padding-left: 20px;
  }
  .top-frame .widewrap .top-frame__main .top-ttl,
  .top-frame .widewrap .top-frame__main .top-frame__txt {
    padding-top: 220px;
  }
  .top-frame .widewrap .top-frame__main .top-frame__txt {
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .top-frame .widewrap .top-frame__img {
    width: 55%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__main {
    padding-top: 30px;
  }
  .top-frame .widewrap .top-frame__main .top-ttl {
    border-bottom: solid 1px #a3a3a3;
    padding: 7px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__main {
    display: flex;
    max-width: 570px;
  }
  .top-frame .widewrap .top-frame__main .top-ttl {
    width: 72px;
  }
  .top-frame .widewrap .top-frame__main .top-frame__txt {
    width: calc(100% - 72px);
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-frame .widewrap .top-frame__main {
    margin: 0 auto 50px;
  }
  .top-frame .widewrap .top-frame__main .top-ttl,
  .top-frame .widewrap .top-frame__main .top-frame__txt {
    padding-top: 50px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__main .top-frame__txt {
    padding: 20px 15px;
  }
}
.top-frame .widewrap .top-frame__main .top-frame__txt h3 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__main .top-frame__txt h3 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__main .top-frame__txt h3 {
    font-size: 26px;
  }
}
.top-frame .widewrap .top-frame__main .top-frame__txt p {
  line-height: 2.5;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-frame .widewrap .top-frame__main .inwrap {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1260px) {
  .top-frame .widewrap .top-frame__main .inwrap {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1261px) {
  .top-frame .widewrap .top-frame__main .inwrap {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__main .inwrap small {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-frame__count {
    width: 25px;
    height: 30px;
    margin-left: auto;
    margin-right: 38px;
    margin-top: 20px;
    position: relative;
  }
  .top-frame .widewrap .top-frame__img .top-frame__count::before {
    height: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-frame__count {
    width: 33px;
    height: 45px;
    right: 50px;
    position: absolute;
    bottom: 0;
  }
  .top-frame .widewrap .top-frame__img .top-frame__count::before {
    height: 32px;
  }
}
.top-frame .widewrap .top-frame__img .top-frame__count::before {
  content: "";
  width: 1px;
  background-color: #a3a3a3;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-frame .widewrap .top-frame__img .top-frame__count span {
  display: block;
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-frame__count span:nth-child(1) {
    font-size: 15px;
  }
  .top-frame .widewrap .top-frame__img .top-frame__count span:nth-child(2) {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-frame__count span:nth-child(1) {
    font-size: 20px;
  }
  .top-frame .widewrap .top-frame__img .top-frame__count span:nth-child(2) {
    font-size: 14px;
  }
}
.top-frame .widewrap .top-frame__img .top-frame__count span:nth-child(2) {
  text-align: right;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next {
  top: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev,
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next {
    bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev,
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next {
    bottom: 7px;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev::before,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next::before {
  content: none;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev:hover,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev:focus {
  background-image: url(../images/common/arrow_S2.png);
  background-size: cover;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next:hover,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next:focus {
  background-image: url(../images/common/arrow_S1.png);
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev {
    left: auto;
    right: 75px;
  }
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-prev {
    left: auto;
    right: 115px;
  }
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-next {
    right: 0;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide {
    margin-top: 130px;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide a {
  position: relative;
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide.img_full a {
    padding-left: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide.img_full a {
    padding: 0 0 65px 25%;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide.img_full a .icon {
  bottom: -15px !important;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide.img_full a .s-img {
  max-width: 640px;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide.img_full a .s-img {
    padding-top: 0;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .s-img {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .s-img {
    padding-top: 45px;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  display: flex;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl::before {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #a3a3a3;
  position: absolute;
  bottom: 0;
  left: 72px;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl .icon {
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl .icon {
    width: 32px;
    right: 7px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl .icon {
    width: 40px;
    right: 10px;
    bottom: 15px;
  }
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4,
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl p {
  writing-mode: vertical-rl;
}
.top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  border-right: solid 1px #a3a3a3;
  padding: 0 7px;
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4 {
    letter-spacing: 0.4em;
  }
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl h4.l-none {
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-frame .widewrap .top-frame__img .top-rooms__slider .slick-slide .top-frame__ttl p {
    font-size: 12px;
  }
}

.top-rooms .top-frame {
  background-image: url(../images/top/top-rooms__icon.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-rooms .top-frame {
    background-size: 210px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-rooms .top-frame {
    background-size: 28%;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-rooms .top-frame {
    background-position: right -25px top -40px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1660px) {
  .top-rooms .top-frame {
    background-position: right -55px top -90px;
  }
}
@media print, screen and (min-width: 1661px) {
  .top-rooms .top-frame {
    background-position: right -55px top -140px;
  }
}

.top-onsen .top-frame {
  background-image: url(../images/top/top-onsen__icon.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1060px) {
  .top-onsen .top-frame {
    background-size: 210px;
    background-position: left -25px top 50%;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-onsen .top-frame {
    background-size: 30%;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1460px) {
  .top-onsen .top-frame {
    background-position: left 25% top -15px;
  }
}
@media print, screen and (min-width: 1461px) and (max-width: 1900px) {
  .top-onsen .top-frame {
    background-position: left 25% top -135px;
  }
}
@media print, screen and (min-width: 1901px) {
  .top-onsen .top-frame {
    background-position: left 25% top -160px;
  }
}

.top-onsen__slider {
  padding-top: 10vh;
}
.top-onsen__slider > ul {
  height: 50%;
}
@media print, screen and (max-width: 767.9px) {
  .top-onsen__slider > ul:nth-child(1) {
    padding-left: 50px;
  }
  .top-onsen__slider > ul:nth-child(2) {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-onsen__slider > ul:nth-child(1) {
    padding-left: 150px;
  }
  .top-onsen__slider > ul:nth-child(2) {
    padding-right: 150px;
  }
}
.top-onsen__slider > ul .slick-slide {
  padding: 0 3px;
}

.top-meal .top-frame {
  background-image: url(../images/top/top-meal__icon01.png), url(../images/top/top-meal__icon02.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-meal .top-frame {
    background-size: 280px, 145px;
    background-position:
      right -70px top -55px,
      left 5% bottom -25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-meal .top-frame {
    background-size: 30%, 27%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-meal .top-frame {
    background-position:
      right -25px top -20px,
      left 5% bottom -20px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1660px) {
  .top-meal .top-frame {
    background-position:
      right -75px top -120px,
      left 5% bottom -60px;
  }
}
@media print, screen and (min-width: 1661px) {
  .top-meal .top-frame {
    background-position:
      right -95px top -165px,
      right 35% bottom -115px;
  }
}

.top-meal__slider {
  display: flex;
}
.top-meal__slider .swiper-container01,
.top-meal__slider .swiper-container02 {
  width: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-meal__slider .swiper-container01,
  .top-meal__slider .swiper-container02 {
    height: 35vh;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-meal__slider .swiper-container01,
  .top-meal__slider .swiper-container02 {
    height: 65vw;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-meal__slider .swiper-container01,
  .top-meal__slider .swiper-container02 {
    height: 31.8181818182vw;
  }
}
.top-meal__slider .swiper-container02 {
  margin-top: 10vh;
}

@media print, screen and (max-width: 767.9px) {
  .top-instagram,
  .top-access {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1900px) {
  .top-instagram,
  .top-access {
    margin-left: 150px;
  }
}

.top-facilities {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities {
    background-position: right 0 top 50%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-facilities {
    background-position: left 0 bottom 0;
  }
}
@media print, screen and (max-width: 960px) {
  .top-facilities {
    background-image: url(../images/top/top-facilities__icon.png);
    background-repeat: no-repeat;
    background-size: 30%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities::before {
    content: "";
    background-image: url(../images/top/top-facilities__icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 315px;
    height: 331px;
    bottom: -7%;
    left: 27%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-facilities {
    padding-bottom: 160px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities .top-facilities__main {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities .top-facilities__wrap {
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (min-width: 768px) {
  .top-facilities .top-facilities__wrap {
    max-width: 780px;
    display: flex;
  }
  .top-facilities .top-facilities__wrap li {
    height: 330px;
    display: flex;
    flex-direction: column;
  }
  .top-facilities .top-facilities__wrap li:nth-child(1) {
    width: 280px;
    justify-content: center;
  }
  .top-facilities .top-facilities__wrap li:nth-child(2) {
    width: calc(100% - 280px);
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-facilities .top-facilities__wrap {
    margin-left: 150px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-facilities .top-facilities__wrap {
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-facilities .top-facilities__wrap li {
    height: 260px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities .top-facilities__wrap li {
    height: 330px;
  }
}
.top-facilities .top-facilities__wrap h2 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities .top-facilities__wrap h2 {
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .top-facilities .top-facilities__wrap h2 span {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-facilities .top-facilities__wrap h2 {
    font-size: 28px;
  }
  .top-facilities .top-facilities__wrap h2 span {
    font-size: 40px;
  }
}
.top-facilities .top-facilities__wrap h2 span {
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .top-facilities .top-facilities__wrap .com-link {
    margin-top: 30px;
  }
}
.top-facilities .top-facilities__wrap .com-link a {
  display: flex;
  justify-content: space-between;
}
.top-facilities .top-facilities__wrap .com-link a span {
  padding-left: 10px;
}
.top-facilities .top-facilities__wrap .top-facilities__txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media print, screen and (max-width: 767.9px) {
  .top-facilities__slider li {
    height: 120px;
  }
  .top-facilities__slider li img {
    height: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-facilities__slider li {
    height: 320px;
  }
  .top-facilities__slider li img {
    height: 320px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-facilities__slider li {
    height: 520px;
  }
  .top-facilities__slider li img {
    height: 520px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .top-plan {
    margin-bottom: 50px;
    padding: 30px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1900px) {
  .top-plan {
    margin-left: 150px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan .widewrap {
    display: flex;
  }
  .top-plan .widewrap .top-ttl {
    width: 75px;
  }
  .top-plan .widewrap .top-plan__list {
    width: calc(100% - 75px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-plan .widewrap .top-ttl {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan .widewrap .top-ttl {
    margin-bottom: 30px;
  }
  .top-plan .widewrap .top-ttl h2 {
    writing-mode: horizontal-tb;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan .widewrap .top-ttl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

.top-plan__list {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .top-plan__list {
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__list .com-link {
    max-width: 200px;
    margin: 35px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__list .com-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    max-width: 550px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-plan__list {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-plan__list {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__list ul {
    display: flex;
    justify-content: space-between;
  }
  .top-plan__list ul li {
    width: 32.1312%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan__list ul {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__list ul li.slick-slide {
    margin: 0 5px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__list ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .top-plan__list ul li:nth-child(2) {
    margin-top: 110px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-plan__list ul li .top-plan__txt {
    width: 60px;
  }
  .top-plan__list ul li .top-plan__wrap {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1461px) {
  .top-plan__list ul li .top-plan__txt {
    width: 85px;
  }
  .top-plan__list ul li .top-plan__wrap {
    width: calc(100% - 85px);
  }
}
.top-plan__list ul li .top-plan__wrap {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan__list ul li .top-plan__wrap {
    padding-top: 135%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__list ul li .top-plan__wrap {
    padding-top: 135%;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__list ul li:hover .top-plan__img {
    width: 100%;
    max-width: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-plan__list ul li .top-plan__img {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    transition:
      0.8s cubic-bezier(0.77, 0, 0.18, 1) width,
      0.8s cubic-bezier(0.77, 0, 0.18, 1) opacity;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
  }
  .top-plan__list ul li .top-plan__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: initial;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan__list ul li .top-plan__img {
    width: 80%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__list ul li .top-plan__img {
    width: 70%;
  }
}
.top-plan__list ul li .top-plan__price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 7px;
}
.top-plan__list ul li .top-plan__price p {
  color: #fff;
  max-width: 200px;
  margin: auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  .top-plan__list ul li .top-plan__price p:nth-child(1) {
    font-size: 12px;
  }
}
.top-plan__list ul li .top-plan__price p:nth-child(2) {
  border-top: solid 1px #a3a3a3;
}
@media print, screen and (min-width: 768px) and (max-width: 1460px) {
  .top-plan__list ul li .top-plan__price p:nth-child(2) {
    font-size: 12px;
  }
  .top-plan__list ul li .top-plan__price p:nth-child(2) span {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-plan__list ul li .top-plan__price p:nth-child(2) {
    font-size: 14px;
  }
  .top-plan__list ul li .top-plan__price p:nth-child(2) span {
    font-size: 32px;
  }
}
.top-plan__list ul li .top-plan__txt {
  font-weight: 600;
  text-align: left;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .top-plan__list ul li .top-plan__txt {
    margin-top: 15px;
    padding-left: 35px;
    background-size: 20px;
    background-position: left 5px top 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-plan__list ul li .top-plan__txt {
    padding-top: 7px;
    padding-bottom: 25px;
    background-size: 25px;
    background-position: right 10px bottom 0;
  }
}
@media print, screen and (min-width: 961px) {
  .top-plan__list ul li .top-plan__txt {
    text-align: right;
  }
  .top-plan__list ul li .top-plan__txt p {
    text-align: left;
    writing-mode: vertical-rl;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1460px) {
  .top-plan__list ul li .top-plan__txt {
    font-size: 16px;
    padding-top: 25px;
    padding-right: 5px;
    background-size: 20px;
    background-position: right 5px top 0;
  }
}
@media print, screen and (min-width: 1461px) {
  .top-plan__list ul li .top-plan__txt {
    font-size: 20px;
    padding-top: 50px;
    padding-right: 10px;
    background-size: 40px;
    background-position: right 10px top 0;
  }
}
.top-plan__list ul li .top-plan__txt p {
  display: inline-block;
}

.top-stay__slider .slick-slide {
  width: 100%;
}
.top-stay__slider .slick-prev,
.top-stay__slider .slick-next {
  top: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__slider .slick-prev,
  .top-stay__slider .slick-next {
    width: 22px;
    height: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay__slider .slick-prev,
  .top-stay__slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-stay__slider .slick-prev,
  .top-stay__slider .slick-next {
    bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__slider .slick-prev,
  .top-stay__slider .slick-next {
    bottom: 75px;
  }
}
.top-stay__slider .slick-prev::before,
.top-stay__slider .slick-next::before {
  content: none;
}
.top-stay__slider .slick-prev,
.top-stay__slider .slick-prev:hover,
.top-stay__slider .slick-prev:focus {
  background-image: url(../images/common/arrow_wl.png);
  background-size: cover;
}
.top-stay__slider .slick-next,
.top-stay__slider .slick-next:hover,
.top-stay__slider .slick-next:focus {
  background-image: url(../images/common/arrow_wr.png);
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__slider .slick-prev {
    left: 20vw;
  }
  .top-stay__slider .slick-next {
    right: 20vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-stay__slider .slick-prev {
    left: 25vw;
  }
  .top-stay__slider .slick-next {
    right: 20vw;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__slider .slick-prev {
    left: auto;
    right: 32vw;
  }
  .top-stay__slider .slick-next {
    right: 10vw;
  }
}

.top-stay__count {
  width: 33px;
  height: 45px;
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .top-stay__count {
    margin: 50px auto 0;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__count {
    position: absolute;
    bottom: 100px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .top-stay__count {
    left: 53%;
  }
}
@media print, screen and (min-width: 1701px) {
  .top-stay__count {
    left: 47%;
  }
}
.top-stay__count::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #a3a3a3;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-stay__count span {
  display: block;
  line-height: 1;
}
.top-stay__count span:nth-child(1) {
  font-size: 20px;
}
.top-stay__count span:nth-child(2) {
  font-size: 14px;
  text-align: right;
}

.top-stay__img {
  position: relative;
}
@media print, screen and (max-width: 960px) {
  .top-stay__img {
    background: none;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__img {
    height: 880px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media print, screen and (max-width: 960px) {
  .top-stay__img .com-link {
    margin-top: 35px;
  }
}
.top-stay__img .com-link a {
  color: #fff;
}
.top-stay__img .top-stay__main {
  border-left: solid 1px #a3a3a3;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-stay__img .top-stay__main {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__img .top-stay__main {
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 120px;
  }
}
.top-stay__img .top-stay__cts {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__img .top-stay__cts {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-stay__img .top-stay__cts {
    background-color: rgba(0, 0, 0, 0.8);
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__img .top-stay__cts {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    max-width: 780px;
    padding-left: 60px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-stay__img .top-stay__cts .top-stay__inner {
    margin-left: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay__img .top-stay__cts .top-stay__inner {
    display: flex;
    max-width: 550px;
  }
  .top-stay__img .top-stay__cts .top-stay__inner .top-ttl {
    width: 80px;
  }
  .top-stay__img .top-stay__cts .top-stay__inner .top-stay__main {
    width: calc(100% - 80px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__img .top-stay__cts .top-ttl {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-stay__img .top-stay__cts .top-ttl {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__img .top-stay__cts .top-ttl {
    padding-top: 130px;
  }
}
.top-stay__img .top-stay__cts .top-stay__time {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  text-align: right;
  border-bottom: solid 1px #a3a3a3;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__img .top-stay__cts .top-stay__time {
    font-size: 20px;
    width: 120px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay__img .top-stay__cts .top-stay__time {
    font-size: 28px;
    width: 160px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__img .top-stay__cts .inwrap {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-stay__img .top-stay__cts .inwrap {
    padding-top: 25px;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-stay__img .top-stay__cts .inwrap {
    padding-top: 45px;
    padding-left: 45px;
  }
}
.top-stay__img .top-stay__cts .inwrap h3 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .top-stay__img .top-stay__cts .inwrap h3 {
    margin-bottom: 1em;
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-stay__img .top-stay__cts .inwrap h3 {
    margin-bottom: 1.2em;
    font-size: 26px;
  }
}
.top-stay__img .top-stay__cts .inwrap p {
  line-height: 2.2;
}

@media print, screen and (max-width: 767.9px) {
  .top-instagram {
    margin-bottom: 45px;
  }
  .top-instagram .widewrap {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-instagram {
    margin-bottom: 90px;
  }
  .top-instagram .widewrap {
    padding-top: 160px;
  }
}
.top-instagram .widewrap {
  border-left: solid 1px #a3a3a3;
  position: relative;
}
.top-instagram .top-instagram__wrap {
  max-width: 1360px;
}
@media print, screen and (max-width: 767.9px) {
  .top-instagram .top-instagram__wrap {
    margin-bottom: 35px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1620px) {
  .top-instagram .top-instagram__wrap {
    margin-bottom: 50px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1621px) {
  .top-instagram .top-instagram__wrap {
    margin: 0 auto 50px;
  }
}
.top-instagram .top-instagram__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/inst_icon_l.png);
  background-repeat: no-repeat;
  padding-bottom: 7px;
}
@media print, screen and (max-width: 767.9px) {
  .top-instagram .top-instagram__ttl {
    background-position: left 15px top 50%;
    background-size: 35px;
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-instagram .top-instagram__ttl {
    background-position: left 20px bottom 20px;
    background-size: 40px;
    padding-left: 75px;
  }
}
.top-instagram .top-instagram__ttl h2 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .top-instagram .top-instagram__ttl h2 {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-instagram .top-instagram__ttl h2 {
    font-size: 40px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .top-access__cts {
    border-left: solid 1px #a3a3a3;
    border-bottom: solid 1px #a3a3a3;
  }
  .top-access__cts li {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__cts {
    display: flex;
  }
  .top-access__cts li:nth-child(1) {
    width: 75px;
  }
  .top-access__cts li:nth-child(2) {
    width: calc(100% - 75px);
  }
}
@media print, screen and (max-width: 960px) {
  .top-access__cts {
    margin-bottom: 50px;
  }
}
.top-access__cts li:nth-child(2) {
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__cts li:nth-child(2) {
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__cts li:nth-child(2)::before {
    content: "";
    background-color: #a3a3a3;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .top-access__cts li:nth-child(2)::before {
    height: calc(100% - 35px);
  }
}
@media print, screen and (min-width: 1261px) {
  .top-access__cts li:nth-child(2)::before {
    height: calc(100% - 65px);
  }
}
.top-access__cts .top-access__txt {
  position: absolute;
  top: 0;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__cts .top-access__txt {
    left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__cts .top-access__txt {
    left: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__cts .top-access__txt {
    left: 50px;
  }
}
.top-access__cts .top-access__txt p {
  font-weight: bold;
  line-height: 2.5;
}
.top-access__cts .top-access__map {
  margin: auto;
  max-width: 1224px;
}
@media print, screen and (max-width: 960px) {
  .top-access__cts .top-access__map {
    padding-left: 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__cts .top-access__sub,
  .top-access__cts .com-link {
    position: absolute;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .top-access__cts .top-access__sub,
  .top-access__cts .com-link {
    bottom: 35px;
  }
}
@media print, screen and (min-width: 1261px) {
  .top-access__cts .top-access__sub,
  .top-access__cts .com-link {
    bottom: 65px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-access__cts .top-access__sub {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__cts .top-access__sub {
    left: 0;
    border-bottom: solid 1px #a3a3a3;
    padding: 7px 15px;
  }
}
@media print, screen and (min-width: 1261px) {
  .top-access__cts .top-access__sub {
    width: 150px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-access__cts .com-link {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__cts .com-link {
    bottom: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__cts .com-link {
    width: 60%;
    right: 0;
    max-width: 930px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .top-access__bnr {
    padding: 0 15px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__bnr {
    padding: 0 15px 120px;
  }
}
@media print, screen and (max-width: 1060px) {
  .top-access__bnr {
    max-width: 600px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1061px) {
  .top-access__bnr {
    display: flex;
  }
  .top-access__bnr li:nth-child(2) {
    width: 40%;
  }
  .top-access__bnr li:nth-child(odd) {
    width: 30%;
  }
}
.top-access__bnr li .res_br {
  display: none;
}
@media print, screen and (max-width: 460px) {
  .top-access__bnr li .res_br {
    display: block;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1320px) {
  .top-access__bnr li .res_br {
    display: block;
  }
}
.top-access__bnr li:nth-child(2) {
  background-color: #fff;
  text-align: center;
  padding: 28px 15px;
}
.top-access__bnr li:nth-child(2) p {
  font-weight: bold;
  max-width: 480px;
  margin: auto;
}
.top-access__bnr li:nth-child(2) p span {
  display: block;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__bnr li:nth-child(2) p span {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__bnr li:nth-child(2) p span {
    font-size: 26px;
  }
}
.top-access__bnr li:nth-child(2) p.tel {
  border-top: solid 1px #a3a3a3;
  padding-top: 20px;
  margin-top: 20px;
}
.top-access__bnr li:nth-child(2) p.tel a {
  display: inline-block;
  font-weight: 400;
  padding-left: 33px;
  background-position: left 0 top 50%;
  background-image: url(../images/common/tel_icon.png);
  background-repeat: no-repeat;
  background-size: 26px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__bnr li:nth-child(2) p.tel a {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access__bnr li:nth-child(2) p.tel a {
    font-size: 36px;
  }
}
.top-access__bnr li:nth-child(1) {
  background-image: url(../images/top/top-access__img01.webp);
  background-position: 50% 50%;
}
.top-access__bnr li:nth-child(3) {
  background-image: url(../images/top/top-access__img02.webp);
  background-position: 100% 50%;
}
.top-access__bnr li:nth-child(odd) {
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media print, screen and (max-width: 767.9px) {
  .top-access__bnr li:nth-child(odd) {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .top-access__bnr li:nth-child(odd) {
    height: 220px;
  }
}

/* --------------------------------------------------------------
// page
-------------------------------------------------------------- */
main.page article {
  overflow: hidden;
}

.p_htag {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .p_htag {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .p_htag {
    margin-left: 120px;
  }
}
.p_htag h2,
.p_htag h3 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .p_htag h2 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p_htag h2 {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .p_htag h3 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .p_htag h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767.9px) {
  main.page .p_50 {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  main.page .p_50 {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 767.9px) {
  main.page .p_80 {
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  main.page .p_80 {
    padding: 40px 0;
  }
}
.link_url a {
  display: block;
  position: relative;
  border-bottom: solid 1px #a3a3a3;
  text-align: right;
  background-position: right 0 bottom 0;
  background-image: url(../images/common/link_arr.png);
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767.9px) {
  .link_url a {
    background-size: 18px;
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .link_url a {
    font-size: 20px;
    background-size: 29px;
    padding-right: 35px;
  }
}

/* -- padrts --
--------------------------------------------------------------　*/
/* ---------------------------------　*/
.txt_area h4 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
.txt_area .txt p {
  margin-bottom: 1em;
}
.txt_area .com_link {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_left01 ul .txt_area {
    padding-right: 50px;
  }
  .txt_imgarea.img_left01 ul .txt_area .txt_area__inner {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1801px) {
  .txt_imgarea.img_left01 ul {
    margin-right: calc((100vw - 1600px) / 2);
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_right01 ul .txt_area {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1061px) and (max-width: 1800px) {
  .txt_imgarea.img_right01 ul {
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 1801px) {
  .txt_imgarea.img_right01 ul {
    margin-left: calc((100vw - 1600px) / 2);
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_right01 ul li {
    flex-direction: row-reverse;
  }
}
.txt_imgarea.img_left01,
.txt_imgarea.img_right01 {
  position: relative;
}
@media print, screen and (max-width: 1060px) {
  .txt_imgarea.img_left01,
  .txt_imgarea.img_right01 {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_left01,
  .txt_imgarea.img_right01 {
    padding-top: 120px;
  }
}
.txt_imgarea.img_left01 .txt_area__inner,
.txt_imgarea.img_right01 .txt_area__inner {
  max-width: 640px;
}
@media print, screen and (max-width: 1060px) {
  .txt_imgarea.img_left01 .txt_area__inner,
  .txt_imgarea.img_right01 .txt_area__inner {
    margin: auto;
  }
}
@media print, screen and (min-width: 1061px) {
  .txt_imgarea.img_left01 > ul > li,
  .txt_imgarea.img_right01 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .txt_imgarea.img_left01 > ul > li .img_area,
  .txt_imgarea.img_right01 > ul > li .img_area {
    width: 60%;
  }
  .txt_imgarea.img_left01 > ul > li .txt_area,
  .txt_imgarea.img_right01 > ul > li .txt_area {
    width: 35%;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left01 > ul > li .txt_area,
  .txt_imgarea.img_right01 > ul > li .txt_area {
    padding: 15px 12px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1060px) {
  .txt_imgarea.img_left01 > ul > li .txt_area,
  .txt_imgarea.img_right01 > ul > li .txt_area {
    margin-left: 150px;
    padding: 20px 0;
  }
}
.txt_imgarea.img_left01 > ul > li .txt_area h4,
.txt_imgarea.img_right01 > ul > li .txt_area h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left01 > ul > li .txt_area h4,
  .txt_imgarea.img_right01 > ul > li .txt_area h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left01 > ul > li .txt_area h4,
  .txt_imgarea.img_right01 > ul > li .txt_area h4 {
    font-size: 26px;
  }
}
.txt_imgarea.img_left01 > ul > li .txt_area .txt p,
.txt_imgarea.img_right01 > ul > li .txt_area .txt p {
  line-height: 2;
}
@media print, screen and (min-width: 961px) and (max-width: 1800px) {
  .txt_imgarea.img_left02,
  .txt_imgarea.img_right02 {
    margin-left: 120px;
  }
}
.txt_imgarea.img_left02 > ul,
.txt_imgarea.img_right02 > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_left02 > ul,
  .txt_imgarea.img_right02 > ul {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1600px) {
  .txt_imgarea.img_left02 > ul,
  .txt_imgarea.img_right02 > ul {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 1601px) {
  .txt_imgarea.img_left02 > ul,
  .txt_imgarea.img_right02 > ul {
    max-width: 1460px;
    margin: auto;
  }
}
.txt_imgarea.img_left02 > ul > li,
.txt_imgarea.img_right02 > ul > li {
  width: 48%;
  position: relative;
}
.txt_imgarea.img_left02 > ul > li:nth-child(even),
.txt_imgarea.img_right02 > ul > li:nth-child(even) {
  margin-left: 4%;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 > ul > li:nth-child(n + 3),
  .txt_imgarea.img_right02 > ul > li:nth-child(n + 3) {
    margin-top: 6%;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li:nth-child(n + 3),
  .txt_imgarea.img_right02 > ul > li:nth-child(n + 3) {
    margin-top: 4%;
  }
}
@media print, screen and (max-width: 1200px) {
  .txt_imgarea.img_left02 > ul > li,
  .txt_imgarea.img_right02 > ul > li {
    border-left: solid 1px #a3a3a3;
  }
}
@media print, screen and (min-width: 1201px) {
  .txt_imgarea.img_left02 > ul > li,
  .txt_imgarea.img_right02 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .txt_imgarea.img_left02 > ul > li .txt_area,
  .txt_imgarea.img_right02 > ul > li .txt_area {
    width: 46%;
  }
  .txt_imgarea.img_left02 > ul > li .img_area,
  .txt_imgarea.img_right02 > ul > li .img_area {
    width: 54%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 > ul > li .txt__wrap,
  .txt_imgarea.img_right02 > ul > li .txt__wrap {
    padding-top: 15px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .txt_imgarea.img_left02 > ul > li .txt__wrap,
  .txt_imgarea.img_right02 > ul > li .txt__wrap {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.txt_imgarea.img_left02 > ul > li .txt_area h4,
.txt_imgarea.img_right02 > ul > li .txt_area h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 > ul > li .txt_area h4,
  .txt_imgarea.img_right02 > ul > li .txt_area h4 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li .txt_area h4,
  .txt_imgarea.img_right02 > ul > li .txt_area h4 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_left02 > ul > li .txt_area .txt p,
  .txt_imgarea.img_right02 > ul > li .txt_area .txt p {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_left02 > ul > li .txt_area .txt p,
  .txt_imgarea.img_right02 > ul > li .txt_area .txt p {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .txt_imgarea.img_left02 ul li .txt__wrap {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1201px) {
  .txt_imgarea.img_right02 ul li {
    flex-direction: row-reverse;
  }
  .txt_imgarea.img_right02 ul li .txt_area {
    padding-right: 20px;
  }
}
.txt_imgarea.img_top01 > ul > li .link_url {
  max-width: 480px;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 > ul > li .link_url {
    margin-left: auto;
  }
}
.txt_imgarea.img_top01 > ul > li .link_url a {
  display: flex;
  justify-content: space-between;
}
.txt_imgarea.img_top01 > ul > li .link_url a span {
  font-size: 16px;
  margin-right: 15px;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top01 > ul > li .txt_area {
    padding: 20px 12px;
  }
  .txt_imgarea.img_top01 > ul > li .txt_area h4 {
    font-size: 22px;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 > ul > li .txt_area {
    padding: 65px 0;
  }
  .txt_imgarea.img_top01 > ul > li .txt_area h4 {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1600px) {
  .txt_imgarea.img_top01 > ul > li .txt_area {
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner {
    max-width: 1280px;
    margin: auto;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1600px) {
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner {
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner {
    display: flex;
    justify-content: space-between;
  }
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner .txt__wrap {
    width: 52%;
  }
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner .txt {
    width: 42%;
  }
  .txt_imgarea.img_top01 > ul > li .txt_area .txt_area__inner h4 {
    max-width: 630px;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top02 > ul,
  .txt_imgarea.img_top03 > ul,
  .txt_imgarea.img_top04 > ul {
    padding: 0 15px;
  }
}
.txt_imgarea.img_top02 > ul li,
.txt_imgarea.img_top03 > ul li,
.txt_imgarea.img_top04 > ul li {
  border-left: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.txt_imgarea.img_top02 .link_url a,
.txt_imgarea.img_top03 .link_url a,
.txt_imgarea.img_top04 .link_url a {
  border-bottom: none;
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top02 .txt_area,
  .txt_imgarea.img_top03 .txt_area,
  .txt_imgarea.img_top04 .txt_area {
    padding-top: 15px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top02 .txt_area,
  .txt_imgarea.img_top03 .txt_area,
  .txt_imgarea.img_top04 .txt_area {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.txt_imgarea.img_top02 h4,
.txt_imgarea.img_top03 h4,
.txt_imgarea.img_top04 h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top02 h4,
  .txt_imgarea.img_top03 h4,
  .txt_imgarea.img_top04 h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top02 h4,
  .txt_imgarea.img_top03 h4,
  .txt_imgarea.img_top04 h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1720px) {
  .txt_imgarea.img_top02 {
    margin-left: 120px;
  }
  .txt_imgarea.img_top02 > ul {
    padding: 0 50px;
  }
}
.txt_imgarea.img_top02 > ul {
  max-width: 1360px;
  margin: auto;
}
@media print, screen and (min-width: 561px) {
  .txt_imgarea.img_top02 > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 560px) {
  .txt_imgarea.img_top02 > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 561px) and (max-width: 960px) {
  .txt_imgarea.img_top02 > ul > li {
    width: calc(50% - 20px);
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd) {
    margin-right: 40px;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top02 > ul > li {
    width: calc(50% - 40px);
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(odd) {
    margin-right: 80px;
  }
  .txt_imgarea.img_top02 > ul > li:nth-child(n + 3) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top03,
  .txt_imgarea.img_top04 {
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1800px) {
  .txt_imgarea.img_top03 > ul,
  .txt_imgarea.img_top04 > ul {
    padding: 0 50px;
  }
}
.txt_imgarea.img_top03 > ul,
.txt_imgarea.img_top04 > ul {
  max-width: 1600px;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .txt_imgarea.img_top03 > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .txt_imgarea.img_top03 > ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top03 > ul > li:nth-child(n + 4) {
    margin-top: 4%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .txt_imgarea.img_top03 > ul > li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.txt_imgarea.img_top04 > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 960px) {
  .txt_imgarea.img_top04 > ul > li {
    width: 48%;
    position: relative;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(even) {
    margin-left: 4%;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(n + 3) {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .txt_imgarea.img_top04 > ul > li {
    width: 23%;
    margin-right: 2.6%;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .txt_imgarea.img_top04 > ul > li:nth-child(n + 5) {
    margin-top: 4%;
  }
}

.link_list {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .link_list {
    margin-left: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.link_list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 561px) {
  .link_list > ul {
    justify-content: center;
  }
}
.link_list > ul.frames > li a {
  border: solid 1px #d9d7d3;
}
.link_list > ul.bg > li a {
  background-color: #c16c26;
  border: solid 1px #c16c26;
  color: #fff;
}
.link_list > ul > li {
  text-align: center;
}
@media print, screen and (max-width: 560px) {
  .link_list > ul > li {
    width: 48%;
    margin-right: 4%;
  }
  .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: 561px) and (max-width: 960px) {
  .link_list > ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .link_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n + 4) {
    margin-top: 2%;
  }
}
@media print, screen and (min-width: 961px) {
  .link_list > ul > li {
    width: 18.8%;
    margin-right: 1.5%;
  }
  .link_list > ul > li:nth-child(5n),
  .link_list > ul > li:last-of-type {
    margin-right: 0;
  }
  .link_list > ul > li:nth-child(n + 6) {
    margin-top: 3%;
  }
}
.link_list > ul > li a {
  max-width: 230px;
  margin: auto;
  display: block;
  padding: 13px;
  font-size: 20px;
  position: relative;
}
.link_list > ul > li a:hover::before {
  right: 3px;
}
.link_list > ul > li a:hover::after {
  right: 10px;
}
.link_list > ul > li a::before,
.link_list > ul > li a::after {
  content: "";
  position: absolute;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_list > ul > li a::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: -10px;
  background-color: #555555;
}
.link_list > ul > li a::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: -2px;
}
.link_list > ul > li a span {
  display: inline-block;
  padding-right: 10px;
}

@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .tbl_contents {
    margin-left: 120px;
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1061px) {
  .tbl_contents .tbl_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tbl_contents .tbl_flex li:first-of-type {
    width: 40%;
  }
  .tbl_contents .tbl_flex li:nth-child(2) {
    width: 56%;
  }
}
@media print, screen and (max-width: 1060px) {
  .tbl_contents .tbl_flex li:nth-child(2) {
    padding-top: 20px;
  }
}
.tbl_contents table tr {
  border-bottom: solid 1px #c5c0bb;
}
@media print, screen and (max-width: 767.9px) {
  .tbl_contents table th,
  .tbl_contents table td {
    width: 100%;
    display: block;
  }
  .tbl_contents table th {
    padding: 7px 0;
  }
  .tbl_contents table td {
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_contents table th {
    width: 200px;
    padding: 15px 0;
  }
  .tbl_contents table td {
    width: calc(100% - 200px);
    padding: 15px 0 15px 15px;
  }
}
@media print, screen and (max-width: 960px) {
  .tbl_contents table th {
    font-size: 18px;
  }
  .tbl_contents table td {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 961px) {
  .tbl_contents table th {
    font-size: 22px;
  }
  .tbl_contents table td {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 960px) {
  .accordion {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion {
    padding: 20px 20px 20px 50px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .accordion {
    margin-left: 120px;
  }
}
.accordion ul li {
  cursor: pointer;
  border-bottom: 1px solid #a3a3a3;
}
.accordion ul li:first-of-type {
  border-top: 1px solid #a3a3a3;
}
.accordion ul li table th,
.accordion ul li table td {
  line-height: 1;
}
.accordion ul li table th {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li table th {
    width: 30px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li table th {
    width: 50px;
    font-size: 34px;
  }
}
.accordion ul li table td {
  vertical-align: middle;
}
.accordion ul li .sd_h4 {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4 {
    padding: 18px 35px 18px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 {
    padding: 27px 50px 27px 0;
  }
}
.accordion ul li .sd_h4::before,
.accordion ul li .sd_h4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion ul li .sd_h4::before {
  border: solid 1px #555555;
  border-radius: 50%;
  right: 0;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4::before {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4::before {
    width: 40px;
    height: 40px;
  }
}
.accordion ul li .sd_h4::after {
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  transform: rotate(45deg);
  transition: transform 0.3s linear;
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_h4::after {
    right: 9px;
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4::after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
.accordion ul li .sd_h4.on::after {
  transform: rotate(225deg);
  top: 49%;
  bottom: auto;
}
.accordion ul li .sd_h4 table td {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_h4 table td {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .accordion ul li .sd_content {
    padding-bottom: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content {
    padding: 0 50px 27px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .accordion ul li .sd_content table td {
    font-size: 15px;
  }
}
.accordion .other li table th {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .slidethumb_txt .txt p,
  .slide_thumb .txt p {
    font-size: 15px;
  }
}

.slide_thumb .slider-thum__sub .slick-track {
  transform: unset !important;
  width: 100% !important;
}
@media print, screen and (max-width: 1360px) {
  .slide_thumb .slider-thum__sub .slick-track {
    display: flex;
    justify-content: center;
  }
}
.slide_thumb .slider-thum__sub .slick-slide {
  background-color: #fff;
  margin: 0 8px 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .slider-thum__sub .slick-slide {
    width: 60px !important;
    height: 40px;
  }
  .slide_thumb .slider-thum__sub .slick-slide img {
    width: 60px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .slider-thum__sub .slick-slide {
    width: 120px !important;
    height: 80px;
  }
  .slide_thumb .slider-thum__sub .slick-slide img {
    width: 120px;
    height: 80px;
  }
}
.slide_thumb .slider-thum__sub .slick-slide:last-of-type {
  margin: 0;
}
.slide_thumb .slider-thum__sub .slick-slide.slick-current img {
  opacity: 1;
}
.slide_thumb .slider-thum__sub .slick-slide img {
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width: 960px) {
  .slide_thumb .txt_area {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  .slide_thumb .txt_area .txt_area__left {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1361px) {
  .slide_thumb .txt_area {
    display: flex;
    justify-content: space-between;
  }
  .slide_thumb .txt_area .txt_area__left {
    width: 58%;
  }
  .slide_thumb .txt_area .txt_area__left .l-inner {
    max-width: 635px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .slide_thumb .txt_area .txt_area__right {
    width: 38%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1600px) {
  .slide_thumb .txt_area {
    margin-left: 150px;
    padding: 30px 50px;
  }
}
@media print, screen and (min-width: 1601px) {
  .slide_thumb .txt_area {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0;
  }
}
@media print, screen and (max-width: 767.9px) {
  .slide_thumb .txt_area h4 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .txt_area h4 {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 1360px) {
  .slide_thumb .txt_area h4 {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 1361px) {
  .slide_thumb .txt_area h4 {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_thumb .txt_area .txt p {
    line-height: 2.2em;
  }
}

.slidethumb_txt h4 {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt h4 {
    font-size: 22px;
  }
}
.slidethumb_txt .slick-dots {
  position: relative;
  bottom: 0;
}
@media print, screen and (max-width: 960px) {
  .slidethumb_txt .slick-dots {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .slidethumb_txt .slick-dots {
    padding-top: 60px;
  }
}
.slidethumb_txt .slick-dots li {
  background-color: #fff;
  margin: 0 8px 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .slidethumb_txt .slick-dots li {
    width: 60px;
    height: 40px;
  }
  .slidethumb_txt .slick-dots li img {
    width: 60px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .slidethumb_txt .slick-dots li {
    width: 120px;
    height: 80px;
  }
  .slidethumb_txt .slick-dots li img {
    width: 120px;
    height: 80px;
  }
}
.slidethumb_txt .slick-dots li:last-of-type {
  margin: 0;
}
.slidethumb_txt .slick-dots li.slick-active img {
  opacity: 1;
}
.slidethumb_txt .slick-dots li img {
  opacity: 0.6;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width: 961px) and (max-width: 1700px) {
  .slidethumb_txt {
    margin-left: 120px;
  }
}
@media print, screen and (min-width: 1161px) {
  .slidethumb_txt .img_left01 {
    padding-right: 65px;
  }
  .slidethumb_txt .img_left01 .txt_area {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .slidethumb_txt .img_right01 {
    padding-left: 65px;
  }
  .slidethumb_txt .img_right01 .txt_area {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .slidethumb_txt .img_right01 > li {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1161px) {
  .slidethumb_txt > ul > li {
    display: flex;
    justify-content: space-between;
  }
  .slidethumb_txt > ul > li .img_area {
    width: 62%;
  }
  .slidethumb_txt > ul > li .txt_area {
    width: 35%;
  }
  .slidethumb_txt > ul > li .txt_area .inner {
    max-width: 400px;
    margin: auto;
  }
}

.slide_carousel .carousel03 .link_none a {
  pointer-events: none;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .carousel03 .slick-slide {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .carousel03 .slick-slide {
    margin: 0 40px;
  }
}
.slide_carousel .carousel03 p {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .carousel03 p {
    font-size: 15px;
  }
}
.slide_carousel .slick-prev,
.slide_carousel .slick-next {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .slick-prev,
  .slide_carousel .slick-next {
    width: 22px;
    height: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .slide_carousel .slick-prev,
  .slide_carousel .slick-next {
    width: 40px;
    height: 40px;
  }
}
.slide_carousel .slick-prev::before,
.slide_carousel .slick-next::before {
  content: none;
}
.slide_carousel .slick-prev,
.slide_carousel .slick-prev:hover,
.slide_carousel .slick-prev:focus {
  background-image: url(../images/common/arr_left.png);
  background-size: cover;
}
.slide_carousel .slick-next,
.slide_carousel .slick-next:hover,
.slide_carousel .slick-next:focus {
  background-image: url(../images/common/arr_right.png);
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  .slide_carousel .slick-prev {
    left: 50px;
  }
  .slide_carousel .slick-next {
    right: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  .slide_carousel .slick-prev {
    left: 18vw;
  }
  .slide_carousel .slick-next {
    right: 18vw;
  }
}
@media print, screen and (min-width: 1061px) {
  .slide_carousel .slick-prev {
    left: 29vw;
  }
  .slide_carousel .slick-next {
    right: 29vw;
  }
}

@media print, screen and (max-width: 767.9px) {
  .linkbtn {
    padding: 35px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .linkbtn {
    padding: 35px 65px;
  }
}

.linkbtn_wrap {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767.9px) {
  .linkbtn_wrap li {
    width: 49%;
  }
  .linkbtn_wrap li:nth-child(odd) {
    margin-right: 2%;
  }
  .linkbtn_wrap li:nth-child(n + 3) {
    margin-top: 5%;
  }
}
@media print, screen and (min-width: 768px) {
  .linkbtn_wrap {
    justify-content: center;
  }
  .linkbtn_wrap li {
    width: 23%;
    margin-right: 2%;
  }
  .linkbtn_wrap li:nth-child(4n) {
    margin-right: 0;
  }
  .linkbtn_wrap li:nth-child(n + 5) {
    margin-top: 2%;
  }
}
.linkbtn_wrap li {
  opacity: 0;
  filter: blur(10px);
  transition-property: opacity, transform, filter, letter-spacing;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(30px);
  text-align: center;
}
.linkbtn_wrap li.is-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.linkbtn_wrap li.is-fade:nth-child(1) {
  transition-delay: 0.5s;
}
.linkbtn_wrap li.is-fade:nth-child(2) {
  transition-delay: 1s;
}
.linkbtn_wrap li.is-fade:nth-child(3) {
  transition-delay: 1.5s;
}
.linkbtn_wrap li.is-fade:nth-child(4) {
  transition-delay: 2s;
}
.linkbtn_wrap li.design01 {
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #fff 35%, #fff 100%);
}
@media print, screen and (max-width: 767.9px) {
  .linkbtn_wrap li.design01 .linkbtn_img {
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .linkbtn_wrap li.design01 .linkbtn_img {
    padding: 0 20px;
  }
}
.linkbtn_wrap li.design02 {
  border: solid 1px #d9d7d3;
  border-radius: 48px;
}
.linkbtn_wrap li a {
  display: block;
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .linkbtn_wrap li a::before {
    bottom: 10px;
  }
  .linkbtn_wrap li a::after {
    bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .linkbtn_wrap li a::before {
    bottom: 17px;
  }
  .linkbtn_wrap li a::after {
    bottom: 10px;
  }
  .linkbtn_wrap li a:hover::before {
    bottom: 0px;
  }
  .linkbtn_wrap li a:hover::after {
    bottom: -5px;
  }
}
.linkbtn_wrap li a::before,
.linkbtn_wrap li a::after {
  content: "";
  position: absolute;
  background-color: #d3ccc2;
  transition: all 0.5s;
  right: 0;
  left: 0;
  margin: auto;
}
.linkbtn_wrap li a::before {
  width: 1px;
  height: 14px;
}
.linkbtn_wrap li a::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
@media print, screen and (max-width: 767.9px) {
  .linkbtn_wrap li .linkbtn_txt {
    padding: 13px 12px 30px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .linkbtn_wrap li .linkbtn_txt {
    padding: 20px 12px 40px;
  }
}
@media print, screen and (min-width: 961px) {
  .linkbtn_wrap li .linkbtn_txt {
    padding: 20px 20px 40px;
  }
}

main.todays_firefly p {
  margin: 1em 0;
}

h2.tablepress-table-name {
  font-size: 24px;
  padding: 25px;
  background-color: #d5c6ab;
  border-radius: 2px;
  margin-bottom: 1em;
}

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

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

@media print, screen and (min-width: 768px) {
  .c_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c_wrap .post {
    width: 67%;
  }
  .c_wrap .sidebar {
    width: 27%;
  }
}
.c_wrap .post .post_ttl {
  margin-bottom: 30px;
}

.c_wrap .post .post_ttl h2 {
  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 h2 {
    font-size: 18px;
  }
}
.c_wrap .post .post_ttl .date {
  text-align: right;
}

.c_wrap .post .acv_list {
  display: flex;
  flex-wrap: wrap;
}
.c_wrap .post .acv_list li {
  background: linear-gradient(180deg, transparent 0%, transparent 35%, #fff 35%, #fff 100%);
  padding: 0 20px 20px;
}
@media print, screen and (max-width: 960px) {
  .c_wrap .post .acv_list li {
    width: 49%;
  }
  .c_wrap .post .acv_list li:nth-child(odd) {
    margin-right: 2%;
  }
  .c_wrap .post .acv_list li:nth-child(n + 3) {
    margin-top: 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .c_wrap .post .acv_list li {
    width: 32%;
    margin-right: 2%;
  }
  .c_wrap .post .acv_list li:nth-child(3n) {
    margin-right: 0;
  }
  .c_wrap .post .acv_list li:nth-child(n + 4) {
    margin-top: 4%;
  }
}
.c_wrap .post .acv_list .cat-label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  border: 1px solid #eee;
  font-size: 11px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 1px 5px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c_wrap .post .acv_list .thumb_img {
  width: 100%;
  padding-top: 75%;
}
.c_wrap .post .acv_list .thumb_img img {
  /* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_wrap .post .acv_list dl dt {
  font-size: 14px;
  margin-bottom: 0.5em;
}

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

.c_wrap .sidebar {
  border: solid 1px #c4c4c4;
  padding: 30px 15px;
  max-width: 350px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.thumb_img {
  position: relative;
  margin-bottom: 1em;
}
.thumb_img .cat_list {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  opacity: 0.9;
  border: 1px solid #eee;
  background-color: rgba(51, 51, 51, 0.7);
}

/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.single_pager li {
  width: 32%;
}

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

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

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

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

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

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

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

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

.pagenation ul li.active {
  background-color: #716c61;
  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);
  transition: 0.5s;
}

.pagenation ul li a:hover {
  background-color: #c4c4c4;
  color: #fff;
  opacity: 1;
} /*# sourceMappingURL=style.css.map */
