@charset "UTF-8";
#header {
}

img{
	max-width: 100%;
}

ul {
  list-style: none;
}

#basicdate,#knowledge,#tips,#more,#last{
	padding-top: 20px;
	font-family: "いろはマル","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro";
}
#last{
	padding-bottom: 20px;
}

.section_inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.pc-only{
	display: block;
}

.sp-only{
	display: none;
}

/* テキスト設定 */
h2.large{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin: 30px 0 30px 0;
}

h3.small{
	font-weight: normal;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	border-bottom:solid;
	border-color:#333333;
	border-width:1px;
	padding: 20px 0 10px 0;

}

h4.style{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin-top: 10px;
}

h5.tips-label{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.03em;
	display: block;
	width: 250px;
	height: 24px;
	background-color: #dcc55d;
	color: #333333;
	border-radius: 10px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 10px;
}

p.medium{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding: 10px 0 20px 0;
}

ul.schnalist{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding: 0;
}

P.schnacolor{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

/* テキスト設定終了 */

#mainvisual {
	width: 100vw;
	height: 100vh;
	background-image: url(../images/meinvisual-pc.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gnav{
	font-size: 22px;
	font-weight: bold;
	font-family: "いろはマル","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro";
	color: #333333;
	text-align: right;
}

.gnav li{
	display: inline-block;
}

.gnav li a{
	display: flex;
	padding: 1em;
	color: #333333;
	text-decoration: none;
}

ul.gnav li a:hover{
	color: #ffffff;
}

.title{
	width: 600px;
	height: 170px;
	position: absolute;
	top: 80px;
	left: 50px;

}

.schna_icon{
	width: 50px;
}

.date_imag{
	display: flex;
}

.date{
	padding: 10px;

}

.schna_imege{
	padding: 20px;

}


.schnacolorimage{
	display: flex;
	margin-bottom: 20px;

}


.schnacolor{
	text-align: center;

}

.schnacolor img{


}


.icon_title{
	display: flex;
}


#menubutton{
	display: none;
}

#gnav-sp-wrap{
	display: none;
}

.gnav-sp li a{
	display: none;
}

.last-message{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#footer{
	height: 70px;
	line-height: 70px;
	width: 100%;
	background-color: #333333;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.03em;
	color: #ffffff;
	font-family: "いろはマル","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro";
	text-align: center;
	margin: auto;
}



/*===============================================
PC : 画面の横幅が769px以上
=================================================*/

.example {
	font-size: 50px;
	color: #99293D;
}



/*ここからメディアクエリで各デバイスサイズに書き分けます
CSSは上から下に継承されるので、変化させたいところだけ書けばOK*/



/*================================================
Tablet : 画面の横幅が768pxまで
==================================================*/
@media screen and (max-width: 768px){
	.section_inner{
		padding: 0 24px;
		max-width: 550px;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}

/* スマホサイズ用テキスト設定 */
	h2.large{
		font-weight: bold;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		margin: 30px 0 30px 0;
	}

	h3.small{
		font-weight: normal;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		border-bottom:solid;
		border-color:#333333;
		border-width:1px;
		padding: 20px 0 10px 0;

	}

	h4.style{
		font-weight: bold;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		margin-top: 10px;
	}

	h5.tips-label{
		font-weight: bold;
		font-size: 10px;
		letter-spacing: 0.03em;
		display: block;
		width: 200px;
		height: 20px;
		background-color: #dcc55d;
		color: #333333;
		border-radius: 10px;
		text-align: center;
		line-height: 20px;
		margin-bottom: 4px;
	}

	p.medium{
		font-weight: normal;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		padding: 10px 0 20px 0;
	}
	ul.schnalist{
		font-weight: normal;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		padding: 0;
	}
	P.schnacolor{
		font-weight: normal;
		font-size: 8px;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}
	.schna_icon{
		width: 8%;
		margin: 30px 0 30px 0;
	}
	.date_imag{
		display: block;
	}
	.gnav	{
		display: none;
	}

	#gnav-sp-wrap{
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		z-index: 100;
		padding-top: 100px;
		font-size: 16px;
		font-weight: bold;
		font-family: "いろはマル","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro";
		color: #333333;
		text-align: center;
		margin-top: 0;
	}

	.gnav-sp li a{
		display: flex;
		padding: 1em;
		color: #333333;
		text-decoration: none;
		width: fit-content;
	 	margin: auto;
	}

	/*ーーーハンバーガーメニュー右上に表示させたいーーー*/
	#menubutton{
		display: block;
		width: 60px;
		height: 60px;
		padding: 22px 18px;
		margin: 0 0 0 auto;

	}
	.menubutton-inner{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	.menubutton-inner span{
		height: 2px;
		width: 100%;
		background-color: #333333;
		position: absolute;
	}
	.menubutton-inner span:nth-child(1) {
	  top: 0;
	}

	.menubutton-inner span:nth-child(2) {
	  top: 50%;
	  transform: translateY(-50%);
	}

	.menubutton-inner span:nth-child(3) {
	  top: 100%;
	  transform: translateY(-100%);
	}

	#mainvisual{
		width: 100vw;
		height: 100vw;
		background-image: url(../images/meinvisual-pc.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.title{
		width: 70%;
		height: 70%;
		position: absolute;
		top: 50px;
		left: 40px;
	}
}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:640px){
	.example {
		font-size: 20px;
		color: #AD8651;
	}
}
