@charset "utf-8";

/*@media screen and (min-width:961px) {}*/
/*@media only screen and (min-width:481px) and (max-width:960px) {}/*tablet用*/
/* @media screen and (max-width:480px) {}/*スマホ用*/


/*#452206 文字色*/
/*#222f70;*/
/* #452206; */
/*************************************************************
 表示 PCでは表示、SP,TBでは非表示
*************************************************************/
.sp {display: none;}

ul {list-style: none;}

.f_bold {
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
	color: #452206;
}

#add {
	display: block;
	margin-top:-170px;
	padding-top:170px;
}
/*************************************************************
【見出し】
*************************************************************/
h2 {
	font-size: 1.2em;
	color: #452206;
	background: #fff;
	padding: 0.5em;
	border-bottom: solid 3px #452206;
}

h3 {
	color: #452206;
	font-size: 1.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.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background: #fff;
}

/* ----------------------------------------------------------------------
 header 
---------------------------------------------------------------------- */
#top-head {
	position: fixed;
	width: 100%;
	height: 90px;
	line-height: 1;
	padding: 0px 0;
	margin: 0;
	text-decoration: none;
	background: #222f70;
	background: url("../img/h.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	border-bottom: 1px solid #c30017;
	z-index: 999;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}


#top-head .inner {
	position: relative;
	max-width: 1180px;
	margin: 10px auto;
}

#top-head .logo {
	float: left;
	width: 200px;
	margin-top: 4px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	width: 860px;
	top: 0;
	left: 380px;
	right: 0;
	font-size: 0;
	font-weight: bold;
	bottom: 0;
	margin-top: 20px;
}

#global-nav ul li {
	display: inline-block;
}

#global-nav ul li a {
	display: block;
	font-size: 14px;
	padding: 15px 25px 8px;
	color: #fff;
}
 
#global-nav ul li.current {
	border-bottom: 2px solid #c30017;
}
 
/* Fixed */
#top-head.fixed {
	position: fixed;
	height: 90px;
	margin-top: 0;
	top: 0;
	padding-top: 0px;
	background: url("../img/h.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	border-bottom: 1px solid #c30017;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	margin-top: 4px;
}

#top-head.fixed #global-nav ul {
	top: 0;
	left: 380px;
}
 
#top-head.fixed #global-nav ul li {
	margin-top: 0px;
}
 
#top-head.fixed #global-nav ul li a {
	padding: 15px 25px 8px;
}

/* 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: #666;
	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_view
---------------------------------------------------------------------- */
#slider {
	width: 100%;
	padding-top:  90px;
	margin: 0px auto 0px;
	background: #dcdcdc;
}

/*********************************************
	-	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;
}


/* ----------------------------------------------------------------------
 container
---------------------------------------------------------------------- */
.container {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	width: 1250px;
	margin: 30px auto;
	background: #fff;
	box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
}

.main {	
flex: 1;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.main_2 {
flex: 1;
	padding: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.side {
	width: 250px;
	padding: 5px;
	margin: 0 auto;
}

 
/* 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 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.box_mp h2 {}

.box_mp .inner,
.box_mc .inner {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

.box_mp .inner .title_number {
	text-align: center;
	margin: 0 auto 60px;
}

.box_menu_flef {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}

.box_menu_flef::after {
	display: block;
	content:"";
	width: 590px;
}

.menu_item {
	width: 30%;
	margin-bottom: 30px;
	background: #e9e9e1;
}

.menu_item h2.title {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border: none;
}

.menu_item .img {
	width: 99%;
	object-fit: cover;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px
}

.menu_item .img img {
	width: 100%;
}

.menu_item .text {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

.menu_item p {
	width: 100%;
	color: #452206;
	font-weight: 700;
	padding: 5px;
	margin: 5px auto 3px;
}

.menu_itemlist {
	width: 255px;
	padding: 5px;
	margin-bottom: 30px;
	background: #e9e9e1;
	border-radius: 4px;
}

.menu_itemlist .img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.menu_itemlist .img img {
	width: 250px;
	height: 180px;
	object-fit: cover;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.menu_itemlist h4.title {
	width: 100%;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	margin: 5px auto 0;
	border: none;
	background: #bfbfba;
	border-radius: 3px;
}

.menu_itemlist p {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	margin: 5px auto;
	border: none;
}

.info_banner  {
	width: 100%;
	padding: 0;
	margin: 0 auto 60px;
}

.info_01 img  {
	width: 99%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #452206;
}

.info_02 {
	width: 100%;
	margin: 30px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #452206;

}

.info_02 img  {
	width: 100%;
}

.info_03 {
	width: 100%;
	margin: 80px auto;
}

.info_03 img  {
	width: 100%;
}

.shipping_info_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	width: 600px;
	padding: 60px 0;
	margin: 30px auto 5px;
	border-top: 2px solid #452206;
	border-bottom: 2px solid #452206;
}

.shipping_info_flex .item {
	width: 150px;
	height: 150px;
	color: #fff;
	font-size: 5em;
	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: 600px;
	font-size: 0.9;
	text-align: right;
	margin: 0 auto 60px;
}

.distribution {
	max-width: 800px;
	margin: 0 auto 120px;
}

.distribution p {
	width: 90%;
	font-size: 1em;
	text-align: left;
	margin: 0 auto 120px;
}

.step_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	margin: 30px auto 30px;
}

.step_flex .step {
	width: 160px;
	color: #452206;
	font-size: 1.2em;
	font-weight: bold;
	padding: 25px;
	margin: 0 5px;
	background: #f8eedb;
	border: 3px solid #452206;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.step_flex .next {
	width: 0;
	height: 0;
	margin: 25px auto;
	border-style: solid;
	border-width: 20px 0 17px 20px;
	border-color: transparent transparent transparent  #452206;
}


.box_mp .img_pig {
	width: 600px;
	text-align: center;
	margin: 60px auto;
}

.box_mp .img_pig_type {
	width: 460px;
	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%;
	max-width: 980px;
	margin: 0 auto 80px;
	box-shadow: 0 2px 5px #999;
}

.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: 130px;
	height: 130px;
	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;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #999;
}

.list_pig article figure {
	max-width: 35%;
	margin-left: 5px;
}
	
.list_pig article figure img {
	width: 100%;
	vertical-align: top;
	border: 1px solid #dcdcdc;
}
		
.list_pig .text_content {
	width: 100%;
	height: 210px;
	text-align: left;
	margin-left: -30px;
}

.list_pig .text_content .text_excerpt {
	font-size: 0.9em;
}


.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;
}

.item_view {
	width: 600px;
	margin: 5px auto;
}

.item_view .inner {
}

.item_view .inner .header {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0;
	background: #e9e9e1;
}

.item_view .inner .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0;
	background: #e9e9e1;
}

.item_view .inner .kakaku {
	font-size: 1em;
	font-weight: bold;
}

.item_view .inner p {
	color: #666;
	text-align: left;
	letter-spacing: 0.05;
	padding: 30px 15px;
	background: #e9e9e1;
	border-radius: 4px;
}

.item_view .inner table {
	width: 85%;
	border-collapse: collapse;
	text-align: center;
}

.item_view .inner th,.item_view .inner  td {
	font-size: 0.9em;
	padding: 5px;
	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;
}



.kakaku {
	font-size: 1.1em;
	padding: 5px;
}
	
table {
	width: 600px;
	margin: 30px auto;
	border-collapse:  collapse;
}

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: 0 auto;
}

.box_itemcate .title {
	width: 100%;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
	margin: 20px auto 5px;
	background: #452206;
}

.box_itemcate .title a {
	color: #fff;
}

.menu {
	margin: 10px auto;
	border: 2px solid #aaa;
	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: #222f70;
	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: #222f70;
	padding: 1em 0.7em;
	text-decoration: none;
}

.submenu__item a {
	width: 100%;
	color: #222f70;
	font-weight: 500;
	padding: 1em 0.7em;
	text-decoration: none;
}

.submenu li:last-child {
	border-bottom: none;
}


/* ----------------------------------------------------------------------
 access
---------------------------------------------------------------------- */
.map {
	width: 50%;
	max-width: 500px;
	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;
}

/* ----------------------------------------------------------------------
 プライバシーポリシー　privacy policy
---------------------------------------------------------------------- */
.pp_column {
	max-width: 735px;
	text-align: left;
	padding: 7px;
	margin: 100px 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: 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;
}


/* ----------------------------------------------------------------------
 プライバシーポリシー　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%;
}



/*************************************************************
　パンくずリスト
*************************************************************/
.breadcrumb {
  margin-top: 10px;
  margin-left: 20px;
  padding-left:0;
}

.breadcrumb li{
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 0.8em;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: gray;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}


/*************************************************************
　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: 750px;
	text-align: center;
	margin: 30px auto 0;
}

.contact_form dt span {
	float: right;
	clear: both ;
	color: #fff;
	margin-right: 60px;
	background: #ff0000;
}

.contact_form dl {
	width: 100%;
	margin: 0 0 0 0;
	border-top: 1px solid #fff;
	padding: 0;
}

.contact_form dl dt {
	float: left ;
	clear: both ;
	height: 80px;
	width: 260px;
	font-size: 1.1em;
	color: #333;
	text-align: left;
	line-height: 80px;
}

.contact_form dl dd {
	height: 80px ;
	font-size: 1.1em;
	color: #333;
	line-height: 80px ;
	text-align: left;
	border-bottom: 1px dotted #999;
}

.contact_form dl dd:last-child {
	border-bottom: none;
}

label {
  display: block;
}

label.required:after {
  margin-left: 1.0em;
  padding: 1px 6px 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  color: white;
  background-color: #C44;
  content: "必須";
}

label.any:after {
  margin-left: 1.0em;
  padding: 1px 6px 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
  color: white;
  background-color: #1a8f2d;
  content: "任意";
}

.contact_form dt.comment {
	float: left ;
	clear: both ;
}

.contact_form dl dd.comment {
	height: 210px ;
	line-height: -1;
	padding-top: 15px;
}

.contact_form dl dt.question {
	height: 135px;
	font-size: 0.9em;
	color: #333;
	text-align: left;
	line-height: 1.3em;
	padding-top: 15px;
}

.contact_form dl dd.question {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 135px;
	font-size: 0.9em;
	padding-top: 15px;
	margin-top: 0px;
}

.contact_form dl dd.question label {
	height: 0px;
	width: 30%;
	margin-top: -30px;
}

.contact_form dl dd ul li {
  display: inline-block;
  width: 120px;
  font-size: 0.9em;
  padding-top: 3px;
  padding-bottom: 3px;
}

.contact_form dl dd.question .error-msg {
	margin-top: 0px;
}

.contact_form .select_box {
	border: solid 2px #ccc;
	color: #444;
	font-size: 1.1em;
	margin: 20px 0 0;
	padding: 10px;
	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: 1.1em;
	margin: 3px 0;
	padding: 10px;
	width: 22.4em;
	-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 #aaa;
}

textarea {
	width: 27.6em;
}

input[type=checkbox] {
	margin-right: 8px;
	-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 {
	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 {
	max-width: 485px;
	color: #333;
	font-size: 1.1em;
	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: 2px 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 {
	width: 400px;
	font-size: 1em;
	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 #dcdcdc;
}

.disabled-btn {
	width: 85%;
	padding: 15px 0;
	margin-top: 10px;
}

.sent-info {
	width: 400px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-top: 0px;
	margin: 60px auto;
}

.sent-info p {
	margin: 10px auto;
}





