@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}
.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	letter-spacing: 1px;
}

.st_wrap h1 {
	font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 600;
	font-size: 38px;
	text-align: center;
	margin: 5% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 400;
	font-size: 17px;
	text-align: center;
	margin: 3% auto 8%;
    padding: 0;
	letter-spacing: 0px;
	
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 5% auto 2%;
    padding: 0;
	letter-spacing: 1px;
	color: #a5a180;
	font-family: "helvetica-lt-pro", sans-serif;

}

.st_wrap h3 span {
	font-size: 80%;
	font-weight: 400;
}

.st_wrap h3 img {
	width: 30%;
}

.st_wrap h4 {
    font-weight: 600;
	font-size: 14px;
	text-align: center;
	margin: 1% auto 5%;
}
.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background: #a5a180;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}


.st_wrap p {
	margin: 10px auto;
    text-align: center;
    font-size: 13px;    
    line-height: 1.8em;
}

.st_wrap .ttl{
	font-size: 18px;
	font-family: "helvetica-lt-pro", sans-serif;
	text-align: center;
	margin: 15% auto 5.5%;
	line-height: 2em;
	color: #444;
	letter-spacing: 1px;
	font-weight: 600;
	
}
.st_wrap .head-border {
    display: flex;
    align-items: center;
}

.st_wrap .head-border:before,
.st_wrap .head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.st_wrap .head-border:before {
    margin-right: 1rem;
}

.st_wrap .head-border:after {
    margin-left: 1rem;
}

.logo {
	width: 22%;
	margin: 6% auto;
}

.Main {
	width: 100%;
	margin:10% auto 0;
	position:relative;
    display: flex;
}
.Main_s {
	width: 80%;
	margin: 6% auto 3%;
	position: relative;
}
.Lead_box {
	margin: 0 auto;
	padding: 2% 0;
}
.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 5% auto;
	line-height: 2em;
	letter-spacing: 1px;
	font-family: "yu-gothic-pr6n", sans-serif;
}
.event_lead{
	text-align:center;
	font-size: 17px;
	font-weight: 500;
	margin: 5% auto 1%;
	line-height: 1.8em;
}
.underline{
	border-bottom: #333333 1px solid;
}
.note{
	font-size: 13px;
	text-align: center;
	margin: 0% auto 10%;
	line-height: 1em;
}
.item_box{
	width: 94%;
	margin: 5% auto 0;
	display:flex;
	position: relative;
	overflow: hidden;
	justify-content: space-between;
	gap:2%;
}
.item_box .item{
	width: 48%;
	display: inline-block;
	margin: 0 auto;
	letter-spacing: 0px;
}
.cate{
	font-size: 15px;
	text-align: center;
	margin: 2% auto;
	line-height: 1.6em;
	font-family: "helvetica-lt-pro", sans-serif;
	
}
.item_box .item_txt{
	font-size: 12px;
	text-align: center;
	line-height: 1.7em;
	margin: 2.5% auto;
	position: relative;
	letter-spacing: 0px;
}
.contents_box{
	width: 90%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap: wrap;
}
.contents_box .contents{
	width: 100%;
	margin: 5% auto;
}
.contents_txt{
	font-size: 16px;
	text-align: center;
	line-height: 1.7em;
	margin: 2% auto;
	position: relative;
	color: #000000;
	font-family: "yu-gothic-pr6n", sans-serif;
}
.mail_txt{
	font-size: 13px;
	text-align: center;
	line-height: 1.7em;
	margin: 2% auto;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
}


.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}


.Icon{
	width: 13%;
	text-align: center;
	margin: 0 auto;
	display: blockl
}

.clear {
	clear:both;
}

.btn-brand {
    display: block;
    width: 70%;
    font-size: 15px;
    margin: 2% auto 10%;
    padding: 2.5% 0;
    color: #333;
	line-height: 2em;
    background-color: #eae6e0;
	font-weight: 500;
	letter-spacing: 0px;
}

a.btn-brand {
    text-decoration: none;
}

.btn-1 a {
    background: #eae6e0;
    position: relative;
    display: flex;
	text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 75%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    line-height: 2em;
    float: none;
	color: #333;
    /*border: #222 1px solid;*/
    letter-spacing: .8px;
	border-radius: 0px;
    
}
.btn-1 a:after {
    content: '';
    display: block;
    border: transparent 3px solid;
    border-left: #000 6px solid;
    position: absolute;
    top: 50%;
    right: 5.60748%;
    transform: translateY(-50%);
}

.btn-1 a:hover {
	background: #333;
	color: #FFFFFF;
    
}
.btn-1 a:after {
    content: '';
    display: block;
    border: transparent 3px solid;
    border-left: #000 6px solid;
    position: absolute;
    top: 50%;
    right: 5.60748%;
    transform: translateY(-50%);
}
.btn-1 a:hover:after{
	border-left: #fff 6px solid;
}


.btn-3 a {
    background: #333;
    position: relative;
    display: flex;
	text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 5% auto 15%;
    width: 60%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
    float: none;
	color: #FFFFFF;
    /*border: #222 1px solid;*/
    letter-spacing: .8px;
	border-radius: 0px;
	font-family: "helvetica-lt-pro", sans-serif;
    
}


.YuGothicPr6{
	font-family: "yu-gothic-pr6n", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}
.NotSans{
	font-family: "Noto Sans JP", sans-serif;
}

.pc{
	display: block;
}
.sp {
	display:none;
}

@media only screen and (max-width: 767px) {
	.st_wrap{
		letter-spacing: .5px;
	}
	.st_wrap h1{
		font-size: 24px;;
	}
	.st_wrap h2{
		font-size: 15px;
		line-height: 2em;
		
	}
	.st_wrap h3{
		font-size: 21px;
		letter-spacing: 0px;
	}
	.st_wrap h5{
		font-size: 17px;
	}
	.logo{
		width: 30%;
	}
	.Lead{
		font-size: 14px;
		letter-spacing: 0px;
		margin-bottom: 10%;
	}
	.Main_s{
		width: 90%;
	}
	.st_wrap .ttl{
		font-size: 16px;
	}
	.event_lead{
		font-size: 15px;
		font-weight: 600;
	}
	.note{
		font-size: 11px;
	}
	.cate{
		font-size: 12px;
	}
	.item_box .item{
		width: 49%;
	}
	.item_box .item_txt{
		font-size: 11px;
		text-align: left;
	}
	.contents_txt{
		margin: 4% auto;
		font-size: 14px;
	}
	.Icon{
		width: 16%;
	}
	.mail_txt{
		font-size: 11px;
		margin: 5% auto 10%;
	}
	.btn-1 a{
		width: 90%;
		font-size:13px;
		letter-spacing: 0;
	}
	.btn-3 a{
		width: 98%;
		font-size: 10px;
		padding:5% 0;
		line-height: 1.8em;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	
}


