@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Montserrat:ital,wght@1,600&family=Shippori+Mincho+B1:wght@400;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
/* CSS Document */
body
{
	font-family: "dnp-shuei-gothic-gin-std","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	border: solid #C1272D 12px;
}

#wrap
{
	overflow: hidden;
}


.width-section
{
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
	position: relative;
}
.kaoru-niku
{
	width: 100%;
	background: #C1272D;
}
.kaoru-niku section
{
	max-width:  650px;	
}


/*チェックボックスを非表示*/
#checkbox {
  opacity: 0;
  width: 0;
  height: 0;
	right: 0px;
}


.menu-trigger{
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
	  right: 0px;
	  
  }
  .menu-trigger {
    position: fixed;
    width: 120px;
    height: 26px;
	margin: 6px 0px;
   
    border: none;
    appearance: none;
    cursor: pointer;
	right: 8px;
  }


#checkbox:checked + label + div {
  display: block;
	background: #eee;
	width: 99vw;
	height: 100vh;
	
	border-left: none;
	text-align: center;
	padding: 70px 0px 120px;
	z-index: 777;
	position: fixed;
	top:0;
	left: 0;
	border: solid #C1272D 10px;
}

nav div{
	display: none;
	font-family: 'Shippori Mincho B1', serif;

}


.menu-hum-list
{
	width: 100%;
	line-height: 70px;
	font-size:  25px;
}


nav img
{
	width: 111px;
	height: 54px;
}


header
{
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	display: flex;
	display:flex;
  justify-content:center;
  align-items:center; 
}


.corp-logo
{
	background: url("../img/corp_logo.jpg") no-repeat;
	background-position: center;
	width: 30vw;
	height: 65px;
	background-size: contain;
	padding-top: 6px;
}

.call-banner
{
	background: url("../img/goyoyaku-banner.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 33vw;
	height: 60px;
	position: absolute;
	top: 16px;	
	left: 15px;
	
}

.top-visual
{
	background: url("../img/top_visual.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;

}
.top-visual-corp
{
	background: url("../img/top_visual_corp.png") no-repeat;
	background-size: contain;
	background-position: center;
	width: 80vw;
	max-width: 600px;
	height: 300px;
	margin: 0 auto;
}

@media screen and (min-width : 980px){
header
{
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}


.corp-logo
{
    background: url("../img/corp_logo.jpg") no-repeat;
	background-position: center;
    width: 30vw;
    height: 100px;
    background-size: contain;
    display: inline-block;
    padding-top: 6px;
}

.call-banner
{
    background: url("../img/goyoyaku-banner.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35vw;
    height: 100px;
    position: absolute;
    top: 13px;  
    left: 15px;
    
}

.top-visual
{
    background: url("../img/top_visual.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.top-visual-corp
{
    background: url("../img/top_visual_corp.png") no-repeat;
    background-size: contain;
    background-position: center;
    width: 80vw;
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
}


}

img
{
	width: 100%;
}

.b-black
{
	background-color: #000;
}

.info-container
{
	height: 160px;
}
.open-banner
{
	background: url("../img/open-banner.png") no-repeat;
	background-size: contain;
	background-position: left;
	width: 90vw;
	max-width: 500px;
	height: 100px;
	margin-top: -30px;
}
.info-banner
{
	background: url("../img/infobanner.png") no-repeat;
	background-size: contain;
	background-position: right;
	width: 80vw;
	max-width: 500px;
	height: 40px;
	margin-top: -8px;
	margin-left: 50px;
	
}
.horumon-menu-container
{
	padding: 10px;
	margin: 100px auto;
}
.otoiawase
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #C1272D;
	display: flex;
  	justify-content: center;
  	align-items: center;
	text-align: center;
	z-index: 999;
}

.otoiawase img
{
	width: 100vw;
	max-width: 600px;
	padding: 10px -5px;
}



/*メニュー部分*/
summary {
    display: block;
	/*outline: none;*/
}
summary::-webkit-details-marker {
  display: none;
}

details summary {
/*  cursor: pointer;*/
}
details summary{
  /*アニメーション*/
  transition: 0.5s;
  /*文字色*/
  color:white;
  /*閉じたときの色*/
  background: #C1272D;
  /*閉じたときの余白*/
  padding: 3% 0%;
　font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
  font-size: 25px;
　color: transparent;
	border-bottom: 1px solid #fff;
}
/*メニュー部分 開いたとき*/
/*details[open] summary{
  /*開いたときの色
  background: #C1272D;
  /*開いたときの余白
  padding-left:2%;
}*/
/*折りたたむ部分*/
details p{
  margin: 2% 4%;
　transition: 0.5s;
}


.width-ichiran
{
	max-width: 100%;
}
details{
	width: 100%;
	text-align: left;
}

details ul li
{
	border-bottom: 0px solid #C1272D;
	padding: 25px 10px 15px;
	　transition: 0.5s;
}

details ul li dl
{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
}
details ul li dl dd
{
}

details ul li dl dd span
{
	font-size: 15px;
	margin-left: 5px;
}
details ul li dl dd span:before
{
	content:'(';
}
details ul li dl dd span:after
{
	content:'円)';
}





.course-item a:hover {
      opacity: 0.8;
    }

.course-item a img {
      width: 100%;
    }

.modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      display: none;
    }

.bigimg {
      position: absolute;
      width: 80%;
      max-width: 800px;
      top: 250px;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
    }

.close-btn {
      color: #fff;
      font-size: 40px;
      position: absolute;
      right: 20px;
      top: 0;
    }

.close-btn a {
      color: #fff;
      text-decoration: none;
    }





/***info**/

.access-box
{
	line-height: 30px;
	font-family: 'Shippori Mincho B1', serif;
	margin-bottom: 50px;
}
.access-box h3
{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}


.access-box p
{
	font-size: 18px;
	line-height: 45px;
}












div a img.insta-icon
{
 width: 40px;
}





