@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
figure{padding:0;margin:0;}
img{vertical-align: bottom;line-height: 1;max-width:100%;height:auto;}
a{text-decoration: none;color:#000;transition: all .25s ease;}
a:hover{text-decoration:none;}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
	.foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper{padding: 0;}
.lowerwrapper {padding: 80px 0px 80px;}


.content {padding:60px 30px 0;}

.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.section{margin-bottom: 140px;}
.ov-h{overflow: hidden;}
.overlay{display: none;}


/* header ---------------------------------------*/

header{position:relative;}

header{
	width:100%;
	background-color:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index: 1000;
	padding:0px 0 0 0;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.header-inner{
	height:80px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	z-index: 1000;
}

.header-logo{
	display: block;
	background: url('/img/common/logo.png') left center no-repeat;
	background-size: 100%;
	width:204px;
	height:60px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left:80px;
	top:10px;
}

.header-submenu{
	width:200px;
	position: absolute;
	right:0px;
	top:17px;
}

.header-submenu-list{
	font-size: 0px;
	border-left:1px solid #ccc;
}

.header-submenu-list-item{
	font-size: 13px;
	display: inline-block;
	line-height: 1.0;
}

.header-submenu-list-item a{
	display: block;
	border-right:1px solid #ccc;
	padding:0 15px;
	color:#000;
}


/* gnav ---------------------------------------*/

.gnav{
	border:none;
	background: rgb(255 255 255 / 90%);
	padding-bottom: 30px;
	overflow:auto;
	z-index:100;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	transition: all .25s ease;
	transform:translate3d(0,-100%,0);
	height: 235px;
}

.gnav.is-active{
	transform:translate3d(0,0,0);
	opacity:1;
	margin-top: 80px;
}

.gnav-inner{
	width: 65%;
	max-width: 935px;
	margin: 0 auto;
	padding-top: 40px;
}

.gnav-main{margin-bottom: 35px;}

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

.gnav-list-item{
	display: inline-block;
	width: 11%;
	text-align: center;
}

.gnav-list-item a{padding-top: 65px;}

.gnav-list-item.is-animal a{
	background: url(/img/common/icon_menu_animal.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-animal a span{
	background: url(/img/common/txt_nav_01.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 16px;
}

.gnav-list-item.is-eatbuy a{
	background: url(/img/common/icon_menu_eatbuy.svg) no-repeat top 5px center;
	background-size: 80%;
}
.gnav-list-item.is-eatbuy a span{
	background: url(/img/common/txt_nav_02.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-list-item.is-touchlook a{
	background: url(/img/common/icon_menu_touchlook.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-touchlook a span{
	background: url(/img/common/txt_nav_03.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 15px;
}

.gnav-list-item.is-map a{
	background: url(/img/common/icon_menu_map.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-map a span{
	background: url(/img/common/txt_nav_04.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 15px;
}

.gnav-list-item.is-guide a{
	background: url(/img/common/icon_menu_guide.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-guide a span{
	background: url(/img/common/txt_nav_05.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 15px;
}

.gnav-list-item.is-access a{
	background: url(/img/common/icon_menu_access.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-access a span{
	background: url(/img/common/txt_nav_06.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 13px;
}

.gnav-list-item.is-qa a{
	background: url(/img/common/icon_menu_qa.svg) no-repeat top 5px center;
	background-size: 75%;
}
.gnav-list-item.is-qa a span{
	background: url(/img/common/txt_nav_07.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 15px;
}
.gnav-list-item a:hover span::after{
	display: block;
	content: '';
	background: #365209;
	width: 115%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.gnav-list-item a{
	display: block;
	position: relative;
	padding-bottom: 15px;
}

.gnav-list-item a.current{}

.gnav-list-item a:hover{}

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

.gnav-sublist{
	padding: 8px 0 0 10px;
	display: flex;
	width: 68%;
	justify-content: space-between;
}

.gnav-sublist-item{
	width: 14%;
	text-align: center;
}

.gnav-sublist-item span{
	position: relative;
	padding-bottom: 10px;
}

.gnav-sublist-item:nth-of-type(1) a span{
	background: url(/img/common/txt_sub_nav_01.svg) no-repeat top center;
	background-size: 75%;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-sublist-item:nth-of-type(2) a span{
	background: url(/img/common/txt_sub_nav_02.svg) no-repeat top center;
	background-size: 75%;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-sublist-item:nth-of-type(3) a span{
	background: url(/img/common/txt_sub_nav_03.svg) no-repeat top center;
	background-size: 90%;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-sublist-item:nth-of-type(4) a span{
	background: url(/img/common/txt_sub_nav_04.svg) no-repeat top center;
	background-size: 75%;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-sublist-item:nth-of-type(5) a span{
	background: url(/img/common/txt_sub_nav_05.svg) no-repeat top center;
	background-size: 75%;
	width: 100%;
	display: block;
	height: 17px;
}

.gnav-sublist-item a:hover span::after {
	display: block;
	content: '';
	background: #365209;
	width: 115%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.gnav-snslist{
	display: flex;
	width: 22.5%;
	padding: 0 20px 0 0px;
	justify-content: space-between;
}

.gnav-snslist-item{
	width: 25%;
	text-align: center;
}

.gnav-snslist-item a{display: block;}

.gnav-snslist-item img{width: 70%;}

.gnav-snslist-item p{margin: 0 auto;}

.gnav-snslist-item.is-facebook p{
	background: url(/img/common/txt_sns_facebook.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 17px;
	margin-top: 5px;
}

.gnav-snslist-item.is-instagram p{
	background: url(/img/common/txt_sns_instagram.svg) no-repeat top center;
	background-size: contain;
	width: 100%;
	display: block;
	height: 17px;
	margin-top: 5px;
}

.gnav-snslist-item.is-twitter p{
	background: url(/img/common/txt_sns_twitter.svg) no-repeat top center;
	background-size: contain;
	width: 70%;
	display: block;
	height: 17px;
	margin-top: 7px;
}

#openmenu{
	display:block;
	width:50px;
	height:50px;
	text-indent: -99em;
	overflow: hidden;
	position:absolute;
	right:75px;
	top:17px;
	cursor: pointer;
}

#openmenu span{
	content:'';
	display: block;
	width:35px;
	height:5px;
	background: #365209;
	position: absolute;
	left:8px;
	transition: all .25s ease;
	border-radius: 17px;
}

#openmenu span:nth-child(1){top:7px;}
#openmenu span:nth-child(2){top:21px;}
#openmenu span:nth-child(3){top:35px;}

#openmenu.is-open span:nth-child(1){
	transform:rotate(45deg);
	top:21px;
	left:8px;
}

#openmenu.is-open span:nth-child(2){
	opacity:0;
	left:-25px;
}

#openmenu.is-open span:nth-child(3){
	transform:rotate(-45deg);
	top:21px;
	left:8px;
}

/*
.bodyfixed{
	position: fixed;
	width: 100%;
	height: 100%;
}
*/


/* footer ---------------------------------------*/

footer{
	background: #626e60;
	position:relative;
}

.footer-inner{
	padding: 45px 0 16px;
	max-width:1280px;
	margin:0 auto;
}

.footer-title{
	position: absolute;
	top: -122px;
	left: 77px;
	width: 330px;
	z-index: -10;
}

.footersns{
	top: -77px;
	right: 106px;
	position: absolute;
}

.footersns-list{
	display: flex;
	width: 200px;
	justify-content: space-between;
}

.footersns-list-item{width: 25%;}

.footersns-list-item a {display: block;}

.footersns-list-item a:hover{opacity: 0.7;}

.footernav{}

.footernav-list{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.fonnternav-list-item.is-animal{
	width: 12.7%;
	margin-left: 15px;
}
.fonnternav-list-item.is-eatbuy{width: 15.6%;}
.fonnternav-list-item.is-touchlook{width: 11.9%;}
.fonnternav-list-item.is-map{width: 12.3%;}
.fonnternav-list-item.is-info{width: 13.1%;}
.fonnternav-list-item.is-other{width: 12.7%;}

.footernav-list a{color: #fff;}

.footernav-sublist{margin: 13px 0;}

.footernav-sublist-item{
	font-size: 13px;
	line-height: 1.8;
	position: relative;
	transition: 0.2s;
	letter-spacing: 1px;
}

.footernav-sublist-item a{display: block;}

.footernav-sublist-item:hover::after {
	display: block;
	content: '';
	background: url('/img/common/icon_arrow_right_wh.svg') no-repeat center center; 
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0,-50%);
}

.fonnternav-list-item-title{
	font-size: 17px;
	padding-left: 48px;
	font-weight: bold;
	position: relative;
	letter-spacing: 3px;
}

.fonnternav-list-item-title::before {
	display: block;
	content: '';
	width: 66px;
	height: 40px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(0,-50%);
}

.fonnternav-list-item.is-animal .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_animal_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}
.fonnternav-list-item.is-eatbuy .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_eatbuy_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}
.fonnternav-list-item.is-touchlook .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_touchlook_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}
.fonnternav-list-item.is-map .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_map_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}
.fonnternav-list-item.is-info .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_qa_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}
.fonnternav-list-item.is-other .fonnternav-list-item-title::before{
	background: url('/img/common/icon_menu_guide_wh.svg') no-repeat left -5px top -3px;
	background-size: 100%;
}

.footernav-sublist-item a{color: #fff;}

.footercopy{
	background: #fff;
	padding: 6px 0;
}

.copyright{
	display: block;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
}


/* grid ---------------------------------------*/

.l-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.l-col-1, .l-col-2, .l-col-2-4, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.l-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.l-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.l-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.l-col-2-4 {
	flex: 0 0 20%;
	max-width: 20%;
}

.l-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.l-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.l-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.l-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.l-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.l-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.l-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.l-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.l-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.l-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {order: -1;}
.order-last {order: 13;}
.order-0 {order: 0;}
.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}
.order-8 {order: 8;}
.order-9 {order: 9;}
.order-10 {order: 10;}
.order-11 {order: 11;}
.order-12 {order: 12;}
.offset-1 {margin-left: 8.3333333333%;}
.offset-2 {margin-left: 16.6666666667%;}
.offset-3 {margin-left: 25%;}
.offset-4 {margin-left: 33.3333333333%;}
.offset-5 {margin-left: 41.6666666667%;}
.offset-6 {margin-left: 50%;}
.offset-7 {margin-left: 58.3333333333%;}
.offset-8 {margin-left: 66.6666666667%;}
.offset-9 {margin-left: 75%;}
.offset-10 {margin-left: 83.3333333333%;}
.offset-11 {margin-left: 91.6666666667%;}


/* margin ---------------------------------------*/

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}
.mb-110{margin-bottom:110px !important;}
.mb-120{margin-bottom:120px !important;}
.mb-130{margin-bottom:130px !important;}
.mb-140{margin-bottom:140px !important;}
.mb-150{margin-bottom:150px !important;}
.mb-160{margin-bottom:160px !important;}
.mb-170{margin-bottom:170px !important;}
.mb-180{margin-bottom:180px !important;}


/* width ---------------------------------------*/

.wid-10per{width:10% !important;}
.wid-15per{width:15% !important;}
.wid-20per{width:20% !important;}
.wid-25per{width:25% !important;}
.wid-30per{width:30% !important;}
.wid-40per{width:40% !important;}
.wid-50per{width:50% !important;}
.wid-60per{width:60% !important;}
.wid-70per{width:70% !important;}
.wid-80per{width:80% !important;}
.wid-100per{width:100% !important;}

.wid-300{width:300px !important;}


/* title ---------------------------------------*/

.title-page{
	font-weight:600;
	font-size: 2.0rem;
	line-height: 1.5;
	color: #222;
}

.title-section{
	position: relative;
	font-size:26px;
	color: #3c3c3c;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.22em;
}

.title-section::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	display: block;
	content: '';
	height: 8px;
	width: 100px;
	background-color: #626e60;
}

.title-section-leftborder {
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.title-section-leftborder::after {
	display: none;
}

.title-section-leftborder::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 8px;
	height: 100%;
	background-color: #626e60;
}

.title-block{
	font-size: 18px;
	font-weight:600;
	line-height: 1.67;
	color: #3c3c3c;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

.title-paragraph{
	font-weight:600;
	font-size: .6rem;
	line-height: 1.5;
	color: #222;
}

.title-small{
	font-weight:600;
	font-size: .7rem;
	line-height: 1.5;
	color: #222;
}


/* text ---------------------------------------*/

.text {
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

.text-s{
	font-size: 80%;
	line-height: 1.5;
}

.text-l{
	font-size: 120%;
	color: #484848;
	line-height: 1.94;
}

.text-bold{font-weight:600;}

.text-red{color: #aa0000 !important;}


.text-ellipsis-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none){
	.text-ellipsis-2 { height: 3.2em; } /* IE10〜Edge */
	.text-ellipsis-3 { height: 4.7em; } /* IE10〜Edge */
}

.text-ellipsis-count::after{content: '…';}

.text-link{text-decoration: underline;}
.text-link:hover{text-decoration: none;}	


/* -------------------- pankuzu --------------------- */

.pankuzu{
	border-bottom:1px solid #ddd;
}

.pankuzu-list{}
.pankuzu-list > li{
	display: inline-block;
	font-size:13px;
}

.pankuzu-list > li a,
.pankuzu-list > li span{
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list > li a{text-decoration:none;}

.pankuzu-list > li a::after{
	display:block;
	content:'';
	width:25px;
	height:25px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	transform: rotate(45deg) translate(0,-50%);
	position:absolute;
	right:10px;
	top:45%;
}

.pankuzu-list > li span{}


/* list ---------------------------------------*/

.list{}
.list li{
	margin-bottom: 10px;
	font-size:15px;
	line-height: 1.6;
	position:relative;
	padding-left: 15px;
	letter-spacing:0.1em;
}

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

.list li::before{
	display:block;
	content:'';
	background:#3c3c3c;
	background-size: 100%;
	width:0.7em;
	height:0.7em;
	position:absolute;
	left:0;
	top: 6px;
}

ul.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	padding-left: 10px;
}

ul.list-simple li::before{
	display:block;
	content:'';
	background:#222;
	width:4px;
	height:4px;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:13px;
}

ol.list-simple{
	padding-left: 15px;
}

ol.list-simple li{
	margin-bottom: 15px;
	font-size:16px;
	line-height: 1.73;
	position:relative;
	list-style-type: decimal;
}

ol.list-simple li::before{}

.table-blue .list-simple li{margin-bottom:5px;}

.noticelist li{
	text-indent:-1em;
	margin-left: 1em;
	font-size:12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn{
	display: inline-block;
	min-width: 337px;
	padding: 25px 30px;
	border-radius: 35px;
	background-color: #365209;
	letter-spacing: normal;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 5px;
	font-weight:600;
	margin-bottom: 10px;
	box-sizing: border-box;
	transition: all .25s ease;
	outline: none;
	text-decoration:none;
}

.btn-ss {
	font-size: 13px;
	min-width: 180px;
	padding: 13px 30px;
}

.btn-s {
	font-size: 14px;
	min-width: 245px;
	padding: 18px 30px;
}

.btn-l {
	font-size: 20px;
	min-width: 490px;
	padding: 28px 30px;
	border-radius: 40px;
}

.btn::after {
	display: block;
	content: '';
	background: url(/img/common/icon_arrow_right_wh.svg) no-repeat center center; 
	background-size: 100%;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
}

.btn-left::after {
	display: block;
	content: '';
	background: url(/img/common/icon_arrow_left_wh.svg) no-repeat center center; 
	background-size: 100%;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
}

.btn:hover{opacity: 0.7;}


/* -------------------- table --------------------- */

.table-horizontal{font-size:14px}

.table-horizontal thead th,
.table-horizontal thead td{
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	text-align:center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td{
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border:1px solid #dbdbdb;
}

.table-horizontal tbody th{text-align:center;}

.table-horizontal tbody td.td-grouptitle{
	font-weight:600;
	text-align:center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td{background: #F4F4F4;}

.table-vertical{border-top:1px solid #DBDBDB;}

.table-vertical th{
	text-align: left;
	padding: 16px;
	background: #F4F4F4;
	vertical-align: top;
	font-weight:600;
	border-bottom:1px solid #DBDBDB;
	color: #333;
	line-height: 1.6;
	text-align: left;
	min-width: 145px;
	vertical-align: middle;
}

.table-vertical td{
	text-align: left;
	padding: 16px 16px;
	vertical-align: top;
	border-bottom:1px solid #DBDBDB;
	line-height: 1.6;
	color: #484848;
}

.table-horizontal td a,
.table-vertical td a{color: #0078C6;}

.table-horizontal td a:hover,
.table-vertical td a:hover{text-decoration: underline;}

.table-vertical td small{
	line-height: 1.3;
	display: inline-block;
	font-size:12px;
}


/* modal ---------------------------------------*/

.modal-wrapper{display: none;}

.modal{background: #fff;}

.modal-inner{
	width: 100%;
	padding: 70px;
	background: #fff;
	box-sizing: border-box;
}

.modal-inner-manual{
	text-align: center;
}

.modal-inner-manual iframe{
	width: 600px;
	height: 500px
}


/* form ---------------------------------------*/

.contactform{
	max-width: 780px;
	margin: 0 auto 150px;
	box-sizing:border-box;
}

.contactform-inner{
	background: #EDEDEC;
	padding: 40px 60px;
	margin-bottom: 60px;
}

.form-table{}

.form-table th{
	width: 30%;
	font-weight:bold;
	vertical-align: top;
	padding: 20px 0;
	letter-spacing:0.1em;
}

.form-table td{
	width: 70%;
	padding: 10px 0;
}

.form-select{
	padding:12px 40px 12px 12px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DCDCDC;
	background: url('/img/common/select.png') right top no-repeat #fff;
	background-size: 32px 42px;
	border-radius:0;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.form-text{
	padding:12px 12px;
	border:1px solid #DCDCDC;
	width:100%;
	box-sizing:border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius:0;
}

.form-text.error,
.form-select.error,
.form-textarea.error{
	background-color: #fdeff2;
	border-color: #ff0000;
}

.form-text.is-num{
	width: 60px;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-radio label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:50%;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-radio input:disabled + label {opacity: 0.7;}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.form-checkbox label::before{
	display:block;
	content:'';
	border:1px solid #aaa;
	border-radius:2px;
	width:20px;
	height:20px;
	position:absolute;
	left: 0;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:checked + label::after{
	display:block;
	content:'';
	background: #2A619B;
	border-radius:1px;
	width:14px;
	height:14px;
	position:absolute;
	left: 4px;
	top:50%;
	transform: translate(0,-50%);
}

.form-checkbox input:disabled + label {opacity: 0.7;}

.form-textarea{
	padding:12px 12px;
	border:1px solid #DCDCDC;
	width:100%;
	box-sizing:border-box;
	height:210px;
	-webkit-appearance: none;
	outline: none;
	border-radius:0;
}

::placeholder {color:#ccc;}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label{
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked + label{background-color: #4BD865;}
.toggle-input:checked + label::after{left: 30px;}


.icon-any,
.icon-must{
	display: inline-block;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	background: #284576;
	font-size:13px;
	letter-spacing:0.1em;
	margin-left: 10px;
	position:relative;
	top: -2px;
}

.icon-must{
	background: #aa0000;
}

.contact-agreement{
	padding: 20px 0;
	text-align:center;
}

.contact-agreement-text{
	letter-spacing:0.15em;
	font-weight:bold;
	font-size:15px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.contact-agreement-text a{text-decoration:underline;}

.agree-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position:relative;
}

.agree-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	margin: 0px 0;
	padding: 2px 50px 0 0px;
	position: relative;
	vertical-align: top;
	font-size:17px;
	font-weight:bold;
	letter-spacing:0.1em;
}

.agree-checkbox input[type="checkbox"]{position: absolute;left:0px;top:0px;width:1px;height:1px;overflow: hidden;opacity:0;}

.agree-checkbox label::before{
	display:block;
	content:'';
	border:1px solid #dcdcdc;
	background: #fff;
	border-radius:2px;
	width:32px;
	height:32px;
	position:absolute;
	right: 0;
	top:50%;
	transform: translate(0,-50%);
}

.agree-checkbox input:checked + label::after{
	display:block;
	content:'';
	border-radius:1px;
	width:8px;
	height:13px;
	border-right:5px solid #626e60;
	border-bottom:5px solid #626e60;
	position:absolute;
	right: 10px;
	top:45%;
	transform: translate(0,-50%) rotate(45deg);
}

.agree-checkbox input:disabled + label {opacity: 0.7;}

label.error{
	color: #ff0000;
	display: block;
}


/* accordion ---------------------------------------*/

.accordion{}
.accordion-title{
	position:relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover{
	color:#2A619B;
	text-decoration: underline;
}

.accordion-title::after{
	display:block;
	content:'';
	border-bottom:3px solid #2A619B;
	border-right:3px solid #2A619B;
	width:10px;
	height:10px;
	margin-top:-17px;
	position:absolute;
	right:10px;
	top:50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after{
	transform: rotate(225deg);
}

.accordion-body{
	display: none;
}


/* tab ---------------------------------------*/

.tab{}


/* lower kv ---------------------------------------*/

.lowerkv {
	background: url(../img/component/lowerkv.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkvdelpapa {
	background: url(../img/component/lowerkvdelpapa.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkvsheep {
	background: url(../img/component/lowerkvsheep.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkvtouchlook {
	background: url(../img/component/touchlookkv.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkvchees {
	background: url(../img/component/chees.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkvmapphot {
	background: url(../img/map/mapphot/kv.png) no-repeat center bottom;
	background-size: cover;
	height: 180px;
	position: relative;
}

.lowerkv-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* .lowerkv-title {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 5px #333;
} */

.lowerkv-title {
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 5px #333;
}


/*  pickup ---------------------------------------*/

.pickup {
	padding: 0 0px;
	margin-bottom: 40px;
}

.pickup-inner {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.pickup-title {
	text-align: center;
	color: #475245;
	margin-bottom: 55px;
}

.pickup-title-main {
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.pickup-title-sub {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.pickup-update{
	text-align: right;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
}

.pickup-text {
	padding: 30px 0 35px;
	border-top:2px solid #475245;
	border-bottom: 2px solid #475245;
	letter-spacing: 0.12em;
	font-size: 16px;
	line-height: 2.25;
	font-weight: bold;
	text-align: center;
}


/*  media ---------------------------------------*/

.media {}

.media-inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.media-list {
}

.media-list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.media-list-item:not(:last-of-type) {margin-bottom: 90px;}

.media-image {
	width: 46.88%;
}

.media-image img{
	border-radius: 10px;
	width: 100%;
}

.media-list-item:nth-of-type(even) .media-image {
	order: 1;
}

.media-list.start-right .media-list-item:nth-of-type(odd) .media-image {
	order: 1;
}

.media-detail {
	width: 45%;
	position: relative;
}

.media-detail::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -11.11%;
	background: url('../img/common/bg_cow.png') no-repeat center center;
	background-size: 380px;
	width: 380px;
	height: 380px;
}

.media-list-item:nth-of-type(even) .media-detail::before {
	left: auto;
	right: -11.11%;
}

.media-list.start-right .media-list-item:nth-of-type(odd) .media-detail::before {
	left: auto;
	right: -11.11%;
}

.media-title {
	font-size: 26px;
	color: #475245;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.media-text {
	font-size: 15px;
	letter-spacing: 0.12em;
	line-height: 2em;
	font-weight: bold;
}

.media-infolist {}

.media-infolist {
	font-size: 0;
	margin-bottom: 25px;
}

.media-infolist dt {
	display: inline-block;
	font-size: 13px;
	color: #3c3c3c;
	vertical-align: top;
	width: 4.5em;
	line-height: 1.65;
	letter-spacing: 0.13em;
}

.is-2em.media-infolist dt{width: 3.4em;}
.is-4em.media-infolist dt{width: 6em;}

.media-infolist dd {
	display: inline-block;
	font-size: 13px;
	color: #3c3c3c;
	width: calc(100% - 4.5em);
	line-height: 1.65;
	letter-spacing: 0.13em;
}

.is-2em.media-infolist dd{width: calc(100% - 3.4em);}
.is-4em.media-infolist dd{width: calc(100% - 6em);}

.media-pricelist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 44px;
}

.media-pricelist dt {
	width: calc(100% - 8em);
	color: #3c3c3c;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.media-pricelist dd {
	width: 7em;
	text-align: right;
	vertical-align: bottom;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}


/* panel ---------------------------------------*/

.panel {padding: 0 0px;}

.panel-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.panel-list-item {margin-bottom: 30px;}

.is-2col .panel-list-item {width: 45.92%;}
.is-3col .panel-list-item {width: 30.61%;}
.is-4col .panel-list-item {width: 22.45%;}

.is-3col .panel-list.is-small .panel-list-item {
	width: 28%;
}

.panel-image {
	margin-bottom: 20px;
}

.panel-image img {
	border-radius: 10px;
}

.is-3col .panel-list.is-small .panel-image img  {
	box-shadow: 0 0 5px #999;
}

.panel-detail a{
	text-decoration:none;
}

.panel-image a{
	transition: all .25s ease;
}

.panel-image a:hover{
	opacity: 0.7;
}

.panel-title {
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	height: 3em;
}

.is-2col .panel-title {
	font-size: 24px;
}

.is-3col .panel-title {
	font-size: 18px;
}

.panel-text {
	letter-spacing: 0.12em;
}

.is-2col .panel-text {
	font-size: 15px;
	line-height: 2;
}

.is-3col .panel-text {
	font-size: 13px;
	line-height: 1.7em;
}

.is-4col .panel-text {
	font-size: 12px;
	line-height: 1.5em;
}

.textblock {margin-bottom: 80px;}

/* 箇条書きリスト ---------------------------------------*/

.dotlist li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}


/* 情報と写真を横並びパターン ---------------------------------------*/

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

.infopanel-block{width: calc(50% - 15px);}

.infopanel-block .text{
	font-size: 15px;
	letter-spacing: 0.26em;
	line-height: 2.0em;
	margin-bottom: 26px;
}

.infopanel-image{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.infopanel-image-main{
	width: 100%;
	margin-bottom: 15px;
}

.infopanel-image-sub{
	width: calc(50% - 8px);
	margin-bottom: 15px;
}

.infopanel-data{
	background: #F0F1F0;
	padding: 20px;
}

.infopanel-data-title{
	font-size:13px;
	font-weight:bold;
	line-height: 1.6;
	padding-bottom: 5px;
	border-bottom:2px solid #2B4200;
	margin-bottom: 10px;
}

.infopanel-data-text{
	font-size:15px;
	line-height: 1.7;
	margin-bottom: 18px;
}

.infopanel-data-text:last-child{margin-bottom: 0;}

/* pager ---------------------------------------*/

.pager{}

.pager-list{
	overflow:hidden;
	text-align:center;
	padding:20px 0;
	font-size:0px;
}

.pager-list li{
	display:inline-block;
	margin:0 7px;
	font-size:18px;
}

.pager-list li a,
.pager-list li span{
	display:block;
	border:1px solid #3699E6;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	color:#3699E6;
	transition: all .25s ease;
}

.pager-list li a:hover,
.pager-list li span{
	background-color:#3699E6;
	color:#fff;
	text-decoration:none;
}

.pager-list li.pagerPrev a,
.pager-list li.pagerNext a{
	width:50px;
	background-color:#3699E6;
	color:#fff;
	font-weight:bold;
}




/* pcのみ */
@media screen and (min-width: 769px){
	.sp{display: none !important;}
	.spbr{display: none;}
}




/* small pc */
@media screen and (min-width: 769px) and (max-width: 1235px){

	.footernav-list{width: 80%;}

	.fonnternav-list-item.is-animal,
	.fonnternav-list-item.is-eatbuy,
	.fonnternav-list-item.is-touchlook,
	.fonnternav-list-item.is-map,
	.fonnternav-list-item.is-info,
	.fonnternav-list-item.is-other{width: 30%;}

	.fonnternav-list-item.is-animal,
	.fonnternav-list-item.is-eatbuy,
	.fonnternav-list-item.is-touchlook{
		margin-left: 0;
		margin-bottom: 20px;
	}

}


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

	/* default ---------------------------------------*/

	img{max-width:100%;}
	*{box-sizing:border-box;}


	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper{
		min-width:0;
		width:100%;
	}

	.lowerwrapper {padding: 48px 0 183px}
	.content {padding-top: 32px;}
	.section{margin-bottom: 50px}

	.inner{}


	/* header ---------------------------------------*/

	header{
		width:100%;
		background-color:#fff;
		position:fixed;
		left:0px;
		top:0px;
		z-index: 1000;
		padding:0px 0 0 0;
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}

	.header-inner{
		height: 48px;
		width:auto;
		padding:0px 0 0px 0;
		text-align: center;
		background: #fff;
		position: relative;
		z-index:200;
	}

	.header-logo{
		width:140px;
		height:35px;
		left:12px;
		top:7px;
		background-size: 90%;
	}

	#openmenu{
		width:35px;
		height:35px;
		right:11px;
		top:7px;
	}

	#openmenu span{
		width:25px;
		height:3px;
		left:5px;
		border-radius: 20%;
	}

	#openmenu span:nth-child(1){top:6px;}
	#openmenu span:nth-child(2){top:16px;}
	#openmenu span:nth-child(3){top:26px;}

	#openmenu.is-open span:nth-child(1){
		transform:rotate(45deg);
		top:17px;
		left:5px;
	}

	#openmenu.is-open span:nth-child(2){
		opacity:0;
		left:-25px;
	}

	#openmenu.is-open span:nth-child(3){
		transform:rotate(-45deg);
		top:17px;
		left:5px;
	}

	/* gnav ---------------------------------------*/

	.gnav{
		height: auto;
		padding-bottom: 18px;
		background: rgb(255 255 255 / 88%);
		overflow: auto;
		max-height: calc(100vh - 48px);
	}

	.gnav.is-active{
		height: auto;
		transform:translate3d(0,0,0);
		opacity:1;
		margin-top: 48px;
	}

	.gnav-inner{
		width: 100%;
		padding: 30px 0 0;
	}

	.gnav-main{margin-bottom: 10px;}

	.gnav-list{
		width: 95%;
		border-left:none;
		padding: 0;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.gnav-list-item{
		display: inline-block;
		width: 25%;
		text-align: center;
		margin-bottom: 20px;
	}

	.gnav-list-item a{padding-top: 11vw;}

	.gnav-list-item a span{margin: 0 auto;}

	.gnav-list-item.is-animal a{
		background: url(/img/index/icon_menu_indexkv_nav_01.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-animal a span{display: none;}
	
	.gnav-list-item.is-eatbuy a{
		background: url(/img/index/icon_menu_indexkv_nav_02.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-eatbuy a span{display: none;}
	
	.gnav-list-item.is-touchlook a{
		background: url(/img/index/icon_menu_indexkv_nav_03.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-touchlook a span{display: none;}
	
	.gnav-list-item.is-map a{
		background: url(/img/index/icon_menu_indexkv_nav_04.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-map a span{display: none;}
	
	.gnav-list-item.is-guide a{
		background: url(/img/index/icon_menu_indexkv_nav_05.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-guide a span{display: none;}
	
	.gnav-list-item.is-access a{
		background: url(/img/index/icon_menu_indexkv_nav_06.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-access a span{display: none;}
	
	.gnav-list-item.is-qa a{
		background: url(/img/index/icon_menu_indexkv_nav_07.svg) no-repeat top center;
		background-size: 100%;
	}
	.gnav-list-item.is-qa a span{display: none;}

	.gnav-sub{display: block;}

	.gnav-sublist{
		padding: 0;
		width: 97%;
		justify-content: space-between;
		margin: 0 auto 34px;
	}
	.gnav-sublist-item{width: 16%;}
	.gnav-sublist-item a span{padding-bottom: 20px;}
	.gnav-sublist-item a span::after{
		content: " ";
		height: 2px;
		position: absolute;
		bottom: 0;
		margin: auto;
		width: 80%;
		left: 0;
		right: 0;
		border-bottom: 1px solid #37520b;
	}

	.gnav-snslist{
		display: flex;
		width: 60%;
		padding: 0;
		margin: 0 auto;
	}

	.gnav-snslist-item{width: 30%;}

	.gnav-snslist-item img{width: 56%;}

	.gnav-snslist-item.is-facebook p{
		width: 75%;
		height: 17px;
		margin-top: 7px;
	}
	
	.gnav-snslist-item.is-instagram p{
		width: 60%;
		height: 17px;
		margin-top: 7px;
	}
	
	.gnav-snslist-item.is-twitter p{
		width: 55%;
		height: 17px;
		margin-top: 7px;
	}


	/* footer ---------------------------------------*/

	footer{padding-top: 45px;}

	.footer-inner{
		padding: 50px 10px 30px 15px;
		margin:0 auto;
	}

	.footer-title{
		position: static;
		width: 140px;
		margin: 0 auto;
	}

	.footersns{
		position: static;
		margin-bottom: 35px;
	}

	.footersns-list{
		width: 133px;
		margin: 0 auto;
	}

	.footernav-list{
		max-width: 370px;
		margin: 0 auto;
		justify-content: space-between;
	}

	.footernav-sublist{
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.fonnternav-list-item{
		padding-left: 0px;
		position: relative;
	}

	.fonnternav-list-item.is-animal{
		width: 40%;
		margin-right: 0px;
		margin-left: 0;
	}
	.fonnternav-list-item.is-eatbuy{
		width: 51%;
		margin-right: 0px;
	}
	.fonnternav-list-item.is-touchlook{
		width: 40%;
		margin-right: 0px;
	}
	.fonnternav-list-item.is-map{
		width: 51%;
		margin-right: 0px;
	}
	.fonnternav-list-item.is-info{
		width: 40%;
		margin-right: 0px;
	}
	.fonnternav-list-item.is-other{
		width: 51%;
	}

	.fonnternav-list-item::after{
		display: block;
		content: '';
		width: 40px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.fonnternav-list-item.is-animal::after{
		background: url('/img/common/icon_menu_animal_wh.svg') no-repeat center center;
		background-size: 120%;
	}
	.fonnternav-list-item.is-eatbuy::after{
		background: url('/img/common/icon_menu_eatbuy_wh.svg') no-repeat center center;
		background-size: 120%;
	}
	.fonnternav-list-item.is-touchlook::after{
		background: url('/img/common/icon_menu_touchlook_wh.svg') no-repeat center center;
		background-size: 120%;
	}
	.fonnternav-list-item.is-map::after{
		background: url('/img/common/icon_menu_map_wh.svg') no-repeat center center;
		background-size: 120%;
	}
	.fonnternav-list-item.is-info::after{
		background: url('/img/common/icon_menu_qa_wh.svg') no-repeat center center;
		background-size: 120%;
	}
	.fonnternav-list-item.is-other::after{
		background: url('/img/common/icon_menu_guide_wh.svg') no-repeat center center;
		background-size: 120%;
	}

	.footernav-list a{letter-spacing: 2.5px;}

	.footernav-sublist-item{
		font-size: 11px;
		line-height: 2.1;
	}

	.fonnternav-list-item-title{
		font-size: 15px;
		padding-left: 0;
		padding-right: 23px;
		font-weight: bold;
		position: relative;
	}
	
	.fonnternav-list-item-title::before {display: none;}

	.footercopy{
		background: #fff;
		padding: 10px 0 5px;
	}
	
	.copyright{
		display: block;
		text-align: center;
		font-size: 13px;
		letter-spacing: 1px;
	}

	/* grid ---------------------------------------*/

	.row {
		margin-right: -4px;
		margin-left: -4px;
	}

	.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		padding-right: 4px;
		padding-left: 4px;
	}

	.col-sp-1, .col-sp-2, .col-sp-2-4, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}

	.col {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sp-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sp-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sp-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sp-2-4 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sp-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sp-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sp-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sp-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sp-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sp-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sp-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sp-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sp-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sp-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}


	/* margin ---------------------------------------*/

	.mt-sp-0{margin-top:0px !important;}
	.mt-sp-5{margin-top:5px !important;}
	.mt-sp-10{margin-top:10px !important;}
	.mt-sp-15{margin-top:15px !important;}
	.mt-sp-20{margin-top:20px !important;}
	.mt-sp-25{margin-top:25px !important;}
	.mt-sp-30{margin-top:30px !important;}
	.mt-sp-35{margin-top:35px !important;}
	.mt-sp-40{margin-top:40px !important;}
	.mt-sp-45{margin-top:45px !important;}
	.mt-sp-50{margin-top:50px !important;}
	.mt-sp-55{margin-top:55px !important;}
	.mt-sp-60{margin-top:60px !important;}
	.mt-sp-65{margin-top:65px !important;}
	.mt-sp-70{margin-top:70px !important;}
	.mt-sp-75{margin-top:75px !important;}
	.mt-sp-80{margin-top:80px !important;}
	.mt-sp-85{margin-top:85px !important;}
	.mt-sp-90{margin-top:90px !important;}
	.mt-sp-95{margin-top:95px !important;}
	.mt-sp-100{margin-top:100px !important;}

	.mb-sp-0{margin-bottom:0px !important;}
	.mb-sp-5{margin-bottom:5px !important;}
	.mb-sp-10{margin-bottom:10px !important;}
	.mb-sp-15{margin-bottom:15px !important;}
	.mb-sp-20{margin-bottom:20px !important;}
	.mb-sp-25{margin-bottom:25px !important;}
	.mb-sp-30{margin-bottom:30px !important;}
	.mb-sp-35{margin-bottom:35px !important;}
	.mb-sp-40{margin-bottom:40px !important;}
	.mb-sp-45{margin-bottom:45px !important;}
	.mb-sp-50{margin-bottom:50px !important;}
	.mb-sp-55{margin-bottom:55px !important;}
	.mb-sp-60{margin-bottom:60px !important;}
	.mb-sp-65{margin-bottom:65px !important;}
	.mb-sp-70{margin-bottom:70px !important;}
	.mb-sp-75{margin-bottom:75px !important;}
	.mb-sp-80{margin-bottom:80px !important;}
	.mb-sp-85{margin-bottom:85px !important;}
	.mb-sp-90{margin-bottom:90px !important;}
	.mb-sp-95{margin-bottom:95px !important;}
	.mb-sp-100{margin-bottom:100px !important;}


	/* width ---------------------------------------*/

	.wid-sp-100per{width:100% !important;}
	.wid-sp-50per{width:50% !important;}

	.wid-sp-400{width:400px !important;}
	.wid-sp-500{width:500px !important;}
	.wid-sp-600{width:600px !important;}
	.wid-sp-700{width:700px !important;}
	.wid-sp-800{width:800px !important;}
	.wid-sp-900{width:900px !important;}

	/* title ---------------------------------------*/

	.title-page{}

	.title-section{
		font-size: 30px;
		padding: 32px 0;
	}

	.title-section::after{width: 100px;}

	.title-section{
		font-size:18px;
		padding-bottom: 22px;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 25px;
		letter-spacing:0.2em;
	}

	.title-section::after {
		height: 4px;
		width: 50px;
	}

	.title-section-leftborder {
		padding-left: 18px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 30px;
	}

	.title-section-leftborder::after {display: none;}

	.title-section-leftborder::before {width: 6px;}

	.title-block{
		font-size: 14px;
		letter-spacing:0.2em;
		margin-bottom: 5px;
		line-height: 1.9;
	}

	.title-small{font-size: 13px;}



	/* text ---------------------------------------*/

	.text{
		font-size:12px;
		line-height: 1.6
	}

	.text-sp-center{text-align:center !important;}
	.text-sp-right{text-align:right !important;}
	.text-sp-left{text-align:left !important;}


	/* pankuzu ---------------------------------------*/

	.pankuzu{display: none}


	/* list ---------------------------------------*/

	.list li{
		padding-left: 12px;
		font-size:12px;
		margin-bottom: 8px
	}


	/* btn ---------------------------------------*/

	.btn{
		min-width: 200px;
		padding: 15px 20px;
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 3px;
	}

	.btn-ss {
		font-size: 11px;
		min-width: 120px;
		padding: 10px 30px;
	}

	.btn-s {
		font-size: 12px;
		min-width: 150px;
		padding: 13px 30px;
	}

	.btn-l {
		font-size: 16px;
		min-width: 300px;
		width: 100%;
		max-width: 450px;
		padding: 19px 30px;
		border-radius: 40px;
	}

	.btn:hover{opacity: 1;}


	/* table ---------------------------------------*/

	.table-wrapper{margin-bottom: 55px;}

	.table-horizontal,
	.table-horizontal tbody,
	.table-horizontal tr,
	.table-horizontal th,
	.table-horizontal td{
		display: block;
		width:100%;
	}


	.table-horizontal th,
	.table-horizontal td{
		font-size:16px;
		border:none;
	}

	.table-horizontal th{padding: 18px 20px 18px 20px;}
	.table-horizontal td{padding: 25px 20px 25px 20px;}

	.table-sp-scroll{
		overflow: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 15px;
	}

	.table-sp-scroll table{min-width:450px;}


	/* modal ---------------------------------------*/

	.modal-wrapper{display: none;}

	.modal{padding: 60px 10px 20px;}

	.modal-inner{padding:25px 15px;}

	.modal-inner-close{
		width: 320px;
		max-width: 100%;
		margin:  30px auto;
	}


	/* form ---------------------------------------*/

	.contact-lead{padding: 0 25px 20px;}
	.contactform{margin: 0 auto 50px;}

	.contactform-inner{
		padding: 20px 30px 40px;
		margin-bottom: 60px;
	}

	.form-table,
	.form-table tbody,
	.form-table tr,
	.form-table th,
	.form-table td{display: block}

	.form-table tr{margin-bottom: 15px;}

	.form-table th{
		width: 100%;
		padding: 0px 0;
		margin-bottom: 5px;
		font-size:13px;
	}

	.form-table td{
		width: 100%;
		padding: 0 0;
	}

	.form-select{
		padding:10px 50px 10px 10px;
		font-size: 13px;
		background: url('/img/common/select.png') right top no-repeat #fff;
		background-size: 25px 35px;
	}

	.form-text{
		padding:10px 10px;
		font-size:13px;
	}

	.form-textarea{
		padding:10px 10px;
		width:100%;
		height:170px;
	}

	.icon-any,
	.icon-must{
		padding: 2px 7px;
		font-size:9px;
		margin-left: 5px;
	}

	.contact-agreement{padding: 10px 20px;}

	.contact-agreement-text{
		font-size:11px;
		line-height: 2.0;
		margin-bottom: 30px;
		font-weight:normal;
	}

	.agree-checkbox {font-size: 12px;}

	.agree-checkbox label {
		padding: 2px 45px 0 0px;
		font-size:13px;
	}

	.agree-checkbox label::before{
		width:28px;
		height:28px;
	}

	.agree-checkbox input:checked + label::after{
		width:7px;
		height:11px;
		border-right:4px solid #626e60;
		border-bottom:4px solid #626e60;
	}

	.contactform-submit{
		padding: 0 25px;
	}


	/* lower kv ---------------------------------------*/

	.lowerkv {
		background: url(../img/component/lowerkv.png) no-repeat center bottom;
		background-size: cover;
		height: 110px;
		position: relative;
	}

	.lowerkv-inner {
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate(0%,-50%);
		width: 80%;
		text-align:center;
	}

	.lowerkv-title {font-size: 22px;}


	/*  pickup ---------------------------------------*/

	.pickup {margin-bottom: 25px;}
	.pickup-inner {max-width: auto;}
	.pickup-title {margin-bottom: 27px;}
	.pickup-title-main {
		font-size: 20px;
		letter-spacing:0.3em;
	}

	.pickup-title-sub {
		margin-top: 6px;
		font-size: 10px;
		letter-spacing:0.25em;
	}

	.pickup-text {
		padding: 23px 0 28px;
		border-top:1px solid #475245;
		border-bottom: 1px solid #475245;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0.2em;
	}


	/*  media ---------------------------------------*/

	.media-list {
	}

	.media-list-item {display: block}

	.media-list-item:not(:last-of-type) {margin-bottom: 40px;}
	.media-image {width: 100%;}

	.media-detail {
		width: 100%;
		overflow: hidden;
	}

	.media-detail::before {
		top: -30px;
		left: auto;
		right: -7%;
		background: url('../img/common/bg_cow.png') no-repeat center center;
		background-size: 220px;
		width: 280px;
		height: 280px;
	}

	.media-list-item:nth-of-type(even) .media-detail::before {
		left: auto;
		right: -7%;
	}

	.media-title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.media-text {
		font-size: 13px;
		line-height: 1.9;
	}

	.media-infolist {}

	.media-infolist {
		font-size: 0;
		margin-bottom: 25px;
	}

	.media-infolist dt {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.media-infolist dd {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.media-pricelist {
		margin-bottom: 25px;
	}

	.pickup-update{
		font-size: 11px;
		letter-spacing: 0.2px;
	}


	/* panel ---------------------------------------*/

	.panel {
		padding: 0 0px;
	}

	.panel-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.panel-list-item {
		margin-bottom: 50px;
	}

	.is-2col .panel-list-item {width: 100%;}

	.is-3col .panel-list-item {
		width: 100%;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		margin-bottom: 25px;
	}

	.is-4col .panel-list-item {
		width: 47%;
		margin-bottom: 30px;
	}

	.is-sp-2col .panel-list-item {
		width: 47%;
		margin-bottom: 5px;
	}

	.is-3col.is-sp-2col .panel-list.is-small .panel-list-item {
		width: 44%;
	}

	.panel-image {
		margin-bottom: 20px;
		text-align:center;
	}

	.is-3col .panel-image{width:40%;}
	.is-3col.is-onlyimage .panel-image {width: 100%;}
	.is-4col .panel-image{margin-bottom: 15px}
	.is-4col .panel-image img{width:100%;}

	.panel-image img {border-radius: 10px;}
	.panel-detail {}
	.is-3col .panel-detail{width:55%;}

	.panel-title {
		margin-bottom: 15px;
		height: auto;
	}

	.is-2col .panel-title {
		font-size: 16px;
		letter-spacing:0.2em;
	}

	.is-3col .panel-title {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.panel-text {
		font-size:12px;
		letter-spacing: 0.12em;
	}

	.is-2col .panel-text {
		font-size: 13px;
		line-height: 1.7;
	}

	.is-3col .panel-text {
		font-size: 11px;
		line-height: 1.6;
	}

	.is-4col .panel-text {
		font-size: 11px;
		line-height: 1.6;
	}

	.textblock {margin-bottom: 40px;}


	/* 情報と写真を横並びパターン ---------------------------------------*/

	.infopanel{display: block;}

	.infopanel-block{
		width: 100%;
		margin-bottom: 15px;
	}

	.infopanel-block .text{
		font-size: 12px;
		letter-spacing: 0.2em;
		line-height: 1.8em;
		margin-bottom: 20px;
	}

	.infopanel-image-main{margin-bottom: 10px;}

	.infopanel-image-sub{
		width: calc(50% - 6px);
		margin-bottom: 10px;
	}

	.infopanel-data{padding: 15px;}

	.infopanel-data-title{
		font-size:12px;
		border-bottom:1px solid #2B4200;
		margin-bottom: 8px;
	}

	.infopanel-data-text{
		font-size:13px;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.infopanel-data-text:last-child{margin-bottom: 0;}



}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}