@charset "UTF-8";
/*----------
 * Recet
----------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
	display: block;
}

::-moz-selection {
	background: #141414;
	color: #FFFFFF;
}

::selection {
	background: #141414;
	color: #FFFFFF;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

hr {
	display: none;
}

.clearfix:after {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul {
	list-style: none;
  margin:0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: .7;
	text-decoration: none;
}

/*----------
 * Common
----------*/
body {
	background-color: #fff9f1;
	color: #0c0c0c;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", Meiryo, "MS UI Gothic", AppleGothic, sans-serif;
}

h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #FF9106;
}

h2 span {
	display: block;
	font-size: 14px;
	color: #444;
}

@media (max-width: 640px) {
	h2 {
		font-size: 26px;
	}
}

h3 {
	font-size: 22px;
	text-align: center;
	padding-bottom: 60px;
	line-height: 1.5;
}

@media (max-width: 640px) {
	h3 {
		font-size: 20px;
		padding-bottom: 40px;
	}
}

@media (max-width: 450px) {
	h3 {
		font-size: 17px;
	}
}

h3 span {
	position: relative;
	padding: 0.45em 1em;
	border: solid 2px black;
	border-radius: 3px 0 3px 0;
}

@media (max-width: 450px) {
	h3 span {
		padding: 0.45em .5em;
	}
}

@media (max-width: 320px) {
	h3 span {
		border: none;
	}
}

h3 span:after, h3 span:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px black;
	border-radius: 50%;
}

@media (max-width: 450px) {
	h3 span:after, h3 span:before {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 320px) {
	h3 span:after, h3 span:before {
		display: none;
	}
}

h3 span:after {
	top: -12px;
	left: -12px;
}

@media (max-width: 450px) {
	h3 span:after {
		top: -10px;
		left: -10px;
	}
}

h3 span:before {
	bottom: -12px;
	right: -12px;
}

@media (max-width: 450px) {
	h3 span:before {
		bottom: -10px;
		right: -10px;
	}
}

.none {display:none}
.money {
	font-size: 13px;
	color: #f43729;
	font-weight: bold;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 1000px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.line {
	background: #fff;
	color: #000;
	padding: 3px 0;
}

.fancy {
	position: relative;
	padding: 30px;
	background: #e7f1df;
	color: #222;
	border-radius: 20px;
	max-width: 80%;
	margin: auto;
	line-height: 1.8;
}

@media (max-width: 640px) {
	.fancy {
		max-width: 100%;
	}
}

.fancy::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 30px;
	border: 14px solid transparent;
	border-top: 14px solid #e7f1df;
	width: 0;
	height: 0;
}

/*----------
 * layout
----------*/
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 1000px) {
	.wrapper {
		width: 96%;
	}
}

/*----------
 * lead
----------*/
.lead {
	background: #90c31f;
	color: #fff;
	padding: 3px 0;
	font-size: 14px;
}

@media (max-width: 640px) {
	.lead {
		font-size: 12px;
	}
}

.lead p {
	padding: 0 5px;
}

/*----------
 * header
----------*/
#header .logo {
	text-align: center;
	padding: 40px 0;
	width: 270px;
	margin: 0 auto;
}

@media (max-width: 640px) {
	#header .logo {
		width: 65%;
		margin: 0 auto;
		padding: 25px 0;
	}
}

.global-nav {
    padding-right: 30px;
  margin-top:10px;
  	text-align:right;
}
.global-menu {
    list-style: none;
    margin:0;
}
.global-menu-item {
    display: inline-block;
    margin-right: 30px;
    *display: inline;
    *zoom: 1;
}
.global-menu-item .icon-lg-b {
    margin-right: 5px;
    vertical-align: sub;
}
/*----------
 * mainvisual
----------*/
.mainvisual img {
	width: 100%;
}

/*----------
 * topCat
----------*/
#topCat {
	padding: 0;
}

#topCat ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

@media (max-width: 640px) {
	#topCat ul {
		padding-bottom: 35px;
	}
}

#topCat ul li {
	width: 30%;
	background: #aad154;
	margin: 0 .5rem 1rem;
	padding: 10px 15px;
	border-radius: 15px;
	position: relative;
	transition: .5s;
}

@media (max-width: 640px) {
	#topCat ul li {
		width: 47%;
		margin: 0 .3rem .7rem;
	}
}

@media (max-width: 350px) {
	#topCat ul li {
		width: 90%;
	}
}

#topCat ul li:hover {
	background: #eac912;
}

#topCat ul li a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 20px;
	letter-spacing: .1em;
}

@media (max-width: 640px) {
	#topCat ul li a {
		font-size: 16px;
	}
}

#topCat ul li::after {
	content: "";
	position: absolute;
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat01.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 50px;
	left: 15px;
	top: 8px;
}

@media (max-width: 640px) {
	#topCat ul li::after {
		width: 25px;
		height: 35px;
		left: 11px;
	}
}

#topCat ul li.hana::after {
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat02.png) no-repeat;
	background-size: 100% auto;
	width: 36px;
	top: 10px;
}

@media (max-width: 640px) {
	#topCat ul li.hana::after {
		width: 29px;
	}
}

#topCat ul li.shiba::after {
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat03.png) no-repeat;
	background-size: 100% auto;
	width: 35px;
	top: 10px;
}

@media (max-width: 640px) {
	#topCat ul li.shiba::after {
		width: 27px;
	}
}

#topCat ul li.kaju::after {
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat04.png) no-repeat;
	background-size: 100% auto;
	width: 31px;
	top: 8px;
}

@media (max-width: 640px) {
	#topCat ul li.kaju::after {
		width: 25px;
	}
}

#topCat ul li.kanyou::after {
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat05.png) no-repeat;
	background-size: 100% auto;
	width: 26px;
	top: 9px;
}

@media (max-width: 640px) {
	#topCat ul li.kanyou::after {
		width: 22px;
		top: 8px;
	}
}

#topCat ul li.other::after {
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon_cat06.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	top: 11px;
}

@media (max-width: 640px) {
	#topCat ul li.other::after {
		width: 25px;
		top: 10px;
	}
}

#top #topCat {
	padding: 50px 0;
}

@media (max-width: 640px) {
	#top #topCat {
		padding: 35px 0;
	}
}

#top #topCat ul {
	padding: 50px 0 0;
}

@media (max-width: 640px) {
	#top #topCat ul {
		padding: 30px 0 0;
	}
}
/*----------
 * footer
----------*/

#footer {
	width: 100%;
	padding: 15px;
   margin-top: 50px;
	color: #fff;
	text-align: center;
	background-color: #90c31f;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .global-nav {
	margin-bottom: 30px;
  text-align:center;
  padding:0;
}
#footer .global-menu-item {
	display: inline-block;
    margin-left: 0;
}
#footer .global-menu-item:first-child {
	margin-left: 0;
}
#footer .global-menu-item a {
	color: #fff;
    font-size: 90%;
  	display: flex;
    align-items: center;
}
#footer .global-menu-item a:hover {
	text-decoration: underline;
}
#footer small {
	font-size: 75%;
}

@media only screen and (max-width: 768px) {

#footer {
	font-size: 85%;
   margin-top: 30px;
}
}

/*----------
 * items
----------*/
.items .recommend {
	padding-top: 70px;
}

@media (max-width: 640px) {
	.items .recommend {
		padding-top: 40px;
	}
}

.items .recommend ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.items .recommend ul li {
	width: 23%;
	margin-bottom: 4%;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.items .recommend ul li {
		width: 32%;
	}
}

@media (max-width: 640px) {
	.items .recommend ul li {
		width: 48%;
		margin-bottom: 20px;
	}
}

.items .recommend ul li img {
	border-radius: 10px;
	margin-bottom: 5%;
}

.items .recommend ul li h4 {
	line-height: 1.5;
}

.items .recommend ul li h4:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.items .recommend ul li h4 {
		font-size: 14px;
	}
}

.items .recommend ul li p {
	margin-top: 3%;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 640px) {
	.items .recommend ul li p {
		font-size: 12px;
	}
}

.items .schedule {
	padding-top: 70px;
}

.items .schedule figure {
	margin-bottom: 4em;
}

.items .schedule figure .pcv {
	display: block;
}

.items .schedule figure .spv {
	display: none;
}

@media (max-width: 640px) {
	.items .schedule figure {
		margin-bottom: 2em;
	}
	.items .schedule figure .pcv {
		display: none;
	}
	.items .schedule figure .spv {
		display: block;
	}
}

.items .schedule figcaption {
	font-size: 14px;
	margin-bottom: 1rem;
}

@media (max-width: 640px) {
	.items .schedule figcaption {
		font-size: 12px;
	}
}

.items .schedule figcaption a {
	text-decoration: underline;
}

.items .schedule .set {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 980px) {
	.items .schedule .set {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.items .schedule .set {
		width: 80%;
	}
}

@media (max-width: 450px) {
	.items .schedule .set {
		width: 100%;
	}
}

.items .schedule .set img {
	width: 40%;
}

@media (max-width: 640px) {
	.items .schedule .set img {
		width: 100%;
	}
}

.items .schedule .set .info {
	width: 55%;
}

@media (max-width: 640px) {
	.items .schedule .set .info {
		width: 100%;
		margin-top: 20px;
	}
}

.items .schedule .set h4 {
	font-size: 24px;
	border-bottom: solid 1px #777;
	padding-bottom: 8px;
	margin-bottom: .5em;
}

@media (max-width: 768px) {
	.items .schedule .set h4 {
		font-size: 20px;
	}
}

@media (max-width: 640px) {
	.items .schedule .set h4 {
		text-align: center;
	}
}

.items .schedule .set h5 {
	font-size: 19px;
	color: #94ba37;
	margin-top: 14px;
}

@media (max-width: 768px) {
	.items .schedule .set h5 {
		font-size: 17px;
	}
}

.items .schedule .set p {
	margin-top: 10px;
	line-height: 1.7;
}

@media (max-width: 768px) {
	.items .schedule .set p {
		font-size: 14px;
	}
}

.items .schedule .set ul {
	list-style-type: disc;
	padding: 10px 0 0 2rem;
	font-size: 15px;
}

@media (max-width: 768px) {
	.items .schedule .set ul {
		font-size: 13px;
	}
}

.items .schedule .set .money {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.items .schedule .small {
	font-size: 90%;
}

.items .schedule .btnArea {
	margin-bottom: 4em;
}

.items .schedule .btnArea .button {
	position: relative;
	background-color: #646a60;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0b3e34;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 250px;
	display: block;
	text-align: center;
	margin: 40px auto;
}

.items .schedule .btnArea .button:hover {
	background-color: #87976f;
	box-shadow: none;
}

.items .schedule .btnArea .button:active {
	top: 3px;
	box-shadow: none;
}


/*----------
 * faq
----------*/
.faq {
	counter-reset: number 0;
  	padding-bottom:70px;
}

.faq ul {
	padding-top: 40px;
}

.faq .block {
	padding: 0;
	font-size: 20px;
	border-radius: 30px;
	background: #fff;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

@media (max-width: 640px) {
  .faq {
    padding-bottom:30px;
  }
	.faq .block {
		font-size: 18px;
	}
}

@media (max-width: 450px) {
	.faq .block {
		font-size: 15px;
	}
}

.faq .block .question {
	position: relative;
	font-weight: bold;
	padding: 20px 90px 20px 30px;
	line-height: 1;
	display: flex;
	align-items: center;
	position: relative;
	transition: all .5s;
	cursor: pointer;
}

.faq .block .question a {
 text-decoration:underline;
  color: #005580
}

.faq .block .question a:hover {
  text-decoration:none;
}

@media (max-width: 450px) {
	.faq .block .question {
		padding: 15px 50px 15px 20px;
	}
}

.faq .block .question::before {
	font-family: Arial,sans-serif;
	font-weight: bold;
	counter-increment: number;
	content: "Q." counter(number);
	color: #366129;
	font-size: 35px;
	padding-right: 35px;
}

@media (max-width: 768px) {
	.faq .block .question::before {
		font-size: 30px;
		padding-right: 25px;
	}
}

@media (max-width: 450px) {
	.faq .block .question::before {
		font-size: 23px;
		padding-right: 15px;
		letter-spacing: -1px;
	}
}

.faq .block .question::after {
	position: absolute;
	content: "";
	background: url(https://img08.shop-pro.jp/PA01205/388/etc/icon-plus.png) no-repeat;
	background-size: 100% auto;
	content: "";
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	right: 30px;
}

@media (max-width: 450px) {
	.faq .block .question::after {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
		right: 15px;
	}
}

.faq .block .question.icon::after {
	transform: rotate(45deg);
}

.faq .block .question span {
	line-height: 1.3;
}

.faq .block .answer {
	padding-bottom: 1.5rem;
	display: none;
}

.faq .block .answer p {
	font-size: 18px;
	max-width: 70%;
	margin: 20px auto 0;
}

.faq .block .answer a {
	text-decoration: underline;
    font-weight: bold;
    color: #067f40;
}

@media (max-width: 640px) {
	.faq .block .answer p {
		font-size: 16px;
	}
}

@media (max-width: 450px) {
	.faq .block .answer p {
		max-width: 85%;
		font-size: 15px;
	}
}

/*----------
 * Voice
----------*/
#voice {
  margin-bottom: 3rem;
}
.voice {
	background: #fff;
	padding: 30px 50px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.voice {
		padding: 30px 15px;
	}
}

.voice .blocks {
	margin-top: 40px;
}

.voice .block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.voice .block {
		margin-bottom: 40px;
	}
}

@media (max-width: 640px) {
	.voice .block {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.voice .block figure {
	width: 30%;
	transform: rotate(-2deg);
}

.voice .block figure img {
	width: 100%;
}

@media (max-width: 640px) {
	.voice .block figure {
		width: 80%;
		margin: 0 auto;
		transform: rotate(0);
	}
}

.voice .block .info {
	width: 65%;
	margin-left: 5%;
	line-height: 2;
}

@media (max-width: 640px) {
	.voice .block .info {
		width: 90%;
		margin-top: 1.5em;
		margin: 1.5em auto 0;
	}
}

.voice .block.right figure {
	order: 2;
	transform: rotate(2deg);
}

@media (max-width: 640px) {
	.voice .block.right figure {
		order: 1;
		transform: rotate(0);
	}
}

.voice .block.right .info {
	order: 1;
	margin-right: 5%;
	margin-left: 0;
}

@media (max-width: 640px) {
	.voice .block.right .info {
		order: 2;
		margin: 1.5em auto 0;
	}
}


/*----------
 * shiba
----------*/
.shiba {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.shiba {
		padding: 30px 15px;
	}
}

.shiba .shibalead {
	padding-top: 50px;
}

@media (max-width: 768px) {
	.shiba .shibalead {
		font-size: 14px;
	}
}

#shiba .trouble {
	padding-top: 50px;
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#shiba .trouble {
		width: 100%;
	}
}

#shiba .trouble .troubleArea .box ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0;
}

#shiba .trouble .troubleArea .box ul img {
	border-radius: 10px;
}

#shiba .trouble .troubleArea .box ul li {
	width: 23%;
	margin-right: 1%;
	text-align: center;
}

@media (max-width: 768px) {
	#shiba .trouble .troubleArea .box ul li {
		width: 32%;
	}
}

@media (max-width: 640px) {
	#shiba .trouble .troubleArea .box ul li {
		width: 48%;
	}
}

#shiba .trouble .troubleArea h4 {
	position: relative;
	padding: 1em 0.5em;
	background: #e0c22f;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

@media (max-width: 640px) {
	#shiba .trouble .troubleArea h4 {
		font-size: 15px;
	}
}

@media (max-width: 450px) {
	#shiba .trouble .troubleArea h4 {
		line-height: 1.5;
	}
}

#shiba .trouble .troubleArea h4::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #af7a19;
}

#shiba .trouble .troubleArea h5 {
	margin-top: 10px;
}

@media (max-width: 640px) {
	#shiba .trouble .troubleArea h5 {
		font-size: 13px;
	}
}

/*----------
 * yasai
----------*/
.yasai {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.yasai {
		padding: 30px 15px;
	}
}

.yasai .yasailead {
	padding-top: 50px;
}

@media (max-width: 768px) {
	.yasai .yasailead {
		font-size: 14px;
	}
}

.yasai .yasailead .fancy {
	background: #f5f8cd;
}

.yasai .yasailead .fancy::after {
	border-top: 14px solid #f5f8cd;
}

.yasai .schedule .step .block {
	border: 2px #139d3a dotted;
	padding: 2% 6%;
	border-radius: 10px;
	margin-bottom: 2rem;
}

@media (max-width: 640px) {
	.yasai .schedule .step .block {
		padding: 4%;
	}
}

.yasai .schedule .step .block h4 {
	font-size: 20px;
	padding-bottom: 1rem;
	border-bottom: solid 1px #7a887a;
}

.yasai .schedule .step .block h4 br {
	display: none;
}

@media (max-width: 640px) {
	.yasai .schedule .step .block h4 {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media (max-width: 450px) {
	.yasai .schedule .step .block h4 {
		font-size: 17px;
		text-align: center;
	}
	.yasai .schedule .step .block h4 br {
		display: block;
	}
}

.yasai .schedule .step .block h5 {
	font-size: 18px;
	line-height: 1.7;
}

@media (max-width: 450px) {
	.yasai .schedule .step .block h5 {
		font-size: 16px;
		text-align: center;
	}
}

.yasai .schedule .step .box {
	margin-top: 1rem;
}

@media (max-width: 640px) {
	.yasai .schedule .step .box {
		display: block;
	}
}

.yasai .schedule .step .box .info {
	margin-left: 20px;
}

@media (max-width: 640px) {
	.yasai .schedule .step .box .info {
		margin-left: 0;
	}
}

.yasai .schedule .step .box .info p {
	font-size: 15px;
	line-height: 1.7;
}

@media (max-width: 640px) {
	.yasai .schedule .step .box .info p {
		font-size: 13px;
	}
}

.yasai .schedule .step .box .info .mixture {
	font-weight: bold;
	font-size: 13px;
}

@media (max-width: 640px) {
	.yasai .schedule .step .box .info .mixture {
		text-align: center;
	}
}

/*----------
 * hana
----------*/
.hana {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.hana {
		padding: 30px 15px;
	}
}

.hana .hanalead {
	padding-top: 50px;
}

.hana .hanalead a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.hana .hanalead {
		font-size: 14px;
	}
}

.hana .hanalead .fancy {
	background: #f9e4e4;
}

.hana .hanalead .fancy::after {
	border-top: 14px solid #f9e4e4;
}

.hana .schedule .toptext {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}

.hana .schedule .set {
	align-items: flex-start;
}

/*----------
 * kajyu
----------*/
.kajyu {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.kajyu {
		padding: 30px 15px;
	}
}

.kajyu .kajyulead {
	padding-top: 50px;
}

.kajyu .kajyulead a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.kajyu .kajyulead {
		font-size: 14px;
	}
}

.kajyu .kajyulead .fancy {
	background: #fbeca6;
}

.kajyu .kajyulead .fancy::after {
	border-top: 14px solid #fbeca6;
}

/*----------
 * kanyou
----------*/
.kanyou {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.kanyou {
		padding: 30px 15px;
	}
}

.kanyou .kanyoulead {
	padding-top: 50px;
}

.kanyou .kanyoulead a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.kanyou .kanyoulead {
		font-size: 14px;
	}
}

.kanyou .kanyoulead .fancy {
	background: #bbd2c0;
}

.kanyou .kanyoulead .fancy::after {
	border-top: 14px solid #bbd2c0;
}

/*----------
 * other
----------*/
.other {
	background: white;
	padding: 30px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.other {
		padding: 30px 15px;
	}
}

.other .otherlead {
	padding-top: 50px;
}

.other .otherlead a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.other .otherlead {
		font-size: 14px;
	}
}

.other .otherlead .fancy {
	background: #9ed1d6;
}

.other .otherlead .fancy::after {
	border-top: 14px solid #9ed1d6;
}



/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart,.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-help {background-position: -432px -120px;}
.icon-lg-w.icon-text_doc {background-position: -312px -144px;}
.icon-lg-w.icon-text_doc_inverted {background-position: -336px -144px;}
.icon-lg-w.icon-mail {background-position: -96px -0px;}
.icon-lg-w.icon-pencil {
    background-position: -144px 0px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *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); }
}


#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1em;
  bottom: 1em;
  background: #FF9106;
  opacity: 0.6;
  border-radius: 50%;
  z-index:9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----------
 * サイトマップ
----------*/

.free_sitemap {
      background:#fff;
      padding: 30px 30px 50px;
      display: flex;
      align-items: top;
      justify-content: space-between;
  		flex-wrap:wrap;
    }
    .free_sitemap h2 {
      font-size: 155%;
      margin: 20px 0;
      font-weight: 600;
      text-align: left;
      line-height: 1.3;
      letter-spacing: 1px;
      color: #FF9106;
      padding-bottom: 6px;
      border-bottom:solid 1px #FF9106;
    }
	.free_sitemap h2 a:hover {
      color: #FF9106;
      opacity: 0.7;
    }

    .free_sitemap_box {
      flex-basis: 48%;
    }
    .free_sitemap_box ul {
      list-style: none;
      padding-left: 5px;
    }
    .free_sitemap_box li a {
      color: #444;
      margin-bottom: 1rem;
      line-height: 1.8;
      font-size: 16px;
      padding-bottom: 3px;
      transition: all 0.5s ease;
    }
.free_sitemap_box li a:hover {
      border-bottom: solid 1px #555;
    }

	@media (max-width: 768px) {
      .free_sitemap {
        flex-direction: column;
     }