@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

/* sticky footer: コンテンツが短くてもフッターを画面下端へ */
html {
	height: 100%;
}
body {
	min-height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body > header {
	flex: 0 0 auto;
}
body > main {
	flex: 1 0 auto;
	width: 100%;
}
body > footer {
	flex: 0 0 auto;
	margin-top: auto;
	width: 100%;
}


/* common */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


th, td {
	padding: 5px;
}
p.leather a {
	padding-right: 20px;
}

p.leather {
	margin: 16px 8px;
}

hr {
	margin: 8px 0px;
}

main.detail{
	margin:0px 8px;
}

main.detail.gray {
	margin: 0;
	width: 100%;
	max-width: none;
}

main.list form{
	margin: 5px;
}

/* header-image */

.header-image{
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
}

.header-image img{
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.header-image h1{
  line-height: 1;
  position: absolute;
  bottom: 84px;
  width: 100%;
  text-align: center;
  color: #fff;
	font-size: 32px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;	
}


table.list{
	margin:10px;
}


div.productprice p{
	margin-bottom: 16px;
}

.main-navigation2 a {
	color: #502411;
	text-decoration: none;
}


main.gray {
	/* background: #eee; */
 background-image: url(../images/wood-texture.jpg);
 background-repeat: repeat;
 min-height: 0;
 padding-bottom: 40px;
 box-sizing: border-box;
}

footer .footer-copyright{
 background-image: url(../images/wood-texture_footer.jpg);
 background-repeat: repeat;
 color:#fff;
 text-align: center;
 padding: 14px 10px;
 box-sizing: border-box;
}
footer .footer-copyright small {
  display: inline-block;
}


article {
	margin-top: 20px;
}

main.detail:not(.gray){
	width:1000px;
}

.kvurara {
	background-size: cover;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}


p.feature{
	font-family: 'Times New Roman', Times, serif;
	color:#502411;
}

div.productprice{
	max-width:450px;
	margin-right: 10px;
	float: left;
}
table.productexp{
	margin-top: 16px;
	max-width:500px;
	background-color:#fff;
}

table.productexp {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin: 10px 0 15px;
	/*font-size: 13px; */
	line-height: 1.6;
	width:100%;
	font-family: 'Times New Roman', Times, serif;
}


table.productexp th {
	width: 20%;
	background-color: #502411; 
	/* background-color: darkblue; */
	font-weight: bold;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	color: #ffffff;
}

p > span.caution {
	font-weight: bold;
	color: red;
}

/* section.productexp:after{
  content: "";
  display: block;
  clear: both;
} */


.main-navigation2 ul {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}

.main-navigation2 li {
	list-style: none;
	margin-right: 30px;
}

.main-navigation2 {
	position: fixed;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,0.92);
}

/* PC: ナビ帯の中に表示（ヒーロー画像に重ならない） */
.urara-login-status-nav {
	margin-right: 0 !important;
	margin-left: 8px;
}
.urara-login-status-nav span {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	color: #502411;
	background: #f3ebe3;
	border: 1px solid rgba(80, 36, 17, 0.2);
	border-radius: 4px;
	white-space: nowrap;
}
.urara-login-status-nav strong {
	font-weight: bold;
}

/* SP: ハンバーガー下の帯（既存どおり見やすい） */
.urara-login-status {
	margin: 0;
	padding: 6px 12px;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	color: #502411;
	background: #f3ebe3;
	border-bottom: 1px solid rgba(80, 36, 17, 0.15);
}
.urara-login-status strong {
	font-weight: bold;
}


.top-menu {
	width: 1004px;
	margin: 0 auto 40px;
}

.top-menu h2 {
	float: left;
}

.top-menu h2.font-serif {
	font-family: 'Caveat',cursive;
}

.top-menu h2 + a {
	float: right;
}

.arrow-right {
	height: 16px;
	line-height: 16px;
	background-image: url("../images/arrow-right@2x.png");
	background-size: 8px 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	text-decoration: none;
	color: #2F2F2F;
}

.top-menu-list {
	clear: both;
	display: flex;
}

.top-menu-list-item {
	list-style: none;
	text-align: center;
	margin-right: 16px;
}


.text-center {
	text-align: center;
}


.top-menu-list-item::after {
	content: "";
	display: block;
	clear: both;
}

.top-feature-list-item2 p{
  width: 1004px;
  margin: 0 auto 10px;
}

.top-feature-list-item2 p:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  margin: 0 .2em 0 0;
  padding: .1em 0;
}

.top-feature-list-item2 img{
  float: left;
  margin-right: 16px;
}

.top-feature-list-item2 h3{
  font-size: 24px;
  margin-bottom: 10px;
}

.top-feature-list-item2:after{
  content: "";
  display: block;
  clear: both;
}

.sp-only{
  display: none;
}

/* menu */



.menu-list{
  width: 1004px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.menu-list-item{
  width: 494px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.menu-list-item h2{
  font-size: 16px;
  margin: 0 0 10px;
}

.menu-list-item:after{
  display: block;
  content: "";
  clear: both;
}

.menu-list-item img{
  object-fit: cover;
  float: left;
  margin-right: 16px;
}

.menu-list-item:nth-child(2n){
  margin-right: 0;
}

.menu-list-item-price{
  margin: 0 0 10px;
}

.menu-list-item-description{
  margin: 0;
}


/* nav  前へ　次へ*/

.nav-links{
  max-width: 330px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.nav-first,
.nav-last,
.nav-left,
.nav-right{
  display: block;
  background-color: #502411;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}

.nav-first a,
.nav-last a,
.nav-left a,
.nav-right a{
  display: block;
  width: 100%;
  height: 100%;
}

.nav-first.off,
.nav-last.off,
.nav-left.off,
.nav-right.off{
  background-color: #CCCCCC;
}

.nav-first{
  background-image: url("../images/nav-link-first@2x.png");
  background-size: 16px 17px;
  margin-right: 10px;
}

.nav-last{
  background-image: url("../images/nav-link-last@2x.png");
  background-size: 16px 17px;
  margin-left: 10px;
}

.nav-left{
  background-image: url("../images/nav-link-prev@2x.png");
  background-size: 10px 17px;
}

.nav-right{
  background-image: url("../images/nav-link-next@2x.png");
  background-size: 10px 17px;
}

.nav-page{
  max-width: 150px;
  flex: 1;
  text-align: center;
  line-height: 40px;
}

div.thousand{
  width:1040px; 
  margin:0 auto;
}

/*product*/
div.sixhundred{
  width:600px; 
  margin:0 auto;
}

/* ===== うらら工房 フォーム／検索UI ===== */
.urara-lead {
  margin: 0 0 20px;
  line-height: 1.6;
}
.urara-lead a {
  color: #502411;
  font-weight: bold;
}

.urara-form {
  max-width: 520px;
  margin: 0 auto 24px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(80, 36, 17, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
}
.urara-form__row {
  margin-bottom: 16px;
}
.urara-form__label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #502411;
  font-size: 14px;
}
.urara-form__hint {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.urara-req {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  background: #8a3a1a;
  border-radius: 3px;
  vertical-align: middle;
}

.urara-input {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background: #fff;
  border: 1px solid #b8a78a;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
}
.urara-input:focus {
  outline: none;
  border-color: #502411;
  box-shadow: 0 0 0 3px rgba(80, 36, 17, 0.15);
}

.urara-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #502411;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.3;
  box-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.urara-btn:hover {
  background: #6a351c;
  color: #fff;
}
.urara-btn--secondary {
  background: #6e5a4b;
  padding: 6px 14px;
  font-size: 13px;
  margin-top: 0;
}
.urara-btn--secondary:hover {
  background: #5a483c;
}

.urara-btn--block {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  padding: 12px 20px;
  font-size: 16px;
}

.urara-btn--outline {
  color: #502411;
  background: #fff;
  border: 2px solid #502411;
  box-shadow: none;
}
.urara-btn--outline:hover {
  color: #fff;
  background: #502411;
}

.urara-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #502411 50%),
    linear-gradient(135deg, #502411 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
  cursor: pointer;
}

.urara-buy-form {
  margin: 12px 0 0;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(80, 36, 17, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
}
.urara-buy-form__meta {
  margin-bottom: 6px !important;
  color: #555;
  font-size: 14px;
}
.urara-buy-form__price {
  margin-bottom: 14px !important;
  font-size: 18px;
  font-weight: bold;
  color: #502411;
}
.urara-buy-form .urara-form__row {
  margin-bottom: 14px;
}
.urara-buy-form__namebox {
  padding: 12px;
  background: rgba(80, 36, 17, 0.05);
  border-radius: 6px;
}
.urara-buy-form__namebox--error {
  background: #fff3f0;
  border: 1px solid #d97b5c;
}
.urara-input--error {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18) !important;
  background-color: #fff8f7;
}
.urara-field-error {
  margin: 0 0 8px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #8a1f14;
  background: #ffe4de;
  border: 1px solid #d97b5c;
  border-radius: 4px;
}
.urara-buy-form__actions {
  margin-top: 8px;
}
.urara-buy-form__actions--fav {
  margin-top: 10px;
  margin-bottom: 8px;
}

.urara-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(80, 36, 17, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
}
.urara-search__label {
  font-weight: bold;
  color: #502411;
  white-space: nowrap;
  font-size: 15px;
}
.urara-search__input {
  flex: 1 1 280px;
  min-width: 260px;
  width: auto;
  margin: 0;
  padding: 12px 14px;
  font-size: 16px;
}
.urara-search .urara-btn {
  margin-top: 0;
  flex: 0 0 auto;
  padding: 12px 32px;
  font-size: 16px;
}

.urara-form-errors {
  margin: 0 0 16px;
  padding: 12px 16px 12px 28px;
  background: #fff3f0;
  border: 1px solid #d97b5c;
  border-radius: 6px;
  color: #8a3a1a;
}
.urara-form-errors li {
  margin: 4px 0;
}
.urara-msg-ok {
  padding: 12px 16px;
  background: #eef6ea;
  border: 1px solid #7a9e6a;
  border-radius: 6px;
  color: #2f5a22;
}
.urara-msg-error {
  padding: 12px 16px;
  background: #fff3f0;
  border: 1px solid #d97b5c;
  border-radius: 6px;
  color: #8a3a1a;
}

@media (max-width:768px){
  .urara-form,
  .urara-search {
    margin-left: 12px;
    margin-right: 12px;
  }
}
  

/* スマホ対応　*/
/* header */

@media (max-width:768px){
  .main-navigation2{
    display: none;
    width: 260px;
    background: #fff;
    /* height: 100vh; */
    right: 0;
  }
  .main-navigation2 ul{
    flex-direction: column;
    margin-top: 58px;
    margin-left: 58px;
    height: auto;
    align-items: flex-start;
  }
  .main-navigation2 li{
    margin: 0 0 25px;
  }
  .urara-login-status {
    position: relative;
    z-index: 1;
    padding: 52px 12px 8px;
    text-align: left;
  }
  .header-open-button2{
    width: 46px;
    height: 46px;
    background-color: #fff;
    background-image: url(../images/menu-open-button@2x.png);
    background-size: 30px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 23px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 12;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }
  .header-close-button2{
    width: 18px;
    height: 24px;;
    background-image: url(../images/menu-close-button@2x.png);
    background-size: 18px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 11;
  }

  .main-navigation2 ul li {
    display: list-item !important;
    border-bottom: 1px solid #502411;
    width: 100% !important;
    display: inline-block;
    line-height: 40px;
  }
  .main-navigation2 ul li a{
    display:block;
  }
  .main-navigation2 ul li:hover {
    background-color: #b2cbe4;
  }

}
/* main */
@media (max-width:768px){

  .kvurara{
    margin-bottom: 40px;
  }
  .kvurara img{
    max-width: 100%;
    height: auto;
  }

  .top-feature-list-item2 p {
    width: 100%;
  }
  .top-menu{
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .top-menu h2{
    text-align: center;
    margin-bottom: 20px;
    float: none;
  }
  .top-menu-list{
    display: block;
    margin: auto;
    width: auto;
  }
  .top-menu-list:after{
    display: block;
    content: "";
    clear: both;
  }
  .top-menu-list{
    width: auto;
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    margin-bottom: 20px;
  }
  .top-menu-list-item{
    margin-right: 0;
    margin-bottom:15px;
  }
  .top-menu-list-item img{
    width: 100%;
    height: 100%;
  }
  .sp-only.top-menu-more{
    text-align: center;
    display: inline-block;
  }
}

@media (max-width:768px){
  .column-center{
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .header-image h1{
    bottom: 50%;
    transform: translateY(50%);
  }
}


/* menu */

@media (max-width:768px){
  .menu-list{
    width: auto;
    margin: 0 30px;
  }
  .menu-list-item{
    margin: 0 0 20px 0;
  }
  .menu-list-item img{
    width: 86px;
    height: 86px;
  }
  .menu-list-item-description{
    padding-left: 102px;
  }
}
/*product*/
@media (max-width:768px){
div.sixhundred{
width:100%; 
margin:0 auto;
}
}
/* detail */
@media (max-width:768px){
div.thousand{
  width:100%; 
  margin:0 auto;
  }
}

select#ex_age_b {
    margin-bottom: 16px;
}
