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

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

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

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

/* -- framework && common --
--------------------------------------------------------------　*/
/*
  読み込み時フェードイン
*/
body {
  opacity: 0;
  -webkit-animation: anime1 1.2s;
  animation: anime1 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

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

/*
  印刷対応
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* framework ---------------------------------*/
body {
  background-position: 0 0;
  background-repeat: repeat;
  font-family: "Noto Serif JP", serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    background-image: url(../images/color/gy/bg_sp.png);
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
    background-image: url(../images/color/gy/bg.png);
  }
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 1161px) {
  #content,
  footer {
    width: calc(100% - 290px);
    margin-left: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .inner_sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
}

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

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sp_w::-webkit-scrollbar {
    height: 10px;
  }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mainvisual {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -- page bg --
----------------------　*/
.pagettl_bg {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.pagettl_bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/dot_point03.png);
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

.category_bg h2 {
  text-align: center;
  margin-bottom: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/htag.png);
  background-size: 30px;
  color: #393939;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mv_news .ticker_wrap ul {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn_pagetop a {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -- search_form--
--------------------------------------------------------------　*/
.search_form {
  position: relative;
  background-color: #201f1c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search_form .set_date {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_btn a {
  display: block;
  color: #fff;
  max-width: 300px;
  font-size: 18px;
  text-align: center;
  padding: 19px 10px;
  background-image: url(../images/color/gy/link_bg.png);
  background-position: 0 0;
  background-repeat: repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ttl_freetxt {
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .ttl_freetxt {
    padding: 80px 15px;
    background-image: url(../images/color/gy/free_bg-sp.png);
    background-size: 100% auto;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_freetxt {
    background-image: url(../images/color/gy/free_bg.png);
  }
}

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

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

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

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

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

.ttl_freetxt .txt_lr {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.top_gallery::after {
  content: "";
  position: absolute;
  bottom: -50px;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/dot_point02.png);
  background-size: cover;
}

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

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

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

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

.top_gallery .mainwrap {
  position: relative;
}

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

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

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

@media print, screen and (max-width: 767px) {
  .top_gallery ul li {
    width: 50%;
  }
}

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

.top_gallery ul li {
  padding: 5px;
}

.ttl_imgtxt {
  background-image: url(../images/color/gy/ttl_imgtxt-btm.png);
  background-repeat: no-repeat;
}

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

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

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

.ttl_imgtxt .top_imgtxt li {
  position: relative;
}

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

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

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

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

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

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

.ttl_imgtxt .top_imgtxt li:nth-child(odd):before {
  background-image: url(../images/color/gy/dot_point01.png);
  background-size: cover;
}

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

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

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

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

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

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(odd) {
    background-image: url(../images/color/gy/circle_right.png);
    background-repeat: no-repeat;
    background-position: 95% 0;
  }
}

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

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

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

.ttl_imgtxt .top_imgtxt li:nth-child(even):before {
  background-image: url(../images/color/gy/dot_point02.png);
  background-size: cover;
}

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

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

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

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

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

@media print, screen and (min-width: 1161px) {
  .ttl_imgtxt .top_imgtxt li:nth-child(even) {
    background-image: url(../images/color/gy/circle_left.png);
    background-position: 5% 0;
    background-repeat: no-repeat;
  }
}

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

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

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

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

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

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

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

.ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 {
  position: absolute;
  top: 0;
  background-color: #393939;
  padding: 30px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_news ul li:nth-child(odd) {
  background-color: rgba(57, 57, 57, 0.1);
}

.top_news ul li a {
  display: block;
}

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

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

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

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

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

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

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

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

.ttl_tbl {
  position: relative;
  background-image: url(../images/color/gy/dot_point01.png), url(../images/color/gy/ttl_imgtxt-btm.png);
  background-repeat: no-repeat;
}

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

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

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

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

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

.ttl_tbl:before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/ttl_imgtxt-top.png);
  background-size: cover;
}

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

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

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

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

@media print, screen and (min-width: 1821px) {
  .ttl_tbl:before {
    top: -180px;
  }
}

.ttl_tbl .guide_tbl dl:nth-child(odd) {
  background-color: rgba(57, 57, 57, 0.1);
}

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

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

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

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

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

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

.ttl_access {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .ttl_access {
    background-repeat: no-repeat;
    background-image: url(../images/color/gy/bg_point02.png);
    background-position: top right;
    background-size: 320px;
  }
}

.ttl_access .op_inner {
  background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttl_access .op_inner .map_data dl:nth-child(even) {
  background-color: rgba(57, 57, 57, 0.1);
}

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

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

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

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

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

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

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

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

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

.ttl_access .access_route li {
  border: solid 1px #393939;
}

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

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

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

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

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

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

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

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

.ttl_access .access_route li h3.access_h3.bus span {
  background-image: url(../images/common/bus.png);
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

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

.top_plan {
  background-image: url(../images/color/gy/bg_point03.png);
  background-repeat: no-repeat;
  position: relative;
}

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

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

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

.top_plan:before {
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/bg_point02.png);
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

.top_plan ul li a .plan_img {
  padding: 24px;
  background-image: url(../images/color/gy/gallery_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lum-lightbox .lum-lightbox-inner img {
  max-width: 100%;
}

.lum-lightbox .lum-lightbox-caption {
  position: relative;
  bottom: auto;
  padding: 7px;
}

.lum-lightbox .lum-close-button {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.top_bnr {
  padding: 15px;
}

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

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

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

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

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

@media print, screen and (max-width: 767px) {
  main.page article {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 768px) {
  main.page article {
    padding: 100px 0;
  }
  main.page article .mainwrap {
    padding: 0 100px;
  }
}

.p_tag h2 {
  color: #393939;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bc9e79;
}

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

.p_tag h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 35px;
  background-image: url(../images/color/gy/htag.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  display: inline-block;
}

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

/* -- heading common --
--------------------------------------------------------------　*/
main .top_h2 {
  text-align: center;
  margin-bottom: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/color/gy/htag.png);
  background-size: 30px;
  color: #393939;
}

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

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

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

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

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

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

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

/* ie対策 ---------------------------------　*/
.ie main .top_h2.wt h2 {
  background: none;
}

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

main.error {
  background-image: none;
  background-color: #bc9e79;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide_carousel button.slick-prev,
.slide_carousel button.slick-next {
  width: 50px;
  height: 50px;
  background-color: #bc9e79;
  z-index: 2;
}

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

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

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

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

.slide_carousel button.slick-prev:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media print, screen and (max-width: 767px) {
  .slide_carousel button.slick-prev:after {
    left: 17px;
  }
}

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

@media print, screen and (max-width: 767px) {
  .slide_carousel button.slick-prev {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1550px) {
  .slide_carousel button.slick-prev {
    left: 0;
  }
}

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

.slide_carousel button.slick-next:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 767px) {
  .slide_carousel button.slick-next:after {
    right: 17px;
  }
}

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

@media print, screen and (max-width: 767px) {
  .slide_carousel button.slick-next {
    right: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1550px) {
  .slide_carousel button.slick-next {
    right: 0;
  }
}

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

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .slide_carousel .carousel03 {
    margin: 0 20px;
  }
}
.carousel03.type01 .slick-prev,
.carousel03.type01 .slick-next {
  display: none !important;
}
.carousel03.type02 .slick-dots {
  display: none !important;
}
.slide_carousel .carousel03 li {
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide_thumb .txt_area {
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 800px;
  margin: auto;
}

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

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

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

@media only screen and (max-width: 767px) {
  .slide_thumb .slick-dots {
    max-width: 330px;
  }
}

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

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

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

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

@media print, screen and (min-width: 961px) {
  .ie .txt_imgarea .img_left01 > li:nth-child(even):before,
  .ie .slidethumb_txt .img_left01 > li:nth-child(even):before {
    content: "";
    display: block;
  }
}

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

.c_wrap {
  margin: auto;
}

@media print, screen and (max-width: 1360px) {
  .c_wrap {
    max-width: 95%;
  }
}

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

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

.c_wrap .post .post_ttl h1 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #333;
  font-size: 25px;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------
single_pager ------------------ */
.single_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 850px;
}

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

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

.single_pager li {
  width: 32%;
}

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

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

.single_pager li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #393939;
}

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

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

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

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.pagenation ul li.active {
  background-color: #222;
  color: #fff;
  cursor: not-allowed;
  padding: 5px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact_form .contact_submit button:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.contact_form .contact_submit button[name="submitBack"] {
  background-color: #bc9e79;
  margin-top: 10px;
}
.contact_form .link_btn a {
  margin: 30px auto 0;
}
.recaptcha_txt {
  max-width: 950px;
  margin: 50px auto 10px;
}
.recaptcha_txt p {
  font-size: smaller;
  padding: 0 15px;
}
/* 1枚のときスライドサムネ非表示 */
.slidethumb_txt .slick-dots.one {
  display: none;
}
/* プラポリ追加 ---------------------------------　*/
.policy main p,
.policy main ul {
  margin-bottom: 1em;
}
.f_policy a {
  text-decoration: underline;
  font-size: small;
  color: #fff;
}
@media print, screen and (min-width: 1381px) {
  .f_policy {
    text-align: right;
  }
}
@media print, screen and (max-width: 1380px) {
  .f_policy {
    margin-bottom: 30px;
    text-align: center;
  }
}
/* 4Kモニタ対応 ---------------------------------　*/
.top_gallery {
  background-size: cover;
}
@media print, screen and (min-width: 1921px) {
  .mainvisual li {
    height: calc(100vw / 2.23);
  }
}
@media print, screen and (max-width: 767.9px) {
  .free_layout .layout02 > div {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .free_layout .layout02 {
    display: flex;
    justify-content: space-between;
  }
}
/* カルーセル+テキストエリア追加  ---------------------------------　*/
.carousel-new .slick-slide {
  margin: 0 10px;
}
.carousel-new .link_none a {
  pointer-events: none;
}
.txt_carousel__wrap {
  padding: 30px 20px 50px;
}
.carousel-new.type01 .slick-prev,
.carousel-new.type01 .slick-next {
  display: none !important;
}
.carousel-new.type02 .slick-dots {
  display: none !important;
}
.carousel-new .slick-prev,
.carousel-new .slick-next {
  z-index: 1;
}
.carousel-new .slick-prev::before,
.carousel-new .slick-next::before {
  content: none;
}

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