@charset "utf-8";

/*@media screen and (min-width:961px) {}*/
/*@media only screen and (min-width:376px) and (max-width:960px) {}/*tablet用*/
/* @media screen and (max-width:480px) {}/*スマホ用*/

/*#452206 文字色*/

/*************************************************************
 表示 SPでは表示、PC,TBでは非表示
*************************************************************/
.pc {display: none;}

.display_none { display: none; }

.border-radius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.border-radius_3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul {list-style: none;}

.f_bold {font-weight: bold;}

a:link, a:visited, a:hover, a:active {color: #452206;}

#add {
	display: block;
	margin-top:-100px;
	padding-top:100px;
}

/*************************************************************
【見出し】
*************************************************************/
h2 {
	font-size: 1em;
	color: #452206;
	padding: 0.2em;
	border-bottom: solid 2px #452206;
}

h3 {
	color: #452206;
	font-size: 1em;
	padding: 0.25em 0.5em;
/*	border-left: solid 5px #000;*/
}

html {
	scroll-behavior: smooth;
}

/* ----------------------------------------------------------------------
 body
---------------------------------------------------------------------- */
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #452206;
	margin: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/bg_mc.jpg");
	background-size: cover;
/*	background: #FFFFEF;*/
}

/**************************************************************/
/* header
/**************************************************************/
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	text-decoration: none;
	background: #222f70;
	background: url("../img/h.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	border-bottom: 1px solid #452206;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	text-decoration: none;
	background: #222f70;
	background: url("../img/h.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	border-bottom: 1px solid #452206;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
	line-height: 1;
		transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #dcdcdc;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


	#top-head,#top-head .inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		width: 100%;
		height: 60px;
		background: #222f70;
		background: url("../img/h.jpg");
		background-repeat: no-repeat;
		background-position:50% 50%;
		border-bottom: 1px solid #452206;
		box-shadow: 0 3px 0 rgba(0,0,0,0.2);
		line-height: 1;	
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 2px;
		color: #333;
		font-size: 1em;
		padding-left: 1em;
	}
	#top-head.fixed .logo img,
	#top-head .logo img {
		width: 140px;
	}
	#top-head.fixed .logo span,
	#top-head .logo span {
		padding-left: 1em;
		border: 1px solid #dcdcdc;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #fff;
		width: 100%;
		text-align: center;
		padding: 0;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		opacity:0.97;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 15px;
		background: #fff;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom: 1px solid #dcdcdc;
	}
	#global-nav ul li:last-child {
		border-bottom: 0px solid #dcdcdc;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #333;
		padding: 14px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}



/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-banner{
	width: 100%;
	position: relative;
}

.tp-banner-fullscreen-container {
		width: 100%;
		position: relative;
		padding: 0;
}

/* ----------------------------------------------------------------------
 top_view
---------------------------------------------------------------------- */
#slider {
	width: 100%;
	margin: 50px auto -70px;
	background: #dcdcdc;
}

/* ----------------------------------------------------------------------
 container
---------------------------------------------------------------------- */
.container {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);

}

.main {	
	width: 100%;
	pading: 0px;
	padding-bottom: 40px;
	margin: 80px auto;
	background: #fff;
	margin-bottom: 10px;
}

.side {
	width: 100%;
	border-radius: 3px;
}

.main_2 {
	width: 100%;
	pading: 0px;
	padding-bottom: 40px;
	margin: 140px auto 0;
	background: #fff;
	margin-bottom: 10px;
}

/* Responsive */
@media ( min-width : 600px ){
	.container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	}
	.main {
	margin: 0 10px 0 0;
	}
}
/* ----------------------------------------------------------------------
 contents
---------------------------------------------------------------------- */
#contents {
	position: relative;
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
	padding-top: 100px;
}


/* ----------------------------------------------------------------------
 box_mp
---------------------------------------------------------------------- */

.box_mp,
.box_mc {
	text-align: center;
	padding-bottom: 60px;
	margin: 15px auto 120px;
}

.box_mp h2 {
	color: #452206;
	text-align: center;
	margin: 0 auto;
	border-bottom: 2px solid #452206;
}

.box_mp .inner,
.box_mc .inner {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

.box_mp .inner .title_number {
	text-align: center;
	margin: 15px auto 0px;
	border-bottom: 2px solid #dcdcdc;
}

.info_banner {
	width: 100%;
	margin: 30px auto;
}

.box_menu_flef {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	margin: 15px auto 5px;
}

.box_menu_flef .item {
	max-width: 65px;
	height: 65px;
	color: #fff;
	font-size: 3em;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 10px;
	background: #d40000;
	text-shadow:
	.5px .5px #fff;,
	-.5px .5px #fff;,
	-.5px -.5px #fff;,
	.5px -.5px #fff;,
	.5px 0px #fff;,
	0px .5px #fff;,
	-.5px 0px #fff;,
	0px -.5px #fff;
}


.shipping_info_flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	margin: 30px auto 5px;
}

.shipping_info_flex .item {
	max-width: 65px;
	height: 65px;
	color: #fff;
	font-size: 3em;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 10px;
	background: #d40000;
	text-shadow:
	.5px .5px #fff;,
	-.5px .5px #fff;,
	-.5px -.5px #fff;,
	.5px -.5px #fff;,
	.5px 0px #fff;,
	0px .5px #fff;,
	-.5px 0px #fff;,
	0px -.5px #fff;
}

.shipping_info_sab {
	width: 100%;
	font-size: 0.7em;
	text-align: right;
	margin: 0 auto 30px;
}

.distribution {
	width: 100%;
	margin: 0 auto 30px;
}

.distribution p {
	width: 90%;
	font-size: 0.9em;
	text-align: left;
	margin: 0 auto 60px;
}

.box_flef {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}

.menu_item {
	width: 98%;
	margin-bottom: 30px;
	background: #e9e9e1;
}

.menu_item h2.title {
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	padding: 10px 0 0;
	border: none;
}

.menu_item .img {
	width: 99%;
	height: 140px;
	text-align: center;
	padding: 0;
	margin: -25px auto 0;
}

.menu_item .img img {
	width: 96%;
	height: 140px;
	object-fit: cover;
	border: 1px solid #aaa;
	border-radius: 2px;
}

.menu_item .text {
	width: 100%;
	height: 65px;
	font-size: 0.9em;
}

.menu_item p {
	width: 100%;
	color: #452206;
	font-weight: 700;
	margin: 10px auto;
}

.menu_itemlist {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #452206;
}

.menu_itemlist .img {
	width: 100%;
	text-align: left;
	margin: 0 auto 5px;
}

.menu_itemlist .img img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border: 1px solid #aaa;
	border-radius: 2px;
}

.menu_itemlist h4.title {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0;
	margin: 5px auto;
	border: none;
	background: #efefef;
	border-radius: 2px;
}

.menu_itemlist .kakaku {
	width: 100%;
	height: 30px;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
}

.menu_itemlist .kakaku span {
	color: #CC0000;
	font-weight: bold;
}

.menu_itemlist p {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin: -10px auto;
	border: none;
}

.item_view {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 80px;
}

.item_view .inner {
	width: 100%;
	margin: 5px auto;
}

.item_view .inner .header {
	width: 100%;
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px 0;
	background: #e9e9e1;
}

.item_view .inner .title {
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px 0;
	margin: 10px auto;
	background: #e9e9e1;
	border-radius: 4px;
}

.item_view .inner .kakaku {
	width: 100%;
	height: 30px;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
}

.item_view .inner .kakaku span {
	color: #CC0000;
	font-weight: bold;
}

.item_view .inner p {
	color: #666;
	font-size: 0.85em;
	text-align: left;
	letter-spacing: 0.05;
	padding: 1em 0.8em;
	background: #e9e9e1;
	border-radius: 4px;
}

.item_view .inner table {
	width: 85%;
	max-width: 600px;
	border-collapse: collapse;
	text-align: center;
}

.item_view .inner th,.item_view .inner  td {
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid #aaa;
}

.item_view .inner th {
	width: 100px;
	color: #333;
	text-align: right;
	padding-right: 1em;
	background: #e9e9e1;
}

.item_view .inner td {
	color: #333;
	text-align: left;
	padding-left: 2em;
	background: #e9e9e1;
}

.radiobox_flef {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;	
	width: 100%;
	margin: 10px auto;
}

.item_view .radiobutton {
	display: none;
}

.item_view label {
	width: 220px;
	font-size: 0.9em;
	padding: 10px 20px;
	margin: 10px auto;
	background: #f5f5f5;
	border: 2px solid #ccc;
	border-radius: 4px;

}
.item_view .radiobutton:checked + label {
	background: #e9e9e1;
}

.box_option {
	width: 100%;
	margin: 60px auto 120px;
}

.box_option .title,
.box_option_roast .title {
	font-size: 1em;
	padding: 5px 0;
	background: #e9e9e1;
}

.box_option_roast {
	width: 100%;
	margin: 60px auto 120px;
}

.box_option_roast img {
	width: 95%;
	margin: 0 auto;
}



.info_01 {
	width: 100%;
	margin: 30px auto;
}

.info_01 img {
	width: 99%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #452206;
}

.info_02 {
	width: 100%;
	margin: 30px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #452206;

}

.info_02 img {
	width: 100%;
}

.info_03 {
	width: 100%;
	margin: 80px auto;
}

.info_03 img {
	width: 100%;
}

.step_flex {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin: 30px auto;
}

.step_flex .step {
	width: 160px;
	color: #452206;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 10px;
	margin: 0 auto 10px;
	background: #f8eedb;
	border: 3px solid #6f4d2c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.step_flex .next {
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0 auto 10px;
	border-width: 12px 7px 0 7px;
	border-color: #6f4d2c transparent transparent transparent;
}


.box_mp .img_pig {
	width: 95%;
	text-align: center;
	margin: 60px auto;
}

.box_mp .img_pig_type {
	width: 100%;
	text-align: center;
	margin: 90px auto;
}

.box_mp .img_pig_type ul {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
}

.box_mp .img_pig_type li {
	display: inline-block;
	width: 49%;
	font-weight: bold;
	text-align: center;
}

.box_mp .img_pig_type li .pink{
	color: #fdab9f;
}

/* ----------------------------------------------------------------------
 slide */

.xslider_wrap {
	display: flex;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 80px;
}

.xslider1 , .xslider2 {
	display: inline-flex;
	flex: none;
	animation: xslider 30s 2s linear infinite;
}

.xslider_wrap:hover div {
	animation-play-state: paused!important;
}

.xslider1 div , .xslider2 div {
	flex: none;
	padding: 5px;
}

.xslider1 div:hover , .xslider2 div:hover {
	transform: translateY(-5px);
}

.xslider1 div img, .xslider2 div img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	padding: 0px;
}


@keyframes xslider {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-100%);
	}
}



.list_pig {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 60px auto;
}

.list_pig article {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
	padding: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
}

.list_pig article figure {
	width: 95%;
}
	
.list_pig article figure img {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
		
.list_pig .text_content {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

.list_pig .text_content h3{
	width: 90%;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
}

.list_pig .text_content .text_excerpt {
	font-size: 0.8em;
	line-height: 1.3;
	letter-spacing: 0.07;
	padding: 5px;
	padding-left: 0.8em;
	
}


.list_caffee {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 60px auto;
}

.list_caffee article {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 33%;
	margin-bottom: 20px;
}

.list_caffee article figure {
	max-width: 100%;
	margin-left: 5px;
}
	
.list_caffee article figure img {
	width: 100%;
	vertical-align: top;
	border: 1px solid #dcdcdc;
}
		
.list_caffee .text_content {
	width: 0%;
	height: 0px;
	text-align: left;
	margin-left: -30px;
}

.list_caffee .text_content .text_excerpt {
	font-size: 0.9em;
}




.kakaku {
	font-size: 1.1em;
	padding: 5px;
}
	
table {
	width: 600px;
	margin: 30px auto;
	border-collapse:  collapse;
	border: 1px solid blue;
}

th,td {
	border: solid 1px;
	border: solid 1px;
	padding: 10px;
}

th {
	width:  200px;
	height: 30px;
	background: #dcdcdc;
}


/* ----------------------------------------------------------------------
 itemcate
---------------------------------------------------------------------- */

.box_itemcate {
	width: 100%;
	text-align: center;
	margin: 30px auto 60px;
}

.box_itemcate .title {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	padding: 5px 0;
	margin: 20px auto 3px;
	background: #452206;
}

.box_itemcate .title a {
	color: #fff;
}

.menu {
	width: 95%;
	margin: 10px auto;
	border: 1px solid #aaa;
	background: #fafafa;
	border-radius:5px;
}
.menu li {
	border-bottom: 1px solid #aaa;
}

.menu li:last-child {
	border-bottom: none;
}

.menu__item {
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding-bottom: 3px;
	margin: 0 auto 5px;
}

.menu__item__link li:last-child {
	border-bottom: none;
}

.menu__item__link {
	position: relative;
	display: block;
	color: #452206;
	font-size: 1em;
	font-weight: 500;
	line-height: 50px;
	padding: 0 0.7em;
}

.menu__item__link:after {
	position: absolute;
	display: block;
	content: '+';
	right: 0;
	top: 0;
	width: 40px;
	color: #aaa;
	font-size: 1.3em;
	line-height: 50px;
	text-align: center;
}

.menu__item__link.on:after {
	content: '-';
	color: #aaa;
	font-size: 1.5em;
}
 
.submenu {
	display: none;
	font-size: 0.9em;
	border-top: 1px solid #aaa;
}

.submenu li {
	border-bottom: 1px solid #aaa;
}

.submenu li:last-child {
	border-bottom: none;
}

.submenu__item {
	color: #452206;
	padding: 1em 0.7em;
	text-decoration: none;
}

.submenu__item a {
	width: 100%;
	color: #452206;
	font-weight: 500;
	padding: 1em 0.7em;
	text-decoration: none;
}

.submenu li:last-child {
	border-bottom: none;
}


/* ----------------------------------------------------------------------
 access
---------------------------------------------------------------------- */
.map {
	width: 100%;
	margin: 0 auto;
}

.add {
	width: 100%;
	padding: 10px 0;
	margin: 15px auto;
	border: 1px solid #ccc;
}

.add .inner {
	width: 250px;
	margin: 0 auto;
}

.add dl {
	width: 100%;
	font-size: 0.9em;
}

.add dt {
	float: left;
	width: 100px;
	text-align: right;
	padding: 6px;
}

.add dd {
text-align: left;
	padding: 6px 0;
	margin-left: 60px;
}


/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
footer {
	padding-top: 5px;
	border-top: 1px solid #000;
	background: #dcdcdc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

footer a {text-decoration: none;}

footer a:hover {color:#333;}

#footer-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 700px;
	height: 300px;
	font-size: 0.9em;
	margin: 0 auto;
}

#footer-inner ul {
	width: 33.333%;
	padding: 0;
	border-left: 0px solid #666;
	text-align: center;
}

#footer-inner ul:first-child {
	border-left: none;
}

#footer-inner li {
	list-style: none;
	color: #111;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}

#footer-inner li a {color:#333;}

/* --- 入れ子にされたリスト用 --- */
#footer-inner ul ul {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
}

/* --- 全てのリスト項目 --- */
#footer-inner ul li {
	width: 140px;
	padding: 1px 5px 0 15px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
}

/* --- HOMEリスト項目 --- */
#footer-inner ul li.home {
	width: 130px;
	padding: 1px 0 0 15px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line1.gif) no-repeat left top; /* 1階層目の背景 */
}

/* --- 2階層目以降のリスト項目 --- */
#footer-inner  ul ul li {
	width: 90px;
	font-size: 0.9em;
	margin: 0 20px 7px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 0 15px; /* 2階層目のパディング（上右下左）上書き */
	background: url(../img/sitemap/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
	border-bottom: 1px #000 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリスト項目 --- */
#footer-inner ul ul li {
	background: url(../img/sitemap/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* copyright */
#footer_copr_area {
	width: 100%;
	background: #000;
}

#footer_copr_area span {
	font-size: 1em;
	vertical-align: -10%;
}

#copyright {
	max-width: 1200px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 0.8em;
	margin: 0 auto;
}

/**************************************************************/
/* footNavi
/**************************************************************/
						
#footNavi {
	display: none;
}

	#footNavi {
		width: 94%;
		position: relative;
		background: #fff;
		margin: 0 auto 0 auto;
		padding: 15px 3% 15px 3%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap:		 wrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			transition: opacity 0.3s;
			
	}

	#footNavi span {
		padding-left: 15px;
	}

	#footNavi .btn {
		width: 38%;
		height: 50px;
		margin: 0 0 0 0;
		padding: 0 0 0 10%;
		letter-spacing: 0;
		font-size: 0.8em;
		position: relative;
	}
	#footNavi .btn a {
		letter-spacing: 0;
		text-align: left;
		
		 -webkit-justify-content: flex-start;
		 justify-content:		 flex-start;
	}
			
		#footNavi .btn.btn01:before {
			content: '';
			position: absolute;
			width: 28px;
			height: 100%;
			left: 8%;
			top: 0;
			background: url(../img/icon_doc.png) no-repeat left center;
			background-size: 100% auto;
		}
		
		#footNavi .btn.btn02:before {
			content: '';
			position: absolute;
			width: 17px;
			height: 100%;
			left: 6%;
			top: 0;
			background: url(../img/icon_tel.png) no-repeat left center;
			background-size: 100% auto;
		}

/* ----------------------------------------------------------------------
 プライバシーポリシー　privacy policy
---------------------------------------------------------------------- */
.pprivacy h3 {
	color: #333;
	border-bottom: 2px solid #000;
	background: none;
}
.txt_pp {
	width: 100%;
	margin: 30px auto;
}

.txt_pp p {
	width: 95%;
	padding-top: 20px;
	margin: 0px auto;
}

.txt_pp ul {
	list-style: disc;
	width: 90%;
	padding-top: 10px;
	margin: 0px auto;
}

.txt_pp li {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto;
}

/* ----------------------------------------------------------------------
 ggmap
---------------------------------------------------------------------- */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*************************************************************
　fadeInUp
*************************************************************/

.fadeInUp {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(24px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(24px);
		-ms-transform: translateY(24px);
		transform: translateY(24px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ----------------------------------------------------------------------
 common
---------------------------------------------------------------------- */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/* ----------------------------------------------------------------------
contact
---------------------------------------------------------------------- */
.box-contact {
	width: 100%;
	margin: 30px auto 220px;
}

.box-contact h3 {
	text-align: center;
	margin: 30px auto 0;
}

.box-contact .info_chk {
	height: auto;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-top: 0px;
	margin: 80px auto;
}

/* ----------------------------------------------------------------------
 form
---------------------------------------------------------------------- */

.contact_form {
	width: 96%;
	text-align: center;
	padding-bottom: 60px;
	margin: 30px auto;
}

.contact_form dt span {
	float: right;
	clear: both ;
	color: #fff;
	margin-right: 0px;
	background: #ff0000;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	border-top: 1px solid #fff;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.contact_form dt {
	flex-basis: 100%;
	padding-left: 2em;
	font-size: 0.9em;
	color: #333;
	text-align: left;
}

.contact_form dl dd {
	flex-basis: 100%;
	padding: 0 0 5px;
	margin: 5px auto;
	font-size: 0.9em;
	color: #333;
	border-bottom: 1px dotted #999;
}

.contact_form dl dd:last-child {
	border-bottom: none;
}

@media screen and (max-width: 559px) {
	.company dl {
		flex-flow: column;
	}
}

label {
	display: block;
}

label.required:after {
	margin-left: 1.0em;
	padding: 1px 6px 2px 6px;
	border-radius: 3px;
	font-size: 0.8em;
	color: white;
	background-color: #C44;
	content: "必須";
}

label.any:after {
	margin-left: 1.0em;
	padding: 1px 6px 2px 6px;
	border-radius: 3px;
	font-size: 0.8em;
	color: white;
	background-color: #1a8f2d;
	content: "任意";
}

.contact_form dt.comment {}

.contact_form dl dd.comment {
	padding-top: 0px;
}

.contact_form dl dt.question {
	font-size: 0.9em;
	color: #333;
	text-align: left;
	padding-top: 5px;
}

.contact_form dl dd.question {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
	text-align: left;
	padding-top: 1em;
	padding-left: 1em;
}

.contact_form dl dd.question label {
	font-size: 0.8em;
	width: 33%;
	margin-bottom: 2em;
}

.contact_form dl dd ul li {
	display: inline-block;
	width: 80px;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid blue;
}

.contact_form dl dd.question .error-msg {
	margin-top: 0px;
}

.contact_form .select_box {
	border: solid 1px #aaa;
	color: #333;
	font-size: 0.9em;
	margin: 3px 0;
	padding: 10px;
	width: 86%;
	max-width: 310px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"],input[type="tel"],input[type="password"],input[type="number"],input[type="tel"],input[type="email"],textarea {
	border: solid 1px #aaa;
	color: #333;
	font-size: 0.9em;
	margin: 3px 0;
	padding: 10px;
	width: 80%;
	max-width: 310px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"]:invalid,input[type="tel"]:invalid ,input[type="password"]:invalid,input[type="number"]:invalid,input[type="tel"]:invalid,input[type="email"]:invalid,textarea:invalid, {
	border: 1px solid ping;
}

textarea {
	width: 27.6em;
}

input[type=checkbox] {
	margin-right: 5px;
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}

/* 入力中またはNGなら赤くする */
form input:focus:invalid {
	border : tomato 2px solid;
}
/* 操作中、入力値が正しい場合は、不正エラーを消す */
form input:focus:valid + .error .invalid {
	display : none;
}
/* OKなら、その他のテキストボックス以外を#aaaにする */
form input:valid:not(:last-child) {
	border : solid 1px #3b6e00;
}

form select:valid:not(:last-child) {
	border : solid 1px #3b6e00;
}

form textarea:valid:not(:last-child) {
	border : solid 1px #3b6e00;
}

input#submit_button {
	max-width: 250px;
	height: 45px;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
}

.button {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	margin: 30px auto 0;
	background: #452206;
}

.button:hover {
	color: #fff;
	background-color: #3d2307;
}

.btn_shopping {
	width: 85%;
	max-width: 460px;
	color: #333;
	font-size: 0.9em;
	font-weight: 700;
	margin: 30px auto;
}

.btn_shopping a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 1em;
	background-color: #cccccc;
	border: 1px solid #452206;
	border-radius: 4px;
	transition: 0.3s;
}

.btn_shopping a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}

.btn_shopping a:hover {
	text-decoration: none;
	background-color: #bbbbbb;
}

/* [個人情報] */
.privacy-policy {
	max-width: 400px;
	font-size: 0.9em;
	padding: 5px;
	margin: 30px auto 0;
}

.privacy-policy ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
}

.box_privacy {
	width: 100%;
	padding: 15px 0;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.box_privacy p {
	margin-top: 10px;
}

.disabled-btn {
	width: 85%;
	padding: 15px 0;
	margin-top: 10px;
}

.sent-info {
	max-width: 400px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-top: 0px;
	margin: 60px auto;
}

.sent-info p {
	margin: 10px auto;
}

/* ----------------------------------------------------------------------
 プライバシーポリシー　privacy policy
---------------------------------------------------------------------- */
.pp_column {
	max-width: 735px;
	font-size: 0.9em;
	text-align: left;
	padding: 7px;
	margin: 30px auto 100px;
	background: #fff;
}

.pp_column .txt_pp {
	width: 100%;
	margin: 30px auto;
}

.pp_column .txt_pp p {
	width: 95%;
	padding-top: 0px;
	margin: 0px auto;
}

.pp_column .txt_pp ul {
	list-style: disc;
	width: 90%;
	padding-top: 10px;
	margin: 0px auto;
}

.pp_column .txt_pp li {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
footer {
	padding-top: 5px;
	border-top: 1px solid #000;
	background: #dcdcdc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

footer a {text-decoration: none;}
footer a:hover {color:#333;}

#footer-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96%;
	font-size: 0.9em;
	margin: 0 auto;
}

#footer-inner ul {
	width: 33.333%;
	padding: 0;
	border-left: 0px solid #666;
	text-align: center;
}

#footer-inner ul:first-child {
	border-left: none;
}

#footer-inner li {
	list-style: none;
	color: #111;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}

#footer-inner li a {color:#333;}

/* --- 全てのリスト項目 --- */
#footer-inner ul li {
	width: 100px;
	font-size: 0.8em;
	padding: 1px 5px 0 15px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
}

/* --- HOMEリスト項目 --- */
#footer-inner ul li.home {
	width: 120px;
	padding: 1px 0 0 15px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line1.gif) no-repeat left top; /* 1階層目の背景 */
}

#footer-inner ul li.font_8 {
	font-size: 0.4em;
}

/* --- 入れ子にされたリスト用 --- */
#footer-inner ul ul {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

/* --- 3階層目以降のリスト項目 --- */
#footer-inner ul ul li {
	width: 80px;
	font-size: 0.7em;
	background: url(../img/sitemap/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* copyright */
#footer_copr_area {
	width: 100%;
	background: #000;
}

#footer_copr_area span {
	font-size: 1em;
	vertical-align: -10%;
}

#copyright {
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 0.7em;
	margin: 0 auto;
}

