@charset "UTF-8";
/*
Theme Name: Twilight Traveler 2026
Author: Design Factory CUE
Version: 26.0.0
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

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: top;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  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;
}

a {
  color: #7f5b2e;
  text-decoration: underline;
}

a:hover {
  color: #eb6100;
  text-decoration: underline;
}

.blinking {
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pink {
  color: #ffd0e2;
}

.blue {
  color: #0071bc;
}

.underline-yellow {
  background: linear-gradient(transparent 40%, #ff6 40%);
}

.underline-pink {
  background: linear-gradient(transparent 40%, #ffd0e1 40%);
}

@media screen and (min-width: 1140px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: inline;
  }
}

@media screen and (min-width: 1140px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: inline;
  }
}

@media screen and (min-width: 1140px) {
  .pc-br {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc-br {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .tab-br {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .tab-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-br {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .sp-br {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .sp-br {
    display: block;
  }
}

@media screen and (min-width: 1140px) {
  .pc-tab-br {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc-tab-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab-br {
    display: none;
  }
}

/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1b1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  overflow-wrap: break-word;
  text-size-adjust: none;
}
@media screen and (min-width: 1140px) {
  body {
    min-width: 1140px;
  }
}
@media screen and (max-width: 1139px) {
  body {
    min-width: 100%;
  }
}

.scroll-prevent {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1;
}

/*
======================================================
  header
--------------------------------------------------- */
.site-header {
  background-color: #f1f0e4;
  background-image: url(images/header_back@2x.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1280px;
}
@media screen and (max-width: 1139px) {
  .site-header {
    background-position: left top;
    background-size: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    background-color: none;
    background-image: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}

.site-branding {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  .site-branding {
    margin: 0 auto;
    width: 1140px;
  }
}
@media screen and (max-width: 1139px) {
  .site-branding {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-branding {
    display: none;
  }
}

.site-title {
  height: 50px;
  width: 265px;
}
@media screen and (min-width: 1140px) {
  .site-title {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1139px) {
  .site-title {
    margin: 10px 0 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-title {
    display: none;
  }
}

.header-right {
  display: flex;
}
@media screen and (min-width: 1140px) {
  .header-right {
    background-image: url(images/header_okigaruni@2x.png);
    background-position: 510px 46px;
    background-repeat: no-repeat;
    background-size: 93px;
    justify-content: flex-end;
    width: 780px;
  }
}
@media screen and (max-width: 1139px) {
  .header-right {
    justify-content: flex-end;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

ul.header-btn {
  width: 160px;
}
@media screen and (min-width: 1140px) {
  ul.header-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1139px) {
  ul.header-btn {
    margin-left: 20px;
  }
}
ul.header-btn li {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 54px;
  width: 160px;
}
ul.header-btn li a {
  align-items: center;
  background-color: #fff;
  background-image: url(images/header_btn_contact@2x.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 126px;
  color: #1b1b1b;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s linear;
  width: 100%;
}
ul.header-btn li a:hover {
  background-color: #ecfbff;
  cursor: pointer;
  height: 54px;
}
ul.header-btn li a i {
  color: #0068b6;
  margin-right: 10px;
}

.fluffy {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
ul.header-sns {
  display: flex;
  height: 28px;
}
@media screen and (min-width: 1140px) {
  ul.header-sns {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1139px) {
  ul.header-sns {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  ul.header-sns {
    margin-top: 0;
  }
}
ul.header-sns li {
  margin-left: 8px;
}
ul.header-sns li a {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 28px;
}
ul.header-sns li a:hover {
  opacity: 0.7;
  zoom: 1;
}
ul.header-sns li a i {
  color: #fff;
  font-size: 16px;
}
ul.header-sns li.fb a {
  background-color: #3b5998;
}
ul.header-sns li.ig a {
  background: linear-gradient(to bottom, #4a67d5, #d73085 40%, #f76f30 70%, #fed474);
}

/*
======================================================
  グローバルナビ
--------------------------------------------------- */
.global-pc {
  background-image: url(images/navi_back@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-pc {
    display: none;
  }
}
.global-pc ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .global-pc ul {
    margin: 0 auto;
    width: 1140px;
  }
}
.global-pc ul li {
  display: table-cell;
  transition: all 0.3s linear;
  vertical-align: middle;
}
.global-pc ul li a {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media screen and (max-width: 1139px) {
  .global-pc ul li a {
    font-size: 1.5rem;
  }
}
.global-pc ul li a span {
  display: inline;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .global-pc ul li a span {
    font-size: 1.3rem;
  }
}
.global-pc ul li a strong {
  display: inline;
  font-size: 1.6rem;
}
@media screen and (max-width: 1139px) {
  .global-pc ul li a strong {
    font-size: 1.5rem;
  }
}
.global-pc ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.global-pc ul li.current, .global-pc ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  height: 60px;
}
@media screen and (max-width: 1139px) {
  .global-pc ul li:nth-child(4) a strong {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1140px) {
  .navbar-header {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .navbar-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    align-items: center;
    background-color: #f1f0e4;
    display: flex;
    height: 45px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .navbar-header a.navbar-brand {
    background-image: url(images/header_logo@2x.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    margin: 0;
    text-indent: -999em;
    width: 200px;
  }
  .navbar-header button.navbar-toggle,
  .navbar-header button.navbar-toggle-right {
    background: none;
    border: none;
    border-radius: 0;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 45px;
  }
  .navbar-header button.navbar-toggle i,
  .navbar-header button.navbar-toggle-right i {
    color: #7f5b2e;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .global-sp {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 10px;
    text-align: center;
  }
  .global-sp ul.btn-menu {
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .global-sp ul.btn-menu li {
    padding: 0;
    width: 49%;
  }
  .global-sp ul.btn-menu li:nth-child(odd) {
    margin: 0 2% 6px 0;
  }
  .global-sp ul.btn-menu li:nth-child(even) {
    margin: 0 0 6px;
  }
  .global-sp ul.btn-menu li a {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    color: #42210b;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .global-sp ul.btn-menu li a span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .global-sp ul.btn-menu li a strong {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .global-sp ul.btn-menu li.contact a {
    background-image: url(images/header_btn_contact@2x.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 126px;
  }
  .global-sp ul.btn-menu li.contact a i {
    color: #0071bc;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  button.close-btn {
    background: none;
    background-color: none;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 0 0;
  }
  button.close-btn i {
    color: #fff;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  a.btn-tel {
    background-color: #dd7300;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 auto;
    padding: 12px;
    text-decoration: none;
    width: 100%;
  }
  a.btn-tel::before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 6px;
  }
  a.btn-tel span {
    display: block;
    font-size: 1rem;
    font-weight: 200;
  }
}

.navbar-collapse {
  display: none;
}

/*
======================================================
  パンくず
--------------------------------------------------- */
.breadcrumbs {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  .breadcrumbs {
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 1140px;
  }
}
@media screen and (max-width: 1139px) {
  .breadcrumbs {
    font-size: 1rem;
    padding: 8px;
  }
}
.breadcrumbs a {
  display: inline-block;
  margin: 0 6px;
}
.breadcrumbs span span {
  margin: 0 0 0 4px;
}

/*
======================================================
  content
--------------------------------------------------- */
.site-content {
  background-color: #f1f0e4;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-content {
    padding: 45px 0 0;
  }
}

@media screen and (min-width: 1140px) {
  .site-content-inner {
    margin: 0 auto;
    padding: 20px 0 50px;
    width: 1140px;
  }
}
@media screen and (max-width: 1139px) {
  .site-content-inner {
    padding: 10px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-content-inner {
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  body.home .site-content-inner {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.home .site-content-inner {
    padding: 10px 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  .content-area {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1140px) {
  body.home .content-area, body.post-type-archive-blog .content-area, body.tax-blog_category .content-area, body.single-blog .content-area, body.page-id-7989 .content-area, body.parent-pageid-7989 .content-area, body.post-type-archive-faq .content-area, body.page-id-7983 .content-area {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1139px) {
  body.home .content-area, body.post-type-archive-blog .content-area, body.tax-blog_category .content-area, body.single-blog .content-area, body.page-id-7989 .content-area, body.parent-pageid-7989 .content-area, body.post-type-archive-faq .content-area, body.page-id-7983 .content-area {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  body.home .content-area {
    padding: 0;
  }
}

body.page-id-8741 .content-area, body.parent-pageid-8741 .content-area, body.parent-pageid-8747 .content-area, body.page-id-7998 .content-area {
  background-color: #fff;
  border: 1px solid #c0b8a6;
  padding: 30px 0 0;
}
@media screen and (min-width: 1140px) {
  body.page-id-8741 .content-area, body.parent-pageid-8741 .content-area, body.parent-pageid-8747 .content-area, body.page-id-7998 .content-area {
    background-color: #fff;
    border-bottom: 1px solid #c0b8a6;
    border-left: 1px solid #c0b8a6;
    border-right: 1px solid #c0b8a6;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-8741 .content-area, body.parent-pageid-8741 .content-area, body.parent-pageid-8747 .content-area, body.page-id-7998 .content-area {
    padding: 15px 0 0;
  }
}
body.single-album .content-area {
  background-color: #fff;
  border: 1px solid #c0b8a6;
}
@media screen and (min-width: 1140px) {
  body.single-album .content-area {
    padding: 30px 0 0;
  }
}
body.page-id-8060 .content-area {
  background-color: #fff;
  border: 1px solid #c0b8a6;
  padding: 0;
}

@media screen and (min-width: 1140px) {
  body.home .site-main {
    width: 900px;
  }
  body.post-type-archive-blog .site-main, body.tax-blog_category .site-main, body.single-blog .site-main, body.page-id-7989 .site-main, body.parent-pageid-7989 .site-main, body.post-type-archive-faq .site-main, body.page-id-7983 .site-main {
    width: 840px;
  }
}

/*
======================================================
  sidebar
--------------------------------------------------- */
@media screen and (min-width: 1140px) {
  body.home .sidebar {
    width: 200px;
  }
  body.post-type-archive-blog .sidebar, body.tax-blog_category .sidebar, body.single-blog .sidebar, body.page-id-7989 .sidebar, body.parent-pageid-7989 .sidebar, body.post-type-archive-faq .sidebar, body.page-id-7983 .sidebar {
    width: 260px;
  }
}
@media screen and (max-width: 1139px) {
  body.post-type-archive-faq .sidebar {
    padding: 0 10px;
  }
}

/*
======================================================
  footer
--------------------------------------------------- */
.site-footer {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.site-info {
  background-color: #fff;
  color: #a0957d;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-info {
    font-size: 1rem;
    padding: 12px 0;
  }
}

#page-top {
  bottom: 40px;
  position: fixed;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 15px;
    right: 15px;
  }
}
#page-top a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 28px;
  height: 60px;
  padding: 12px 0 0;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 1140px) {
  #page-top a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
}

/*
======================================================
  ホーム
--------------------------------------------------- */
.vancouver-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  .vancouver-info {
    margin: 0 0 40px;
    width: 900px;
  }
}
@media screen and (max-width: 1139px) {
  .vancouver-info {
    margin: 0 0 30px;
    padding: 10px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vancouver-info {
    display: block;
    margin: 0 0 10px;
  }
}

.vancouver-weather {
  height: 250px;
  width: 210px;
}
@media screen and (min-width: 1140px) {
  .vancouver-weather {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .vancouver-weather {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .vancouver-weather {
    margin: 0;
  }
}

.home-news {
  background-image: url(images/news_back.jpg);
  background-repeat: repeat;
  flex: 1;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .home-news {
    padding: 10px 0 0;
  }
}
.home-news h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-news h2 {
    font-size: 1.5rem;
    padding: 0 0 4px;
  }
}
.home-news h2 span {
  color: #a0957d;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .home-news h2 span {
    font-size: 1rem;
  }
}

ul.list-news {
  background-image: url(images/vancouver_info_back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 30px 60px;
}
@media screen and (max-width: 1139px) {
  ul.list-news {
    padding: 0 25px 50px;
  }
}
@media screen and (max-width: 767px) {
  ul.list-news {
    padding: 0 15px 30px;
  }
}
ul.list-news li a {
  border-bottom: 1px solid #c0b8a6;
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ul.list-news li a {
    padding: 4px 0;
  }
}
ul.list-news li a dl {
  display: flex;
  flex-wrap: wrap;
}
ul.list-news li a dl dt,
ul.list-news li a dl dd {
  line-height: 1.6;
}
ul.list-news li a dl dt {
  border-left: 2px solid #360;
  color: #360;
  font-size: 1.3rem;
  padding-left: 1em;
  width: 110px;
}
@media screen and (max-width: 767px) {
  ul.list-news li a dl dt {
    font-size: 1.2rem;
    padding-left: 0.8em;
    width: 100px;
  }
}
ul.list-news li a dl dt span.published {
  color: #360;
}
ul.list-news li a dl dd {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul.list-news li a dl dd {
    font-size: 1.3rem;
  }
}

span.icon-new {
  background-color: #f36c1d; /* 濃いオレンジ */
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  height: 14px;
  line-height: 1;
  margin: -2px 0 0 4px;
  padding: 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
@media screen and (max-width: 767px) {
  span.icon-new {
    border-radius: 6px;
    height: 12px;
  }
}

@media screen and (max-width: 1139px) {
  .home-bnr {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .home-bnr ul {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    max-height: 240px;
    width: 100%;
  }
}
.home-bnr ul li {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .home-bnr ul li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr ul li:nth-child(1), .home-bnr ul li:nth-child(2) {
    margin-right: 4%;
  }
}
.home-bnr ul li.item-03 {
  position: relative;
}
@media screen and (min-width: 1140px) {
  .home-bnr ul li.item-03 {
    height: 283px;
  }
}
@media screen and (max-width: 1139px) {
  .home-bnr ul li.item-03 {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr ul li.item-03 {
    height: 283px;
  }
}
.home-bnr ul li.item-03 img.bnr-yuugaku {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home-bnr ul li.item-03 img.icon-saikou {
  height: auto;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 110px;
  transform: rotate(-10deg);
  width: 120px;
  z-index: 2;
}
.home-bnr ul li.item-03 img.icon-corona {
  height: auto;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  top: 110px;
  width: 160px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fb-page-box {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .fb-page {
    margin: 0 auto;
  }
}

.home-main-visual {
  background-image: url(images/home_main_visual_new.jpg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .home-main-visual {
    height: 410px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1139px) {
  .home-main-visual {
    background-position: center bottom;
    background-size: contain;
    height: 310px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-main-visual {
    height: 190px;
    margin-bottom: 10px;
  }
}

.home-main-title {
  background-image: url(images/home_main_ttl@2x.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -999em;
}
@media screen and (min-width: 1140px) {
  .home-main-title {
    background-position: 70px top;
    background-size: 625px;
    height: 170px;
  }
}
@media screen and (max-width: 1139px) {
  .home-main-title {
    background-position: 70px top;
    background-size: contain;
    height: 126px;
  }
}
@media screen and (max-width: 767px) {
  .home-main-title {
    background-image: url(images/home_main_ttl_sp@2x.png);
    background-position: 30px top;
    height: 102px;
    margin: 0 0 15px;
  }
}

.home-tokucho {
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .home-tokucho {
    margin: 0 0 10px;
    padding: 0 0 1px;
  }
}

ol.tokucho-list > li {
  background-color: #fff;
  background-position: 20px 15px;
  background-repeat: no-repeat;
  background-size: 56px;
  border-top: 3px solid #c1272d;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 1140px) {
  ol.tokucho-list > li {
    padding: 10px 25px 15px 90px;
  }
}
@media screen and (max-width: 1139px) {
  ol.tokucho-list > li {
    background-position: 15px 15px;
    margin-bottom: 15px;
    padding: 10px 15px 15px 80px;
  }
}
@media screen and (max-width: 767px) {
  ol.tokucho-list > li {
    background-position: 10px 10px;
    background-size: 40px;
    border-top: 2px solid #c1272d;
    display: block;
    margin-bottom: 10px;
    padding: 0.6em 15px 0.5em;
  }
}
ol.tokucho-list > li .tokucho-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  ol.tokucho-list > li .tokucho-text {
    display: block;
    padding: 0 0 5px;
  }
}
ol.tokucho-list > li .tokucho-text h3 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.3em 0 0.75em;
}
@media screen and (max-width: 1139px) {
  ol.tokucho-list > li .tokucho-text h3 {
    font-size: 1.8rem;
    padding: 0.3em 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  ol.tokucho-list > li .tokucho-text h3 {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    height: 50px;
    padding: 0 0 0 50px;
  }
}
ol.tokucho-list > li .tokucho-text p {
  line-height: 1.6;
}
@media screen and (max-width: 1139px) {
  ol.tokucho-list > li .tokucho-text p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  ol.tokucho-list > li .tokucho-text p {
    font-size: 1.2rem;
  }
}

ol.tokucho-list > li:nth-child(1) {
  background-image: url(images/icon_kaede_01@2x.png);
}

ol.tokucho-list > li:nth-child(2) {
  background-image: url(images/icon_kaede_02@2x.png);
}

ol.tokucho-list > li:nth-child(3) {
  background-image: url(images/icon_kaede_03@2x.png);
}

ul.photo-two {
  display: flex;
}
@media screen and (min-width: 1140px) {
  ul.photo-two {
    margin: 6px 0 0 20px;
    width: 400px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-two {
    margin: 6px 0 0 20px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-two {
    margin: 0 0 10px;
    width: 100%;
  }
}
ul.photo-two > li {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media screen and (min-width: 1140px) {
  ul.photo-two > li img {
    height: 160px;
    width: 200px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-two > li img {
    height: 120px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-two > li img {
    height: auto;
    width: 100%;
  }
}

.ryugaku-category {
  background-image: url(images/wood_back.jpg);
  margin: 0 0 30px;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 1139px) {
  .ryugaku-category {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .ryugaku-category {
    margin: 0 0 20px;
    padding: 0 0 1px;
  }
}
.ryugaku-category h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.2em 0 0.5em;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .ryugaku-category h2 {
    font-size: 2rem;
    padding: 0.5em 0;
  }
}
.ryugaku-category h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ryugaku-category h2 span {
    font-size: 1.5rem;
  }
}

ul.ryugaku-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul.ryugaku-list {
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  ul.ryugaku-list li {
    width: 270px;
  }
}
@media screen and (max-width: 1139px) {
  ul.ryugaku-list li {
    width: 32%;
  }
}
@media screen and (min-width: 1140px) {
  ul.ryugaku-list li:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 767px) {
  ul.ryugaku-list li.senior, ul.ryugaku-list li.student, ul.ryugaku-list li.company {
    padding: 0 6px;
  }
}
ul.ryugaku-list li figure {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
ul.ryugaku-list li figure img {
  vertical-align: bottom;
}

.pickup-title {
  background: repeating-linear-gradient(-45deg, #ca383d, #ca383d 4px, #c1272d 3px, #c1272d 8px);
  border-bottom: solid 2px #c1272d;
  border-top: solid 2px #c1272d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0.3em 0.5em;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .pickup-title {
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0.3em 0.75em;
    text-align: left;
  }
}
.pickup-title span {
  font-size: 1.8rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pickup-title span {
    font-size: 1.5rem;
  }
}

ul.home-voice-list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 1139px) {
  ul.home-voice-list {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.home-voice-list {
    display: block;
    margin: 0 0 20px;
  }
}
ul.home-voice-list li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  ul.home-voice-list li {
    padding: 15px 0;
  }
}
ul.home-voice-list li dl {
  display: flex;
}
ul.home-voice-list li dl dt {
  margin: 0;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 1139px) {
  ul.home-voice-list li dl dt {
    width: 80px;
  }
}
ul.home-voice-list li dl dt img {
  display: block;
  margin: 0 auto 6px;
}
ul.home-voice-list li dl dt span {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 4px 6px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1139px) {
  ul.home-voice-list li dl dt span {
    font-size: 1.1rem;
  }
}
ul.home-voice-list li dl dt span.senior {
  background-color: #549605;
}
ul.home-voice-list li dl dt span.student {
  background-color: #0071bc;
}
ul.home-voice-list li dl dd {
  flex: 1;
}

.balloon-left {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 15px;
  max-width: 100%;
  min-width: 120px;
  padding: 7px 10px;
  position: relative;
}
.balloon-left::before {
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  content: "";
  left: -24px;
  margin-top: -12px;
  position: absolute;
  top: 30%;
  z-index: 2;
}
.balloon-left p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1139px) {
  .balloon-left p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .balloon-left p {
    font-size: 1.2rem;
  }
}

ul.home-information-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.home-information-list {
    display: block;
    margin: 0 0 20px;
  }
}
ul.home-information-list li {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  width: 49%;
}
@media screen and (max-width: 767px) {
  ul.home-information-list li {
    margin-bottom: 10px;
    width: 100%;
  }
}
ul.home-information-list li:nth-child(odd) {
  margin: 0 2% 15px 0;
}
ul.home-information-list li:nth-child(even) {
  margin: 0 0 15px;
}
ul.home-information-list li a {
  color: #42210b;
  display: block;
  padding: 15px;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  ul.home-information-list li a:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 767px) {
  ul.home-information-list li a {
    border-bottom: 0.99px solid #c0b8a6;
    padding: 15px;
  }
}

ul.home-information-list li a dl {
  display: flex;
}
ul.home-information-list li a dl dt {
  margin: 0 15px 0 0;
  width: 100px;
}
ul.home-information-list li a dl dd {
  flex: 1;
}
ul.home-information-list li a dl dd h3 {
  border-left: 2px solid #c0b8a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  ul.home-information-list li a dl dd h3 {
    font-size: 1.6rem;
    margin: 0 0 6px;
  }
}
ul.home-information-list li a dl dd p {
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
}
@media screen and (max-width: 1139px) {
  ul.home-information-list li a dl dd p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  ul.home-information-list li a dl dd p {
    font-size: 1.2rem;
  }
}

.home-contact {
  margin: 0 auto 30px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-contact {
    margin: 0 0 20px;
    padding: 0;
  }
}

/*
======================================================
  ページ共通
--------------------------------------------------- */
.page-header {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .page-header {
    border-top: 2px solid #42210b;
    margin: 0 0 10px;
    padding: 15px;
  }
}
.page-header .page-title {
  color: #42210b;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-header .page-title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1140px) {
  body.parent-pageid-8741 .page-content, body.parent-pageid-8747 .page-content {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1139px) {
  body.parent-pageid-8741 .page-content, body.parent-pageid-8747 .page-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.parent-pageid-8741 .page-content, body.parent-pageid-8747 .page-content {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body.parent-pageid-8741 .page-content {
    padding: 0 0 10px;
  }
}
.page-content p {
  line-height: 1.8;
}

/*
======================================================
  バンクーバー便り
--------------------------------------------------- */
body.post-type-archive-blog .page-header, body.tax-blog_category .page-header, body.single-blog .page-header {
  background-image: url(images/blog_title_back.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  body.post-type-archive-blog .page-header, body.tax-blog_category .page-header, body.single-blog .page-header {
    height: 340px;
    margin: 0 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1139px) {
  body.post-type-archive-blog .page-header, body.tax-blog_category .page-header, body.single-blog .page-header {
    background-size: 100%;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-blog .page-header, body.tax-blog_category .page-header, body.single-blog .page-header {
    background-color: #d9d5ca;
    background-image: url(images/blog_title_back_sp.png);
    background-position: right top;
    background-size: 157px;
    padding: 10px 15px 15px;
  }
}
@media screen and (min-width: 1140px) {
  body.post-type-archive-blog .page-header .page-title, body.tax-blog_category .page-header .page-title, body.single-blog .page-header .page-title {
    margin: 0;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 1139px) {
  body.post-type-archive-blog .page-header .page-title, body.tax-blog_category .page-header .page-title, body.single-blog .page-header .page-title {
    margin: 0;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-blog .page-header .page-title, body.tax-blog_category .page-header .page-title, body.single-blog .page-header .page-title {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  body.post-type-archive-blog .page-header .page-title img, body.tax-blog_category .page-header .page-title img, body.single-blog .page-header .page-title img {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1139px) {
  body.post-type-archive-blog .page-header .page-title img, body.tax-blog_category .page-header .page-title img, body.single-blog .page-header .page-title img {
    margin-left: 30px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-blog .page-header .page-title img, body.tax-blog_category .page-header .page-title img, body.single-blog .page-header .page-title img {
    margin-left: 0;
    width: 200px;
  }
}

@media screen and (min-width: 1140px) {
  .blog-description {
    margin: 0;
    padding: 36px 0 0 50px;
    width: 480px;
  }
}
@media screen and (max-width: 1139px) {
  .blog-description {
    margin: 0;
    padding: 16px 0 25px 30px;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .blog-description {
    padding: 0 140px 0 0;
    width: auto;
  }
}

.notebook-border {
  background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px, #fff 34px, #fff 35px);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 1139px) {
  .notebook-border {
    background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 24px, #fff 24px, #fff 25px);
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .notebook-border {
    background: none;
    line-height: 1.6;
  }
}
.notebook-border p {
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .notebook-border p {
    margin-bottom: 0;
    padding-top: 10px;
  }
}

.entry {
  background-color: #fff;
  border: 1px solid #d8d5c8;
  margin: 0 0 30px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 10px 15px;
  }
}

.entry-header {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin: 0 0 10px;
  }
}

.date {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .date {
    padding: 10px 0 6px;
  }
}

.entry-title {
  background-image: url(images/entry_header.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px solid #d8d5c8;
  color: #42210b;
  font-family: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.5em 0 0.5em 60px;
}
@media screen and (max-width: 767px) {
  .entry-title {
    background-image: none;
    font-size: 2rem;
    padding: 0.5em 0;
  }
}
.entry-title a {
  color: #42210b;
  text-decoration: none;
}
.entry-title a:hover {
  color: #eb6100;
}

.entry-meta {
  border-bottom: 1px solid #d8d5c8;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.6em 0;
  text-align: right;
}
.entry-meta span {
  margin: 0 12px 0 0;
}
.entry-meta span a {
  color: #7f5b2e;
  text-decoration: none;
}
.entry-meta span a:hover {
  color: #eb6100;
}

span.author,
span.published,
span.edit,
span.views,
span.category,
span.comment {
  color: #c0b8a6;
  font-size: 1.2rem;
}
span.author::before,
span.published::before,
span.edit::before,
span.views::before,
span.category::before,
span.comment::before {
  font-family: "FontAwesome";
  margin: 0 4px 0 0;
}

.date span.published {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

span.author::before {
  content: "\f007";
}

span.published::before {
  content: "\f017";
}

span.edit::before {
  content: "\f040";
}

span.views::before {
  content: "\f06e";
}

span.category::before {
  content: "\f07b";
}

span.comment::before {
  content: "\f075";
}

.excerpt-body {
  line-height: 1.8;
  padding: 20px 0;
}
.excerpt-body p {
  padding: 0 0 1em;
}

.more-link {
  text-align: right;
}
.more-link a {
  background-color: #ecebe5;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.2em 0.4em 0.2em 0.75em;
  text-decoration: none;
}
.more-link a::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.entry-content {
  line-height: 2;
  padding: 5px 0 20px;
}
@media screen and (max-width: 767px) {
  .entry-content {
    line-height: 1.6;
  }
}
.entry-content p {
  padding: 0 0 1.6em;
}
@media screen and (max-width: 767px) {
  .entry-content p {
    padding: 0 0 1.5em;
  }
}

.entry-content ul {
  margin: 0 0 0 3em;
  padding: 0 0 1.6em;
}
.entry-content ul li {
  list-style-type: disc;
}

.entry-content h2 {
  border-bottom: 1px solid #d8d5c8;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6em;
  padding: 1em 0 0.2em;
}

.simplemap {
  margin: 0 0 20px;
}

ul.list-blog li a {
  border-bottom: 0.99px solid #d8d5c8;
  color: #42210b;
  display: block;
  padding: 10px 15px 10px 0;
  position: relative;
  text-decoration: none;
}
ul.list-blog li a::after {
  color: #c0b8a6;
  content: "\f054";
  font-family: "FontAwesome";
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (min-width: 1140px) {
  ul.list-blog li a:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
ul.list-blog li a dl {
  display: flex;
}
ul.list-blog li a dl dt {
  margin: 0 10px 0 0;
  width: 80px;
}
ul.list-blog li a dl dd {
  flex: 1;
}
ul.list-blog li a dl dd h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1140px) {
  ul.list-blog li a dl dd h3 {
    font-size: 1.4rem;
  }
}
ul.list-blog li a dl dd p.excerpt {
  color: #1b1b1b;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 6px 0 0;
}

.widget ul.list-blog {
  margin: 0 0 30px;
}

.entry h3.yarpp-title {
  background-color: #ecebe5;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0.75em 1em;
}
.entry h3.yarpp-title i {
  color: #dd7300; /* 落ち着いたオレンジ */
  margin-right: 6px;
}

ul.yarpp-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.yarpp-list {
    display: block;
  }
}
ul.yarpp-list li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  ul.yarpp-list li {
    border-bottom: 1px dotted #d8d5c8; /* ベージュのライン薄め */
    width: 100%;
  }
}
ul.yarpp-list li:nth-child(odd) {
  margin: 0 4% 0 0;
}
ul.yarpp-list li:nth-child(even) {
  margin: 0;
}
ul.yarpp-list li:last-child {
  border-bottom: none;
}
ul.yarpp-list li a {
  color: #42210b; /* 焦げ茶 */
  display: block;
  padding: 11px 0 15px;
}
@media screen and (max-width: 767px) {
  ul.yarpp-list li a {
    padding: 11px 20px 15px 0;
    position: relative;
  }
  ul.yarpp-list li a::after {
    color: #d8d5c8; /* ベージュのライン薄め */
    content: "\f054";
    font-family: "FontAwesome";
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

ul.yarpp-list li a dl {
  display: flex;
}
ul.yarpp-list li a dl dt {
  margin: 0 15px 0 0;
  padding: 4px 0 0;
  width: 80px;
}
ul.yarpp-list li a dl dd {
  flex: 1;
}
ul.yarpp-list li a dl dd h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
ul.yarpp-list li a dl dd p {
  color: #1b1b1b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0.5em;
  padding-top: 4px;
}

.comments-title,
.comment-reply-title {
  background-color: #ecebe5;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  .comments-title,
  .comment-reply-title {
    margin-bottom: 15px;
  }
}

li.comment {
  padding-bottom: 20px;
}

ol.children {
  margin: 0 0 0 40px;
}

ol.comment-list li.pingback .comment-avatar::before {
  color: #ccc;
  content: "\f0ec";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.comment-body {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .comment-body {
    line-height: 1.6;
  }
}
ol.comment-list .comment-body, ol.children .comment-body {
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
}
ol.comment-list li.comment:first-child .comment-body {
  border-top: none;
}
ol.children li.comment:first-child .comment-body {
  border-top: 1px solid #f1f1f1;
}
.comment-body p {
  padding: 0 0 1.8em 60px;
}
@media screen and (max-width: 767px) {
  .comment-body p {
    padding: 0 0 1.6em;
  }
}
.comment-body em {
  font-style: italic;
}

@media screen and (min-width: 1140px) {
  .comment-author {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.comment-avatar {
  align-items: center;
  display: flex;
}

.avatar {
  border-radius: 24px;
  margin-right: 10px;
  width: 48px;
}

.fn {
  font-weight: 500;
  margin-right: 20px;
}

.says {
  display: none;
}

.comment-meta {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .comment-meta {
    margin-bottom: 15px;
    text-align: right;
  }
}

.reply {
  font-size: 1.2rem;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .reply {
    font-size: 1.3rem;
    padding: 0;
  }
}
.reply a {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  padding: 1px 6px;
  text-decoration: none;
}

.comment-respond {
  line-height: 1.8;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .comment-respond {
    line-height: 1.6;
  }
}
.comment-respond p {
  padding: 0 0 1.8em;
}
@media screen and (max-width: 767px) {
  .comment-respond p {
    padding: 0 0 1.6em;
  }
}

.comment-form p {
  padding: 0 0 10px;
}
.comment-form p.comment-notes {
  font-size: 1.3rem;
  padding: 0 0 20px;
}
.comment-form p.form-submit {
  padding: 20px 0;
  text-align: center;
}
.comment-form p.form-submit input.submit {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
.comment-form p.form-submit input.submit:hover {
  opacity: 0.7;
  zoom: 1;
}
.comment-form p.form-submit input.submit {
  background-color: #dd7300;
  color: #fff;
}
.comment-form label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .comment-form label {
    font-size: 1.5rem;
  }
}
.comment-form textarea {
  width: 100%;
}
.comment-form input,
.comment-form textarea {
  border: 1px solid #e5e5e5;
  font-size: 1.6rem;
  max-width: 100%;
  padding: 2px;
}

span#email-notes {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  span#email-notes {
    display: block;
    font-size: 1.5rem;
  }
}

.required {
  color: red;
}

p.close-comments {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  p.close-comments {
    font-size: 1.2rem;
  }
}

/*
======================================================
  画像の配置
--------------------------------------------------- */
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter,
.entry-content img.alignnone,
.page-content img.alignleft,
.page-content img.alignright,
.page-content img.aligncenter,
.page-content img.alignnone {
  box-sizing: content-box;
  display: block;
  height: auto;
  max-width: 100%;
}
.entry-content img.alignleft,
.page-content img.alignleft {
  float: left;
  margin: 6px 20px 20px 0;
}
.entry-content img.alignright,
.page-content img.alignright {
  float: right;
  margin: 6px 0 20px 20px;
}
.entry-content img.aligncenter,
.page-content img.aligncenter {
  clear: both;
  margin: 0 auto;
}
.entry-content img.alignnone,
.page-content img.alignnone {
  clear: both;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entry-content img.alignleft,
  .entry-content img.alignright,
  .entry-content img.aligncenter,
  .entry-content img.alignnone,
  .page-content img.alignleft,
  .page-content img.alignright,
  .page-content img.aligncenter,
  .page-content img.alignnone {
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.entry-content img.size-full,
.page-content img.size-full {
  border: none;
  box-sizing: border-box;
  padding: 0;
}

.wp-caption {
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .wp-caption {
    margin: 0 auto 20px;
  }
}
.wp-caption.alignright {
  float: right;
  margin: 6px 0 20px 20px;
}
.wp-caption.alignleft {
  float: left;
  margin: 6px 20px 20px 0;
}
.wp-caption.aligncenter, .wp-caption.alignnone {
  margin: 0 auto 30px;
}

.entry-content .wp-caption img,
.page-content .wp-caption img {
  display: block;
  margin: 0 auto 4px;
}
.entry-content .wp-caption img.alignleft,
.entry-content .wp-caption img.alignright,
.entry-content .wp-caption img.aligncenter,
.entry-content .wp-caption img.alignnone,
.page-content .wp-caption img.alignleft,
.page-content .wp-caption img.alignright,
.page-content .wp-caption img.aligncenter,
.page-content .wp-caption img.alignnone {
  border: none;
  padding: 0;
}
.entry-content .wp-caption p.wp-caption-text,
.page-content .wp-caption p.wp-caption-text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-caption p.wp-caption-text,
  .page-content .wp-caption p.wp-caption-text {
    font-size: 1.3rem;
  }
}

.nav-single {
  background-color: #fff;
  border: 1px solid #e2dcd6; /* 濃いベージュ */
  border-radius: 6px;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.nav-single span.nav-previous,
.nav-single span.nav-next {
  display: table-cell;
  font-weight: 500;
  padding: 10px 15px;
  position: relative;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-previous,
  .nav-single span.nav-next {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 6px 8px;
  }
}
.nav-single span.nav-previous::before,
.nav-single span.nav-next::before {
  color: #e2dcd6; /* 濃いベージュ */
  font-family: "FontAwesome";
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.nav-single span.nav-previous a,
.nav-single span.nav-next a {
  display: block;
  line-height: 1.6;
  text-decoration: none;
}
.nav-single span.nav-previous a span,
.nav-single span.nav-next a span {
  color: #9b9088; /* 茶色 */
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-previous a span,
  .nav-single span.nav-next a span {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.nav-single span.nav-previous {
  border-right: 1px solid #e2dcd6; /* 濃いベージュ */
}
.nav-single span.nav-previous::before {
  content: "\f053";
  left: 10px;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-previous::before {
    left: 5px;
  }
}
.nav-single span.nav-previous a {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-previous a {
    padding-left: 18px;
  }
}
.nav-single span.nav-next {
  text-align: right;
}
.nav-single span.nav-next::before {
  content: "\f054";
  right: 10px;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-next::before {
    right: 5px;
  }
}
.nav-single span.nav-next a {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .nav-single span.nav-next a {
    padding-right: 18px;
  }
}

.wp-pagenavi {
  clear: both;
  font-size: 1.4rem;
  padding: 30px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 10px 10px 20px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border-radius: 4px;
  color: #1b1b1b;
  display: inline-block;
  margin: 4px;
  padding: 6px 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 14px;
  }
}
.wp-pagenavi a.pages,
.wp-pagenavi span.pages {
  border: none;
  display: none;
}
.wp-pagenavi a.extend,
.wp-pagenavi span.extend {
  background-color: transparent;
  padding: 6px 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #ccc;
  color: #fff;
}
.wp-pagenavi span.current {
  font-weight: 500;
}

.widget {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .widget {
    margin: 0;
    padding: 0 0 20px;
  }
}
.widget a {
  text-decoration: none;
}

.widget-title {
  border-left: 1px solid #1b1b1b;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding: 6px 0 6px 1em;
}
@media screen and (max-width: 767px) {
  .widget-title {
    margin-bottom: 10px;
  }
}

ul.widget-list {
  list-style: none;
  margin-top: 4px;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  ul.widget-list {
    margin-right: 5px;
  }
}
ul.widget-list li {
  border-bottom: 1px solid #d8d5c8; /* ベージュのライン薄め */
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 6px 0;
}
ul.widget-list li:last-child {
  border-bottom: none;
}
ul.widget-list li a {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  ul.widget-list li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .widget.recent-comments ul.widget-list {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.widget.recent-comments ul.widget-list li {
  background-color: #fff;
  border-bottom: none;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-bottom: 6px;
  padding: 10px 10px 4px;
}
.widget.recent-comments ul.widget-list li dl {
  display: flex;
  padding-bottom: 8px;
}
.widget.recent-comments ul.widget-list li dl dt {
  margin: 0 15px 0 0;
  width: 48px;
}
.widget.recent-comments ul.widget-list li dl dd {
  flex: 1;
}
.widget.recent-comments ul.widget-list li > a {
  display: block;
  font-weight: 500;
  padding-left: 0.8em; /* アイコンと文章の間のスペース */
  position: relative;
}
.widget.recent-comments ul.widget-list li > a::before {
  left: 0;
}
.widget.recent-comments ul.widget-list li ul {
  margin-top: 5px;
}
.widget.recent-comments ul.widget-list li ul li {
  border-radius: 0;
  border-top: 1px solid #d8d5c8; /* ベージュのライン薄め */
  margin-bottom: 0;
  padding: 6px 10px 5px;
}
.widget.recent-comments ul.widget-list li ul li > a {
  display: inline;
  font-weight: 400;
  padding-left: 0.8em; /* アイコンと文章の間のスペース */
}
.widget.recent-comments ul.widget-list li ul li > a::before {
  content: none;
  left: 0;
  padding-left: 0;
}
.widget.recent-comments ul.widget-list li span.comment_author {
  font-size: 1.2rem;
  margin: 0 6px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .widget.recent-comments ul.widget-list li span.comment_author {
    font-size: 1.4rem;
  }
}
.widget.recent-comments ul.widget-list li span.comment_author::before {
  color: #c0b8a6;
  content: "\f075";
  font-family: "FontAwesome";
  margin-right: 4px;
}
.widget.recent-comments ul.widget-list li span.comment_date a {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .widget.recent-comments ul.widget-list li span.comment_date a {
    font-size: 1.2rem;
  }
}

.widget.mailmaga {
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .widget.mailmaga {
    margin: 0 0 30px;
    padding: 0;
  }
}
.widget.mailmaga p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 15px 12px;
}

.mailmaga-title {
  padding: 15px 0 5px;
  text-align: center;
}
.mailmaga-title img {
  width: 243px;
}

.mailmaga-form {
  background-color: #beab8a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px;
  text-align: center;
}
.mailmaga-form input.mail {
  appearance: none;
  border: 1px solid #fff;
  color: #999;
  display: block;
  font-size: 1.4rem;
  margin: 0 0 6px;
  padding: 0.3em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mailmaga-form input.mail {
    font-size: 1.6rem;
    padding: 0.2em;
  }
}
.mailmaga-form input.mail-btn {
  background: linear-gradient(to bottom, #fff, #e5e5e5);
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2px 8px;
}

p.blog-count {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.5em 0 0;
}
p.blog-count strong {
  color: #7f5b2e; /* 茶色 */
  font-size: 1.8rem;
  margin: 0 4px;
}

.screen-reader-text {
  display: none;
}

.search-form {
  align-items: center;
  background-color: #beab8a;
  border-radius: 4px;
  display: flex;
  padding: 4px;
  width: 100%;
}
.search-form label {
  width: 85%;
}
.search-form input.search-field {
  appearance: none;
  border: 1px solid #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  font-size: 1.4rem;
  padding: 0.2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-form input.search-field {
    font-size: 1.6rem;
  }
}
.search-form button.btn-search {
  background-color: #402d1f; /* 焦げ茶 */
  border: 1px solid #402d1f; /* 焦げ茶 */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  padding: 0.35em 0;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

.archive-header {
  background-color: #d8d5c8; /* ベージュのライン薄め */
  border-radius: 4px;
  margin: 0 0 30px;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  .archive-header {
    margin: 0 0 5px;
  }
}

.archive-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .archive-title {
    font-size: 1.5rem;
  }
}
.archive-title span {
  color: #402d1f; /* 焦げ茶 */
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 767px) {
  .archive-title span {
    display: inline-block;
    font-size: 1.1rem;
  }
}

body.search-results .archive-title span {
  margin: 0 6px;
}

p.no-hit {
  line-height: 1.6;
  margin: 0;
  padding: 0 0 2em;
}

/*
======================================================
  50代からの留学
--------------------------------------------------- */
@media screen and (min-width: 1140px) {
  .page-header.yuugaku-header {
    border-left: 1px solid #c0b8a6; /* ベージュのライン */
    border-right: 1px solid #c0b8a6; /* ベージュのライン */
    border-top: 1px solid #c0b8a6; /* ベージュのライン */
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.yuugaku-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header.yuugaku-header {
    border-top: 2px solid #42210b; /* 焦げ茶 */
    margin: 0;
    padding: 0;
  }
}
.page-header.yuugaku-header h1 {
  position: relative;
}
@media screen and (min-width: 1140px) {
  .page-header.yuugaku-header h1 {
    height: 320px;
    width: 900px;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.yuugaku-header h1 {
    height: 0;
    overflow: hidden;
    padding-top: 35.55%;
    width: 100%;
  }
}
.page-header.yuugaku-header h1 img.yuugaku-title {
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1140px) {
  .page-header.yuugaku-header h1 img.yuugaku-title {
    z-index: 1;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.yuugaku-header h1 img.yuugaku-title {
    height: 100%;
    width: 100%;
  }
}
.page-header.yuugaku-header h1 img.icon-saikou {
  position: absolute;
  transform: rotate(-10deg);
  z-index: 2;
}
@media screen and (min-width: 1140px) {
  .page-header.yuugaku-header h1 img.icon-saikou {
    left: 20px;
    top: 180px;
    width: 200px;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.yuugaku-header h1 img.icon-saikou {
    left: 20px;
    top: 160px;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .page-header.yuugaku-header h1 img.icon-saikou {
    left: 20px;
    top: 80px;
    width: 100px;
  }
}
.page-header.yuugaku-header h1 img.icon-corona {
  height: auto;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 1140px) {
  .page-header.yuugaku-header h1 img.icon-corona {
    left: 30px;
    top: 205px;
    width: 210px;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.yuugaku-header h1 img.icon-corona {
    left: 20px;
    top: 160px;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .page-header.yuugaku-header h1 img.icon-corona {
    left: 20px;
    top: 80px;
    width: 100px;
  }
}

.yuugaku-nav {
  background-image: url(images/wood_back.jpg);
}
@media screen and (min-width: 1140px) {
  .yuugaku-nav {
    flex: 1;
  }
}
.yuugaku-nav ul {
  display: table;
  padding: 16px 0 0 20px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-nav ul {
    padding: 6px 10px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px;
  }
}
.yuugaku-nav ul li {
  padding: 6px 0;
}
@media screen and (max-width: 1139px) {
  .yuugaku-nav ul li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-nav ul li {
    padding: 3px 0;
    width: 50%;
  }
}
.yuugaku-nav ul li a {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  color: #42210b;
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 1.3;
  padding-left: 15px;
  text-decoration: none;
  transition: all 0.3s linear;
  vertical-align: middle;
}
@media screen and (min-width: 1140px) {
  .yuugaku-nav ul li a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    width: 220px;
  }
  .yuugaku-nav ul li a:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-nav ul li a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 1.6rem;
    height: 52px;
    margin: 0 3px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-nav ul li a {
    font-size: 1.5rem;
    height: 44px;
    padding-right: 10px;
  }
}
.yuugaku-nav ul li a svg {
  fill: #eb6100;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1140px) {
  .yuugaku-nav ul li a svg {
    height: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-nav ul li a svg {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-nav ul li a svg {
    height: 30px;
  }
}

.yuugaku-image {
  background-image: url(images/yuugaku_image_left.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .yuugaku-image {
    margin: 0 auto 20px;
    min-height: 380px;
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-image {
    background-size: 220px;
    margin: 0 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-image {
    background-position: left bottom;
    background-size: 50%;
    margin: 0;
  }
}
.yuugaku-image .yuugaku-image-inner {
  background-image: url(images/yuugaku_image_right.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .yuugaku-image .yuugaku-image-inner {
    min-height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-image .yuugaku-image-inner {
    background-size: 220px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-image .yuugaku-image-inner {
    background-position: right bottom;
    background-size: 50%;
  }
}
.yuugaku-image .yuugaku-image-inner h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yuugaku-image .yuugaku-image-inner h2 {
    background-image: url(images/yuugaku_main_title_back.jpg);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 420px;
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-image .yuugaku-image-inner h2 img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-image .yuugaku-image-inner h2 img {
    max-width: 320px;
  }
}

section.yuugaku {
  padding: 0;
}

.yuugaku-midashi {
  background: repeating-linear-gradient(-45deg, #f1f0e4, #f1f0e4 4px, #e9e8d7 4px, #e9e8d7 8px);
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.4;
  margin: 1.5em 0;
  padding: 0.75em 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .yuugaku-midashi {
    padding: 0.5em 1em;
    text-align: left;
  }
}
.yuugaku-midashi::before {
  border: 12px solid transparent;
  border-top: 12px solid #f1f0e4;
  bottom: -24px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  z-index: 2;
}
.yuugaku-midashi::after {
  border: 14px solid transparent;
  bottom: -30px;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  z-index: 1;
}
.yuugaku-midashi h2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .yuugaku-midashi h2 {
    justify-content: flex-start;
  }
}
.yuugaku-midashi h2 svg {
  fill: #29abe2;
  margin-right: 15px;
  width: 45px;
}
.yuugaku-midashi h2 svg#icon_book {
  width: 55px;
}
.yuugaku-midashi h2 svg#icon_staff {
  padding: 5px 0;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .yuugaku-midashi h2 svg {
    margin-right: 10px;
  }
}
.yuugaku-midashi h2 strong {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1139px) {
  .yuugaku-midashi h2 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-midashi h2 strong {
    font-size: 1.8rem;
  }
}
.yuugaku-midashi h2 svg {
  fill: #eb6100;
  width: 45px;
}
.yuugaku-midashi h2 span.senior-ryugaku {
  background-color: #549605;
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
  padding: 1px 8px;
}

/*
======================================================
  中学・高校生語学留学
--------------------------------------------------- */
.study-nav {
  background-image: url(images/wood_back.jpg);
}
@media screen and (min-width: 1140px) {
  .study-nav {
    flex: 1;
  }
}
@media screen and (max-width: 1139px) {
  .study-nav {
    align-items: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .study-nav {
    padding: 10px 15px;
  }
}
.study-nav dl.study-header-logo-tt {
  margin: 0;
}
@media screen and (max-width: 1139px) {
  .study-nav dl.study-header-logo-tt {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .study-nav dl.study-header-logo-tt {
    width: 30%;
  }
}
.study-nav dl.study-header-logo-tt dt {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .study-nav dl.study-header-logo-tt dt {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .study-nav dl.study-header-logo-tt dt {
    margin: 0;
  }
}
.study-nav dl.study-header-logo-tt dt img {
  width: 90px;
}
@media screen and (max-width: 1139px) {
  .study-nav dl.study-header-logo-tt dt img {
    width: 60px;
  }
}
.study-nav dl.study-header-logo-tt dd {
  color: #fff040;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1139px) {
  .study-nav dl.study-header-logo-tt dd {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.study-nav ul.study-header-nav {
  margin: 0 auto;
  width: 190px;
}
@media screen and (max-width: 1139px) {
  .study-nav ul.study-header-nav {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .study-nav ul.study-header-nav {
    display: block;
    flex: 1;
    width: 100%;
  }
}
.study-nav ul.study-header-nav li {
  padding: 5px 0;
}
@media screen and (max-width: 1139px) {
  .study-nav ul.study-header-nav li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .study-nav ul.study-header-nav li {
    padding: 3px 0;
  }
}
.study-nav ul.study-header-nav li:first-child dt img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .study-nav ul.study-header-nav li:first-child dt img {
    height: 24px;
  }
}
.study-nav ul.study-header-nav li dl {
  align-items: center;
  display: flex;
}
.study-nav ul.study-header-nav li dl dt {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 1139px) {
  .study-nav ul.study-header-nav li dl dt {
    width: 30px;
  }
}
.study-nav ul.study-header-nav li dl dt img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .study-nav ul.study-header-nav li dl dt img {
    height: 18px;
  }
}
.study-nav ul.study-header-nav li dl dd {
  color: #fff;
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1139px) {
  .study-nav ul.study-header-nav li dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .study-nav ul.study-header-nav li dl dd {
    font-size: 1.6rem;
  }
}

.study {
  background-color: #fff;
  border-left: 1px solid #c0b8a6; /* ベージュのライン */
  border-right: 1px solid #c0b8a6; /* ベージュのライン */
  padding-top: 30px;
}

.study-tt-program-box {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .study-tt-program-box {
    height: 380px;
  }
}

.study-tt-program-l {
  background-image: url(images/study_tt_program_img_l.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 29.4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .study-tt-program-l {
    height: 170px;
  }
}

.study-tt-program-r {
  background-image: url(images/study_tt_program_img_r.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 29.4%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .study-tt-program-r {
    height: 170px;
  }
}

.study-tt-program {
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 1139px) {
  .study-tt-program {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .study-tt-program {
    padding-top: 170px;
    width: 100%;
  }
}

.study-midashi {
  background: repeating-linear-gradient(-45deg, #f1f0e4, #f1f0e4 4px, #e9e8d7 4px, #e9e8d7 8px);
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.4;
  margin: 1.5em 0;
  padding: 0.75em 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .study-midashi {
    padding: 0.5em 1em;
    text-align: left;
  }
}
.study-midashi::before {
  border: 12px solid transparent;
  border-top: 12px solid #f1f0e4;
  bottom: -24px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  z-index: 2;
}
.study-midashi::after {
  border: 14px solid transparent;
  bottom: -30px;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  z-index: 1;
}
.study-midashi h2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .study-midashi h2 {
    justify-content: flex-start;
  }
}
.study-midashi h2 svg {
  fill: #29abe2;
  margin-right: 15px;
  width: 45px;
}
.study-midashi h2 svg#icon_book {
  width: 55px;
}
.study-midashi h2 svg#icon_staff {
  padding: 5px 0;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .study-midashi h2 svg {
    margin-right: 10px;
  }
}
.study-midashi h2 strong {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1139px) {
  .study-midashi h2 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .study-midashi h2 strong {
    font-size: 1.8rem;
  }
}
.study-midashi.icon_book {
  padding: 0.5em 1.5em;
}
.study-midashi h2 svg {
  fill: #29abe2;
}
.study-midashi h2 svg#icon_book {
  width: 55px;
}
.study-midashi h2 svg#icon_staff {
  padding: 5px 0;
  width: 36px;
}

.study-cat-ttl {
  align-items: center;
  color: #29abe2;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.study-cat-ttl figure {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.study-cat-ttl figure img {
  height: 30px;
  width: auto;
}

@media screen and (min-width: 1140px) {
  .study-body {
    margin-left: 50px;
  }
}

.study-lead {
  border-left: 3px solid #29abe2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0.2em 0 0.2em 1em;
}

.study-program-list {
  margin-bottom: 1em;
}
.study-program-list li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 0.2em;
  padding-left: 1.2em;
  padding-top: 0.2em;
  position: relative;
}
.study-program-list li::before {
  color: #29abe2;
  content: "\f0da";
  font-family: "FontAwesome";
  left: 0.3em;
  position: absolute;
  top: 0.3em;
}

.study-stay-img-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1140px) {
  .study-stay-img-list li {
    margin: 0 19px 15px 0;
    width: 330px;
  }
  .study-stay-img-list li:nth-child(3), .study-stay-img-list li:nth-child(6) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1139px) {
  .study-stay-img-list li {
    margin: 0 4% 10px 0;
    width: 48%;
  }
  .study-stay-img-list li:nth-child(even) {
    margin: 0 0 10px;
  }
}
.study-stay-img-list li figcaption {
  line-height: 1.6;
  padding: 0.2em 0;
}

.study-program-img-hosoku {
  font-size: 1.2rem;
  padding-bottom: 2em;
  text-align: right;
}

@media screen and (min-width: 1140px) {
  .study-program-content {
    display: flex;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1140px) {
  .study-program-content .study-program-txt {
    flex: 1;
  }
}
@media screen and (max-width: 1139px) {
  .study-program-content .study-program-txt {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .study-program-content .study-program-txt {
    position: static;
  }
}
@media screen and (min-width: 1140px) {
  .study-program-content .study-program-img {
    width: 580px;
  }
}
@media screen and (max-width: 1139px) {
  .study-program-content .study-program-img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .study-program-content .study-program-img {
    margin-top: 10px;
  }
}

.study-program-img-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1140px) {
  .study-program-img-list li {
    margin: 0 20px 20px 0;
    width: 280px;
  }
}
@media screen and (max-width: 1139px) {
  .study-program-img-list li {
    margin: 0 4% 20px 0;
    width: 48%;
  }
}
.study-program-img-list li:nth-child(even) {
  margin: 0 0 20px;
}

@media screen and (min-width: 1140px) {
  .study-logo-goals {
    margin-top: 20px;
    width: 344px;
  }
}
@media screen and (max-width: 1139px) {
  .study-logo-goals {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .study-logo-goals {
    margin: 0 auto;
    padding: 15px 0 25px;
    position: static;
    text-align: center;
  }
}

@media screen and (min-width: 1140px) {
  .page-body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1139px) {
  .page-body {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-body {
    padding: 0 15px;
  }
}
.page-body.staff-voice {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-body.staff-voice {
    padding-bottom: 15px;
  }
}

ol.reason-list.study-reason li {
  background-image: none;
}
ol.reason-list.study-reason li:nth-child(odd) {
  background-color: #fcd621;
}
ol.reason-list.study-reason li:nth-child(even) {
  background-color: #fff040;
}
@media screen and (min-width: 1140px) {
  ol.reason-list.study-reason li {
    padding: 20px 0;
    width: 360px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list.study-reason li {
    padding: 20px 0;
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list.study-reason li {
    width: 100%;
  }
}
ol.reason-list.study-reason li dt {
  margin-bottom: 15px;
}
@media screen and (min-width: 1140px) {
  ol.reason-list.study-reason li:nth-child(1) dt {
    width: 284px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list.study-reason li:nth-child(1) dt {
    width: 200px;
  }
}
@media screen and (min-width: 1140px) {
  ol.reason-list.study-reason li:nth-child(2) dt {
    width: 262px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list.study-reason li:nth-child(2) dt {
    width: 180px;
  }
}
@media screen and (min-width: 1140px) {
  ol.reason-list.study-reason li:nth-child(3) dt {
    width: 268px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list.study-reason li:nth-child(3) dt {
    width: 180px;
  }
}
@media screen and (min-width: 1140px) {
  ol.reason-list.study-reason li dd .btn-arrow.under {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list.study-reason li dd .btn-arrow.under {
    padding: 20px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list.study-reason li dd .btn-arrow.under {
    padding: 20px 40px 0;
  }
}
ol.reason-list.study-reason li dd .btn-arrow.under a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #1b1b1b;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
}
ol.reason-list.study-reason li dd .btn-arrow.under a::after {
  color: #eb6100;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-top: -10px;
  position: absolute;
  right: 8px;
  top: 50%;
}
ol.reason-list.study-reason li dd .btn-arrow.under a {
  line-height: 1.4;
}
ol.reason-list.study-reason li dd .btn-arrow.under a::after {
  color: #29abe2;
  content: "\f078";
}

.study-reason-img {
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .study-reason-img {
    padding: 5px 10px;
  }
}

.album-service {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 1139px) {
  .album-service {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .album-service {
    display: block;
  }
}

.cercle-service {
  background-color: #29abe2;
  border-radius: 50%;
  height: 108px;
  margin-right: 20px;
  position: relative;
  width: 108px;
}
@media screen and (max-width: 767px) {
  .cercle-service {
    margin: 0 auto 20px;
  }
}
.cercle-service strong {
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 36px;
  width: 108px;
}
.cercle-service small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  text-align: center;
  top: 62px;
  width: 108px;
}

.album-service-content {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .album-service-content {
    display: block;
    position: static;
  }
}
.album-service-content .album-service-txt {
  padding: 6px 360px 0 0;
}
@media screen and (max-width: 1139px) {
  .album-service-content .album-service-txt {
    padding: 6px 220px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .album-service-content .album-service-txt {
    padding: 0;
  }
}
.album-service-content .album-service-txt .album-service-header {
  margin-bottom: 0.5em;
}
.album-service-content .album-service-txt .album-service-header span {
  background-color: #fff040;
  color: #42210b;
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.album-service-content .album-service-txt .album-service-header strong {
  color: #29abe2;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.3em;
}
@media screen and (max-width: 1139px) {
  .album-service-content .album-service-txt .album-service-header strong {
    font-size: 2rem;
  }
}
.album-service-content .album-service-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 325px;
}
@media screen and (max-width: 1139px) {
  .album-service-content .album-service-img {
    top: 30px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .album-service-content .album-service-img {
    margin: 15px auto 0;
    position: static;
    width: 280px;
  }
}

@media screen and (min-width: 1140px) {
  ul.yuugaku-voice-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1140px) {
  ul.yuugaku-voice-list li {
    margin: 0 40px 30px 0;
    width: 330px;
  }
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li {
    margin: 0 3% 30px 0;
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list li {
    border-bottom: 0.99px solid #c0b8a6; /* ベージュのライン */
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  ul.yuugaku-voice-list li:first-child {
    padding-top: 0;
  }
  ul.yuugaku-voice-list li:last-child {
    border-bottom: none;
  }
}
ul.yuugaku-voice-list li:nth-child(3), ul.yuugaku-voice-list li:nth-child(6), ul.yuugaku-voice-list li:nth-child(9) {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list li:nth-child(3) {
    margin: 0;
  }
}

ul.yuugaku-voice-list li dl {
  display: flex;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list li dl {
    display: flex;
    width: 100%;
  }
}
ul.yuugaku-voice-list li dl dt {
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl dt {
    display: block;
    margin: 0;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list li dl dt {
    margin-right: 15px;
    text-align: left;
    width: 100px;
  }
}
ul.yuugaku-voice-list li dl dt figure {
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl dt figure {
    text-align: center;
    width: 100%;
  }
}
ul.yuugaku-voice-list li dl dt figure img {
  border-radius: 50%;
  width: 100px;
}
ul.yuugaku-voice-list li dl dt figure figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 6px;
}
ul.yuugaku-voice-list li dl dt figure figcaption span {
  display: block;
}
ul.yuugaku-voice-list li dl dd {
  flex: 1;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl dd {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-voice-list li dl dd {
    flex: 1;
  }
}
ul.yuugaku-voice-list li dl dd h3 {
  color: #eb6100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl dd h3 {
    font-size: 1.4rem;
  }
}
ul.yuugaku-voice-list li dl dd .voice-text p {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-voice-list li dl dd .voice-text p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.btn-more {
  border: 1px solid #dd7300;
  border-radius: 4px;
  color: #1b1b1b;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 1em 1.5em;
  text-align: center;
  transition: all 0.3s linear;
  width: 400px;
}
@media screen and (max-width: 1139px) {
  .btn-more {
    margin: 0 auto 15px;
    width: 80%;
  }
}
.btn-more:hover {
  background-color: #fee5be; /* 薄いオレンジ */
}
.btn-more::before {
  color: #dd7300;
  content: "\f078";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.btn-more.close::before {
  color: #dd7300;
  content: "\f077";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.yuugaku-program-midashi {
  background-image: url(images/stripe_orange@2x.png);
  background-repeat: repeat;
  background-size: 16px;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yuugaku-program-midashi {
    padding: 10px 0;
  }
}
.yuugaku-program-midashi h2 {
  color: #42210b;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .yuugaku-program-midashi h2 {
    font-size: 1.8rem;
  }
}
.yuugaku-program-midashi h2 svg {
  fill: #fff;
  margin-right: 8px;
  vertical-align: middle;
  width: 56px;
}
@media screen and (max-width: 767px) {
  .yuugaku-program-midashi h2 svg {
    width: 42px;
  }
}

.yuugaku-program-info {
  background-image: url(images/yuugaku_program_back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .yuugaku-program-info {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-program-info {
    background-size: cover;
  }
}

.yuugaku-program-md-01 {
  padding: 30px 0;
}
@media screen and (max-width: 1139px) {
  .yuugaku-program-md-01 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-program-md-01 {
    padding: 10px 0;
  }
}
.yuugaku-program-md-01 img {
  width: 419px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-program-md-01 img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-program-md-01 img {
    width: 260px;
  }
}

.yuugaku-program-md-02 {
  padding: 0 0 20px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-program-md-02 {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-program-md-02 {
    padding: 0 0 10px;
  }
}
.yuugaku-program-md-02 img {
  width: 654px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-program-md-02 img {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-program-md-02 img {
    width: 320px;
  }
}

.element {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: scale;
}

@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1139px) {
  @keyframes scale {
    0% {
      transform: scale(0.55, 0.55);
    }
    50% {
      transform: scale(0.65, 0.65);
    }
    75% {
      transform: scale(0.55, 0.55);
    }
    100% {
      transform: scale(0.55, 0.55);
    }
  }
}
.yuugaku-asobu-manabu {
  display: flex;
}
@media screen and (min-width: 1140px) {
  .yuugaku-asobu-manabu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-manabu {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-manabu {
    display: block;
    margin-bottom: 20px;
  }
}
.yuugaku-asobu-manabu .yuugaku-asobu,
.yuugaku-asobu-manabu .yuugaku-manabu {
  margin: 0;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 1140px) {
  .yuugaku-asobu-manabu .yuugaku-asobu,
  .yuugaku-asobu-manabu .yuugaku-manabu {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-manabu .yuugaku-asobu,
  .yuugaku-asobu-manabu .yuugaku-manabu {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-manabu .yuugaku-asobu,
  .yuugaku-asobu-manabu .yuugaku-manabu {
    padding: 15px 0;
    width: 100%;
  }
}
.yuugaku-asobu-manabu .yuugaku-asobu {
  background-color: #9dc62a;
  background-image: url(images/yuugaku_asobu_back.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .yuugaku-asobu-manabu .yuugaku-asobu {
    background-position: 380px 190px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-manabu .yuugaku-asobu {
    background-position: 250px 140px;
    background-size: 140px;
  }
}
.yuugaku-asobu-manabu .yuugaku-manabu {
  background-color: #29abe2;
  background-image: url(images/yuugaku_manabu_back.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .yuugaku-asobu-manabu .yuugaku-manabu {
    background-position: 390px 200px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-manabu .yuugaku-manabu {
    background-position: 250px 160px;
    background-size: 140px;
  }
}

.yuugaku-asobu-sub,
.yuugaku-manabu-sub {
  background-color: #fff;
  border-radius: 4px;
  color: #42210b;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto 1em;
  max-width: 100%;
  min-width: 120px;
  padding: 7px 10px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-sub,
  .yuugaku-manabu-sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-sub,
  .yuugaku-manabu-sub {
    display: block;
    margin: 0 auto 1em !important;
    text-align: center;
    width: 60%;
  }
}
.yuugaku-asobu-sub::before,
.yuugaku-manabu-sub::before {
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
}

.yuugaku-asobu-text h3,
.yuugaku-manabu-text h3 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-text h3,
  .yuugaku-manabu-text h3 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-text h3,
  .yuugaku-manabu-text h3 {
    text-align: center;
  }
}
.yuugaku-asobu-text h4,
.yuugaku-manabu-text h4 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-text h4,
  .yuugaku-manabu-text h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-text h4,
  .yuugaku-manabu-text h4 {
    text-align: center;
  }
}

ul.check-list {
  list-style: none;
  margin: 0 0 1em;
  padding-left: 1.2em; /* 文章のスタート位置。li:beforeが入るスペースを確保 */
  text-align: left;
}
ul.check-list li {
  font-weight: 500;
  line-height: 1.5;
  padding: 0.2em 0;
  padding-left: 0.4em; /* アイコンと文章の間のスペース */
  position: relative;
}
ul.check-list li::before {
  content: "\f14a"; /* チェックマーク */
  font-family: "FontAwesome";
  left: -1.2em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
  position: absolute;
  top: 2px; /* アイコンの場所を変えたければ適宜変更 */
}

.yuugaku-asobu-text ul.check-list,
.yuugaku-manabu-text ul.check-list {
  margin: 0 4em 1em;
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-text ul.check-list,
  .yuugaku-manabu-text ul.check-list {
    margin: 0 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-text ul.check-list,
  .yuugaku-manabu-text ul.check-list {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-text ul.check-list li,
  .yuugaku-manabu-text ul.check-list li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-asobu-text ul.check-list li,
  .yuugaku-manabu-text ul.check-list li {
    font-size: 1.3rem;
  }
}
.yuugaku-asobu-text ul.check-list li::before,
.yuugaku-manabu-text ul.check-list li::before {
  color: #fff;
}

.yuugaku-asobu-slide,
.yuugaku-manabu-slide {
  margin: 0 auto;
}
@media screen and (min-width: 1140px) {
  .yuugaku-asobu-slide,
  .yuugaku-manabu-slide {
    width: 360px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-asobu-slide,
  .yuugaku-manabu-slide {
    width: 280px;
  }
}

#metaslider_8112 .caption,
#metaslider_8113 .caption {
  font-size: 1.2rem;
}
@media screen and (max-width: 1139px) {
  #metaslider_8112 .caption,
  #metaslider_8113 .caption {
    font-size: 1rem;
  }
}

/*
======================================================
  アルバム個別ページ
--------------------------------------------------- */
body.single-album .page-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.single-album .page-header {
    display: block;
    margin: 0;
  }
}
body.single-album .page-header span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
body.single-album .page-header span i {
  margin-right: 10px;
}
body.single-album .more-info {
  text-align: right;
}
@media screen and (max-width: 1139px) {
  body.single-album .more-info {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.single-album .more-info {
    display: none;
  }
}
body.single-album .more-info p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

.frame-beige {
  background-color: #f1f0e4;
  border-radius: 6px;
  color: #42210b;
  margin: 0 0 1.2em;
  padding: 1em 1.5em;
}

.frame-beige ul.star-list {
  margin-bottom: 0;
}

ul.star-list {
  list-style: none;
  margin: 0 0 1em;
  padding-left: 1.2em; /* 文章のスタート位置。li:beforeが入るスペースを確保 */
  text-align: left;
}
ul.star-list li {
  font-weight: 500;
  line-height: 1.5;
  padding: 0.2em 0;
  padding-left: 0.4em; /* アイコンと文章の間のスペース */
  position: relative;
}
ul.star-list li::before {
  content: "\f005"; /* 星 */
  font-family: "FontAwesome";
  left: -1.2em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
  position: absolute;
  top: 0.2em; /* アイコンの場所を変えたければ適宜変更 */
}

.ubc-stay {
  background-color: #fff040;
  background-image: url(images/stay_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .ubc-stay {
    margin: 0 0 30px;
    padding: 0 0 5px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay {
    background-size: 80px;
    margin: 0;
    padding: 15px;
  }
}

.ubc-stay-header {
  position: relative;
}
@media screen and (min-width: 1140px) {
  .ubc-stay-header {
    margin-bottom: 20px;
    min-height: 300px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-header {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-header {
    position: static;
  }
}
@media screen and (min-width: 1140px) {
  .ubc-stay-header h3 {
    left: 30px;
    position: absolute;
    top: 25px;
  }
  .ubc-stay-header h3 img {
    width: 482px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-header h3 {
    left: 30px;
    position: absolute;
    top: 20px;
    z-index: 2;
  }
  .ubc-stay-header h3 img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-header h3 {
    padding: 0 15px 15px;
    position: static;
  }
  .ubc-stay-header h3 img {
    width: 100%;
  }
}
.ubc-stay-header p {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  .ubc-stay-header p {
    left: 30px;
    line-height: 1.8;
    top: 120px;
    width: 460px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-header p {
    font-size: 1.3rem;
    left: 30px;
    line-height: 1.6;
    top: 90px;
    width: 280px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-header p {
    line-height: 1.6;
    margin: -50px 110px 1.5em 0;
    position: static;
    width: auto;
  }
}
.ubc-stay-header .stay-img-01 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1140px) {
  .ubc-stay-header .stay-img-01 {
    left: 600px;
    top: 0;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-header .stay-img-01 {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-header .stay-img-01 {
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .ubc-stay-header .stay-img-02 {
    left: 460px;
    position: absolute;
    top: 130px;
    z-index: 2;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-header .stay-img-02 {
    left: 320px;
    position: absolute;
    top: 140px;
    width: 100px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-header .stay-img-02 {
    margin: -30px 0 0 auto;
    position: static;
    text-align: right;
    width: 100px;
  }
}

@media screen and (min-width: 1140px) {
  ol.stay-point {
    display: flex;
    justify-content: space-between;
    margin: -120px auto 0;
    width: 1000px;
  }
}
@media screen and (max-width: 1139px) {
  ol.stay-point {
    display: flex;
    justify-content: space-between;
    margin: -60px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  ol.stay-point {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1140px) {
  ol.stay-point li:nth-child(2), ol.stay-point li:nth-child(3) {
    padding: 120px 0 0;
  }
  ol.stay-point li dt {
    padding-bottom: 15px;
  }
  ol.stay-point li:nth-child(1) dt img {
    width: 265px;
  }
  ol.stay-point li:nth-child(2) dt img {
    width: 264px;
  }
  ol.stay-point li:nth-child(3) dt img {
    width: 332px;
  }
}
@media screen and (max-width: 1139px) {
  ol.stay-point li:nth-child(2), ol.stay-point li:nth-child(3) {
    padding: 70px 0 0;
  }
  ol.stay-point li dt {
    padding: 0 0 10px;
  }
  ol.stay-point li dt img {
    height: 50px;
  }
  ol.stay-point li dd {
    text-align: center;
  }
  ol.stay-point li:nth-child(1) dd img, ol.stay-point li:nth-child(2) dd img, ol.stay-point li:nth-child(3) dd img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  ol.stay-point li {
    margin: 0 0 15px;
  }
  ol.stay-point li:nth-child(1), ol.stay-point li:nth-child(2), ol.stay-point li:nth-child(3) {
    padding: 30px 0 0;
  }
  ol.stay-point li dl dt {
    padding: 0 0 15px;
    text-align: center;
  }
  ol.stay-point li dl dt img {
    height: 66px;
  }
  ol.stay-point li:nth-child(1) dd img {
    width: 260px;
  }
  ol.stay-point li:nth-child(2) dd img {
    width: 220px;
  }
  ol.stay-point li:nth-child(3) dd img {
    width: 220px;
  }
}

.ubc-stay-hosoku {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 1140px) {
  .ubc-stay-hosoku {
    margin: 0 auto;
    padding: 15px 0;
    width: 1000px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-stay-hosoku {
    padding: 15px 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-stay-hosoku {
    padding: 15px 0 30px;
  }
}

.ubc-program {
  /* 明るい黄緑 */
  background-color: #fbb03b; /* 明るいオレンジ */
  background-image: url(images/program_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0 0 30px;
  padding: 15px 0 1px;
}
@media screen and (max-width: 767px) {
  .ubc-program {
    background-size: 160px;
    margin: 0 0 20px;
    padding: 10px 15px;
  }
}
.ubc-program h3 {
  align-items: center;
  color: #42210b;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding: 0 0 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ubc-program h3 {
    font-size: 2.4rem;
    padding-top: 10px;
  }
}
.ubc-program h3 img {
  margin-right: 6px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .ubc-program h3 img {
    width: 70px;
  }
}
.ubc-program p {
  margin: 0 30px 1.2em;
}
@media screen and (min-width: 1140px) {
  .ubc-program p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-program p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .ubc-program p {
    margin: 0 0 1em;
  }
}

.program-hyo {
  padding: 0 30px;
}
@media screen and (max-width: 1139px) {
  .program-hyo {
    overflow: auto; /* tableをスクロールさせる */
    white-space: nowrap; /* tableのセル内にある文字の折り返しを禁止 */
  }
  .program-hyo::-webkit-scrollbar {
    /* tableにスクロールバーを追加 */
    height: 5px;
  }
  .program-hyo::-webkit-scrollbar-track {
    /* tableにスクロールバーを追加 */
    background: #f1f1f1;
  }
  .program-hyo::-webkit-scrollbar-thumb {
    /* tableにスクロールバーを追加 */
    background: #bcbcbc;
  }
}
@media screen and (max-width: 767px) {
  .program-hyo {
    margin: 0 0 10px;
    padding: 0;
  }
}
.program-hyo table {
  border-left: 1px solid #549605;
  border-top: 1px solid #549605;
  display: table;
  margin: 0 0 0.75em;
  width: 100%;
}
@media screen and (max-width: 1139px) {
  .program-hyo table {
    width: auto;
  }
}
.program-hyo table th,
.program-hyo table td {
  background-color: #fff;
  border-bottom: 1px solid #549605;
  border-right: 1px solid #549605;
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.3em;
  vertical-align: top;
}
.program-hyo table th {
  background-color: #360;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.program-hyo table th.yobi {
  width: 15%;
}
.program-hyo table th.week {
  width: 5%;
}
.program-hyo table th.weekend {
  width: 10%;
}
.program-hyo table td {
  padding: 0 0.3em 0.3em;
}
.program-hyo table td.none {
  background-color: #e5e5e5;
}
.program-hyo table td p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  padding: 4px 0 0;
}

.program-day {
  background-color: #2261c1;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  margin-top: 4px;
  padding: 0 0 2px;
  text-align: center;
}

dl.program-det {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1139px) {
  dl.program-det {
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: normal;
    width: 100px;
  }
}
dl.program-det dt {
  padding-top: 4px;
  width: 30px;
}
dl.program-det dt span {
  align-items: center;
  border-radius: 3px;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  padding: 0 0 2px;
  text-align: center;
  width: 24px;
}
dl.program-det dt.am span {
  background-color: #e3fbff;
  color: #0088e1;
}
dl.program-det dt.pm span {
  background-color: #ffecef;
  color: #f43f88;
}
dl.program-det dt.night span {
  background-color: #1d3497;
  color: #fff759;
}
dl.program-det dt.eat span {
  background-color: #ee7701;
  color: #fff;
}
dl.program-det dd {
  font-feature-settings: "palt" 1;
  padding-top: 4px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 1140px) {
  ul.kome-list {
    margin: 0 30px 1em;
  }
}
@media screen and (max-width: 1139px) {
  ul.kome-list {
    margin: 0 30px 0.75em;
  }
}
@media screen and (max-width: 767px) {
  ul.kome-list {
    margin: 0 0 0.75em;
  }
}
ul.kome-list li dl {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.6;
}
ul.kome-list li dl dt {
  width: 13px;
}
ul.kome-list li dl dd {
  flex: 1;
}

ul.dot-list {
  list-style: none;
  margin: 0 0 1em;
  padding-left: 1.4em; /* 文章のスタート位置。li:beforeが入るスペースを確保 */
  text-align: left;
}
ul.dot-list li {
  line-height: 1.5;
  padding: 0.2em 0;
  padding-left: 0.2em; /* アイコンと文章の間のスペース */
  position: relative;
}
ul.dot-list li::before {
  content: "\f10c"; /* まる */
  font-family: "FontAwesome";
  left: -1.2em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
  position: absolute;
  top: 0.3em; /* アイコンの場所を変えたければ適宜変更 */
}

@media screen and (min-width: 1140px) {
  .btn-order {
    padding: 0 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn-order {
    padding: 0 30px 20px;
  }
}
.btn-order a {
  background: linear-gradient(to bottom, #f65e60, #bd1d21 80%, #bd1d21);
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
}
.btn-order a:hover {
  background: linear-gradient(to bottom, #e74a4d, #b01518 80%, #b01518);
}
.btn-order a::after {
  content: "\f054";
  font-family: "FontAwesome";
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}

.torikeshi {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .torikeshi {
    padding-bottom: 10px;
  }
}
.torikeshi h4 {
  background-color: #dd7300;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}
.torikeshi table {
  border-left: 1px solid #fcc800;
  border-top: 1px solid #fcc800;
  margin-bottom: 10px;
  width: 100%;
}
.torikeshi table th,
.torikeshi table td {
  border-bottom: 1px solid #fcc800;
  border-right: 1px solid #fcc800;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  text-align: center;
}
.torikeshi table th {
  background-color: #fff2af;
  color: #42210b;
  font-size: 1.2rem;
}
.torikeshi table td {
  background-color: #fff;
  font-weight: 400;
}

section.contact-box {
  background-color: #fff;
  background-image: url(images/header_btn_contact@2x.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 126px;
  border: 1px solid #d8d5c8; /* ベージュのライン薄め */
  padding: 40px 40px 30px;
}
@media screen and (min-width: 1140px) {
  section.contact-box {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1139px) {
  section.contact-box {
    margin: 0 0 15px;
    padding: 25px 20px 20px;
  }
}
section.contact-box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  section.contact-box h2 {
    font-size: 2rem;
    margin: 0 0 1.5em;
  }
}
section.contact-box h2 i {
  color: #0071bc;
  margin-right: 10px;
}
section.contact-box p.form-caution {
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0.5em;
  text-align: right;
}

.mw-wp-form table {
  border-bottom: 1px dotted #d8d5c8;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  body.parent-pageid-8741 .mw-wp-form table, body.parent-pageid-8747 .mw-wp-form table {
    margin: 0 0 50px;
  }
}
.mw-wp-form table tr {
  border-top: 1px dotted #d8d5c8;
}
body.parent-pageid-8741 .mw-wp-form table tr:nth-child(even), body.parent-pageid-8747 .mw-wp-form table tr:nth-child(even) {
  background-color: #f7fdee;
}
.mw-wp-form table tr th,
.mw-wp-form table tr td {
  line-height: 1.5;
  padding: 0.75em 0;
}
@media screen and (max-width: 767px) {
  .mw-wp-form table tr th,
  .mw-wp-form table tr td {
    display: block;
    width: 100%;
  }
}
.mw-wp-form table tr th {
  width: 150px;
}
@media screen and (min-width: 1140px) {
  body.parent-pageid-8741 .mw-wp-form table tr th, body.parent-pageid-8747 .mw-wp-form table tr th {
    width: 260px;
  }
}
@media screen and (max-width: 1139px) {
  body.parent-pageid-8741 .mw-wp-form table tr th, body.parent-pageid-8747 .mw-wp-form table tr th {
    font-size: 1.3rem;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mw-wp-form table tr th {
    padding: 0.75em 0 0;
  }
}
body.parent-pageid-8741 .mw-wp-form table tr th .subject, body.parent-pageid-8747 .mw-wp-form table tr th .subject {
  padding-left: 0.75em;
}
@media screen and (max-width: 767px) {
  .mw-wp-form table tr td {
    border-top: none;
  }
}
body.parent-pageid-8741 .mw-wp-form table tr td, body.parent-pageid-8747 .mw-wp-form table tr td {
  padding: 0.5em 0.75em 0.75em;
}
.mw-wp-form table tr td ul {
  display: flex;
}
.mw-wp-form table tr td ul.list-select {
  display: block;
}
.mw-wp-form table tr td ul.list-select li {
  padding: 0.2em 0;
}
.mw-wp-form table tr td ul.list-select li select {
  margin-left: 0.2em;
}
.mw-wp-form table tr td ul li {
  margin: 0 10px 0 0;
}
.mw-wp-form table tr td ul li input {
  display: block;
}
@media screen and (max-width: 767px) {
  .mw-wp-form table tr td ul li input.email {
    width: 100%;
  }
}
.mw-wp-form table tr td input,
.mw-wp-form table tr td textarea {
  background-color: #fff;
  border: 1px solid #d8d5c8;
  font-size: 1.6rem;
}
.mw-wp-form table tr td textarea {
  width: 100%;
}
.mw-wp-form table tr td select,
.mw-wp-form table tr td select option {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  font-size: 14px !important;
  height: 28px;
  line-height: 28px;
  outline: none;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mw-wp-form table tr td select,
  .mw-wp-form table tr td select option {
    font-size: 16px !important;
    height: 30px;
    line-height: 30px;
  }
}

.mw-wp-form .jikoshokai {
  padding: 0 0 30px;
}
.mw-wp-form .jikoshokai textarea {
  background-color: #fff;
  border: 1px solid #d8d5c8;
  font-size: 1.6rem;
  width: 100%;
}

.mw-wp-form h3 {
  border-left: 4px solid #549605;
  color: #549605;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0 0 0 0.75em;
}

input[type=radio] {
  appearance: auto;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}

input[type=radio]:checked::after {
  background: #c00;
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}

.mwform-radio-field-text {
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 20px;
}

span.require {
  color: #c1272d;
}

span.error {
  color: red;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 8px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  span.error {
    margin-left: 0;
  }
}

.conf-none {
  color: #666;
  font-size: 1.1rem;
  padding-bottom: 4px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .conf-none {
    font-size: 1.3rem;
  }
}

span.conf-none {
  display: inline-block;
}

.mw_wp_form_confirm .mw-wp-form .conf-none,
.mw_wp_form_confirm .mw-wp-form span.conf-none {
  display: none;
}

.form-message p {
  line-height: 1.8;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .form-message p {
    line-height: 1.6;
  }
}

.page-content .form-message p.error,
.page-content .form-message p.confirm,
.page-content .form-message p.complete {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.page-content .form-message p.error::before,
.page-content .form-message p.confirm::before,
.page-content .form-message p.complete::before {
  content: "\f071";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.page-content .form-message p.error {
  background-color: #fff0f0;
}
.page-content .form-message p.error::before {
  color: red;
}
.page-content .form-message p.confirm {
  background-color: #fff7e4;
}
.page-content .form-message p.confirm::before {
  color: #fdd23e;
}
.page-content .form-message p.complete {
  background-color: #e6f6e5;
}
.page-content .form-message p.complete::before {
  color: #319f2c;
  content: "\f058";
}

.submit-container {
  display: flex;
  justify-content: center;
  padding: 0 0 20px;
  text-align: center;
}
.submit-container input.btn {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
.submit-container input.btn:hover {
  opacity: 0.7;
  zoom: 1;
}
.submit-container input.btn {
  background-color: #0071bc;
  color: #fff;
  margin: 0 10px;
  width: 240px;
}

.phone-number {
  color: #0071bc;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
}
.phone-number a {
  color: #0071bc;
}
.phone-number i {
  margin-right: 10px;
}

aside.contact-phone p {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  aside.contact-phone p {
    margin: 0;
    padding: 0 0 15px;
  }
}

/*
======================================================
  よくあるご質問
--------------------------------------------------- */
section.faq-box {
  margin: 0 0 30px;
}
@media screen and (max-width: 1139px) {
  section.faq-box {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.faq-box {
    margin: 0 0 15px;
  }
}

.faq-midashi {
  background-image: url(images/dot_white@2x.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  .faq-midashi {
    margin: 0 0 15px;
  }
}
.faq-midashi.senior {
  background-color: #549605;
}

ul.faq-list li {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

/*
===============================================
    SNSボタン
-------------------------------------------- */
@font-face {
  font-family: "LigatureSymbols";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/LigatureSymbols-2.11.eot");
  src: url("fonts/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("fonts/LigatureSymbols-2.11.woff") format("woff"), url("fonts/LigatureSymbols-2.11.ttf") format("truetype"), url("fonts/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
}
.lsf {
  font-family: "LigatureSymbols";
  font-feature-settings: "liga" 1, "dlig" 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  -moz-text-rendering: optimizelegibility;
  -ms-text-rendering: optimizelegibility;
  -o-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}

.lsf-icon::before {
  content: attr(title);
  font-family: "LigatureSymbols";
  font-feature-settings: "liga" 1, "dlig" 1;
  font-size: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 0.3em;
  -webkit-text-rendering: optimizelegibility;
  -moz-text-rendering: optimizelegibility;
  -ms-text-rendering: optimizelegibility;
  -o-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}

ul.social {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 0 0 25px;
}
ul.social li a {
  align-items: center;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  margin: 0 2px;
  padding-top: 5px;
  text-decoration: none;
  width: 80px;
}
ul.social li a span.count {
  font-size: 1.2rem;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  ul.social li a {
    height: 28px;
    width: 90px;
  }
}
ul.social li a i {
  color: #fff;
}
ul.social li.fb a {
  background-color: #3b5998;
}
ul.social li.tw a {
  background-color: #00acee;
}
ul.social li.line a {
  background-color: #1dcd00;
}
ul.social li.line a span.lsf-icon {
  color: #fff;
  display: block;
  font-size: 22px;
  margin-left: 10px;
  margin-top: -5px;
  vertical-align: top;
}

#yuugaku-footer {
  text-align: center;
}

.yuugaku-osusume {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .yuugaku-osusume {
    padding: 30px 0 20px;
  }
}
.yuugaku-osusume p {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .yuugaku-osusume p {
    font-size: 1.5rem;
  }
}

.about-profile-content {
  background-color: #ebe6dd;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .about-profile-content {
    padding: 30px 0;
  }
}
.about-profile-content dl.about-profile {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .about-profile-content dl.about-profile {
    justify-content: center;
    margin: 0 auto;
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .about-profile-content dl.about-profile {
    margin-bottom: 15px;
  }
}
.about-profile-content dl.about-profile dt {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .about-profile-content dl.about-profile dt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-profile-content dl.about-profile dd {
    text-align: center;
    width: 100%;
  }
}
.about-profile-content dl.about-profile dd p {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 1140px) {
  .about-profile-content dl.about-profile dd p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-profile-content dl.about-profile dd p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1140px) {
  .btn-profile a:hover img {
    opacity: 0.7;
    zoom: 1;
  }
}

/*
======================================================
  遊学お申し込みフォーム
--------------------------------------------------- */
.page-header.order-header {
  background-image: url(images/wood_back.jpg);
  background-size: 570px;
}
@media screen and (min-width: 1140px) {
  .page-header.order-header {
    align-items: center;
    border-left: 1px solid #c0b8a6;
    border-right: 1px solid #c0b8a6;
    border-top: 1px solid #c0b8a6;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  .page-header.order-header {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .page-header.order-header .page-title {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-header.order-header {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .header-pump {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 1139px) {
  .header-pump {
    flex: 1;
    padding: 10px;
    text-align: center;
  }
}
.header-pump img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1140px) {
  .header-pump img {
    width: 180px;
  }
}

.mw_wp_form.mw_wp_form_complete {
  padding-bottom: 50px;
}

.orderform-title {
  background-color: #549605;
  background-image: url(images/dot_white@2x.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0.75em 1em 0.6em;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .orderform-title {
    margin-bottom: 15px;
  }
}
.orderform-title span.sp-block {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .orderform-title span.sp-block {
    margin-left: 0;
  }
}

.order-intro {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order-intro {
    margin-bottom: 15px;
  }
}

.atten {
  color: #c1272d;
}

@media screen and (max-width: 767px) {
  .page-content .order-intro p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .page-content .order-intro p span.atten {
    display: block;
    margin-top: 10px;
  }
}

.page-content .order-ssl {
  background-color: #f0f0f0;
  margin-bottom: 40px;
  padding: 0.5em 1em 0.5em 2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-content .order-ssl {
    margin-bottom: 20px;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
}
.page-content .order-ssl p {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .page-content .order-ssl p {
    font-size: 1rem;
  }
}

.require-icon {
  background-color: #ffecec;
  border-radius: 2px;
  color: #c1272d;
  font-size: 1rem;
  margin-left: 6px;
  padding: 0.2em 0.5em;
}

.check_wrap {
  padding: 0 0 60px;
  text-align: center;
}

.mwform-checkbox-field-text {
  margin-left: 8px;
}

input.input_box:disabled {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
input.input_box:disabled:hover {
  opacity: 0.7;
  zoom: 1;
}
input.input_box:disabled {
  background-color: #ccc;
  color: #fff;
}

input.input_box:enabled,
input.btn-back {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
input.input_box:enabled:hover,
input.btn-back:hover {
  opacity: 0.7;
  zoom: 1;
}
input.input_box:enabled,
input.btn-back {
  background-color: #dd7300;
  color: #fff;
  margin: 0 5px;
}

.doui {
  padding-bottom: 30px;
}

#yakkan {
  border: 1px solid #e5e5e5;
  height: 240px;
  margin-bottom: 30px;
  overflow-y: auto;
  padding: 25px 25px 1px;
  width: 100%;
}
#yakkan::-webkit-scrollbar {
  width: 8px;
}
#yakkan::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#yakkan::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

body.parent-pageid-8747 #yakkan {
  display: none;
}

.page-content .mw-wp-form #yakkan h3 {
  border: none;
  margin-bottom: 12px;
  text-align: center;
}
.page-content .mw-wp-form #yakkan h4 {
  margin-bottom: 12px;
}
.page-content .mw-wp-form #yakkan p {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 1.5em;
}

body.parent-pageid-8741 .mw-wp-form table#torikeshi {
  margin-bottom: 15px;
}
body.parent-pageid-8741 .mw-wp-form table#torikeshi tr:nth-child(even) {
  background-color: #f5f5f5;
}
body.parent-pageid-8741 .mw-wp-form table#torikeshi th,
body.parent-pageid-8741 .mw-wp-form table#torikeshi td {
  font-size: 1.3rem;
  padding-left: 1em;
  padding-right: 1em;
  width: 50%;
}
body.parent-pageid-8741 .mw-wp-form table#torikeshi td {
  text-align: right;
}

/*
======================================================
  会社概要
--------------------------------------------------- */
body.page-id-7983 .page-header {
  background-image: url(images/profile_header_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  body.page-id-7983 .page-header {
    height: 300px;
  }
}
@media screen and (max-width: 1139px) {
  body.page-id-7983 .page-header {
    background-size: contain;
    height: 190px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-7983 .page-header {
    background-image: url(images/profile_header_sp.jpg);
    background-size: contain;
    height: 155px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  body.page-id-7983 .page-header h1.page-title {
    border-top: 3px solid #42210b;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1139px) {
  body.page-id-7983 .page-header h1.page-title {
    border-top: 3px solid #42210b;
    padding: 15px 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-7983 .page-header h1.page-title {
    border-top: none;
    padding: 5px 0 0 5px;
  }
}

body.page-id-7983 .page-content {
  background-color: #fff;
  border: 1px solid #c0b8a6;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  body.page-id-7983 .page-content {
    margin-bottom: 15px;
    padding: 15px 15px 1px;
  }
}

.profile-entry {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .profile-entry {
    margin-bottom: 20px;
  }
}

.profile-midashi {
  border-bottom: 1px solid #c0b8a6;
  border-top: 3px solid #42210b;
  margin-bottom: 30px;
  padding: 0.75em;
}
@media screen and (max-width: 767px) {
  .profile-midashi {
    margin-bottom: 15px;
    padding: 0.75em;
  }
}
.profile-midashi h2 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .profile-midashi h2 {
    font-size: 1.8rem;
  }
}
.profile-midashi h2 .en {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 15px;
}

.profile-aisatsu {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .profile-aisatsu {
    margin-bottom: 15px;
  }
}
.profile-aisatsu h2 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1139px) {
  .profile-aisatsu h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .profile-aisatsu h2 {
    font-size: 2rem;
  }
}

.profile-entry p {
  padding-bottom: 1.5em;
}
.profile-entry p img.img-aisatsu {
  float: right;
  margin: -80px 10px 10px 30px;
  transform: rotate(5deg);
  width: 300px;
}
@media screen and (max-width: 1139px) {
  .profile-entry p img.img-aisatsu {
    margin: -70px 10px 10px 30px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .profile-entry p img.img-aisatsu {
    clear: both;
    display: block;
    margin: 10px 0;
    transform: rotate(0deg);
    width: 100%;
  }
}

ul.jigyo-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul.jigyo-list {
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  ul.jigyo-list li {
    width: 240px;
  }
}
@media screen and (max-width: 1139px) {
  ul.jigyo-list li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  ul.jigyo-list li {
    margin: 15px auto 0;
    text-align: center;
    width: 70%;
  }
}

ul.staff-list {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  ul.staff-list {
    margin-bottom: 10px;
  }
}
ul.staff-list li {
  border-bottom: 1px dotted #c0b8a6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  ul.staff-list li {
    padding: 15px 0;
  }
}
ul.staff-list li dl {
  display: flex;
}
ul.staff-list li dl dt {
  width: 130px;
}
@media screen and (max-width: 767px) {
  ul.staff-list li dl dt {
    padding-bottom: 10px;
    text-align: center;
  }
}
ul.staff-list li dl dt img {
  width: 110px;
}
ul.staff-list li dl dd {
  flex: 1;
}
ul.staff-list li dl dd h3 {
  align-items: center;
  color: #42210b;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  ul.staff-list li dl dd h3 {
    font-size: 1.6rem;
    justify-content: center;
  }
}
ul.staff-list li dl dd h3 small {
  background-color: #c0b8a6;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 8px;
  padding: 0 0.5em;
}
ul.staff-list li dl dd p {
  font-size: 1.4rem;
}
ul.staff-list li dl dd .hitokoto {
  background-color: #fffbf0;
  border-radius: 4px;
  padding: 0.6em 1em;
}
ul.staff-list li dl dd .hitokoto p {
  color: #7f5b2e;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  ul.staff-list li dl dd .hitokoto p {
    line-height: 1.6;
  }
}
ul.staff-list li dl dd .hitokoto p:last-child {
  padding-bottom: 0;
}

ul.release-list li {
  border-bottom: 1px dotted #c0b8a6;
  padding: 15px 0;
}
ul.release-list li dl {
  display: flex;
}
ul.release-list li dl dt {
  margin: 0 20px 0 0;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 767px) {
  ul.release-list li dl dt {
    width: 70px;
  }
}
ul.release-list li dl dd {
  flex: 1;
}
ul.release-list li dl dd h3 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 6px;
}
ul.release-list li dl dd h3 a {
  text-decoration: none;
}
ul.release-list li dl dd h3 a::after {
  content: "\f138";
  font-family: "FontAwesome";
  margin-left: 4px;
  margin-right: 10px;
}
ul.release-list li dl dd h4 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  ul.release-list li dl dd h4 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
ul.release-list li dl dd h4 strong {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul.release-list li dl dd h4 strong {
    font-size: 1.4rem;
  }
}
ul.release-list li dl dd p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.release-list li dl dd p {
    font-size: 1.2rem;
  }
}

.profile-box {
  position: relative;
}

.img-build {
  position: absolute;
  right: 0;
  top: 10px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .img-build {
    display: block;
    margin: 0 auto 10px;
    position: static;
    width: 240px;
  }
}

dl.profile-hyo {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
dl.profile-hyo dt,
dl.profile-hyo dd {
  border-bottom: 1px dotted #c0b8a6;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0.75em 1em;
}
@media screen and (max-width: 767px) {
  dl.profile-hyo dt,
  dl.profile-hyo dd {
    padding: 0.5em;
  }
}
dl.profile-hyo dt {
  width: 15%;
}
@media screen and (max-width: 767px) {
  dl.profile-hyo dt {
    width: 28%;
  }
}
dl.profile-hyo dd {
  width: 85%;
}
@media screen and (max-width: 767px) {
  dl.profile-hyo dd {
    width: 72%;
  }
}
dl.profile-hyo dd .logoimg-cpb {
  display: block;
  margin-bottom: 5px;
  width: 168px;
}

/*
======================================================
  バンクーバー写真集
--------------------------------------------------- */
body.page-id-8060 .page-header {
  align-items: center;
  background-color: #fff;
  background-image: url(images/header_bg_photogallery.png);
  background-position: left -10px;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 1px solid #c0b8a6;
  border-right: 1px solid #c0b8a6;
  border-top: 3px solid #42210b;
  display: flex;
  height: 140px;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1139px) {
  body.page-id-8060 .page-header {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-8060 .page-header {
    border-left: none;
    border-right: none;
    height: 100px;
  }
}

ul.photogallery-list {
  background-image: url(images/wood_light_back.jpg);
  background-position: center bottom;
  border-bottom: 1px solid #d99f33;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  ul.photogallery-list {
    margin-bottom: 15px;
  }
}
ul.photogallery-list li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  ul.photogallery-list li:nth-child(2) a span {
    display: inline;
  }
}
ul.photogallery-list li:first-child a {
  border-left: none;
}
ul.photogallery-list li:last-child a {
  border-right: none;
}
ul.photogallery-list li a {
  border-left: 1px solid #fce3a9;
  border-right: 1px solid #d99f33;
  color: #42210b;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6em 0 0.7em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  ul.photogallery-list li a:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 1139px) {
  ul.photogallery-list li a {
    font-size: 1.1rem;
  }
  ul.photogallery-list li a span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  ul.photogallery-list li a {
    font-size: 0.8rem;
  }
  ul.photogallery-list li a span {
    display: block;
  }
}
ul.photogallery-list li a img {
  display: block;
  margin: 0 auto 6px;
  width: 36px;
}

.photogallery-midashi {
  align-items: center;
  color: #42210b;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .photogallery-midashi {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.photogallery-midashi img {
  margin-right: 10px;
  width: 32px;
}

body.page-id-8060 .page-footer {
  background-image: url(images/wood_light_back.jpg);
  background-position: center bottom;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  body.page-id-8060 .page-footer {
    padding: 10px 15px;
  }
}
body.page-id-8060 .page-footer p {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.page-id-8060 .page-footer p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.kome {
  margin-left: 1em;
  text-indent: -1em;
}

.hosoku {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .hosoku {
    font-size: 1.2rem;
  }
}

a.arrow-link {
  font-weight: bold;
  text-decoration: none;
}
a.arrow-link::after {
  content: "\f138";
  font-family: "FontAwesome";
  margin-left: 4px;
}

.entry-content blockquote {
  border: 1px solid #e2dcd6;
  border-radius: 6px;
  font-weight: 500;
  margin: 0 0 2em;
  padding: 20px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    margin: 0 0 1.6em;
    padding: 20px 40px;
  }
}
.entry-content blockquote::before {
  color: #e2dcd6;
  content: "“";
  font-family: serif;
  font-size: 64px;
  left: 8px;
  line-height: 1em;
  position: absolute;
  top: 4px;
}
.entry-content blockquote::after {
  bottom: 0;
  color: #e2dcd6;
  content: "”";
  font-family: serif;
  font-size: 64px;
  line-height: 0;
  position: absolute;
  right: 8px;
}
.entry-content blockquote p:last-child {
  padding-bottom: 0;
}

/*
======================================================
  パスワード保護ページ
--------------------------------------------------- */
form.post_password {
  padding-bottom: 40px;
  text-align: center;
}

input.btn_password {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
input.btn_password:hover {
  opacity: 0.7;
  zoom: 1;
}
input.btn_password {
  background-color: #eb6100;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  padding: 0.3em 2em !important;
}

body.page-id-10017 .entry-content {
  padding: 10px 0 50px;
}

.entry-content a.pdf {
  border: none !important;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 1;
  padding: 0.75em 2em !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.8s linear;
}
.entry-content a.pdf:hover {
  opacity: 0.7;
  zoom: 1;
}
.entry-content a.pdf {
  background-color: #fcc800;
  background-image: url(images/icon_pdf_64.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 32px;
  color: #1b1b1b;
  font-weight: 500;
  padding: 0.75em 2em 0.75em 50px !important;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.entry-content h3.stay-name {
  color: #42210b;
  font-size: 2.2rem;
  font-weight: 500;
}
.entry-content h3.stay-name i {
  margin-right: 8px;
}
.entry-content strong.phone {
  color: #0071bc;
  font-size: 1.8rem;
}
.entry-content strong.phone a {
  color: #0071bc;
  text-decoration: none;
}
.entry-content strong.phone i {
  margin-right: 6px;
}

.beige-box {
  background-color: #f1f0e4;
  border-radius: 4px;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

.entry-content .beige-box p:last-child {
  padding: 0;
}

/*
======================================================
  お支払い
--------------------------------------------------- */
dl.payment {
  align-items: center;
  border-bottom: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 1.5em;
  padding: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  dl.payment {
    text-align: center;
  }
}
dl.payment dt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl.payment dt {
    font-size: 1.4rem;
  }
}
dl.payment dd.payment-price {
  color: #eb6100;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  dl.payment dd.payment-price {
    font-size: 1.8rem;
  }
}
dl.payment dd.payment-btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  dl.payment dd.payment-btn {
    padding-top: 15px;
    text-align: center;
  }
}

dl.logo-cpb {
  display: block;
  padding-top: 30px;
  text-align: center;
}
dl.logo-cpb dt,
dl.logo-cpb dd {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  dl.logo-cpb dt,
  dl.logo-cpb dd {
    font-size: 1.1rem;
  }
}
dl.logo-cpb dt {
  text-align: center;
}
dl.logo-cpb dt img {
  display: block;
  margin: 0 auto 5px;
  width: 168px;
}
@media screen and (max-width: 767px) {
  dl.logo-cpb dt img {
    width: 110px;
  }
}

.red {
  color: #c1272d;
}

.center {
  text-align: center;
}

#mc_embed_signup {
  background-color: transparent !important;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup .button {
  background-color: #42210b !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .mc-field-group label {
  display: none !important;
}

/* PC用：ヒーロースライダーのスペースを強制的に確保 */
#metaslider_container_8035 {
  /* min-height: 650px; 画像の高さに合わせて調整 */
  aspect-ratio: 1920/720;
}

@media screen and (max-width: 767px) {
  #metaslider_container_8052 {
    aspect-ratio: 750/400;
  }
}
/* senior
========================================================= */
.van-intro {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1139px) {
  .van-intro {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .van-intro {
    display: block;
    margin: 0;
    padding: 0 0 15px;
  }
}
.van-intro .van-intro-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .van-intro .van-intro-text {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 1140px) {
  ul.van-photo {
    margin-left: 30px;
    margin-right: 3px;
    width: 180px;
  }
}
@media screen and (max-width: 1139px) {
  ul.van-photo {
    margin-left: 30px;
    margin-right: 3px;
    width: 119px;
  }
}
@media screen and (max-width: 767px) {
  ul.van-photo {
    display: flex;
    margin: 0 0 10px;
    width: 100%;
  }
}
ul.van-photo li {
  margin-bottom: 3px;
}
@media screen and (min-width: 1140px) {
  ul.van-photo li:nth-child(3) {
    display: none;
  }
}

.ubc-intro {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1140px) {
  .ubc-intro {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-intro {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-intro {
    display: block;
    margin: 0;
    padding: 0 0 15px;
  }
}
.ubc-intro .ubc-intro-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .ubc-intro .ubc-intro-text {
    display: block;
    width: 100%;
  }
}

.van-intro-text h3,
.ubc-intro-text h3 {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 1em;
  padding: 0.75em 1em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .van-intro-text h3,
  .ubc-intro-text h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1139px) {
  .van-intro-text h3,
  .ubc-intro-text h3 {
    font-size: 1.6rem;
  }
}
.van-intro-text h3::before,
.ubc-intro-text h3::before {
  border: 6px solid transparent;
  content: "";
  left: 20%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
}
.van-intro-text p,
.ubc-intro-text p {
  line-height: 1.8;
  padding: 0 0 1.2em;
}
@media screen and (max-width: 1139px) {
  .van-intro-text p,
  .ubc-intro-text p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.van-intro-text h3 {
  background-color: #c1272d;
}

.ubc-intro-text h3 {
  background-color: #0071bc;
}

.van-intro-text h3::before {
  border-top: 8px solid #c1272d;
}

.ubc-intro-text h3::before {
  border-top: 8px solid #0071bc;
}

.ubc-midashi {
  background-image: url(images/ubc_title_bg_2020.jpg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1140px) {
  .ubc-midashi {
    margin: 0 0 30px;
    min-height: 364px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-midashi {
    background-size: contain;
    margin: 0 0 30px;
    min-height: 225px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-midashi {
    margin: 0;
    min-height: 150px;
  }
}
.ubc-midashi h2 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1140px) {
  .ubc-midashi h2 {
    font-size: 3.2rem;
    padding: 20px 0 0 40px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-midashi h2 {
    font-size: 2.2rem;
    padding: 15px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-midashi h2 {
    font-size: 1.9rem;
    padding: 135px 0 20px;
  }
}

@media screen and (min-width: 1140px) {
  .van-intro-map {
    width: 380px;
  }
}
@media screen and (max-width: 1139px) {
  .van-intro-map {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .van-intro-map {
    margin: 0 0 20px;
    width: 100%;
  }
}

@media screen and (min-width: 1140px) {
  .ubc-intro-map {
    margin-right: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 1139px) {
  .ubc-intro-map {
    margin-right: 30px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .ubc-intro-map {
    margin: 0 0 20px;
    width: 100%;
  }
}

.googlemap {
  position: relative;
  width: 100%;
}
.van-intro-map .googlemap {
  padding-top: 69.21%;
}
@media screen and (max-width: 1139px) {
  .van-intro-map .googlemap {
    padding-top: 110%;
  }
}
@media screen and (max-width: 767px) {
  .van-intro-map .googlemap {
    padding-top: 65%;
  }
}
.ubc-intro-map .googlemap {
  padding-top: 65%;
}
@media screen and (max-width: 1139px) {
  .ubc-intro-map .googlemap {
    padding-top: 106.87%;
  }
}
@media screen and (max-width: 767px) {
  .ubc-intro-map .googlemap {
    padding-top: 65%;
  }
}
.googlemap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.yuugaku-order {
  background-image: url(images/stripe_orange@2x.png);
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (min-width: 768px) {
  .yuugaku-order {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-order {
    display: block;
    margin-bottom: 20px;
    max-height: auto;
    padding: 0;
  }
}

.yuugaku-pump {
  background-image: url(images/wood_back.jpg);
  background-repeat: repeat;
  background-size: 570px;
}
@media screen and (min-width: 1140px) {
  .yuugaku-pump {
    margin-right: 30px;
    order: 1;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 240px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-pump {
    margin-right: 30px;
    order: 1;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-pump {
    height: auto;
    order: unset;
    padding: 15px;
    text-align: center;
    width: 100%;
  }
}
.yuugaku-pump .yuugaku-pump-img {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .yuugaku-pump .yuugaku-pump-img {
    margin-bottom: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-pump .yuugaku-pump-img {
    text-align: center;
  }
}
.yuugaku-pump .yuugaku-pump-img img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1140px) {
  .yuugaku-pump .yuugaku-pump-img img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-pump .yuugaku-pump-img img {
    width: 200px;
  }
}

@media screen and (min-width: 1140px) {
  .yuugaku-order__right {
    display: flex;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-order__right {
    flex: 1;
  }
}

@media screen and (min-width: 1140px) {
  .yuugaku-order-info {
    flex: 1;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-order-info {
    order: unset;
    padding: 0 15px;
    width: 100%;
  }
}
.yuugaku-order-info h3 {
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 1140px) {
  .yuugaku-order-info h3 img {
    margin-top: -20px;
    width: 391px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-order-info h3 img {
    margin-top: -10px;
    width: 300px;
  }
}

@media screen and (min-width: 1140px) {
  .yuugaku-price-in {
    margin-left: 30px;
    order: 3;
    padding-top: 30px;
    width: 240px;
  }
}
@media screen and (max-width: 1139px) {
  .yuugaku-price-in {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .yuugaku-price-in {
    order: unset;
    padding: 0 15px;
    width: 100%;
  }
}

.btn-pdf,
.btn-customer {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .btn-pdf,
  .btn-customer {
    padding: 0 30px;
  }
}
.btn-pdf a,
.btn-customer a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #1b1b1b;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5em 0;
  text-decoration: none;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1140px) {
  .btn-pdf a:hover,
  .btn-customer a:hover {
    opacity: 0.7;
    zoom: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn-pdf a,
  .btn-customer a {
    font-size: 1.2rem;
    padding: 0.5em 0;
  }
}
.btn-pdf a dl,
.btn-customer a dl {
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn-pdf a dl dt,
.btn-customer a dl dt {
  margin-right: 10px;
  width: 32px;
}
.btn-pdf a dl dd span.volume,
.btn-customer a dl dd span.volume {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.btn-customer a {
  background-color: #fcc800;
  padding: 0.5em 1em;
  position: relative;
}
.btn-customer a::after {
  color: #fff;
  content: "\f054";
  font-family: "FontAwesome";
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
}

table.price-hyo {
  border-left: 1px solid #549605;
  border-top: 1px solid #549605;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1139px) {
  table.price-hyo {
    margin-bottom: 4px;
  }
}
table.price-hyo th,
table.price-hyo td {
  border-bottom: 1px solid #549605;
  border-right: 1px solid #549605;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.5em 0.75em;
  text-align: center;
}
table.price-hyo th {
  font-size: 1.4rem;
}
@media screen and (max-width: 1139px) {
  table.price-hyo th {
    font-size: 1.3rem;
  }
}
table.price-hyo th.year {
  background-color: #549605;
  color: #fff;
}
table.price-hyo th.komoku {
  background-color: #ebf4c7;
  color: #549605;
}
table.price-hyo td {
  background-color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1139px) {
  table.price-hyo td {
    font-size: 1.4rem;
  }
}

p.price-hosoku {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1139px) {
  p.price-hosoku {
    margin-bottom: 10px;
  }
}
p.price-hosoku strong {
  font-size: 1.3rem;
  font-weight: 500;
}

.price-in {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  margin-bottom: 20px;
  padding: 0.6em 1em 0.1em;
}
@media screen and (max-width: 767px) {
  .price-in {
    display: block;
  }
}
.price-in h4 {
  color: #549605;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.75em;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .price-in h4 {
    width: 100%;
  }
}
.price-in ul.dot-list {
  flex: 1;
  margin: 0 0 0.5em;
}
.price-in ul.dot-list li {
  font-size: 1.1rem;
  line-height: 1.5;
}
.price-in ul.dot-list li::before {
  color: #549605;
}

/*
======================================================
  アルバム
--------------------------------------------------- */
.album-midashi {
  align-items: baseline;
  border-top: 3px solid #42210b;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 1139px) {
  .album-midashi {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .album-midashi {
    display: block;
    margin: 0 0 15px;
  }
}
.album-midashi h2 {
  color: #42210b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1em;
}
@media screen and (max-width: 1139px) {
  .album-midashi h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .album-midashi h2 {
    font-size: 1.8rem;
    padding: 1em 0.5em 0.75em;
  }
}
.album-midashi h2 i {
  margin-right: 12px;
}
.album-midashi p {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .album-midashi p {
    font-size: 1rem;
  }
}

ul.photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  word-break: break-all;
}
@media screen and (min-width: 1140px) {
  ul.photo-list {
    width: 1070px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  ul.photo-list li {
    margin: 0 30px 20px 0;
    width: 190px;
  }
  ul.photo-list li:nth-child(5), ul.photo-list li:nth-child(10), ul.photo-list li:nth-child(15) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list li {
    margin: 0 2% 15px 0;
    width: 32%;
  }
  ul.photo-list li:nth-child(3), ul.photo-list li:nth-child(6), ul.photo-list li:nth-child(9), ul.photo-list li:nth-child(12), ul.photo-list li:nth-child(15) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li {
    background-color: #ebe6dd;
    margin: 0 4% 15px 0;
    width: 48%;
  }
  ul.photo-list li:nth-child(even) {
    margin: 0 0 15px;
  }
  ul.photo-list li:nth-child(3), ul.photo-list li:nth-child(9), ul.photo-list li:nth-child(15) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list li figure {
    background-color: #ebe6dd;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li figure {
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  ul.photo-list li figure a {
    background-color: #ebe6dd;
    display: block;
    padding: 5px;
    transition: all 0.3s linear;
  }
  ul.photo-list li figure a:hover {
    background-color: #f58e20;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list li figure a img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li figure a img {
    width: 100%;
  }
}
ul.photo-list li figure figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 6px;
}
@media screen and (max-width: 1139px) {
  ul.photo-list li figure figcaption {
    flex: 1;
    font-size: 1rem;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li figure figcaption {
    margin-top: 0;
    padding: 5px 8px;
  }
}
ul.photo-list li figure figcaption h3 {
  color: #7f5b2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1140px) {
  ul.photo-list li figure figcaption h3 {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list li figure figcaption h3 {
    font-size: 1.1rem;
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li figure figcaption h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1140px) {
  ul.photo-list li figure figcaption p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-list li figure figcaption p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-list li figure figcaption p {
    font-size: 1.2rem;
  }
}

.photo-archives-box {
  background-image: url(images/wood_back.jpg);
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .photo-archives-box {
    padding: 10px 0 5px;
  }
}
.photo-archives-box h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1140px) {
  .photo-archives-box h4 {
    margin: 0 auto 10px;
    width: 1000px;
  }
}
@media screen and (max-width: 1139px) {
  .photo-archives-box h4 {
    padding: 0 0 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .photo-archives-box h4 {
    font-size: 1.6rem;
    padding: 0 0 15px;
    text-align: center;
  }
}
.photo-archives-box h4 i {
  margin-right: 6px;
}

ul.photo-archives {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  word-break: break-all;
}
@media screen and (min-width: 1140px) {
  ul.photo-archives {
    width: 1000px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-archives {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-archives {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1140px) {
  ul.photo-archives li {
    margin: 0 25px 25px 0;
    width: 180px;
  }
  ul.photo-archives li:nth-child(5), ul.photo-archives li:nth-child(10), ul.photo-archives li:nth-child(15) {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1139px) {
  ul.photo-archives li {
    margin: 0 15px 15px 0;
    width: 150px;
  }
  ul.photo-archives li:nth-child(4), ul.photo-archives li:nth-child(8), ul.photo-archives li:nth-child(12) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-archives li {
    margin: 0 2% 15px 0;
    width: 32%;
  }
  ul.photo-archives li:nth-child(4), ul.photo-archives li:nth-child(8) {
    margin: 0 2% 15px 0;
  }
  ul.photo-archives li:nth-child(3), ul.photo-archives li:nth-child(6), ul.photo-archives li:nth-child(9), ul.photo-archives li:nth-child(12) {
    margin: 0 0 15px;
  }
}
ul.photo-archives li a figure {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  height: 116px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  width: 180px;
}
@media screen and (max-width: 1139px) {
  ul.photo-archives li a figure {
    height: 90px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  ul.photo-archives li a figure {
    height: 65px;
    margin: 0 auto;
    width: 100px;
  }
}
ul.photo-archives li a figure figcaption {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1.4;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1139px) {
  ul.photo-archives li a figure figcaption {
    font-size: 1.4rem;
  }
}
ul.photo-archives li a figure:hover figcaption {
  opacity: 0;
}

.page-content ul.photo-archives li a figcaption,
.page-footer ul.photo-archives li a figcaption {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

ul.yuugaku-faq-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-faq-list {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-faq-list {
    display: block;
  }
}
ul.yuugaku-faq-list li {
  background-color: #fff;
  border: 1px solid #fee5be;
  border-radius: 6px;
}
@media screen and (min-width: 1140px) {
  ul.yuugaku-faq-list li {
    margin: 0 30px 30px 0;
    width: 524px;
  }
  ul.yuugaku-faq-list li:nth-child(even) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1139px) {
  ul.yuugaku-faq-list li {
    margin: 0 2% 15px 0;
    width: 49%;
  }
  ul.yuugaku-faq-list li:nth-child(even) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.yuugaku-faq-list li {
    margin: 0 0 10px;
    width: 100%;
  }
  ul.yuugaku-faq-list li:nth-child(even) {
    margin: 0 0 10px;
  }
}

dl.faq-item > dt {
  background-color: #f8fbec;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #360;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0.3em 1.5em 0.5em;
}
@media screen and (max-width: 1139px) {
  dl.faq-item > dt {
    font-size: 1.5rem;
    padding: 0.3em 1em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  dl.faq-item > dt {
    font-size: 1.5rem;
    padding: 0.3em 15px 0.5em;
    position: relative;
  }
  dl.faq-item > dt::after {
    color: #549605;
    content: "\f078";
    font-family: "FontAwesome";
    margin-top: -10px;
    position: absolute;
    right: 8px;
    top: 50%;
  }
  dl.faq-item > dt.open::after {
    content: "\f077";
  }
}
dl.faq-item > dt::before {
  color: #549605;
  content: "\f2c4.";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 1139px) {
  dl.faq-item > dt::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  dl.faq-item > dt::before {
    font-size: 1.8rem;
  }
}
dl.faq-item dd {
  padding: 1.5em 2em 2em;
}
@media screen and (max-width: 1139px) {
  dl.faq-item dd {
    padding: 0.8em 1.2em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  dl.faq-item dd {
    display: none;
    padding: 10px 15px 15px;
  }
}
dl.faq-item dd p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 1.5em;
}
dl.faq-item dd p:last-child {
  padding: 0;
}
@media screen and (max-width: 1139px) {
  dl.faq-item dd p {
    font-size: 1.3rem;
  }
}

ul.yuugaku-faq-list li dl.faq-item > dt {
  background-color: #fff4e4;
  color: #eb6100;
}
@media screen and (max-width: 767px) {
  ul.yuugaku-faq-list li dl.faq-item > dt::after {
    color: #eb6100;
  }
}
ul.yuugaku-faq-list li dl.faq-item > dt::before {
  color: #eb6100;
}
ul.yuugaku-faq-list li dl.faq-item dd dl.gallery-item > dt {
  background-color: #fff;
  border-radius: 0;
}
@media screen and (min-width: 1140px) {
  ul.yuugaku-faq-list li dl.faq-item dd dl.gallery-item > dt {
    padding: 0;
  }
}
ul.yuugaku-faq-list li dl.faq-item dd dl.gallery-item > dt::before {
  content: none;
}

@media screen and (min-width: 1140px) {
  ol.reason-list {
    display: flex;
    margin: 10px auto 30px;
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list {
    display: block;
    margin: 0;
  }
}
ol.reason-list li {
  background-position: center bottom;
  background-repeat: no-repeat;
}
ol.reason-list li:nth-child(odd) {
  background-color: #fff040;
}
ol.reason-list li:nth-child(even) {
  background-color: #fbb03b;
}
@media screen and (min-width: 1140px) {
  ol.reason-list li {
    padding: 20px 0 300px;
    width: 360px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list li {
    background-size: 300px;
    padding: 20px 0 190px;
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list li {
    background-size: 420px;
    padding: 20px 0 260px;
    width: 100%;
  }
}
ol.reason-list li:nth-child(1) {
  background-image: url(images/yuugaku_reason_01_back.png);
}
ol.reason-list li:nth-child(2) {
  background-image: url(images/yuugaku_reason_02_back_new.png);
}
ol.reason-list li:nth-child(3) {
  background-image: url(images/yuugaku_reason_03_back_2026.png);
}
ol.reason-list li p {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1140px) {
  ol.reason-list li p {
    padding: 0 15px 10px 70px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list li p {
    font-size: 1.3rem;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list li p {
    padding: 0 40px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1140px) {
  ol.reason-list li .btn-arrow.under {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1139px) {
  ol.reason-list li .btn-arrow.under {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ol.reason-list li .btn-arrow.under {
    padding: 0 40px;
  }
}
ol.reason-list li .btn-arrow.under a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  color: #1b1b1b;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none;
}
ol.reason-list li .btn-arrow.under a::after {
  color: #eb6100;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-top: -10px;
  position: absolute;
  right: 8px;
  top: 50%;
}
ol.reason-list li .btn-arrow.under a::after {
  content: "\f078";
}

.reason-ttl__wrap {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .reason-ttl__wrap {
    justify-content: center;
    margin: 0 auto 20px;
    width: 90%;
  }
}
.reason-ttl__wrap .reason-ttl__number {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  margin-right: 20px;
}
.reason-ttl__wrap .reason-ttl__txt {
  color: #42210b;
  flex: 1;
  font-feature-settings: "palt" 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.reason-ttl__wrap .reason-ttl__txt strong {
  font-size: 3.2rem;
}

ul.movie-list {
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.movie-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  ul.movie-list {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1140px) {
  ul.movie-list li {
    margin: 0 15px;
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  ul.movie-list li {
    margin: 0 10px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  ul.movie-list li {
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
    width: 80%;
  }
}

.youtube {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#cboxTitle {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
