﻿@charset "utf-8";
/* CSS Document */

/*
* CONTENT
******************************************************/

.oshirase{
    display: block;
    width:100%;
    background: #000;
    text-align: center;
    
}
.oshirase p{ 
   color:#fff;
    padding:30px;
}

.stage_info__container {
  width:100%;
  max-width: 900px;
  margin:auto;
}


.stage_info-list__wrapper {

  width:100%;
  background-color: #f3f3f3;
    margin: 10px 0 0 0 ;
  padding: 60px 0 60px 0;
}
@media screen and (max-width:768px) {
  .stage_info-list__wrapper {
    padding: 5px 0;
  }
}



/* con_nav-menu */



  

  .con_nav-menu {
    margin: 0;
    letter-spacing: 0.2rem;
    padding: 30px 20px 0 20px;
  }
  .con_nav-menu ul {  
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%; 
  }
  .con_nav-menu li {
    font-size: 1.6rem;
    width: calc(93% / 4);
    text-align: center;
    letter-spacing: 0.25em;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .con_nav-menu li:not(:first-of-type) {
    margin-left:0;
  }
  .con_nav-menu li a {
    display: block;
    background: #666;
    border: 1px solid #666;
    border-radius: 2px;
    color: #fff;
    padding: 12px 0;
  }
  .con_nav-menu li.button-selected a,
  .con_nav-menu li a:hover {
    display:block;
  	border: 1px solid #cb4545;
  	border-radius: 2px;
  	color:#FFF;
    background:#cb4545;
  	opacity: 1;
    padding: 12px 0;
  }
@media screen and (max-width:600px) {

.con_nav-menu li {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.35em;
}
}


/*
* TITLE
******************************************************/
#arasuji{
  clear: both;
max-width: 700px;
margin:0 auto;
}
#arasuji,
#yoyaku{
  margin-top:-170px;
  padding-top:170px;
    
}
@media screen and (max-width:768px) {
#arasuji,
#yoyaku{
  margin-top:-220px;
  padding-top:220px;
    
}
}

.stage_info__title {
  margin-top: 10px;
  padding: 10px 0 0px 10px;
  background: url('../img/common/deco_flag.png') no-repeat;

}

.stage_info__title h1 {
  display: inline-block;
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.225em;
  font-weight: 500;
}
.stage_info__title h1 span {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #777;
  padding-left: 15px;
}
.stage_info__title h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 5px;
  padding: 0 0 60px 0;
}
.stage_info__description p {
  font-size: 1.5rem;
}


  
.stage_info__description span{
  width:100px;
  background: #c7990e;
  padding: 3px 10px;
}

@media screen and (max-width:768px) {
  .stage_info__title {
    padding: 20px 20px 20px 20px;
   
  }
  .stage_info__title h1 {
    font-size: 2.7rem;
  }
  .stage_info__title h2 {
    font-size: 1.6rem;
  }
  .stage_info__description {
    padding: 0 20px 30px 20px;
  }
  .stage_info__description p {
    font-size: 1.4rem;
  }
}

/*
* FORM PARTS
******************************************************/


.heading-text{
    margin:20px 20px; 
}

.stage_info-lists {
display: block;
  width: 100%;
  max-width: 820px;
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
}
.stage_info-list {
display: block;    
  width: 50%;
  
}
.stage_info-list-item {
  margin-bottom: 40px;
    padding: 0 15px;
}
.stage_info-heading {
  font-weight: 500;
  font-size: 2.4rem;
  border-left:10px #bcbbb6 solid;
  border-bottom:2px #bcbbb6 solid;
  margin: 5px 0;
}
.stage_info-description {
  font-size: 1.5rem;
}
.stage_info-description li {
  margin-bottom: 5px;
}
.stage_info-description li a {
  color: #fff;
}
.stage_info-description li a:hover {
  color: #cb4545;
}
.stage_info-description li span.point_Y{
  background-color: #ffff99;
}

@media screen and (max-width:768px) {
  .stage_info-lists {
    width: auto;
    max-width: inherit;
    margin: 10px;
    padding: 10px;
    display: block;
  }
  .stage_info-list {
    width: 100%;
  }
 .stage_info-description {
width:100%;
  font-size: 1.5rem;
}
}


.col01-common-title__wrapper {
display: block;    
  width: 100%;
  max-width: 900px;
  margin: 20px auto 20px;	

}
.col01-common-title {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding:30px 0 0 0;
  text-align:center; 
}
.flyer_area {
  width:100%;
  text-align: center;
}

.flyer_area img {
  width:100%;
  max-width:600px;

}

.flyer_area_tate {
  display: flex;
 justify-content: center;
 align-items: center;
}

.flyer_area_tate img {
  width:100%;
  max-width:360px;

}
@media screen and (max-width:480px) {

.flyer_area_tate img {
  width:98%;
  margin:0 auto;
}
}

.col01-border {
    padding: 0 0 0 0;
}
.col01-detail-content-title {
	color: #f96482;
	padding:0;
  margin-top:50px;
	margin-bottom:25px;
	font-size: 1.7rem;
  letter-spacing: 0.25em;
  font-weight:normal;
  font-family: 'Josefin Sans', sans-serif;
	position: relative;
}
.col01-detail-content-title h3 {
	z-index: 3;
	position: relative;
  font-weight: 400;
  font-size: 2.1rem;
}
.col01-detail-content-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 15px;
		background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
		background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    z-index: 2;
}
.col01-detail-images {
  max-width:800px;
  width:100%;
}
.col01-detail-images img {
  width:100%;
}



.col01-central__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 20px;	
  text-align:center; 
}
.col01-central-title {
  font-weight: 400;
  font-size: 2.1rem;
  letter-spacing: 2px;
  padding:30px 0 0 0;
}

/* list button */
.col01_list-button {
  width:500px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5em;
  position: relative;
 
}
 
.col01_list-button a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #323232;
  background: #fff;
	border: 2px solid #323232;
	padding: 7px 0 4px 0;
  transition: all 0.3s;
}
.col01_list-button a:hover {
	text-align: center;
  text-decoration: none;
  display: block;
  color: #323232;
	border: 2px solid #323232;
  padding: 7px 0 4px 0;
}
.col01_list-button a::before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #323232;
  top: 50%;
  right: 30px;
  margin: 0;
  transition: .2s;
}


@media screen and (max-width:768px) {

.col01-common-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding:30px 0 0 0;
}

/*.flyer_area img {
  width:80%;
  max-width:100%;
  margin-bottom:10px;
 }
*/

.col01_list-button {
  width:300px;

  }
  
  
}
.last-text__wrapper{ width:100%; text-align: center; padding:20px 0 20px 0;}
@media screen and (max-width:600px) {
.heading-text{margin:20px 20px; text-align:left; font-size: 14px}
}



@media screen and (min-width: 680px){	
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){	
  .pc { display:none; }
  .sp { display:block; }
}
@media screen and (max-width: 600px){
	.flyer_area img {
	  width:98%;
	  max-width:350px;

	}
  .flyer_area_tate {
    display: block;
	  width:98%;
    margin: 0 auto;
    text-align: center;
	

	}
}
.global-footer__inner {
    margin: 0 auto;
    width:80%;
	display: -ms-flexbox;
	display: flex;
}
