@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 820px) {

.sp-no {
	display: none;
}

.pc-no {
	display: inline;
}


.temp-page {
	width: 90%;
	max-width: 1400px;
	height: 100vh;
	margin: 0 auto;
	padding:0;
	position: relative;
	overflow: hidden;
}

.temp-logo {
	width: 80%;
	margin: 40% auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.temp-txt {
	width: 90%;
	margin: 0 auto;
	font-size: 140%;
	line-height:210%;
	text-align: center;
	font-weight: bold;
}

h1.common-hd {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 200%;
    font-weight: bold;
    line-height: 120%;
    display: block;
    text-align: center;
}

h1.common-hd:before {
    content: "";
    width: 250px;
    height: 10px;
    display: block;
    margin: 0 auto 20px;
    background-image: url("../img/common/mds_left.svg");
    background-size: contain;
    background-repeat: repeat-x;
}

h1.common-hd:after {
    content: "";
    width: 250px;
    height: 10px;
    display: block;
    margin: 10px auto 0;
    background-image: url("../img/common/mds_right.svg");
    background-size: contain;
    background-repeat: repeat-x;
}
	

.noshi-wrapper:before {
	content: "";
	width: 15px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/common/noshi_l.svg");
	background-size: contain;
	background-repeat: repeat-y;
}

.noshi-wrapper:after {
	content: "";
	width: 15px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("../img/common/noshi_r.svg");
	background-size: contain;
	background-repeat: repeat-y;
}


.hdr {
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	background-color: rgb(255 255 255 / 100%);
	transition: all 0.3s;
}

.hdr .hdr-wrap {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
	overflow: hidden;
	
	transition: all 0.3s;
	
	
}
	
.main {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ind-main {
    margin: 0;
}

.main-wrap {
	width: 90%;
	min-height: 60vh;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	overflow: visible;
}

.shop-wrap {
    max-width: 700px;
    padding: 30px 0 60px!important;
}

/***NEWS***/


h1.news-hd {
    width: 100%;
    max-width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 200%;
	line-height: 180%;
}

.nh-pc {
    display: none;
}

.nh-sp {
    display: block;
}

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px grey;
}

ul.news-list li:first-child {
    border-top: solid 1px grey;
}

ul.news-list li a {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    color: #454545;
}

ul.news-list li a .date {
    width: 30%;
    margin: 0 0 10px;
    font-size: 80%;
}
/*

.nl-tag {
    width: 50%;
    margin: 0 0 10px;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    font-weight: bold;
}

.gc {
    background-color: #E35B7E;
}

.pcp {
    background-color: #00A6B2;
}

.all {
    background-color: #F48700;
}
*/

ul.news-list li a .title{
    width: 100%;
}

h2.news-title {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: bold;
    line-height: 160%;
    border-bottom: solid 5px #D91E7C;
}

.news-info {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news-info .nl-date {
    width: 20%;
    margin: 0 2% 0 0;
}

.news-info .nl-tag {
    width: 35%;
}

.news-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    line-height: 220%;
}

.news-btn {
    width: 80%;
    max-width: 300px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #008ED9;
    border-radius: 60px;
    
    transition: all 0.5s;
}

.news-btn:hover {
    background-color: #004ab3;
}

.news-btn a {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 100%;
}

.pagination-area {
	width: 80%;
	max-width: 300px;
	margin:60px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-area .pagination-link {
	width: 15.5%;
	height: 40px;
	margin: 0 0 0 -1px;
	text-align: center;
	color: #1B232F;
	border: solid 1px #1B232F;
	font-size: 100%;
	line-height: 240%;
    
}

.pagination-area .pagination-link:first-child {
	margin: unset;
}

.pagination-area .pagination-link a {
	width: 100%;
	height: 100%;
	display: block;
	color: #1B232F;
    background-color: none;
}

.pagination-area .pagination-link a.page-here {
	background-color: #1B232F;
	color: #FFF;
}

/***FOOTER***/

.pagetop {
    width: 8%;
    max-width: 40px;
    position: fixed;
    right: 1%;
	bottom: 8px;
    z-index: 10;
    line-height: 0%;
	cursor: pointer;
    
	opacity: 0;
	transition: all 0.5s;
}

.sticky {
    position: fixed;
    bottom: 1%;
	transition: all 0.5s;
}

.fadeitin {
	opacity: 1.0;
}


.ftr {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 210%;
	z-index: 1;
}

.ftr .ftr-wrap {
	width: 98%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	
	background-color: #454545;
	color: #FFF;
}


}