@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");


/* らくうる 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 {
/* 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  line-height: 1.8; */
	word-wrap: break-word;
	word-break: break-all;
	font-size: 110%;
}

input, textarea, button, select, i {
/* 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

p {
	line-height: 2.2rem;	
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  line-height: 0;
}

a,
a:visited,
a:hover,
button:hover {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1134px;
}


/* お試しポップアップ非表示 */
html > body > div:last-of-type {
	display: none;
}


/*--------------------------------------
  calendar
--------------------------------------*/
#intro .name,
#calendar .name {
    margin: 0 auto 40px auto;
    max-width: 1480px;
    background: url(../image/shopInfo_h2Bg.png) center center repeat-x;
}
#intro .name h2,
#calendar .name h2 {
    margin: 0 auto;
    padding-top: 0;
    width: 300px;
    text-align: center;
    font-size: 26px;
    background: #FFF;
}


.calendar table {
  width: 94%;
  margin: auto;
}
.calendar th, .calendar td {
  font-size: 13px;
  font-weight: normal;
  padding: 5px 0;
  width: -webkit-calc(94% / 7);
  width: calc(94% / 7);
  text-align: center;
  border: 2px solid #fff;
  margin: 0;
  display: table-cell;
}
.calendar thead th {
  padding: 10px 0;
  background: #f6f6f7;
}
.calendar thead th:first-child {
  color: #d70035;
}
.calendar thead th:last-child {
  color: #006eb0;
}
.calendar td i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-style: normal;
}

/* イベント色分け */
.e1 i {
  color: #000;
  background-color: #d7d8d8;
  border-radius: 20px;
}

.e2 i {
  color: #fff;
  background-color: #856239;
  border-radius: 20px;
}

.e3 i {
  color: #000;
  background-color: #cbeadc;
  border-radius: 20px;
}

.list-event li {
  display: inline-block;
  line-height: 24px;
  position: relative;
  min-height: 24px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-left: 32px;
  text-align: left;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.list-event li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
}
.list-event li.event1::before {
  background-color: #d7d8d8;
border-radius: 20px;
}
.list-event li.event2::before {
  background-color: #856239;
border-radius: 20px;
}
.list-event li.event3::before {
  background-color: #cbeadc;
  border-radius: 20px;
}

/* カレンダー */
.block-in {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
}
.schedule-area2 {
	width: 46%;
	margin-right: 2%;
}
.schedule-area2 .months {
  text-align: center;
  padding: 10px;
}
.list-event {
  margin: 0;
  padding: 20px 0;
  text-align: right;
}
.list-event li {
  font-size: 12px;
  font-size: 1.2rem;
}




/*  Footer Site Map */
.sysContent {
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    background: #e4e4e4;
}
.sysContent ul {
    text-align: center;
}
.sysContent .sysText {
    display: inline-block;
    float: none;
}
.sysContent ul li.sysText a {
    color: #000;
    padding: 0 0.5em 0 0.2em;
    border-right: 1px solid #000;
    text-align: center;
    font-size: .9rem;
    line-height: 1.4em;
}
.sysContent ul li.sysText:nth-child(4) a {
	border: none;
}
.sysContent ul li.sysText a:hover {
	text-decoration:underline;
}
.sysContent ul li {
    float: left;
    text-align: left;
}




/* らくうる共通
--------------------------------------*/
.navbar {
	display: none;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}
.pcnav {
	display: block;		
}


header {
	background: white;
	width: auto;
}

header .container {
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	width: 160px;
}

header ul li a {
	color: #907e28;
}

header .header-menu {
	display: flex;
	justify-content: space-between;
}
header .header-menu li {
	margin: 0 11px;
	list-style: none;
	align-items: center;
	font-size: 16px;
}

header .acount-menu {
	display: flex;
	justify-content: space-between;
}
header .acount-menu li {
	margin: 0 11px;
	list-style: none;
	align-items: center;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
header .acount-menu li a i {
	display: block;
	font-size: 24px;
	line-height: 25px;
	font-style: normal;
}
header .acount-menu li.entry a::before {
	content: "\e90a";
}
header .acount-menu li.logout a::before {
	content: "\e931";
}
header .acount-menu li.mypage a::before {
	content: "\e927";
}
header .acount-menu li.cart a::before {
	content: "\e918";
}


.navbar-toggler {
	display: none;
}


footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #907e28;
}
footer .copy {
	color: #FFF;
	font-size: 14px;
}
footer .copyright {
	color: #FFF;
	font-size: 12px;
}


/* レスポンシブ
--------------------------------------*/
@media (max-width: 991.98px) {
	
	header .container {
		margin: 25px auto;
	}
	header .header-menu {
		display: none;
	}
	header .acount-menu li {
		margin: 0 0.2rem;
  	}
  	.navbar-toggler {
	  	padding: .25rem;
	  	border: 1px solid #B9A442;
  	}
	.navbar-toggler-icon {
		color: #B9A442;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(185, 164, 66)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	
	.navbar {
		display: block;
	}
	.navbar-nav {
		padding-top: 1rem!important;
		padding-bottom: 0!important;
	}
	.pcnav {
		display: none;		
	}


	.slick-slide {
		text-align: center;
	}
	#jumbotron .slick-track {
		left: calc(948px - 100vw);
	}
	#jumbotron .slick li img {
		width: auto!important;
		height: 300px!important;
	}
	#news dl {
		margin-left: 0!important;
		display: block!important;
		line-height: 1.8!important;
	}
	#intro {
		padding-top: 20px;
		padding-bottom: 20px;
		background: linear-gradient(to bottom, #e0dfe5 1084px, #FFF 1700px)!important;
	}
	#intro h2 {
		padding: 0!important;
	}
	#intro .intro {
		line-height: 1.8!important;
	}
	#intro .img01 {
		padding-top: 20px!important;
	}
	#intro .product {
		width: 100%!important;
	}
	#intro .product .cart {
		display: block;
	}

	#intro .img01 {
		padding-bottom: 20px!important;
	}
	#cheese {
		padding: 20px 0!important;
	}
	#chef {
		margin: 0!important;
		padding: 0!important;		
	}
	#chef .container {
		padding-top: 20px!important;
	}
	#chef .block01 {
		padding: 240px 0 0 0!important;
		background-size: contain!important;
	}
	#chef .block02 {
		display: block!important;
		padding-bottom: 20px!important;
	}
	#shop .col-lg-6 {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}


	/* サブページ */
	.sub_title .L .title {
		width: 100%!important;
		padding: 20px!important;
	}
	.sub_title .L p {
		margin: 0!important;
	}
	.intro {
		width: 100%!important;
	}
	.story p {
		width: auto!important;
	}


	/* YouTube */
	.youtube {
	  width: 100%;
	  aspect-ratio: 16 / 9;
	}
	.youtube iframe {
	  width: 100%;
	  height: 100%;
	}

	#shop .shop_info .L {
		padding-left: calc(var(--bs-gutter-x)/ 2)!important;
	}
	#shop .shop_info .R {
		padding-right: calc(var(--bs-gutter-x)/ 2)!important;
	}
	#shop .shop_photo .col-lg-3 {
		padding: calc(var(--bs-gutter-x)/ 2)!important;
	}



	/* 補足 */
	.navbar-toggler {
		display: block;
	}
	.navbar-toggler:focus {
		box-shadow: none!important;
	}

	h2 {
		font-size: 24px!important;
	}
	#chef .block01 {
		padding: 180px 0 0 0 !important;
	}
	.schedule-area2 {
	  margin-bottom: 10px;
	  width: 100%;
	}

}	


/* らくうるトップページ
--------------------------------------*/
#jumbotron .arrow {
	position: absolute;
	z-index: 99;
	top; 0;
	left: 50%;
	transform: translateX(-15px);
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #FFF;
}

#jumbotron .slick li img {
	width: 100vw;
	height: auto;
}
#jumbotron .slick .slick-prev {
	z-index: 99;
    left: 25px;
}
#jumbotron .slick .slick-next {
	z-index: 99;
    right: 30px;
}


#news h2 {
	color: #907e28;
	font-size: 28px;
	font-weight: normal;
	line-height: 2;
}
#news dl {
	display: flex;
	margin-left: 2rem;
	line-height: 1.8;
}
#news dt {
	margin: 0 1rem 0 0;
	color: #999;
	font-size: 17px;
	font-weight: normal;
}
#news dd a {
	margin: 0;
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
#news dd a:hover {
	color: #666;
	text-decoration: underline;
}


#furusato h2 {
	color: #907e28;
	font-size: 28px;
	font-weight: normal;
	line-height: 2;
}


#intro {
	background: url('https://image.raku-uru.jp/01/24335/82/intro_bg_1677036376548.png'), 
				linear-gradient(to bottom, #e0dfe5 1084px, #FFF 1500px);
	background-position: right top;
	background-repeat: no-repeat;
/* 	min-height: 1700px; */
}
#intro h2 {
	padding-top: 120px;
	color: #907e28;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.8;
}
#intro .intro {
	color: #907e28;
	font-size: 17px;
	font-weight: normal;
	line-height: 2.4;
}
#intro .img01 {
	padding-top: 140px;
	padding-bottom: 60px;
	margin-bottom: 0!important;
	max-width: 1110px;
	margin: 0 auto;
}
#intro .img01 img {
	width: 100%;
}
#intro .product {
	margin: 0 auto 40px auto;
}
#intro .product h3 {
	color: #907e28;
	font-size: 22px;
	font-weight: 100;
}
#intro .product h3 span {
	font-size: 12px;
	font-weight: 100;
}
#intro .product h4 {
	font-size: 21px;
	border-bottom: 2px solid #907e28;
}
#intro .product .copy {
	color: #907e28;
	font-size: 12px;
	font-weight: 100;
}
#intro .product .cart {
	display: flex;
	justify-content: space-between;
}
#intro .product .cart li {
	list-style: none;
}
#intro .product .cart li a {
	display: block;
	padding: 7px 0;
	width: 148px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	line-height: 1.4;
	background: linear-gradient(to bottom, #907e28 0%, #7a6713 100%);
	border-radius: 5px;
}
#intro .product .cart li a span {
	display: block;
	font-size: 13px;
}


#cheese {
	padding-top: 60px;
}
#cheese .img01 {
	max-width: 1110px;
	margin: 0 auto;
}
#cheese .cheese {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cheese .cheese .slick-list {
	margin: 0 auto;
	width: 930px;
}
#cheese .cheese .slick-slide {
	padding: 0 5px;
	width: 310px;
}


#chef {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 60px;
	background: #907e28;
}
#chef .block01 {
	margin-bottom: 40px;
	padding: 30px 30px 30px 600px;
	background: url('https://image.raku-uru.jp/01/24335/83/chef_bg01_1677036377584.jpg') top center no-repeat;
}
#chef .block01 h2 {
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.8;
}
#chef .block01 .intro {
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	line-height: 2.1;
}
#chef .block02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#chef .block02 h2 {
	color: #FFF;
	font-size: 42px;
	font-weight: normal;
	line-height: 1.4;
}
#chef .block02 .intro {
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.7;
}


#shop h2 {
	margin: 0 auto;
	width: 185px;
}
#shop .intro {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.7;
}
#shop .info {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #907e28;
}
#shop .info tr {
	border-bottom: 1px solid #907e28;
	cursor: pointer;
}
#shop .info th,
#shop .info td {
	text-align: left;
	padding: 10px 0;
	font-weight: 100;
}
#shop .info th {
	width: 20%;
}

#calendar {
	margin-top: 60px;
}

#map {
	margin-top: 40px;
	height: 400px;
}



/* トロイカのチーズケーキ
--------------------------------------*/
#cheesecake .sub_title {
	margin: 0 auto 30px auto;
	max-width: 1480px;
}
#cheesecake .sub_title .L,
#cheesecake .sub_title .R {
	padding: 0;
}
#cheesecake .sub_title .L {
	background: #f5f2ef;
}
#cheesecake .sub_title .L .title {
	width: 73%;
}
#cheesecake .sub_title .L h2 {
	font-size: 32px;
	text-align: left;
	color: #907e28;
	line-height: 1.4;
}
#cheesecake .sub_title .L p {
	margin-top: 21px;
	font-size: 15px;
}

#cheesecake .intro {
	margin: 0 auto;
	width: 80%;
}
#cheesecake .intro h2 {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}

#cheesecake .img00 {
	margin-bottom: 50px;
}
#cheesecake .img01 {
	margin-bottom: 60px;
}

#cheesecake .youtube {
  margin: 0 auto 30px  auto;
  max-width: 1110px;
  aspect-ratio: 16 / 9;
}
#cheesecake .youtube iframe {
  width: 100%;
  height: 100%;
}

#cheesecake .name {
    margin: 0 auto 40px auto;
    max-width: 1480px;
    background: url(../image/shopInfo_h2Bg.png) center center repeat-x;
}
#cheesecake .name h2 {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    font-size: 26px;
    background: #FFF;
}


/* 店舗紹介
--------------------------------------*/
#shop .sub_title {
	margin: 0 auto 100px auto;
	max-width: 1480px;
}
#shop .sub_title .L,
#shop .sub_title .R {
	padding: 0;
}
#shop .sub_title .L {
	background: #eff5ef;
}
#shop .sub_title .L .title {
	width: 73%;
}
#shop .sub_title .L h2 {
	width: auto;
	font-size: 32px;
	text-align: left;
	color: #907e28;
	line-height: 1.4;
}
#shop .sub_title .L p {
	margin-top: 21px;
	font-size: 15px;
}

#shop .name {
	margin: 0 auto 40px auto;
	max-width: 1480px;
	background: url('https://image.raku-uru.jp/01/24335/84/shopInfo_h2Bg_1677036378134.png') center center repeat-x;
}
#shop .name h2 {
	margin: 0 auto;
	width: 300px;
	text-align: center; 
	font-size: 26px;
	background: #FFF;
}


#shop .shop_info {
	margin: 0 auto 30px auto;
	max-width: 1480px;
}
#shop .shop_info .L {
	padding-left: 0;
}
#shop .shop_info .R {
	padding-right: 0;
}

#shop .shop_info h2 {
	width: 100%;
	font-size: 24px;
	text-align: left;
	line-height: 2;
}
#shop .shop_info table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;

}
#shop .shop_info th {
	width: 20%;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #ccc;
}
#shop .shop_info td {
	width:80%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}


#shop .shop_photo {
	margin: 0 auto 60px auto;
	max-width: 1480px;
}


#shop .intro {
	margin: 0 auto;
	width: 90%;
}
#shop .intro h2 {
	width: 100%;
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}

#shop .img01 {
	margin-bottom: 60px;
}



/* チーズ工房
--------------------------------------*/
#cheeseK .sub_title {
	margin: 0 auto 30px auto;
	max-width: 1480px;
}
#cheeseK .sub_title .L,
#cheeseK .sub_title .R {
	padding: 0;
}
#cheeseK .sub_title .L {
	background: #f0f5f5;
}
#cheeseK .sub_title .L .title {
	width: 73%;
}
#cheeseK .sub_title .L h2 {
	font-size: 32px;
	text-align: left;
	color: #907e28;
	line-height: 1.4;
}
#cheeseK .sub_title .L p {
	margin-top: 21px;
	font-size: 15px;
}

#cheeseK .intro {
	margin: 0 auto;
	width: 80%;
}
#cheeseK .intro h2 {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}

#cheeseK .mb-100 {
	margin-bottom: 100px;
}
#cheeseK .mb-200 {
	margin-bottom: 200px;
}

#cheeseK .video {
	margin: 0 auto 60px auto;
	padding: 60px 0;
	max-width: 1480px;
	background: #f0f5f5;
}
#cheeseK .video h2 {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}
#cheeseK .video p {
	margin: 0 auto;
	max-width: 900px;
	text-align: left;
}
#cheeseK .video .youtube {
  margin: 0 auto;
  max-width: 1110px;
  aspect-ratio: 16 / 9;
}
#cheeseK .video .youtube iframe {
  width: 100%;
  height: 100%;
}
#cheeseK .cheese_p {
/*     font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
    font-size: .9rem;
    line-height: 1.8;
    text-align: center;
    padding: 0px 20px;
    margin: 10px auto;
}
#cheeseK .p_caption {
    font-size: .9rem;
    line-height: 1.8;
}

/* トロイカについて
--------------------------------------*/
#troika .sub_title {
	margin: 0 auto 30px auto;
	max-width: 1480px;
}
#troika .sub_title .L,
#troika .sub_title .R {
	padding: 0;
}
#troika .sub_title .L {
	background: #f0f0f5;
}
#troika .sub_title .L .title {
	width: 73%;
}
#troika .sub_title .L h2 {
	font-size: 28px;
	text-align: left;
	color: #907e28;
	line-height: 1.4;
}
#troika .sub_title .L p {
	margin-top: 21px;
	font-size: 15px;
}

#troika .intro {
	margin: 0 auto;
	width: 88%;
}
#troika .intro h2 {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}

#troika .story {
	margin: 0 auto 100px auto;
	padding: 60px 0;
	max-width: 1480px;
	background: #f0f0f5;
}
#troika .story h2 {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 2.0;
	text-align: center;
}
#troika .story p {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#troika .story p.title {
	margin-bottom: .5rem;
	font-size: 21px;
	font-weight: bold;
}
#troika .story p.last {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #CCC;
}



#troika .mb-100 {
	margin-bottom: 100px;
}
#troika .mb-200 {
	margin-bottom: 200px;
}














table {
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #d0d0d0;
  border-width: 1px!important;
}

/* item-detail */

#item-detail {
	padding-top: 20px;
}

.item-detail-left {
	float: left;
	width: 534px;
}

.item-detail-right {
	float: right;
	width: 440px;
}

.item-detail-photo-main {
	position: relative;
	padding: 0 27px;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 480px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	float: left;
	width: 480px;
	height: 480px;
	list-style: none;
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-backbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-photo-nextbtn {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -27px;
}

.item-detail-photo-nextbtn a {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-thumb {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 27px;
}

.item-detail-thumb-photo {
	float: left;
	width: 87px;
	margin-right: 11px;
}

.item-detail-thumb-photo img {
	max-width: 100%;
	max-height: 87px;
	border: #d0d0d0 solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
	margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
	clear: left;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 15px;
}

.item-detail-info dl {
	display: table;
	width: 100%;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-category {
	font-size: 14px;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
}

.item-detail-vari-price dl dt {
}
.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-select,
.item-detail-cart-vari-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-select label:before,
.item-detail-cart-vari-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-select label,
.item-detail-cart-vari-select label {
	width: 100%;
}

.item-detail-select select,
.item-detail-cart-vari-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

select::-ms-expand {
	display: none;
}


/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.item-detail-cart-vari-radio input {
	position: absolute;
	opacity: .0;
}
.item-detail-cart-vari-radio input + label {
	max-width: 100%;
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
}
.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #7d9433;
}
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-cart-vari-radio label {
	font-size: 18px;
	line-height: 2;
	display: block;
	padding: 0;
}


.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #ccc;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.item-detail-num-select label:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 55px;
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fff;
	background-color: #7d9433;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-share {
	margin-bottom: 20px;
	text-align: center;
}
.item-detail-share ul li {
	display: inline-block;
	width: 24px;
	margin: 0 10px;
}
.item-detail-share ul li img {
	width: 100%;
	height: auto;
}

.item-comment {
	margin-bottom: 80px;
	padding-top: 40px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
}

.item-comment table {
	width: 100%;
}

.item-comment table tr th {
}

.item-comment table tr td {
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
}

@media only screen and (max-width: 600px) {
	#item-detail {
		padding-top: 0;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: 280px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 280px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		height: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -20px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.item-detail-name {
		font-size: 16px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-price {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-price span {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-num-count {
		font-size: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		background-color: #f1f1f1;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num input[type=number] {
		font-size: 16px;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
		background-color: #f1f1f1;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-vari-select select {
		font-size: 16px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 20px;
		line-height: 55px;
		display: block;
		width: 100%;
		height: 55px;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		background-color: #7d9433;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share dl dd ul li {
		display: inline-block;
		width: 33%;
		margin-right: 0;
	}
	.item-detail-share dl dd ul li a {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto;
	}
	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 solid 1px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
}


/* recommend */

#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
	}
}


/* about-tbl */

.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #ccc dotted 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #ccc dotted 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 10px 10px 5px;
		text-align: left;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* bnr-area */

.bnr-area {
	font-size: 0;
	width: 100%;
	padding: 55px 0 80px;
	text-align: center;
	background-color: #ededed;
}

.bnr-area .bnr {
	display: inline-block;
	margin: 0 8px;
}

.bnr-area .bnr img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 600px) {
	.bnr-area {
		width: 100%;
		margin-bottom: 60px;
		padding: 20px 10px 10px;
	}
	.bnr-area .bnr {
		width: 100%;
		margin: 0 0 10px;
	}
}


.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

@media only screen and (max-width: 600px) {
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select label:after {
		position: absolute;
		z-index: 2;
		top: 50%;
		right: 10px;
		display: block;
		width: 19px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00014/img/icn-arrow-select-l_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
}

/* newarrival */

#newarrival {
	position: relative;
}

@media only screen and (max-width: 600px) {
	#newarrival .ttl {
		margin-bottom: 14px;
	}
}

/*overlay*/

.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
}

@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}


/* modal */

.modal {
	position: absolute;
	z-index: 9999;
	display: none;
	padding: 20px;
	width: auto;
	height: auto;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00014/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.modal {
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
		background-color: #fff;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -25px;
		right: -25px;
	}
	.modal-close a {
		display: block;
		width: 39px;
		height: 39px;
	}
}


/* Shogic */
#shop .item-comment {
	margin-bottom: 20px!important;
	padding: 0!important;
	border: none!important;
}
#shop .item-comment h2 {
  width: 100%;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 2.0;
  text-align: center;
}

.item-detail-input p::after {
	content: '・オプション【無料】';
}
