@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}

body img {
	vertical-align: bottom;
}

/* Header */


/*
* styles
*/


.wrapper {
    margin: 0 auto 0;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
    color: #000000;
	overflow: hidden;
}

.Rht {
	text-align: right;
}

.Lft {
	text-align: left;
}

.wrapper img {
    width: 100%;
    vertical-align: bottom;
}

figure {
	margin: 0;
	padding: 0;
	position: relative;
}

.wrapper h1 {
	font-size: 23px;
    margin: 1% auto 4%;
}


.wrapper h1 span {
	padding-bottom: 5px;
	border-bottom: solid 2px #000;
}



.wrapper h2 {
	margin: 3% 0 5%;
	font-size: 20px;
	font-weight: 500;
	color: #00a99d;
}

.wrapper h3 {
    font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 22px;
    line-height: 1.5em;
	margin: 3% auto 0;
	text-align: center;
}

.wrapper h4 {
	font-weight: 500;
	font-size: 17px;
    line-height: 1.5em;
	margin: 4% auto 2%;
	text-align: center;
}

.wrapper h4 span {
	padding: 5px 15px;
	background-color: #fdff6d;
}

.wrapper p {
    font-size: 13px;
    line-height: 1.8em;
    margin: 2% auto 1%;
    text-align: left;
}

.top_content {
	width: 100%;
	max-width: 1200px;
	height: 720px;
	background-image: url("../images/top_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}


.wrap_content {
	width: 1200px;
    margin: 2% auto 8%;
	position: relative;
}

.ttl {
	width: 55%;
	margin: 3% 0;
	position: absolute;
	bottom: 2%;
	left: 0;
}

.Lead {
	font-size: 14px; 
	line-height: 1.8em;
	text-align: right;
	margin: 6% auto;
}


.c-marker {
    background: -webkit-linear-gradient(left, rgb(248,216,216) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(248,216,216) 50%, transparent 50%);
    background: linear-gradient(left, rgb(248,216,216) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .3em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}



.style_box {
	width: 100%;
	margin: 4% auto 10%;
	position: relative;
	display: flex;
	align-items: flex-start;
}


.style_main {
	width: 50%;
	margin: 0;
	position: relative;
}

.style_txt {
	width: 43%;
	margin: 0;
	text-align: left;
}

.s_no {
	width: 60%;
	margin: 4% 0;
}

.item1 {
	width: 75%;
	margin: 0 0 7% 25%;
}

.item_box {
	width: 80%;
	margin: 5% 0;
}

.item_box p {
	margin: 3% 0 2%;
}

.item_name {
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 500;
	margin: 5% 0 1%;
}

.red {
	color: #902222;
	font-weight: 600;
	font-size: 110%;
}

.Sml {
	font-weight: 600;
	font-size: 90%;
}

.thumb_box {
	width: 100%;
	margin: 4% auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.thumb {
    width: 24%;
    margin: .5%;
    position: relative;
}

.thumb p {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
    margin: 2% 0;
    padding: 0;
}

.thumb p a {
    color: #000;
    text-decoration: none;
}

.sub_box {
	width: 80%;
	margin: 5% auto;
	display: flex;
}

.sub_txt, .sub_img {
	width: 50%;
	margin: 0;
}


.FL {
	float: left;
}
.FR {
	float: right;
}

.M20 {
	margin: 20% 0;
}

.MT50 {
	margin-top: 50%;
}


.MR3 {
	margin-right: 3%;
}

.bdr {
	padding-bottom: 5px;
	border-bottom: solid 3px #00a99d;
}

.r_bdr {
	width: 10px;
	height: 100%;
	background-color: #baa259;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.l_bdr {
	width: 10px;
	height: 100%;
	background-color: #baa259;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 2px 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

/* Button 1 */
.btn-1 {
	display: inline-block;
	width: 30%;
	font-size: 14px;
	font-weight: 500;
	margin: 1% 0 3%;
    padding: 4px 0;
    border: solid 1px #000;
	background-color: #000;
	color: #fff;
    border-radius: 3px;
    text-decoration: none;
	transition: .4s;
}

.btn-1:hover {
	background-color: #902222;
	border: solid 1px #902222;
}


/* Button 2 */
.btn-2 {
	width: auto;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	color: #000;
	background-color: #E2E6F0;
	float: right;
	transition: .3s;
}

a.btn-2{
	text-decoration: none;
}

a.btn-2:hover {
	color: #fff;
	background-color: #000;
}


.btn-3 {
	width: 30%;
	font-size: 18px;
	margin: 8% auto;
	padding: 15px 10px;
	color: #000;
	background-color: #000;
	transition: .3s;
}

a.btn-3{
	color: #fff;
	text-decoration: none;
}

.btn_link {
	width: 70%;
	max-width: 600px;
	margin: 5% auto;
}

.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}

.st_footer {
	margin: 8% auto 3%;
	text-align: center;
	font-size: 12px;
}


@media only screen and (max-width:750px){
	.wrapper {
		width: 100%;		
        margin: 0 auto 5%;
	}	

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrapper h1 {
		font-size: 15px;
		line-height: 1.4em;
        margin: 2% auto 8%;
	}
	
	.wrapper h2 {
		font-size: 15px;
		line-height: 1.4em;
        margin: 8% auto 4%;
	}
	
	.wrapper h3 {
		font-size: 14px;
	}
	
	.wrapper h4 {
		font-size: 13px;
		margin: 6% auto 4%;
	}
	
	.wrapper p {
		font-size: 12px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.top_content {
		width: 100%;
		height: auto;
		min-height: 500px;
		background-image: url("../images/top_sp.jpg");
	}
	
	.wrap_content {
		width: 100%;
	}
	
	.ttl {
		width: 90%;
		margin: 5% 0 0;
		left: 3%;
	}

	.Lead {
		font-size: 12px;
		text-align: center;
		margin: 10% 3%;
		line-height: 2em;
	}
	

	.style_box {
		width: 94%;
		margin: 20% auto 6%;
		flex-direction: column;
	}
	
	.style_main {
		width: 100%;
		order: 1;
	}
	
	.style_txt {
		width: 100%;
		margin: 8% 0 4%;
		order: 2;
		position: relative;
	}
	
	.item1 {
		width: 70%;
		margin: 0 0 -10% 30%;
		position: relative;
	}
	
	.MR3 {
		margin-right: 0;
	}
	
	.sub_box {
		width: 88%;
		flex-direction: column;
		margin: 5% auto;
	}
	
	.sub_txt {
		width: 100%;
		order: 2;
	}
	
	.sub_img {
		width: 100%;
		margin: 0 0 10%;
		order: 1;
	}
	
	.thumb_box {
		width: 94%;
	}
	
	.thumb {
		width: 48%;
		margin: 1%;
	}
	
	.item_box {
		width: 100%;
	}
	
	.item_name {
        width: 90%;
		font-size: 13px;
		line-height: 1.6em;
		margin: 3% auto;
		text-align: center;
	}
	
	.txt1 {
		font-size: 15px;
		line-height: 1.6em;
		text-align: center;
	}
	
	.r_bdr, .l_bdr {
		width: 3px;
	}
	
	
	.MT50 {
		margin-top: 5%;
	}
	
	.M20 {
		margin: 5% auto;
	}
	
	
	/* Button 1 */
	.btn-1 {
		display: block;
		width: 60%;
		margin: 3% auto;
		padding: 2%;
		float: none;
		font-size: 13px;
        line-height: 1.3em;
	}
	
	/* Button 2 */
	.btn-2 {
		width: auto;
		font-size: 10px;
		text-align: left;
    	margin: 1% 0;
		padding: 0 10px;
	}
	
	.btn-3 {
		width: 60%;
		font-size: 13px;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	

	
	.st_footer {
		font-size: 10px;
	}
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width:750px){
	
	.gotop {
		font-size: 35px;
		padding: 5px;
	}
}
