@charset "utf-8";
/*
	Theme Name: 海幸大和
	Description: 海幸大和のレスポンシブテーマ
	Theme URI: https://kaikou-yamato.com/
	Author: 海幸大和
	Author URI: https://kaikou-yamato.com/

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.4rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}

@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
}

/* fade animation
---------------------------------------*/
.top_img_area{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: -1;
	animation: fadeIn 3s ease-in 0s 1 normal;
}
.top_wrap{
	background-color: #FFF;
	animation: fadeIn 6s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.top_img_area .header_logo{
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
}
.top_img_area .header_logo img{
	width: 25%;
	height: auto;
}
@media screen and (max-width: 840px) {
	.top_img_area .header_logo img{
		width: 45%;
	}
}
@media screen and (max-width: 480px) {
	.top_img_area .header_logo img{
		width: 60%;
	}
}

/* header
---------------------------------------*/
header{
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid #DDDDDD;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background-color: #FFF;
}
.header_logo{
	padding: 1.5rem 10% 1rem 0;
}
.header_logo img{
	width: 133px;
}
.headerR{
	align-items: center;
	height: auto;
}
.headerR a{
	display: block;
}
.headerR i{
	color: #008A3E;
}
.headerR .btn_member,.headerR .btn_login{
	margin-right: 2rem;
}
.headerR .btn_cart{
	height: 100%;
}
.headerR .btn_cart a{
	display: flex;
	color: #FFF;
	background-color: #008A3E;
	padding: 0 2rem;
	height: 100%;
	align-items: center;
}
.headerR .btn_cart a i{
	color: #FFF;
}
.cart_num{
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	color: #008A3E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5rem;
}
.headerL{
	align-items: center;
}
.btn_insta{
	width: 3rem;
}
@media screen and (max-width: 840px) {
	header.sp_only{
		height: 50px;
		display: flex;
	}
	header.sp_only .header_logo{
		padding: 0.5rem 0 0;
	}
	header.sp_only .header_logo img{
		width: 80px;
	}
	header.sp_only .btn_insta{
		padding-right: 2rem;
		padding-top: 1.3rem;
		width: 4.5rem;
	}
}
/* --- hamburger-menu --- */
.hamburger-menu{
	margin-right: 3rem;
}
.ham_menu{
	margin-top: 4rem;
	font-size: 1.2rem;
	color: #FFF;
}
.menu-btn {
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
	background-color: #333;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 50px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}
@media screen and (max-width: 840px) {
	.menu-btn {
		height: 50px;
		width: 50px;
	}
	.menu-btn span{
		bottom: 23px;
	}
	.menu-btn span:before {
		bottom: 9px;
	}
	.menu-btn span:after {
		top: 9px;
	}
}

/* footer
---------------------------------------*/
footer{
	background-color: #F5F5F5;
}
.footer_area{
	padding: 4rem 0;
}
.footerL,.footerR{
	width: 50%;
}
.footer_logo{
	margin-bottom: 1rem;
}
.footer_logo img{
	width: 130px;
}
.footer_nav01,.footer_nav02{
	margin-right: 4rem;
}
footer .copy{
	background-color: #000;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	color: #FFF;
}
#ssttbutton{
	bottom: 0.5rem !important;
	right: 1% !important;
}
@media screen and (max-width: 840px) {
	footer.sp_only{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	footer ul li{
		width: calc(100%/6);
		background-color: #000;
		padding: 1.5rem 0;
	}
	footer ul li:nth-child(even){
		background-color: #4D4D4D;
	}
	footer ul li a{
		display: block;
		text-align: center;
		color: #FFF;
	}
	footer ul li a i{
		font-size: 1.6rem;
		margin-right: 0;
	}
	footer ul li a p{
		font-size: 1rem;
	}
	#ssttbutton{
		bottom: 8rem !important;
		right: 0.5% !important;
	}
}
@media screen and (max-width: 480px) {
	.footer_nav ul li{
		padding: 0 0.7rem;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.contents{
	padding-bottom: 8rem;
}
.page{
	margin-top: 110px;
}
.contents section{
	margin-bottom: 8rem;
}
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-120px;
	padding-top:120px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.page{
		margin-top: 60px;
	}
	.width70,.width60{
		width: 100%;
	}
	.contents section{
		margin-bottom: 4rem;
	}
	.contents{
		padding-bottom: 10rem;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- slider ----*/
#slider_wrapper{
    max-width: 100%;
	overflow: hidden;
	margin-bottom: 5rem;
	padding-top: 100px;
}
#slider{
	position: relative;
	max-width: 890px;
	margin: 0 auto;
}
#slider li{
	width: 100%;
}
#slider li img{
	width: 100%;
}
#slider .slick-list{
	overflow: visible;
}
#slider:before {
    left: calc((100vw - 890px) / 2 * -1);
}
#slider:after {
    right: calc((100vw - 890px) / 2 * -1);
}
#slider:after, #slider:before{
    display: block;
    position: absolute;
    top: 0;
    z-index: 999;
    width: calc((100vw - 890px) / 2);
    height: 100%;
    content: "";
}
#slider_wrapper .slick-next,#slider_wrapper .slick-prev{
	top: 50%;
	z-index: 9999;
}
#slider_wrapper .slick-prev{
	left: 10px;
}
#slider_wrapper .slick-next{
	right: 10px;
}
#slider_wrapper .slick-next:before, #slider_wrapper .slick-prev:before {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
	opacity: 1;
	width: 25px;
	height: 25px;
	background-color: #008A3E;
	border-radius: 50%;
	line-height: 25px;
}
#slider_wrapper .slick-prev:before {
	font-family: "Font Awesome 5 Free";
    content: "\f053";
	font-weight: 900;
}
#slider_wrapper .slick-next:before {
	font-family: "Font Awesome 5 Free";
    content: "\f054";
	font-weight: 900;
}
@media screen and (max-width: 970px) {
	#top{
		padding-top: 3rem;
	}
	#slider{
		width: 100%;
	}
	#slider_wrapper .slick-next,#slider_wrapper .slick-prev{
		width: 30px;
		height: 30px;
	}
	#slider_wrapper .slick-next:before, #slider_wrapper .slick-prev:before {
		font-size: 2rem;
	}
	#slider_wrapper .slick-prev{
		left: 2%;
	}
	#slider_wrapper .slick-next{
		right: 2%;
	}
	#slider_wrapper .slick-next:before {
		right: 0;
	}
}
@media screen and (max-width: 840px) {
	#slider_wrapper{
		padding-top: 50px;
	}
}

/*---- お知らせ ----*/
.lead01{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.info_area a{
	padding: 1rem 2rem;
	border-bottom: 1px dotted #666666;
	align-items: center;
	width: 100%;
}
.info_area .cat{
	margin: 0 2rem;
	color: #FFF;
	background-color: #008A3E;
	padding: 0 2rem;
	font-size: 1.2rem;
	border-radius: 20px;
}	
@media screen and (max-width: 840px) {
	.info_area a{
		padding: 1rem;
	}
}
/*---- top_contents ----*/
.top_contents .main{
	width: 65%;
}
.top_contents .sidebar{
	width: 33%;
}
.search_brn .child_box{
	box-shadow: 3px 3px 6px #DDD;
	padding-bottom: 0.5rem;
}
.top_contents .sidebar div{
	margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
	.top_contents .main,.top_contents .sidebar{
		width: 100%;
	}
	.search_brn .child_box{
		width: 100%;
		margin-left: 0 !important;
	}
	
}

/* 下層ページ
---------------------------------------*/
/* breadcrumbs */
.breadcrumbs{
	margin-top: 1rem;
	margin-bottom: 8rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 840px) {
	.breadcrumbs{
		margin-bottom: 5rem;
	}
}
@media screen and (max-width: 480px) {
	.breadcrumbs{
		margin-bottom: 3rem;
	}
}

/* MENU（アーカイブ）
---------------------------------------*/
.arch_btn{
	justify-content: center;
}
.arch_btn div{
	margin: 0 2rem;
}
.arch_btn p{
	margin-bottom: 1rem;
}
.arch_btn .menu_select{
	padding: 1.5rem 3rem;
	border-radius: 30px;
	width: 400px;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none; 
}
.arch_btn .select_box{
	position: relative;
}
.select_box::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
	font-weight: 900;
	position: absolute;
	right: 3rem;
	top: 0.5rem;
	width: 0;
	font-size: 2rem;
}
@media screen and (max-width: 840px) {
	.arch_btn div{
		margin: 0 1rem;
	}
	.arch_btn .menu_select{
		padding: 1rem 2rem;
		width: 200px;
	}
	.select_box::after {
		top: 0;
	}
}

@media screen and (max-width: 480px) {
	.arch_btn div{
		margin: 0 0.5rem;
	}
	.arch_btn p{
		font-size: 1.6rem;
	}
	.arch_btn .menu_select{
		padding: 1rem 2rem;
		width: 150px;
	}
	.select_box::after {
		top: 0;
	}
}

.arch_area .child_box{
	padding: 1.5rem 1.5rem 7rem;
	border: 1px solid #DDDDDD;
	position: relative;
}
.cat_area{
	margin-top: 0.5rem;
}
.cat_area p{
	margin-right: 1rem;
}
.cat_area .item_num{
	border: 1px solid #008A3E;
	color: #008A3E;
	padding: 0 2rem;
	font-size: 1.2rem;
}
.cat_area .item_cat{
	background-color: #000;
	color: #FFF;
	font-size: 1.2rem;
	width: 70px;
	text-align: center;
}
.arch_area .child_box h2{
	font-weight: bold;
	font-size: 1.6rem;
	margin: 1rem 0;
}
/*.arch_area .child_box .arch_ab_area{
	position: absolute;
	width: 90%;
	bottom: 1.5rem;
	left: 5%;
}*/
.arch_area .child_box .text01{
	margin: 0.5rem 0 1rem;
	line-height: 1.5;
}
.arch_area .child_box .price{
	text-align: right;
}
.arch_area .child_box .price span{
	vertical-align: baseline;
}
.arch_area .child_box .price .fwBold{
	font-size: 1.8rem;
}
.arch_area .child_box .btn01{
	position: absolute;
	width: 90%;
	bottom: 1.5rem;
	left: 5%;
	text-align: center;
}
.arch_area .child_box .btn01 a{
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #008A3E;
	border-radius: 30px;
	padding: 1rem 0;
}
.border_box{
	border: 1px solid #DDDDDD;
	padding: 3rem 2rem;
}
.lead02{
	color: #008A3E;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.box06{
	margin-bottom: 1rem;
}
.box06 .child_box{
	width: 16.6%;
	/* width: 12.5%; */
	padding: 0 0.7%;
}
.box06 .child_box .img_box01{
	border: 1px solid #DDDDDD;
}
.box06 .child_box .img_box01 img{
	display: block;
}
@media screen and (max-width: 840px) {
	.box06 .child_box{
		width: 25%;
		padding: 0 0.7%;
	}
}
@media screen and (max-width: 480px) {
	.arch_area .child_box{
		width: 100%;
		margin-left: 0!important;
	}
	.border_box{
		padding: 2rem 1rem;
	}
}
.single_text .loopimg{
	display: none;
}
/* SINGLE
---------------------------------------*/
.lead03{
	font-size: 2rem;
	font-weight: bold;
	margin: 1rem 0;
}
/*---- slider_area ----*/
.slide_main01,.slide_main{
	position: relative;
	margin-top: 2rem;
}
.slide_main01::before,.slide_main::before{
	content: "";
	display: block;	
	padding-top: 100%;
}
.slide_main01::before{
	padding-top: 100%;
}
.slide_main::before{
	padding-top: 75%;
}
.slide_main01 .img_box02,.slide_main .img_box02{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.slide_main01 .img_box02 img,.slide_main .img_box02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide_sub li {
	width: 25%;
	position: relative;
}
.slide_sub li::before{
	content: "";
	display: block;	
	padding-top: 75%;
}
.slide_sub li .img_box03{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.slide_sub li .img_box03 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.box01 .child_box{
	border: 1px solid #DDDDDD;
	padding: 1.5rem;
}
.lead08{
	font-weight: bold;
	font-size: 2rem;
	margin: 1rem 0;
}
.price_single{
	margin: 1rem 0;
}
.price_single span{
	vertical-align: baseline;
}
.price_single .fwBold{
	font-size: 1.6rem;
	margin-left: 1rem;
}
.skuquantity{
	margin-left: 1rem;
	padding: 0.5rem 2rem;
}
.btn02{
	margin-top: 1.5rem;
	position: relative;
	display: inline-block;
}
.btn02 .skubutton{
	color: #FFF;
	background-color: #008A3E;
	padding: 1rem 5rem 1rem 6.5rem;
	font-weight: bold;
	cursor: pointer;
}
.btn02::before{
	font-family: "Font Awesome 5 Free";
    content: "\f07a";
	font-weight: 900;
	position: absolute;
	left: 4.5rem;
	top: 55%;
	transform: translateY(-50%);
	color: #FFF;
}

/* よくあるご質問
---------------------------------------*/
.plan_btn_area{
	justify-content: space-between;
}
.plan_btn_area .btn03{
	width: 31%;
}
.plan_btn_area .btn03 a{
	text-align: center;
	padding: 1rem 0;
	border: 1px solid #CCCCCC;
	display: block;
}
.faq_btn .btn03{
	margin-bottom: 1rem;
}
.lead07{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
	.plan_btn_area .btn03{
		width: 32%;
	}
}
@media screen and (max-width: 480px) {
	.plan_btn_area .btn03{
		width: 49%;
		margin-bottom: 1rem;
	}
}
/*---- toggle ----*/
.toggle_contents {
	margin-bottom: 2rem;
}
.toggle_title {
	position: relative;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	background-color: #F7F7F7;
	padding: 2rem 4rem;
}
.toggle_contents dd{
	position: relative;
	padding: 2rem 4rem;
}
.faq01{
	align-items: center;
}
.faq_q,.faq_a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2rem;
	color: #FFF;
	background-color: #008A3E;

	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.faq_q span,.faq_a span{
	font-weight: bold;
	font-size: 2rem;
}
.text08{
	width: calc(100% - 60px);
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #008A3E;
	position: absolute;
	width: 17px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 1px;
	height: 17px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
@media screen and (max-width: 840px) {
	.toggle_title {
		padding: 2rem 4rem 2rem 1rem;
	}
	.toggle_btn {
		right: 0.5rem;
	}
}
@media screen and (max-width: 480px) {
	.toggle_title {
		padding: 1.5rem 3rem 1.5rem 0.5rem;
	}
	.faq_q,.faq_a{
		margin-right: 1rem;
		width: 25px;
		height: 25px;
	}
	.faq_q span,.faq_a span{
		font-size: 1.4rem;
	}
	.toggle_contents dd{
		padding: 1rem 0 1rem 0.5rem;
	}
	.text08{
		width: calc(100% - 40px);
	}
}

/* お知らせ SINGLE
---------------------------------------*/
.single_ttl{
	justify-content: center;
	align-items: center;
	margin-bottom: 5rem;
}
.single_ttl p{
	margin: 0 0.5rem;
}
.single_ttl .date i{
	color: #3CB371;
}
.single_ttl .cat{
	background-color: #3CB371;
	color: #FFF;
	padding: 0.3rem 4rem;
	border-radius: 20px;
	font-weight: bold;
}
.single p{
	margin-bottom: 1em;
}
.single h2{
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.single_ttl{
		margin-bottom: 3rem;
	}
}

/* 会社概要
---------------------------------------*/
.table01{
	width: 100%;
}
.table01 th{
	width: 25%;
	background-color: #F5F5F5;
	border: 1px solid #707070;
	padding: 1.5rem 0;
}
.table01 td{
	width: 75%;
	border: 1px solid #707070;
	padding: 1.5rem 3rem;
}
.map {
	width: 100%;
	position: relative;
	padding-top: 40%;
	margin-bottom: 4rem;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn04 a{
	display: inline-block;
	background-color: #008A3E;
	color: #FFF;
	padding: 1.5rem 5rem;
	border-radius: 40px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.table01 th,.table01 td {
		width: 100%;
		padding: 1rem;
		display: block;
	}
	.table01 th{
		text-align: left;
	}
}
/* 御法事の流れ
---------------------------------------*/

.btn08 a{
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	background-color: #008A3E;
	padding: 1.5rem 6rem;
	font-size: 1.6rem;
	border-radius: 30px;
}
@media screen and (max-width: 480px) {
	.btn08 a{
		padding: 1rem 4rem;
		font-size: 1.4rem;
		border-radius: 25px;
	}
}

/* ご注文方法
---------------------------------------*/
.lead04{
	background-color: #008A3E;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 4rem;
	padding: 1rem 0;
}
.lead05{
	display: inline-block;
	width: 260px;
	padding: 1rem 0;
	border: 1px solid #707070;
	margin: 5rem 0 2rem;
}
.box03{
	display: inline-block;
	width: 440px;
	margin-top: 2rem;
	border: 1px solid #DDDDDD;
	padding: 1.5rem;
}
.box04{
	border: 2px solid #FF0000;
	padding: 1rem;
	margin: 1rem 3rem 0;
}
.select select{
	padding: 0.5rem 3rem;
	margin-left: 1rem;
}
.btn05{
	display: inline-block;
	width: 75%;
	background-color: #008A3E;
	padding: 1rem 0;
	color: #FFF;
	margin-top: 1rem;
}
@media screen and (max-width: 480px) {
	.lead04{
		font-size: 1.8rem;
		margin-bottom: 3rem;
	}
	.lead05{
		margin: 3rem 0 1rem;
	}
	.box03{
		width: 100%;
	}
}

/* FAX注文用紙ダウンロード
---------------------------------------*/
.box05{
	display: inline-block;
	text-align: left;
}
.btn06 a{
	display: inline-block;
	background-color: #008A3E;
	padding: 1rem 8rem;
	color: #FFF;
	margin-top: 4rem;
	font-weight: bold;
}
.box02 .btn06 a{
	margin-top: 1rem;
}

/* プライバシーポリシー
---------------------------------------*/
.policy{
	width: 80%;
	margin: 0 auto;
}
.policy h2{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	color: #008A3E;
}
.policy p{
	margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
	.policy{
		width: 100%;
	}
}

/* お問い合わせ
---------------------------------------*/
.contact{
	width: 100%;
}
.contact th,.contact td{
	padding: 1rem;
}
.contact th{
	width: 25%;
	text-align: right;
	padding-right: 5%;
	vertical-align: top;
	padding-top: 1.7rem;
	font-weight: bold;
}
.contact td{
	width: 75%;
}
.contact td input{
	border: 1px solid #707070;
	padding: 0.5rem 0 0.5rem 1rem;
}
.contact td input.width40{
	width: 40%;
	margin-right: 1rem;
}
.contact td textarea{
	width: 95%;
	border: 1px solid #333333;
	padding: 1rem;
}
.contact td #zip{
	width: 150px;
}
.contact td .zip-button{
	border: none;
	background-color: #666666;
	color: #FFF;
	padding: 0.5rem 1rem;
	margin-left: 2rem;
}
.contact td .tel_area{
	/*width: 170px;
	margin-right: 2rem;*/
}
.contact td .ad_select{
	margin-bottom: 2rem;
}
.contact td select{
	padding: 1rem 3rem 1rem 1rem;
}
.submit input[type="submit"] {
	width: 150px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #008A3E;
	cursor: pointer;
}
.consent{
	margin: 2rem 0;
}
.submit,.consent{
	padding-left: 15%;
}

.mw_wp_form_confirm .contact .zip-button{
	display: none;
}
@media screen and (max-width: 840px) {
	.submit,.consent{
		padding-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.contact th,.contact td{
		display: block;
		width: 100%;
	}
	.contact th{
		text-align: left;
		padding-left: 2rem;
		padding-bottom: 0;
	}
	.contact td{
		padding: 0.5rem 0 0;
	}
	.contact td input{
		width: 95%;
	}
	.contact input[type="radio"]{
		width: auto;
	}
	.contact td .ad_select{
		margin-bottom: 1rem;
	}

	.contact td .contat_text{
		display: block;
	}
}

/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 1050px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 480px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}

/****************************************
          WELCART
*****************************************/

/*-- ----memberpages---- --*/
.loginbox{
	width: 300px;
	margin: 0 auto;
	background-color: #f7f7f7;
	border: #DDDDDD;
	padding: 3rem;
	border-radius: 10px;
}
.loginbox p{
	margin-bottom: 1.5rem;
}
.loginbox input[type="text"],
.loginbox input[type="password"]{
	width: 100%;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	line-height: 33px;
}
.loginbox .submit{
	text-align: center;
	padding-left: 0;
}
.loginbox p a{
	color: #008A3E;
}

@media screen and (max-width: 800px) {
	#memberpages{
		padding: 4rem 0;
	}
}

/*-- ----memberinfo---- --*/
#memberinfo table{
	width: 100%;
}
#memberdetail th{
	width: 20%;
	background: #F7F7F7;
	text-align: center;
}
#memberinfo .blank_cell {
    width: 3px;
    padding: 0;
}
.member_submenu li{
	margin-top: 0.5rem;
}
.member_submenu li a{
	color: #008A3E;
}
#memberinfo h3{
	font-weight: bold;
	border-bottom: 1px solid #008A3E;
	margin: 3rem 0 1rem;
}
.history-area td{
	padding: 1rem 2rem;
	border: 1px solid #DDDDDD;
}
.history-area th{
	background: #F7F7F7;
	text-align: center;
	border: 1px solid #DDDDDD;
}
.order_head_value td{
	text-align: right;
}
.order_head_value .order_number,.order_head_value .purchase_date{
	text-align: center;
}
.retail td{
	border: 1px solid #DDDDDD;
	padding: 1rem;
}
.history-area .retail th{
	background: #EAEAEA;
	text-align: center;
}
.retail .cartrownum{
	text-align: center;
}
.rightnum{
	text-align: right;
}
#memberinfo th.cartrownum {
	width: 38px;
}
#memberinfo th.thumbnail {
	width: 60px;
}
#memberinfo th.price {
	width: 100px;
}
#memberinfo th.quantity {
	width: 60px;
}
#memberinfo th.subtotal {
	width: 100px;
}

@media screen and (max-width: 800px) {
	#memberdetail th{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	#memberdetail th,#memberdetail td{
		display: block;
		width: 100%;
	}
	#memberdetail th{
		text-align: left;
		padding-left: 2rem;
	}
	#memberinfo .blank_cell,#memberinfo .blank{
		display: none;
	}
	.history-area .order_head_label{
		display: none;
	}
	.history-area .order_head_value td{
		border: none;
		display: inline-block;
		padding: 0.5rem 1rem;
	}
	.history-area .order_head_value{
		border: 1px solid #DDDDDD;
	}
	.history-area .order_head_value td.order_number::before { 
		content: "注文番号 : "; 
	}
	.history-area .order_head_value td.purchase_date::before { 
		content: "購入日 : "; 
	}
	.history-area .order_head_value td.purchase_price::before { 
		content: "購入金額 : "; 
	}
	.history-area .order_head_value td.discount::before { 
		content: "特別割引 : "; 
	}
	.history-area .order_head_value td.used_point::before { 
		content: "使用ポイント : "; 
	}
	.history-area .order_head_value td.shipping::before { 
		content: "送料 : "; 
	}
	.history-area .order_head_value td.cod::before { 
		content: "代引き手数料 : "; 
	}
	.history-area .order_head_value td.tax::before { 
		content: "内消費税 : "; 
	}
	.history-area .order_head_value td.get_point::before { 
		content: "獲得ポイント : "; 
	}
	.retail .cartrownum{
		width: 10%;
	}
	.retail .thumbnail{
		width: 20%;
	}
	.retail .productname{
		width: 20%;
	}
	.retail .price{
		width: 18%;
	}
	.retail .quantity{
		width: 14%;
	}
	.retail .subtotal{
		width: 18%;
	}
}

/*-- ----customer_form confirm_table---- --*/
.customer_form,#confirm_table{
	width: 100%;
}
.customer_form th,.customer_form td,
#confirm_table th,#confirm_table td,
#memberdetail th,#memberdetail td
{
	padding: 1rem 2rem;
	border: 1px solid #DDDDDD;
}
.customer_form th,#confirm_table th{
	width: 30%;
	background: #F7F7F7;
	text-align: center;
}
.customer_form td input{
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	padding-left: 1rem;
	height: 27px;
	vertical-align: middle;
}
.customer_form td textarea{
	width: 100%;
}
.customer_form th em{
	color: #f00;
	font-style: normal;
}
#name1,#name2,#name3,#name4{
	margin-left: 1rem;
	width: 60%;
}



#mailaddress1,#mailaddress2{
	width: 70%;
}
input[type="password"],#zipcode,
#address1,#address2,#address3,
#fax,#tel{
	width: 30%;
	margin-right: 1rem;
}
#customer_pref{
	min-width: 30%;
}
.customer_form th em { 
	color: #f00;
	font-style: normal; 
}
.subtotal,.unitprice,.aright{
	text-align: right;
}
#confirm_table h3{
	font-weight: bold;
	color: #008A3E;
}
.error_message{
	color: #f00;
	font-weight: bold;
}
#point_table{
	display: none;
}
.send_ttl{
	color: #008A3E;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 1rem;
}

/*-- ----button---- --*/
.send{
	margin-top: 3rem;
	text-align: center;
}
.upbutton input[type="submit"],
.send input[type="submit"],
.send input[type="button"] {
	width: 200px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #008A3E;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	#name1,#name2,#name3,#name4{
		width: 80% !important;
	}

	#mailaddress1,#mailaddress2{
		width: 100% !important;
	}
	input[type="password"],#zipcode,
	#address1,#address2,#address3,
	#fax,#tel{
		width: 100% !important;
		margin-right: 0;
	}
	.upbutton input[type="submit"],
	.send input[type="submit"],
	.send input[type="button"] {
		width: auto;
		padding: 1rem 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.customer_form th,.customer_form td{	
		display: block;
		width: 100%;
	}
	.customer_form th{
		text-align: left;
	}
	.to_reganddeliveryinfo_button{
		margin-top: 1rem;
	}
}

/* welcart cart navi */
.usccart_navi{
	margin-bottom: 4rem;
}
.usccart_navi ol { 
	border: 1px solid #ddd; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex; 
	list-style: none; 
	margin: 0 !important; 
	width: 100%; 
}
.usccart_navi li { 
	background: #f7f7f7; 
	height: 60px; 
	line-height: 60px; 
	text-align: center; 
	position: relative; 
	padding: 0 10px 0 32px; 
	width: 25%; 
}
.usccart_navi li:before, .usccart_navi li:after { 
	border: 0 solid transparent; 
	content: ''; 
	height: 0; 
	width: 0; 
	position: absolute; 
	left: 100%; 
	top: 50%; 
	pointer-events: none; 
}
.usccart_navi li:before { 
	border-left-color: #f7f7f7; 
	border-width: 29px 21px; 
	margin-top: -29px; z-index: 2; 
}
.usccart_navi li:after { 
	border-left-color: #ddd; 
	border-width: 30px 22px; 
	margin-top: -30px; 
	z-index: 1; 
}
.usccart_navi li:last-child::before, 
.usccart_navi li:last-child::after { 
	display: none; 
}
.usccart_navi li.usccart_cart,
.usccart_navi li.usccart_customer,
.usccart_navi li.usccart_delivery,
.usccart_navi li.usccart_confirm{ 
	background: #ccc; 
	border: 1px solid #ccc; 
	color: #fff; 

}
.usccart_navi li.usccart_cart::before,
.usccart_navi li.usccart_customer::before,
.usccart_navi li.usccart_delivery::before,
.usccart_navi li.usccart_confirm::before{ 
	display: none; 
}
.usccart_navi li.usccart_cart::after,
.usccart_navi li.usccart_customer::after,
.usccart_navi li.usccart_delivery::after,
.usccart_navi li.usccart_confirm::after{ 
	border-left-color: #ccc;
}
.upbutton{
	text-align: right;
	margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
	.usccart_navi li { 
		font-size: 12px; 
		height: 50px;
		line-height: 50px;
		padding: 0 10px 0 26px; 
	}
	.usccart_navi li:before { 
		border-width: 24px 15px; 
		margin-top: -24px; 
	}
	.usccart_navi li:after { 
		border-width: 25px 16px; 
		margin-top: -25px; 
	}
	.upbutton { 
		display: -webkit-box; 
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex; 
		-ms-flex-pack: justify; 
		-webkit-justify-content: space-between; 
		justify-content: space-between; 
		-webkit-box-align: center; 
		-ms-flex-align: center; 
		-ms-grid-row-align: center; 
		-webkit-align-items: center; 
		align-items: center; 
		margin-bottom: 20px; 
		text-align: left; 
	}
	.upbutton input{
		margin-left: 1rem;
	}
}
@media only screen and (max-width: 800px) {
	.usccart_navi li { 
		padding: 0 4px 0 15px; 
	}
	.usccart_navi li:before { 
		border-width: 24px 10px; 
		margin-top: -24px; 
	}
	.usccart_navi li:after { 
		border-width: 25px 11px; 
		margin-top: -25px; 
	}
}
@media only screen and (max-width: 480px) {
	.usccart_navi .usccart{
		width: 18%;
	}
	.usccart_navi .uscdelivery{
		width: 32%;
	}
}

/* welcart cart */
#cart_table{
	width: 100%;
	margin: 0 0 24px 0;
}
#cart_table td, #cart_table th { 
	border: 1px solid #ddd; 
	padding: 10px 15px; 
	line-height: 2; 
	background: #fff; 
	vertical-align: middle; 
}
#cart_table th { 
	background: #f7f7f7; 
	font-weight: normal; 
}
#cart_table td.thumbnail { 
	padding: 10px; 
	width: 102px; 
}
#cart_table td.thumbnail img { 
	display: block; 
	max-width: 100%; 
	width: 80px;
	height: 80px;
}
#cart_table .num,#cart_table .quantity{
	text-align: center;
}
#inside-cart #cart_table td.quantity { 
	width: 92px; 
}
#inside-cart #cart_table td.quantity input.quantity { 
	width: 60px; 
}
#inside-cart #cart_table td.action { 
	text-align: center; 
}
#inside-cart #cart_table td.action .delButton { 
	background: #ccc; 
	border: none; 
	color: #fff; 
	line-height: 35px; 
	padding: 0 20px; 
}
#inside-cart #cart_table td.action .delButton:hover { 
	background: #bbb; 
}
#inside-cart .gp img { 
	vertical-align: baseline; 
}
#inside-cart .p-wc-empty_cart { 
	margin: 50px 0; 
	text-align: center; 
}
.upbutton { 
	margin-bottom: 40px; 
	text-align: right; 
}
.upbutton .p-button { 
	min-width: 140px; 
}
.currency_code{
	display: none;
}
#confirm_table th{
	width: 30%;
}
.back_to_top_button a{
	color: #008A3E;
}

@media only screen and (max-width: 800px) {
	#cart_table, 
	#cart_table tbody, 
	#cart_table tfoot { 
		display: block; 
		width: 100%; 
	}
	#cart_table thead { 
		display: none; 
	}
	#cart_table { 
		border-top: 1px solid #ddd; 
	}
	#cart_table tr { 
		border-bottom: 1px solid #ddd; 
		border-left: 1px solid #ddd; 
		border-right: 1px solid #ddd; 
	}
	#cart_table th, 
	#cart_table td { 
		background: transparent; 
		border: none; 
	}
	#cart_table tbody tr { 
		display: -webkit-box; 
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-flex-direction: column; 
		-ms-flex-direction: column; 
		flex-direction: column; 
		padding: 15px 0; 
		width: 100%; 
		position: relative; 
	}
	#cart_table tbody tr::after { 
		border-left: 1px solid #ddd; 
		content: ""; 
		position: absolute; 
		bottom: 0; 
		left: 110px; 
		top: 0; 
	}
	#cart_table tbody td { 
		margin-left: 110px; 
		text-align: left !important; 
		padding: 0 15px; 
	}
	#cart_table tbody td.stock::before { 
		content: "在庫状態 : "; 
	}
	#cart_table tbody td.unitprice::before { 
		content: "単価 : "; 
	}
	#cart_table tbody td.quantity::before { 
		content: "数量 : "; 
	}
	#cart_table tbody td.subtotal::before { 
		content: "金額 : "; 
	}
	#cart_table tbody td.quantity input{
		border: 1px solid #ddd;
		padding-left: 8px;
	}
	#cart_table tbody td.num, 
	#cart_table tbody td.cartrownum { 
		display: none; 
	}
	#cart_table tbody td.thumbnail { 
		margin-left: 0; 
		padding: 0; 
		width: 80px; 
		position: absolute; 
		top: 15px; 
		left: 15px; 
	}
	#cart_table tbody td.quantity { 
		overflow: visible; 
		width: auto !important; 
	}
	#cart_table tbody td.action { 
		text-align: right !important; 
	}
	#cart_table tbody td.productname, 
	#cart_table tbody td.subtotal { 
		font-size: 133%; 
		font-weight: 700; 
		line-height: 1.5; 
	}
	#cart_table tbody td.subtotal { 
		padding-bottom: 5px; 
		padding-top: 4px; 
	}
	#cart_table tbody td.unitprice, 
	#cart_table tbody td.quantity, 
	#cart_table tbody td.action { 
		-webkit-order: 2; -ms-order: 2; order: 2; 
	}
	#cart_table tbody td.subtotal { 
		-webkit-order: 3; 
		-ms-order: 3; 
		order: 3; 
	}
	#cart_table tfoot tr { 
		display: -webkit-box; 
		display: -webkit-flex; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-align: center; 
		-ms-flex-align: center; 
		-ms-grid-row-align: center; 
		-webkit-align-items: center; 
		align-items: center; padding: 0 10px; 
	}
	#cart_table tfoot th, 
	#cart_table tfoot td { 
		padding: 13px 5px; 
	}
	#cart_table tfoot th:first-child, 
	#cart_table tfoot td:first-child { 
		flex: 1 0 auto; 
	}
	#cart_table tfoot tr:last-child th:nth-child(2) { 
		font-size: 133%; 
		font-weight: 700; 
		line-height: 1.5; 
		padding: 11.5px 5px; 
	}
	#cart_table tfoot th:empty, 
	#cart_table tfoot td:empty { 
		display: none; 
	}
}

@media only screen and (max-width: 480px) {
	#back_button{
		margin-bottom: 1rem;
	}
	
}



.btn07{
	text-align: center;
	margin-top: 1rem;
}
.btn07 a{
	display: inline-block;
	color: #FFF;
	background-color: #008A3E;
	padding: 1rem 5rem 1rem 6.5rem;
	font-weight: bold;
}

/* メールフォームでのご注文
---------------------------------------*/
.order_area h2{
	font-size: 1.8rem;
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}
.order01{
	width: 100%;
}
.order01 th{
	width: 30%;
	background-color: #efefef;
	text-align: right;
}
.order01 td{
	width: 70%;
}
.order01 th,.order01 td{
	padding: 1.5rem;
	border: 1px solid #cccccc;
}
.order01 td input{
	border: 1px solid #707070;
	padding: 0.5rem 1rem;
}
.order_box{
	margin-bottom: 1.5rem;
}
.select_box01{
	width: calc(100% - 200px);
	padding-top: 0.5rem;
}
.quantity_box{
	width: 190px;
	align-items: center;
	justify-content: flex-end;
}
.quantity_box p{
	margin-left: 1rem;
}
.select_box01 select{
	width: 100%;
	padding: 1rem 3rem;
}
.quantity_box input{
	border: 1px solid #707070;
	padding: 1rem 1.5rem;
}
.order01 td textarea{
	width: 90%;
}
.time_select{
	padding: 0.5rem 1rem;
	margin-left: 0.7rem;
}
.order_text01{
	margin-left: 1rem;
}
.order_area .submit{
	margin-top: 3rem;
}
@media only screen and (max-width: 840px) {
	.order01 th{
		width: 35%;
	}
	.order01 td{
		width: 65%;
	}
	.order01 th,.order01 td{
		padding: 1rem;
	}
	.order01 td input,.order01 td textarea{
		max-width: 95%;
	}
	
}
@media only screen and (max-width: 480px) {
	.order01 th,.order01 td{
		width: 100%;
		display: block;
		padding: 1rem;
	}
	.order01 th{
		text-align: left;
	}
	.order01 th p{
		display: inline-block;
		margin-left: 1rem;
	}
	.order01 td input,.order01 td textarea{
		max-width: 300px;
	}
	.select_box01,.quantity_box{
		width: 100%;
	}
	.select_box01{
		margin-bottom: 1rem;
	}
	.order_text01{
		display: block;
	}
}

/* campaign2502 
---------------------------------------*/
.single .width1000{
	width: 1000px;
	margin: 0 auto;
	font-size: 1.8rem;
}
.single .width1000 p{
	margin-bottom: 0;
}
.single .width1000 .lead_campaign01{
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 5rem;
}
.campaign_text01{
	line-height: 1.4;
}
.campaign_text01 span{
	vertical-align: baseline;
}
.campaign_text01 .span01,.campaign_text01 .span02{
	font-weight: bold;
	font-size: 5rem;
}
.campaign_text01 .span02{
	color: #31AE36;
}
.img_box04{
	margin: 5rem 0;
}
.single .width1000 .lead_campaign02{
	font-size: 3.6rem;
	color: #31AE36;
	margin-bottom: 2.5rem;
}
.box07{
	margin-bottom: 5rem;
}
.campaign_box{
	margin-bottom: 2rem;
}
.box09_00 .left_box{
	width: 25%;
	background-color: #31AE36;
	color: #FFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
}
.box09_00 .right_box{
	width: 75%;
	padding: 0 2rem;
	background-color: #F5F5F5;
	text-align: left;
	display: flex;
	align-items: center;
}
.box09_01 .left_box{
	width: 25%;
	background-color: #31AE36;
	color: #FFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box09_01 .right_box{
	width: 75%;
	padding: 3rem 2rem;
	background-color: #F5F5F5;
	text-align: left;
	display: flex;
	align-items: center;
}
.campaign_text02{
	color: #31AE36;
	font-weight: bold;
	font-size: 4rem;
}
.box09_02 .left_box{
	width: 20%;
	background-color: #31AE36;
	color: #FFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box09_02 .right_box{
	width: 80%;
	padding: 3rem 2rem;
	background-color: #F5F5F5;
	text-align: left;
}
.campaign_text03{
	font-weight: bold;
	font-size: 6rem;
	line-height: 1.2;
}
.box09_02 .right_box .layout_flex{
	align-items: center;
}
.box09_02 .right_box .img_box05{
	width: 30%;
	margin-right: 2%;
}
.box09_02 .right_box .text_box01{
	width: 68%;
}
.box09_02 .right_box .text_box01 p{
	margin-bottom: 1.5rem;
}
.lead_campaign03{
	font-size: 4rem;
	margin-bottom: 4rem;
	color: #FFF;
	font-weight: bold;
	background-color: #31AE36;
	padding: 1rem 0;
}
.single .width1000 .campaign_box04 p{
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 3rem;
}
.btn09 a{
	display: inline-block;
	padding: 2rem 4rem;
	border: 2px solid #31AE36;
	border-radius: 60px;
	margin-top: 4rem;
}
.campaign_box05 p{
	text-align: left;
}

@media only screen and (max-width: 1000px) {
	.single .width1000{
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.lead_campaign01{
		line-height: 1.4;
	}
	.box09_00 .left_box,.box09_01 .left_box{
		width: 28%;
	}
	.box09_00 .right_box,.box09_01 .right_box{
		width: 72%;
	}
	.campaign_text02{
		font-size: 2.8rem;
	}
	
	.box09_02 .left_box{
		width: 23%;
		padding: 0 2%;
	}
	.box09_02 .right_box{
		width: 77%;
		padding: 2rem 1rem;
	}
	.campaign_text03{
		font-weight: bold;
		font-size: 4rem;
		line-height: 1.2;
	}
	.lead_campaign03{
		font-size: 2.4rem;
	}
	.single .width1000 .campaign_box04 p{
		font-size: 2.2rem;
	}
}







