@charset "UTF-8";
/*
Theme Name : 能登高留学
Theme URI : https://kajiyanomadoguchi.com/
Author: SCARAMANGA INC.
Author URI: http://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

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

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

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

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  font-feature-settings: "palt";
  color: #111111;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2;
  position: relative;
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #ffffff), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 200px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    font-size: 1.6rem;
    background-color: #fff;
    background-image: none;
  }
}

a {
  color: #111111;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.bounce_in,
.fade_in,
.fade_in_up,
.fade_in_down,
.fade_in_left,
.fade_in_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!------------------------------------*
fadeInDown
\*!------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*!------------------------------------*
fadeInLeft
\*!------------------------------------*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: adeInLeft;
  animation-name: fadeInLeft;
}

/*!------------------------------------*
fadeInRight
\*!------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* _header
---------------------------------------------------------------------------------------*/
@media screen and (min-width: 1160px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 108px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #ffffff), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 200px;
    background-position: center;
  }
}

@media screen and (min-width: 1160px) and (max-width: 767px) {
  .header {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #E9F0F4), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 90px;
    background-position: center;
  }
}

@media screen and (min-width: 1160px) {
  .header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: #F9FBFC;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header.add_fixed {
    height: 70px;
  }
  .header.add_fixed:after {
    height: 100%;
  }
  .header.add_fixed .header_logo {
    width: 165px;
    margin: 10px 20px;
  }
  .header.add_fixed .header_logo .logo_itoki {
    opacity: 0;
  }
  .header.add_fixed .g_nav_inr .nav a {
    line-height: 70px;
  }
  .header.add_fixed .g_nav_inr .nav .nav_contact a {
    padding: 17px 70px;
    line-height: 1.4;
  }
  .header .header_logo {
    width: 280px;
    margin: 12px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header .g_nav {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
  }
  .header .g_nav li {
    margin: 20px 10px;
  }
  .header .g_nav li a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #729dd8;
  }
  .header .g_nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background: -webkit-gradient(45deg, #A69837 35%, #DEB887);
    background: linear-gradient(45deg, #A69837 35%, #DEB887);
    transition: all 0.3s ease;
  }
  .header .g_nav li a:hover:after {
    background: -webkit-gradient(45deg, #A69837 35%, #DEB887);
    background: linear-gradient(45deg, #A69837, #DEB887);
    transform: scaleX(1);
  }
  .header .g_nav li a .nav_ico {
    width: 32px;
    height: 32px;
    margin: auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header .g_nav li a .nav_ico svg {
    fill: #05a4d6;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .header .g_nav .nav_contact {
    margin: 15px 20px 15px 10px;
  }
  .header .g_nav .nav_contact a {
    display: block;
    text-align: center;
    background: -webkit-gradient(45deg, #A69837 35%, #DEB887);
    background: linear-gradient(45deg, #A69837 35%, #DEB887);
    color: #ffffff;
    padding: 13px 40px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4;
    border-radius: 50px;
    font-family: Arial, sans-serif;
  }
  .header .g_nav .nav_contact a:after {
    display: none;
  }
  .header .g_nav .nav_contact a:hover {
    opacity: 0.6;
  }
  .header .g_nav .nav_contact a span {
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
  }
}

.service .nav_service a {
  color: #F89EB0 !important;
}

.service .nav_service a .nav_ico svg {
  fill: #F89EB0 !important;
}

.flow .nav_flow a {
  color: #F89EB0 !important;
}

.flow .nav_flow a .nav_ico svg {
  fill: #F89EB0 !important;
}

.access .nav_access a {
  color: #F89EB0 !important;
}

.access .nav_access a .nav_ico svg {
  fill: #F89EB0 !important;
}

.admission .nav_admission a {
  color: #F89EB0 !important;
}

.admission .nav_admission a .nav_ico svg {
  fill: #F89EB0 !important;
}

.column .nav_column a {
  color: #F89EB0 !important;
}

.column .nav_column a .nav_ico svg {
  fill: #F89EB0 !important;
}

@media screen and (max-width: 1159px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 88px;
    background: #ffffff;
  }
  .header .header_logo {
    width: 235px;
    margin: 5px auto;
  }
  .header .header_logo a {
    margin-left: -20px;
  }
  .active {
    right: 0 !important;
  }
  .g_nav {
    position: fixed;
    width: 70%;
    height: 100vh;
    top: 0;
    right: -100%;
    background-color: #F9FBFC;
    z-index: 99997;
    overflow: scroll;
    margin-top: 68px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .g_nav li {
    margin: 20px 10px;
  }
  .g_nav li a {
    display: block;
    font-size: 1.32rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #05a4d6;
  }
  .g_nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background: -webkit-gradient(45deg, #A69837, #DEB887);
    background: linear-gradient(45deg, #A69837, #DEB887);
    transition: all 0.3s ease;
  }
  .g_nav li a:hover:after {
    background: -webkit-gradient(45deg, #A69837, #DEB887);
    background: linear-gradient(45deg, #A69837, #DEB887);
    transform: scaleX(1);
  }
  .g_nav li a .nav_ico {
    width: 32px;
    height: 32px;
    margin: auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .g_nav li a .nav_ico svg {
    fill: #05a4d6;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .g_nav .nav_contact {
    margin: 15px 20px 15px 10px;
  }
  .g_nav .nav_contact a {
    display: block;
    text-align: center;
    background: -webkit-gradient(45deg, #A69837, #DEB887);
    background: linear-gradient(45deg, #A69837, #DEB887);
    color: #ffffff;
    padding: 13px 40px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4;
    border-radius: 50px;
    font-family: Arial, sans-serif;
  }
  .g_nav .nav_contact a:after {
    display: none;
  }
  .g_nav .nav_contact a:hover {
    opacity: 0.6;
  }
  .g_nav .nav_contact a span {
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
  }
}

/*----------ハンバーガーアイコン----------*/
@media screen and (min-width: 1160px) {
  .hamburger_area {
    display: none;
  }
}

.hamburger_area {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(45deg, #A69837, #DEB887);
  background: linear-gradient(45deg, #A69837, #DEB887);
  color: #F9FBFC;
}

.hamburger_area.header_fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hamburger_area:hover {
  cursor: pointer;
}

.hamburger {
  display: block;
  position: absolute;
  top: 25px;
  right: 13px;
  width: 40px;
  height: 15px;
  z-index: 99999;
}

.hamburger .hamburger_line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F9FBFC;
}

.hamburger .hamburger_line:nth-of-type(1) {
  top: 0;
}

.hamburger .hamburger_line:nth-of-type(2) {
  top: 7px;
}

.hamburger .hamburger_line:nth-of-type(3) {
  bottom: 0;
}

.active {
  top: 0 !important;
}

.active .hamburger_line {
  background-color: #F9FBFC !important;
}

.active .hamburger_line:nth-of-type(1) {
  top: -3px;
}

.active .hamburger_line:nth-of-type(3) {
  bottom: 0 !important;
}

.hamburger .hamburger_line:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

.hamburger .hamburger_line:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.hamburger .hamburger_line:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.active .hamburger_line:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}

.active .hamburger_line:nth-of-type(2) {
  opacity: 0;
}

.active .hamburger_line:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(30deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}

/* _page
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1290px;
  margin: auto;
  padding: 0;
}

.breadcrumbs {
  margin-top: 120px;
  padding: 20px;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.page_title {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page_title {
    margin-top: 130px;
    margin-bottom: 30px;
  }
}

.page_title:after {
  content: "";
  background: #F0E68C;
  width: 75%;
  padding: 0 0 160px;
  display: block;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 767px) {
  .page_title:after {
    width: 90%;
    padding: 0 0 90px;
  }
}

.page_title .container {
  position: relative;
}

.page_title .page_title_inr {
  position: absolute;
  top: -40px;
  left: 20px;
  font-weight: bold;
}

.page_title .page_title_inr h1 {
  font-size: 3.6rem;
  color: #214778;
}

@media screen and (max-width: 767px) {
  .page_title .page_title_inr h1 {
    font-size: 2.2rem;
  }
}

.page_title .page_title_inr p {
  font-weight: 1.6rem;
  font-family: Arial, sans-serif;
  color: #214778;
  display: inline-block;
}

.page_title .page_title_inr p:after {
  content: "";
  background: #F89EB0;
  width: 48px;
  height: 4px;
  border-radius: 20px;
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}

.min_container {
  max-width: 960px;
  margin: auto;
}

.btn_more_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1159px) {
  .btn_more_list {
    display: block;
  }
}

.btn_more_list .btn_more {
  margin: 20px;
}

.btn_more {
  text-align: center;
  margin: 30px auto;
}

.btn_more a {
  display: inline-block;
  position: relative;
  min-width: 240px;
  padding: 1em 4em;
  font-size: 1.45rem;
  margin: 10px auto;
  background: -webkit-gradient(45deg, #A69837, #DEB887);
  background: linear-gradient(45deg, #A69837, #DEB887);
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .btn_more a {
    padding: 1em 4em;
    font-size: 1.3rem;
  }
}

.btn_more a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn_more a:hover:before {
  right: 25px;
}

.img_slider {
  margin-bottom: 35px;
}

.img_slider li {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .img_slider li {
    margin: 0 2px;
  }
}

.img_slider li p {
  padding: 10px 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .img_slider li p {
    text-align: left;
    font-size: 1.2rem;
  }
}

.img_slider .slick-dots {
  bottom: 0 !important;
}

.img_slider .slick-next,
.img_slider .slick-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  background: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .img_slider .slick-next,
  .img_slider .slick-prev {
    width: 25px;
    height: 25px;
  }
}

.img_slider .slick-next:hover,
.img_slider .slick-prev:hover {
  opacity: 0.8;
}

.img_slider .slick-next {
  right: -20px;
}

.img_slider .slick-prev {
  left: -20px;
}

.article_404 {
  text-align: center;
  padding: 160px 25px;
}

@media screen and (max-width: 767px) {
  .article_404 {
    padding: 120px 25px;
  }
}

.article_404 .article_404_title {
  margin-bottom: 3em;
}

.article_404 .article_404_title h1 {
  font-size: 2.2rem;
  margin: 2em 0;
}

.article_404 .article_404_reed {
  line-height: 2.2;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .article_404 .article_404_reed {
    text-align: left;
  }
}

/* _footer
---------------------------------------------------------------------------------------*/
.contact_area {
  text-align: center;
  max-width: 1140px;
  margin: 90px auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .contact_area {
    padding: 0 7%;
  }
}

.contact_area .reed {
  font-size: 2rem;
  font-weight: bold;
  background: #F89EB0;
  color: #ffffff;
  padding: 35px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .contact_area .reed {
    padding: 7%;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.contact_area .btn_contact {
  margin: 45px 0;
  text-align: center;
}

.contact_area .btn_contact a {
  display: inline-block;
  min-width: 480px;
  text-align: center;
  background: -webkit-gradient(45deg, #A69837, #DEB887);
  background: linear-gradient(45deg, #A69837, #DEB887);
  color: #ffffff;
  padding: 23px 40px;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  border-radius: 50px;
  font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .contact_area .btn_contact a {
    min-width: auto;
    width: 90%;
    font-size: 1.6rem;
  }
}

.contact_area .btn_contact a:after {
  display: none;
}

.contact_area .btn_contact a:hover {
  opacity: 0.6;
}

.contact_area .btn_contact a span {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 767px) {
  .contact_area .btn_contact a span {
    font-size: 1.1rem;
  }
}

footer {
  margin-top: 90px;
}

footer .footer_logo {
  max-width: 260px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  footer .footer_logo {
    max-width: 50%;
  }
}

footer .footer_nav {
  margin: 45px auto;
  padding: 0 20px;
  text-align: center;
}

footer .footer_nav li {
  display: inline-block;
  margin: 20px 10px;
}

@media screen and (max-width: 767px) {
  footer .footer_nav li {
    margin: 20px;
    display: block;
  }
}

footer .footer_nav li a {
  padding: 6px 32px;
  border-radius: 50px;
  display: block;
  border: 2px solid #05a4d6;
  color: #05a4d6;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .footer_nav li a {
    width: 100%;
  }
}

footer .footer_nav li a:hover {
  background: #05a4d6;
  color: #ffffff;
}

footer .footer_contact {
  background: -webkit-gradient(45deg, #A69837 35%, #DEB887);
  background: linear-gradient(45deg, #A69837 35%, #DEB887);
  color: #ffffff;
  padding: 45px 20px;
  text-align: center;
}

footer .footer_contact a {

  color: #ffffff;

}

footer .footer_contact .inr {
  max-width: 1140px;
  margin: 0 auto 30px;
}

footer .footer_contact .copyrights {
  font-size: 1.2rem;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

.foot_link{
 font-weight: bold;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  }

/*スマホ時の常時表示ボタン用CSS*/
/* PC表示では非表示にする */
.fixed-footer {
  display: none;
}

/* 画面幅が768px以下の場合に表示する */
@media (max-width: 768px) {
  body {
    padding-bottom: 70px; /* スマホ表示時のみ適用 */
  }
/* 画面下部固定コンテナ */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex; /* 子要素を横並びにする */
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* 共通のボタンデザイン */
.footer-btn {
  flex-grow: 1; /* ボタンの幅を均等に広げる */
  display: flex; /* ボタン内の要素を中央に配置するためにflexboxを使う */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  padding: 15px 0;
  /* ボタンらしくするための追加スタイル */
  border: 1px solid #ccc; /* 枠線を追加 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 下に影をつけて立体感を出す */
  transition: transform 0.2s, box-shadow 0.2s; /* ホバーやタップ時のアニメーション */
}

/* 電話ボタンの調整 */
.footer-btn span {
  display: flex; /* 画像とテキストをflexboxで制御 */
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* ご予約ボタンの背景色 */
.footer-btn:nth-child(2) {
  background-color: #c29963; /* 青色を維持 */
}

/* 電話ボタンの背景色を薄い灰色に変更 */
.footer-btn:nth-child(1) {
  background-color: #f2f2f2; /* 薄い灰色 */
}

.footer-btn img {
  /* 画像サイズの調整 */
  width: 184px; /* 必要に応じてサイズを調整 */
  height: auto;
  margin-right: 0px; /* 画像とテキストの間に余白 */
}
}