@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: "EB Garamond", serif;
	font-size: 24px;
	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: "EB Garamond", serif;
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	line-height: 1.3em;
}

.wrap_content h2 {
 	font-family: "EB Garamond", serif;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	line-height: 1.3em;
	margin: 3% auto 1%;
	color: #954B25;
}

.wrap_content h2 span {
	font-size: 60%;
	font-family: "meno-display", serif;
    font-weight: 400;
    font-style: italic;
	color: #000;
}

.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: 13px;
	font-weight: 400;
	text-align: left;
	line-height: 1.3em;
	margin: 4% auto;
}

.wrap_inner {
	width: 95%;
	margin: 0 auto;
}

.Main {
	margin: 4% auto;
}

.bk01 {
	background-color: #eaddd4;
	padding: 1% 0;
}

.bk02 {
	background-color: #edeee9;
	padding: 1% 0;
}

.col01 {
	color: #954B25;
}

.data__name {
 	font-family: "EB Garamond", serif;
    font-weight: 500;
	display: block;
	margin: 1% 0;
}

.data__num {
	font-size: 16px;
 	font-family: "meno-display", serif;
	font-weight: 400;
    font-style: italic;
	display: block;
	margin: 1% 0;
}

.link_nav {
	width: 90%;
	margin: 10% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.link_nav_thumb {
	width: 30%;
	height: 80px;
	background-color: #eaddd4;
	padding: 2% 0;
	border: solid 1px #fff;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

a.link_nav_thumb {
 	font-family: "EB Garamond", serif;
	font-size: 16px;
	line-height: 1.0em;
	color: #000;
	text-align: center;
	margin: auto;
}

.link_btn {
	width: 70%;
	margin: 5% auto 10%;
}

.icon_arrow {
	position: absolute;
	bottom: -15%;
	left: 40%;
	width: 20%;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Red {
	color: #FF0004;
}



.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 40%;
    font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.065em;
    margin: 5% auto;
    padding: 8px;
	text-align: center;
    color: #fff;
    background-color: #cc8080;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
	font-family: "Noto Serif JP", serif;
    font-size: 15px;
    margin: 4% auto 0;
	text-align: center;
    color: #fff;
}

a.btn-2 {
	color: #000;
    text-decoration: underline;
}

.btn-3 {
    display: block;
    font-size: 15px;
    margin: 4% auto 0;
	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 {
	width: 85%;
	margin: 3% auto 5%;
	display: flex;
    align-items: center;	
}


.style_data {
	width: 50%;	
}

.credit_wrap {
	width: 85%;
	margin: 2% auto 10%;
}

.credit_flx {
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 13px;
}


.credit__name {
	width: 40%;
	text-align: left;
}

.credit__price {
	width: 30%;
	text-align: left;
}

.credit__btn {
	width: 30%;
	text-align: center;
	position: relative;
  display: block;
}

.credit__btn a span {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #121212;
	width: 100%;
    padding: 2px 5px;
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1rem;
	color: #000;
}

.credit__btn a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #eaddd4;
  border-right: 1px solid #eaddd4;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .8em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    transition: all .5s ease;
}


@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: 12px;
		line-height: 1.6em;
    }
    
	.wrap_content h1 {
		font-size: 16px;
		margin: 4% auto 2%;
	}	
    
    .wrap_content h2 {
        font-size: 22px;
		line-height: 1.2em;
		margin: 3% auto 5%;
    }
	
	.wrap_content h3 {
		font-size: 14px;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.link_nav {
		width: 90%;
	}
	
	.link_nav_thumb {
		height: 65px;
	}
	
	a.link_nav_thumb {
		font-size: 13px;
	}
	
	.credit_wrap {
		width: 90%;
	}
	
	.credit_flx {
		font-size: 12px;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 6% auto 8%;
    }
	
	
    .btn-2 {
        font-size: 13px;
		padding: 10px;
        margin: 8% auto 15%;
    }
	
	.btn-3 {
		font-size: 14px;
	}
		
	
}


