@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
:root{
	--mincho:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro","Hiragino Mincho Pro", serif;
	--gothic:"ヒラギノ角ゴ ProN", "HiraKaku Gothic ProN", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", sans-serif ;
}

/** reset ---------------- **/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
  word-break: break-all;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #f2f82f;
  color: #171216;
  text-decoration: none;
}

mark {
  background-color: #f2f82f;
  color: #171216;
  font-weight: bold;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 1.0rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333;
  background:#fff ;
}

input, textarea, button, select, i {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a,
a:visited {
  color:#000;
  text-decoration: none;
}

a:hover,
button:hover {
  color:#f90;
  text-decoration: underline;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a, a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

em, i, cite {
  font-style: normal;
}

strong, b {
  font-weight: bold;
}

blockquote, q {
  border-left: 4px solid #d2d2d2;
  margin: 0 0 2.4em 1rem;
  position: relative;
  display: block;
  color: #4a515c;
}
blockquote:after, q:after {
  content: "”";
  font-size: 90px;
  line-height: 0em;
  color: #dcdce0;
  position: absolute;
  right: 0;
  top: 100%;
}
blockquote p:last-child, q p:last-child {
  margin-bottom: 0;
}
/** FOAM  --------------------- **/
/** OSi　リセット **/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, textarea, select {
  outline: 0;
}

/** 基本スタイル **/
input[type="text"], input[type="email"], input[type="url"] {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0.2em 15px;
}
input[type="text"]::focus, input[type="text"]:hover, input[type="email"]::focus, input[type="email"]:hover, input[type="url"]::focus, input[type="url"]:hover {
  border: 1px solid #00AEE3;
}

button {
  cursor: pointer;
}

input[type='checkbox'], input[type="radio"], input[type="submit"] {
  cursor: pointer;
}

textarea {
  border: 1px solid #d2d2d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 230px;
  margin: auto;
}

/** 基本table
-------------------------------------- **/
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

table table {
  width: 100%;
}

th, td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin: 0 0 -1px iddl0;
  vertical-align: me;
  padding:5px;
  display:block;
}

table tr:last-child td:last-child {
  margin-bottom:0;
}

th {
  background: #f6f6f7;
}

/** ご利用ガイド用スタイル **/
table.about-tbl {
  margin: 24px auto;
  width: 100%;
}
table.about-tbl th, table.about-tbl td {
  padding: 10px;
}
table.about-tbl a {
  text-decoration: underline;
}

table.shipment-tbl {
  margin-bottom: 30px;
}
table.shipment-tbl table {
  margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
  font-size: 14px;
}
table.shipment-tbl td {
  padding: 5px 10px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
  display: inline-block;
}
.shipment-tbl-tkbsize-defined {
  margin-top: 30px;
}
.shipment-tbl-tkbsize-defined thead td {
  background: #f6f6f7;
}
.shipment-tbl-tkbsize-defined tbody tr td:last-child {
  border-bottom-width: 2px;
}
.shipment-tbl-eidome a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  table.shipment-tbl th {
    max-width:22em;
  }
  table.shipment-tbl table th {
    max-width: 10em;
  }
  .shipment-tbl-tkbsize-defined tbody tr td:last-child {
    border-width: 1px;
  }
}

/**------------**/
/**  共通パーツ  **/
/**------------**/
/** SNS **/
.sns li {
  display: inline-block;
}
.sns li a {
  color: #000;
}
.sns li a i {
  font-size: 24px;
  font-size: 2.4rem;
}

/* もっとリンク 右矢印 */
.more-link {
  text-align: right;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.more-link a {
  display: inline-block;
  text-decoration: none;
}
.more-link a::after {
  content: "\e902";
  font-family: "icomoon";
  color: #0079ff;
  margin-left: 5px;
}
.more-link a:hover {
  color: #106aa7;
  text-decoration: none !important;
}
.more-link a:hover::after {
  color: #106aa7;
}

/** パンくず **/
.breadcrumbs {
  margin: 0 10px;
  padding: 6px 10px;
  text-align: left;
  background-color: #eee;
}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs li {
  max-width: 100%;
  display: inline-block;
  color: #6d6d72;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.78;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs li::after {
  content: " > ";
  margin: 0 5px;
  color: #c9c9c9;
}
.breadcrumbs li:last-child::after {
  content: "";
}
@media screen and (min-width: 600px) {
  .breadcrumbs {
    margin: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/** ページ送り **/
.pager {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 94%;
}
.pager .prev,
.pager .next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
}
.pager .prev a,
.pager .next a {
  position: relative;
  color: #1a130c;
  line-height: 20px;
}
.pager .prev a::after,
.pager .next a::after {
  position: absolute;
  width: 14px;
}
.pager .prev {
  left: 0;
}
.pager .prev a {
  padding-left: 24px;
}
.pager .prev a::after {
  left: 0;
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
}
.pager .next {
  right: 0;
}
.pager .next a {
  padding-right: 24px;
}
.pager .next a::after {
  right: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pager {
    width: 60%;
  }
}

.page-num {
  display: inline-block;
}
.page-num ul {
  font-size: 0;
}
.page-num ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 15px;
}
.page-num ul li span {
  font-weight: bold;
  font-size: 16px;
}

/* 〇 */
.page-num2 {
  display: inline-block;
}
.page-num2 ul {
  font-size: 0;
}
.page-num2 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num2 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
}
.page-num2 ul li a:hover {
  background-color: #f90;
  color: #fff;
  text-decoration: none;
}
.page-num2 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

/* □ */
.page-num3 {
  display: inline-block;
}
.page-num3 ul {
  font-size: 0;
}
.page-num3 ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.page-num3 ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #000;
  color: #000;
}
.page-num3 ul li a:hover {
  background-color: #f90;
  color: #fff;
  text-decoration: none;
}
.page-num3 ul li span a {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

/* CSSボタン */
.css-batu, .css-plus {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  cursor: pointer;
}

/* ×ボタン */
.css-batu {
  transform: rotate(45deg);
}
.css-batu::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* +ボタン */
.css-plus::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/*  TOPへ戻る */
#page-top {
  position: fixed;
  height: 44px;
  bottom: 10px;
  right: 0;
  margin: 0 10px;
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  background: #22af73;
  opacity: 0.7;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#page-top a::after {
  content: "\e912";
  font-family: 'icomoon';
  color: #fff;
  font-size: 14px;
}
#page-top a:hover {
  text-decoration: none;
}

/*  TOPへ戻る〇 */
#page-top2 {
  position: fixed;
  height: 44px;
  bottom: 20px;
  left: 86%;
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
#page-top2 a {
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  line-height: 44px;
  vertical-align: middle;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#page-top2 a::after {
  content: "\e912";
  font-family: 'icomoon';
  color: #fff;
  font-size: 14px;
}
#page-top2 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  #page-top2 {
    position: absolute;
    top: 0;
  }
}


/**  検索フォームスタイル  **/
.searchform1,
.searchform2,
.searchform3,
.searchform4 {
  position: relative;
  height: 36px;
}
.searchform1 input,
.searchform2 input,
.searchform3 input,
.searchform4 input {
  border: none;
}
.searchform1 input[type="text"],
.searchform2 input[type="text"],
.searchform3 input[type="text"],
.searchform4 input[type="text"] {
  padding: 0 15px;
  position: absolute;
}
.searchform1 input[type="submit"],
.searchform2 input[type="submit"],
.searchform3 input[type="submit"],
.searchform4 input[type="submit"] {
  position: absolute;
  padding: 0;
}
.searchform1 button,
.searchform2 button,
.searchform3 button,
.searchform4 button {
  position: absolute;
  padding: 0;
}

/** 虫眼鏡ボタン付き検索（searchform1）
--------------------------------------------**/
.searchform1 input[type="text"] {
  background: #eee;
  border-right: none;
}

.sbox1 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 2px 0 0 2px;
}
.sbox1:hover {
  border: none;
  background: #FFFDF4;
}

.sbtn1 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  background: #000;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn1::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}
.sbtn1:hover {
  background: #000;
  color: #fff;
}

/** 検索ボタン付き検索（searchform2）
--------------------------------------------**/
.searchform2 input[type="text"] {
  border-right: none;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.sbox2 {
  height: 36px;
  left: 0;
  top: 0;
  width: 240px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.sbtn2 {
  width: 60px;
  height: 36px;
  right: 0;
  top: 0;
  background: #444444;
  color: #fff;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn2:hover {
  background: #444444;
  color: #fff;
}

/** 虫眼鏡フレーム内検索（#searchform3）
--------------------------------------------**/
.searchform3 {
  height: 40px;
}
.searchform3 input[type="text"] {
  border-right: none;
  border: none;
background: none;
font-size: 1.2rem;
}
.searchform3:hover {
  border: none;
}

.sbox3 {
  height: 36px;
  left: 0;
  top: 0;
  width: 260px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
background: none;
}
.sbox3:hover {
  border: none;
}

.sbtn3 {
  width: 40px;
  height: 36px;
  right: 0;
  top: 0;
  background: none;
  color: #333;
  border: none;
  border-left: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.sbtn3::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #22af73;
vertical-align: middle;

}
.sbtn3:hover {
  background: none;
  color: #000;
border:none;
}

/** 伸びる検索（searchform4）
--------------------------------------------**/
.searchform4 {
  height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 44px;
}
.searchform4 input[type="text"] {
  background: #ccc;
  border: none;
  border-radius: 22px;
  color: #333;
  cursor: pointer;
  height: 44px;
  opacity: 0;
  outline: none;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.7s;
  width: 44px;
  z-index: 5;
}
.searchform4 input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
}
.searchform4 input[type="submit"] {
  display: none;
}

.sbtn4 {
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  text-align: center;
  width: 44px;
}
.sbtn4::after {
  content: "\e92b";
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}

/**---  slider  ---**/
#main-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#main-image img {
  max-width: 100%;
  max-height: 100%;
}

.main-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
}
.main-image-slider > ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  height: 336px;
}
.main-image-slider > ul > li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 1040px;
  height: 336px;
  list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-image-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-next {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 999;
  font-size: 22px;
  margin-top: -16px;
}

.main-image-prev a,
.main-image-next a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 30px;
  text-align: center;
}

.main-image-prev a:hover,
.main-image-next a:hover {
  text-decoration: none;
}

.main-image-indicator {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 5px;
  left: 0;
}

.main-image-indicator ul {
  text-align: center;
}

.main-image-indicator ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  pacity: .6;
  border: #FFE18C solid 1px;
  border-radius: 50%;
  background-color: transparent;
}

.main-image-indicator ul li.active {
  background-color: #FFE18C;
}

@media screen and (min-width: 600px) {
  #main-image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
  }

  .main-image-slider > ul {
    height: 460px;
  }
  .main-image-slider > ul > li {
    width: 100%;
  }

  .main-image-indicator {
    bottom: 6px;
  }
  .main-image-indicator ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .main-image-indicator ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
@media screen and (min-width: 1019px) {
  .main-image-prev a,
  .main-image-next a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
  }
}


/** 構造 **/
html, body{
	font-size:12px;
	color:#333;
	
}
#wrapper,
#container,
.wrapper{
	margin:0;
	padding:0;
	width:100%;
}
#container{
	line-height:1.5rem;
}
.wrap{
	
}
.main{
	width:100%;
}
.row{
	display:inline-block;
	vertical-align:top;
}
ul.none,
ol.none{
	list-style:none;
	padding:0;
	margin:0;
}

@media screen and (min-width:768px){
	html,body{
		font-size:14px;
	}
	.main{
		padding-right:12rem;
	}
}
@media screen and (min-width:840px){
	html,body{
		font-size:16px;
	}
}

/** HEADER **/
#siteheader{
	position:fixed;
	top:0; right:0;
	width:80px;
	background-color:#fff;
	z-index:999;
}
#pull{
	display:none;
}
.site-name a{
	display:block;
	width:100%;
	padding:0.5rem;
	margin:0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
#pull + label,
#btn-cart a,
.sns-btn a{
	display:block;
	width:100%;
	height:74px;
	text-align:center;
	padding:10px;
	text-decoration:none;
	cursor:pointer;
}
#pull + label:before,
#btn-cart a:before{
	display:block;
	width:54px;
	height:calc(54px - 1rem);
	overflow:hidden;
	margin:0 auto;
	font-family: "icomoon";
	font-size:calc(54px - 1.5rem);
	line-height:calc(54px - 1rem);
}
#pull + label > i,
#btn-cart a > i{
	display:block;
	height:1rem;
	font-size:0.75rem;
	line-height:1rem;
	text-align:center;
}
#pull + label{
	position:relative;
	z-index:999;
}
#pull + label:before{
	content:"\e926";
}
#pull:checked + label:before{
	font-family: "icomoon";
	content:"\e904";
}
#pull + label + #main-menu{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	padding:2rem 80px 2rem 2rem;
	background-color:rgba(255,255,255,0.75);
	z-index:800;
}
#pull:checked + label + #main-menu{
	display:block;
}
#main-menu li.menu-item{
	border-bottom:solid 1px #999;
}
li.menu-item a{
	display:block;
	padding:1rem;
	font-size:calc(1rem + 4px);
}

#btn-cart{
	width:100%;
}
#btn-cart a{
	color:#fff;
	background-color:#f80;
}
#btn-cart a:before {
	content: "\e918";
	color: #ffffff;
}
.sns-btn{
	width:100%;
	margin:0;
	text-align:center;
}
.sns-btn a{
	display:block;
	margin:0;
	width:100%;
}
.sns-btn a:before{
	font-family:'icomoon';
	font-size:4rem;
}
.sns-btn a.ig:before{
	content:"\ea92";
}

@media screen and (min-width:768px){
	#siteheader{
		width:12rem;
	}
	.site-name a{
		padding:1.5rem 1.5rem 1rem 1.5rem;
	}
	#pull,
	#pull + label{
		display:none;
	}
	#pull + label + #main-menu{
		position:static;
		display:block;
		height:auto;
		padding:1rem;
	}
	#main-menu li.menu-item{
		border:0;
	}
	li.menu-item a{
		padding:1rem 0;
		font-size:calc(1rem - 2px);
	}
	#btn-cart a{
		width:100%;
		height:7rem;
		padding:1rem;
	}
	#btn-cart a:before{
		width:100%;
		height:4rem;
		font-size:3.5rem;
		line-height:4rem;
	}
	.sns-btn a{
		display:inline-block;
		width:1.5rem;
		height:1.5rem;
		margin:0.5rem;
		padding:0;
	}
	.sns-btn a:before{
		font-size:1.5rem;
	}
}
/** footer **/
#sitefooter{
	padding:5rem 0 0 0;
	text-align:center;
}
.guide-nav{
	width:100%;
	padding:0;
	margin:2rem 0;
}
.guide-nav li{
	display:inline-block;
	margin:1rem 1.5rem;
	padding:0;
}
.guide-nav li a{
}

.copyright{
	display:block;
	padding:2rem 0;
	font-size:calc(1rem - 4px);
}

/** product item **/
.list-product{
	list-style:none;
}
.section-head{
	margin:2rem 0;
	text-align:center;
}
.section-head .title1{
	font-size:1.5rem;
}
section-head .sub-title{
	font-size:calc(1rem - 3rem);
}
.item{
	width:100%;
	margin:1rem 0 3rem 0;
	padding:1rem;
}
.item-photo{
	text-align:center;
}
.item-info{
	border-top:solid 1px #ccc;
	padding:1rem 0;
	text-align:center;
}
.item-name,
.item-price{
	margin:1rem 0;
	text-align:center;
	font-family:var(--mincho);
	font-weight:normal;
}
.btn.todetail a{
	display:inline-block;
	padding:1rem 1.2rem;
	border:solid 1px;
}
/** news **/
.list-info{
	width:100%;
}
.list-info li{
	width:100%;
	padding:1rem 0;
	margin:1rem 0;
	border-bottom:dotted 1px
}
.list-info li span{
	display:block;
}
@media screen and (min-width:480px){
	
}
@media screen and (min-width:768px){
	.list-product.flex{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:stretch;
		align-items:stretch;
		-webkit-justify-content:left;
		justify-content:left;
		-webkit-align-content:stretch;
		align-content:stretch;
	}
	.item{
		width:50%;
	}
	.list-info{
		width:80%;
	}
	.list-info li span{
		display:inline-block;
		width:25%;
		padding:0 1.5rem 0 0;
	}
}

@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
	.list-product.flex{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:stretch;
		align-items:stretch;
		-webkit-justify-content:left;
		justify-content:left;
		-webkit-align-content:stretch;
		align-content:stretch;
	}
	.item{
		width:50%;
	}
}


/** detail **/
#item-detail{
	width:100%;
	margin:2rem auto 0 auto;
}
.item-2column > .item-detail-left,
.item-2column > .item-detail-right,
.item-footer{
	padding:1rem;
}
.item-detail-photo,
.item-detail-photo ul{
	display:block;
	width:100%;
}
.item-detail-photo ul li{
	display:block;
	width:100%;
	margin:1rem 0;
	border:solid 1px #ccc;
}
.item-detail-photo ul li img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.item-block{
	margin:1rem 0 4rem 0;
}
#item-detail dl{
	margin:1rem 0;
}
.item-detail-block dl,
.item-detail-spec dl{
	width:100%;
}
.item-detail-block dt,
.item-detail-block dd,
.item-detail-spec dt,
.item-detail-spec dd{
	display:inline-block;
	vertical-align:baseline;
}
.item-detail-block dt,
.item-detail-spec dt{
	width:6rem;
	font-size:1rem;
	padding:0.5rem 0.5rem 0.5rem 0;
}
.item-detail-block dd,
.item-detail-spec dd{
	width:calc(100% - 6.5rem);
	padding:0.5rem 0;
}
.item-detail-head{
	margin:1rem 0;
	border-bottom:solid 1px;
}
.ttl{
	padding:0.5rem 0;
	margin:0;
	font-size:1.5rem;
	font-family:var(--mincho);
}
.sttl{
	padding:0.25rem 0;
	margin:1rem 0;
	border-bottom:1px solid;
	font-size:calc( 1rem + 3px );
	font-family:var(--mincho);
}
.item-detail-txt1{
	margin:1rem 0 3rem 0;
	font-size:calc(1rem + 2px);
	line-height:2rem;
}
.item-detail-share li{
	display:inline-block;
	margin:0 1rem;
	font-size:calc(1rem - 5px);
	text-align:center;
}
.icon-tw,
.icon-facebook{
	display:block;
	font-size:2.5rem;
}
.item-detail-radio,
.item-detail-amount{
	padding-top:2rem;
	border-top:dotted 2px #ddd;
}
.price{
	font-size:2rem;
	font-familiy:var(--mincho);
}
.item-detail-amount{
	margin:1rem 0;
}
.item-detail-cart-action{
	display:block;
	width:100%;
	margin:1rem 0;
}
/** カートに入れる **/
.item-detail-cart-btn a.raku-add-cart{
	display:block;
	width:100%;
	padding:0.75rem 2rem;
	text-align:center;
	color:#fff;
	background-color:#000;
}
.item-detail-cart-btn a.raku-add-cart:hover{
	background-color:#f90;
	text-decoration:none;
}

@media screen and (min-width:768px){
	#item-detail{
		width:calc(100% - 12rem);
		margin-left:0;
	}
	.item-2column{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:stretch;
		align-items:stretch;
		-webkit-justify-content:left;
		justify-content:left;
		-webkit-align-content:stretch;
		align-content:stretch;
	}
	.item-2column > .item-detail-left,
	.item-2column > .item-detail-right{
		padding:1rem;
	}
	.item-2column > .item-detail-left{
		width:60%
	}
	.item-2column > .item-detail-right{
		width:40%;
	}
}

/** 果樹園について 会社概要 **/
.aboutus{
	line-height:1.5em;
}
.section-block + .section-block{
	margin-top:3rem;
}
.full,
.half,
.imgbox,
.txtbox{
	width:100%;
	padding:0.5rem;
}
.full{
	margin:2rem 0;
	line-height:2em;
}
.img,
.img img{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
.aboutus .ttl{
	margin-bottom:1.5rem;
	font-size:1.75rem;
	line-height:1.5em;
}
.txt{
	padding:1rem;
}
.caption{
	margin:0.5rem;
	font-family:var(--mincho);
	font-size:1.5rem;
	line-height:2rem;
}
.keycolor{
	color:#f60;
	font-weight:bold;
}
.nobr{
	display:none;
}
@media screen and (min-width:768px){
	.section-block.flex{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:stretch;
		align-items:stretch;
		-webkit-justify-content:left;
		justify-content:left;
		-webkit-align-content:stretch;
		align-content:stretch;
	}
	.half{
		width:50%;
	}
	.imgbox{
		width:60%;
	}
	.txtbox{
		width:40%;
	}
	.left{
		order:1;
	}
	.right{
		order:2;
	}
	.nobr{
		display:inline;
	}
}

/** 特商法表記  //  個人情報保護 **/
.main-article{
	padding:2.5rem 1rem;
}
.about-tbl th{
	text-align:left;
}
.information,
.privacy-policy,
.shipment-explanation,
.membership-agreement{
	margin:2rem auto;
}
.privacy-policy br,
.shipment-explanation br,
.membership-agreement br{
	line-height:2.5rem;
	vertical-align:top;
}
.tb-row > dt,
.tb-row > dd{
	padding:10px 6px;
}

@media screen and (min-width:768px){
	.main-article{
		max-width:960px;
		margin:0 auto;
		padding:2rem 1rem;
	}
	.tb{
		display:table;
	}
	.tb-row{
		display:table-row;
	}
	.tb-row > dt,
	.tb-row > dd{
		display:table-cell;
	}
	.tb-row > dt{
		width:25%;
	}
	.tb-row > dd{
		width:75%;
	}
}
@media screen and (min-width:960px){
	.main-article{
		padding-left:12rem;
	}
}
.txtcenter{ text-align:center; }
.txtleft{ text-align:left; }
.txtright{ text-align:right; }
/** top **/
#main-move{
	width:100%;
	overflow:hidden;
}
#main-move .video-wrap{
	width:250%;
	margin:0 -75%;
	padding:0;
}
#main-move .video-wrap video{
	width:100%;
	margin:0;
}
@media screen and (min-width:480px){
	#main-move .video-wrap{
		width:200%;
		margin:0 -50%;
	}
}
@media screen and (min-width:768px){
	#main-move .video-wrap{
		width:100%;
		margin:0;
	}
}
