@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

a:hover{
	opacity: .8;
	transition: all 0.4s ease;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
.raleway{
    font-family: raleway, sans-serif;
}
.Gotham{
    font-family: gotham, sans-serif;
}
.Nexa{
    font-family: nexa, sans-serif;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1{
    font-family: Roboto, sans-serif;
    font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 10% auto 5%;
    padding: 0;
}

.st_wrap h3 span {
	font-size: 110%;
	font-weight: bolder;
    font-family: gotham, sans-serif;
}


.st_wrap h4 {
	font-family: gotham, sans-serif;
	font-size: 30px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 5%;
	white-space: nowrap;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
    background:#767c88;
	color: #ffffff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 100%;
}
.catch:before {
  margin-right: 1em;
}
.catch:after {
  margin-left: 1em;
}

.st_wrap p {
	margin: 10px auto;
    text-align: center;
    font-size: 13px;    
    line-height: 1.8em;
}

.logo {
    width: 20%;
    margin: 7% auto 10%;
}

.Main {
	width: 100%;
	margin:5% auto 0;
	position:relative;
    display: flex;
}

.Main_s {
	width: 80%;
	margin: 5% auto;
	position: relative;
}


.sp {
	display:none;
}

.title{
	font-size: 20px;
}

.title span{
	font-size: 16px;
	font-weight: 600;
}
.Lead {
	font-family: "Lato", sans-serif;
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 2% auto 8%;
	line-height: 2em;
}
.Main_box{
    width: 80%;
    text-align: center;
    margin: 0% auto 5%;
    position: relative;
    display: inline-block;
}
.Main_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1%;
}
.Main_box .credit{
    font-size: 11px;
    text-align: center;
    margin: 1.5% auto;
    position: relative;
    line-height: 1.6em;
}



.item_wrap{
	width: 90%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
}
.item_wrap .item ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:4%;
    margin-bottom: 12.5%;
}
.item_wrap .item ul li{
    position: relative;
    display: block;
}
.item_wrap .item_title{
    font-family: gotham, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5%;
}
.item_wrap .item_title2{
    font-family: gotham, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 10% auto 5%;
}
.date{
    font-size: 20px;
    text-align: center;
    margin: 2.5% auto;
    line-height: 2em;
}
.date span{
    font-size: 16px;
}

.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%);
}

.sml{
	font-size: 80%;
}
.sml2{
    font-size: 90%;
}

.st_wrap section {
	max-width: 1200px;
	margin: 0 auto 1%;
	padding-bottom: 1%;
}

.oe_lead{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.oe_lead span{
	background: linear-gradient(transparent 30%, #ece3c6 60%);
}

.Icon  {
    margin: 2% auto 1%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0em;
}

.Icon img {
    width: 100%;
	max-width: 80px;
}

.Logo  { 
	width: 15%; max-width: 200px; margin: 10% auto 5%;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #fff;
    background-color: #333333;
	transition: all 0.4s ease;
	position: relative;
}

.btn-1:hover {
    color: #fff;
    background-color: #333333;
}

.btn-1::after{
    content: '';
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
	transition: all 0.4s ease;
}

.btn-1:hover::after {
    right: 15px;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    width: 80%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 6%;
    padding: 10px;
    color: #057b9d;
    background-color: #f9f9f9;
	transition: all 0.4s ease;
	position: relative;
	border: 1px solid #057b9d;
	font-weight: 500;
}

.btn-2 span{
    font-size: 13px;
}

.btn-2:hover {
    color: #ffffff;
    background-color: #057b9d;
}

.btn-2::after{
    content: '';
    border: 0;
    border-top: solid 1px #057b9d;
    border-right: solid 1px #057b9d;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
	transition: all 0.4s ease;
}

.btn-2:hover::after {
    right: 15px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

a.btn-1 {
    text-decoration: none;
}



#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.cate_txt{
	font-size: 13px;
    text-align: center;
    line-height: 2.8em;
	color: #333333;
}
	
.sns_wrap{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	margin: 10% auto;
	width: 70%;
}
.sns_item {
    text-align: center;
}
.sns_item a {
	color: #3f1500;
} 
.sns_item img {
	width: 50%;
}

.line {
    width: 80%;
    height: 1px;
    background-color: #ccc;
    margin:5% auto;
}


@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 7px 0;
    }
	
    .st_wrap h1 {
        font-size: 23px;
        margin: 4% auto 2%;
    }    
	
	.st_wrap h1 img {
		width: 80%;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 17px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 17px;
        margin: 13% auto 5%;
    }	

    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
		
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.logo {
        width: 30%;
        margin: 10% auto;
	}
	
	.Main_s {
		width: 90%;
	}   
    .Main_box{
        width: 90%;
    }
	.date span{
		font-size: 13px;
	}
	
	.Lead {
		font-size: 13px;
		margin: 4% auto 10%;
        line-height: 2em;
	}
	
	.date {
		font-size: 14px;
	}
	
    .oe_lead {
        font-size: 15px;
    }
    .item_wrap {
        width: 90%;
        margin: 0 auto;
    }
    .item_wrap .item_main{
        width: 90%;
    }
	
	.item_wrap .item_title{
        font-size: 15px;
    }
    .item_wrap .item_title2{
        font-size: 15px;
        margin: 12.5% auto 5%;
    }
	.item_wrap .item_main .item_box .name {
        font-size: 9px;
    }
	
    .item_wrap .item_name{
        font-size: 11px;
    }

    .item_wrap .item_price{
        font-size: 12px;
    }

    .item_wrap .item_price span{
        font-size: 10px;
    }
    .item_wrap .item ul{
        gap:2%;
    }
	.name_item {
		font-size: 14px;
	}
    .btn-1{
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
	.cate_txt{
		font-size: 11px;
	}
    .line{
        width: 90%;
    }
			
	
	
}
