@charset "euc-jp";
div#Social {
	background-color: #FFF;
}
div#payment_banner {
   margin: 140px 0 0;
   width: 100%;
}
div#Mainvisual {
	clear: both;
	background-color: #f0f0f0;
	display: block;
	margin: 0;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
#slider div {
	background-color: #FFF;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#slider div img {
	border: none;
	display: block;
	margin: 0;
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
.bx-wrapper .bx-pager {
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	display: none;
}
#News {
	background-color: #999999;
	clear: both;
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#News .title {
	background-color: #596a71;
	color: #FFF;
	display: block;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
    font-size: 1em;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: 0 auto;
	padding: 0 0.5em;
	position: absolute;
	left: 0;
	overflow: hidden;
	text-align: center;
	z-index: 1;
    width: 6em;
}
@keyframes ticker {/*アニメーション設定。右から左に流す、を繰り返す*/
  0% {
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.ticker-wrap {/*ティッカーを包括している親要素*/
/*  position: fixed;*/
	box-sizing: content-box;
	overflow: hidden;
	line-height: 60px;
	padding-left: 100%;
	width: 100%;
	z-index: -1;
}
.ticker-wrap .ticker {/*ティッカー本体*/
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-right: 100%;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 50s;
	animation-duration: 40s;
	white-space: nowrap;
}
.ticker-wrap .tickeritem {/*個別設定*/
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	margin-right: 4em;
} 
.ticker-wrap .tickeritem a {
	color: #FFF;
} 
.ticker-wrap .tickeritem span {/*個別設定*/
	margin-right: 1em;
} 
.ticker-wrap:hover .ticker{/*本体にマウスホバーしたらアニメーションを一時停止*/
	animation-play-state: paused;
}
div#topbunner {
    padding: 2em 0;
    max-width: 100%;
    margin: 0 auto;
}
.pc { 
  display: block !important;
  padding-bottom: 1em;
}
.sp { 
  display: none !important;
}
    

div#Ranking {
	background-color: #f0f0f0;
    clear: both;
}
div#Ranking h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif, 'Lusitana', serif;
	font-size: 1.875em;
	letter-spacing: -.5px;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0 0 .75em;
	position: relative;
}
div#Ranking h2:before {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}
div#Ranking h2:after {
	background: #ff456c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 50px;
}
/*
div#Ranking > ul.itemlist li:nth-child(4) {
	margin-bottom: 0;
}
div#Ranking > ul.itemlist li:nth-child(5) {
	margin-bottom: 0;
}
div#Ranking > ul.itemlist li:nth-child(6) {
	margin-bottom: 0;
}
*/
div#Recommends {
	background-color: #fafafa;
}
div#Recommends h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif, 'Lusitana', serif;
	font-size: 1.875em;
	letter-spacing: -.5px;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0 0 .75em;
	position: relative;
}
div#Recommends h2:before {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}
div#Recommends h2:after {
	background: #ff456c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 50px;
}
div#Usagiheart {
	clear: both;
	background: #f7efe4;
	background-color: #e7e7e8;
	background-image: url(https://img21.shop-pro.jp/PA01450/271/etc/hom_bg_001.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 84.375% auto;
	background-size: 50% auto;
	display: block;
	overflow: hidden;
	padding: 120px 0;
	position: relative;
	text-align: center;
}
div#Usagiheart .txtbox {
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
div#Usagiheart .txtbox img {
	display: inline-block;
	height: 98px;
	vertical-align: bottom;
	width: auto;
}
div#Usagiheart .txtbox p {
	font-weight: bold;
	line-height: 2em;
	margin: 0 0 2.5em;
}
div#Usagiheart .txtbox p.ponta {
	clear: both;
	display: block;
	margin: 0 auto 1.5em;
	overflow: hidden;
	vertical-align: bottom;
	width: 60%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
div#Usagiheart .txtbox p.ponta img {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}
div#Usagiheart .txtbox p strong {
	display: block;
	font-size: 1.25em;
	margin: 0 0 .5em;
}
div#Usagiheart .txtbox p.btn {
	clear: both;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	overflow: hidden;
	text-align: justify;
	vertical-align: bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
div#Usagiheart .txtbox p.btn a {
	display: block;
	background-color: #1a1a1a;
	color: #FFF;
	font-weight: bold;
	padding: 1em 2em;
	text-align: center;
}
div#Usagiheart .txtbox p.btn a:hover {
	background-color: #999;
}
div#Info {
	background-color: #FFF;
}
div#Info h2 {
	clear: both;
	font-family: "Times New Roman", Times, serif, 'Lusitana', serif;
	font-size: 1.875em;
	letter-spacing: -.5px;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0 0 .75em;
	position: relative;
}
div#Info h2:before {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}
div#Info h2:after {
	background: #ff456c;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 50px;
}
div#Info > ul {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	overflow: hidden;
}
div#Info > ul li {
	border-bottom: #CCC solid 1px;
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 1em;
	text-align: justify;
}
div#Info > ul li span.date {
	color: #999;
	font-weight: bold;
	margin-right: 2em;
}
div#Info > ul li:nth-child(1) {
	border-top: #CCC solid 1px;
}
div#Instagram {
	background-color: #f0f0f0;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
div#Instagram > h2 {
	clear: both;
	display: inline-block;
	line-height: normal;
	margin: 0 0 60px;
	position: relative;
	vertical-align: bottom;
}
div#Instagram > h2 img {
	display: inline-block;
	height: 60px;
	width: auto;
	vertical-align: bottom;
}
.instagram {
	clear: both;
	display: block;
	margin: 0 auto 2em;
	overflow: hidden;
	text-align: center;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
	background: transparent;
	border: #CCC solid 1px;
	border: none;
	cursor: pointer;
	color: transparent;
	color: #FFF !important;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -40px;
}
[dir='rtl'] .slick-prev {
	right: -40px;
	left: auto;
}
.slick-prev:before {
	content: '\025c0';
	color: #333 !important;
}
[dir='rtl'] .slick-prev:before {
	content: '\025c0';
	color: #333 !important;
}
.slick-next {
    right: -40px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -40px;
}
.slick-next:before {
    content: '\025b6';
	color: #333 !important;
}
[dir='rtl'] .slick-next:before {
	content: '\025b6';
	color: #333 !important;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 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 {
	display: block;
	background-color: #060;
	font-family: 'slick';
	overflow: hidden;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
ul.slider4 {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1320px;
	max-width: 1280px;
	min-height: initial;
	margin: 0 auto;
	overflow: visible;
	padding: 0;
}
ul.slider4 li {
	display: block;
	float: left;
	list-style: none;
	height: auto;
	margin: 0 0.303% 0 0;
	margin: 0;
	max-width: 25%;
	max-width: 33.3333%;
}
ul.slider4 li img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
ul.slider4 .slick-arrow:before {
	color: #2196F3;
}
@media (min-width: 1281px) {
div#Usagiheart .txtbox p.ponta {
	display: none;
}
}
@media (max-width: 1280px) {
div#Mainvisual > .catch > img {
	margin: 0 0 1em;
	width: 25%;
}
div#Mainvisual .slideshow {
	clear: both;
	float: none;
	width: inherit;
	width: initial;
}
div#Mainvisual > .catch {
	clear: both;
	float: none;
	padding: 60px;
	width: inherit;
	width: initial;
}
div#Mainvisual > .catch > h1 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
div#Mainvisual > .catch > h1 span {
	margin: 0 0 1em;
}
.pc { 
display: none !important;
}
.sp { 
display: block !important;
padding-bottom: 1em;  
}
div#Ranking h2 {
	font-size: 2em;
	margin: 0 0 1.5em;
	padding: 0 0 .5em;
}
div#Recommends h2 {
	font-size: 2em;
	margin: 0 0 1.5em;
	padding: 0 0 .5em;
}
div#Usagiheart {
	background-color: #e7e7e8;
	background-image: none;
	padding: 40px;
	text-align: center;
}
div#Usagiheart .txtbox {
	text-align: center;
}
div#Usagiheart .txtbox img {
	height: auto;
	width: 50%;
}
div#Usagiheart .txtbox p {
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1em;
	text-align: justify;
}
div#Usagiheart .txtbox p br {
	display: none;
}
div#Usagiheart .txtbox p span {
	display: block;
}
div#Usagiheart .txtbox p:nth-child(1) {
	text-align: center;
}
div#Usagiheart .txtbox p strong {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
div#Usagiheart .txtbox p.btn {
	clear: both;
	display: inline-block;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
}
div#Info h2 {
	margin: 0 0 1.5em;
	padding: 0 0 .5em;
}
div#Instagram {
	padding: 30px 20px;
}
div#Instagram > h2 {
	margin: 0 0 30px;
}
div#Instagram > h2 img {
	height: 40px;
}
}
@media (max-width: 960px) {
div#Mainvisual {
	margin: 100px 0 0;
}
.pc { 
display: none !important;
}
.sp { 
display: block !important;
padding-bottom: 1em;  
}
}
@media (max-width: 768px) {
div#Mainvisual > .catch {
	padding: 30px 20px;
}
div#Mainvisual > .catch > img {
	margin: 0 0 20px;
}
div#Mainvisual > .catch > h1 {
	margin: 0 0 1em;
	text-align: justify;
	text-align: center;
}
div#Mainvisual > .catch > h1 br {
/*	display: none;*/
}
div#Mainvisual > .catch > h1 span {
	margin: 0 0 1em;
}
#slider div span {
	font-size: 1.5em;
	line-height: 1em;
	right: 20px;
	top: 20px;
}
div#Usagiheart .txtbox p {
	text-align: justify;
}
.pc { 
display: none !important;
}
.sp { 
display: block !important;
padding-bottom: 1em;  
}

div#Ranking h2 {
	margin: 0 0 1em;
}
div#Recommends h2 {
	margin: 0 0 1em;
}
div#Info h2 {
	margin: 0 0 1em;
}
div#Info > ul li {
	padding: 1em 0;
	text-align: justify;
}
div#Info > ul li span.date {
	display: block;
	margin: 0;
}
div#Instagram > h2 {
	margin: 0 0 20px;
}
}
.kyugyoinfo {
  width:100%;
  text-align: center;
  margin-bottom: 40px;
}

.kyugyoline {
 width:60%;
 text-align: center;
 margin:0 auto;
 padding:10px;
 border:1px;
}


.column-2 {
width: 100%;
margin: 0 auto;
display: flex;
}

.column-2 a {
text-decoration: none;
}

.column-h {
color: #006400;
font-size: 1.2em;
font-weight: bold;
width: 100%;
margin-bottom: 0.5em;
}

.column-ul {
width: 100%;
margin: 0 auto;
padding: 0;
}

.column-li {
list-style: none;
padding: 0;
background: #fff;
width: 50%;
margin: 1% 1% 1% 2%;
}

.column-li-right {
list-style: none;
padding: 0;
background: #fff;
width: 50%;
margin: 1% 2% 1% 1%;

}

.column-title {
padding: 0;
margin: 0.5em;
font-size: 1.2em;
color: #006400;
font-weight: bold;
}

.column-text {
padding: 0;
margin: 0.5em;
color: #333;
}
