@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

h1,h2{
  font-size:1.2rem;
	font-family: 'RocknRoll One', sans-serif;
}
.RocknRollOne, h3, p.type, .request li {
	font-family: 'RocknRoll One', sans-serif;
}
p{
	font-family: 'kosugi maru', sans-serif;
}
ul li, ol li {
	list-style: none outside;
}

a {
	text-decoration: none;
	color: #000;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.outline {
	font-family: 'RocknRoll One', sans-serif;
	line-height: 1.5em;
	text-align:center;
	color          : #ffffff;            /* 文字の色 */
	font-size      : 12pt;               /* 文字のサイズ */
	letter-spacing : 4px;                /* 文字間 */
	text-shadow    : 
		   2px  2px 1px #348145,
		  -2px  2px 1px #348145,
		   2px -2px 1px #348145,
		  -2px -2px 1px #348145,
		   2px  0px 1px #348145,
		   0px  2px 1px #348145,
		  -2px  0px 1px #348145,
       0px -2px 1px #348145; 

}

/*h2,
#container p,
small{
  margin:0 0 30px 0;
}
*/
img{
	max-width : 100%;画像の横幅が画面サイズが最高値になるように設定
	height: auto;横幅に併せて縦幅を自動で調整
} 
h2{
	color: #348145;
	clear: both;
	margin: 0px 0 10px 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
p {
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 2em;
}
small{
  display: block;
  text-align: center;
}
.clear {
	clear: both;
}
/*========= 左固定レイアウトのためのCSS ===============*/

/*左と右を囲う全体のエリア*/
#wrapper{
  position: relative;/*position stickyの基点にするため relativeをかける*/
    display: flex;/*左エリア、右エリア横並び指定*/
  flex-wrap: wrap;/*ボックスの折り返し可*/
	max-width: 1080px;
	margin: 0 auto;
}

/*左エリア*/
#fixed-area{
  /*左固定記述*/
    position: -webkit-sticky;/*Safari用*/
    position: sticky;
  top:0;
  /*横半分30%　縦を100vhにする*/
  width: 30%;
  height: 100vh;
  /*装飾のためのCSS*/
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  background:url("../img/2021_pc.jpg") no-repeat center top;
	/*background:url("../img/2021autumn_pc.jpg") no-repeat center;秋ver*/
  background-size:cover;
  color:#fff;
	padding-top: 30px;
}

/*右エリア*/
#container{
  /*横70%にする*/
  width:70%;
}
/*右各セクション 装飾のためのCSS*/
section{
  padding:20px;
}
section.about{
  background:#FCF8F2;
}
section.contact{
  background:#e3e3e3;
}

section h3 {
	text-shadow    : 
		   2px  2px 1px #FFF,
		  -2px  2px 1px #FFF,
		   2px -2px 1px #FFF,
		  -2px -2px 1px #FFF,
		   2px  0px 1px #FFF,
		   0px  2px 1px #FFF,
		  -2px  0px 1px #FFF,
       0px -2px 1px #FFF; 

}

/*概要*/
.overview {
	background-color: #FCF8F2;
}
.font10 {
	font-size: 10px;
}
ul.days {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex
}
ul.days li {
	width:33%;
	margin-left: 1%;
	float: left;
	border: #348145 1px solid;
	background-color: #FFF;
}
.day_about {/*ボックスの余白*/
	padding: 5px;
}
.day_about p {/*画像の中央寄せ様*/
	text-align: center;
}
ul.days li p.day{
	background-color: #348145;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}

ul.days li:first-child {
	margin-left: 0;
}

.type, .request li {/*文字色・赤*/
	color: #b81c22;
	font-weight: bold;
}
.type, .request p span {
	margin: 0 12px;
}
.Target{/*文字色・グレー*/
	color: #858585;
}
ul.days li p.Details{/*下の詳細説明*/
	color: #348145;
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
}

ul.attention {/*日程の注意書き*/
	margin: 20px 0;
}
ul.attention li:before { content:"※" }
ul.attention li{
	font-size: 10px;
	clear: both;
}


/*お申し込み*/
ol.request img {
	width: 30px;
	height: auto;
}
.request a.entry {/*角丸*/
	 background-color: #F00;
	border-radius: 10px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
}
.request a:hover {
	opacity: 0.5;
}
span.close {/*角丸*/
	background-color: #888888;
	border-radius: 10px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
}

ul.fourfifth li {
	font-family: 'kosugi maru', sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	margin-left: 120px;
	list-style: disc outside;
}
/*企画*/
.et_pb_module {
  display: inline-block;
}


/*.secList {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}*/

.secList, p.plan_day {/*角丸*/
	background-color: #348145;
	border-radius: 10px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
}
p.plan_day {
  background: #B81C22;
	float: left;
	line-height: 1em;
	margin: 0 5px 5px 0;
}

.secList:hover, .active {
  background: #B81C22;
  color: white;
}


.section {
	width:32.33%;
	margin: 10px 0 0 1%;
	float: left;
	height: 220px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px;
}
/*.section:first-child{
	margin-left: 0;
}

.section:nth-child(3n + 1) {
	margin-left: 0;
}
*/

h3 {
	font-size: 16px;
	clear: left;
}
.section.all {
	border: #000 1px solid;
}
p.about {
	font-size: 10px;
	clear: both;
}
.orange h3, .orange p.about{
	color: #DD960F;
}
.section.all.orange {
	border: #DD960F 1px solid;
}

.navy h3, .navy p.about {
	color: #1A4899;
}
.section.all.navy {
	border: #1A4899 1px solid;
}

.green h3, .green p.about, span.green {
	color: #00984B;
}
.section.all.green {
	border: #00984B 1px solid;
}

.lightblue h3, .lightblue p.about {
	color: #009FE6;
}
.section.all.lightblue {
	border: #009FE6 1px solid;
}

.purple h3, .purple p.about {
	color: #7D0F80;
}
.section.all.purple {
	border: #7D0F80 1px solid;
}
*{/*モーダルウインド*/
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.section:hover {
	opacity: 0.3;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	font-size: 14px;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
	margin-left: -26px;
}
.modal__content{
    background: #fff;
    left: 0%;
    padding: 20px;
    position: relative;
    top: 5vh;
    /*transform: translate(5%,5%);*/
    width: 60%;
	height: 90vh;
	overflow-y: scroll;
}
.modal__content img {
	max-width: 80%;
	margin:10px 10% 0 10%;
}
p.project {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
p.caption {
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 30px;
}
 .modal p.close_top{
	 text-align: right;
	 font-size: 10px;
}

 .modal p.close{
	 clear: both;
	 text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝左コンテンツ800px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:800px){
.sp {
		display: block;
}
.pc {
		display: none;
}
#wrapper{
  display: block;/*display:flex;を解除*/
}
section{
  min-height:auto;/*縦を100vh⇒解除*/
}

#fixed-area{
    position:relative!important;/*position stickyを解除*/
  width:100%;/*横幅を100%にして1列に見せる*/
  height: 40vh;/*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
  align-items: center;
	  background:url("../img/2021_sp.jpg") no-repeat center;
	/*background:url("../img/2021autumn_sp.jpg") no-repeat center;秋ver*/
	background-size: cover;
	padding-top: 0px;
}

#container{
  width:100%;/*横幅を100%にして1列に見せる*/
}
.modal__content{
    position: relative;
    top: 5%;
    /*transform: translate(5%,5%);*/
    width: 90%;
	height: 90vh;
	overflow-y: scroll;
}

}
/*＝＝＝＝＝＝＝＝＝＝＝//800px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/
