 @charset "utf-8";
/* ================
# ページタイトル
=================== */
.cmn_ttl_page{
  position: relative;
  padding: 95px 0 0;
  background: #fff url("../img/bg_ttl_page.png")no-repeat top center;
  background-size: cover;
}
.cmn_ttl_page::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_sakura_l.png")no-repeat top left,url("../img/bg_sakura_r.png")no-repeat top right;
  z-index: 0;
}
.cmn_ttl_page h1{
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  text-align: center;
  color: #00b097;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.cmn_ttl_page.third h1{
  font-size: 25px;
  font-size: 2.5rem;
}

.cmn_ttl_page.third .dep{
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 7px 10px;  
  border-radius: 8px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;  
  color: #fff;
  vertical-align: middle;
}
.cmn_ttl_page.third .dep.literature{background-color: #f2655d;}
.cmn_ttl_page.third .dep.economics{background-color: #15bcc7;}
.cmn_ttl_page.third .dep.foreign_languages{background-color: #f2718b;}
.cmn_ttl_page.third .dep.law{background-color: #f58345;}
.cmn_ttl_page.third .dep.international_relations{background-color: #3d85c6;}
.cmn_ttl_page.third .dep.business_administration{background-color: #7fbc5a;}
.cmn_ttl_page.third .dep.sports_health_science{background-color: #9e75b4;}
.cmn_ttl_page.third .dep.sociology{background-color: #62c0c7;}

.cmn_ttl_page.third .ttl{
  display: inline-block;
  color: #504a45;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  vertical-align: middle;
}
@media (max-width :1366px) {
  .cmn_ttl_page::before{
    background-size: 40% auto;
  }
}
@media screen and (max-width :834px) {
  .cmn_ttl_page{
    padding: 35px 0 0;
  }
  .cmn_ttl_page::before{
    background: url("../img/bg_sakura_l_sp.png")no-repeat top left,url("../img/bg_sakura_r_sp.png")no-repeat top right;
    background-size: 30.13% auto;
  }
  .cmn_ttl_page h1{
    margin-bottom:10px;
    font-size: 26px;
    font-size: 2.6rem;
  }  
  .cmn_ttl_page.third h1{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cmn_ttl_page.third .dep{
    margin: 5px 0 0;
    font-size: 16px;
    font-size: 1.5rem;
  }
  .cmn_ttl_page.third .ttl{
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/* ================
# topicpath
================ */
.topicpath{
  position: relative;
  zz-index: 1;
  overflow-x: auto;
  scrollbar-color: #00b097 #E3E3E3;
  scrollbar-width: thin;    
  padding:14px 0;
}
.topicpath::-webkit-scrollbar{
  height: 10px;
}
.topicpath::-webkit-scrollbar{
  background: #E3E3E3;
}
.topicpath::-webkit-scrollbar-thumb{
  border-radius:0;
  background: #00b097;
}
.topicpath ol{
  font-size: 14px;
  font-size: 1.4rem;
  color: #504a45;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-wrap: nowrap; 
}
.topicpath ol li{
  flex-shrink: 0;
}
.topicpath ol li:nth-child(n+2){
  margin-left:11px;
  padding-left: 20px;
  background:url("../img/ico_topicpath.svg")no-repeat left center;
  background-size: 9px auto;
}
.topicpath ol a{
  word-break: keep-all;
}
@media screen and (max-width :834px) {
  .topicpath{
    padding: 10px 0;
  }
  .topicpath ol{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topicpath ol li:nth-child(n+2){
    margin-left:10px;
    padding-left: 25px;
    background-size: 6px auto;
  }
}
/* ================
# アイコン
================ */
.ico_file[src*=".svg"]{
  width: 26px;
  margin-left: 5px;
  vertical-align: middle;
}
.ico_blank[src*=".svg"]{
  width: 14px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width :834px){
  .ico_file[src*=".svg"]{
    width: 20px;
  }
  .ico_blank[src*=".svg"]{
    width: 13px;
    margin-left: 5px;
  } 
}
/* ===============================================
# 背景色
=============================================== */
.bg01{
  background: #d4f5f0 !important;
}
.bg02{
  background: #52c1ba !important;
}


/* ===============================================
# テキスト
=============================================== */
.cmn_p+*{
  margin-top: 20px;
}
/* ================
# タイトル
================ */
/*大見出し*/
.cmn_ttl01+*{
  margin-top: 20px;
}
.cmn_ttl01:nth-of-type(n+2){
  margin-top: 60px;
}
.cmn_ttl01{
  padding: 19px 20px;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius:8px;
  background:url("../img/bg_ttl01.png")no-repeat center center;
  background-size: cover;
  background-color: #32aba0;
}
/*大見出し2*/
.cmn_ttl04+*{
  margin-top: 20px;
}
.cmn_ttl04:nth-of-type(n+2){
  margin-top: 40px;
}
.cmn_ttl04{
  color: #00b097;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: solid 1px #00b097;
  padding-bottom: 20px;
}

/*中見出し*/
.cmn_ttl02+*{
  margin-top: 20px;
}
.cmn_ttl02{
  padding: 12px 20px;
  color: #00b097;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius:4px;
  background-color: #d4f5f0;
}

/*中見出し2*/
.cmn_ttl05+*{
  margin-top: 20px;
}
.cmn_ttl05{
  position: relative;
  padding: 5px 20px ;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.cmn_ttl05::before{
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: url("../img/bg_ttl03.png")no-repeat left top;
  background-size: cover;  
  overflow: hidden;
}
/*小見出し*/
.cmn_ttl03+*{
  margin-top: 20px;
}
.cmn_ttl03{
  position: relative;
  padding: 5px 20px ;
  color: #00b097;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.cmn_ttl03::before{
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/bg_ttl03.png")no-repeat left top;
  background-size: cover;  
}

/*小見出し2*/
.cmn_ttl06+*{
  margin-top: 5px;
}
.cmn_ttl06{
  position: relative;
  color: #00b097;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
/*スケジュールページ用大見出し*/
.cmn_ttl07+*{
  margin-top: 20px;
}
.cmn_ttl07{
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;  
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #e67c9a;
}

/*重要*/
.cmn_ttl_important{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  background: url("../img/ico_important.svg")no-repeat left top;
  background-size: 32px auto;
  padding-left: 46px;
}

/*キャッチコピー*/
.cmn_catch{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmn_catch.center{
  text-align: center;
}
@media screen and (max-width :834px) {
  /*大見出し*/
  .cmn_ttl01{
    padding: 10px 15px 11px;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius:4px;
    background-image:url("../img/bg_ttl01_sp.png");
  }
  /*大見出し2*/
  .cmn_ttl04{
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 15px;
  }

  /*中見出し*/
  .cmn_ttl02{
    padding: 7px 15px;
    font-size: 20px;
    font-size: 2rem;
    border-radius:2px;
  }
  /*中見出し2*/
  .cmn_ttl05{
    padding: 2px 15px ;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.333;
  }
  .cmn_ttl05::before{
    width: 5px;
    border-radius: 2px;
  }  
  /*小見出し*/
  .cmn_ttl03+*{
    margin-top: 20px;
  }
  .cmn_ttl03{
    padding: 1px 15px ;
    font-size:18px;
    font-size:1.8rem;
  }
  .cmn_ttl03::before{
    width:5px;
    border-radius: 2px;
  }
  /*小見出し2*/
  .cmn_ttl06{
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*スケジュールページ用大見出し*/
  .cmn_ttl07{
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 4px;
    font-weight: 500;
  }  
  /*重要*/
  .cmn_ttl_important{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    background-size: 22px auto;
    padding-left:22px;
  }  
  /*キャッチコピー*/
  .cmn_catch{
    margin-bottom: 20px;
  }
}

/* ===============================================
# 枠付き
=============================================== */
.cmn_ttl_acd+*{
  margin-top:40px;
}
.cmn_frame{
  padding: 32px 3%;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 8px;
}
.cmn_frame.line{
  border: solid 2px #00b097;
}
@media screen and (max-width: 834px) {
  .cmn_ttl_acd+*{
    margin-top:30px;
  }   
  .cmn_frame{
    border-radius: 4px;
    padding: 20px 15px;
  }  
}
/* ===============================================
# メニューリスト
=============================================== */
.cmn_menulist+*{
  margin-top: 55px;
}
.cmn_menulist{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;    
  flex-wrap: wrap;
}
.cmn_menulist > li>a{
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px;
  color: #504a45;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: url("../img/ico_btn_link.svg")no-repeat right 20px center;
  background-size: 25px auto;
  background-color: #fff;  
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_menulist > li>a:hover >*{
    opacity: 0.6;
  }
}
@media print,screen and (min-width : 835px){
  /*col2、3、4*/
  .cmn_menulist.col2 > li{
    width: 48.4%;
  }
  /*col3*/
  .cmn_menulist.col3::after{
    content: '';
    width: 30.6%;
    display:block;
  }
  .cmn_menulist.col3 > li{
    width: 30.6%;
  }
  .cmn_menulist.col1 > li:nth-child(n+2),
  .cmn_menulist.col2 > li:nth-child(n+3),
  .cmn_menulist.col3 > li:nth-child(n+4){
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_menulist+*{
    margin-top: 25px;
  }
  .cmn_menulist > li{
    width: 48.4%;
  }
  .cmn_menulist > li:nth-child(n+3){
    margin-top: 20px !important;
  }
  .cmn_menulist > li > a{
    padding: 13px 30px 13px 10px;
    background-size: 18px auto;
    background-position: right 10px center;
  } 
}

/* ===============================================
# リスト
=============================================== */
/*数字-------------------------*/
ol.cmn_deciList+*{
  margin-top: 20px;  
}
.cms_text ol,
ol.cmn_deciList{
  list-style:decimal;
  margin-left: 1.5em;
}

.cms_text ol > li,
ol.cmn_deciList > li{

}
.cms_text ol > li:nth-child(n+2),
ol.cmn_deciList > li:nth-child(n+2){
  margin-top: 0.5em;
}
@media screen and (max-width :834px){
}
/*通常-------------------------*/
ul.cmn_discList+*{
  margin-top: 20px;
}
.cms_text ul:not(.cmn_link),
ul.cmn_discList{
  text-indent: 0;
}
.cms_text ul:not(.cmn_link) > li,
ul.cmn_discList > li{
 position: relative;
 padding-left: 1.5em;
}
.cms_text ul:not(.cmn_link) > li:before,
ul.cmn_discList > li:before {
  position: absolute;
  top: 0.6em;
  left:0.6em;
	color:#00b097;
	content:"●";
	font-size:10px;
  display:inline-block;
}
.cms_text ul:not(.cmn_link) > li:nth-child(n+2),
ul.cmn_discList > li:nth-child(n+2){
  margin-top:0.5em;
}
@media screen and (max-width :834px){
 .cms_text ul:not(.cmn_link) > li:before,
 ul.cmn_discList > li:before {
   top: 0.3em;
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
}

/*2列*/
ul.cmn_discList.col2,
ul.cmn_discList.col3{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;  
  flex-wrap: wrap;
}
@media print,screen and (min-width :835px){
  ul.cmn_discList.col2 > li{
    width: 50%;
    padding-right: 1em;
  }
  ul.cmn_discList.col2 > li:nth-child(n+2){
    margin-top: 0;
  }
  /*3列*/
  ul.cmn_discList.col3 > li{
    width:33.33%;
    padding-right: 1em;
  }
  ul.cmn_discList.col3 > li:nth-child(-n+3){
    margin-top: 0;
  }  
}
@media screen and (max-width :834px){
  ul.cmn_discList.col2,
  ul.cmn_discList.col3{
    display: block;
  }  
}

/*インデントのみ-----------------*/
.cmn_indent+*{
  margin-top: 20px;
}
.cmn_indent{
  text-indent: 0;
}
.cmn_indent > *{
  margin-left: 1em;
  text-indent: -1em;
}
.cmn_indent.txt15 > *{
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.cmn_indent.txt2 > *{
  margin-left: 2em;
  text-indent: -2em;
}
.cmn_indent.txt25 > *{
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.cmn_indent.txt3 > *{
  margin-left: 3em;
  text-indent: -3em;
}
.cmn_indent.txt4 > *{
  margin-left: 4em;
  text-indent: -4em;
}
@media screen and (max-width :834px){
}
/*注釈-------------------------*/
ul.cmn_komeList+*{
  margin-top: 20px;
}

ul.cmn_komeList{
  text-indent: 0;
}
ul.cmn_komeList > li{
 position: relative;
 padding-left: 1.5em;
}
ul.cmn_komeList > li b{
  font-weight: bold;
}
ul.cmn_komeList > li:before {
  position: absolute;
  top: 0;
  left:0;
	content:"※";
  display:inline-block;
}
@media screen and (max-width :834px){

}
/* ===============================================
# アコーディオン
=============================================== */
.cmn_ttl_acd+*{
  margin-top: 30px;  
}
.cmn_ttl_acd{
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.cmn_ttl_acd > dt{
  position: relative;
}
.cmn_ttl_acd > dt button{
  width: 100%;
  padding: 10px 30px 10px 20px;  
  min-height: 70px;
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;  
  background:#fff url("../img/ico_acd_plus.svg")no-repeat right 20px center;
  background-size: 32px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.cmn_ttl_acd > dt button[aria-expanded="true"]{
  background-image: url("../img/ico_acd_minus.svg");
}
.cmn_ttl_acd > dd{
  display: none;
  padding:0 20px 20px;
  background: #fff;
}
.cmn_ttl_acd:not(.dep) > dd::before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #00b097;
  margin-bottom: 20px;
}
.cmn_ttl_acd.dep > dd{
  padding-top: 20px;
}
.cmn_ttl_acd.dep > dt button{
  background-image:url("../img/ico_acd_plus_w.svg");
}
.cmn_ttl_acd.dep > dt button[aria-expanded="true"]{
  background-image: url("../img/ico_acd_minus_w.svg");
}
.cmn_ttl_acd.literature > dt button{background-color: #f2655d;color: #fff;}
.cmn_ttl_acd.economics > dt button{background-color: #15bcc7;color: #fff;}
.cmn_ttl_acd.foreign_languages > dt button{background-color: #f2718b;color: #fff;}
.cmn_ttl_acd.law > dt button{background-color: #f58345;color: #fff;}
.cmn_ttl_acd.international_relations > dt button{background-color: #3d85c6;color: #fff;}
.cmn_ttl_acd.business_administration > dt button{background-color: #7fbc5a;color: #fff;}
.cmn_ttl_acd.sports_health_science > dt button{background-color: #9e75b4;color: #fff;}
.cmn_ttl_acd.sociology > dt button{background-color: #62c0c7;color: #fff;}

@media (hover: hover) and (pointer: fine) {
  .cmn_ttl_acd > dt button:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width :834px){
  .cmn_ttl_acd+*{
    margin-top: 20px;  
  }
  .cmn_ttl_acd{
    border-radius:4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .cmn_ttl_acd > dt button{
    padding: 10px 40px 10px 15px;  
    min-height: 50px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 24px auto;
  }
  .cmn_ttl_acd > dd{
    padding:0 20px 20px;
    background: #fff;
  }
  .cmn_ttl_acd:not(.dep) > dd::before{
    background: #00b097;
    margin-bottom: 20px;
  }
}

/* ================
# リンクリスト
================ */
.cmn_link+*{
  margin-top: 20px;
}
.cmn_link > li:nth-child(n+2){
  margin-top: 0.5em;
}
.cmn_link a{
  display: inline-block;
  line-height: 1.3;
  color: #504a45;
  background: url("../img/ico_arrow.svg")no-repeat top 4px left;
  background-size: 18px auto;
  padding:2px 0 2px 25px;
}
@media screen and (max-width :834px){
  .cmn_link a{
    background-size: 16px auto;
    background-position: top 2px left;
    padding-left: 25px;
  }  
}

/* ================
# 写真＋テキスト
================ */
.cmn_textPhoto+*{
  margin-top:50px;
}
.cmn_textPhoto {
	width: 100%;
}
.cmn_textPhoto .photo figure:nth-child(n+2){
  margin-top: 20px;
}
.cmn_textPhoto figcaption{
  margin-top:5px;
  line-height: 1.3;
  text-align: left;
}
.cmn_textPhoto .photo.movie{
  width: 48.5%;  
}
.cmn_textPhoto .photo.movie .area_iframe{
  padding-top: 56.25%;
  position: relative;
}
.cmn_textPhoto .photo.movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print,screen and (min-width : 835px){
  .cmn_textPhoto{
    display:-webkit-box;
    display:flex;      
  }
  .cmn_textPhoto .photo{
    max-width: 48.17%;
    margin-right: 3%;
  }
  .cmn_textPhoto.right .photo{
    margin-right: 0;
    margin-left: 3.6%;
   }    
  .cmn_textPhoto .text{
    -webkit-box-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width : 834px){
  .cmn_textPhoto+*{
    margin-top: 30px;
  }
  .cmn_textPhoto.left .photo{
    margin-bottom: 10px;
  }  
  .cmn_textPhoto.right .photo{
    margin-top: 10px;
  }
  .cmn_textPhoto img{
    width: 100%;
  }
  .cmn_textPhoto figcaption{
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /*動画*/
  .cmn_textPhoto .photo.movie{
    width: 100%;  
  }
}

/* ================
# ギャラリー
================ */
.cmn_gallery+*{
  margin-top: 40px;
}
.cmn_gallery{
  text-align: center;  
}
.cmn_gallery.left{
  text-align: left;
}
.cmn_gallery figure{
  width: 100%;
}
.cmn_gallery figcaption{
  margin-top:5px;
  line-height: 1.3;
  text-align: left;
}
.cmn_gallery.center{
  margin-right: auto;
  margin-left: auto;
}

/*1列*/
.cmn_gallery.col1 figure{
  display: inline-block;
  width: auto;
}
.cmn_gallery.col1 figure:nth-child(n+2){
  margin-top: 40px;
}
/*2列*/
.cmn_gallery.col2{
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;  
  flex-wrap: wrap;  
}  
.cmn_gallery.col2::after{
  content: '';
  width: 48.17%;
  display: block;
}
.cmn_gallery.col2 figure{
  width: 48.17%;
}
.cmn_gallery.col2 figure:nth-child(n+3){
  margin-top: 40px;
}
@media print,screen and (min-width :835px){
  /*3列*/
  .cmn_gallery.col3{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    -webkit-box-pack: justify;
    justify-content: space-between;    
  }  
  .cmn_gallery.col3::after{
    content: '';
    width: 30.9%;
    display: block;
  }  
  .cmn_gallery.col3 figure{
    width: 30.9%;
  }
  .cmn_gallery.col3 figure:nth-child(n+4){
    margin-top: 40px;
  }
}
@media screen and (max-width :834px){
  .cmn_gallery+*{
    margin-top: 15px;
  }
  .cmn_gallery figcaption{
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }  
  /*1列*/
  .cmn_gallery.col1 figure:nth-child(n+2),
  .cmn_gallery.col3 figure:nth-child(n+2){
    margin-top: 15px;
  }  
  /*2列*/
  .cmn_gallery.col2 figure{
    width: 47.16%;
  }  
  .cmn_gallery.col2 figure:nth-child(n+3){
    margin-top: 15px;
  } 
}



/* ================
# 動画
================ */
.cmn_movie+*{
  margin-top: 40px;
}
.cmn_movie{
  text-align: center;  
}
.cmn_movie .box_movie{
  max-width: 100%;
  margin: 0 auto;
}
.cmn_movie .box_movie .area_iframe{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.cmn_movie .box_movie .area_iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn_movie .box_movie .caption{
  margin-top:5px;
  line-height: 1.3;
  text-align: left;
}
/*1列*/
.cmn_movie.col1 .box_movie{
  width:745px;
}
.cmn_movie.col1 .box_movie:nth-child(n+2){
  margin-top: 60px;
}
/*2列*/
.cmn_movie.col2{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;  
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}  
.cmn_movie.col2 .box_movie{
  width: 48.17%;
}
.cmn_movie.col2 .box_movie:nth-child(n+3){
  margin-top: 60px;
}
@media screen and (max-width :834px){
  .cmn_movie+*{
    margin-top: 30px;
  }
  .cmn_movie .box_movie .caption{
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }  
  /*2列*/
  .cmn_movie.col2 .box_movie:nth-child(n+3){
    margin-top: 30px;
  } 
}
/* ===============================================
# テーブル
=============================================== */
.cms_text table:not(.pc_scroll):not(.sp_scroll){
  max-width: 100%;
}
.cms_text table,
.cmn_tableStyle{
  width: 100%;
  table-layout: fixed;
  text-align: left;
}
.cmn_tableStyle+*{
  margin-top: 40px;
}
.cms_text table th,
.cms_text table td,
.cmn_tableStyle th,
.cmn_tableStyle td{
  border: solid 1px #504a45;
}
.cms_text table th,
.cmn_tableStyle th{
  background-color: #52c1ba;
  color: #fff;
  vertical-align: middle;
  height: 50px;
  padding: 5px 1em;
  line-height: 1.3;  
}
.cms_text table th{
  text-align: center;
}
.cms_text table tbody th,
.cmn_tableStyle tbody th{
  background-color: #d4f5f0;
  color: #504a45;
  padding: 11px 1em;
  font-weight: normal;
  text-align: center;
}

.cms_text table td,
.cmn_tableStyle td{
  padding: 11px 1em;
  background: #fff;
}

.cms_text table td,
.cmn_tableStyle.vm td,
.cmn_tableStyle.vm th,
.cmn_tableStyle tr.vm td,
.cmn_tableStyle tr.vm th,
.cmn_tableStyle td.vm{
  vertical-align: middle;
}

.cmn_tableStyle th{
  width: 220px;
}
@media screen and (max-width :834px){
  .cmn_tableStyle+*{
    margin-top: 30px;
  }  
  .cms_text table th,
  .cmn_tableStyle th{
    height: 40px;
    padding: 9px 1em;
  }
  .cms_text table tbody th,
  .cmn_tableStyle table tbody th{
    padding: 9px 1em;
  }
  .cms_text table td,
  .cmn_tableStyle td{
    padding: 9px 1em;
  }
  
  .cmn_tableStyle th{
    width: 35%;
  }  
}

/* ===============================================
# スクロール
=============================================== */
.cmn_scroll_area+*{
  margin-top: 40px;
}
.cmn_scroll_area{
  position: relative;
  z-index: 1;
  scrollbar-color: #52c1ba #E3E3E3;
  scrollbar-width: thin;    
}
.cmn_scroll_area::-webkit-scrollbar{
  height:10px;
}
.cmn_scroll_area::-webkit-scrollbar{
  background: #E3E3E3;
}
.cmn_scroll_area::-webkit-scrollbar-thumb{
  background: #52c1ba;
  border-radius: 0;
}  
.cmn_scroll_area .ico_scroll{
  display: block;
  width: 225px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
} 
@media screen and (max-width :1200px) and (min-width :835px){
  .cmn_scroll_area.pc{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
  }
  .cmn_scroll_area.pc > *:not(.ico_scroll){
    width: 1100px !important;
    max-width: inherit;
    margin-bottom: 0;
  }
}
@media screen and (max-width :834px){
  .cmn_scroll_area{
    padding-bottom: 10px;
    margin-bottom: 10px;    
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
  }
  .cmn_scroll_area > *:not(.ico_scroll){
    width: 1100px !important;
    margin-bottom: 0;
    max-width: inherit;
  }
  .cmn_scroll_area.w1000 > *:not(.ico_scroll){
    width:1000px !important;
  }
  .cmn_scroll_area.w900 > *:not(.ico_scroll){
    width:900px !important;
  }
  .cmn_scroll_area.w800 > *:not(.ico_scroll){
    width:800px !important;
  }
  .cmn_scroll_area.w700 > *:not(.ico_scroll){
    width:700px !important;
  }
  
 
}
/* ===============================================
# 定義リスト
=============================================== */
.cmn_defList+*{
  margin-top: 40px;
}
.cmn_defList > .row {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.cmn_defList > .row > dt{
  padding: 12px 1em;
  font-weight: bold;
}
.cmn_defList > .row > dd{
  padding: 12px 1em;
}
/*タイトル長さ違い*/
.cmn_defList.w10 > .row > dt{
  width: 10%;
}
.cmn_defList.w20 > .row > dt{
  width: 20%;
}
.cmn_defList.w30 > .row > dt{
  width: 30%;
}
.cmn_defList.w40 > .row > dt{
  width: 40%;
}
.cmn_defList.w5em > .row > dt{
  width: 5em;
}
.cmn_defList.w6em > .row > dt{
  width: 6em;
}
.cmn_defList.w7em > .row > dt{
  width: 7em;
}
.cmn_defList.w8em > .row > dt{
  width: 8em;
}
.cmn_defList.w9em > .row > dt{
  width: 9em;
}
.cmn_defList.w10em > .row > dt{
  width: 10em;
}
.cmn_defList.w11em > .row > dt{
  width: 11em;
}
.cmn_defList.w12em > .row > dt{
  width: 12em;
}
.cmn_defList.w13em > .row > dt{
  width: 13em;
}

@media (min-width :835px){
  .cmn_defList > .row > dt{
    width: 200px;
    margin-right: 7px;
    border-top:solid 1px #00b097;  
  }
  .cmn_defList.col2 > .row:nth-last-child(-n+2) > dt,
  .cmn_defList > .row:last-child > dt{
    border-bottom: solid 1px #00b097;
  }
  .cmn_defList > .row > dd{
    -webkit-box-flex: 1;
    flex: 1;
    border-top:solid 1px #504a45;  
  }
  .cmn_defList.col2 > .row:nth-last-child(-n+2) > dd,
  .cmn_defList > .row:last-child > dd{
    border-bottom: solid 1px #504a45;
  }  
  
  .cmn_defList.col2{
    display:-webkit-box;
    display:flex;
    -webkit-box-pack: justify;
    justify-content: space-between;  
    flex-wrap: wrap;
  }
  .cmn_defList.col2 > .row{
    width: 48.5%;
  }
  
  
  #information .cmn_defList:not(.col2) > .row > dt{
    width: 330px;
  }
}
@media screen and (max-width :834px){
  .cmn_defList > .row{
    display: block;
    border-top:solid 1px #504a45; 
  }
  .cmn_defList > .row:last-child{
    border-bottom:solid 1px #504a45; 
  }
  .cmn_defList > .row > dt{
    padding: 11px 0.5em;
    border-bottom:solid 2px #00b097; 
  }
  .cmn_defList > .row > dd{
    padding: 11px 0.5em;
  }  
}
/* ===============================================
# お問い合わせ
=============================================== */
.cmn_contact+*{
  margin-top:40px;
}
.cmn_contact{
  margin-top: 50px;
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 8px;
}
.cmn_contact.line{
  border: solid 2px #00b097;
}
.cmn_contact dt{
  padding-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: solid 2px #00b097;
}
.cmn_contact dd{
  padding-top: 20px;
}
.cmn_contact dd .ttl{
  font-weight: 700;
}
.cmn_contact dd .ttl+.box_tel{
  margin-top: 5px;
}
.cmn_contact dd .box_tel+*{
  margin-top: 10px;
}
.cmn_contact dd .box_tel+.cmn_ttl05{
  margin-top: 30px;
}
.cmn_tel a,
.cmn_mail a{
  display: inline-block;
  padding:0 0 0 30px;
  color: #504a45;
  font-weight: 700;    
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  background: url("../img/ico_tel.svg")no-repeat left center;
  background-size: 17px auto;
}
.cmn_tel a{
  font-size: 20px;
  font-size: 2rem;  
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cmn_mail a{
  font-weight: 500;
  background: url("../img/ico_mail.svg")no-repeat left center;
  background-size: 17px auto;
}
@media screen and (max-width :834px) {
  .cmn_contact+*{
    margin-top:30px;
  }
  .cmn_contact{
    padding: 20px 15px;
    border-radius: 4px;
  }
  .cmn_contact dt{
    padding-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    border-width: 1px;
  }
  .cmn_contact dd{
    padding-top: 10px;
  }
  .cmn_contact dd .ttl:nth-child(n+2){
    margin-top:23px;
  }

  .cmn_contact dd .ttl+.box_tel{
    margin-top: 10px;
  }
  .cmn_contact dd .box_tel+*{
    margin-top: 10px;
  }
  .cmn_contact dd .box_tel .ico+.ico{
    margin-top: 5px;
  }
  .cmn_tel a,
  .cmn_mail a{
    padding:0 0 0 28px;
    font-size: 15px;
    font-size: 1.5rem;
    background-size: 14px auto;
  }
  .cmn_tel a{
    font-size: 17px;
    font-size: 1.7rem;
  }
  .cmn_mail a{
    background-size: 14px auto;
  }  
}
/* ================
# 地図
================ */
.cmn_map+*{
  margin-top: 40px;
}
.cmn_map .map{
  position: relative;
  width: 100%;
  padding-top:33.63%;
  height: 0;
  overflow: hidden;  
}
.cmn_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  .cmn_map+*{
    margin-top: 30px;
  }
  .cmn_map .map{
    padding-top:75%;
  }  
}

.cmn_gallery+.cmn_link{
  margin-top: 20px;
}
/* ===============================================
# レイアウト
=============================================== */
.cmn_layout_col2_pc+*{
  margin-top: 20px;
}
.cmn_layout_col2_pc{
	width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
@media print,screen and (min-width : 835px){
  .cmn_layout_col2_pc >*{
    width: 48.5%;
  }
  .cmn_layout_col2_pc >*:nth-child(n+3){
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .cmn_layout_col2_pc{
    display: block;
  }
  .cmn_layout_col2_pc >*:nth-child(n+2){
    margin-top: 20px;
  }  
}
.cmn_link+*[class^="cmn_ttl0"]:not(.cmn_ttl04):not(.cmn_ttl01),
.cms_text+*[class^="cmn_ttl0"]:not(.cmn_ttl04):not(.cmn_ttl01){
  margin-top: 30px;
}
/* ================
# 詳細
=================== */
section{
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
section+section{
  margin-top: 60px;
}
section h2.ttl_schedule{
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;  
  margin-bottom: 20px;
/*  padding: 15px 15px;*/
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
/*  background: #f7d7e1;
  border-radius: 8px;*/
  color: #e67c9a;
}
section h2.ttl_schedule.cate_21{
  /*background-color: #ceedf4;*/
  color: #5cc4da;
}
section h2.ttl_schedule > span{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width :834px) {
  section{
    border-radius: 4px;
    padding:20px 15px;
  }
  section+section{
    margin-top: 40px;
  }
  section h2.ttl_schedule{
    margin-bottom: 15px;
    padding: 10px 10px;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 4px;
  }
}