@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px*62.5%=10px */
  width: 100%;
}
:root {
  --gold1: #c8b877;
  --gold2: #826c44;
  --gray1: #707070;
  --blue1: #092a57;
  --brown: #412200;
  --beige: #f4f3ee;
  --blue: #256889;
  --pink: #E08c82;
  --red: #5e0003;
  --green: #506a55;
  --beige2: #faf6e9;
}
body {
  color: #333; /*RGB*/
  font-family: '游明朝', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: left;
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.5rem;
  }
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: all .3s ease;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
}
img {
  vertical-align: top;
}
ul{
  list-style:decimal inside;
}
ol{
  list-style: decimal inside;
}

@media (max-width:1280) {
  img {
    max-width: 100%;
  }
}
.none {
  display: none;
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}
/*header*/
#header {
  position: relative;
  height: 75px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
}
#header .logo {
  position: absolute;
  display: block;
  left: 60px;
  top: 21px;
}
#header .logo a img {
  width: 126px;
  height: auto;
}
#header .wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header .wrap .con_r {
  display: block;
  width: 200px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
#header .wrap .con_r #btn_menu {
  background: #707070;
  position: absolute;
  top: 0;
  right: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  min-width: 100px;
  min-height: 75px;
}
#header .wrap .con_r #btn_menu .wrap_menu {
  position: absolute;
  top: 40px;
  left: 50px;
  transform: translate(-50%, -50%);
}
#header .wrap .con_r #btn_menu .wrap_menu .text {
  font-size: 1.5rem;
  color: #c8b877;
}
#header .wrap .con_r .btn_rsv_header {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 100px;
  min-height: 75px;
  cursor: pointer;
  background: #092A57;
}
#header .wrap .con_r .btn_rsv_header a {
  color: #c8b877;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainimg .box_text p {
  position: relative;
  letter-spacing: 2px;
}
.parent-wrap {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
.wrap {
  max-width: 1200px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
.page_title {
  height: 400px;
  position: relative;
  margin-top: -75px;
  overflow: hidden;
}
.page_title_inner {
  position: relative;
  width: 100%;
  height: 400px;
}
.page_title img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
}
.title-vertical {
  color: #fff;
  font-size: 4.0rem;
  writing-mode: vertical-rl;
  padding: 8px 15px;
  border-left: 4px double #fff;
  border-right: 4px double #fff;
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 31px);
  z-index: 5;
  letter-spacing: 0.1;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width:767px) {


  #header {
    height: 50px;
  }
  #header .logo {
    left: 15px;
    top: 10px;
  }
  #header .logo a img {
    width: 120px;
    height: auto;
  }
  .inner {
    width: auto;
    margin: 0 20px;
  }
  #header .wrap .con_r {
    display: block;
    width: 134px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #header .wrap .con_r #btn_menu {
    background: #707070;
    position: absolute;
    top: 0;
    right: 67px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    min-width: 67px;
    min-height: 50px;
  }
  #header .wrap .con_r #btn_menu .wrap_menu {
    position: absolute;
    top: 25px;
    left: 27px;
    transform: translate(-35%, -50%);
  }
  #header .wrap .con_r #btn_menu .wrap_menu .text {
    font-size: 1.2rem;
    color: #c8b877;
  }
  #header .wrap .con_r .btn_rsv_header {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 67px;
    min-height: 50px;
    cursor: pointer;
    background: #092A57;
  }
  #header .wrap .con_r .btn_rsv_header a {
    color: #c8b877;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 90%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page_title {
    height: 300px;
    width: 100%;
    margin-top: -50px;
  }
  .page_title_inner {
    width: 100%;
    height: 300px;
  }
  .page_title img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .title-vertical {
    font-size: 2.8rem;
    padding: 4px 8px;
    position: absolute;
    left: calc(50% - 24px);
  }
}
/*footer*/
.footer {
  position: relative;
  background: url("../images/ishigaki.png");
  margin: 100px, 0, 0, 0;
  color: #fff;
  line-height: 1.8rem;
  text-align: center;
  font-size: 1.4rem;
}
.footer_inner {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
.footer_logo {
  overflow: hidden;
  margin: 0 auto 30px;
}
.footer_logo {
  text-decoration: none;
  width: 188px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.footer_logo p {
  margin-bottom: 7px;
  color: #fff;
}
footer .address {
  text-align: center;
}
.footer .list_tel-fax {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: auto;
  list-style: none;
  color: #fff;
}
.footer .list_tel-fax .li_tel::after {
  content: "/";
  margin: 0 4px;
}
footer #nav_footer {
  margin: 30px 0;
  display: block;
}
footer #nav_footer ul {
  display: flex;
  justify-content: center;
  width: auto;
  list-style: none;
}
footer #nav_footer li {
  margin: 0 17px;
}
footer #nav_footer .list_arrow a {
  display: block;
  width: auto;
  color: #fff;
  text-decoration: none;
}
footer #nav_footer .list_arrow a:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1.4rem;
  transition: all .5s ease;
  background-image: url("../images/arrow1216-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}
.fa-facebook-f {
  text-decoration: none;
  color: #fff;
  content: "f39e";
}
@media(max-width:767px) {
  footer {
    width: auto;
    font-size: 1.3rem;
    padding: 40px 0;
  }
  footer #nav_footer {
    margin: 20px 0 30px;
    display: block;
  }
  footer #nav_footer ul {
    display: block;
    width: auto;
  }
  footer #nav_footer li {
    margin: 10px 0;
  }
}
/*return to top*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: var(--gold1);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*nav menu*/
#fixmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #282828;
  z-index: 9999;
}
#fixmenu .close-button {
  width: 60px;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 120px;
  text-align: center;
  cursor: pointer;
  display: block;
}
#fixmenu .close-button .line {
  width: 40px;
  margin: 0 auto;
}
#fixmenu .close-button .line span:nth-child(1) {
  margin-bottom: 25px;
  transform: translateY(13px) rotate(-315deg);
}
#fixmenu .close-button .line span:nth-child(2) {
  transform: translateY(-14px) rotate(315deg);
}
#fixmenu .close-button .line:after {
  content: "";
  display: table;
  clear: both;
}
#fixmenu .close-button .line span {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
}
#fixmenu .close-button .box_text {
  font-size: 78%;
  margin-top: 20px;
}
#fixmenu .close-button .box_text p {
  line-height: 1;
  color: #fff;
}
#menu-global.menu {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
#menu-global.menu > li {
  width: 30%;
  padding: 0.6em 1.5em 0;
  margin-bottom: 50px;
  list-style: none;
}
#menu-global.menu > li > a {
  display: block;
  text-decoration: none;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  padding-left: 1.5em;
  transition: all .6s ease;
  color: #fff;
}
#menu-global.menu > li:last-child {
  margin-bottom: 0;
}
#fixmenu .box_menu_pc-tab {
  max-width: 62.5%;
  margin: auto;
  height: 100%;
  padding-top: 40px;
  position: relative;
}
#fixmenu .box_menu_pc-tab .wrap_logo {
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width:767px) {
  #fixmenu .close-button {
    position: absolute;
    top: 20px;
    right: 67px;
  }
  #fixmenu .wrap_logo a img {
    width: 130px;
    height: auto;
  }
  #fixmenu .box_menu_sp {
    margin-bottom: 1em;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
  #fixmenu .btn_close .line span:nth-child(1) {
    margin-bottom: 25px;
    transform: translateX(8px) translateY(13px) rotate(-315deg);
  }
  #fixmenu .btn_close .line span:nth-child(2) {
    transform: translateY(-14px) rotate(315deg);
  }
  #fixmenu .btn_close {
    position: fixed;
    right: auto;
    left: 0;
    top: 10px;
    width: 15%;
    height: 31.5px;
    z-index: 11000;
    text-align: center;
  }
  #fixmenu .close-button .line span {
    width: 32px;
    height: 1px;
    background: #fff;
  }
  #fixmenu .close-button .box_text {
    margin-top: 5px;
    color: #fff;
    font-size: 56%;
  }
  #fixmenu .view_pc-tab {
    display: none !important;
  }
  #fixmenu .bg_close {
    display: none;
  }
  #fixmenu .wrap_logo {
    margin: 50px 0 20px;
    padding: 30px;
  }
  #menu-global.menu > li {
    width: 100%;
  }
  #menu-global.menu {
    margin-bottom: 27px;
    display: block;
  }
  #menu-global.menu {
    width: 100%;
    margin-right: 0;
    margin-top: -16px;
  }
  #menu-global.menu > li:last-child {
    margin-bottom: 20px;
  }
  #menu-global.menu > li {
    margin: 0 auto 20px;
  }
  #menu-global.menu > li > a {
    padding-left: 0.5em;
  }
  #fixmenu .box_menu_sp {
    padding: 20px;
    padding-top: 3em;
    display: block;
  }
  #fixmenu .box_menu_sp .box_logo {
    text-align: center;
    width: 46%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22.5px;
  }
  #fixmenu .box_menu_sp #menu-global.menu {
    margin-bottom: 2em;
  }
  #fixmenu .box_menu_sp #menu-global.menu {
    list-style: none;
  }
  #fixmenu .box_menu_sp #menu-global.menu > li {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 1em;
  }
  #fixmenu .box_menu_sp #menu-global.menu > li > a {
    display: block;
    padding: 0;
    color: #fff;
    list-style: none;
  }
  .sp-none {
    display: none;
  }
}
div.breadcrumbs {
  text-align: left;
  margin: 20px auto;
  color: #707070;
  font-size: 1.3rem;
}
.breadcrumbs span {
  color: #707070;
}
.breadcrumbs a:hover {
  color: var(--gold1);
}
.model-course-container .img-box a img:hover {
  transition-duration: .4s;
  transform: scale(1.1);
}
.model-course-container .text-block a img:hover {
  transition-duration: .4s;
  transform: scale(1.1);
}
#menu-global li {
  position: relative;
  list-style: none;
}
.sub-menu {
  position: absolute;
  display: none;
  left: 2em;
  top: 4em;
  width: 100%;
  z-index: 3;
}
.sub-menu li a {
  color: #fff;
  line-height: 1.75;
  list-style: none;
  text-decoration: none;
}
.sub-menu li a:hover {
  opacity: 1;
}
.wp-pagenavi{
  margin-bottom: 80px;
  text-align: center;
}
.wp-pagenavi span{
  display: inline-block;
  margin:0 20px 5px 0;
  vertical-align: middle;
  font-family:"Adobe Garamond Pro";
}
.wp-pagenavi span.pages{
  font-size: 1.3rem;
  background: #707070;
  color:#fff;
  height:auto;
  width:auto;
  line-height:1.3;
  padding:3px 10px;
  margin-right:20px;
}

.wp-pagenavi a{
  display: inline-block;
  color:#707070;
  font-size: 1.8rem;
  margin:0 20px 5px 0;
  vertical-align: middle;
  font-family:"Adobe Garamond Pro";
  font-style: italic;
  text-decoration: none;
}
.wp-pagenavi a:hover,.wp-pagenavi span.current{
  border:0;
}
.wp-pagenavi span{
  color:var(--gold2);
}
.wp-pagenavi span:first-child,.wp-pagenavi a:last-child{
  width:64px;
  
}
@media (max-width:767px){
  .wp-pagenavi{
    margin-bottom:50px;
  }
}