@charset "utf-8";

@import url("css/normalize.css");

/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.6;
	font-size: 1.4rem;
	font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color:#503f27;
	word-break: break-all;
	background-color: #fff;
	vertical-align: baseline;
}
#wrapper {
	overflow: hidden;
}
h1,h2,h3,h4,p,dl,menu,ol,ul,dd {
    margin: 0 0 0 0;
    padding: 0;
    font-weight: normal;
}
table {border-collapse: collapse;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
em,strong,address {
	font-style: normal;
}
li {
	list-style: none;
}
a {
	display: block;
	text-decoration: none;
	outline: none !important;
}
a:link {
	color:#503f27;
}
a:visited {
	color:#503f27;
}
a:hover {
	color:#503f27;
	text-decoration: none;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:active {
	color:#503f27;
}
input:hover {
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity:0.7;
	zoom:1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
/* =============================================================================
   基本設定
   ========================================================================== */
@media screen and (min-width: 768px) {
	.wrap {
		width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
	}
	section {
		padding: 60px 0;
	}
	.under h2 {
		text-align: center;
		padding: 60px 0;
		color: #fff;
		font-size: 30px;
		letter-spacing: 0.2em;
		-moz-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
	}
	#breadcrumb {
		padding: 10px 0;
		font-size: 12px;
		border-bottom: 1px solid #b1b1b1;
	}
	#breadcrumb ul{
		letter-spacing:-0.4em;
		vertical-align:top;
	}
	#breadcrumb ul li {
	    letter-spacing: normal;
	    position: relative;
	    display: inline-block;
	}
	#breadcrumb ul li + li {
	    margin-left: 10px;
	}
	#breadcrumb ul li + li::before {
	    content: '>';
	    margin-right: 10px;
	}
	#breadcrumb li a {
		text-decoration: underline;
		color: #ffad3a;
		display: inline-block;
	}
	#breadcrumb li a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.wrap {
		padding: 40px 20px;
		position: relative;
	}
	.under h2 {
		text-align: center;
		padding: 0;
		color: #fff;
		font-size: 30px;
		letter-spacing: 0.2em;
		-moz-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		-webkit-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		-ms-text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
		text-shadow: 0px 0px 5px rgba(138, 138, 138, 0.8);
	}
	#breadcrumb {
		padding: 10px 0;
		font-size: 12px;
		border-bottom: 1px solid #b1b1b1;
	}
	#breadcrumb ul{
		padding: 0 20px;
		letter-spacing:-0.4em;
		vertical-align:top;
	}
	#breadcrumb ul li {
	    letter-spacing: normal;
	    position: relative;
	    display: inline-block;
	}
	#breadcrumb ul li + li {
	    margin-left: 10px;
	}
	#breadcrumb ul li + li::before {
	    content: '>';
	    margin-right: 10px;
	}
	#breadcrumb li a {
		text-decoration: underline;
		color: #ffad3a;
		display: inline-block;
	}
	#breadcrumb li a:hover {
		text-decoration: none;
	}
}


/* =============================================================================
   header
   ========================================================================== */
@media screen and (min-width: 768px) {
	header {
		background: #fff url(images/shop/bgDot.png) repeat-x 50% 0;
	}
	header .wrap {
		width: 1100px;
		margin: 0 auto;
		padding: 25px 30px 20px;
		position: relative;
	}
	header .btnCart {
		width: 220px;
		padding: 5px;
		background-color: #800018;
		font-weight: bold;
		text-align: center;
		position: absolute;
		bottom: 15px;
		right: 30px;
	}
	header .btnCart a {
		color: #fff;
	}
	header button {
		display: none !important;
	}
	.drawer--top .drawer-nav {
		width: 500px;
		position: absolute;
		top: 20px;
		right: 30px;
		left: auto;
	}
	.drawer-nav ul {
		text-align: right;
	}
	.drawer-nav li {
		margin-left: 20px;
		display: inline-block;
	}
	.drawer-nav li a {
		padding-left: 20px;
		color: #4c6d4b;
		font-weight: bold;
		display: block;
		position: relative;
		font-size: 13px;
	}
	.drawer-nav li a:before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(images/shop/iconGreen.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 767px) {
	header {
		background: #fff url(images/shop/bgDot.png) repeat-x 50% 0;
	}
	header .wrap {
		padding: 25px 30px 10px;
	}
	.top header .btnCart,
	.guide header .btnCart,
	.contact header .btnCart  { display: none; }
	header .btnCart {
		width: 100%;
		padding: 10px;
		background-color: #800018;
		font-weight: bold;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 25;
	}
	header .btnCart a {
		color: #fff;
	}
	.drawer-toggle.drawer-hamburger {
		background-color: rgba(76, 109, 75, 1);
	}
	.drawer-hamburger {
		width: 3rem;
		padding: 15px .75rem 30px;
	}
	.drawer-hamburger .txt {
		color: #fff;
		position: absolute;
		right: 7px;
		bottom: 8px;
		font-size:10px;
		font-weight: bold;
	}
	.drawer-nav,
	.drawer-dropdown-menu {
		background-color: #faf8ee;
	}
	.drawer-nav {
		padding: 50px 15px;
	}
	.drawer-nav li a {
		padding: 10px 20px 10px 40px;
		color: #4c6d4b;
		font-weight: bold;
		display: block;
		position: relative;
		border-bottom: 2px solid #4c6d4b;
		font-size: 18px;
	}
	.drawer-nav li a:before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(images/shop/iconGreen.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 20px;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
		background-color: #fff;
	}
}


/* =============================================================================
   Footer
   ========================================================================== */
@media screen and (min-width: 768px) {
	footer {
		text-align: center;
		padding-top: 13px;
		background: url(images/shop/bgDot.png) repeat-x 50% 0;
	}
	#page-top a {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 30;
	}
	#page-top a:hover {
		opacity: 0.8;
	}
	footer nav {
		padding: 10px 0;
		background-color: #a2b991;
	}
	footer nav li a,
	footer nav li a:link,
	footer nav li a:visited,
	footer nav li a:hover,
	footer nav li a:active {
		color: #fff;
		line-height: 1;
	}
	footer nav li {
		display: inline-block;
	}
	footer nav li a {
		padding: 0 10px;
		border-right: 1px solid #fff;
	}
	footer nav li:last-child a {
		border-right: none;
	}
	footer nav + div {
		padding: 20px 0 10px;
		background-color: #faf7ed;
	}
	footer nav + div p {
		padding: 10px 0;
		font-size: 14px;
	}
	footer nav + div p em {
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	#page-top a {
		width: 40px;
		height: 40px;
		display: block;
		text-align: center;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 30;
		color: #fff;
		line-height: 1.2;
		z-index: 30;
	}
	footer {
		text-align: center;
		padding-top: 13px;
		background: url(images/shop/bgDot.png) repeat-x 50% 0;
	}
	footer nav {
		padding: 10px 0;
		background-color: #a2b991;
	}
	footer nav ul.wrap {
		padding: 0;
	}

	footer nav li a,
	footer nav li a:link,
	footer nav li a:visited,
	footer nav li a:hover,
	footer nav li a:active {
		color: #fff;
	}
	footer nav li a {
		padding: 10px 0;
	}
	footer nav + div {
		background-color: #faf7ed;
	}
	footer nav + div p {
		padding: 10px 0;
		font-size: 14px;
	}
	footer nav + div p em {
		font-weight: bold;
	}
}

/* =============================================================================
	トップページ
   ========================================================================== */
@media screen and (min-width: 768px) {
	.keyimage {
		background: url(images/shop/bgKeyimages.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.top #main .wrap > img {
		display: block;
		margin: 0 auto 40px;
	}
	.top #main ul {
		text-align: center;
	}
	.top #main li {
		width: 315px;
		margin: 0 14px 60px 14px;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	.top #main li img {
		margin-bottom: 10px;
	    border-radius: 20px;
	    overflow: hidden;
	}
	.top #main li h3 {
		line-height: 1.2;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 10px 0;
		background: url(images/shop/lineBorder.png) repeat-x 0 100%;
	}
	.top #main li .cover {
	    width: 315px;
	    height: 315px;
	    object-fit: cover;
	    object-position: center top;
	    font-family: 'object-fit: cover; object-position: center top;';
	}
	.top #main li p.fixHeightChildPrice {
		margin-bottom: 10px;
		position: relative;
		padding-left: 50px;
		line-height: 1.2;
	}
	.top #main li p.fixHeightChildPrice span {
		width: 40px;
		display: block;
		padding: 5px;
		display: inline-block;
		background-color: #717171;
		color: #fff;
		position: absolute;
		top: 5px;
		left: 0;
		line-height: 1;
	}
	.top #main li p.fixHeightChildPrice em {
		font-size: 24px;
	}
	.top #main ul + div {
		text-align: center;
	}
	.top #main ul + div img {
		width: 430px;
	}
}

@media screen and (max-width: 767px) {
	.keyimage {
		background: url(images/shop/bgKeyimages.jpg) no-repeat 50% 50%;
		background-size: cover;
	}
	.top .keyimage .wrap {
		padding: 0 20px;
	}
	.top #main .wrap > img {
		display: block;
		margin: 0 auto 40px;
	}
	.top #main ul {
		overflow: hidden;
		text-align: center;
	}
	.top #main li {
		width: 100%;
		margin: 0 auto 40px;
		text-align: left;
	}
	.top #main li img {
		width: 100%;
		margin-bottom: 10px;
	    border-radius: 20px;
	    overflow: hidden;
	}
	.top #main li h3 {
		line-height: 1;
		font-size: 18	px;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 10px 0;
		background: url(images/shop/lineBorder.png) repeat-x 0 100%;
	}
	.top #main li p.fixHeightChildPrice {
		margin-bottom: 10px;
		position: relative;
		padding-left: 50px;
		line-height: 1;
	}
	.top #main li p.fixHeightChildPrice span {
		width: 40px;
		display: block;
		padding: 5px;
		display: inline-block;
		background-color: #717171;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.top #main li p.fixHeightChildPrice em {
		font-size: 20px;
	}
	.top #main ul + div {
		text-align: center;
	}
	.top #main ul + div img {
		width: 100%;
	}
}

/* =============================================================================
	ショップガイド
   ========================================================================== */
@media screen and (min-width: 768px) {
	.guide h3 {
		margin-bottom: 40px;
	}
	.guide #main ul li {
		padding-left: 1em;
		text-indent: -1em;
		list-style: disc inside;
	}
    /*変更*/
    .guide #main #henpin li {
        width: 800px;
        margin : 0 0 1em 0;
		padding-left: 0;
		text-indent: 0;
        display: block;
		list-style: none;
	}
    /*変更終わり*/
	.guide #guideSec {
		padding: 60px 0 0;
	}
	.guide #guideSec dl {
		margin-bottom: 40px;
		position: relative;
	}
	.guide #guideSec dt {
		width: 150px;
		text-align: center;
		background-color: #88653c;
		color: #fff;
		border-radius: 10px;
		font-size: 18px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.guide #guideSec dd {
		margin-bottom: 1em;
		padding-left: 200px;
	}
	.guide #guideSec dd .red {
		color: #b40909;
	}

/*料金表*/
	.guide #guideSec dd table {
		width: 100%;
		margin-bottom: 20px;
	}
	.guide #guideSec dd table th {
		width: 12.5%;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
		background-color: #f9f9f9;
	}
	.guide #guideSec dd table td {
		width: 12.5%;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
	}
	.guide #guideSec dd table.area {
		width: 500px;
		float: left;
		text-align: left;
	}
	.guide #guideSec dd table.area td {
		text-align: left;
	}
	.guide #guideSec dd .cool {
		width: 300px;
		float: right;
	}
	.guide #guideSec dd .cool > p {
		font-weight: bold;
	}
	.guide #guideSec dd .cool + p {
		clear: both;
	}
	.guide #guideSec dd .cool + p em {
		margin-right: 20px;
		font-weight: bold;
	}

	.guide #notationSec dl {
		padding-top: 1em;
		position: relative;
		border-bottom: 1px solid #5b4e42;
	}
	.guide #notationSec dt {
		width: 200px;
		color: #88653c;
		position: absolute;
		top: 1em;
		left: 0;
	}
	.guide #notationSec dd {
		margin-bottom: 1em;
		padding-left: 240px;
	}

	.guide #policySec h3 + div {
		margin-bottom: 80px;
	}
	.guide #policySec p {
		margin-bottom: 2em;
	}
	.guide #policySec p em {
		font-size: 20px;
		font-weight: bold;
	}

	.guide #policySec .add h4 {
		font-size: 24px;
	}
	.guide #policySec .add address {
		position: relative;
		padding: 20px;
		border: 8px solid #ededed;
	}
	.guide #policySec .add address p {
		font-size: 18px;
		margin-bottom: 0;
	}
	.guide #policySec .add address p.btn {
		width: 300px;
		padding: 10px;
		text-align: center;
		background-color: #8c2d4f;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate3d(0, -50%, 0);
			-webkit-transform: translate(0, -50%); /* Safari用 */
			transform: translate(0, -50%);
	}
	.guide #policySec .add address p.btn a {
		color: #fff;
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	.guide h3 {
		margin-bottom: 20px;
	}
	.guide h3 img {
		height: 60px;
		width: auto;
	}
	.guide #main ul li {
		padding-left: 1em;
		text-indent: -1em;
		list-style: disc inside;
	}
    
    /*変更*/
    .guide #main #henpin li {
        margin : 0 0 10px 0;
		padding-left: 0;
		text-indent: 0;
        display: block;
		list-style: none;
	}
    /*変更終わり*/

	.guide #guideSec dl {
		margin-bottom: 20px;
	}
	.guide #guideSec dt {
		width: 150px;
		text-align: center;
		background-color: #88653c;
		color: #fff;
		border-radius: 10px;
		font-size: 16px;
	}
	.guide #guideSec dd {
		margin-bottom: 1em;
	}
	.guide #guideSec dd .red {
		color: #b40909;
	}

/*料金表*/
	.guide #guideSec dd table {
		width: 100%;
		margin-bottom: 20px;
	}
	.guide #guideSec dd .price table {
		width: 840px;
	}
	.guide #guideSec dd table th {
		width: 12.5%;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
		background-color: #f9f9f9;
	}
	.guide #guideSec dd table td {
		width: 12.5%;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
	}

	.guide #guideSec dd .price {
		overflow-x:auto;
	}
	.guide #guideSec dd table.area {
		text-align: left;
	}
	.guide #guideSec dd table.area td {
		text-align: left;
	}
	.guide #guideSec dd .cool {
	}
	.guide #guideSec dd .cool > p {
		font-weight: bold;
	}
	.guide #guideSec dd .cool + p em {
		margin-right: 20px;
		font-weight: bold;
	}

	.guide #notationSec dl {
		padding-top: 1em;
		position: relative;
		border-bottom: 1px solid #5b4e42;
	}
	.guide #notationSec dt {
		width: 200px;
		color: #88653c;
	}
	.guide #notationSec dd {
		margin-bottom: 1em;
	}
	.guide #policySec h3 + div {
		margin-bottom: 20px;
	}
	.guide #policySec p {
		margin-bottom: 2em;
	}
	.guide #policySec p em {
		font-size: 16px;
		font-weight: bold;
	}

	.guide #policySec .add h4 {
		font-size: 20px;
	}
	.guide #policySec .add address {
		padding: 20px;
		border: 8px solid #ededed;
	}
	.guide #policySec .add address p {
		font-size: 16px;
		margin-bottom: 0;
	}
	.guide #policySec .add address p span {
		display: inline-block;
	}
	.guide #policySec .add address p.btn {
		width: 100%;
		margin-top: 10px;
		padding: 10px;
		text-align: center;
		background-color: #8c2d4f;
	}
	.guide #policySec .add address p.btn a {
		color: #fff;
		font-weight: bold;
	}
}

/* =============================================================================
	商品詳細ページ
   ========================================================================== */
@media screen and (min-width: 768px) {
	.page #main h3 {
		text-align: center;
		margin-bottom: 60px;
	}
	.page .cont div.left {
	    width: 470px;
		float: left;
	}
	.page .cont {
		margin-bottom: 60px;
		overflow: hidden;
	}
	.page .cover {
		margin-bottom: 40px;
	    width: 470px;
	    height: 470px;
	    object-fit: cover;
	    object-position: center top;
	    font-family: 'object-fit: cover; object-position: center top;';
	    border-radius: 20px;
	}
	.page .cont div.left table {
		width: 100%;
	}
	.page .cont div.left table tr {
		border: 1px solid #e7e7e7;
	}
	.page .cont div.left table th {
		width: 100px;
		background-color: #90a23e;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}
	.page .cont div.left table th,
	.page .cont div.left table td {
		padding: 5px 10px;
	}


	.page .cont div.right {
		width: 500px;
		float: right;
	}
	.page .cont h4,
	.page .cont p.txt,
	.page .cont .areaCart {
		margin-bottom: 40px;
		padding-bottom: 40px;
		background: url(images/shop/lineBorderBold.png) repeat-x 0 100%;
	}
	.page .cont h4 {
		padding-bottom: 20px;
		font-size: 36px;
	}
	.page .cont .areaCart {
		padding-bottom: 20px;
	}
	.page .cont .areaCart > div {
		margin-bottom: 40px;
		position: relative;
	}
	.page .cont .areaCart p.price {
		margin-bottom: 1em;
		padding-left: 50px;
		position: relative;
	}
	.page .cont .areaCart p.price span {
		width: 40px;
		text-align: center;
		display: block;
		background-color: #717171;
		color: #fff;
		position: absolute;
		top: 12px;
		left: 0;
	}
	.page .cont .areaCart p.price em {
		padding-left: 20px;
		font-size: 25px;
	}
	.page .cont .areaCart p.num {
		padding-left: 50px;
	}
	.page .cont .areaCart p.num input{
		width: 60px;
		padding: 5px 10px;
		display: inline-block;
	}
	.page .cont .areaCart .btnCart {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.page .cont .btnCart {
		text-align: right;
	}
	.page .cont .btnCart a,
	.page .cont .btnCart input {
		width: 220px;
		padding: 5px 0;
		color: #fff;
		display: inline-block;
		text-align: center;
		border: none;
	}
	.page .cont .areaCart .btnCart input {
		padding: 10px 0;
		background-color: #dd9e2a;
	    font-family: FontAwesome;
	}
	.page .cont .btnCart a {
		background-color: #bf0000;
	}
	.page #main .btnBack {
		text-align: center;
	}
	.page #main .btnBack a {
		padding: 5px 40px;
		background-color: #90a23e;
		color: #fff;
		display: inline-block;
		text-align: center;
	}
	.page .cont .areaCool h5 {
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background-color: #4b9aba;
	}
	.page .cont .areaCool p {
		padding: 0 10px;
	}
	.page .cont .areaCool p .blue {
		font-weight: bold;
		font-size: 18px;
		color: #4b9aba;
	}
	.page .cont .areaCool p a {
		display: inline-block;
		text-decoration: underline;
		color: #c1314c;
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	.page #main h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	.page .cont {
		margin-bottom: 40px;
		overflow: hidden;
	}
	.page img.cover {
		width: 100%;
		margin-bottom: 20px;
	    border-radius: 20px;
	}
	.page .cont div.left table {
		width: 100%;
		margin-bottom: 20px;
	}
	.page .cont div.left table tr {
		border: 1px solid #e7e7e7;
	}
	.page .cont div.left table th {
		width: 100px;
		background-color: #90a23e;
		color: #fff;
		text-align: left;
		font-weight: normal;
	}
	.page .cont div.left table th,
	.page .cont div.left table td {
		padding: 5px 10px;
	}
	.page .cont h4,
	.page .cont p.txt,
	.page .cont .areaCart {
		margin-bottom: 20px;
		padding-bottom: 20px;
		background: url(images/shop/lineBorderBold.png) repeat-x 0 100%;
	}
	.page .cont h4 {
		padding-bottom: 20px;
		font-size: 20px;
	}
	.page .cont .areaCart > div {
		margin-bottom: 20px;
		position: relative;
	}
	.page .cont .areaCart p.price {
		margin-bottom: 1em;
		padding-left: 50px;
	}
	.page .cont .areaCart p.price span {
		width: 40px;
		text-align: center;
		display: block;
		background-color: #717171;
		color: #fff;
		position: absolute;
		/* top: 12px; */
		left: 0;
	}
	.page .cont .areaCart p.price em {
		padding-left: 20px;
		font-size: 18px;
	}
	.page .cont .areaCart p.num {
		margin-bottom: 10px;
		padding-left: 50px;
	}
	.page .cont .areaCart p.num input{
		width: 60px;
		padding: 5px 10px;
		display: inline-block;
	}
	.page .cont .btnCart a,
	.page .cont .btnCart input {
		width: 100%;
		padding: 10px 0;
		color: #fff;
		display: inline-block;
		text-align: center;
		border: none;
	}
	.page .cont .areaCart .btnCart input {
		padding: 10px 0;
		background-color: #dd9e2a;
		font-family: "Font Awesome 5 Solid";
		font-style: normal;
	}
	.page .cont .btnCart a {
		background-color: #bf0000;
	}
	.page #main .btnBack {
		text-align: center;
	}
	.page #main .btnBack a {
		width: 100%;
		padding: 10px;
		background-color: #90a23e;
		color: #fff;
		display: inline-block;
		text-align: center;
	}
	.page .cont .areaCool h5 {
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background-color: #4b9aba;
	}
	.page .cont .areaCool p {
		padding: 0 10px;
	}
	.page .cont .areaCool p .blue {
		font-weight: bold;
		font-size: 18px;
		color: #4b9aba;
	}
	.page .cont .areaCool p a {
		display: inline-block;
		text-decoration: underline;
		color: #c1314c;
		font-weight: bold;
	}
}

/* =============================================================================
	お問い合わせ
   ========================================================================== */
@media screen and (min-width: 768px) {
	.contact h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	.contact #telSec p {
		width: 800px;
		margin: 0 0 80px 200px;
	}
	.contact #telSec .table {
		width: 800px;
		margin-left: 220px;
		display: table;
	}
	.contact #telSec .table p {
		display: table-cell;
		vertical-align: middle;
	}
	.contact #telSec .table > p {
		font-size: 50px;
		font-weight: bold;
	}
	.contact #telSec .table > p + p {
		font-size: 14px;
	}
	.contact #telSec .table > p + p > span {
		display: block;
	}
	.contact #formSec {
		background-color: #F7F7F7;
	}
	.contact #formSec p {
		width: 600px;
		margin: 0 auto 2em;
	}
	.contact #formSec p + p {
		margin-bottom: 60px;
	}
	.contact #formSec p a {
		display: inline-block;
		text-decoration: underline;
		color: #ffad3a;
		display: inline-block;
	}
	.contact #formSec p a:hover {
		text-decoration: none;
	}
	.contact #formSec .wrap > div {
		width: 800px;
		margin: 0 auto;
		background-color: #fff;
		padding: 40px;
		box-shadow:0px 0px 7px 0px #cccccc;
	}

	/* Contact Form 7カスタマイズ */
	.inquiry {
		width: 100%;
		margin-bottom: 20px;
	}
	.inquiry th {
		text-align: left;
		font-size: 14px;
		padding: 10px;
		width: 30%;
	}
	.inquiry td {
		width: 70%;
		padding: 10px;
	}
	/* 必須の調整 */
	.haveto {
	   padding: 0 5px;
	   background: #f5b8b8;
	   color: #fff;
	   margin-right: 10px;
	}
	/* 任意の調整 */
	.any {
	   padding: 0 5px;
	   background: #93c9ff;
	   color: #fff;
	   margin-right: 10px;
	}
	/* ラジオボタンを縦並び指定 */
	.verticallist .wpcf7-list-item {
		display: block;
	}
	/* 送信ボタンのデザイン変更 */
	.soushinbtn{
		padding:15px!important;
		width:30%;
		background: #ddd7dc!important;
		color: #4b4a4a;
		border: none;
	}
	.soushinbtn:hover{
		background:#f5b8b8!important;
	}
	input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
		width: 100%;
		display: block;
		padding: 10px 2%;
		margin-bottom: 14px;
		font-size: 1em;
		color: #666;
		border: 1px solid #f7cbcd;
		border-radius: 1px;
		vertical-align: middle;
		max-width: 96%;
		max-width: 100%\9;
		background-color: #fff;
		-webkit-transition: background-color .24s ease-in-out;
		transition: background-color .24s ease-in-out;
		-webkit-appearance: none;
		appearance: none;
	}
}



@media screen and (max-width: 767px) {
	.contact h3 {
		margin-bottom: 20px;
	}
	.contact #telSec p {
		margin-bottom: 40px;
	}
	.contact #telSec .table > p {
		margin-bottom: 20px;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}
	.contact #telSec .table > p + p {
		font-size: 14px;
	}
	.contact #telSec .table > p + p > span {
		display: block;
	}
	.contact #formSec {
		background: url(images/global/bgSearch.png) repeat 0 0;
	}
	.contact #formSec p {
		margin-bottom: 2em;
	}
	.contact #formSec p + p {
		margin-bottom: 40px;
	}
	.contact #formSec p a {
		display: inline-block;
		text-decoration: underline;
		color: #ffad3a;
		display: inline-block;
	}
	.contact #formSec p a:hover {
		text-decoration: none;
	}
	.contact #formSec .wrap > div {
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		padding: 20px 10px;
		box-shadow:0px 0px 7px 0px #cccccc;
	}

	/* Contact Form 7カスタマイズ */
	.inquiry {
		width: 100%;
		margin-bottom: 10px;
	}
	.inquiry th {
		text-align: left;
	}
	.inquiry td {
	}
	/* 必須の調整 */
	.haveto {
	   padding: 0 5px;
	   background: #f5b8b8;
	   color: #fff;
	   margin-right: 10px;
	}
	/* 任意の調整 */
	.any {
	   padding: 0 5px;
	   background: #93c9ff;
	   color: #fff;
	   margin-right: 10px;
	}
	/* ラジオボタンを縦並び指定 */
	.verticallist .wpcf7-list-item {
		display: block;
	}
	/* 送信ボタンのデザイン変更 */
	.soushinbtn{
		padding:15px!important;
		width:30%;
		background: #ddd7dc!important;
		color: #4b4a4a;
		border: none;
	}
	.soushinbtn:hover{
		background:#f5b8b8!important;
	}
	input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
		width: 100%;
		display: block;
		padding: 10px 2%;
		margin-bottom: 14px;
		font-size: 1em;
		color: #666;
		border: 1px solid #f7cbcd;
		border-radius: 1px;
		vertical-align: middle;
		max-width: 96%;
		max-width: 100%\9;
		background-color: #fff;
		-webkit-transition: background-color .24s ease-in-out;
		transition: background-color .24s ease-in-out;
		-webkit-appearance: none;
		appearance: none;
	}

/* スマホContact Form 7カスタマイズ */

	.inquiry th, .inquiry td {
		display:block;
		width: 100%!important;
		border-top: none!important;
	}
	.soushinbtn{
		width:80%!important;
	}

}



/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 768px) {
	
	.txt form select {
		display: inline-block;
		width: 300px;
		margin-left: 10px;
	}
	
}

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