@charset "utf-8";
@import url("add.css");
@import url("css/not_conflict.css");
@import url("css/s_add.css");

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,th,td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}
blockquote,q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  /*font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  /* font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif; */
  font-size: 87.5%;
  line-height: 1.5;
  color: #222;
}
h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.min_wrap {
  width: 90%;
  margin: 0 auto;
}
.min_wrap p {
  color: #666;
}
div.breadcrumbs>span:last-child a {
  color: #4B0082;
}
/* class設定
------------------------------------------------------------*/
p.center {
  text-align: center;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #000;
}
a:hover,
a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  /*color:#927a49;*/
}
/*a.prev.page-numbers{margin-right: 2em;}*/
ul.g_list>li.active {
  background: #000 !important;
}
ul.g_list>li.active:hover {
  background: #333 !important;
}
ul.g_list>li.active a {
  color: #fff !important;
}
/**** Clearfix ****/
.nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after {
  content: "";
  display: table;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after {
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle {
  zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
div.mw_wp_form table {
  width: 85%;
  margin: 0 auto;
}
/* div.mw_wp_form table th{width: 45%;line-height: 1.8em;} */
div.mw_wp_form table th {
  width: 25%;
  line-height: 1.8em;
}
div.mw_wp_form table tr {
  line-height: 3em;
}
div.line2 {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  margin: 1.5em 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #999;
  font-size: 1.5em;
  font-weight: bold;
}
p.send_info {
  width: 50%;
  margin: 1.5em auto;
}
select {
  width: 50%;
}
select#yearly,
select#month {
  display: inline-block;
  width: 35%;
}
input#zip {
  line-height: 2.5em;
  width: 50%;
}
table tr td#days>input,
table tr td#member>input {
  width: 10%;
  margin: 0 2em;
}
input[type="text"],
input[type="email"] {
  width: 50%;
}
textarea {
  vertical-align: middle;
  width: 95%;
  /*max-width:90%;*/
  font-size: 100%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  /*padding:10px 50px;*/
  background: #000;
  border: 0;
  color: #fff;
  width: 100%;
  font-size: 1em;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #fff;
  cursor: pointer;
  color: #000;
}
*:first-child+html input[type="submit"] {
  padding: 3px;
}
table#pam_tab tbody tr td>span {
  display: block;
  width: 100%;
  margin-left: 0;
}
table#pam_tab tbody tr td>span label>input {
  font-size: 2em;
}
.post table td.policy {
  display: block;
  height: 100px;
  overflow-y: scroll;
  width: 92%;
  line-height: 1.5em;
  border: 2px solid #eee;
  padding: .5em 1.2em 1em;
}
.post table td.policy dl dt {
  vertical-align: top;
  padding-right: 1em;
}

/* オープンキャンパス申し込みフォーム SP調整
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #post-85963 th{
    width: 100% !important;
    height: unset !important;
  }
  #post-85963 td{
    width: 100% !important;
    height: unset !important;
  }
  #post-85963 .mwform-radio-field{
    width: 50% !important;
  }
  #post-85963 .policy{
    width: 90% !important;
    height: 100px !important;
    overflow-y: scroll;
  }
  #post-85963 div.mw_wp_form table tr {
    line-height: 1.6em;
  }
}



/* slick設定
------------------------------------------------------------*/
div.slider div.slick-track img {
  width: 100%;
  height: auto;
}
/*div.slider div.slick-slider{height: 800px;}*/
div.draggable {
  /*    height: 480px;*/
  overflow: hidden;
}
/* レイアウト
------------------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 80%;
}
#header {
  overflow: hidden;
  padding-bottom: 10px;
}
nav#fixednav {
  background: rgba(255, 255, 255, 0.5);
  width: 80%;
  position: fixed;
  top: 0%;
  top: 5%;
  z-index: 1000;
}
#wrapper {
  overflow: hidden;
  /*  padding: 30px 0 0;*/
}
#content {}
.line {
  background: url("images/line.png") repeat-x;
  margin: 1.5em 0;
}
section#news div.flex_box div h2 img {
  margin-right: .5em;
}
#sidebar {
  float: right;
  width: 19%;
  padding-bottom: 15px;
}
#sidebar img {
  width: 100%;
  height: auto;
}
#footer {
  clear: both;
}
/*.slick-dots li button.slick-active{color:#990000 !important; }*/
.slick-dots li button:before {
  color: #251e1c !important;
}
.slick-dots li.slick-active button:before {
  color: #990000 !important;
}
/* Scroll
*****************************************************/
div#top_view {
  position: relative;
}
a.scroll {
  position: absolute;
  bottom: 0;
  left: 48%;
  z-index: 500;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 40px;
  font-size: 1.5em;
}
a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/* totop
*****************************************************/
i.fa-angle-double-up {
  font-size: 4em;
  color: #999;
  padding-right: .1em;
}
/* サイト説明文
----------------------------------*/
#header h1 {
  padding: 5px 0;
  color: #333333;
  font-size: 87.5%;
  font-weight: normal;
  text-align: left;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
  margin-top: 2em;
}
#header h2 ul li {
  display: inline-block;
  margin-right: .5em;
  vertical-align: bottom;
}
#header h2 ul li img {
  width: 100%;
  height: auto;
}
#header h2 ul>li:nth-of-type(1) {
  width: 9%;
}
#header h2 ul>li:nth-of-type(2) {
  width: 10%;
}
#header h2 ul>li:nth-of-type(3) {
  width: 15%;
}
/* トップページ　スライド画像
----------------------------------*/
#mainImg {
  max-width: 1500px;
  line-height: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
}
div#slide {
  width: 920px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2em;
}
#divslide img {
  position: absolute;
  left: 0;
  top: 0;
}
/* TOPICSエリア
*****************************************************/
section.topics div.flex_box>div.focal {
  width: 22%;
  padding: .5em;
  position: relative;
  margin: 0 .2em 2em;
}
section.topics div.flex_box>div.focal>p:nth-of-type(1) {
  margin-bottom: .5em;
  position: relative;
  padding: .5em;
}
section.topics div.flex_box>div.focal>p:nth-of-type(1) span {
  position: absolute;
  top: -3%;
  left: -1%;
  width: 41px;
  height: 41px;
  z-index: 9000;
}
section.topics div.flex_box>div.focal>p:nth-of-type(1) span.new img {
  width: 100%;
  height: auto;
}
section.topics div.flex_box>div.focal>p:nth-of-type(1) img {
  width: 100%;
  height: auto;
}
section.topics div.flex_box>div.focal h4 {
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  height: 50px;
  width: 100%;
}
section.topics div.flex_box>div.focal h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
section.topics div.flex_box>div.focal h4:hover::after {
  transform: scale(1, 1);
}
section.topics div.flex_box>div.focal>p:nth-of-type(2) {
  margin: .5em 0;
  height: 4em;
  overflow-y: scroll;
  color: #444;
}
section.topics div.flex_box>div.focal ul {
  margin: .5em 0;
  height: 4em;
  color: #444;
}
section.topics div.flex_box>div.focal ul li {
  display: inline-block;
}
section.topics div.flex_box>div.focal ul li:nth-of-type(1) {
  margin-right: .5em;
}
-plus-circle {
  margin-right: .5em;
}
section#topics_block div.focal>p:nth-of-type(2) {
  height: 4em;
  overflow-y: scroll;
}
section#topics_block div.focal>p:nth-of-type(3) {
  text-align: right;
}
p.dateLabel {
  font-size: .9em;
}
/* サイトポリシー
*****************************************************/
article#post-7 h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
  color: #444;
}
article#post-7 .post>p:nth-of-type(1) {
  line-height: 2.5em;
}
article#post-7 .post {
  width: 85%;
  margin: 0 auto;
}
article#post-7 ul,
article#post-7 dl,
article#post-7 p {
  padding-left: 1em;
}
article#post-7 ul li {
  margin-bottom: .8em;
}
article#post-7 dl dt {
  margin-bottom: 1.5em;
}
article#post-7 dl dd {
  display: block;
}
article#post-7 ul#po_ac {
  margin: 1em;
  padding: 1.3em 1.5em;
  border: dashed 2.5px #444;
  display: inline-block;
}
/* タイポグラフィ
*****************************************************/
h2.title,
h1.title {
  text-align: center;
}
h2.first {
  margin-top: 0;
  font-weight: 500;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 2em;
}
h1.first {
  margin-top: 1em;
  font-weight: 500;
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 2em;
}
section.topics h2 {
  position: relative;
  margin-bottom: 1.5em;
}
/* hover設定
------------------------------------------------------------*/
span.backnumber:hover {
  background: #000;
  transition: .5s;
}
span.backnumber a:hover {
  color: #fff;
  transition: .5s;
}
span.backnumber:hover a {
  color: #fff;
}
ul.thumb {
  width: 50%;
  margin: 0 auto;
  height: 120px;
  overflow-y: auto;
}
ul.thumb::-webkit-scrollbar {
  display: none;
}
ul.thumb:hover ::-webkit-scrollbar {
  display: block;
}
ul.thumb li {
  padding: .6em 0;
}
ul.thumb li time {
  margin-right: 2.5em;
}
.post p {
  padding-bottom: 10px;
}
.post ol li {
  list-style: decimal;
}
.post table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}
.post table th {
  padding: 7px 0px;
  border-width: 0 0 1px 1px;
  color: #000;
}
.post table th span {
  color: #b63422;
}
.post table td {
  padding: 7px 5px;
  border-width: 0 0 1px 1px;
  background: #fff;
  width: 50%;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright,
img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 0 7px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* サイドバー　ウィジェット
*****************************************************/
#sidebar h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 100%;
  font-weight: normal;
  color: #252525;
  border-bottom: 3px solid #3c2f13;
}
#sidebar a {
  display: block;
}
#sidebar .side_list a {
  font-size: 0.7rem;
}
#sidebar img.gaku_side_cat {
  display: block;
  width: 40%;
  height: auto;
  margin: 2em 0 1.5em;
}
#sidebar img.gaku_side_cat:nth-of-type(1) {
  margin: .5em 0 1.5em;
}
#sidebar>ul:nth-of-type(1) {
  background: #000;
  line-height: 2.5em;
}
#sidebar>ul:nth-of-type(1) li {
  padding: 0 .5em;
  border-bottom: solid 0.8px #fff;
}
/*#sidebar > ul:nth-of-type(1) li:nth-of-type(1){background: #5ecd99;}*/
/*#sidebar > ul:nth-of-type(1) li:nth-of-type(1) a{color: #fff;}*/
/*#sidebar > ul:nth-of-type(1) li:not(:nth-of-type(1)) a{color: #00cc99;}*/
*#sidebar>ul:nth-of-type(1) li a {
  /*color: #00cc99;*/
  color: #fff;
  font-size: 0.7rem;
}
p#side_date {
  color: #00cc99;
  margin: 1em 0;
}
#sidebar>ul.red_list {
  background: #fff;
}
#sidebar>ul.red_list li {
  border-bottom: none;
}
#sidebar>ul.red_list li:nth-of-type(1) a,
#sidebar>ul.red_list li:not(:nth-of-type(1)) a {
  color: #000;
}
#sidebar>ul.red_list li:nth-of-type(1) {
  background: #fff;
}
#sidebar>ul.red_list li:last-child {
  border: none;
}
#sidebar>ul#red_side li,
#sidebar ul.post-categories li {
  background: #000;
  border: solid 0.8px #fff;
  line-height: 1.5;
  padding: .5em;
}
#sidebar>ul#red_side li:hover,
#sidebar ul.post-categories li:hover {
  background: #333;
}
#sidebar ul.post-categories li a {
  color: #fff;
}
/* 更新情報
-------------*/
.news p {
  clear: both;
  padding-bottom: 2px;
  border-bottom: 1px solid #bab48d;
}
.news p a {
  display: block;
  padding: 5px 0;
  color: #252525;
}
.news span {
  padding-left: 10px;
}
.news a:hover span {
  color: #927a49;
}
/* フッター
*****************************************************/
#footerLogo {
  width: 250px;
  margin: 0 auto;
  padding-top: 15px;
}
#footerLogo img {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
#footer .f_top {}
#footer .f_bottom {
  padding: 10px 0;
}
#footer ul {
  font-size: 95%;
  max-width: 100%;
  /*margin: 0 auto;*/
}
#footer ul ul {
  padding-bottom: 0;
  width: auto;
}
#footer ul li {
  /*display:inline-block;*/
  vertical-align: text-top;
  text-align: left;
  padding: 3px 3px;
}
#footer .flex_box>div:nth-of-type(1) {
  width: 20%;
  border-right: 2px solid #999;
}
#footer .flex_box>div:nth-of-type(2) {
  width: 75%;
}
#footer .flex_box>div:nth-of-type(1)>ul li {
  border-left: none;
}
#footer .flex_box>div:nth-of-type(1)>ul li:nth-of-type(1),
#footer .flex_box>div:nth-of-type(1)>ul li:nth-of-type(2) {
  font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-weight: bold;
}
#footer .flex_box>div:nth-of-type(1)>ul li:nth-of-type(2) {
  font-size: 1.6em;
}
#footer .flex_box>div:nth-of-type(2) ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 4.5em;
}
#footer .flex_box>div:nth-of-type(2) ul li a {
  color: #999;
}
#footer .flex_box>div:nth-of-type(2) ul li a:hover {
  color: #000;
}
#footer .flex_box>div:nth-of-type(2) ul li#menu-item-498 a:hover,
#footer .flex_box>div:nth-of-type(2) ul li#menu-item-499 a:hpver,
#footer .flex_box>div:nth-of-type(2) ul li#menu-item-500 a:hover {
  color: #999;
}
#footer ul li a {
  display: block;
  overflow: hidden;
}
#footer ul li a:hover {
  text-decoration: none;
}
*:first-child+html #footer ul li {
  display: inline;
}
*:first-child+html #footer ul ul,
*:first-child+html #footer ul li li a,
*:first-child+html #footer ul li li {
  display: none;
}
#copyright {
  clear: both;
  padding: 5px;
  text-align: right;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center;
}
/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap {
  width: 645px;
  margin-right: -20px;
}
.thumbWrap li {
  float: left;
  width: 195px;
  margin: 0 20px 0 0;
  padding: 2px 0 40px;
  background: none;
}
/* 最新記事リンク */
ul.thumb h3 {
  margin-top: 10px;
  padding: 1px;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #bcbcbc;
}
ul.thumb h3 span {
  display: block;
  padding: 2px 3px;
  background: #dedabc;
}
ul.thumb h3:hover {
  background: #f1efe4;
}
ul.thumb h3:hover span {
  background: #e3dfc4;
}
/*flex_box*/
div.flex_box,
.flex_box {
  /*	overflow: hidden;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.flex_box>div,
.flex_box>div {
  width: 48%;
}
div.flex_box div.thcal,
.flex_box div.thcal {
  width: 33%;
}
div.flex_box div.focal,
.flex_box div.focal {
  width: 24%;
}
.column04::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.column04::after {
  content: "";
  display: block;
  width: 24%;
}
.column03::after {
  content: "";
  display: block;
  width: 30%;
}
/* 調整 */
img {
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
a:hover img {
  opacity: 0.7;
}
.contactInfo {
  float: right;
}
ul.c_banner {
  overflow: hidden;
}
ul.c_banner li {
  float: left;
}
ul.c_banner li:first-child {
  margin-right: 20px;
}
ul.s_banner li {
  margin-bottom: 20px;
}
/*!追加*/
div#single_p div.post>p:nth-of-type(1) {
  text-align: center;
  margin: 1.5em 0;
}
div#single_p div.post>ul {
  line-height: 2em;
}
/*common*/
.center {
  text-align: center;
}
.posi_rel {
  position: relative;
}
.posi_ab {
  position: absolute;
}
.bold {
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(1) {
    height: 250px;
  }
}
/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  nav#mainNav {
    clear: both;
    position: relative;
    z-index: 200;
  }
  nav.mainNav>div.flex_box {
    padding: .5em 0;
    border-top: 2px solid #979797;
    border-bottom: 2px solid #979797;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1) {
    width: 90%;
  }
  nav.mainNav div.flex_box>div:nth-of-type(2) {
    width: 8%;
  }
  nav.mainNav div.flex_box>div:nth-of-type(2) ul li img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li {
    width: 15.9%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-left: 1px dotted #999;
    font-family: "Roboto Condensed", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
    position: relative;
    vertical-align: top;
    font-size: .82em;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li:last-child {
    border-right: 1px dotted #999;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li span:nth-of-type(1) {
    position: relative;
    z-index: 1;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li span:nth-of-type(2) {
    position: absolute;
    z-index: 2;
    left: 0;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li span:nth-of-type(1) {
    color: #990000;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li a img {
    width: 24px;
    height: 20px;
    vertical-align: -2%;
    display: inline-block;
    margin-left: .3em;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li:hover span:nth-of-type(2) {
    display: none;
  }
  nav.mainNav div.flex_box>div:nth-of-type(2) ul li {
    width: 28%;
    display: inline-block;
  }
  /* プルダウンするメニュー
------------------------------------------------------------*/
  ul.ddmenu {
    margin: 0px;
    padding: 5px 0 0 15px;
    background: rgba(164, 46, 35, 0.8);
    display: none;
    position: relative;
    z-index: 9999;
    padding-right: .3em;
    line-height: 2.5em;
  }
  ul.ddmenu li {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 9999;
    text-align: right;
  }
  ul.ddmenu li a {
    color: #fff;
    width: 100%;
    display: inline-block;
  }
  nav.mainNav div.flex_box>div:nth-of-type(1)>ul>li:hover ul.ddmenu {
    display: block;
  }
  ul#dd_2 {
    width: 155%;
  }
  ul#dd_2 li:nth-of-type(1) {
    background: #fff;
  }
  ul#dd_2 li:nth-of-type(1) a {
    color: #a83031;
  }
  ul.ddmenu li:hover {
    background: #a83031;
  }
  ul#dd_3 {
    width: 115%;
  }
  ul#dd_4 {
    width: 130%;
  }
  ul#dd_5 {
    width: 120%;
  }
  .panel ul {}
  .panel ul li {
    float: left;
    position: relative;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .panel ul li a {
    display: block;
    text-align: center;
    color: #b6a68a;
  }
  nav div.panel {
    display: block !important;
    float: left;
  }
  a#menu {
    display: none;
  }
  /* 親メニュー */
  .panel ul li.current-menu-item a,
  .panel ul li a:hover,
  .panel ul li a:active,
  .panel ul li.current-menu-parent a {
    background: #2d2c2d;
  }
  .panel ul ul {
    width: 160px;
  }
  .panel ul li ul {
    display: none;
  }
  .panel ul li li {
    float: none;
    height: 40px;
    line-height: 40px;
    width: 160px;
    padding: 0;
  }
  .panel ul li:hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: -7px;
    z-index: 500;
  }
  .panel ul li li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    text-align: left;
  }
  .panel ul li li a span {
    padding: 0 10px;
  }
  .panel ul li li a:hover,
  .panel ul li li.current-menu-item a {
    color: #fff;
  }
  .panel ul li:hover ul li {
    margin: 0;
    background: #2d2c2d;
    border-bottom: 1px dotted #4f4d4d;
  }
  .panel ul li:hover ul li:last-child {
    border: 0;
    border-radius: 0 0 6px 6px;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: #242223;
  }
  nav#mainNav .inner {
    width: 95%;
  }
  nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #473a1c;
    border: 1px solid #726749;
  }
  nav#mainNav a#menu span {
    padding-left: 2.5em;
  }
  nav#mainNav a.menuOpen {
    border-bottom: 0;
    color: #fff;
    background: #473a1c;
  }
  nav#mainNav a#menu:hover {
    cursor: pointer;
  }
  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #726749;
  }
  .panel ul {
    margin: 0;
    padding: 0;
  }
  .panel ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
  .panel ul li a,
  .panel ul li.current-menu-item li a {
    display: block;
    width: 100%;
    padding: 1em 0;
    text-align: left;
    color: #b6a68a;
    background: #2d2c2d;
  }
  .panel ul li a span {
    padding-left: 1em;
  }
  .panel ul li.current-menu-item a,
  .panel ul li a:hover,
  .panel ul li.current-menu-item a,
  .panel ul li a:active,
  .panel ul li li.current-menu-item a,
  .panel ul li.current-menu-item li a:hover,
  .panel ul li.current-menu-item li a:active {
    color: #fff;
    background: #181616;
  }
  .panel ul li li {
    float: left;
    border: 0;
  }
  .panel ul li li a,
  .panel ul li.current-menu-item li a,
  .panel ul li li.current-menu-item a {
    background: #2d2c2d url(images/sub1.png) no-repeat 20px 50%;
  }
  .panel ul li li a:hover,
  .panel ul li.current-menu-item li a:hover {
    background: #181616 url(images/sub1.png) no-repeat 20px 50%;
  }
  .panel ul li li:last-child a {
    background: #2d2c2d url(images/subLast.png) no-repeat 20px 50%;
  }
  .panel ul li li:last-child a:hover,
  .panel ul li.current-menu-item li:last-child a:hover {
    background: #181616 url(images/subLast.png) no-repeat 20px 50%;
  }
  .panel ul li li a span {
    padding-left: 35px;
  }
  nav div.panel {
    float: none;
  }
  div.side_nav {
    width: 12%;
    top: 30%;
  }
  #post-58>section .flex_box .focal {
    width: 30%;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box {
    width: 80%;
    position: absolute;
    top: 35%;
    left: 3%;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(1) {
    width: 100%;
    text-align: left;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(2) {
    width: 100%;
    text-align: left;
    font-size: 3.5em;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(2) p {
    display: inline-block;
  }
  #post-58>section:nth-of-type(6) div.flex_box>div:nth-child(even) p {
    height: 100px;
  }
  article#post-549 .slick-prev:before,
  article#post-549 .slick-next:before {
    font-size: 40px;
  }
  article#post-549 button.slick-next,
  article#post-549 button.slick-prev {
    top: 20%
  }
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(2)>div:nth-of-type(2) dl {
    width: 49%;
  }
  article#post-549>section:nth-of-type(3) div.flex_box>div:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1.5em;
  }
  #post-58>section:nth-of-type(1) .flex_box>div:nth-of-type(2) {
    padding-top: 6em;
  }
  article#post-630 section div.flex_box>div.focal,
  article#post-783 section div.flex_box>div.focal {
    width: 25%;
  }
  article#post-630 section div.flex_box>div.focal>ul li:nth-of-type(3),
  article#post-630 section div.flex_box>div.focal>ul li:nth-of-type(4) {
    width: 100%;
  }
  article#post-630 section div.flex_box>div.focal>ul li:nth-of-type(4) {
    margin-left: 0;
  }
  div#eo_shortcode_calendar_0 {
    right: 0%;
    top: 5%;
  }
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  div.inner {
    width: 85%;
  }
  .slide_area,
  .slide_area .slider .slick-list,
  div.slider div.slick-track img {
    /*      height: 300px;*/
    height: auto;
  }
  #news div.flex_box>div {
    width: 80%;
    margin: 1em auto;
  }
  #wrapper,
  #header,
  .inner {
    width: 100%;
  }
  #header h1,
  #header h2 {
    padding: 10px;
  }
  #headerInfo {
    padding-right: 10px;
  }
  .panel ul,
  .thumbWrap {
    margin: 0 auto;
  }
  .panel ul ul {
    padding: 0;
  }
  nav div.panel {
    float: none;
  }
  #mainImg img {
    width: 98%;
    height: auto;
  }
  #content,
  #sidebar {
    width: 95%;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  article#post-729>section:nth-of-type(2)>div>ul {
    width: 100%;
  }
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) ul li:nth-of-type(2) {
    margin: .5em 0;
  }
  article#post-729>section:nth-of-type(2) div>ul>li:nth-of-type(2) img,
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) ul li:nth-of-type(2) img {
    width: 25%;
    margin-left: 0;
  }
  #sidebar img.gaku_side_cat {
    width: 25%;
  }
  #banners {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #banners p {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }
  #banners p img {
    width: 100%;
    height: auto;
  }
  section.widget_search {
    text-align: center;
  }
  #contactBanner {
    margin: 0 auto;
  }
  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }
  #footerLogo,
  #footer ul {
    float: none;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  #footer ul {
    padding-top: 20px;
  }
  #footer ul ul {
    padding-top: 0;
    border: 0;
  }
  /* 調整 */
  img {
    max-width: 100%;
  }
  #header {
    padding: 10px;
    box-sizing: border-box;
  }
  #header h1,
  #header h2,
  .contactInfo {
    margin-bottom: 10px;
  }
  #header h1 {
    padding: 0;
  }
  .contactInfo {
    float: none;
  }
  #content {
    background: none;
  }
  ul.c_banner li {
    float: none;
    margin-bottom: 20px;
  }
  ul.c_banner li:first-child {
    margin-right: 0;
  }
  ul.c_banner li img,
  #sidebar img {
    display: block;
    margin: 0 auto;
  }
  /*    div.draggable{height: 300px;}*/
  #content section.topics div.flex_box>div.focal {
    width: 48%;
  }
  div#sin_sec03 .flex_box>div:nth-of-type(1),
  div#sin_sec04 div.min_wrap>.flex_box>div:nth-of-type(1) {
    width: 100%;
  }
  #school_info>section .flex_box>div.thcal:nth-of-type(1),
  article#post-901 section div.flex_box>div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1em;
  }
  #school_info>section .flex_box>div.thcal:nth-of-type(2) p {
    width: 100%;
  }
  #school_info>section .flex_box>div.thcal:nth-of-type(1) img {
    width: auto;
  }
  #school_info>section .flex_box>div.thcal:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 1em;
  }
  article#post-901 section div.flex_box>div:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
  article#post-901 section div.flex_box>div:nth-of-type p {
    width: 95%;
    margin: 0 auto;
  }
  #school_info>section .flex_box>div.thcal:nth-of-type(3) {
    width: 100%;
    margin: 0 auto;
  }
  .min_wrap section .flex_box>.thcal {
    width: 48%;
  }
  div.mw_wp_form table th {
    display: block;
    width: 100%;
  }
  .post table td {
    display: block;
    width: 100%;
  }
  div#booking-form table tr th {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  div#booking-form table tr td {
    text-align: center;
  }
  section#access div.flex_box>div.thcal:nth-of-type(2)>p:last-child {
    margin: 1.5em auto;
  }
  article#post-549>section:nth-of-type(1) p {
    width: 100%;
  }
  article#post-549 section {
    padding: 0;
  }
  article#post-549 section div.flex_box>div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
  article#post-549>section:nth-of-type(2) div.flex_box>div.thcal:nth-of-type(2) {
    width: 100%;
  }
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(2)>div:nth-of-type(2) {
    width: 100%;
  }
  article#post-645>section:nth-of-type(2) div.flex_box>div.thcal {
    width: 40%;
  }
  article#post-53>section>div.flex_box>div:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  article#post-53>section>div.flex_box>div:nth-of-type(2) {
    width: 100%;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(1),
  article#post-53>section:nth-of-type(6) div.flex_box>div:nth-of-type(1) {
    width: 100%;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(2) dt,
  article#post-53>section:nth-of-type(6) div.flex_box>div:nth-of-type(2) dt {
    width: 100%;
    text-align: left;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(2) dd,
  article#post-53>section:nth-of-type(6) div.flex_box>div:nth-of-type(2) dd {
    width: 100%;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(2) dl>dd:nth-of-type(2) {
    padding-left: 1em;
  }
  article#post-53>section:nth-of-type(2) ul li:nth-child(even) {
    text-align: left;
  }
  article#post-53>section:nth-of-type(5) table {
    margin: .5em auto;
  }
  article#post-53>section:nth-of-type(5) table tr>td:nth-of-type(1) {
    width: 35%;
  }
  div.movie_area {
    height: 350px;
  }
  #post-58>section:nth-of-type(1) .flex_box>div:nth-of-type(1) {
    width: 95%;
  }
  #post-58>section:nth-of-type(1) .flex_box>div:nth-of-type(2) {
    width: 95%;
    padding-top: 2em;
  }
  #post-58>section:nth-of-type(2) h1>img {
    display: none;
  }
  #post-58>section:nth-of-type(2) h1>p:nth-of-type(1) {
    width: 100%;
    text-align: center;
    left: 0%;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box {
    width: 100%;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(1) {
    width: 100%;
    text-align: left;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(2) {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
  section#date div.widget {
    position: revert;
    display: inline-block;
  }
  #post-58>section:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #post-58>section:nth-of-type(2) h1 {
    width: 100%;
    order: 1;
  }
  #post-58>section:nth-of-type(2) h1>p:nth-of-type(1),
  #post-58>section:nth-of-type(2) h1>div.flex_box {
    position: relative;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box {
    margin: 0 auto;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box>div:nth-of-type(1) {
    text-align: center;
    margin: 1em 0;
  }
  section#date div.widget {
    margin: 0 auto;
    order: 2;
  }
  #post-58>section:nth-of-type(2) h1>div.flex_box {
    position: static;
  }
  #post-58>section:last-child>p:nth-of-type(1) {
    width: 95%;
  }
  #post-58>section:nth-of-type(3) .flex_box>div:nth-of-type(1) {
    display: none;
  }
  #post-58>section:nth-of-type(3) .flex_box>div:nth-of-type(2) {
    width: 100%;
  }
  #post-58>section .flex_box .focal {
    width: 45%
  }
  #post-58>section:nth-of-type(6) div.flex_box>div {
    width: 80%;
    margin: 1em auto;
  }
  #post-58>section:nth-of-type(6) div.flex_box>div h2.sp {
    display: block;
    text-align: center;
  }
  #post-58>section:nth-of-type(6) div.flex_box>div h2.pc {
    display: none;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2) p {
    height: 55px;
    overflow-y: hidden;
  }
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) p {
    height: 100px;
  }
  div.blog>section,
  article#post-729 section,
  article#post-783 {
    width: 100%;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2)>ul>li:nth-of-type(1),
  article#post-729>section:nth-of-type(2)>div>ul>li:nth-of-type(1),
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) ul>li:nth-of-type(1),
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) ul>li:nth-of-type(2) {
    width: 100%;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2)>ul>li:nth-of-type(2),
  article#post-729>section:nth-of-type(2)>div>ul>li:nth-of-type(2) {
    width: 100%;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2)>ul>li:nth-of-type(2)>img,
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) ul li:nth-of-type(2) img {
    margin: 0;
  }
  article#post-549 button.slick-next {
    right: -9%;
  }
  article#post-549 button.slick-next,
  article#post-549 button.slick-prev {
    top: 30%
  }
  article#post-630 section div.flex_box>div.focal,
  article#post-783 section div.flex_box>div.focal {
    width: 41%;
    margin: 1em;
  }
  section.single01 article ul>li:nth-of-type(1) {
    width: 100%;
    margin-bottom: .5em;
    text-align: left;
  }
  section.single01 article ul>li:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
  }
  section.single01 article ul>li:nth-of-type(2) img {
    width: 20%;
  }
  div.event_repo article header {
    margin-bottom: 0;
  }
  div.event_repo article>p,
  div.event_repo article div.featured-video-plus {
    width: 95%;
  }
  div.event_repo article>p {
    margin: 1em auto;
  }
  div#eo_shortcode_calendar_0 {
    position: static;
    margin-top: 1em;
  }
  article#post-1130 div.post>div.flex_box>div:nth-of-type(1),
  article#post-1122 div.post>div.flex_box>div:nth-of-type(1) {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  article#post-1130 div.post br.pc {
    display: none;
  }
  article#post-1130 div.post>div.flex_box>div:nth-of-type(2),
  article#post-1122 div.post>div.flex_box>div:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
  }
  article#post-1130 div.post>div.flex_box:nth-of-type(7) p#link_p,
  article#post-1122 div.post>div.flex_box:nth-of-type(7) p#link_p {
    display: block;
    width: 67%;
    margin: 1em auto;
    text-align: center;
    padding: 1em .5em 0;
  }
  p#howTxt,
  div#how_ul {
    padding: .5em 1.5em;
  }
  article#post-783>div,
  div.tx_gaku article {
    border-right: none;
    padding: 1em;
  }
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(1) {
    margin-bottom: 1em;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
}
/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
  .thumbWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .thumbWrap ul.thumb li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }
  .thumbWrap img {
    width: 100%;
    height: auto;
  }
  div.btn,
  input[type="submit"] {
    width: 55%;
  }
  p.send_info {
    width: 90%;
  }
  #post-58>section:nth-of-type(6) div.flex_box>div {
    width: 100%;
  }
  div.blog h1 {
    padding-left: 0;
  }
  div.blog h1 img {
    width: 35%;
  }
  div.blog h1 p {
    margin-left: 2em;
  }
  section#en2 div.sc_x {
    width: 100%;
    overflow-x: scroll;
  }
  section#en2 div.sc_x table {
    width: 605px;
    overflow: hidden;
  }
  section#en3 div.sc_x ul {
    width: 100%;
    overflow-x: scroll;
  }
  section#en3 div.sc_x ul li {
    width: 605px;
    overflow: hidden;
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header {
    text-align: center;
  }
  #header h2,
  #footerLogo,
  #headerInfo {
    float: none;
    padding: 0;
  }
  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }
  img.alignright,
  img.alignleft {
    display: block;
    margin: 5px auto;
  }
  .alignright,
  .alignleft {
    float: none;
  }
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }
  #sidebar img.gaku_side_cat {
    width: 35%;
  }
  div.day-calendar table {
    width: 100%;
  }
  div.blog h1 {
    text-align: center;
  }
  div.blog h1 img {
    width: 25%;
  }
  div.blog>section:nth-of-type(2) article>p,
  article#post-729>section:nth-of-type(2) div>h2,
  article#post-783 div h2 {
    margin-bottom: 0;
    text-align: center;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(1),
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2),
  article#post-783 div.flex_box>div.thcal:nth-of-type(1),
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) {
    width: 85%;
    margin: 1em auto;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(3),
  article#post-729>section:nth-of-type(2)>div>div.flex_box>div:nth-of-type(2),
  article#post-783 div.flex_box>div.thcal:nth-of-type(3) {
    display: none;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2) p {
    height: 75px;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2)>ul {
    position: revert;
  }
  div.blog>section:nth-of-type(2) article div.flex_box>div.thcal:nth-of-type(2) p::after,
  article#post-783 div.flex_box>div.thcal:nth-of-type(2) p::after,
  div.tx_gaku article div.flex_box>div.thcal:nth-of-type(2) p::after {
    bottom: 28%;
    height: 30%;
  }
}
/* 幅414px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 414px) {
  section {
    margin: 1em 0;
  }
  .slide_area,
  .slide_area .slider .slick-list,
  div.slider div.slick-track img {
    /*        height: 200px;*/
    height: auto;
  }
  div#wrapper {
    padding-bottom: 0;
  }
  div.inner {
    width: 96%;
  }
  .min_wrap section .flex_box>.thcal {
    width: 100%;
  }
  li.slick-slide {
    text-align: center;
  }
  div.env_area ul.env_img div.slick-list li img {
    width: 85%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  div.env_area ul.env_img div.slick-list li p {
    width: 100%;
    font-size: .85em;
    text-align: left;
    padding-left: 0;
  }
  .slick-prev,
  .slick-next {
    top: 50%;
  }
  a.scroll {
    font-size: 1em;
    left: 45%;
    bottom: -9%;
  }
  a.scroll span {
    width: 16px;
    height: 16px;
  }
  ul.thumb {
    width: 100%;
  }
  /*フロントページ*/
  /*    div.draggable{height: 200px;}*/
  #content section.topics div.flex_box>div.focal {
    width: 80%;
    margin: .5em auto;
  }
  div#sin_sec04 div.thcal>div {
    width: 75%;
    margin: 0 auto;
  }
  article#post-549>section:nth-of-type(2) div.flex_box {
    margin: 0;
  }
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(2)>div:nth-of-type(2) dl dt {
    width: 95%;
  }
  article#post-549>section:nth-of-type(2)>div.flex_box:nth-of-type(2)>div:nth-of-type(2) dl dd {
    width: 100%;
  }
  article#post-645>section:nth-of-type(2) div.flex_box>div.thcal {
    width: 100%;
  }
  article#post-53>section {
    padding-top: 1em;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(2),
  article#post-53>section:nth-of-type(6) div.flex_box>div:nth-of-type(2) {
    width: 100%;
  }
  article#post-53>section:nth-of-type(4) div.flex_box>div:nth-of-type(2) dd,
  article#post-53>section:nth-of-type(6) div.flex_box>div:nth-of-type(2) dd {
    margin-left: 0;
  }
  #post-58>section .flex_box .focal {
    width: 85%;
    margin: .5em auto;
  }
  div.movie_area {
    height: 200px;
  }
  article#post-549 button.slick-next,
  article#post-549 button.slick-prev {
    top: 44.5%;
  }
  article#post-549 button.slick-next {
    right: -7%;
  }
  article#post-630 section div.flex_box>div.focal,
  article#post-783 section div.flex_box>div.focal,
  article.o_sha_gaku section div.flex_box>div.focal {
    width: 75%;
    margin: 1em auto;
  }
  span#how_bold {
    font-size: 1.3em;
  }
  article#post-1130 div.post>div.flex_box:nth-of-type(7) p#link_p,
  article#post-1122 div.post>div.flex_box:nth-of-type(7) p#link_p {
    width: 100%;
  }
  p#howTxt,
  div#how_ul {
    padding: .5em .5em;
  }
  section.single01 article ul>li:nth-of-type(2) img {
    width: 25%;
  }
  article#post-7 .post {
    width: 95%;
  }
  article#post-7 h2 {
    font-size: 1.2em;
  }
  article#post-7 ul#po_ac {
    width: 50%;
    margin: 1em auto;
    display: block;
  }
  div#content.tx_gaku p {
    width: 291px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 320px) {
  div#content.tx_gaku p {
    width: 236px;
  }
}
.text-type1 {
  text-align: center;
  margin-top: 30px;
}
/* @media (max-width:768px) {
  video.movie {
      width: 100%;
      height: 20vh;
      object-fit: cover;
  }
} */
.page-visual div.slider div.slick-track img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* サイトマップ */
#sitemap_list {
  background: #fff;
  margin: 0;
  padding: 0;
}
#sitemap_list li.home-item {
  margin-left: 0px;
}
#sitemap_list li {
  background: url(images/line_dotted_brown.png) repeat-x 0 1.8em;
  font-size: medium;
  text-indent: 0;
  padding: 0 0 12px 0px;
  margin: 12px 0;
  list-style-type: none;
}
#sitemap_list li a {
  color: #666;
  background: url(images/ico_lv1.png) no-repeat left center;
  text-decoration: none;
  display: inline-block;
  padding-left: 25px;
  line-height: 32px;
}
#sitemap_list li li {
  font-size: small;
  background: none;
  margin: 7px 0 0 0;
  padding: 1px 0 0 27px;
}
#sitemap_list li li a {
  background: url(images/ico_lv2.png) no-repeat left center;
  padding-left: 15px;
  line-height: normal;
}
#post-58 .inner section:nth-child(2),
#post-58 .inner section:nth-child(3) {
  display: none;
}
.page-id-58 #wrapper {
  padding: 0 0 50px;
}
#post-58 .inner section:nth-child(5) .title_type01 {
  margin-bottom: 20px;
}
#post-58 .inner section:nth-child(6) .title_type01 {
  margin: 40px 0;
}
#post-58 .inner section:nth-child(5) {
  margin-top: 50px;
}
#post-58 .inner section:nth-child(8) .entry_contents {
  margin-bottom: 50px;
}
#post-58 .inner section:nth-child(8) {
  margin-bottom: 40px;
}
#post-58 .events {
  margin-bottom: 60px;
}
@media (max-width:480px) {
  .pagenav {
    margin: 5px 0 50px;
  }
}
.page-open_college .title_type01 {
  margin: 0;
}
.content-open_college section h2 {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .content-open_college .events .flex_box {
    position: relative;
    padding-top: 50px;
  }
  .content-open_college .events .flex_box div {
    margin-bottom: 70px !important;
  }
  .content-open_college .events .flex_box div:nth-child(1),
  .content-open_college .events .flex_box div:nth-child(3),
  .content-open_college .events .flex_box div:nth-child(5) {
    margin-bottom: 20px !important;
  }
  .content-open_college .events .flex_box div:nth-child(1) img,
  .content-open_college .events .flex_box div:nth-child(3) img,
  .content-open_college .events .flex_box div:nth-child(5) img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .content-open_college .events .flex_box div:nth-child(2) h2,
  .content-open_college .events .flex_box div:nth-child(4) h2,
  .content-open_college .events .flex_box div:nth-child(6) h2 {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .content-open_college .events .flex_box div:nth-child(2) h2 {
    top: 0;
  }
  .content-open_college .events .flex_box div:nth-child(4) h2 {
    top: 550px;
  }
  .content-open_college .events .flex_box div:nth-child(6) h2 {
    bottom: 470px;
  }
  .page-open_college .title_type01 {
    font-size: 1.6em;
  }
}