@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style-type: none;
}

body { line-height:1; overflow-x: hidden;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #504945;
	outline:none;
}
a:hover {
	cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;

}
h1, h2, h3, h4, h5, h6 { line-height: 1.6em;}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}

* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */

::selection {
	background: #333333;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #333333; /* Firefox */
	color: #ffffff;
	text-shadow: none;
}

::-webkit-selection {
	background: #333333; /* Safari */
	color: #ffffff;
	text-shadow: none;
}

*:focus {
  outline: none;
}

.page {
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;
    padding: 0 15px;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomargin { margin: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}
.center { text-align: center !important;}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background: #ffffff;
	color: #3e3a39;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
	letter-spacing: -1px;
}

.ofh {
	display: block;
	max-width: 100%;
	overflow: hidden !important;
	position: relative;
}



/* -------------------------------------
Header
------------------------------------- */

header {
    display: block;
    width: 100%;
    padding: 30px 0 18px;
    position: relative;
    z-index: 10;
    text-align: center;
}
header.fixed {
    /*box-shadow: 0 6px 24px rgb(0 0 0 / 16%);*/
}
header.fixed:before {
    opacity: 1;
}
header .in {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
	max-width: 1000px;
    margin: auto;
	padding: 0 10px;
}

header .h-logo,
header h1 {
	float: left;
    position: relative;
    display: block;
    width: 20%;
    height: auto;
    max-width: 200px;
    margin: 0 auto 50px;
}
header .h-logo a,
header h1 a {
	display: block;
}
header .h-logo img,
header h1 img {
	display: block;
}
header .hdr-r {
	float: right;
	width: 80%;
    position: relative;
    display: block;
}
a.c-num {
	float: right;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	background: url("../imgs/cart.png") left center no-repeat;
	background-size: 20px auto;
	margin-left: 10px;
}
a.c-num span {
	display: block;
	position: relative;
	background: #dd5d50;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	z-index: 3;
}
ul.acnt {
	float: right;
	font-size: 15px;
}
ul.acnt li {
	float: right;
	margin: 0 20px 5px;
}
ul.acnt li a {
	display: block;
	line-height: 1.1;
	font-weight: bold;
}

header nav {
    position: relative;
    display:inline-block;
	margin-top: 40px;
	float: right;
}
header nav ul {
    display: block;
}
header nav ul li {
	float:left;
    box-sizing: border-box;
    font-size: 15px;
	margin: 0 5px;
}

header nav ul li a {
    display: block;
    vertical-align: middle;
    padding: 1px 3px 10px;
    box-sizing: border-box;
    color:#3e3a39;
    position: relative;
	font-weight: bold;
}

header nav ul li a:before {
    content: '';
    float: left;
    width: 0%;
    height:3px;
    background: #ef7e5c;
    position: absolute;
	left: 50%;
	bottom: 0;
    opacity: 0;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
header nav ul li a:hover {
    opacity: 1;

}
header nav ul li a:hover:before {
    opacity: 1;
	width: 100%;
	left: 0;
}

header .tel {
	float: right;
	margin-top: 30px;
	margin-left: 10%;
}
header .tel a {
	display: block;
	font-size: 25px;
	font-weight: bold;
	padding-left: 24px;
	background: url("../imgs/tel.png") 0 5px no-repeat;
	background-size: 18px auto;
	line-height: 1;
	font-family: 'Noto Sans Japanese';
}		
header .tel span {
	display: block;
	font-size: 12px;
	padding: 5px 0 0 24px;
	font-weight: bold;
	letter-spacing: 1px;
}




/* -------------------------------------
Main visual
------------------------------------- */

#main-visual {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden !important;
	position: relative;
	z-index: 3;
    box-sizing: border-box;
	margin-bottom: 70px;
}


/* -------------------------------------
 Slide
------------------------------------- */

.main-slider img {
	width: 100%;
	height: auto;
}

.thumb-slider {
	margin-top: 20px;
	text-align: center;
}
.thumb-slider img {
	cursor: pointer;

}
.thumb-slider .slick-slide {
	float: none !important;
	border: solid 3px #FFFFFF;
	display: inline-block !important;
	width:calc(20% - 20px) !important;
	box-sizing: border-box;
	margin: 0 10px !important;
}
.thumb-slider .active {
	border: solid 3px #dd5d50;
}


/* -------------------------------------
Contents
------------------------------------- */

#contents {
	display: block;
	position: relative;
    margin: 0 auto;
    z-index: 10;
}
#contents.udr {
    margin: 244px auto 0;
}

.blk-l {
	float: left;
	width: 50%;
	text-align: left;
}
.blk-r {
	float: right;
	width: 50%;
}

#sec-intr {
	display: block;
	position: relative;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px 70px;
}
#sec-intr .blk-l {
	padding-right: 2%;
}
#sec-intr .blk-r {
	padding: 65px 5% 0 1%;
}
#sec-intr h2 {
	display: block;
	position: relative;
    font-size: 30px;
    text-align: left;
    line-height: 1.2em;
	margin: 0 auto 55px;
    letter-spacing: 1px;
}
#sec-intr h2 span {
	display: inline-block;
    font-size: 80%;
    line-height: 1.2em;
	margin-top: 10px;
}
#sec-intr p {
	display: block;
	position: relative;
    font-size: 18px;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 1px;
	font-weight: bold;
}

#sec-cat {
	display: block;
	position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}

h1.cmn,
h2.cmn {
	display: inline-block;
	position: relative;
    font-size: 40px;
    text-align: center;
    line-height: 1.2em;
	margin: 0 auto 50px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese';
	z-index: 10;
	text-transform: uppercase;
}
h1.cmn span,
h2.cmn span {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
}
h1.cmn img,
h2.cmn img {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 5px;
}

ul.cat-s {
	display: block;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
ul.cat-s li {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 35px;
}
ul.cat-s li a {
	display: block;
	position: relative;
}
ul.cat-s li img {
	float: left;
	width: 27%;
}
ul.cat-s li span {
	float: right;
	width: 70%;
	line-height: 1.2em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
ul.cat-s.udb {
	border-bottom: solid 1px #b57e02;
}


#sec-pick {
	display: block;
	position: relative;
    margin: 0 auto;
    text-align: center;
}
ul.pick-s {
	display: block;
	margin: 0 auto 20px;
}
ul.pick-s li {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 20px;
	padding: 0 10px;
}
ul.pick-s li a {
	display: block;
	position: relative;
}
ul.pick-s li img {
	float: left;
}

#sec-rank {
	display: block;
	position: relative;
    margin: 0 auto;
    text-align: center;
	padding: 40px 0 0;
	background: #fefff5;
}
#sec-rank ul {
	display: block;
	margin: 0 auto 20px;
}
#sec-rank ul li {
	display: block;
	width:20%;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}
#sec-rank ul li a {
	display: block;
	position: relative;
	font-weight: bold;
}
#sec-rank ul li .img {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#sec-rank ul li .tx {
	display: block;
	position: relative;
	text-align: center;
	z-index: 3;
}
#sec-rank ul li .num {
	display: block;
	position: relative;
	text-align: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	line-height: 43px;
	font-size: 20px;
	color:#FFFFFF;
	background: #727171;
	margin: -21px auto 0;
}
#sec-rank ul li h2 {
	display: block;
	position: relative;
    font-size: 15px;
    line-height: 1.2em;
	margin: 10px auto 30px;
}
#sec-rank ul li .price {
	display: block;
    font-size: 13px;
    line-height: 1.2em;
}
#sec-rank img.bot {
	float: left;
	position: relative;
	margin-bottom: -1px;
}
#sec-rank ul li:nth-child(1) .num {
	background: #ead647;
}
#sec-rank ul li:nth-child(2) .num {
	background: #c9caca;
}
#sec-rank ul li:nth-child(3) .num {
	background: #b57e02;
}



p.desc {
	display: block;
	position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 2.2em;
    margin-bottom: 75px;
    letter-spacing: 1px;
    font-weight: normal;
}

.btn-wrap {
    display: block;
    position: relative;
    margin: 110px;
}
.btn {
    display: block;
    position: relative;
    width: 166px;
    height: 52px;
    color:  #fff;
	border-radius: 3px;
    background:#b57e02;
    text-align: center;
	padding: 0;
    line-height:52px;
    font-size: 14px;
    font-family: "kaisei-opti", sans-serif;
	font-weight: 700;
	font-style: normal;
    margin: auto;
    letter-spacing: 1px;
    box-sizing: border-box;
    transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
	
	overflow: hidden;
}
.btn span {
	display: block;
	float: left;
	width: 100%;
	height: 49px;
	background: #FFFFFF;
    position: relative;
    padding: 18px 0;
	border-radius: 2px;
    z-index: 5;
	box-sizing: border-box;
}
.btn span:after {
    content: '';
	display: inline-block;
	width: 14px;
	height: 5px;
	background: url("../imgs/arw.png") 0 0 no-repeat;
	background-size: 100% auto;
	margin-left: 4px;
    position: relative;
	top: -4px;
	right: 0;
    transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .15s;-moz-transition-duration: .15s;-o-transition-duration: .15s;-webkit-transition-duration: .15s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}

.btn:hover {
    opacity: 1;
}
.btn:hover span:after {
	right: -3px;
}

ul.pgn {
	display: block;
	text-align: left;
	font-size: 14px;
	margin: 0 0 40px;
	/*padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;*/
}
ul.pgn li {
	display: inline-block;
	line-height: 1;
}
ul.pgn li a {
	display: block;
	padding-right: 17px;
	background: url("../imgs/arw02.png") right center no-repeat;
	background-size: 10px auto;
	margin-right: 5px;
}



/* -------------------------------------
Product
------------------------------------- */
#detail {
	display: block;
	margin-bottom: 100px;
}
#detail .blk-l {
	margin-bottom: 40px;
}
#detail .blk-r {
	padding-left: 5%;
	text-align: left;
}
h2.rttl {
	display: block;
	font-size: 20px;
	margin-bottom: 40px;
}
.p-desc {
	display: block;
	font-size: 16px;
	line-height: 1.6em;
}

.more {
	display: block;
	text-align: center;
	position: relative;
	margin: 30px 0 0;
}
.more #loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: auto;
	margin: auto;
}
#product {
	display: block;
	margin: 50px auto 100px;
}

/* -------------------------------------
STEPS
------------------------------------- */
ul.steps {
	display: block;
	margin: 40px 0;
}
ul.steps li {
	display: block;
	position: relative;
}
ul.steps li:nth-child(1) { background: #f7f7f0;}
ul.steps li:nth-child(2) { background: #4dc764;}
ul.steps li:nth-child(3) { background: #f4f1ef;}
ul.steps li:nth-child(4) { background: #d1f8fa;}
ul.steps li .stp-l {
	float: left;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
ul.steps li .stp-r {
	float: right;
	position: relative;
	z-index: 1;
}
ul.steps li:nth-child(1) .stp-l {
	width: 31.15%;
}
ul.steps li:nth-child(2) .stp-l {
	width: 39.17%;
}
ul.steps li:nth-child(3) .stp-l {
	width: 35.61%;
}
ul.steps li:nth-child(4) .stp-l {
	width: 32.23%;
}

ul.steps li:nth-child(1) .stp-r {
	width: 40%;
	right: 5%;
	padding: 55px 0 50px;
}
ul.steps li:nth-child(2) .stp-r {
	width: 31.73%;
	right: 5%;
	padding: 27px 0 0;
}
ul.steps li:nth-child(3) .stp-r {
	width: 61.48%;
	right: 0;
	padding: 65px 0 0;
}
ul.steps li:nth-child(4) .stp-r {
	width: 44.46%;
	right: 5%;
	padding: 55px 0 50px;
}


/* -------------------------------------

------------------------------------- */

#news {
	display: block;
	position: relative;
}

.mask-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.mask-wrap img.mk {
	z-index: 3;
	display: block;
	position: relative;
}


ul.menu {
	display: block;
	position: relative;
	text-align: center;
}
ul.menu-list {
	display: block;
	position: relative;
	text-align: center;
	margin: 50px auto;
}
ul.menu li {
	display: block;
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 10px;
	margin-bottom: 40px;
}
ul.menu li a {
	display: block;
	position: relative;
	padding: 2px;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(180deg,rgba(249,242,228,1.00) 0%, rgba(249,242,228,1.00) 100%);
    transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.menu li a .in {
	display: block;
	position: relative;
	padding: 40px 15px 36px;
	border-radius: 14px;
	overflow: hidden;
	background: #F9F2E4;
}
ul.menu-list li{
	display: block;
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 20px;
	margin-bottom: 40px;
}
ul.menu-list li h2,
ul.menu li h2 {
	display: block;
	position: relative;
	font-size: 20px;
	margin: 0 auto 40px;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.menu li .price {
	display: block;
	position: relative;
	font-size: 26px;
	margin: 0 auto 60px;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.menu-list li .price{
	display: block;
	position: relative;
	font-size: 26px;
	margin: 0 auto;
	padding-bottom: 7px;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.menu-list li .price:last-of-type {
	padding-bottom: 20px;
}

ul.menu-list li .price span,
ul.menu li .price span {
	display: inline-block;
	position: relative;
	font-size: 60%;
	padding-right: 7px;
}
ul.menu-list li .price b {
	display: inline-block;
	position: relative;
	font-size: 80%;
	padding-right: 7px;
	font-weight: normal;
}
ul.menu li .tb {
	display: block;
	position: relative;
	padding-top: 61.8%;
	background-size: cover;
	background-position: center center;
	border-radius: 14px;
}
ul.menu li a:hover {
	background: linear-gradient(180deg, rgba(154,165,7,1) 0%, rgba(210,179,0,1) 100%);
	opacity: 1;
}
ul.menu li a:hover .in {
	background: #fff;
}

ul.menu-list li .tb {
	display: block;
	position: relative;
	padding-top: 111%;
	background-size: cover;
	background-position: center center;
	border-radius: 14px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
ul.menu-list li .tb:hover  {
	opacity: 1;
}
ul.menu-list li .tb:before  {
	content: '';
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	border: solid 0px rgba(154,165,7,1);
	box-sizing: border-box;
	border-radius: 14px;
	transition-property: all;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
ul.menu-list li .tb:hover:before  {
	border: solid 4px rgba(154,165,7,1);
}
/*.btn {
    display: block;
    position: relative;
    width: 166px;
    height: 52px;
    color:  #3e3a39;
	border-radius: 26px;
    background: rgb(154,165,7);
	background: linear-gradient(90deg, rgba(154,165,7,1) 0%, rgba(210,179,0,1) 100%);
    text-align: center;
	padding: 1.5px;
    line-height: 1;
    font-size: 14px;
    font-family: "kaisei-opti", sans-serif;
	font-weight: 700;
	font-style: normal;
    margin: auto;
    letter-spacing: 1px;
    box-sizing: border-box;
    transition-property: all;-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
	
	overflow: hidden;
}
.btn span {
	display: block;
	float: left;
	width: 100%;
	height: 49px;
	background: #FFFFFF;
    position: relative;
    padding: 18px 0;
	border-radius: 24px;
    z-index: 5;
	box-sizing: border-box;
}*/
ul.menu-list li p.tx {
	display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: normal;
}


.news-bot .page {
	max-width: 100%;
}


ul.prd-lst {
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	padding: 0;
}
ul.prd-lst li{
	display: block;
    float: left;
    width: 22%;
    margin: 0 1.5% 30px;
}
ul.prd-lst li div {
	display: block;
	position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px;
	padding-top: 100%;
}
ul.prd-lst li span.date {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1.4em;
}
ul.prd-lst li span.cat {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
    background: #A3A355;
    color: #FFFFFF;
	border-radius: 6px;
}
ul.prd-lst li h3 {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4em;
    text-align: left;
	
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul.prd-lst li span.l-price {
    display: block;
    font-size: 18px;
	text-align: left;
    line-height: 1.4em;
}
ul.prd-lst li span.l-price b {
	font-weight: normal !important;
	font-size: 70%;
}
ul.prd-lst li span.l-price s {
	font-size: 80%;
}
.prd-lst .slick-arrow {
    float: left;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 38%;
    z-index: 10;
}
.prd-lst .slick-arrow.slick-next {
    background: url(../imgs/next.png) 0 0 no-repeat;
    background-size: 100% auto;
    right: 10px;
}
.prd-lst .slick-arrow.slick-prev {
    background: url(../imgs/prev.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: 10px;
}


.map {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	position: relative;
	padding-top: 62%;
	margin: 0 6.4%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ntic {
	display: block;
	background: rgb(154, 165, 7);
    background: linear-gradient(90deg, rgba(154, 165, 7, 1) 0%, rgba(210, 179, 0, 1) 100%);
	padding: 2px;
	border-radius: 20px;
	margin: 100px auto 0;
}
.ntic .in {
	display: block;
	position: relative;
	background: #fffcf8;
	border-radius: 20px;
	padding: 0 11% 40px;
}
.ntic h2 {
    display: block;
    position: relative;
    font-size: 20px;
    margin: 0 auto 40px;
    font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align: center;
	top: -26px;
}
.ntic h2 img {
	display: inline-block;
	width:80%;
	max-width: 424px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.ntic ul {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	color: #4f3e3e;
}
.ntic ul li {
	display: block;
	margin-bottom: 7px;
	background: url("../imgs/dot.png") 0 7px no-repeat;
	background-size: 10px auto;
	padding-left: 15px;
}

img.womn {
	display: block;
	width: 50%;
	max-width: 148px;
	margin: 30px auto 40px;
}
.six img.fig {
	display: block;
	max-width: 706px;
	margin: 30px auto 0;
}
 
#yomogi02 {
	background-color: #f9f2e4;
	padding: 60px 0;
}
#yomogi02 .blk-l figure {
    display: block;
    margin: 0 6.4%;
    border-radius: 20px;
    overflow: hidden;
}
#yomogi02 .blk-r p {
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    margin: 0 6.4% 28px;
}

img.funabuk {
	display: block;
	width: 50%;
	max-width: 273px;
	margin: 30px auto 40px;
}
img.kin {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 80%;
	max-width: 580px;
	z-index: 0;
	top:-30px;
}



#gid {
	padding-bottom: 200px;
}
ul.guide {
	display: block;
	position: relative;
	margin-top: -200px;
}
ul.guide li {
	display: block;
	position: relative;
	background: url("../imgs/bg01.png") 0 0 repeat;
	background-size: 288px auto;
	border-radius: 21px;
	padding: 2px;
	margin: 0 auto 45px;
	text-align: center;
	z-index: 1;
}
ul.guide li .in {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 20px;
	text-align: left;
    letter-spacing: 1px;
    font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
	padding: 25px 20px 40px;
	z-index: 1;
}

ul.guide li .step {
	display: inline-block;
	position: relative;
	width: 12%;
	vertical-align: middle;
}
ul.guide li h3 {
	display:inline-block;
	position: relative;
	width: 23%;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 23px;
}
ul.guide li p {
	display:inline-block;
	position: relative;
	width: 63%;
	font-size: 16px;
	line-height: 1.6em;
	vertical-align: middle;
	padding-right: 5%;
}
ul.guide li img.arw {
	display: block;
	position: absolute;
	width: 62px;
	bottom: -40px;
	left: 0;
	right: 0;
	z-index: 5;
	margin: auto;
}


#access .page h2.ct  {
	margin-bottom: 70px;
}
#access .blk-l figure {
	display: block;
    margin: 0 6.4%;
    border-radius: 20px;
    overflow: hidden;
}
#access .blk-l,
#access .blk-r {
	margin-bottom: 40px;
}
#access .map {
    position: relative;
    padding-top: 50%;
    margin: 40px 3.2% 60px;
}


table.hk-tbl {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
}
table.hk-tbl tr {
}
table.hk-tbl th {
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}

table.hk-tbl th {
    text-align: center;
    border-radius: 6px;
    background:#f7f7f0;
    font-weight: normal;
    width: 250px;
	vertical-align: middle;
	position: relative;
}
table.hk-tbl th span {
	padding: 15px 3px;
	position: relative;
	z-index: 5;
}
table.hk-tbl tr:first-of-type td {
	border-top: dashed 1px #C7B182;
}
table.hk-tbl td {
    background: #fff;
    padding: 15px 3px 15px 12px;
	border-bottom:dashed 1px #C7B182;
	text-align: left;
	vertical-align: middle;
}

/* ----------------------------------------------------------------
	Pages common
-----------------------------------------------------------------*/

#main-img {
	display: block;
	position: relative;
	padding-top: 50%;
	background-size: cover;
	background-position: center center;
}
#main-img:before {
	content: '';
	float: left;
	width: 100%;
	height: 100%;
	background: #999186;
	opacity: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#main-img img.msk {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

#main-img h1 {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	z-index: 10;
	text-align: center;
	font-size: 48px;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #FFFFFF;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
	mix-blend-mode: overlay;
	text-shadow: 0 0 5px rgba(0,0,0,1.00);
}
#main-img h1 span {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}

img.bird {
	display: block;
	width: 116px;
	margin: 0 auto 60px;
}
p.desc02 {
	display: block;
	position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 75px;
    font-weight: normal;
}
figure.bsc {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	max-width: 430px;
	margin: 50px auto;
}
figure.bsc img {
	display: block;
}

.pg-sec {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}

.wave-sec:before {
    content: '';
    float: left;
    width: 100%;
    height: 50%;
    background: url(../imgs/wv05.png) center top repeat-x #FCF6ED;
    background-size: 1550px auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.wave-sec02:before {
    content: '';
    float: left;
    width: 100%;
    height: 50%;
    background: url(../imgs/wv06.png) center top repeat-x #FCF6ED;
    background-size: 1550px auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.wave-sec02 .page,
.wave-sec .page {
    z-index: 5;
}

.tx-pg {
    display: block;
    max-width: 900px;
    margin: 80px auto 120px;
}
h2.tx-ttl {
    display: block;
    text-align: left;
	position: relative;
    font-size: 18px;
    line-height: 1.4em;
	padding-bottom: 7px;
    margin-bottom: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}
h2.tx-ttl:after {
	content: '';
	float: left;
	width: 50px;
	height: 2px;
	background: #b57e02;
	position: absolute;
	left: 0;
	bottom: 0;
}

h2.tx-ttl-cent {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 55px;
    font-weight: normal;
    letter-spacing: 1px;
}
.tx-pg p {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
}
p.tx {
    margin-bottom: 50px;
}
.fig01 {
    display: block;
    position: relative;
    max-width: 954px;
    margin: 0 auto 240px;
}
.fig02 {
    display: block;
    position: relative;
    margin: 0 0 180px 8.8%;
}
.fig02.lst {
    margin: 0 0 80px 8.8%;
}
.fig03 {
    display: block;
    position: relative;
    max-width: 627px;
    margin: 0 auto 120px;
}
.fig04 {
    display: block;
    position: relative;
    max-width: 800px;
    margin: 0 auto 30px;
}
.fig04 img,
.fig03 img,
.fig02 img,
.fig01 img {
    float: left;
}

#introduction {
    margin-bottom: 240px;
}
h3.tx-ttl {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 37px;
    font-weight: normal;
    letter-spacing: 1px;
}


p.tx-cent {
    display: block;
    text-align:center;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 84px;
}

p.bdr {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    border: solid 4px #e6e6e6;
    padding: 37px 3% 37px 7%;
    margin-bottom: 55px;
}




p.gray {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    background: #f2f2f2;
    padding: 20px 3%;
    margin-bottom: 115px;
}

.wf-wrap {
    display: block;
    position: relative;
    background: #eeefef;
    padding: 160px 10px 120px;
}

.wf-blk {
    display: block;
    position: relative;
    background: #fff;
    padding: 40px 5%;
    margin-bottom: 118px;
}
.wf-blk .tx-cent {
    margin-bottom: 50px;
    font-size: 13px;
}

.wf-blk .blk-l {
    width: 45.5%;
}
.wf-blk .blk-l ul {
    display: block;
    font-size: 13px;
    text-align: left;
}
.wf-blk .blk-l ul li {
    display: block;
    margin-bottom: 20px;
}
b.ble {  color: #165e83; }
b.yel {  color: #c89932; }
b.grn {  color: #69821b; }

.wf-blk .blk-r {
    width: 54.5%;
    text-align: left;
    padding-left: 6%;
    background: url("../img02/bra_l.png") left top no-repeat;
    background-size: auto 100%;
}
.wf-blk .blk-r p {
    display: block;
    font-size: 13px;
    line-height: 1.8em;
    padding: 3px 6% 3px 0;
    background: url("../img02/bra_r.png") right top no-repeat;
    background-size: auto 100%;
}

.wf-blk02 {
    display: block;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 88px;
}

.wf-blk02 h2 {
    float: right;
    width: calc(100% - 120px);
    text-align: left;
    margin: 30px 0 35px;
}
.wf-blk02 p {
    float: right;
    width: calc(100% - 120px);
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 80px;
}
img.barw {
    float: left;
    width: 15px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -77px;
}

#step03 p.tx {
    margin-bottom: 42px;
}
h3.udb {
    float: right;
    width: calc(100% - 120px);
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 30px 0 10px;
}
h3.udb span {
    display:  inline-block;
    border-bottom: solid 2px #eeefef;
    padding: 0 10px 3px 0;
}

.fee {
    float: right;
    width: calc(100% - 120px);
    display: block;
    text-align: left;
}
.fee h4 {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
}
.fee ul {
    display: block;
    margin-bottom: 20px;
}
.fee ul li {
    display: block;
    border-bottom:dashed 1px #cccccc;
    padding: 20px 0;
}

.fee ul li .b-l {
    float: left;
    width: 68px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    border: solid 1px #eeefef;
    border-radius: 11px;
}
.fee ul li .b-m {
    float: left;
    font-size: 14px;
    line-height: 1.8em;
    width: calc(32% - 34px);
    box-sizing: border-box;
    padding-left: 30px;
}
.fee ul li .b-r {
    float: left;
    font-size: 13px;
    line-height: 1.8em;
    width: calc(68% - 34px);
    box-sizing: border-box;
}
.fee .total {
    float: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-left: 100px;
    border-bottom: solid 2px #eeefef;
    margin-bottom: 86px;
}



a#pgt {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
}
a#pgt img {
    display: inline-block;
    width: 10px;
}
a#pgt:hover {
    background: #333333;
    opacity: 1 !important;
}



a.sbmt {
    display: block;
    width: 80%;
    max-width: 474px;
    line-height: 80px;
    font-size: 23px;
    background: #94741D;
    text-align: center;
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin: auto;
}
a.sbmt:hover {
    opacity: 1 !important;
}
a.sbmt  {
    right: auto;
    left: 0;
}

a.sbmt span {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    z-index: 3;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.sbmt:hover span {
    color: #94741D;
}

a.sbmt:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
    z-index: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #ffffff;

  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
a.sbmt:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.sbmt:after {
    content: '';
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: solid 2px #FFFFFF;
    margin: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}



a.pp {
    display: block;
    margin: 30px auto 0;
    font-size: 16px;
    color: #FFFF01;
    text-decoration: underline;
    text-align: center;
}





/* -------------------------------------
footer
------------------------------------- */
footer {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
	background: #f7f7f0;
	padding: 56px 0 20px;
}

footer .page {
    padding: 0;
    position: relative;
    z-index: 5;
}

footer a.flogo {
	display: block;
    width: 33%;
    max-width: 188px;
	margin: 25px auto 30px;
}

.fnav {
    display: block;
	position: relative;
	padding: 38px 0 70px;
}
.fnav ul {
    display: block;
    position: relative;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.fnav ul li {
    display: inline-block;
	margin: 0 14px 10px;
}
.fnav ul li a {
    display: block;
    font-size: 16px;
	color: #3e3a39;
}
footer h2.guide {
	display: block;
	text-align: center;
	position: relative;
	font-size: 15px;
	margin-bottom: 35px;
}
footer h2.guide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	float: left;
	width: 100%;
	height: 1px;
	background: #b57e02;
}
footer h2.guide .en {
	display:inline-block;
	position: relative;
	padding: 0 15px;
	font-size: 20px;
	color: #b57e02;
	letter-spacing: 0.5;
	background: #f7f7f0;
	z-index: 3;
	font-family: 'Noto Sans Japanese';
}
footer h2.guide .jp {
	display: block;
	position: relative;
	z-index: 3;
}

footer .blk-r,
footer .blk-l {
	padding: 0 5%;
}
footer h3 {
	display: block;
	text-align: left;
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 1.4;
}
footer h3 img {
	float: left;
	width: 35px;
	margin-right: 10px;
}
footer .blk-l h3 img {
	width: 43px;
}
footer p.ex {
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6em;
}
img.cards {
	display: block;
	margin-bottom: 30px;
	max-width: 357px;
}
footer p.tel {
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-family: 'Noto Sans Japanese';
}
footer p.tel a {
	display: inline-block;
	font-size: 30px;
}
.cp {
    display: block;
    font-size: 12px;
	color: #b57e02;
	margin-top: 40px;
}




ul.bmbtns {
	display: none;
}






.blk-c-in dl dt a {
    display: block;
    position: relative;
}
.blk-c-in dl dt a:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 13px;
    height: 13px;
    background: url("../imgs02/com/ol.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
}
.blk-c-in dl dd {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    text-shadow: 0 0 10px rgba(255,255,255,1);
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.tab-cnt.tab-wp2 {
    border-top: solid 1px #eeeeee;
    padding-top: 0;
}
.tab-cnt.tab-wp2:before {
    content: none;
}
ul.his {
    display: block;
    position: relative;
}
ul.his li {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    padding: 40px 0;
    border-bottom: solid 1px #eeeeee;
    background: url("../imgs02/dot2.png") 175px 0 repeat-y;
    background-size: 1px auto;
}
ul.his li:before {
    content: '';
    float: left;
    display: block;
    width: 11px;
    height: 6px;
    background: url("../imgs02/tra.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 170px;
    top: 0;
}
ul.his li:after {
    content: '';
    display: table;
    clear: both;
}
ul.his li .date {
    float: left;
    display: block;
    width: 175px;
    font-weight: bold;
}
ul.his li .tx {
    float: left;
    display: block;
    width: calc(100% - 175px);
    padding-left: 6.5%;
}



ul.works-list {
    display: block;
}
ul.works-list li {
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 50px;
}








/* -------------------------------------
Works - Single
------------------------------------- */
.sng-ttl  {
    display: block;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 55px;
    text-align: center;
}
h1.sng {
    display: block;
    position: relative;
    font-size: 28px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: normal;
	
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sng-ttl .yr {
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.sng-ttl ul {
    display: block;
    margin-bottom: 20px;
}
.sng-ttl ul li {
    display: inline-block;
    margin: 0 auto 5px;
}
.sng-ttl .cat {
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
    line-height: 19px;
    text-align: center;
    padding: 0 7px;
    background: #565801;
    color: #FFFFFF;
	font-family: "kaisei-opti", sans-serif;
    font-weight: 400;
    font-style: normal;
	border-radius: 4px;
}
.tx-pg-sng {
    display: block;
    max-width: 850px;
    margin: 80px auto 120px;
}
.tx-pg-sng p {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 80px;
}
.fig-sng {
    display: block;
    position: relative;
    margin: 0 auto 30px;
}
.fig-sng img {
    float: left;
    margin-bottom: 10px;
}
.fig-sng figcaption {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
}

h2.sng-sub-ttl {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 35px;
    font-weight: normal;
    letter-spacing: 1px;
}

p.gry {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    background: #FCF6ED;
    padding: 37px 3% 37px 7%;
    margin-bottom: 55px;
	border-radius: 10px;
}

ul.gal  {
    display: block;
    position: relative;
    margin: auto;
}
ul.gal li  {
    display: block;
    float: left;
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 7px;
}
ul.gal li:nth-child(4n)  {
    margin-right: 0;
}

/* -------------------------------------
lightbox
------------------------------------- */
.lightbox .lb-image {
    border: 0 !important;
}
.lb-nav {
    position: relative;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1 !important;
    position: relative;
}
.lb-nav a.lb-prev {
    background: url("../img02/prev.png") 0 50% no-repeat        !important;
    background-size: 25px auto !important;
    left: -50px !important;
}
.lb-nav a.lb-next {
    background: url("../img02/next.png") 100% 50% no-repeat        !important;
    background-size: 25px auto !important;
    right: -50px !important;
}
.lb-data .lb-close {
    width: 30px !important;
    height: 30px !important;
    background: url("../img02/close.png") 0 0 no-repeat        !important;
    background-size: 100% auto !important;
}

@media screen and (max-width: 975px) {
    
    .lb-nav a.lb-prev {
        left: 7px !important;
    }
    .lb-nav a.lb-next {
        right:7px !important;
    }

}
@media screen and (max-width: 640px) {
    
    .lb-nav a.lb-prev {
        background: url("../img02/prev.png") 0 50% no-repeat        !important;
        background-size: 18px auto !important;
    }
    .lb-nav a.lb-next {
        background: url("../img02/next.png") 100% 50% no-repeat        !important;
        background-size: 18px auto !important;
    }
    .lb-data .lb-close {
        width: 25px !important;
        height: 25px !important;
    }

}




/* -------------------------------------
Accordion
------------------------------------- */
h3.faq_ttl {
	display: block;
	font-size: 18px;
	color: #b57e02;
	margin: 50px auto 20px;
}
ul.pg-nav {
	display: block;
}
ul.pg-nav li {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
ul.pg-nav li a {
	font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.1;
	padding: 10px 2px;
    border: 1px solid #C7B182;
    background: url("../imgs/arw03.png") 95% 50% no-repeat rgba(252,246,237,0.5);
	background-size: 10px auto;
    color:#b57e02;
}


.acmn {
    margin: 0 0 20px 0;
    border-top: solid 1px #C7B182;
}
.acmn dt {
    /*background: #fff;*/
    border-bottom: solid 1px #C7B182;
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #3e3a39;
    cursor: pointer;
    position: relative;
    transition-property: all;
	-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.acmn dt:before {
    content: '';
    float: right;
    width: 25px;
    height: 25px;
    background: url("../imgs/plus.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 25px;
    top: calc(50% - 13px);
    transition-property: all;
	-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
	transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
	transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.acmn dd {
    display: none;
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.6em;
    border-bottom: solid 1px #C7B182;
    background: rgba(255,255,255,0.5);
}
.acmn dd a {
	display: inline-block;
	text-decoration: underline;
	color: #b57e02;
}
.acmn dt:hover {
    background:rgba(252,246,237,0.5);
}
.acmn dt.active:before {
    transform:rotate(-45deg); 
}
.acmn dt.active {
    background:rgba(252,246,237,0.5) !important;
    border-bottom: dashed 1px #C7B182;
}





/* -------------------------------------
Form
------------------------------------- */

.form-sec .page {
    max-width: 800px;
	padding-bottom: 100px;
}
.form-elm {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.2em;
}

.form-elm .lbl {
    display: block;
    position: relative;
    float: left;
    width: 225px;
    font-weight: bold;
}

.form-elm .lbl label {
    display:inline-block;
    position: relative;
    margin-right: 5px;
}


p.notic {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}
.cir,
.form-elm .lbl.must:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background:url("../imgs/dot.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: 0 5px;
}

.form-elm .fld {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 225px);
    font-weight: bold;
}
.form-elm input {
    background-color: white;
    width: 100%;
    height: 37px;
    box-sizing: border-box;
    border: thin solid #eeeeee;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
}
.form-elm input:focus {
    border-color: #333333;
}
.form-elm .half {
    float: left;
    width: 50%;
}
.form-elm .half input {
    width: calc(100% - 30px);
    margin-left: 7px;
}

.form-elm textarea {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border: thin solid #eeeeee;
    border-radius: 2px;
    padding: 0.5em 3.5em 0.5em 1em;
}

.form-elm p.exp {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 5px;
}

#submit {
	cursor: pointer;
    outline: none;
	border: 0;
   /* font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    width: 100%;
    max-width: 260px;
    padding: 16px 10px;
    margin: 0 auto;
    border: solid 1px #FFFFFF;
    border-radius: 2px;

    
    
    background: rgb(101,171,55);
    background: -moz-linear-gradient(45deg,  rgba(101,171,55,1) 1%, rgba(24,138,59,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(101,171,55,1) 1%,rgba(24,138,59,1) 100%);
    background: linear-gradient(45deg,  rgba(101,171,55,1) 1%,rgba(24,138,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ab37', endColorstr='#333333',GradientType=1 );  
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;*/
}
#submit:hover {
    /*border: solid 1px rgba(24,138,59,1);
    background: #FFFFFF;
    color: rgba(24,138,59,1);    */
}

/* -----Form Set---- */
select.ops {
  /* styling */
  background-color: white;
  width: 100%;
  border: thin solid #eeeeee;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
    font-weight: normal;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */
select.ops {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.ops:focus {
  background-image:
    linear-gradient(45deg, #333333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333333 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #333333;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a.pp {
    display: block;
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    text-decoration: underline;
}




/* Base for label styling */
  [type="checkbox"]:not(:checked),
  [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
  }

  /* checkbox aspect */
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
        transition: all .275s;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    content: '✕';
    position: absolute;
    top: .525em;
    left: .18em;
    font-size: 1.375em;
    color: #333333;
    line-height: 0;
    -webkit-transition: all .2s;
        transition: all .2s;
  }

  /* checked mark aspect changes */
  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
  }

  [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
  }

  /* Disabled checkbox */
  [type="checkbox"]:disabled:not(:checked) + label:before,
  [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }

  [type="checkbox"]:disabled:checked + label:after {
    color: #777;
  }

  [type="checkbox"]:disabled + label {
    color: #aaa;
  }

  /* Accessibility */
  [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
  }
/* -----Form Set---- */





/* -------------------------------------
Woo
------------------------------------- */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button { 
	background-color: #ffd812 !important;
	color:#3e3a39 !important;

	display:block;
    position: relative;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    padding: 0 7px;
    line-height: 50px;
    font-size: 16px;
	font-weight: bold;
    margin: auto;
    letter-spacing: 1px;
    box-sizing: border-box;
	border: 0 !important;
	cursor: pointer;
	min-width: 150px;
	max-width: 300px;
}
.shop_table_responsive a.button {
	max-width: 200px;
    height: 40px;
    line-height: 40px;
}
.shop_table_responsive a.button.delete {
	background:#EA4F52 !important;
	color: #FFFFFF !important;
}
#line-button {
	background: #00B900 !important;
	color: #FFFFFF !important;
}

.single-price {
	display: block;
	position: relative;
	font-size: 28px;
    font-size: clamp(16px, 4vw, 24px);
	font-weight: bold;
	margin: 20px 0 40px;
}
.woo-qty {
	display: block;
	margin-bottom: 20px;
}
.woo-qty .tx {
	float: left;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}

.woo-tx-cent{
    display: block;
    text-align:left;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 7px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding-right: 7px;
	padding-bottom: 7px;
	box-sizing: border-box;
}
.pswp__top-bar {
	display: none !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #FFFFFF !important;
	border-radius: 3px;
}
.woocommerce-error {
	border: solid 2px #b81c23 !important;
}
.woocommerce-info{
	border: solid 2px #1e85be !important;
}
.woocommerce-message{
	border: solid 2px #8fae1b !important;
}
.wc-block-components-button {
	background-color: #ffd812 !important;
	color:#3e3a39 !important;
	font-weight: bold;
	border: 0 !important;
}
/*.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 2px solid #BDBD9E !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid #BDBD9E !important;
}
*/



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

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

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

@media screen and (max-width: 975px) {
    
    .pc {	display: none !important;}
    .sp {	display: block !important;}
    
	
	header nav {
		display: none;
	}
	header .h-logo, header h1 {
		margin: 0 auto 10px;
	}
	#toggle-btn.index {
		opacity: 1 !important;
	}

	header {
		padding: 20px 0;
		z-index: 1000;
	}
    header .in {
        height: auto;
    }
	header .hdr-r {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #FFFFFF;
		box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
		z-index: 100000;
		padding: 10px 10px 27px;
	}
	ul.acnt {
		display: block;
		float: left;
		text-align: center;
		width: 50%;
		position: relative;
	}
	ul.acnt li {
		float: left;
		position: relative;
		width: 50%;
		margin: 0;
	}
	ul.acnt li a {
		display: block;
		margin: auto;
	}
	ul.acnt li.home a {
		width: 21px;
		height: 20px;
		background: url("../imgs/home.png") center center no-repeat;
		background-size: 100% auto;
	}
	ul.acnt li.account a {
		width: 18px;
		height: 20px;
		background:url("../imgs/account.png") center center no-repeat;
		background-size: 100% auto;
		text-indent: -10000px;
		font-size: 0;
	}
	a.c-num {
		float: none;
		display: inline-block;
		position: absolute;
		right: calc(37.5% - 20px);
		margin-top: 2px;
	}
	#toggle-btn.index {
		top: auto !important;
		bottom: -2px;
		right:calc(12.5% - 20px);
		transform: scale(0.5, 0.5) !important;
	}
	#nav-bg {
		z-index: 1000 !important;
	}
	
	
    header .h-logo, header h1 {
		float: none;
        width: 25%;
    }
	header.open .h-logo,
	header.open h1 {
		opacity: 0 !important;
	}
	
	
}

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

@media screen and (max-width:768px) {
    
    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-l,
    .blk-r {
        width: 100%;
    }
	

	header .tel {
		display: none;
	}
    h1.cmn, h2.cmn {
        font-size: 22px;
    }
	
	.thumb-slider .slick-track {
		width: 100% !important;
	}
	.thumb-slider .slick-slide {
		width: calc(20% - 6px) !important;
		margin: 0 3px !important;
	}
	
	
	#sec-intr .blk-l {
		padding-right: 0;
	}

	#sec-intr h2 {
		font-size: 20px;
		margin: 0 auto 55px;
	}
	#sec-intr p {
		font-size: 16px;
	}

	h1.cmn span, h2.cmn span {
		font-size: 15px;
	}
	ul.cat-s {
		font-size: 14px;
	}
	ul.cat-s li {
		width: 50%;
		margin-bottom: 35px;
	}

	ul.pick-s li {
		width: 50%;
	}
	#sec-rank ul li {
		width: 50%;
	}
	/* -------------------------------------
	Bottom buttons
	------------------------------------- */


	ul.bmbtns {
		display: block;
		float: none;
		width: 100%;
		position: fixed;
		right: 0;
		top: auto;
		bottom: 5px;
		text-align: center;
		z-index: 1000;
	}
	ul.bmbtns li {
		display: inline-block;
		float: none;
		width: 48%;
		max-width: 180px;
		height: 50px;
		vertical-align: top;
	}
	ul.bmbtns li a {
		text-align: center;
		box-sizing: border-box;
		padding-right: 10px;
		float: left;
		width: 100%;
		height: 100%;
		color: #3e3a39;
		font-size: 14px;
		border-radius: 8px;
		padding: 13px 0 0 0;
		border: solid 2px #3e3a39;
	}
	ul.bmbtns li a:hover {
		opacity: 1;
	}
	ul.bmbtns li:first-child a {
		background: #CEC98A;
	}
	ul.bmbtns li:last-child a {
		background:  #E0CAAD;
	}
	ul.bmbtns li:first-child a:hover {
		background:#EAE5A4;
	}
	ul.bmbtns li:last-child a:hover {
		background:#ECD7BC;
	}
	ul.bmbtns li a img {
		display: inline-block;
		width: 22px;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}

	
	

	
    p.tsub {
        font-size: 12px;
        line-height: 1em;
        margin-bottom: 80px;
        letter-spacing: 2px;
    }
    .btn {
        width: 100%;
        max-width: 240px;
        height: 50px;
        font-size: 12px;
    }
    #contents.udr {
        margin: 144px auto 0;
    }
    p.tsub {
        margin-bottom: 40px;
    }
    
    #news ul li {
        width: 47%;
        margin: 0 1.5% 30px !important;
    }
	.prd-lst .slick-arrow {
		width: 30px;
		height: 30px;
	}



	
    
    footer .page {
        padding: 0 15px;
    }
    a.contact h2 {
        font-size: 22px;
        padding: 0 70px 0;
    }
    a.contact {
        padding: 30px 0;
        margin-top: -15px;
        margin-bottom: 60px;
    }
    a.contact span {
        font-size: 12px;
    }
    a.contact p.desc{
        font-size: 13px;
    }
    
    
    h2.tx-ttl {
        font-size: 16px;
    }
    .stp {
        width: 55px;
        height: 55px;
        font-size: 12px;
        padding-top: 13px;
    }
    .stp span {
        font-size: 23px;
    }
    .wf-blk02 h2 {
        width: 100%;
        margin: 30px 0 15px;
    }
    .wf-blk02 p {
        width: 100%;
        margin-bottom: 80px;
    }
    h3.udb {
        width: 100%;
        font-size: 14px;
        margin: 30px 0 10px;
    }
    .fee {
        width: 100%;
    }
    
    
    
    ul.fp-lst li .lttl {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    ul.fp-lst li .lcnt {
        float: none;
        width: 100%;
        display: block;
    }


    
    .form-elm .lbl {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-elm .fld {
        width: 100%;
    }
    a.pp {
        font-size: 12px;
    }
    
    
    .fnav {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }
    .fnav ul {
        float: none;
        margin: auto;
    }
    .fnav ul li {
    }
    .fnav ul li a {
        font-size: 12px;
    }
    .fnav ul.sns li {
        float: none;
        width: 30px;
        margin: auto 5px;
        margin-top: 40px;
    }
    
    .fnav ul.fst {
        display: none;
    }
    .fnav ul.nxt li:nth-child(1),
    .fnav ul.nxt li:nth-child(2),
    .fnav ul.nxt li:nth-child(3)
    {
        display: none;
    }
    
    .cp {
        text-align: center;
    }
    a#pgt {
        width: 40px;
        height:40px;
    }

	ul.guide li .step {
		display: block;
		width: 100%;
		max-width: 120px;
		margin: 0 auto 20px;
	}
	ul.guide li h3 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
		text-align: center;
	}
	ul.guide li p {
		display: block;
		width: 100%;
	}
	
	ul.pg-nav li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.acmn dt {
		border-bottom: solid 1px #C7B182;
		padding: 25px 45px 25px 10px;
		font-size: 14px;
	}
	.acmn dt:before {
		width: 20px;
		height: 20px;
		right: 15px;
		top: calc(50% - 10px);
	}

}
@media (max-width:640px) {
    
    .fig02.lst,
    .fig02 {
        margin: 0 0 100px;
    }

    
}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}

}
