/* カスタマイズ用CSS */

* {
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

body {
	color: #3b3b3b;
	font-weight: 500;
/*  	font-feature-settings : 'palt'; */
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

.pc {
	display: none;
}

.nos {
	margin:0;
	padding:0;
	list-style: none;
}

.mimg img {
	width:100%;
	height:auto;
}

img {
	border: 0;
	vertical-align: bottom;
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

p.sq_btn a{
	width:100%;
	max-width:320px;
}

.ec-role,
.ec-contactRole,
.ec-layoutRole__contents {
	padding-bottom:50px;
}

.ec-role.pab0 {
	padding-bottom:0;
}

.ec-newItemRole {
	padding-bottom:0;
}

header *,
footer * {
	margin:0;
	padding:0;
}

#wrapper {/* .v2 */
	padding:60px 0 0;
	font-size:14px;
}

.block1 {
	padding:30px 10px;
}

@media screen and (min-width: 350px) {

	.block1 {
		padding:30px 20px;
	}
}

.head_banner {
	background-color: #68be83;
	padding:6px 15px;
	color:#FFF;
	text-align: center;
}

.head_banner .line1 {
	margin:0 0 5px;
	line-height:1.4;
	font-weight: bold;
}

.head_banner .line2 {
	line-height:1.4;
	font-size:11px;
}

header {/* .v2 */
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.1);
	z-index: 15;
}

header .block1 {/* .v2 */
	padding-top:10px;
	padding-bottom:0;
	height:60px;
	position: relative;
}

header .logobox {
	width:100px;
}

header .logobox h1 {
	display: none;
}

header .logobox p {
	width:100px;
}

header .logobox p a {
	display: block;
	overflow: hidden;
	background: url('../img/common/logo.jpg') no-repeat;
	background-size: auto 40px;
	padding: 40px 0 0;
	height: 0!important;
}

.splinks {
	position: absolute;
	top:10px;
	right:15px;
	width:74px;
}

.splinks ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5px 0;
	height:40px;
}

.splinks li {
	width:32px;
}

.splinks .shop {
    border:1px solid #777;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.splinks .shop a {
	display: block;
	overflow: hidden;
	background: url('../img/common/shopping-cart-solid.svg') no-repeat center center;
	background-size: auto 18px;
	padding: 30px 0 0;
	height: 0!important;
}

.splinks .menu {
    border:1px solid #777;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.splinks .menu a {
    display: block;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.splinks .menu a::before,
.splinks .menu a::after {
    position: absolute;
    content: '';
    left: 6px;
    width: 19px;
    height: 2px;
    background-color: #777;
    transition: .3s;
}

.splinks .menu a::before {
    top: 9px;
}

.splinks .menu a::after {
    bottom: 7px;
}

header.active .splinks .menu a::before {
    top: 6px;
    left: 7px;
    width: 25px;
    -webkit-transform-origin:left top 0;
    -moz-transform-origin:left top 0;
    -ms-transform-origin:left top 0;
    -o-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.active .splinks .menu a::after {
    bottom: 5px;
    left: 6px;
    width: 24px;
    -webkit-transform-origin:left top 0;
    -moz-transform-origin:left top 0;
    -ms-transform-origin:left top 0;
    -o-transform-origin:left top 0;
    transform-origin:left top 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.splinks .menu b {
    position: absolute;
    content: '';
    top:15px;
    left: 6px;
    width: 19px;
    height: 2px;
    background-color: #777;
    transition: .3s;
}

.active .menu b {
    opacity: 0;
    left: 40px;
}

.hinfo_block {
	display: none;
}

.hgnavi_block {
	display: none;
	opacity: 0;
	position: fixed;
	top:60px;
	left:0;
	width:100%;
	height:130%;
	background-color: #FFF;
	z-index: 15;
}

.active .hgnavi_block {
	display: block;
	opacity: 1;
}

.hgnavi_body {
	padding:0 0 30px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.hgsearch_block {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin:0 15px 20px;
	border:1px solid #000;
}

.hgsearch_catbox {
	width:120px;
}

.hgsearch_catbox .sele100 {
	padding:0 10px;
	width:100%;
	line-height:30px;
	height:30px;
	font-size:16px;
	border:none;
	background-color: transparent;
}

.hgsearch_btnbox {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width:calc(100% - 120px);
}

.hgsearch_btnbox .inputbox {
	width:calc(100% - 30px);
}

.hgsearch_btnbox .inputbox input {
	padding:0 10px;
	width:100%;
	line-height:30px;
	height:30px;
	font-size:16px;
	border:none;
	background-color: transparent;
}

.hgsearch_btnbox .sbtn {
	width:30px;
}

.hgsearch_btnbox .sbtn a {
	display: block;
	overflow: hidden;
	background: url('/html/template/basic/assets/icon/tp_search.svg') no-repeat center center;
	background-size: 23px 23px;
	background-color: #000;
	padding: 30px 0 0;
	height: 0!important;
}

.gnavi1 {
	margin:0 0 30px;
	border-top:1px solid #777;
}

.gnavi1 li {
	border-bottom:1px solid #777;
}

.gnavi1 li a {
	display: block;
	padding:0 20px;
	line-height:40px;
}

.gnavi1 li ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.gnavi1 li li {
	border-bottom:none;
	width:50%;
	font-size:13px;
}

.gnavi1 li li a {
	display: block;
	padding:5px 20px;
	line-height:1.5;
	min-height:30px;
}

.gnavi2 {
	margin:0 0 30px;
}

.gnavi2 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.gnavi2 li {
	width:50%;
}

.gnavi2 li a {
	display: block;
	padding:0 20px;
	line-height:40px;
}

.sns_block ul {
	display: flex;
	justify-content: center;
}

.sns_block li {
	margin:0 20px 0 0;
	width:35px;
}

.sns_block li:last-child {
	margin-right:0;
}

.sns_block li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 35px 0 0;
	height: 0!important;
}

.sns_block li.line a {
	background-image: url('../img/common/icon_line.svg');
	background-size: 35px 35px;
}

.sns_block li.insta a {
	background-image: url('../img/common/icon_insta.svg');
	background-size: 35px 35px;
}

.sns_block li.fb a {
	background-image: url('../img/common/icon_fb.svg');
	background-size: 35px 35px;
}

.bottom_block {
	background-color: #f9f9f9;
}

.bottom_block .block1 {
	padding-top:15px;
	padding-bottom:15px;
}

.binfo_block {
	margin:0 0 30px;
}

.binfo_block:last-child {
	margin-bottom:0;
}

.binfobox {
	margin:0 0 20px;
	padding:15px 20px;
	background-color: #FFF;
}

.binfobox:last-child {
	margin-bottom:0;
}

.binfobox h3 {
	margin:0 0 10px;
	font-size:18px;
	font-weight: bold;
}

.binfobox .ex {
	margin:0 0 10px;
}

.binfobox .btnbox {
	margin:0 auto;
	width:160px;
	font-size:13px;
}

.binfobox .btnbox a {
	display: block;
	line-height:35px;
	text-align: center;
	border:1px solid #000;
}

.blink_block {
	margin:0 0 30px;
}

.blinkbox {
	margin:0 0 10px;
}

.blinkbox:last-child {
	margin-bottom:0;
}

.blinkbox ul {
	margin:0 0 0 15px;
	list-style-position: outside;
	list-style-type: disc;
}

.blinkbox li {
	margin:0 0 10px;
}

.blinkbox li:last-child {
	margin-bottom:0;
}

.calendar_block {

}

.calendar_block h3 {
	margin:0 0 10px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
}

.calendar_block .calbox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.calendar_block .calbox table {
	width:calc(50% - 5px);
}

.calendar_block .calbox caption b {
	display: block;
	text-align: center;
	font-size:14px;
	border-bottom:1px solid #CCC;
}

.calendar_block .calbox th {
	padding:2px 0;
	text-align: center;
	font-size:12px;
}

.calendar_block .calbox td {
	padding:1px;
	text-align: center;
	font-size:12px;
}

.calendar_block .calbox .holiday b,
.calendar_block .calbox .apg_sc_holiday b {
	display: block;
	color:#FFF;
	font-weight: 400;
	background-color: #db2848;
}

.jgapbox {
	margin:0 0 20px;
	padding:15px;
	background-color: #FFF;
}

.jgapbox .body {
	background: url('../img/top/jgap.png') no-repeat;
	background-size: auto 120px;
	padding:130px 0 0;
}

.jgapbox h3 {
	margin:0 0 10px;
	font-size:16px;
	font-weight: bold;
}

.jgapbox p {
	line-height:1.8;
}

.addressbox {
	padding:15px;
	background-color: #FFF;
}

.addressbox .address {
	background: url('../img/common/logo.jpg') no-repeat;
	background-size: 100px 50px;
	margin:0 0 15px;
	padding:60px 0 0;
}

.addressbox .address h3 {
	margin:0 0 15px;
	font-size:16px;
	font-weight: bold;
}

.addressbox .address p {
	line-height:1.4;
}

.addressbox .map iframe {
	width:100%;
	height:200px;
	vertical-align: bottom;
}

footer {
	background-color: #f9f9f9;
}

.sidetab {
	position: fixed;
	top:300px;
	right:0;
	width:50px;
}

.sidetab a {
	display: block;
	overflow: hidden;
	background: url('../img/common/sidetab.png') no-repeat;
	background-size: 50px auto;
	padding: 108px 0 0;
	height: 0!important;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../img/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

footer .block1 {
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ececec;
}

.flinks {
	margin:0 0 15px;
	font-size:1.2rem;
}

.flinks ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.flinks li {
	width: 50%;
}

.flinks li a {
	display: block;
	line-height:30px;
}

.copyright {
	text-align: center;
	font-size:1.1rem;
}

.copyright span {
	display: none;
}

    .slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;

        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        content: " ";
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        text-align: center;
        opacity: .25;
        background-color: black;
        border-radius: 50%;

    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        background-color: black;
    }

    .slick-dots li button.thumbnail img {
        width: 0;
        height: 0;
    }

/* トップページ
=================================== */
.infoblocktitle {
	overflow: hidden;
	background-size: auto 90px;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 0 30px;
	padding: 90px 0 0;
	height: 0!important;
}

.block_mtitle1 {
	display: flex;
	align-items: center;
	margin:0 0 20px;
	font-size:12px;
	font-weight: 400;
	letter-spacing: 2px;
}

.block_mtitle1 b {
	margin:0 15px 0 0;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.catlist_block .catlist_index {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin:0 0 20px;
}

.catlist_block .catlistbox {
	margin:0 0 15px;
	width:50%;
}

.catlist_block .catlistbox a {
	display: block;
	margin:0 10px 0 0;
}

.catlist_block .catlistbox::nth-child(2n) a {
	margin:0 10px 0 0;
}

.catlist_block .catlistbox .imagebox {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0 0 6px;
}

.catlist_block .catlistbox .cname {
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.top_infoblock1 .infoblocktitle {
	background-image: url('../img/top/top_area5mtitle.png');
}

.top_infoblock1 .ex_block {
	margin:0 0 60px;
}

.top_infoblock1 .ex_block .exbox {
	padding:0 0 20px;
}

.top_infoblock1 .ex_block h3 {
	margin:0 0 20px;
	font-size:1.6rem;
	font-weight: bold;
}

.top_infoblock1 .ex_block .ex p {
	margin:0 0 15px;
	line-height:1.8;
}

.top_infoblock1 .ex_block .ex p:last-child {
	margin-bottom:0;
}

.top_infoblock1 .ex_block .imagebox {
	margin:0 auto;
	padding:0 40px;
	max-width:470px;
}

.top_infoblock1 .ex_block.exb2 {
	margin:0 0 30px;
}

.top_infoblock1 .ex_block.exb2 .exbox {
	margin:0 0 30px;
}

.top_infoblock1 .ex_block.exb2 .imagebox {
	margin:0 auto;
	padding:0;
	max-width:502px;
}

.bgimagebox {
	display: block;
	overflow: hidden;
	background: url('/html/user_data/assets/img/top/infoblock1bgimage.jpg') no-repeat center center;
	background-size: cover;
	padding:200px 0 0;
	height: 0!important;
}

.top_infoblock2 {
	padding:50px 0 0;
}

.top_infoblock2 .infoblocktitle {
	background-image: url('../img/top/top_area6mtitle.png');
}

.infoblock2block1 .block1 {
	padding-top:0;
}

.points_block {
	display: flex;
	flex-wrap: wrap;
}

.points_block .pointbox {
	margin:0 0 15px;
	width:50%;
}

.points_block .pointbox.w {
	width:100%;
}

.points_block .pointbox .inbox {
	margin:0 5px 0 0;
}

.points_block .pointbox:nth-child(2n) .inbox {
	margin:0 0 0 5px;
}

.points_block .pointbox .imagebox {
	margin:0 0 6px;
}

.points_block .pointbox .cap {
	font-size:11px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.infoblock2block2 {
	background-color: #f8f8f8;
}

.infoblock2block2 .exblock {
	margin:0 0 30px;
}

.infoblock2block2 .exblock:last-child {
	margin:0;
}

.infoblock2block2 .exblock h3 {
	margin:0 0 15px;
	font-size:18px;
	letter-spacing: 2px;
}

.infoblock2block2 .exblock h3 b {
	display: inline-block;
	padding:0 0 15px;
	color:#30a153;
	position: relative;
}

.infoblock2block2 .exblock h3 b::after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:40px;
	height:1px;
	background-color: #349d40;
}

.infoblock2block2 .exblock .ex {
	margin:0 0 15px;
	line-height:1.8;
}

.top_infoblock3 .infoblocktitle {
	background-image: url('../img/top/top_area7mtitle.png');
	margin:0 0 30px;
}

.infoblockex {
	margin:0 0 20px;
	text-align: center;
	font-weight: bold;
}

.top_infoblock3 .index_block {
	margin:0 0 20px;
}

.top_infoblock3 .index_block ul {
	display: flex;
	flex-wrap: wrap;
}

.top_infoblock3 .index_block li {
	width:33.3%;
}

.top_infoblock3 .index_block li:nth-child(7),
.top_infoblock3 .index_block li:nth-child(8) {
	display: none;
}

.top_infoblock3 .index_block li a {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top_infoblock3 .link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_infoblock3 .link li {
	width:50%;
}

.top_infoblock3 .link li a {
	display: block;
	margin:0 5px 0 0;
	line-height:45px;
	text-align: center;
	border:1px solid #230d00;
}

.top_infoblock3 .link li:last-child a {
	margin:0 0 0 5px;
}

.top_infoblock3 .link li a span {
	display: none;
}

.top_infoblock3 .link a b {
	display:inline-block;
	background: url('../img/top/icon_inst.png') no-repeat left center;
	background-size: 24px 25px;
	padding:0 0 0 35px;
	line-height:25px;
	font-weight: 400;
}

.news_block {
	background-color: #f9f9f9;
}

.news_block .block1 {
	padding-bottom:0;
}

.news_block li {
	margin:0 0 10px;
	line-height: 1.4;
}

.news_block li:last-child{
	margin-bottom:0;
}

.news_block li b {
	display: block;
	margin:0 0 5px;
}

.paidex_block {
	margin:0 0 20px;
	padding:20px 0 0;
}

.paidex_block h3 {
	margin:0 0 10px;
	font-size:16px;
}

.paidex_block h3 b {
	display: inline-block;
	padding:0 10px;
	line-height:36px;
	background-color: #f3f3f3;
}

.ec-registerRole__paid-copy-button .ec-inlineBtn {
	margin:0 0 20px;
}

/* .
=================================== */
.catboxlist {
	display: flex;
	flex-wrap: wrap;
}

.catboxlist .catbox {
	margin:0 0 20px!important;
	width:50%;
}

.catboxlist .catbox a {
	display: block;
	margin:0 10px 0 0;
}

.catboxlist .catbox:nth-child(even) a {
	margin:0 0 0 10px;
}

.catboxlist .catbox b {
	display: block;
	padding: 8px 0 0 0;
	font-size: 14px;
	color: #525263;
}

/* .privacy
=================================== */
.privacybox {
}

.privacybox p {
	margin:0 0 15px;
}

.privacybox p:last-child {
	margin-bottom:0;
}

.pinlist {
	margin:0 0 15px;
}

.pinlist li {
	margin:0 0 5px;
}

.pinlist li:last-child {
	margin-bottom:0;
}

.info_table {
}

.info_table table {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}

.info_table th {
	padding:10px 15px;
	width:150px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color: #f4f4f4;
}

.info_table td {
	padding:10px 15px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

/* .hitosara
=================================== */
.hitosara_block * {
	margin:0;
	padding:0;
}

.hitosara_mtitle {
	background: url('../img/hitosara/hitosara_mtitleimage.jpg') no-repeat center center;
	background-size: cover;
}

.hitosara_mtitle h2 {
	display: block;
	overflow: hidden;
	background: url('../img/hitosara/hitosara_mtitle.png') no-repeat left 20px center;
	background-size: 240px 54px;
	margin:0 auto;
	padding: 140px 0 0;
	height: 0!important;
}

.hitosara_body {
	padding:30px 10px;
}

@media screen and (min-width: 350px) {

	.hitosara_body {
		padding:30px 20px;
	}
}

.hitosara_main {
	margin:0 0 30px;
}

.hitosara_main .entry_titlebox {
	margin:0 0 30px;
}

.hitosara_main .entry_titlebox p {
	margin:0 0 20px;
	padding:0 0 15px;
	color:#30a153;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}

.hitosara_main .entry_titlebox p::after {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:40px;
	height:1px;
	background-color: #349d40;
}

.hitosara_main .entry_titlebox h3 {
	font-size:18px;
	letter-spacing: 1px;
}

.hitosara_main .entry_body {
	margin:0 0 30px;
}

.hitosara_main .entry_body p {
	margin:0 0 20px;
	line-height:1.8;
}

.hitosara_main .entry_body p:last-child {
	margin-bottom:0;
}

.hitosara_main .entry_body img {
	margin:0 0 20px;
	max-width:100%;
	height:auto;
}

.hitosara_main .entry_body img:last-child {
	margin-bottom:0;
}

.hitosara_main .entry_navi .nbox {
	width:150px;
}

.hitosara_main .entry_navi .nbox.prev {
	float:left;
}

.hitosara_main .entry_navi .nbox.next {
	text-align: right;
	float:right;
}

.hitosara_main .entry_navi .nbox a {
	display: inline-block;
}

.hitosara_main .entry_navi .nbox .line2 {
	font-size:15px;
}

.hitosara_main .entry_navi .nbox .line2 b {
	display: inline-block;
	background: url('../img/hitosara/icon_prev.svg') no-repeat left center;
	padding:0 0 0 15px;
	text-decoration: underline;
	font-weight: 400;
	letter-spacing: 1px;
}

.hitosara_main .entry_navi .nbox.next .line2 b {
	background: url('../img/hitosara/icon_next.svg') no-repeat right center;
	padding:0 15px 0 0;
}

.hitosara_side .sidelist_block h3 {
	margin:0 0 15px;
	font-size:16px;
	font-weight: bold;
}

.hitosara_side .sidelist_block ul {
	padding:0 0 0 35px;
}

.hitosara_side .sidelist_block li {
	margin:0 0 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.hitosara_side .sidelist_block li:last-child {
	margin-bottom:0;
}

.hitosara_side .sidelist_block li a {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	p {
		line-height: 1.6;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	/* 共通
	=================================== */
	.block1 {
		margin:0 auto;
		padding:75px 10px 40px;
		width:1120px;
	}

	#wrapper {
		font-size:16px;
	}

	#wrapper {/* .v2 */
		padding:170px 0 0;
		font-size:1.6rem;
	}

	.head_banner {
		padding:12px 0;
		min-width:1120px;
	}

	.head_banner .line1 {
		margin:0 0 5px;
		font-size:20px;
	}

	.head_banner .line2 {
		font-size:16px;
	}

	header .block1 {/* .v2 */
		padding-top:25px;
		height:170px;
	}

	header .logobox {
		margin:0 0 20px;
		width:540px;
		float:left;
	}

	header .logobox h1 {
		display: block;
		margin:0 0 5px;
		font-size:14px;
		font-weight: bold;
	}

	header .logobox p {
		width:100px;
	}

	header .logobox p a {
		background-size: 100px 50px;
		padding: 50px 0 0;
	}

	.splinks {
		display: none;
	}

	.hinfo_block {
		display: block;
		margin:0 0 20px;
		width:560px;
		float:right;
	}

	.hlinks {
		margin:0 0 15px;
		font-size:14px;
	}

	.hlinks ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.hlinks li {
		margin:0 25px 0 0;
	}

	.hlinks li:last-child {
		margin-right:0;
	}

	.hlinks li.cart {
		width:120px;
		position: relative;
	}

	.hlinks li a {
		display: block;
		font-weight: 500;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.hlinks li.user a {
		background-image: url('/html/user_data/assets/img/common/user-regular.svg');
		background-size: 14px 16px;
		padding:0 0 0 24px;
	}

	.hlinks li.fav a {
		background-image: url('/html/user_data/assets/img/common/heart-regular.svg');
		background-size: 16px 16px;
		padding:0 0 0 26px;
	}

	.hlinks li.lock a {
		background-image: url('/html/user_data/assets/img/common/lock-solid.svg');
		background-size: 14px 16px;
		padding:0 0 0 24px;
	}

	.hlinks li.cart a {
		background-image: url('/html/user_data/assets/img/common/shopping-cart-solid.svg');
		background-size: 22.5px 20px;
		padding:0 0 0 32px;
	}

	.hlinks li b {
		display: inline-block;
		width:16px;
		height:16px;
		line-height:18px;
		text-align: center;
		color:#FFF;
		font-size:11px;
		font-weight: 400;
		background-color: #dd3654;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}

	.hlinks li span {
		position: absolute;
		top:0;
		right:0;
		display: block;
		line-height:20px;
	}

	.hsearch_block {
		display: flex;
		margin:0 0 0 100px;
		width:460px;
		border:1px solid #000;
	}

	.hsearch_block .catbox {
		width: 200px;
		border-right:1px solid #000;
	}

	.hsearch_block .catbox .sele100 {
		display: inline-block;
		vertical-align: middle;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		padding:0 20px;
		width:100%;
		height:35px;
		line-height:35px;
		border:none;
	}

	.hsearch_block .searchbox {
		width: 260px;
		background-color: green;
		position: relative;
	}

	.hsearch_block .searchbox .inputbox {
		width:calc(100% - 35px);
		height:35px;
	}

	.hsearch_block .searchbox .search-name {
		padding:0 15px;
		width:100%;
		height:35px;
		line-height:35px;
		border:none;
		background-color: #FFF;
	}

	.hsearch_block .searchbox .sbtn {
		position: absolute;
		top:0;
		right:0;
		width:35px;
	}

	.hsearch_block .searchbox .sbtn a {
		display: block;
		overflow: hidden;
		background: url('/html/template/basic/assets/icon/tp_search.svg') no-repeat center center;
		background-size: 23px 23px;
		background-color: #000;
		padding: 35px 0 0;
		height: 0!important;
	}

	.hgnavi_block {
		clear:both;
		display: block;
		opacity: 1;
		position: static;
		width:100%;
		height:auto;
		background-color: transparent;
	}

	.hgnavi_body {
		display: flex;
		justify-content: space-between;
		padding:0;
		overflow-y: visible;
	}

	.hgsearch_block {
		display: none;
	}

	.gnavi1 {
		margin:0;
		width: 950px;
		border-top:none;
	}

	.gnavi1 ul {
		display: flex;
	}

	.gnavi1 li {
		margin:0 40px 0 0;
		border-bottom:none;
		position: relative;
	}

	.gnavi1 li:last-child {
		margin-right:0;
	}

	.gnavi1 li a {
		display: block;
		padding:0;
		line-height:35px;
		font-weight: bold;
	}

	.gnavi1 li ul {
		display: none;
		position: absolute;
		top:35px;
		left:0;
		width:220px;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.gnavi1 li:hover ul {
		display: block;
	}

	.gnavi1 li li {
		width:100%;
		font-size:15px;
	}

	.gnavi1 li li a {
		display: block;
		padding:5px 10px;
		line-height:1.5;
		min-height:35px;
	}

	.gnavi2 {
		display: none;
	}

	.sns_block {
		width:150px;
	}

	.sns_block ul {
		justify-content: flex-end;
		list-style: none;
	}

	header .block1 {
		padding-top:25px;
		padding-bottom:15px;
	}

	header .logo_block {
		margin:0 0 20px;
		width:540px;
		float:left;
	}

	header .logo_block h1 {
		font-size:14px;
		font-weight: bold;
	}

	header .logo_block p {
		width:100px;
	}

	header .logo_block p a {
		display: block;
		overflow: hidden;
		background: url('../img/common/logo.jpg') no-repeat;
		background-size: 100px 50px;
		padding: 50px 0 0;
		height: 0!important;
	}


	.gnavi_block {
		clear:both;
	}

	.gnavi_body {
		display: flex;
		justify-content: space-between;
	}

	.gnavi {
		width: 950px;
	}

	.gnavi ul {
		display: flex;
	}

	.gnavi li {
		margin:0 40px 0 0;
	}

	.gnavi li:last-child {
		margin-right:0;
	}

	.gnavi li a {
		line-height:35px;
		font-weight: bold;
	}

	.sidemenu {
		display: none;
	}

	.sns_block {
		padding:0px 0 0;
		width:150px;
	}

	.sns_block ul {
		display: flex;
		justify-content: flex-end;
		list-style: none;
	}

	.sns_block li {
		margin:0 20px 0 0;
		width:35px;
	}

	.sns_block li:last-child {
		margin-right:0;
	}

	.sns_block li a {
		display: block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 35px 0 0;
		height: 0!important;
	}

	.sns_block li.line a {
		background-image: url('../img/common/icon_line.svg');
		background-size: 35px 35px;
	}

	.sns_block li.insta a {
		background-image: url('../img/common/icon_insta.svg');
		background-size: 35px 35px;
	}

	.sns_block li.fb a {
		background-image: url('../img/common/icon_fb.svg');
		background-size: 35px 35px;
	}

	.bottom_block .block1 {
		padding-top:30px;
		padding-bottom:40px;
	}

	.binfo_block {
		margin:0 0 60px;
	}

	.binfobox_block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.binfobox {
		margin:0;
		padding:45px 35px 75px;
		width:340px;
		position: relative;
	}

	.binfobox h3 {
		margin:0 0 15px;
		text-align: center;
	}

	.binfobox .ex {
		margin:0;
	}

	.binfobox .btnbox {
		position: absolute;
		left:0;
		bottom:20px;
		width:100%;
		font-size:16px;
	}

	.binfobox .btnbox a {
		margin:0 auto;
		width:190px;
		line-height:40px;
	}

	.binfo_block.fblock {
		display: flex;
		justify-content: space-between;
	}

	.blink_block {
		display: flex;
		font-size:15px;
	}

	.binfo_block.fblock .blink_block {
		width:660px;
	}

	.blinkbox {
		width:275px;
	}

	.binfo_block.fblock .blinkbox {
		width:220px;
	}

	.calendar_block {
		width:400px;
	}

	.calendar_block h3 {
		margin:0 0 10px;
		font-size:18px;
	}

	.calendar_block .calbox table {
		width:calc(50% - 10px);
	}

	.calendar_block .calbox caption b {
		font-size:14px;
	}

	.calendar_block .calbox th {
		font-size:14px;
	}

	.calendar_block .calbox td {
		font-size:14px;
	}






	.shopinfo {
		display: flex;
		justify-content: space-between;
	}

	.jgapbox {
		display: flex;
		align-items: center;
		margin:0;
		width:490px;
		height:280px;
	}

	.jgapbox .body {
		background-position: left center;
		background-size: 200px 159px;
		padding:15px 0 0 220px;
		min-height:160px;
	}

	.jgapbox h3 {
		margin:0 0 20px;
		font-size:1.7rem;
	}

	.jgapbox p {
		font-size:1.4rem;
	}

	.addressbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width:580px;
		height:280px;
	}

	.addressbox .address {
		padding:90px 0 0;
		width:240px;
	}

	.addressbox .address h3 {
		margin:0 0 25px;
		font-size:17px;
	}

	.addressbox .address p {
		line-height:1.5;
		font-size:1.4rem;
	}

	.addressbox .map {
		width:280px;
	}

	.addressbox .map iframe {
		height:250px;
	}

	.sidetab {
		top:300px;
		width:98px;
	}

	.sidetab a {
		background-size: 98px 213px;
		padding: 213px 0 0;
	}

	.sidetab a:hover {
		transform: translateX(10px);
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	footer .block1 {
		padding-top:30px;
		padding-bottom:30px;
		border-top:1px solid #ececec;
	}

	.flinks {
		font-size:1.4rem;
	}

	.flinks ul {
		flex-wrap: nowrap;
	}

	.flinks li {
		margin:0 15px 0 0;
		padding:0 15px 0 0;
		width:auto;
		line-height:1.0;
		position: relative;
	}

	.flinks li::after {
		position: absolute;
		top:0;
		right:0;
		content: '';
		width:1px;
		height:100%;
		background-color: #333;
	}

	.flinks li:last-child::after {
		display: none;
	}

	.flinks li a {
		line-height:1.1;
	}

	.copyright {
		text-align: left;
		font-size:1.4rem;
	}

	.copyright span {
		display: inline-block;
	}

	/* トップページ
	=================================== */
	.infoblocktitle {
		background-size: 280px 122px;
		margin:0 0 100px;
		padding: 122px 0 0;
	}

	.block_mtitle1 {
		margin:0 0 40px;
	}

	.block_mtitle1 b {
		font-size:20px;
	}

	.catlist_block .catlist_index {
		flex-wrap: nowrap;
		margin:0 0 40px;
	}

	.catlist_block .catlistbox {
		margin:0;
		width:200px;
	}

	.catlist_block .catlistbox a {
		margin:0;
	}

	.catlist_block .catlistbox::nth-child(2n) a {
		margin:0;
	}

	.catlist_block .catlistbox .cname {
		font-size:14px;
	}

	.top_infoblock1 .ex_block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 0 80px;
	}

	.top_infoblock1 .ex_block.exb1 {
		flex-direction: row-reverse;
	}

	.top_infoblock1 .ex_block .exbox {
		margin:0;
		padding:0;
		width:610px;
	}

	.top_infoblock1 .ex_block h3 {
		margin:0 0 50px;
		font-size:2.6rem;
	}

	.top_infoblock1 .ex_block .ex p {
		margin:0 0 20px;
		line-height:2.0;
	}

	.top_infoblock1 .ex_block .imagebox {
		margin:0;
		width:470px;
	}

	.top_infoblock1 .ex_block.exb2 {
		margin:0 0 100px;
	}

	.top_infoblock1 .ex_block.exb2 .exbox {
		margin:0;
		width:550px;
	}

	.top_infoblock1 .ex_block.exb2 .imagebox {
		margin:0;
		width:502px;
	}

	.bgimagebox {
		padding:0;
		height:400px!important;
		overflow: hidden;
		position: relative;
	}

	.bgimagebox p {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		min-width:1120px;
	}

	.top_infoblock2 {
		padding:70px 0 0;
	}

	.infoblock2block1 .block1 {
		padding-bottom:40px;
	}

	.points_block {
		display: flex;
		flex-wrap: wrap;
	}

	.points_block .pointbox {
		margin:0 26px 30px 0;
		width:349px;
	}

	.points_block .pointbox:nth-child(3n) {
		margin-right:0;
	}

	.points_block .pointbox.w {
		margin-right:0;
		width:724px;
	}

	.points_block .pointbox .cap {
		font-size:14px;
	}

	.infoblock2block2 .block1 {
		display: flex;
		justify-content: space-between;
	}

	.infoblock2block2 .exblock {
		margin:0;
		width:524px;
	}

	.infoblock2block2 .exblock:last-child {
		margin:0;
	}

	.infoblock2block2 .exblock h3 {
		margin:0 0 20px;
		font-size:24px;
		letter-spacing: 3px;
	}

	.infoblock2block2 .exblock h3 b {
		padding:0 0 20px;
	}

	.infoblock2block2 .exblock h3 b::after {
		left:50%;
		margin:0 0 0 -20px;
	}

	.infoblock2block2 .exblock .ex {
		margin:0;
		line-height:1.8;
	}

	.top_infoblock3 .infoblocktitle {
		background-image: url('../img/top/top_area7mtitle.png');
		margin:0 0 50px;
	}

	.infoblockex {
		margin:0 0 40px;
		text-align: center;
		font-weight: bold;
	}

	.top_infoblock3 .index_block {
		margin:0 0 45px;
	}

	.top_infoblock3 .index_block ul {
		display: flex;
		flex-wrap: wrap;
	}

	.top_infoblock3 .index_block li {
		margin:0 33px 25px 0;
		width:250px;
	}

	.top_infoblock3 .index_block li:nth-child(4n) {
		margin-right:0;
	}

	.top_infoblock3 .index_block li:nth-child(7),
	.top_infoblock3 .index_block li:nth-child(8) {
		display: block;
	}

	.top_infoblock3 .index_block li a {
		display: block;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.top_infoblock3 .link li {
		margin:0 5px;
		width:320px;
	}

	.top_infoblock3 .link a {
		margin:0;
		line-height:55px;
	}

	.top_infoblock3 .link li:last-child a {
		margin:0;
	}

	.top_infoblock3 .link li span {
		display: block;
	}

	.top_infoblock3 .link a b {
		letter-spacing: 1px;
	}

	.news_block .block1 {
		padding-top:60px;
	}

	.news_block li {
		margin:0 0 15px;
	}

	.news_block li b {
		display: inline-block;
		margin:0 30px 0 0;
	}

	.paidex_block {
		margin:0 0 30px;
		padding:30px 0 0;
	}

	.paidex_block h3 {
		font-size:18px;
	}

	.paidex_block h3 b {
		line-height:40px;
	}

	/*
	=================================== */
	.catboxlist {
		display: flex;
		flex-wrap: nowrap;
	}

	.catboxlist .catbox {
		margin:0 20px 0 0!important;
		width:auto;
	}

	.catboxlist .catbox:last-child {
		margin-right:0!important;
	}

	.catboxlist .catbox a {
		display: block;
		margin:0;
	}

	.catboxlist .catbox:nth-child(even) a {
		margin:0;
	}

	.catboxlist .catbox b {
		display: block;
		padding: 8px 0 0 0;
		font-size: 16px;
	}

	/* .privacy
	=================================== */
	.privacybox {
	}

	.privacybox p {
		margin:0 0 20px;
	}

	.pinlist {
		margin:0 0 20px;
	}

	.pinlist li {
		margin:0 0 10px;
	}

	.info_table th {
		padding:10px 15px;
		width:250px;
	}

	.info_table td {
		padding:10px 15px;
	}

	/* .hitosara
	=================================== */
	.hitosara_mtitle h2 {
		background-position: left center;
		background-size: 320px 72px;
		padding: 220px 0 0;
		width:1120px;
	}

	.hitosara_bodyblock {
		background: rgb(247,247,248);
		background: linear-gradient(90deg, rgba(247,247,248,1) 0%, rgba(247,247,248,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	}

	.hitosara_body {
		display: flex;
		align-items: stretch;
		flex-direction: row-reverse;
		margin:0 auto;
		padding:0 10px;
		width:1120px;
	}

	.hitosara_main {
		margin:0;
		padding:85px 0 20px 110px;
		width:915px;
		background-color: #FFF;
	}

	.hitosara_main .entry_titlebox {
		margin:0 0 40px;
	}

	.hitosara_main .entry_titlebox p {
		color:#30a153;
		font-size:18px;
		letter-spacing: 3px;
	}

	.hitosara_main .entry_titlebox h3 {
		font-size:26px;
	}

	.hitosara_main .entry_body {
		margin:0 0 90px;
	}

	.hitosara_main .entry_body p {
		margin:0 0 30px;
	}

	.hitosara_main .entry_body img {
		margin:0 0 30px;
	}

	.hitosara_main .entry_navi .nbox {
		width:250px;
	}

	.hitosara_main .entry_navi .nbox .line2 {
		font-size:17px;
	}

	.hitosara_main .entry_navi .nbox .line2 b {
		padding:0 0 0 20px;
	}

	.hitosara_main .entry_navi .nbox.next .line2 b {
		padding:0 20px 0 0;
	}

	.hitosara_side {
		padding:85px 0 20px;
		width:185px;
	}

	.hitosara_side .sidelist_block h3 {
		margin:0 0 20px;
		font-size:18px;
	}

	.hitosara_side .sidelist_block ul {
		padding:0 0 0 55px;
	}

	.hitosara_side .sidelist_block li {
		margin:0 0 20px;
	}
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade1 a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}


