@charset "UTF-8";
/* CSS Document */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
.wrap_content ul[class], .wrap_content ol[class] {
  padding: 0;
}


/* Remove list styles on ul, ol elements with a class attribute */
.wrap_content ul[class], .wrap_content ol[class] {
	list-style: none;
}

img { width:100%; height:auto;vertical-align: bottom;}


body{
	margin: 0;
	padding: 0;
	color: #000;
}


.top_blc h1 {
 	font-family: "Gravitas One", serif;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	line-height: 1.3em;
}

.gwlogo {
	width: 60%;
	margin: auto;
}



.wrap_content {
	clear: both;
	width:100%;
    text-align: center;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Serif JP", serif;
	color: #000000;	
}

.wrap_content a {
	text-decoration: none;
}

.wrap_content img {
	width: 100%;
}

.wrap_content h1 {
 	font-family: "Gravitas One", serif;
	font-size: 38px;
	text-align: center;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10% auto 1%;
}

.wrap_content h2 {
 	font-family: "Cantata One", serif;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	line-height: 1.3em;
	margin: 2% auto 5%;
}

.wrap_content h3 {
	font-family: "meno-display", serif;
    font-weight: 400;
    font-style: italic;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
}


.wrap_content p {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 1.3em;
	margin: 4% 3%;
}

.subttl {
	font-family: "Cantata One", serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 2% auto 6%;
}

.wrap_inner {
	width: 95%;
	margin: 0 auto;
}

.Lead {
	font-size: 16px;
	font-weight: 500;
	margin: 3% auto 7%;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Red {
	color: #FF0004;
}


.clear {
	clear:both;
}

/*ivory*/
.col01 {
	color: #000;
	background-color: #fff;
}
/*charcoal*/
.col02 {
	color: #fff;
	background-color: #7f7f7f;
}
/*vlue*/
.col03 {
	color: #fff;
	background-color: #0070c0;
}
/*navy gray*/
.col04 {
	color: #fff;
	background-color: #17375e;
}
/*rose gray*/
.col05 {
	color: #fff;
	background-color: #C28285;
}
/*brown*/
.col06 {
	color: #fff;
	background-color: #632523;
}

/*mocha*/
.col07 {
	color: #fff;
	background-color: #B29784;
}
/*mint blue*/
.col08 {
	color: #000;
	background-color: #a3ffd1;
}
/*graige*/
.col09 {
	color: #fff;
	background-color: #c4bd97;
}


.btn-1 {
    display: block;
    width: 90%;
	font-family: "Roboto", sans-serif;
    font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.065em;
    padding: 5px;
	margin: 3% 5%;
	text-align: center;
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 30px;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: inline;
    font-size: 16px;
    margin-left: 10%;
	text-align: center;
	font-weight: 600;
}

a.btn-2 {
	color: #000;
    text-decoration: underline;
}

.btn-3 {
    display: block;
    font-size: 15px;
	font-weight: 500;
    margin: 8% auto 5%;
	text-align: center;
    color: #000;
}

a.btn-3 {
	color: #000;
    text-decoration: underline;
}



/*swiper*/

.swiper_content{
	width: 100%;
	max-width: 800px;
	margin: 6% auto 3%;
}


.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-container-horizontal li{ cursor: pointer; }
.swiper-slide-thumb-active{ opacity: .5; }


.swiper__thmbnail__wrap {
	margin: 3% auto 5%;
    align-items: center;	
}

.swiper-slide img{
	border: solid 3px #000;
}

.credit_wrap {
	width: 85%;
	margin: 2% auto;
}

@media only screen and (max-width: 750px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrap_content {
		width: 97%;
		margin: 0 auto 1%;
	}

    .wrap_content p {
        font-size: 15px;
		line-height: 1.6em;
		margin: 3% 3% 10%;
    }
    
	.wrap_content h1 {
		font-size: 33px;
		margin: 6% auto 3%;
	}	
    
    .wrap_content h2 {
        font-size: 20px;
		line-height: 1.2em;
		margin: 3% auto 5%;
    }
	
	.wrap_content h3 {
		font-size: 14px;
	}
	
    
	.Lead {
		font-size:14px;
		margin: 5% auto 6%;
	}
	
	.credit_wrap {
		width: 90%;
	}
	
	.credit_flx {
		font-size: 12px;
	}
	
    .btn-1 {
        font-size: 11px;
		width: 93%;
		padding: 5px 0;
        margin: 6% auto 8%;
    }
	
	
    .btn-2 {
        font-size: 15px;
		padding: 10px;
        margin: 8% auto 15%;
    }
	
	.btn-3 {
		font-size: 16px;
	}
		
	
}


