@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {}
.pc {display:none;}


/*--ヘッダー--*/

body {
	background: #f8f8f4;
}

header {
	width: 100%;
	height: auto;
	float: left;
	background: url(../Images/All/header_bg.png) bottom left repeat-x;
	margin-bottom: 30px;
	position: fixed;
	z-index: 100;
}

.header_area {
	width: 100%;
	height: auto;
	min-height: 60px;
	float: left;
}

.logo {
	width: auto;
	height: auto;
	float: left;
	padding: 15px 0 15px 15px;
}

.logo img {
	width: 180px;
	vertical-align: middle;
}

.top_telbox {
	display: none;
}

.top_telbox p {
	width: auto;
	height: auto;
	float: right;
	margin-left: 15px;
}

.top_telbox p a.inqlink {
	width: auto;
	height: 25px;
	float: left;
	display: block;
	background: #222222;
	color: #ffffff;
	padding: 2px 15px 0 15px;
	box-sizing: border-box;
	font-size: 0.8em;
	border-radius: 10px;
	position: relative;
}

.top_telbox p a.inqlink span {
	width: 6px;
	height: 9px;
	position: absolute;
	right: -6px;
	top: 1px;
}

.top_telbox p a.inqlink span img {
	vertical-align: middle;
}

.menu {
	display: none;
}

.menu li {
	width: auto;
	height: auto;
	min-height: 60px;
	float: right;
	background: url(../Images/All/menu_line.png) left top no-repeat;
	box-sizing: border-box;
	line-height: 1.1em;
}

.menu li a {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 30px 2px 30px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

.menu li a span {
	font-size: 0.5em;
}

.menu li a i {
	position: absolute;
	bottom: -17px;
	left: 50%;
	width: 13px;
	height: 8px;
	display: none;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
}

.menu li a i img {
	vertical-align: middle;
}

.menu li a i.se {
	display: block;
}

.menu li a:hover i {
	display: block;
}

/*--メインイメージ--*/

.main_img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	margin-top: 80px;
}

.main_img_area {
	width: 100%;
	height: auto;
	float: left;
}

.main_img_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 0 3px #cccccc;
	position: relative;
}

.main_img_box img {
	vertical-align: middle;
	width: 100%;
}

.main_img_box .text_box {
	width: 200px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 5px;
	background: rgba(56,36,16,0.5);
	transform:translateY(-50%);
	-webkit- transform:translateY(-50%);
	padding: 20px;
	box-sizing: border-box;
}

.main_img_box .text_box img {
	width: 100%;
	vertical-align: middle;
}

/*--ニュース--*/

.top_news {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.top_news_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_news_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	position: relative;
}

.top_news_box li.time {
	width: 100%;
	height: auto;
	float: left;
	color: #666666;
	text-align: left;
}

.top_news_box li.text {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.top_news_box i {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.top_news_box i img {
	vertical-align: middle;
}

/*--トップメイン--*/

.top_main {
	width: 100%;
	height: auto;
	float: left;
}

.top_main_area {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.top_main_box {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	box-shadow: 0 0 3px #cccccc;
	background: #cdb99d;
	margin-bottom: 20px;
}

.top_main_left {
	width: 100%%;
	height: auto;
	float: left;
}

.top_main_left img {
	width: 100%;
	vertical-align: middle;
}

.top_main_right {
	width: 100%%;
	height: auto;
	float: right;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

.top_main_right .san {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.top_main_right .san img {
	vertical-align: middle;
}

.top_main_right .inbox {
	width: 100%;
	height: auto;
	float: left;
}

.top_main_right .inbox .icon {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.top_main_right .inbox .icon img {
	vertical-align: middle;
}

.top_main_right .inbox .name {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.6em;
	font-weight: bold;margin-bottom: 10px;
}

.top_main_right .inbox .subname {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 30px;
	background: url(../Images/All/line.png) center bottom no-repeat;
	margin-bottom: 30px;
}

.top_main_sec {
	width: 100%;
	height: auto;
	float: left;
}

.top_main_sec .box01 {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	box-shadow: 0 0 3px #ccc;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	color: #000000;
}

.top_main_sec .box02 {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	box-shadow: 0 0 3px #ccc;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #000000;
}

.top_main_sec .box01:hover {
	background: #f8f8f8;
}

.top_main_sec .box02:hover {
	background: #f8f8f8;
}

.box1_left {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.box1_left img {
	vertical-align: middle;
}

.box1_right {
	width: 100%;
	height: auto;
	float: right;
	text-align: left;
}

.sec_picup {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.sec_picup img {
	vertical-align: middle;
}

.sec_title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.sec_title h3 {
	width: auto;
	height: auto;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #222222;
	font-weight: bold;
	font-size: 1.2em;
}

.sec_img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.sec_img2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.sec_mg-20 {
	margin-top: 0;
}

.sec_mg_r12 {
	margin-right: 12px;
}

.sec_mg_r14 {
	margin-right: 14px;
}

.top_main_bottom {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_main_bottom img {
	width: 100%;
	vertical-align: middle;
}

/*--よくある質問（トップ）--*/

.top_qa {
	width: 100%;
	height: auto;
	float: left;
	background: #e0e0d5;
	padding: 50px 0;
}

.top_qa_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_qa_titlebox {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #b3b3aa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.top_qa_titlebox h3 {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 25px;
}

.top_qa_titlebox h3 i {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 5px;
}

.top_qa_titlebox h3 i img {
	vertical-align: middle;
}

.top_qa_titlebox p {
	width: auto;
	height: auto;
	float: right;
	border-top: 1px solid #222222;
	padding-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
}

.top_qa_list {
	width: 100%;
	height: auto;
	float: left;
}

.top_qa_list li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.top_qa_list li:nth-child(2) {
	margin-right: 0;
}

.top_qa_list li:nth-child(4) {
	margin-right: 0;
}

.top_qa_list li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	padding: 14px 14px 14px 45px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	background: #f0f0ea;
	position: relative;
	text-align: left;
}

.top_qa_list li a:hover {
	opacity: 0.5;
}

.top_qa_list li a i {
	position: absolute;
	width: auto;
	height: auto;
	top: 15px;
	left: 10px;
}

/*--フッター--*/

footer {
	width: 100%;
	height: auto;
	float: left;
	background: #333333;
	padding: 30px 0;
}

.footer-area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.footer-left {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.footer-left .title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
}

.footer-left .text {
	width: 100%;
	height: auto;
	float: left;
	color: #ffffff;
}

.footer-right {
	width: 100%;
	height: auto;
	float: right;
}

.footer-right ul {
	width: 100%;
	height: auto;
	float: right;
}

.footer-right ul li {
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 10px;
	font-size: 0.9em;
	box-sizing: border-box;
}

.footer-right ul li a {
	color: #ffffff;
}

.footer-right ul li a:hover {
	color: #cccccc;
}

.footer-right .end {
	width: 100%;
	height: auto;
	float: right;
	margin-top: 30px;
	font-size: 0.9em;
	color: #ffffff;
	text-align: center;
}

/*---スマホ用メニュー---*/
	nav {
		width:100%;
		height:100%;
		min-height:120px;
		box-sizing:border-box;
		position:fixed;
		display:none !important;
		top:0;
		left:0;
		z-index:1400;
		background: #e0e0d5;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 75px 30px;
	}

	#navToggle {
		position:fixed; /*bodyに対しての絶対位置指定です*/
		right:10px;
		top:10px;
		width:17px;
		height:20px;
		cursor:pointer;
		z-index:1500;
		padding:10px 15px 15px 15px;
		}
	#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 3px #222222;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:0}
	#navToggle span:nth-child(2) {top:8px}
	#navToggle span:nth-child(3) {top:16px}
	
	.openNav #navToggle span {
		border-bottom:solid 3px #222222;
		}

	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		}
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		}

	.openNav nav {
		display:block !important;
	}

nav ul {
	border-top: 1px solid #cccccc;
}

nav ul li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
}

/*--内部ページ　タイトル--*/

.temp_title {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 80px;
	margin-bottom: 50px;
}

.temp_title_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.temp_title_box {
	width: 100%;
	height: auto;
	float: left;
	background: #382410;
}

.temp_title_area h2 {
	width: 50%;
	height: auto;
	float: left;
}

.temp_title_area h2 img {
	vertical-align: middle;
	width: 100%;
}

.temp_title_area p {
	width: 50%;
	height: auto;
	float: left;
	margin-top: 13px;
	
}

.temp_title_area p img {
	width: 100px;
	vertical-align: middle;
}

/*--内部ページ　メインエリア--*/

.temp-main {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.temp_main_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.temp_box {
	width: 100%;
	height: auto;
	float: left;
}

.temp_box a {
	color: #0089FF;
}

.temp_box a:hover {
	color: #cccccc;
}

.temp_subtitle {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.temp_subtitle_line {
	width: 100%;
	height: 1px;
	float: left;
	line-height: 1em;
	border: 1px dotted #222222;
	margin-bottom: 20px;
}

/*--内部ページ　会社概要--*/

.outline_left {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.outline_title {
	width: auto;
	height: auto;
	float: left;
	border-bottom: 1px solid #222222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

.outline_text {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.outline_right {
	width: 100%;
	height: auto;
	float: right;
	text-align: center;
}

.outline_right img {
	vertical-align: middle;
}

.outline_left2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.outline_teble {
	width: 100%;
	height: auto;
	float: left;
}

.outline_teble td {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #222222;
	font-size: 0.9em;
}

.outline_right2 {
	width: 100%;
	height: auto;
	float: right;
}

.outline_map {
	width: 100%;
	height: 450px;
	float: left;
	background: #ffffff;
	box-shadow: 0 0 3px #ccc;
}

.enkaku_box {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-top: 20px;
}

.enkaku_line {
	width: 29px;
	height: 100%;
	position: absolute;
	left: 43%;
	top: -20px;
	background: #e4e2dd;
	border-radius: 50px;
	padding: 20px 0;
}

.enkaku_line span {
	width: 1px;
	height: 90%;
	margin-left: 14px;
	background: #222222;
	display: block;
	margin-top: 20%;
}

.enkaku_list {
	width: 100%;
	height: auto;
	float: left;
}

.enkaku_list .time {
	width: 42%;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
}

.enkaku_list .time i {
	width: 13px;
	height: 14px;
	position: absolute;
	background: url(../Images/InPage/icon.png) top left no-repeat;
	right: -26px;
	top: 6px;
}

.enkaku_list .text {
	width: 45%;
	height: auto;
	float: right;
	position: relative;
	text-align: left;
}

.tokyo_box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.tokyo_box2 {
	width: 100%;
	height: auto;
	float: left;
}

.tokyo_title {
	width: 100%;
	height: auto;
	float: left;
	background: url(../Images/InPage/line.png) bottom center no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.tokyo_text01 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.3em;
}

.tokyo_text02 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.tokyo_img01 {
	width: 100%;
	height: auto;
	float: left;
}

.tokyo_img01 img {
	vertical-align: middle;
	width: 100%;
}

.tokyo_list {
	width: 200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.tokyo_list li {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	border: 1px dotted #222222;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}


/*--内部ページ　商品情報--*/

.sp__magin_top {
	margin-top: 100px;
}

.temp_main_sec {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.temp_main_sec_mg20 {
	margin-bottom: 20px !important;
}

.temp_main_sec .box01 {
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	box-shadow: 0 0 3px #ccc;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
	color: #000000;
}

.temp_main_sec .box01:hover {
	background: #f8f8f8;
}

.temp_sec_title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	padding: 0 !important;
	margin-top: 0 !important;
}

.temp_sec_title h3 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #222222;
	font-weight: bold;
	font-size: 1.2em;
}

.temp_sec_img {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
}

.temp_sec_img2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.temp_in_sec_box {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.temp_in_sec_left {
	width: 100%;
	height: auto;
	float: left;
}

.temp_in_sec_left img {
	vertical-align: middle;
	width: 100%;
}

.temp_in_sec_right {
	width: 100%;
	height: auto;
	float: right;
}

.temp_in_sec_subtitle {
	width: 100%;
	height: auto;
	float: left;
	border: 1px dotted #333333;
	background: #ffffff;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
}

.temp_in_sec_table {
	width: 100%;
	height: auto;
	float: left;
}

.temp_in_sec_table .kikaku {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.temp_in_sec_table table {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	box-sizing: border-box;
}

.temp_in_sec_table table th {
	padding: 3px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: center;
	background: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
	font-size: 0.9em;
}

.temp_in_sec_table table td {
	padding: 3px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #ffffff;
	vertical-align: middle;
	font-size: 0.9em;
}

.temp_in_sec_table table td.td01 {
	font-weight: bold;
	text-align: center;
}

.temp_in_sec_table table td.r_txt {
	text-align: right;
}

.temp_in_sec_table table td.c_txt {
	text-align: center;
}

.temp_in_sec_imglist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.temp_in_sec_imglist .le_img {
	width: 48%;
	height: 100px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.temp_in_sec_imglist .ri_img {
	width: 48%;
	height: 100px;
	float: right;
	overflow: hidden;
}

.temp_in_sec_imglist .le_img img {
	width: 100%;
	vertical-align: middle;
}

.temp_in_sec_imglist .ri_img img {
	width: 100%;
	vertical-align: middle;
}

.temp_in_ex {
	width: 240px;
}

#featured_img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 10px;
}

#featured_img img {
	width: 100%;
	vertical-align: middle;
}

/*----Q&A----*/

.buttan_all {
	background: none;
	border: none;
	float: right;
}

.qa__box {
	width: 100%;
	height: auto;
	float: left;
}

.qa__q {
	width: 100%;
	height: auto;
	float: left;
	padding: 7px 15px 7px 45px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	text-align: left;
	box-shadow: 0 0 2px #cccccc;
	position: relative;
	margin-bottom: 20px;
}

.qa__q i {
	position: absolute;
	left: 15px;
	top: 4px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #cc0000;
}

.qa__a {
	width: 95%;
	height: auto;
	float: right;
	padding: 20px 20px 20px 45px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	text-align: left;
	box-shadow: 0 0 2px #cccccc;
	position: relative;
	margin-bottom: 40px;
	display: none;
}

.qa__a i {
	position: absolute;
	left: 15px;
	top: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color:#0016A6;
}

.qa__a a {
	color: #0076F4;
	text-decoration: none;
}

.qa__a a:hover {
	color: #999999;
	text-decoration: underline;
}

/*----お問い合わせ----*/

.contact_table {
	width: 100%;
	height: auto;
	float: left;
	box-shadow: 0 0 3px #cccccc;
	background: #ffffff;
}

.contact_table th {
	width: 100%;
	display: block;
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(95,182,255,0.5);
	vertical-align: middle;
	font-weight: bold;
}

.contact_table td {
	width: 100%;
	display: block;
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	vertical-align: middle;
}

.contact_mg {
	margin-bottom: 10px;
}

.contact__text {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.form01 {
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	box-sizing: border-box;
}

.form02 {
	width: 80px;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	box-sizing: border-box;
}

.form03 {
	width: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.contact__buttan_box {
	text-align: center;
	width: 100%;
	height: auto;
	float: left;
	padding: 13px 0;
}

.contact__buttan_box .buttan {
	padding: 10px 15px;
	width: 130px;
	margin: 0 10px;
	border: 1px solid #ffffff;
	background: #333333;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 0 3px #999999;
}

.contact__buttan_box .buttan:hover {
	background: #999999;
}


/*----お注文の流れ----*/

.flow__box {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}

.flow__link {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
	box-shadow: 0 0 3px #cccccc;
	margin-bottom: 20px;
}

.flow__link:nth-child(3) {
	margin-bottom: 0;
}

.flow__link span {
	font-size: 1.4em;
}

.flow__title {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
}

/*----送料について----*/

.carriage_table {
	width: 100%;
	height: auto;
	float: left;
	box-shadow: 0 0 3px #cccccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.carriage_table th {
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(95,182,255,0.5);
	vertical-align: middle;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

.carriage_table td {
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	vertical-align: middle;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.carriage_table td.r_txt {
	text-align: right;
}

.carriage_table td.c_txt {
	text-align: center;
}

.order_list {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
}

.order_list01 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.order_list02 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.order_list03 {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.order_list04 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.order_list01 .title ,.order_list02 .title ,.order_list03 .title ,.order_list04 .title {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	background: #DCFAFF;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: bold;
}

/*----代引----*/

.daibiki_table {
	width: 100%;
	height: auto;
	float: left;
	box-shadow: 0 0 3px #cccccc;
}

.daibiki_table th {
	width: 50%;
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(95,182,255,0.5);
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.daibiki_table th:first-child {
	border-right: 1px solid #ffffff;
}

.daibiki_table td {
	width: 50%;
	padding: 7px 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #cccccc;
}

.daibiki_table td:first-child {
	border-right: 1px solid #cccccc;
}



/*---2022.03.30---*/

.top_news {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: -50px;
	margin-top: 100px;
}

.top_news_area {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_news_box {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 3px #cccccc;
	font-size: 1.1em;
	font-weight: bold;
}
