@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset,
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, summary {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Link */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #333333;
  text-decoration: none;
}

/* scrollbars */
html {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

/* Border */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

img, input, select, textarea {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  text-align: center;
  background-color: #f0eeeb;
}

p, li, dt, dd, select, input, textarea, figcaption, th, td {
  line-height: 2;
  font-size: clamp(1.4rem, 1.238rem + 0.432vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  p, li, dt, dd, select, input, textarea, figcaption, th, td {
    line-height: 1.6;
  }
}

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

.container-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1320px;
}
@media screen and (max-width: 993px) {
  .container {
    padding: 0 25px;
  }
}

@media print {
  html, body {
    width: 1320px;
  }
}
main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 50px;
  }
}

article {
  position: relative;
}

/*footer*/
#footer_contents {
  background-color: #562e0d;
  padding: 30px;
}
#footer_contents p.address {
  font-size: clamp(1.2rem, 1.038rem + 0.432vw, 1.6rem);
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 30px;
}
#footer_contents p.copyright {
  font-size: clamp(1rem, 0.838rem + 0.432vw, 1.4rem);
  color: #FFFFFF;
  text-align: right;
}

/*lower*/
#topicpath {
  border-bottom: solid 1px #000000;
}
#topicpath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#topicpath ul li {
  font-size: clamp(1rem, 0.838rem + 0.432vw, 1.4rem);
  padding: 5px;
}
#topicpath ul li a {
  text-decoration: none !important;
}
#topicpath ul li::after {
  display: inline-block;
  content: ">";
  padding: 0 5px;
}
#topicpath ul li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #topicpath {
    display: none;
  }
}

/*#topicpath*/
#article_header {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #article_header {
    margin-bottom: 50px;
  }
}
#article_header img {
  width: 100%;
}

body#lower article section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body#lower article section {
    margin-bottom: 50px;
  }
}
body#lower article section.uline {
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding-bottom: 60px;
}

#common_header {
  border-bottom: solid 1px #000000;
  /*logo_area*/
}
#common_header #logo_area {
  background-color: #FFFFFF;
  border-bottom: solid 1px #000000;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  #common_header #logo_area {
    padding: 20px 0 10px 0;
  }
}
#common_header #logo_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#common_header #logo_area .logo {
  text-align: left;
}
#common_header #logo_area .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  #common_header #logo_area .logo a {
    display: block;
  }
}
#common_header #logo_area .logo span {
  display: block;
  font-size: clamp(1.6rem, 1.195rem + 1.081vw, 2.6rem);
  font-weight: bold;
  line-height: 0;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #common_header #logo_area .logo span {
    line-height: 2;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #common_header #logo_area .logo img {
    width: 220px;
  }
}
#common_header #logo_area .contact a {
  display: inline-block;
  padding: 5px 50px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  border: solid 1px #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#common_header #logo_area .contact a:hover {
  text-decoration: none;
  background-color: #e8dac9;
}
@media screen and (max-width: 1024px) {
  #common_header #logo_area .contact {
    display: none;
  }
}

#nav_pc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav_pc > ul li.nav-item {
  font-size: clamp(1.4rem, -0.084rem + 1.449vw, 1.8rem);
  padding: 0 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  #nav_pc > ul li.nav-item {
    padding: 0 20px;
  }
}
#nav_pc > ul li.nav-item.home {
  padding-left: 0;
}
#nav_pc > ul li.nav-item a.dropdown-toggle {
  position: relative;
  display: block;
  padding: 8px 0 0 0;
  color: #000000;
}
#nav_pc > ul li.nav-item a.dropdown-toggle::after {
  display: none;
}
#nav_pc > ul li.nav-item a.dropdown-toggle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#nav_pc > ul li.nav-item a.dropdown-toggle:hover::before {
  width: 100%;
}

body.home #nav_pc li.home a.dropdown-toggle::before,
body.virtual #nav_pc li.virtual a.dropdown-toggle::before,
body.dormitory #nav_pc li.dormitory a.dropdown-toggle::before,
body.schedule #nav_pc li.schedule a.dropdown-toggle::before,
body.map #nav_pc li.map a.dropdown-toggle::before,
body.parents #nav_pc li.parents a.dropdown-toggle::before,
body.school #nav_pc li.school a.dropdown-toggle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.dropdown-menu {
  border: none;
  background-color: #FFFFFF;
  position: absolute;
  left: 20px !important;
  margin-top: 3px;
}
ul.dropdown-menu li {
  font-size: clamp(1.2rem, 0.957rem + 0.649vw, 1.8rem);
}
ul.dropdown-menu li a:hover {
  background-color: #f1eae0;
}
ul.dropdown-menu .dropdown-item {
  padding: 10px;
}
ul.dropdown-menu .dropdown-item::after {
  display: inline-block;
  content: "";
  height: 8px;
  width: 15px;
  background-image: url(../images/link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  #nav_pc {
    display: none;
  }
}
/*SP*/
@media screen and (min-width: 1025px) {
  #nav_sp {
    display: none;
  }
}
@media print {
  #nav_sp {
    display: none;
  }
}
nav.NavMenu {
  position: fixed; /*表示位置を固定*/
  z-index: 500; /*重ね順を変更*/
  top: 0; /*表示位置を指定*/
  left: 0; /*表示位置を指定*/
  background: #562e0d; /*背景*/
  color: #000; /*文字色を黒にする*/
  text-align: center; /*テキストを中央揃え*/
  width: 100%; /*全幅表示*/
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /*ナビを上に隠す*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu > ul {
  background: #562e0d;
  width: 100%;
  margin: 0;
  padding: 0;
}

nav.NavMenu > ul > li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
}

nav.NavMenu > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu > ul > li > a {
  display: block; /*クリックできる領域を広げる*/
  color: #FFF;
  padding: 0.6em 0;
  text-decoration: none;
}

nav.NavMenu > ul > li > a:hover {
  background: #997255;
}

nav.NavMenu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); /*ナビを表示する*/
}

.accordion_header {
  position: relative;
  display: block;
  cursor: pointer;
}

.accordion_inner {
  display: none;
  background-color: #754522;
}

.accordion_inner li a {
  display: block; /*クリックできる領域を広げる*/
  color: #FFF;
  padding: 0.6em 0;
  text-decoration: none;
  border-bottom: 1px solid #562e0d;
}

.accordion_inner li a:hover {
  background: #997255;
}

.accordion_inner li:last-child a {
  border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

/*閉じている時のアイコン*/
.accordion_header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/chevron-down-solid.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/*開いているときのアイコン*/
.accordion_header.open:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/chevron-up-solid.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.Toggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 600;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #562e0d;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/ /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span {
  border-bottom: solid 3px #FFFFFF;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#fade {
  display: none;
}

/*pc-sp*/
.sp {
  display: none;
}

@media screen and (max-width: 544px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
/*heaading*/
body#lower header#title {
  background-color: #562e0d;
  background-image: url(../images/h1_bg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body#lower header#title {
    height: auto;
    padding: 20px 0;
  }
}
body#lower header#title h1 {
  font-size: clamp(2.5rem, 1.892rem + 1.622vw, 4rem);
  font-weight: bold;
  color: #FFFFFF;
}
body#lower header#title h1 span {
  display: block;
  font-size: clamp(1rem, 0.757rem + 0.649vw, 1.6rem);
  padding-bottom: 5px;
}
body#lower h2 {
  font-size: clamp(2.2rem, 1.47rem + 1.946vw, 4rem);
  font-weight: bold;
  text-align: left;
  border-left: solid 5px #000000;
  padding-left: 0.75em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  body#lower h2 {
    padding-left: 0.5em;
  }
}
body#lower h3 {
  font-size: clamp(2rem, 1.351rem + 1.73vw, 3.6rem);
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 1em;
}
body#lower h3 span {
  background-color: #562e0d;
  padding: 0 3px;
}
body#lower h4 {
  font-size: clamp(1.9rem, 1.697rem + 0.541vw, 2.4rem);
  text-align: left;
  margin-bottom: 1em;
}
body#lower h5 {
  font-size: clamp(1.8rem, 1.719rem + 0.216vw, 2rem);
  text-align: left;
  margin-bottom: 1em;
  color: #562e0d;
}

.txt_bg {
  background-color: #e8dac9;
  padding: 5px 8px;
  border-radius: 5px;
}

p.lead {
  font-size: clamp(1.8rem, 1.557rem + 0.649vw, 2.4rem);
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}

/*box*/
.round_box {
  position: relative;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .round_box {
    padding: 20px;
  }
}

.round_box_b {
  position: relative;
  border: solid 1px #000000;
  background-color: #f1eae0;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .round_box_b {
    padding: 20px 15px;
  }
}

/*list*/
.dot_list li {
  text-indent: -0.5em;
  margin-left: 1em;
}
.dot_list li::before {
  display: inline-block;
  content: "●";
  color: #000000;
  margin-right: 0.5em;
}

.flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_list li {
  margin-right: 1.5em;
}

dl.faq_list dt {
  font-size: clamp(1.6rem, 1.357rem + 0.649vw, 2.2rem);
  text-align: left;
  margin-bottom: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}
dl.faq_list dd {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  padding-left: 1.5em;
}
dl.faq_list dd::before {
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0;
  content: "A.";
  font-size: clamp(1.8rem, 1.638rem + 0.432vw, 2.2rem);
  font-weight: bold;
  margin-right: 0.2em;
}

/* Links */
main article section a:link {
  text-decoration: none;
}

main article section a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 993px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*roundlink*/
.roundlink {
  font-size: clamp(1.4rem, 1.238rem + 0.432vw, 1.8rem);
  font-weight: 500;
  text-align: left;
}
.roundlink a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  background-image: url(../images/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  padding: 8px 70px 8px 25px;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.roundlink a:hover {
  text-decoration: none;
  background-color: #e8dac9;
  background-position: top 50% right 5px;
}
@media screen and (max-width: 767px) {
  .roundlink a {
    display: block;
    padding: 10px;
  }
}

.circlelink a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #FFFFFF;
  border: solid 1px #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.circlelink a:hover {
  text-decoration: none;
  background-color: #e8dac9;
  background-position: top 50% right 2px;
}

.pdf_link::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_pdf.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.pdf_link_front::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_pdf.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

/* pagetop */
#pagetop {
  background: url(../images/pagetop.svg) no-repeat left;
  width: 80px;
  height: 48px;
  text-indent: -9999px;
  position: fixed;
  right: 16px;
  bottom: 20px;
}
@media screen and (max-width: 993px) {
  #pagetop {
    background-size: 80%;
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
}

/*img*/
figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  text-align: left;
  line-height: 1.6;
}

img.fiximg {
  width: 100%;
}

img.fiximg_sp80 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  img.fiximg_sp80 {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  img.fiximg_tb {
    max-width: 100%;
  }
}
@media screen and (max-width: 544px) {
  img.fiximg_sp {
    width: 100%;
  }
}
.round_img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .round_img {
    border-radius: 8px;
  }
}

.border_img {
  border: solid 1px #000000;
}

.drop_img_w {
  -webkit-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
          box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .drop_img_w {
    -webkit-box-shadow: 7px 7px 0px 0px rgb(255, 255, 255);
            box-shadow: 7px 7px 0px 0px rgb(255, 255, 255);
  }
}

/*txt*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt10sp {
    margin-top: 10px;
  }
  .mt20sp {
    margin-top: 20px;
  }
  .mt30sp {
    margin-top: 30px;
  }
  .mt40sp {
    margin-top: 40px;
  }
  .mt50sp {
    margin-top: 50px;
  }
  .mt60sp {
    margin-top: 60px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb10sp {
    margin-bottom: 10px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.txt_center {
  text-align: center !important;
}

.txt_lc {
  display: inline-block;
  text-align: left;
}

.txt_small {
  font-size: 85%;
}

.txt_red {
  color: #b80012;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

.txt_bold {
  font-weight: bold;
}

/*溝幅 0pxの場合*/
.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.gutter-0 > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*溝幅 10pxの場合*/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

/*溝幅 20pxの場合*/
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

/*溝幅 30pxの場合*/
.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

/*virtual*/
body.virtual article .vr_360 {
  position: relative;
}
body.virtual article .vr_360 img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 993px) {
  body.virtual article .vr_360 img {
    width: 40%;
  }
}
body.virtual article dl {
  text-align: left;
}
body.virtual article dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 544px) {
  body.virtual article dt img {
    width: 60%;
  }
}
body.virtual article dd figcaption {
  margin-bottom: 20px;
}
body.virtual article dd figcaption span {
  display: block;
  margin-top: 5px;
  font-size: clamp(1.2rem, 1.119rem + 0.216vw, 1.4rem);
}

/*dormitory*/
body.dormitory .summary {
  width: 240px;
  margin: 0 auto 30px auto;
}
body.dormitory .summary .female {
  font-size: clamp(1.8rem, 1.557rem + 0.649vw, 2.4rem);
  background-color: #cd007f;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
body.dormitory .summary .male {
  font-size: clamp(1.8rem, 1.557rem + 0.649vw, 2.4rem);
  background-color: #007bb0;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
body.dormitory .summary .spec {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  text-align: center;
}
body.dormitory .summary .copy {
  font-size: clamp(2rem, 1.514rem + 1.297vw, 3.2rem);
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}

dl.spec {
  text-align: left;
  margin-bottom: 30px;
}
dl.spec dt {
  font-size: clamp(2rem, 1.351rem + 1.73vw, 3.6rem);
}
dl.spec dt span.num {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  margin-right: 5px;
  font-size: 80%;
  color: #FFFFFF;
}
dl.spec dt span.attribute {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding: 5px;
  margin-left: 5px;
  font-size: 70%;
  color: #FFFFFF;
}
dl.spec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #333;
  padding-bottom: 0.5em;
}
dl.spec ul li {
  font-size: clamp(1.8rem, 1.638rem + 0.432vw, 2.2rem);
  line-height: 1.6;
  margin-right: 1em;
}

dl.female span.num, dl.female span.attribute {
  background-color: #cd007f;
}

dl.male span.num, dl.male span.attribute {
  background-color: #007bb0;
}

/*youtube*/
.mov_box {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 993px) {
  .mov_box {
    width: 100%;
    margin: 0 auto;
  }
}

.youtube {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 (9÷16=0.5625) */
}

.mov_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#articles5 p.title {
  text-align: center;
  margin: 20px 0 50px 50px;
}
#articles5 dl {
  margin-bottom: 50px;
}
#articles5 dl dt {
  font-size: clamp(2.4rem, 2.157rem + 0.649vw, 3rem);
  font-family: "Noto Serif JP", serif;
}
#articles5 dl dd {
  margin-bottom: 20px;
}
#articles5 .round_box_b {
  padding: 15px 10px 0 10px;
}

#equipment .room_equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#equipment .room_equipment figure {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #prohibitions .grouping {
    padding-bottom: 30px;
  }
}
#prohibitions .dot_list li {
  font-size: clamp(1.2rem, 1.038rem + 0.432vw, 1.6rem);
}
#prohibitions .smartphone figure {
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 767px) {
  #prohibitions .smartphone figure {
    width: 20%;
  }
}
#prohibitions .smartphone h4 {
  margin-bottom: 0.2em;
}
#prohibitions .smartphone ol {
  margin-left: 1.2em;
}

@media screen and (max-width: 767px) {
  #meal img {
    margin-bottom: 15px;
  }
}

/*voice*/
dl.voice {
  position: relative;
  margin-bottom: 100px;
}
dl.voice > dt {
  position: absolute;
  top: -40px;
  left: 0;
  width: 270px;
  z-index: 1;
}
dl.voice > dt.round_box_b {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  dl.voice > dt {
    position: relative;
    top: inherit;
  }
}
dl.voice > dd {
  margin-left: 250px;
}
@media screen and (max-width: 767px) {
  dl.voice > dd {
    margin-left: 0;
  }
}
dl.voice > dd.round_box {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  dl.voice > dd.round_box {
    padding-left: 20px;
  }
}
dl.voice img.voice_fig {
  position: absolute;
  bottom: -30px;
  right: 5%;
  z-index: 2;
}

dl.school > dt {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}
dl.school > dt span {
  background-color: #000000;
  padding: 0 3px;
}
dl.school > dd {
  line-height: 1.5;
}
dl.school > dd span {
  display: block;
  font-size: 150%;
}

/*schedule*/
.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cycle24hours {
  position: absolute;
  top: 100px;
  right: 50px;
}
@media screen and (max-width: 993px) {
  .cycle24hours {
    top: 50px;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .cycle24hours {
    top: 20px;
  }
}

.ico_1day {
  position: absolute;
  top: -100px;
  right: -20px;
}
@media screen and (max-width: 993px) {
  .ico_1day {
    right: 10px;
    width: 80px;
  }
}

.timetable th {
  vertical-align: top;
  color: #562e0d;
  padding-bottom: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .timetable th {
    padding-right: 5px;
  }
}
.timetable td.marker {
  position: relative;
  vertical-align: top;
  color: #562e0d;
  width: 15px;
}
.timetable td.marker::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #562e0d;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .timetable td.marker::before {
    top: 5px;
  }
}
.timetable td.marker::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 2px;
  height: 100%;
  background-color: #562e0d;
  z-index: 0;
}
.timetable td.item {
  vertical-align: top;
  padding-bottom: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .timetable td.item {
    padding-left: 10px;
  }
}
.timetable td.item dl dd.fig {
  padding-top: 15px;
}
.timetable td.item dl dd.fig img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .timetable td.item dl dd.fig img {
    width: 100%;
  }
}

.timetable_fig figure {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .timetable_fig figure {
    display: none;
    /*margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;*/
  }
}

/*map*/
.facilities dl {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}
.facilities dl dt {
  color: #562e0d;
}
.facilities dl dt span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  margin-right: 5px;
  font-size: 80%;
  color: #FFFFFF;
  background-color: #562e0d;
}
.facilities dl dd {
  font-size: clamp(1.2rem, 1.119rem + 0.216vw, 1.4rem);
  padding-right: 0.5em;
}

/*pearents*/
#equipment_pearents dl.equipment_list dt {
  color: #562e0d;
}
#equipment_pearents dl.equipment_list dd {
  margin-bottom: 20px;
}
#equipment_pearents ul.dot_list li {
  font-weight: bold;
  color: #562e0d;
}
#equipment_pearents ul.dot_list li::before {
  color: #562e0d;
}
@media screen and (max-width: 767px) {
  #equipment_pearents .flex_list.download {
    display: block;
  }
}

/*school*/
body.school .building {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.school .building {
    margin-top: 50px;
  }
}
body.school .building .ico_building {
  position: absolute;
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 993px) {
  body.school .building .ico_building {
    width: 10vw;
    top: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  body.school .building .ico_building {
    width: 20vw;
    top: -10px;
    left: -10px;
  }
}
body.school #access dl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.school #access dl {
    margin-bottom: 20px;
  }
}
body.school #access dt {
  margin-bottom: 10px;
}
body.school #access dd figure {
  margin-top: 20px;
}
body.school #access dd figure img {
  width: 60%;
}
body.school #googlemap iframe {
  border-radius: 15px;
}
/*# sourceMappingURL=styles.css.map */