@charset "euc-jp";

/*
 * reset
 */

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.6;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
	line-height: 1.6;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * basic style
 */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.05em;
	background: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#wrapper {
	width: 100%;
	background: #fff;
}
.container {
	max-width: 1860px;
}

div, h1, h2, h3, h4, h5, p, ul, ol, li, table, thead, tbody, tr, th, td {
	line-height: 1.6;
}
.p_justify {
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*
 * loading
 */

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
	z-index: 9999;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #a7b7a6;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
	left: -15px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }

/*
 * icons
 */
.icon-b.icon-play { background-position: -160px -112px; }

.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-b.icon-download { background-position: -48px -168px; }
.icon-lg-b.icon-circled_info { background-position: -408px -120px; }

.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-circled_info { background-position: -408px -120px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
	vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
	vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*
 * font color
 */

.font_bold {
	font-weight: 600 !important;
}
.font_l {
	font-size: 2.2rem !important;
}
.font_m {
	font-size: 1.8rem !important;
}
.font_s {
	font-size: 1.3rem !important;
}
.font_mincho {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.main_text {
	color: #70936e !important;
}
.red_text {
	color: #c00 !important;
}
.white_text {
	color: #fff !important;
}
.gray_text {
	color: #808080 !important;
}
.marker_text {
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffff66 60%);
}
@media (max-width: 768px) {
	.font_l {
		font-size: 2.0rem !important;
	}
}

/*
 * anchor
 */

a,
a:link,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
}
a {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.3s ease-in-out 0s;	
	   -moz-transition: opacity 0.3s ease-in-out 0s;
		 -o-transition: opacity 0.3s ease-in-out 0s;
		    transition: opacity 0.3s ease-in-out 0s;	
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:focus, *:focus { outline:none; }

@media (min-width: 600px) {
	a[href^="tel:"] {
		color: #333;
		pointer-events: none;
	}
}

.btn {
     min-width: 120px;
     position: relative;
     display: inline-block;
     padding: 1.5rem 5rem 1.5rem 2rem;
     color: #333;
     font-weight: 600;
     background: #fff;
     border: solid 1px #c7d8c6;
     border-radius: 5px;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
     transition: all .3s;
}
.btn::before,
.btn::after {
     content: "";
     position: absolute;
     display: block;
}
.btn::before {
     top: 0;
     right: 0;
     width: 4rem;
     height: 100%;
     background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
     background-repeat: repeat;
     border-top-left-radius : 0;
     border-bottom-left-radius : 0
     border-top-right-radius : 5px;
     border-bottom-right-radius : 5px;
}
.btn::after {
     transition: all .3s;
     width: .5rem;
     height: 1rem;
     top: 50%;
     right: 1.7rem;
     border-top: solid 2px #333;
     border-right: solid 2px #333;
     transform: translateY(-50%) rotate(45deg) skewX(-45deg);
  }
.btn:hover,
.btn:focus,
.btn:active {
     padding: 1.5rem 6rem 1.5rem 1.5rem;
     background: #fff;
}
.btn:hover::before {
	width: 5rem;
}
.btn:hover::after {
	height: 2rem;
	right: 2.3rem;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	opacity: 1;	
}

/*
 * header (SP)
 */

.sp_nav_wrap {
	width: 100%;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
}
.sp_nav {
	display: inline-block;
	vertical-align: bottom;
	width: 31%;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	border-left: solid 1px #fff;
}
.sp_nav:first-of-type {
	border-left: none;
}
.sp_nav a {
	display: block;
	color: #333;
	padding: 13px 0;
}

.drawer_btn {
	position: relative;
	width: 100%;
	height: 50px;
	cursor: pointer;
	z-index: 1000;
}
.drawer_btn .hambarg {
	position: absolute;
	height: 2px;
	width: 20px;
	left: 45%;
	margin-left: -28px;
	background: #333;
	transition: ease .5s;
}
.drawer_btn .hambarg:nth-child(1) {
	top: 35%;
}
.drawer_btn .hambarg:nth-child(2) {
	top: 50%;
}
.drawer_btn .hambarg:nth-child(3) {
	top: 65%;
}
.drawer_btn.action {
	transform: translateX(0);
	-webkit-overflow-scrolling: touch;
}
.drawer_btn.action .hambarg {
	background: #333;
}
.drawer_btn.action .hambarg:nth-child(1) {
	top: 50%;
	transform: translate(0%,-50%) rotate(45deg);
}
.drawer_btn.action .hambarg:nth-child(2) {
	top: 50%;
	transform: translate(0%,-50%);
	opacity: 0;
}
.drawer_btn.action .hambarg:nth-child(3) {
	top: 50%;
	transform: translate(0%,-50%) rotate(-45deg);
}

.drawer_btn .drawer_menu,
.drawer_btn .drawer_close {
	position: absolute;
	top: 14px;
	left: 45%;
	width: 6rem;
	transition: ease .5s;
}
.drawer_btn .drawer_menu {
	color: #333;
	display: block;
}
.drawer_btn .drawer_close {
	display: none;
}
.drawer_btn.action .drawer_menu {
	display: none;
}
.drawer_btn.action .drawer_close {
	color: #333;
	display: block;
}
.drawer_menu .drawer_nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	padding-top: 50px;
	transition: all .5s;
	transform: translateX(300px);
	text-align: left;
	background: #fff;
	border-left: solid 1px #ccc;
	z-index: 99;
}
.drawer_menu .drawer_nav.open {
	transform: translate(0);
}
.drawer_serch {
	padding-left: 15px;
	padding-right: 15px;
}
.drawer_menu_title {
	padding: 1.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8rem;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
}
.drawer_menu ul li a {
	position: relative;
	display: block;
	padding: 10px 3rem 10px 1.5rem;
	border-bottom: dotted 1px #c7d8c6;
}
.drawer_menu li:last-child a {
	border-bottom: none;
}
.drawer_menu ul li a img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 1em;
}
.drawer_menu ul li ul li a {
	padding-left: 3.5rem;
}
.drawer_menu ul li ul li a::before {
	content: "- ";
}
.drawer_menu ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	display: block;
	content: "";
	border-top: solid 2px #c7d8c6;
	border-right: solid 2px #c7d8c6;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.drawer_menu ul li a:hover {
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), #c7d8c6;
	background-repeat: repeat;
	opacity: 1;
}
.drawer_menu ul li a:hover::after {
	border-top: solid 2px #fff; 
	border-right: solid 2px #fff; 
}

/*
 * header (PC)
 */

.pc_nav_wrap {
	width: 100%;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
}
.pc_nav_wrap h1 {
	display: inline-block;
	text-indent: 20px;
	vertical-align: bottom;
	width: 39%;
	font-size: 1.3rem;
	line-height: 36px;
}
.pc_nav_wrap ul {
	display: inline-block;
	vertical-align: bottom;
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-align: right;
}
.pc_nav_wrap ul li {
	display: inline-block;
	padding: 0 1.5rem;
	text-align: center;
	border-left: solid 1px #fff;
}
.pc_nav_wrap ul li a {
	color: #333;
	font-size: 1.3rem;
	line-height: 36px;
}

/*
 * side
 */

.form_search_select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	border: solid 1px #c7d8c6;
	border-radius: 5px;
}
.form_search {
	width: calc(100% - 60px);
	height: 28px;
	line-height: 28px;
	padding: 5px;
	border: solid 1px #c7d8c6;
	border-radius: 5px;
}
.btn_search {
	height: 40px;
	line-height: 40px;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
	border: solid 1px #c7d8c6;
	border-radius: 5px;
}

.side_banner li {
	margin-top: 1.5rem;
}

.side_box {
	margin-top: 1.5rem;
	border: solid 1px #c7d8c6;
}
.side_title {
	padding: 1.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8rem;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
}
.side_menu li a {
	position: relative;
	display: block;
	padding: 1rem 3rem 1rem 1.5rem;
	border-bottom: dotted 1px #c7d8c6;
}
.side_menu li:last-child a {
  border-bottom: none;
}
.side_menu li a img {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 1em;
}
.side_menu li ul li a {
	padding-left: 3.5rem;
}
.side_menu li ul li a::before {
	content: "- ";
}
.side_menu li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	display: block;
	content: "";
	border-top: solid 2px #c7d8c6;
	border-right: solid 2px #c7d8c6;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.side_menu li a:hover {
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), #c7d8c6;
	background-repeat: repeat;
	opacity: 1;
}
.side_menu li a:hover::after {
	border-top: solid 2px #fff; 
	border-right: solid 2px #fff; 
}

/*
 * contents
 */

#contents {
	padding-bottom: 3rem;
}
@media (min-width: 960px) {
	#contents {
		padding-bottom: 6rem;
	}
}

.topic_path {
	text-align: right;
	font-size: 1.3rem;
	margin-bottom: .5em;
}
@media (max-width: 980px) {
	.topic_path {
		/*text-align: left;*/
		display: none;
	}
}
.topic_path li,
.topic_path li a {
	display:inline;
	color: #333;
}
.topic_path li:after {
	content: ' > ';
	color: #808080;
	padding-left: 10px;
	padding-right: 5px;
}
.topic_path li:last-child:after {
	content: '';
}

.product_lead {
	margin-top: 1rem;
	color: #630;
	font-size: 2.0rem;
	font-weight: 600;
}
@media (max-width: 480px) {
	.product_lead {
		font-size: 1.7rem;
	}
}
.product_feature {
	margin-top: .5rem;
	font-weight: 600;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.product_notice {
	margin-top: 1.5rem;
}

.ul_prd_lst {
    display: flex;
    flex-wrap: wrap;
}
.prd_lst_name {
	font-weight: 600;
	margin-top: .25em;
}

.imgBox {
  text-align: center;
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}


/* =========================
   common
========================= */

.text-center {
	text-align: center;
}
.mt-2 {
	margin-top: .5em;
}
.mt-3 {
	margin-top: 1em;
}
.mt-4 {
	margin-top: 1.5em;
}
.mt-5 {
	margin-top: 3em;
}
.py-4 {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.py-5 {
	padding-top: 3em;
	padding-bottom: 3em;
}
@media (max-width: 480px) {
  .mt-5 {
      margin-top: 2em;
  }
  .py-5 {
      padding-top: 2em;
      padding-bottom: 2em;
  }
}

hr {
    display:block;
    height: 3px;
    border: 0;   
    background: url("") repeat-x bottom left;
    margin-top: 3em;
}

.h_center {
	font-size: 3.0rem;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	padding-top: 50px;
}
.h_center::before {
    content: '';
    position: absolute;
	top: 20px;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #efd9c1 25%, #efd9c1 75%, transparent);
    background-image: linear-gradient(to right, transparent, #efd9c1 25%, #efd9c1 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.h_center::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	z-index: 2;
	content: '';
	width: 36px;
	height: 40px;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/h_center.png") no-repeat center center;
}
@media (max-width: 768px) {
	.h_center {
		font-size: 2.0rem;
	}
}

.h_basic {
	color: #70936e;
	padding-bottom: .5em;
 	font-size: 2.4rem;
	border-bottom: 1px solid #c7d8c6;
}
@media (max-width: 768px) {
	.h_basic {
		font-size: 1.6rem;
	}
}

.ul_link,
.ul_basic,
.ul_notice {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
.ul_link li,
.ul_basic li,
.ul_notice li {
	padding-bottom: .25em;
}
.ul_link li:last-child,
.ul_basic li:last-child,
.ul_notice li:last-child {
	padding-bottom: 0;
}
.ul_link li::before,
.ul_basic li::before,
.ul_notice li::before {
	color: #c7d8c6;
	vertical-align: middle;
}
.ul_link li::before {
	font-size: 1.0rem;
	content: "\025b6\a0";
}
.ul_basic li::before {
	font-size: 1.0rem;
	content: "\025cf\a0";
}
.ul_notice li::before {
	font-size: 1.0rem;
	content: "\2605\a0";
}

.ul_inline li {
	display: inline-block;
}

.ol_basic {
	margin-left: 1rem;
	padding-left: 1rem;
	text-indent: -2rem;
}
.ol_basic li {
	list-style-type: none;
	counter-increment: number;
	padding-bottom: 1rem;
}
.ol_basic li:last-child {
	padding-bottom: 0;
}
.ol_basic li::before{
	content: counter(number) ".";
	margin-right: 5px;
}

.table_basic {
	width: 100%;
}
.table_basic tbody tr {
	border-bottom: 1px solid #c7d8c6;
}
.table_basic_topborder tbody tr:first-child {
	border-top: 1px solid #c7d8c6;
}
.table_basic tbody tr th {
	font-weight: normal;
	position: relative;
	white-space: nowrap;
}
.table_basic tbody tr th:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.5em;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #a9b7c0;
}
.table_basic tbody tr th,
.table_basic tbody tr td {
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.table_basic {
		border: 1px solid #c7d8c6;
	}
    .table_basic tbody th {
        background: #edf5ec;
    }
    .table_basic tbody tr th:after {
		width: 0;
		height: 0;
    }
	.table_basic tbody th,
	.table_basic tbody td {
		width: 100%;
		display: block;
		border: none !important;
	}
}

.box_basic {
	padding: 17px;
	background: #fff;
	box-shadow: 0 0 0 9px rgba(199,216,198,0.2) inset, 0 0 0 1px rgba(199,216,198,1.0);
}

.iframe_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 * footer
 */

.ft_contact {
	padding: 3rem 1.5rem;
	text-align: center;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
}
.ft_logo {
	width: 160px;
	height: auto;
}
@media (max-width: 480px) {
	.ft_logo {
		width: 100px;
	}
}
.ft_box_contact {
	padding: 15px;
	background: #fff;
	border: solid 1px #dee7de;
}

.footer_info_title {
	font-size: 2.0rem;
	padding-bottom: 0.5rem;
}
@media (max-width: 480px) {
	.footer_info_title {
		font-size: 1.6rem;
	}
}
.footer_info_title::after {
	content: "";
	display: block;
	height: 1px;
	background: linear-gradient(to right, #c7d8c6 0%, #eedac1 100%);
}
.footer_info p,
.footer_info ul {
	font-size: 1.4rem;
}

.tbl_calendar {
  float: left;
  width: 48%;
  margin-top: 1em;
}
.tbl_calendar:last-of-type {
  margin-left: 4%;
}
.tbl_calendar th,
.tbl_calendar td {
  padding: .25em 0;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #c7d8c6;
}
.tbl_calendar th {
  color: #70936e;
  font-weight: 600;
}
.footer_sns{
	display: flex;
  list-style: none!important;
  padding: 0!important;
  justify-content: center;
}
.footer_sns li{
  font-size: 2.4rem;
  padding: 0 1.2rem;
}
@media (max-width: 480px) {
   .tbl_calendar {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
   .tbl_calendar:last-of-type {
    margin-left: 0;
  }
}

#copyright {
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 1.3rem;
	text-align: center;
}
#pagetop {
	z-index: 100;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 16px;
  right: 16px;
	width: 60px;
	height: 60px;
	background: url("https://img21.shop-pro.jp/PA01460/568/etc/bg_craft.png"), linear-gradient(-45deg, #eedac1, #c7d8c6);
	background-repeat: repeat;
	border-radius: 50px
}
#pagetop::before{
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
	width: 14px;
	height: 14px;
	margin: auto;
	text-align: center;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(45deg);
}
#side_line_sp{
  display: none;
}
.logo_bg{
	background-image: url("https://img21.shop-pro.jp/PA01460/568/etc/logo_bg.png");
	background-size: cover;
	margin-bottom:6rem;
}
.side_delivery{
	position: absolute;
	top: 20%;
	right: 0;
	width: 24px;
	height: 23rem;
	z-index: 999;
	 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.side_delivery.side_fixd{
	position: fixed;
	top: 0;
	right: 0;
	width: 24px;
	height: 23rem;
	z-index: 999;
	 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.side_delivery p{
	color: #FFF;
	display: inline-block;	
}
.side_delivery p:first-of-type{
	background-color: #F09F8E;
	padding: 1rem;
	border-radius: 10px 0 0;
}
.side_delivery p:last-of-type{
	background-color: #E94623;
	padding: 1rem;
	border-radius: 0 0 0 10px;
}
.side_delivery a{	
	display: block;
}
.store_address{
  padding-left:3rem;
  box-sizing: border-box;
}
.store_address img{
  margin-bottom:10px;
}
@media (max-width: 1020px) {
   .store_address img{
     margin-top:16px;     
    }
    .store_address{
      padding-left:1.2rem;
      text-align:center;
    }
}
@media (max-width: 760px) {
  
	.hd_logo {
		width:80%;
		height: auto;
	}
  .logo_bg{
   margin-bottom:3rem;
  }
  .side_delivery p{
		font-size: 1.2rem;
	}
	.side_delivery p:first-of-type{
		padding: 0.5rem 0.4rem;
		border-radius: 8px 0 0;
	}
	.side_delivery p:last-of-type{
		padding: 0.5rem 0.4rem;
		border-radius: 0 0 0 8px;
	}
    .logo_bg img{
      padding: 0 30px;
  }
  	#pagetop {
    bottom: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
  }
  #pagetop::before{
    top: 6px;
    width: 10px;
    height: 10px;
  }
  #side_line_sp{
    z-index: 100;
	position: fixed;
    bottom: 64px;
    right: 10px;
    width: 46px;
    height: 46px;
  }

}

/*LINEÍ§Ã£ÄÉ²Ã*/
.side_line{
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
  border:solid 2px #00B900;
  border-radius: 10px;
  background-color: #FFF;
  padding: 1.2rem;
  z-index: 99;
}
.side_line a{
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;  
  bottom: 0;
}
.side_line.side_fixd{
  position: fixed;
  top: 0;  
}
.side_line p{
  font-size: 1.8rem;
  padding: 0.8rem 0 0 1.2rem;
  color: #00B900;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .side_line{
    max-width: 260px;
  }
  .side_line p{
    font-size: 1.6rem;
    padding: 0.4rem 0 0 1rem;
  }
}
@media (max-width: 1170px) {
  .side_line{
    max-width: 220px;
    padding: 1rem;
    padding-right: 0.4rem;
  }
  .side_line p{
    font-size: 1.5rem;
    padding: 0 0 0 0.8rem;
  }
  .side_line p br{
    display: none;
  }
}
