@charset "euc-jp";

html{
  scroll-behavior: smooth;
}
body {
  background-color: #001E38;
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);*/
  color: #FFFDFD;
  font-family: 'Lato',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}
a {
  color: #FFFDFD;
}
a:hover {
  color: #FFFDFD;
}
p{
	text-align: justify;
}
p:last-child{
	margin-bottom: 0;
}
@media (max-width: 980px) {
	p{
		margin-bottom: .714rem;
	}
}
p a{
	text-decoration: underline;
}
dt,
dd {
  line-height: 1.6;
}
dd {
  margin-left: 0;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_j { text-align: justify; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; } /* 本文 pc */
.txt_16 { font-size: 16px; } /* 本文 mobile */
.txt_18 { font-size: 18px; } /* 見出し 小 */
.txt_20 { font-size: 20px; } /* 見出し 中 */
.txt_24 { font-size: 24px; } /* 見出し 大 */
.txt_28 { font-size: 28px; } /* 見出し 大 */
.txt_32 { font-size: 32px; }
@media (max-width: 980px) {
	.txt_10 { font-size: .714rem; }
	.txt_12 { font-size: .857rem; }
	.txt_14 { font-size: 1rem; }
	.txt_16 { font-size: 1.142rem; }
	.txt_18 { font-size: 1.285rem; } 
	.txt_20 { font-size: 1.428rem; }
	.txt_24 { font-size: 1.714rem; }
	.txt_28 { font-size: 2rem; }
	.txt_32 { font-size: 2.285rem; }
}
.txt_black{ color: #333; }
.txt_red { color: #E00; }
.txt_gray { color: #666; }
.txt_blue { color: #006ea6; }
.txt_del{ text-decoration: line-through; }
.txt_serif{
	font-family: YuMincho, serif;
}
.txt_lc{
	text-align: left;
}
@media (max-width: 768px) {
	.txt_lc{
		text-align: center;
	}
}
.txt_rc{
	text-align: right;
}
@media (max-width: 768px) {
	.txt_rc{
		text-align: center;
	}
}

/* background */
.bgc_white {
  background-color: #FFF;
}
.bgc_gray {
  background-color: #eee;
}
.bgc_blue{
	background-color: #e4edf6;
}
.bgc_green{
 	padding: .2rem .5rem;
 	background-color: #3e6c3f;
	color: #FFF;
	border-radius: .2rem;
}
.bgc_red{
 	padding: .2rem .5rem;
 	background-color: #E00;
	color: #FFF;
	border-radius: .2rem;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #b2b2b2; }
.bor_r_1 { border-right: 1px solid #b2b2b2; }
.bor_b_1 { border-bottom: 1px solid #b2b2b2; }
.bor_l_1 { border-left: 1px solid #b2b2b2; }
.bor_b_red { border-bottom: 2px dashed #F00; }
.bor_b_3 { border-bottom: 3px solid #4b4b4b; }

/* vertical align */
.va-5 { vertical-align: -5%; }
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/* image layout */
.img_w_100{
	display: block;
	width: 100%;
}
@media (max-width: 768px) {
	img.under-sm__w80{
		display: block;
		width: 80%;
	}
	img.under-sm__h50{
		display: block;
		width: 100%;
		height: 10rem !important;
		object-fit: cover;
	}
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*
 * icons
 */
.icon{
	display: inline-block;
	width: 21px;
}
.icon-mini{
	display: inline-block;
	width: 12px;
}
.icon-large{
	display: inline-block;
	width: 36px;
}
@media (max-width: 980px) {
	.icon{
		width: 1.5rem;
	}
	.icon-mini{
		width: .857rem;
	}
	.icon-large{
		width: 2.571rem
	}
}

/*
* button
*/
.mybtn{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: .9em 4.5em .9em 2em;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 1em;
}
.mybtn::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #333;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.mybtn:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*
 * layout
 */
.wrapper {
	position: relative;
 	max-width: 1100px;
}

.bg-menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

/* layout */
.l_img{
	padding-right: 20px;
	padding-bottom: 20px;
}
.r_img{
	padding-left: 20px;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.col.l_img{
		padding-right: 1%;
	}
	.col.r_img{
		padding-left: 1%;
	}
}

/*
 * headline titles
 */
h2,
.side-ttl{
	font-weight: bold;
	font-family: YuMincho, serif;
}
h2 .en,
h3 .en{
 	color: #827b44;
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
h2 .en span,
h3 .en span{
 	font-size: 1.2em;
}
.side-ttl{
	padding: 10px 0 10px 10px;
}
@media (max-width: 980px) {
	.side-ttl{
		color: #333;
	}
}
.sec-ttl{
 	position: relative;
 }
.sec-ttl h2,
.sec-ttl h3,
.sec-ttl h4{
	margin: 20px 0;
	padding: 10px 0 10px 100px;
	color: #FFFDFD;
 }
.sec-ttl h2:before,
.sec-ttl h3:before,
.sec-ttl h4:before{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
	height: 1px;
	background-color: #FFFDFD;
}
@media (max-width: 480px) {
	h2{
		padding-left: .5em !important;
		padding-right: .5em !important;
	}
	.sec-ttl h2,
	.sec-ttl h3,
	.sec-ttl h4{
		padding: 10px 0;
		text-align: center;
	 }
	.sec-ttl h2:before,
	.sec-ttl h3:before,
	.sec-ttl h4:before{
		display: none;
	}
}
.free-ttl-bg{
	text-align: center;
	color: #14233a;
	border-bottom: 4px solid #14233a;
	background-image: url(https://file001.shop-pro.jp/PA01313/656/img/free-bg-default.jpg);
	background-size: cover;
	background-position: center;
}
.free-ttl-bg h2{
	padding: 3rem 0;
	background-color: rgba(255, 255, 255, .9);
}

.fukidashi-ttl{
    position: relative;
    padding: .5em 1em .6em;
    border-radius: 5px;
    background-color: #e4edf6;
}
.fukidashi-ttl::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #e4edf6;
}
.circle-ttl{
	color: #666;
}
.circle-ttl::before{
	display: inline-block;
	content: '';
    width: .68em;
    height: .68em;
    border-radius: 50%;
	border: .1em solid #666;
	margin-right: .4em;
	vertical-align: -2%;
}
.number-ttl{
    position: relative;
    padding-top: 1.5em;
	padding-bottom: .5em;
	border-bottom: .25em solid #bbd3e8;
	padding-left: 1em;
	z-index: 0;
}
.number-ttl::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #bbd3e8;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}

/* 商品名 */
.item-name img{
	vertical-align: -5% !important;
}

/*
 * tool bar
 */
.toolbar{
	margin: 0;
	padding: 12px;
	background-color: #EEE;
	color: #333;
}
.toolbar a{
	color: #333;
}
.toolbar ul li{
	padding: 0 10px;
}
.toolbar_menu-btn {
  float: left;
  border: 0;
  background: none;
}
.toolbar_menu-btn:focus{
	outline: none;
	background: none;
}
.toolbar_menu-btn:hover,
.toolbar_menu-btn:active{
	background: none;
}
.toolbar_menu-btn span {
  margin-left: 6px;
  font-weight: bold;
  font-size: 1.285rem;
  color: #333;
}
.toolbar_item-count {
  padding: 0 3px;
  font-weight: bold;
  font-size: 1.1rem;
}
.toolbar_item-count-in {
  color: #b71f24;
}
@media (max-width: 980px) {
	.toolbar{
		position: fixed;
		z-index: 1000;
		width: 100%;
		height: 3.56rem;
		padding: .9rem;
		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*
 * header
 */
#header{
	padding: 20px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-logo{
	display: block;
	margin-right: 20px;
}
.header-logo img{
	width: auto;
	height: 98px;
}
#header h1{
	display: block;
	font-weight: normal;
	font-size: 1rem;
}
.header-tel{
	margin-left: auto;
	width: 328px;
	padding: 12px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #e4edf6;
	background-image: url("https://file001.shop-pro.jp/PA01313/656/img/face2.png");
	background-position-x: right;
	background-position-y: bottom;
	background-size: 35%;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*box-shadow: 4px 4px 0px 0 #bbd3e8;*/
}
.header-tel-ttl span{
	padding: 3px 10px;
	background-color: #857C3E;
	color: #FFF;
	font-size: 13px;
	border-radius: 10px;
}
.header-tel-no{
	padding-top: 5px;
	padding-left: 2px;
	font-weight: 700;
	color: #333;
	letter-spacing: .1em;
}
.header-tel-no span{
	font-size: 22px;
}
.header-tel-no a{
	color: #333;
}
.header-tel-bottom{
	padding-left: 2px;
	color: #333;
}
.header-tel-bottom a{
	color: #333;
}
@media (max-width: 980px) {
	#header{
		padding: 4.3rem 0 .9rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	#header{
		display: block;
	}
	#header h1{
		width: 100%;
		text-align: center;
	}
	#header h1 br{
		display: none;
	}
	.header-logo{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: .6rem;
		text-align: center;
	}
	.header-logo img{
		width: 50%;
		min-width: 16rem;
		height: auto;
	}
}
@media (max-width: 480px) {
	#header h1 br{
		display: inline-block;
	}
}

/*
 * side
 */
#side{
	float: left;
	padding: 0;
}
#side .unstyled img {
  display: block;
}
@media (max-width: 980px) {
	#side{
		display: none;
		position: fixed;
		top: 3.56rem;
		left: -100%;
		z-index: 100;
		width: 480px;
		height: 100%;
		cursor: pointer;
		padding: .9rem 0;
		background-color: #FFF;
		overflow-y: scroll;
  		-ms-overflow-style: none; /* IE・Edge */
		scrollbar-width: none; /* Firefox */
	}
	 /* Chrome , Safari */
	#side::-webkit-scrollbar{
		display: none;
	}
}
@media (max-width: 480px) {
	#side{
		width: 100%;
	}
}

/* 商品検索 */
.search-box{
	position: relative;
	overflow: hidden;
}
.search-box_input{
	width: 100%;
	height: 42px;
	border: 1px solid #333;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.search-box_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: none;
}
.search-box_btn:focus{
	outline: none;
	background: none;
}
.search-box_btn:hover,
.search-box_btn:active{
	background: none;
}

@media (max-width: 980px) {
	.search-box{
		padding: 0 .7rem;
	}
	.search-box_input{
		height: 3.143rem;
	}
	.search-box_btn{
		right: .7rem;
		width: 3.143rem;
		height: 3.143rem;
	}
}

/* メニュー */
.menu-box a {
	display: block;
	padding: 12px 10px;
	text-decoration: none;
}
.sub-menu a{
	padding: 12px 20px;
}
.menu-box .ac-menu{
	position: relative;
}
.menu-box_btn{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	z-index: 100;
	cursor: pointer;
	background: none;
}
.menu-box_btn img{
	margin: 0 auto;
	width: 40%;
	height: 40%;
}
.menu-box_btn:focus{
	outline: none;
	background: none;
}
.menu-box_btn:hover,
.menu-box_btn:active{
	background: none;
}
.menu-bottom a{
	padding: 0 2px 10px;
}
@media (max-width: 980px) {
	.menu-box a {
		padding: .857rem .714rem;
		color: #333;
	}
	.sub-menu a{
		padding: .857rem 1.428rem;
	}
	.menu-box_btn{
		width: 3.214rem;
	}
	.menu-bottom a{
		padding: .143rem .714rem;
	}
}

/* bannar */
.side-bannar-box a{
	display: block;
	padding: 3px;
	width: 100%;
	border: 1px solid #b2b2b2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 480px) and (max-width: 980px) {
	.side-bannar-box{
		padding-left: 10px;
	}
	.side-bannar-box a{
		float: left;
		margin-right: 10px;
		width: 225px;
	}
}

/*
 * contents
 */

#contents {
	padding: 0 0 0 50px;
}
@media (max-width: 980px) {
	#contents {
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.container {
		padding: 0 0.5rem;
	}
}
.breadcrumb{
	margin-left: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	overflow-x: auto;
	word-break: keep-all;
	white-space: nowrap;
}
.breadcrumb::-webkit-scrollbar{
   height: .25rem;
}
.breadcrumb::-webkit-scrollbar-track{
   background-color: #e4edf6;
}
.breadcrumb::-webkit-scrollbar-thumb{
   background-color: #006EA8;
   border-radius: .125rem;
   opacity: .8;
}
.breadcrumb li{
	margin-right: 10px;
}

/* freepage */
.free-wrapper{
	padding-left: 2%;
	padding-right: 2%;
	color: #333;
	background-color: #FFF;
}
.free-wrapper p,
.free-wrapper a,
.free-wrapper a:hover{
	color: #333;
}
.free-wrapper p{
	padding-left: 1%;
	padding-right: 1%;
}
.free-wrapper .row .col p{
	padding-left: 0;
	padding-right: 0;
}
.free-wrapper .sec-ttl h2,
.free-wrapper .sec-ttl h3,
.free-wrapper .sec-ttl h4{
	color: #333;
}
.free-wrapper .sec-ttl h2:before,
.free-wrapper .sec-ttl h3:before,
.free-wrapper .sec-ttl h4:before{
	background-color: #333;
}
.free-wrapper .circle-ttl{
	margin-left: 1%;
}

/* freepage list */
.variant-list{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.variant-list li{
	display: block;
	padding: 0 1em 2rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.variant-list li a{
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.variant-list li a:hover{
	opacity: .6;
}
.variant-list li img{
	display: block;
	margin-bottom: .5rem;
	padding: 0;
	border: 1px solid #b2b2b2;
}
.variant-list li .desc{
	padding: 0;
}
@media (max-width: 768px) {
	.variant-list li{
		padding: .5rem 0;
		border-top: 1px solid #555;
	}
	.variant-list li:last-child{
		border-bottom: 1px solid #555;
	}
	.variant-list li a{
		height: 100%;
	}
	.variant-list li img{
		margin-top: .1rem;
		margin-bottom: .1rem;
	}
	.variant-list li .desc{
		padding-left: 1rem;
	}
}
/* related freepage list */
.contents-list{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contents-list li{
	display: block;
	padding: 0 .5rem .5rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-list li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #b2b2b2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents-list li a:hover{
	opacity: .6;
}
.contents-list li img{
	display: block;
	/*width: 100%;*/
	height: 100%;
	border: 1px solid #b2b2b2;
}
.contents-ttl{
	position: absolute;
	top: 50%;
	left: 0;
	/*width: 100%;*/
	height: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-color: rgba(255,255,255,.9);
	display: table;
}
.contents-ttl span{
	display: table-cell;
	vertical-align: middle;
	color: #14233a;
	padding: 0 .5rem;
}
@media (max-width: 768px) {
	.contents-list li{
		padding: .5rem 0;
		border-top: 1px solid #555;
	}
	.contents-list li:last-child{
		border-bottom: 1px solid #555;
	}
	.contents-list li a{
		border: none;
	}
	.contents-ttl{
		position: static;
		height: 100%;
		transform: none;
	}
}

/*
 * index
*/
.page-index{
	border-top: 1px solid #14233a;
	border-bottom: 1px solid #14233a;
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f1f1f1;
}
.page-index input{
	position: absolute;
	opacity: 0;
}
.page-index label{
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0;
	padding: 1em 4em 1em 2em;
	cursor: pointer;
}
.page-index label:hover{
	color: #0462c2;
}
.page-index label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 1.5em;
	display: block;
	margin-top: -0.5em;
	-webkit-transition: all .5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-25%) rotate(45deg);
	transform: translateY(-25%) rotate(45deg);
    width: .8em;
    height: .8em;
    border-bottom: 3px solid #14233a;
    border-right: 3px solid #14233a;
    content: '';
	text-align: center;
}
.page-index input[type=checkbox]:checked + label::after {
	margin-top: -0.25em;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.page-index input:checked ~ label{
	color: #0462c2;
	font-weight: bold;
}
.page-index .ac-content{
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #333;
}
.page-index .ac-content a{
	color: #333;
}
.page-index input:checked ~ .ac-content{
	max-height: 80em; /* IE */
	max-height: fit-content;
	border-top: 1px dashed #14233a;
}
.page-index .ac-content-inner{
	margin: 0;
	padding: 1.5em 2em;
}
.page-index ul li{
	padding: .3em 0;
}
.page-index ul.ac-content-inner > li::before{
	content:"―";
	width: .5em;
	height: .5em;
	padding-right: .8em;
	vertical-align: 8%;
}
.page-index ul.ac-content-inner > li[data-number]::before{
	content: attr(data-number);
	padding-right: .4em;
	vertical-align: 0;
}
.page-index ul ul{
	list-style-type: circle;
	margin-left: 3.4em;
	margin-top: .3em;
}
.page-index ul ul ul{
	list-style-type: disc;
	margin-left: 1.4em;
}
@media (max-width: 480px) {
	.page-index ul ul{
		margin-left: 1.9em;
	}
}

/*
 * footer
 */
#footer{
	color: #333;
	background-color: #EEE;
}
#footer a{
	color: #333;
}
.footer-box{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer-signature,
.footer-linkbox{
	width: 50%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-signature{
	padding-right: 20px;	
}
.footer-icons{
	padding-bottom: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer-icons li{
	margin-right: 20px;
}
.footer-icons li:last-child{
	margin-right: 0;
}
.footer-icons .qr-code{
	margin-left: auto;
}
.qr-code img{
	width: 50px;
	height: auto;
}
.line-friend a{
	display: block;
	padding: 5px 10px;
	text-align: center;
	background-color: #05b34c;
	border-radius: 5px;
	font-weight: bold;
}
.line-friend a span{
	font-size: .9375em;
}
.line-friend a{
	color: #FFF !important;
}
.line-friend a:hover,
.line-friend a:active{
	color: #FFF;
	text-decoration: none;
	background-color: #048b3b;
}

.footer-links{
	margin: 21px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-links li{
	background-image: url(https://file001.shop-pro.jp/PA01313/656/img/icon-arrow-right-gray.svg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	background-size:  10px 10px;
	padding-left: 16px;
	margin-bottom: 5px;
	width: 50%;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
address{
	margin: 20px auto;
}

@media (max-width: 980px) {
	.footer-box{
		display: block;
	}
	.footer-signature,
	.footer-linkbox{
		width: 100%;
	}
	.footer-signature{
		padding-right: 0;
		text-align: center;
	}
	.footer-icons{
		padding: 1rem 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-icons li{
		margin: 0 .75rem;
	}
	.footer-links{
		margin-top: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-links li{
		background: none;
		padding: 0 1rem .5rem;
		margin: 0;
		width: auto;
		text-align: center;
	}
	.qr-code{
		display: none;
	}
	address{
		margin: .7rem auto;
	}
}
@media (max-width: 768px) {
	.footer-links li{
		width: 100%;
	}
}

/*
 * pageup
 */
.page-up{
	z-index: 99;
	position: fixed;
	bottom: 2rem;
	right: 0;
}
.page-up a{
	display: block;
	width: 3.4rem;
	height: 3.4rem;
	background-color: #4b4b4b;
	opacity: .8;
	transition: all .2s ease;
}
.page-up a:hover{
	-ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
	opacity: 1;
}
.page-up a img{
	display: inline-block;
	width: 55%;
	height: 55%;
	margin: .72rem;
}

/*
 * splide
 */
 .splide img{
 	background-image: url(https://file001.shop-pro.jp/PA01313/656/img/loading.svg);
	background-repeat: no-repeat;
	background-position: center center;
 }
 .history .splide-wrapper{
 	position: relative;
 	padding: 0 .9rem;
 }
  .history .splide__arrow.splide-my-arrow{
 	top: 43%;
 	width: 2.2rem;
	height: 2.2rem;
 }
 .history  .splide__arrow--prev.splide-my-prev{
 	left: 0;
 }
  .history .splide__arrow--next.splide-my-next{
 	right: 0;
 }
 .history .splide__slide__container img{
 	width: 100%;
	height: auto;
	border: 1px solid #b2b2b2;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/*
 * item list
 */
.item-list{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.item-card{
	display: block;
	padding: 0 .5rem .5rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.item-card a{
	display: block;
}
.item-card img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #b2b2b2;
}


/*
 * pager
 */
.pager li .btn{
	margin: 0 .5rem;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
}
.pager li .btn img{
	height: 100%;
}
