@charset "utf-8";
/** default setting **********************************************************/
*, *:before, *:after {
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #081316;
	font-size: 16px;
	line-height: 1.65;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	background: #fff;
	font-weight: 400;
	letter-spacing: -0.001em;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
}
.no-scroll { overflow: hidden;}
.grecaptcha-badge { visibility: hidden; }

a:link { color: #1A0DAB; text-decoration: none;}
a:link.underline { color: #1A0DAB; text-decoration: underline;}
a:active { color: #081316; text-decoration: underline;}
a:visited { color: #081316;}

h1,h2,h3,h4,h5 { font-weight: 700; line-height: 1.3;}
img { border: none; max-width: 100%; height: auto;}
table,th,td,input,select,textarea { font-size: inherit; font-family: inherit;}
table ul, table ol { margin: 0 0 0 1em;}
table ol { margin-left: 1.5em;}
.table-responsive table { width: 100%;}
hr { clear: both; border: none; border-bottom: dotted 1px #ccc; padding: 1em 0 0; margin-bottom: 30px}
blockquote { padding: 10px; margin-bottom: 1.5em; background: #f8f8f8; border: solid 1px #eee;}
iframe { border: none; max-width: 100%;}
ol li ol { list-style: katakana;}

.en { font-family: 'Roboto', sans-serif; font-weight: 400;}

.color-white { color: #fff!important;}
.color-red { color: #FF0000!important;}
.color-blue { color: #006093!important;}
.color-link { color: #1A0DAB!important;}
.color-lightblue { color: #4EB9D7!important;}

.bold { font-weight: 700!important;}
.mediumbold { font-weight: 500!important;}
.large { font-size: 18px!important;}
.x-large { font-size: 20px!important;}
.xx-large { font-size: 23px!important;}
.small { font-size: 12px!important;}
.medium { font-size: 14px!important;}

.bg-yellow { background-color: #FFE900!important;}
.bg-grey { background-color: #F2F2F2!important;}
.bg-blue { background-color: #4EB9D7!important;}
.bg-white { background-color: #fff!important;}
.bg-harf-yellow {
	position: relative;
	padding-bottom: 30px;
}
.bg-harf-yellow:after {
	content: "";
	width: 100%;
	height: 850px;
	background: #FFE900;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.w100 { width: 100%;}
.max-640 { max-width: 640px; margin: 0 auto;}
.max-720 { max-width: 720px; margin: 0 auto;}
.max-900 { max-width: 900px; margin: 0 auto;}
.mb-6 { margin-bottom: 70px!important;}

a.external-link:after {
	content: "";
	width: 1em;
	height: 1em;
	background: url(/images/icn_external.png) no-repeat 50% 50%;
	background-size: auto 100%;
	display: inline-block;
	vertical-align: middle;
}

/*** header ******************************************************/
.header-nav {
	background: #4EB9D7;
	position: fixed;
	width: 100%;
	min-height: 80px;
	z-index:10000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.header-nav.active { box-shadow: none;}
.header-nav .container.text-start { padding-right: 0;}
.header-entry-btn a {
	background: #fff;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 200px;
	padding: 8px 0;
	display: block;
}
.header-entry-btn a:active {
	background-color: #3E3A3A;
	color: #fff;
	text-decoration: none;
}
.header-menu-btn {
	width: 80px;
	height: 80px;
	background: url(/images/icn_menu.png) no-repeat 50% 50%;
	background-size: 100%;
	text-indent: -9999px;
}
.header-menu-btn.active {
	background-image: url(/images/icn_menu_close.png);
}
.header-toggle-menu {
	background: #fff;
	height: calc( 100vh - 80px );
	padding: 20px 0 0;
	overflow-y: scroll;
	position: relative;
	display: none;
}
.header-toggle-menu.active { display: block;}
.menu-list li {
	margin-bottom: 45px;
	text-align: left;
}
.menu-list li a,
.menu-list li span.inmenu {
	font-size: 20px;
	font-weight: 700;
	display: block;
	border-left: 7px solid #4EB9D7;
	padding: 0 0 3px 10px;
	position: relative;
}
.menu-list li a:after {
	content: "";
	width: 22px;
	height: 14px;
	background: url(/images/icn_down.png) no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
	transform: rotate(270deg);
}
.menu-list li span.inmenu:after {
	content: "";
	width: 22px;
	height: 14px;
	background: url(/images/icn_down.png) no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: 10px;
}
.menu-list li span.inmenu.active:after {
	transform: rotate(180deg);
}
.menu-list .submenu {
	padding-top: 30px;
	margin: 0 0 0 10px;
	display: none;
}
.menu-list .submenu li {
	margin-bottom: 30px;
}
.menu-list .submenu li a {
	font-size: 18px;
	font-weight: 500;
	border: none;
	border-bottom: dotted 1px #000;
	padding: 0 0 5px;
}
.menu-list .submenu li a:after { display: none;}
.header-foot {
	background: #4EB9D7;
	padding: 20px 0;
	width: 100%;
}
.header-foot .header-entry-btn a {
	padding: 15px 0;
}
.header-footmenu li {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.header-footmenu li:last-child,
.header-footmenu li:nth-child(3),
.header-footmenu li:nth-child(4),
.header-footmenu li:nth-child(5){
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.header-footmenu li a {
	color: #fff;
	font-weight: 500;
}
.header-login {
	background: #fff;
	border-radius: 9px;
	padding: 5px;
	min-width: 200px;
}

/*** main   ******************************************************/

main { padding-top: 90px;}
.lp main, #main-index main { padding-top: 80px;}
section { margin-bottom: 80px;}

.lp .mainvisual img { width: 100vw;}

.partner-header {
	width: 100%;
	height: 140px;
	background: url(/images/pageheader_partner_sp.jpg) no-repeat 50% 50%;
	background-size: cover;
 }

/* headline */
.headline-pagetitle {
	font-size: 28px;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
#new-entry .headline-pagetitle {
	margin-bottom: 20px;
}
.headline-pagetitle.icn-handshake {
	background: url(/images/icn_handshake.png) no-repeat 50% 0%;
	background-size: 66px;
	padding-top: 75px;
	text-align: center;
}
.headline-pagetitle.icn-beginner {
	background: url(/images/icn_begineer.png) no-repeat 50% 0%;
	background-size: 35px;
	padding-top: 65px;
	text-align: center;
}
.headline-pagetitle.icn-aircon {
	background: url(/images/icn_aircon.png) no-repeat 50% 0%;
	background-size: 105px;
	padding-top: 90px;
	text-align: center;
}
.headline-pagetitle.icn-rangefood {
	background: url(/images/icn_rangefood.png) no-repeat 50% 0%;
	background-size: 80px;
	padding-top: 90px;
	text-align: center;
}
.headline-pagetitle.icn-mizumawari {
	background: url(/images/icn_mizumawari.png) no-repeat 50% 0%;
	background-size: 57px;
	padding-top: 90px;
	text-align: center;
}
.headline-pagetitle.icn-room {
	background: url(/images/icn_room.png) no-repeat 50% 0%;
	background-size: 80px;
	padding-top: 90px;
	text-align: center;
}
.headline-pagetitle.icn-gift {
	background: url(/images/icn_gift.png) no-repeat 50% 0%;
	background-size: 77px;
	padding-top: 90px;
	text-align: center;
}
.headline-pagetitle.icn-mado {
	background: url(/images/icn_mado.png) no-repeat 50% 0%;
	background-size: 50px;
	padding-top: 80px;
	text-align: center;
}
.headline-pagetitle.icn-yuka {
	background: url(/images/icn_yuka.png) no-repeat 50% 0%;
	background-size: 65px;
	padding-top: 80px;
	text-align: center;
}
.headline-bold {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}
.headline-bold2 {
	font-size: 18px;
	font-weight: 700;
}
.headline-bold3 {
	font-size: 23px;
	font-weight: 700;
}
.headline-bold4 {
	font-size: 28px;
	font-weight: 700;
}
.headline-icn,
.entry-body h2 {
	font-size: 22px;
	font-weight: 700;
	background: url(/images/icn_headline_lb.png) no-repeat 0 4px;
	background-size: 28px;
	padding: 3px 0 3px 35px;
	margin-bottom: 15px;
	text-align: left;
}
.headline-icn-blue,
.entry-body h3 {
	font-size: 22px;
	font-weight: 700;
	background: url(/images/icn_headline.png) no-repeat 0 4px;
	background-size: 28px;
	padding: 3px 0 3px 35px;
	margin-bottom: 15px;
	text-align: left;
}
.headline-login,
.entry-body h4 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.headline-login .en {
	font-size: 12px;
	color: #4EB9D7;
	display: block;
}
.headline-bgdarkblue {
	background: #005D93;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.headline-bgblue,
.entry-body h1 {
	background: #4EB9D7;
	padding: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 20px;
}
.headline-bgblue.en {
	letter-spacing: 0.05em;
}
.headline-item {
	font-size: 20px;
	font-weight: 700;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	margin-bottom: 20px;
}
.headline-item span {
	display: block;
}
.headline-item span.icn-bunkai {
	background: #FFE900;
	width: 80px;
	font-weight: 500;
	font-size: 14px;
	padding: 4px 0;
	text-align: center;
	margin-right: 10px;
}
.headline-item.in-icn span.inicn-title {
	width: calc( 100% - 90px);	
}
.headline-blogtitle {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: solid 1px #4EB9D7;
}
.headline-bluebold {
	color: #4848C0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}


/* button */
.btn-yellow a {
	color: #000;
	background: #FFE900;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	transition-duration: 0.3s;
}
.btn-blue a {
	background: #4848C0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	border-radius: 2px;
	transition-duration: 0.3s;
}
.btn-green a {
	background: #81BE5C;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	max-width: 170px;
	border-radius: 6px;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	transition-duration: 0.3s;
}
.btn-item-cart input[type=submit],
.btn-item-cart a {
	background: #4848C0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 220px;
	max-width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	border-radius: 6px;
	transition-duration: 0.3s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.btn-item-cart input[type=submit] {
	padding: 15px 0 15px 20px;
}
.btn-item-cart a:before {
	content: "";
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	background: url(/images/icn_cart_w.png) no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
}
.icn-cart {
	width: 220px;
	position: relative;
}
.icn-cart:before {
	content: "";
	width: 20px;
	height: 18px;
	display: block;
	margin-right: 5px;
	background: url(/images/icn_cart_w.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	left: 20px;
	top: calc(50% - 9px);
}
.btn-item-contact a {
	background: #4848C0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	border-radius: 2px;
	transition-duration: 0.3s;
}
.btn-item-contact a:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	background: url(/images/icn_mail_w.png) no-repeat 50% 50%;
	background-size: 100%;
	vertical-align: middle;
}
input[type=reset].btn-item-reset,
input[type=button].btn-item-reset {
	background: #fff;
	border: solid 1px #AAAAAA;
	color: #3E3A3A;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	border-radius: 0px;
	transition-duration: 0.3s;
}
.btn-short { max-width: 200px;}
.btn-search a {
	background: #4848C0 url(/images/icn_search.png) no-repeat 40px 50%;
	background-size: 37px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 20px 0 20px 40px;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	border-radius: 45px;
	transition-duration: 0.3s;
}
.btn-search a:active,
.btn-item-contact a:active,
.btn-yellow a:active,
.btn-blue a:active,
.btn-green a:active,
input.btn-item-blue:active,
.btn-item-reset:active {
	background-color: #3E3A3A;
	color: #fff;
	text-decoration: none;
}



/* list */
.list-cicle li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.list-circle li:before {
	content: "●";
	color: #4EB9D7;
	display: inline-block;
	margin-right: 5px;
}
.list-normal li:before {
	display: none;
}
.list-text li a {
	background: #F2F2F2;
	border-radius: 21px;
	display: inline-block;
	width: 165px;
	padding: 10px 0;
	color: #000;
}
.list-circle-inline li {
	display: inline-block;
	margin-right: 20px;
}
.list-circle-inline li:before {
	content: "●";
	color: #4848C0;
	display: inline-block;
	margin-right: 5px;
}

/* form */
label { cursor: pointer;}
form .btns div { width: 170px;}
input[type=button] { border: none;}
input[type=submit] {
	width: 100%;
	background: #81BE5C;
	border: solid 1px #81BE5C;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	padding: 20px 15px;
	max-width: 170px;
}
input[type=submit].submit-blue {
	background: #4848C0;
	border: solid 1px #4848C0;
	max-width: 200px;
}
input[type=reset] {
	width: 100%;
	background: #fff;
	border: solid 1px #909090;
	border-radius: 6px;
	color: #081316;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	padding: 20px 15px;
	max-width: 170px;
}
input[type=submit]:active,
input[type=reset]:active {
	color: #fff;
	background: #3E3A3A;
	border-color: #3E3A3A;
}
.search-form input[type=submit] {
	width: 90px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	background: #4EB9D7;
	border-color: #4EB9D7;
	border-radius: 2px;
	box-shadow: none;
}
.search-form input[type=reset] {
	width: 90px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	border-color: #aaa;
	border-radius: 2px;
	box-shadow: none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
textarea, select {
	background: #fff;
	border: solid 1px #BFBFBF;
	border-radius: 6px;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}
.user-form input[type=text],
.user-form input[type=tel],
.user-form input[type=email],
.user-form select {
	border-radius: 3px;
	padding: 8px 10px;
}
.item-countbox input[type=number] {
	border-radius: 6px;
	text-align: center;
}
select {
	background: url(/images/icn_down.png) no-repeat 96% 15px #fff;
	background-size: 14px;
}
input[type=checkbox],
input[type=radio] {
  transform: scale(1.3);
}
textarea { height: 160px;}
textarea.contact-body { height: 300px;}
button.btn-narrow {
	background: #F2F2F2;
	border: solid 1px #aaa;
	border-radius: 4px;
	width: 160px;
	text-align: center;
	font-weight: 500;
	padding: 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-newentry a {
	background: #F2F2F2;
	border: solid 1px #aaa;
	border-radius: 4px;
	width: 160px;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 6px 10px;
	text-decoration: none;
}
.btn-grey-short a {
	background: #F2F2F2;
	border: solid 1px #A8A8A8;
	border-radius: 4px;
	width: 140px;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 11px 10px;
	text-decoration: none;
}
.btn-entry-short a {
	background: #4EB9D7;
	border: solid 1px #4EB9D7;
	border-radius: 4px;
	width: 140px;
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 11px 10px;
	text-decoration: none;
	color: #fff;
}
.btn-remove a {
	background: #FF0000;
	border: solid 1px #FF0000;
	color: #fff;
	border-radius: 4px;
	width: 140px;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 6px 10px;
	text-decoration: none;
}
button.btn-narrow:after {
	content: "";
	width: 20px;
	height: 24px;
	background: url(/images/icn_narrow.png) no-repeat 0% 0%;
	background-size: 100%;
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-bottom;
}
.btn-newentry a:active,
.btn-remove a:active,
button.btn-narrow:active,
.btn-grey-short a:active,
.btn-entry-short a:active {
	color: #fff;
	background-color: #3E3A3A;
	border-color: #3E3A3A;
}
button.btn-narrow:active:after {
	background-image: url(/images/icn_narrow_w.png);
}
.input-large { width: 100%;}
.input-medium { max-width: 350px;}
.input-short { max-width: 130px;}
.input-mini { max-width: 75px;}
.item-box .input-mini { border-radius: 2px; padding: 5px;}
::-webkit-input-placeholder { color:#909090;}
:-ms-input-placeholder { color:#909090}
::placeholder{ color:#909090}

/* mypage */
.search-form input[type=text],
.search-form select {
	border-radius: 2px;
	padding: 6px;
}
.search-form select {
	min-width: 180px;
	background-position-y: 12px;
}
.admin-search .select-medium { width: 250px;}
.admin-search .input-medium { width: 250px;}
input[type=text].icn-calendar {
	background: url(/images/icn_calendar.png) no-repeat 95% 50% #fff;
	background-size: 16px;
}
.search-seiso .block-label { min-width: 70px;}

/* breadcrumb */
.other-menu .breadcrumb { padding-top: 0.5rem;}
.breadcrumb li { margin-right: 5px;}
.breadcrumb li:after { content: ">"; display: inline-block; padding-left: 5px;}
.breadcrumb li:last-child:after { content: ""; display: none;}
.breadcrumb img {
	display: inline-block;
	margin-top: -3px;
}

/* pagenavi */
.pagenavigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	font-weight: 500;
	line-height: 1;
}
.pagenavigation ul li {
	margin-left: 15px;
	border-left: solid 1px #3E3A3A;
	padding-left: 15px;
}
.pagenavigation ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}
.pagenavigation ul li a:active,
.pagenavigation ul li span.thispage {
	text-decoration: none;
	font-weight: 700;
}
.page-navigation .prev a:before,
.page-navigation .next a:after {
	content: "";
	width: 20px;
	height: 33px;
	background: url(/images/icn_prev.png) no-repeat 50% 50%;
	background-size: 100%;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.page-navigation .next a:after {
	margin: 0 0 0 15px;
	transform: rotate(180deg);
}
.page-navigation div { height: 33px;}


/* index */
.sp-slide img {
	width: 100%;
}
.sp-buttons {
	position: absolute;
	bottom: 0;
	z-index: 5;
}
.sp-button {
	width: 14px;
	height: 6px;
	border: solid 1px #3E3A3B;
	border-radius: 0;
	background: #fff;
}
.sp-selected-button {
	background: #3E3A3B;
}
.index-news .container { position: relative;}
.index-news-logo { width: 86px;}
.index-news-entrydeta {
/*	width: calc( 100% - 96px);*/
	padding-left: 10px;
}
.index-news-title {
	padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headline-index-information {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.entry-textbox {
	padding-top: 3px;
}
.entry-textbox .category a {
	display: inline-block;
	border: solid 1px #4B6070;
	border-radius: 13px;
	background: #fff;
	padding: 2px 10px;
}
.entry-textbox .category a:active {
	background: #4B6070;
	color: #fff;
	text-decoration: none;
}
.index-news-more {
	position: absolute;
	left: 35px;
	bottom: -5px;
}
.icn-more:after {
	content: "";
	width: 8px;
	height: 13px;
	display: inline-block;
	background: url(/images/icn_more.png) no-repeat 50% 50%;
	background-size: 100%;
	margin-left: 10px;
	vertical-align: middle;
}
.onayami-list li {
	position: relative;
	margin-top: 0;
}
.onayami-list li a { color: #000;}
.onayami-list li a:active { text-decoration: none;}
.onayami-list .onayami-title {
	background: #4EB9D7;
	text-align: start;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 10px;
	line-height: 1.4;
	position: relative;
}
.onayami-list .onayami-no1, .onayami-list .onayami-no2, .onayami-list .onayami-no3 {
	padding-left: 50px;
}
.onayami-list .onayami-no1:before {
	content: "";
	width: 40px;
	height: 57px;
	background: url(/images/icn_no1.png) no-repeat 0% 0%;
	background-size: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
}
.onayami-list .onayami-no2:before {
	content: "";
	width: 40px;
	height: 57px;
	background: url(/images/icn_no2.png) no-repeat 0% 0%;
	background-size: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
}
.onayami-list .onayami-no3:before {
	content: "";
	width: 40px;
	height: 57px;
	background: url(/images/icn_no3.png) no-repeat 0% 0%;
	background-size: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
}
.onayami-list .yellow-label {
	background: #FFE900;
	border-radius: 12px;
	line-height: 1;
	padding: 7px 10px;
	text-align: center;
	width: 170px;
	text-align: center;
	margin: 0;
}
.onayami-img {
	position: absolute;
	right: 15px;
	top: 15px;
}
.onayami-list .onayami-inner {
	border: solid 1px #C3C3C3;
	border-top: none;
	padding-top: 25px;
	line-height: 1.3;
}
.onayami-sub { font-size: 14px; font-weight: 500;}
.onayami-list .onayami-menu {
	font-size: 20px;
	margin-bottom: 5px;
}
.onayami-price {
	font-size: 23px;
	color: #FF0000;
}
.btn-onayami-more span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
	border: solid 1px #C3C3C3;
	border-radius: 2px;
	color: #000;
	background: #fff;
	width: 95px;
	padding: 5px 10px;
	text-align: left;
	position: relative;
}
.btn-onayami-more span:after {
	content: "";
	width: 8px;
	height: 16px;
	display: inline-block;
	background: url(/images/icn_more2.png) no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
}
.onayami-list a:active .btn-onayami-more span {
	background: #3E3A3A;
	color: #fff;
}
.onayami-list a:active .btn-onayami-more span:after {
	background-image: url(/images/icn_more2_w.png);
}
.index-feature-list li .feature-box {
	border: solid 1px #C3C3C3;
	border-radius: 10px;
	padding: 15px 30px 20px;
	background: #fff;
}
.feature-no {
	font-size: 65px;
	color: #4EB9D7;
	line-height: 1;
}
.bg-bottomblue {
	position: relative;
}
.bg-bottomblue:after {
	content: "";
	background: #4EB9D7;
	display: block;
	width: 100%;
	height: 70%;
	z-index: -1;
	position: absolute;
	bottom: 0;
}

.flow-order li {
	background: #fff;
	width: 100%;
	margin-bottom: 55px;
	position: relative;
}
.flow-order li:last-child { margin-bottom: 0;}
.flow-order li:after {
	content: "";
	width: 28px;
	height: 24px;
	background: url(/images/icn_flowarrow.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -14px;
}
.flow-order li:last-child:after { display: none;} 
.flow-order li .en {
	font-size: 29px;
	font-weight: 700;
	background: #4EB9D7;
	width: 72px;
	padding: 21px 0;
	line-height: 1;
	color: #fff;
}
.flow-order li .flow-text {
	font-size: 18px;
	font-weight: 500;
	width: calc( 100% - 70px );
	padding: 12px 70px 12px 15px;
	text-align: left;
	line-height: 1.3;
}
.flow-order li:nth-child(1) .flow-text {
	background: url(/images/icn_orderflow01.png) no-repeat 96% 50%;
	background-size: 47px;
}
.flow-order li:nth-child(2) .flow-text {
	background: url(/images/icn_orderflow02.png) no-repeat 96% 50%;
	background-size: 48px;
}
.flow-order li:nth-child(3) .flow-text {
	background: url(/images/icn_orderflow03.png) no-repeat 97% 50%;
	background-size: 46px;
}
.flow-order li:nth-child(4) .flow-text {
	background: url(/images/icn_orderflow04.png) no-repeat 97% 50%;
	background-size: 48px;
}
.flow-order li:nth-child(5) .flow-text {
	background: url(/images/icn_orderflow05.png) no-repeat 95% 50%;
	background-size: 41px;
}
.flow-order li:nth-child(6) .flow-text {
	background: url(/images/icn_orderflow06.png) no-repeat 94% 50%;
	background-size: 39px;
}
.flow-order li:nth-child(7) .flow-text {
	background: url(/images/icn_orderflow07.png) no-repeat 98% 0%;
	background-size: 61px;
}
.faq-list {
	text-align: left;
	margin-bottom: 30px;
}
.faq-list dt {
	background: #F2F2F2;
	border-radius: 4px;
	padding: 13px 30px 13px 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.3;
}
.faq-list dt:after {
	content: "";
	width: 16px;
	height: 18px;
	background: url(/images/icn_down.png) no-repeat 50% 50%;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 13px;
}
.faq-list dt.active:after {
	background-image: url(/images/icn_up.png);
}
.faq-list dt .en {
	display: block;
	background: #4EB9D7;
	border-radius: 12px;
	padding: 0 8px;
	margin-right: 10px;
	color: #fff;
}
.faq-list dd {
	display: none;
}

.law-tbl {
	border: none;
	border-top: solid 1px #C3C3C3;
	border-left:  solid 1px #C3C3C3;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.law-tbl th,
.law-tbl td {
	border: none;
	border-bottom: solid 1px #C3C3C3;
	border-right: solid 1px #C3C3C3;
	padding: 15px;
	text-align: left;
}
.law-tbl th {
	border-right: none;
	background: #F2F2F2;
	width: 200px;
}
.flow-howto li {
	background: #fff;
	width: 100%;
	margin-bottom: 55px;
	position: relative;
}
.flow-howto li:last-child { margin-bottom: 0;}
.flow-howto li:after {
	content: "";
	width: 28px;
	height: 24px;
	background: url(/images/icn_flowarrow.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -14px;
}
.flow-howto li:last-child:after { display: none;} 
.flow-howto li .howto-order-box {
	border: solid 1px #C3C3C3;
	padding: 15px;
}
.howto-order-box.row { margin: 0;}
.howtoorder-titlebox {
	margin: -15px 0 15px -27px;
}
.howtoorder-titlebox .en {
	width: 72px;
	height: 72px;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #4EB9D7;
	margin-right: 15px;
}
.howtoorder-title {
	font-size: 22px;
	font-weight: 700;
	width: calc( 100% - 87px );
	line-height: 1.4;
}

.item-box {
	border: solid 2px #4848C0;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	width: 100%;
	padding: 15px;
}
.lp .item-box {
	border: solid 1px #C3C3C3;
}
.item-detail {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}
.item-detail dt {
	background: #F2F2F2;
	width: 80px;
	font-weight: 500;
	font-size: 14px;
	padding: 4px 0;
	text-align: center;
	margin-right: 10px;
}
.item-detail dd {
	width: calc( 100% - 90px);	
}
.item-detail dd .price,
.price-open .price {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}
.sorry-title { font-size: 18px;}

.info-list li .info-thumb {
	width: 100%;
	position: relative;
}
.info-list li .info-thumb img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}
.info-list li .info-thumb .category a {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #000;
	padding: 5px;
	width: 100px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.info-list li .info-thumb .category a:active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.info-list li .info-text .info-title {
	line-height: 1.4;
}
.entry-deta .category a {
	display: inline-block;
	border: solid 1px #4B6070;
	color: #4B6070;
	padding: 2px 15px;
	border-radius: 13px;
	text-decoration: none;
}
.entry-deta .category a:active {
	background-color: #486070;
	color: #fff;
	text-decoration: none;
}

/* new-entry */
.form-box {
	border-radius: 10px;
	padding: 30px 15px;
}
.admin-search.form-box {
	border-radius: 0;
	padding: 20px 15px;
}
.block-label {
	font-weight: 500;
	margin-bottom: 10px;
}
.select-block {
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 2px;
	margin-bottom: 10px;
}
.select-block-title {
	font-weight: 500;
	padding: 15px 20px;
	background: url(/images/icn_down.png) no-repeat 96% 50%;
	background-size: 14px;
}
.select-block-title.active {
	background-image: url(/images/icn_up.png);
}
.select-block-toggle {
	padding: 0 20px 15px;
}
.form-parts-attention {
	font-size: 12px;
	line-height: 1.4;
	display: inline-block;
}
.agreement-box {
	background: #fff;
	border: solid 1px #BFBFBF;
	padding: 20px;
	height: 390px;
	overflow-y: scroll;
}

/* mypage */
table.search-result,
.entry-body table,
.member-display,
.order-check {
	border: none;
	border-top: solid 1px #c3c3c3;
	border-left:  solid 1px #c3c3c3;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.entry-body table { margin-bottom: 20px;}
table.search-result th,
table.search-result td,
.entry-body table th,
.entry-body table td,
.member-display th,
.member-display td,
.order-check th,
.order-check td {
	border: none;
	border-bottom: solid 1px #C3C3C3;
	border-right: solid 1px #C3C3C3;
	padding: 10px;
	text-align: left;
}
table.search-result thead th,
.member-display th,
.order-check th {
	background: #F2F2F2;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}
.order-check tr th:nth-child(2) { width: 15%;}

/* admin */
.admin-sidenav {
	margin-top: -10px;
	padding-left: 30px;
	position: sticky;
	min-height: calc( 100vh - 80px );
}
.headline-sidenav {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.headline-sidenav-blue {
	font-size: 18px;
	font-weight: 700;
	border-left: solid 8px #4EB9D7;
	padding: 0 0 3px 5px;
	margin-bottom: 15px;
}
.sidenav-list li {
	margin-bottom: 10px;
}
.sidenav-list li a {
	display: block;
	width: 100%;
	background: #fff;
	padding: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
}
.sidenav-list li a.thispage,
.sidenav-list li a:active {
	background: #005D93;
	color: #fff;
	text-decoration: none;
}
#admin-page .member-list {
	width: 100%;
}
#admin-page table.member-list thead th {
	padding: 5px 10px;
}
#admin-page table.member-list tbody td { line-height: 1.5;}
#admin-page table.member-list tbody td:nth-child(3){ width: 20%;}
#admin-page table.member-list tbody td:nth-child(5){ width: 40%;}
.sign-blue, .sign-pink {
	display: block;
	background: #4EB9D7;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 23px;
	width: 25px;
	height: 25px;
	margin: 0 auto;
}
.sign-pink { background: #F86FC9;}
.btn-grey-mini a {
	display: block;
	background: #F2F2F2;
	border: solid 1px #9A9898;
	box-shadow: 0 2px 0 rgba(0,0,0,0.16);
	font-size: 12px;
	font-weight: 500;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
}
.btn-grey-mini a:active {
	background: #3E3A3A;
	color: #fff;
	text-decoration: none;
}
.member-status {
	border: solid 1px #C3C3C3;
	margin-bottom: 0;
}
.member-status th {
	background: #266295;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 15px;
	min-width: 80px;
}
.member-status td {
	padding: 8px 15px;
	margin-bottom: 0;
	width: 250px;
}
.member-display th {
	line-height: 1.4;
	border-radius: 0;
	padding: 10px 0;
	min-width: 80px;
}
.member-display td {
	width: 25%;
}
.user-form .member-display th {
	padding: 10px;
	text-align: left;
}
.user-form .member-display td {
	width: 70%;
}
.select-menu {
	border: solid 2px #4EB9D7;
	border-radius: 6px;
	padding: 15px;
}
.select-menu .select-menu-title {
	max-width: 536px;
	background: #FFE900;
	border-radius: 30px;
	margin: -40px auto 40px;
	color: #000;
	font-size: 26px;
	padding: 10px 0;
}
.select-menu ul {
	line-height: 1.4;
}
.select-menu ul li a { color: #081316;}
.partner-tooltip {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 15px 10px;
  width: 100%;
  min-width: 120px;
  max-width: 100%;
  line-height: 1.4;
  background: #fff;
}
.partner-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.partner-yellow {
	padding-top: 70px;
	position: relative;
}
.partner-yellow:before {
	content: "";
	width: 126px;
	height: 119px;
	background: url(/images/icn_hokkaido.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	top: -60px;
	left: calc(50% - 63px);
}
.partner-point-box {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border: solid 1px #C3C3C3;
	border-radius: 2px;
	height: 100%;
	padding: 30px 20px 20px;
	position: relative;
}
.partner-point-box p { margin-bottom: 0;}
.partner-point-box .head-ribbon {
	background: url(/images/ribbon_red.png) no-repeat 50% 0%;
	background-size: 100%;
	color: #fff;
	padding: 0 0 15px;
	font-size: 24px;
	margin-top: -60px;
}
.nikukyu { position: relative; overflow-x: hidden;}
.nikukyu:before {
	content: "";
	width: 80px;
	height: 78px;
	background: url(/images/icn_nikukyu.png) no-repeat 0 0;
	background-size: 80px;
	display: block;
	position: absolute;
	right: -20px;
	top: 40px;
}
.nikukyu:after {
	content: "";
	width: 80px;
	height: 78px;
	background: url(/images/icn_nikukyu.png) no-repeat 0 0;
	background-size: 80px;
	display: block;
	position: absolute;
	left: -20px;
	top: 40px;
	transform: scale(-1,1);
}
.cart-flow li {
	border: solid 2px #C3C3C3;
	border-radius: 4px;
	color: #C3C3C3;
	width: 49%;
	padding: 10px;
	line-height: 1.18;
	margin-bottom: 10px;
}
.cart-flow li#thispage {
	background: #C3C3C3;
	color: #fff;
}
.cart-flow li span {
	display: block;
	font-size: 24px;
}
table.price-check {
	width: 100%;
}
table.price-check th,
table.price-check td {
	padding: 10px 0;
	border-bottom: dotted 1px #000000;
}
table.price-check tr:last-child th,
table.price-check tr:last-child td {
	border-bottom: none;
	font-size: 22px;
}

/* datapicker */
.datepicker-dropdown {
	padding: 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.datepicker thead th {
	font-size: 14px;
	width: 14%;
}
.datepicker thead tr:last-child th:first-child { color: #D45F5F;}
.datepicker thead tr:last-child th:last-child { color: #5F6ED4}
.datepicker tbody td, .datepicker tbody th {
	width: 35px;
	height: 30px;
}
.datepicker table tr td.new, .datepicker table tr td.old { color: #cfcfcf;}

/* stripe */
body main .stripe-button-el {
	color: #000;
	background: #FFE900;
	text-align: center;
	width: 350px;
	max-width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	transition-duration: 0.3s;
}
body main .stripe-button-el span {
	color: #000;
	display: inline;
    min-height: auto;
    font-size: 22px;
    font-weight: 700;
    font-family: inherit;
    padding: 0;
    background: transparent;
    height: auto;
    line-height: 1.2;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: unset;
}

.thanks-box {
	color: #fff;
	font-weight: 700;
	background: #4EB9D7;
	max-width: 540px;
	margin: 150px auto 0;
	padding: 120px 20px 20px;
	border-radius: 7px;
	position: relative;
}
.thanks-box:before {
	content: "";
	width: 250px;
	height: 237px;
	background: url(/images/fix_partner.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	top: -130px;
	left: calc(50% - 100px);
}
.thanks-box.stay-partner:before {
	content: "";
	width: 242px;
	height: 235px;
	background: url(/images/fix_stay.png) no-repeat 50% 50%;
	background-size: 100%;
	position: absolute;
	top: -130px;
	left: calc(50% - 90px);
}
.thanks-box p { line-height: 1.4;}

/*** footer ******************************************************/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.footer-copyright {
	padding: 10px;
}
#admin-page .footer-copyright { padding: 10px 0;}

/* SMALL SP ///////////////////////////////////////////////////////////*/
@media screen and ( max-width: 320px) {
	br.sp-only { display: none;}
	.header-nav h1 img { max-width: 220px;}
	.flow-order li .flow-text { font-size: 16px;}
	.onayami-list .onayami-menu { font-size: 18px;}
	.onayami-sub { font-size: 12px;}
	.onayami-list .yellow-label{
		font-size: 12px;
		width: 135px;
		padding: 7px 5px;
	}
	.onayami-list li:nth-child(1) .onayami-img img { width: 96px;}
	.onayami-list li:nth-child(2) .onayami-img img { width: 90px;}
	.onayami-list li:nth-child(3) .onayami-img img { width: 93px;}
	.onayami-list li:nth-child(4) .onayami-img img { width: 110px;}
}

@media screen and ( max-width: 420px) {
	.law-tbl,
	.law-tbl tbody,
	.law-tbl tr,
	.law-tbl th,
	.law-tbl td,
	.user-form .member-display,
	.user-form .member-display tbody,
	.user-form .member-display tr,
	.user-form .member-display th,
	.user-form .member-display td { display: block;}
	.user-form .member-display th,
	.user-form .member-display td { width: 100%;}
	.law-tbl th {
		border-right: solid 1px #C3C3C3;
		width: 100%;
	}
	footer { padding-bottom: 80px;}
	#mypage footer { padding-bottom: 0;}
	.fixedmenu {
		width: 100%;
		background: #4EB9D7;
		height: 80px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 8;
	}
	.fixedmenu .d-flex div {
		width: 33.33%;
		text-align: center;
		position: relative;
	}
	.fixedmenu .d-flex div:after {
		content: "";
		display: block;
		width: 1px;
		height: 80px;
		background: url(/images/border_w.png) no-repeat 50% 50%;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.fixedmenu .d-flex div:last-child:after { display: none;}
	.fixedmenu .cart-items {
		display: inline-block;
		width: 22px;
		height: 22px;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		background: #FFE900;
		border: solid 1px #000;
		border-radius: 50%;
		position: absolute;
		top: 7px;
		left: 50%;
		margin-left: -11px;
		z-index: 10;
	}
	#pagetop { bottom: 90px;}
	#mypage #pagetop { bottom: 10px;}
}


/* SMALL SP ///////////////////////////////////////////////////////////*/
@media screen and (max-width: 360px) {}

/* LARGE SP ///////////////////////////////////////////////////////////*/
@media screen and (min-width: 412px) {}

/* TABLET /////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 768px){
	.sp-buttons { bottom: 10px;}
	.form-box {	padding: 30px;}
	.form-parts-attention { font-size: 14px;}
	.header-footmenu li:nth-child(3),
	.header-footmenu li:nth-child(5) {
		margin-right: 5px;
		padding-right: 5px;
		border-right: solid 1px #fff;
	}
	.header-footmenu li:last-child {
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.onayami-list .onayami-menu{ font-size: 19px;}
	.flow-order li:nth-child(5) .flow-text {
		background-position-x: 97%;
	}
	.flow-order li:nth-child(6) .flow-text {
		background-position-x: 96%;
	}
	.faq-list dt { font-size: 18px; padding: 15px;}
	.faq-list dt:after {
		top: 23px;
		right: 15px;
	}
	.faq-list dt .en { font-size: 20px; border-radius: 16px;}
	.col-md-auto { width: auto;}

	.headline-login { font-size: 26px;}
	.search-title .headline-login { font-size: 20px;}
	.headline-login .en { font-size: 16px;}
	.headline-pagetitle.icn-beginner { background-size: 44px; padding-top: 75px;}
	.sorry-title { font-size: 23px;}
	
	.item-box.col-md-6 {
		width: 50%
	}
	.partner-header {
		height: 250px;
		background-image: url(/images/pageheader_partner.jpg)
	 }
	 .cart-flow li { width: 24%;}
	 table.price-check th,
	 table.price-check td { font-size: 18px;}
	 table.price-check tr:last-child th,
	 table.price-check tr:last-child td { font-size: 28px;}

	 .nikukyu:before {
		width: 100px;
		height: 97px;
		background-size: 100%;
		 right: 0px;
		 top: 20px;
	 }
	 .nikukyu:after {
		width: 100px;
		height: 97px;
		 background-size: 100%;
		 left: 0;
		 top: 20px;
	 }
	 .user-form .member-display th { width: 160px; font-size: 16px;}
	 .user-form .member-display td { width: calc( 100% - 160px );}
}

@media print, screen and (min-width: 1024px){
	.header-footmenu li:nth-child(4) {
		margin-right: 5px;
		padding-right: 5px;
		border-right: solid 1px #fff;
	}
}

/* PC /////////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 1025px){
	
	a:hover,
	a.underline:hover {
		color: #081316;
		text-decoration: underline;
	}
	a:hover img,
	.header-menu-btn:hover,
	.header-cart-btn .cart-toggle:hover {
		opacity: 0.8;
		transition-duration: 0.3s;
		cursor: pointer;
	}
	.menu-list li a:hover,
	.select-menu li a:hover {
		opacity: 0.7;
		transition-duration: 0.3s;
		cursor: pointer;
		text-decoration: none;
	}
	#mvslider a:hover img {
		opacity: 1;
	}
	input[type=submit]:hover,
	input[type=reset]:hover,
	.btn-grey-mini a:hover,
	.btn-remove a:hover,
	.btn-grey-short a:hover,
	.btn-entry-short a:hover,
	.btn-item-contact a:hover,
	input.btn-item-reset:hover {
		color: #fff;
		background: #3E3A3A;
		border-color: #3E3A3A;
		transition-duration: 0.3s;
		text-decoration: none;
	}
	.btn-search a:hover,
	.btn-yellow a:hover,
	.onayami-list a:hover .btn-onayami-more span,
	.btn-blue a:hover,
	input.btn-item-blue:hover,
	.btn-green a:hover,
	.list-text li a:hover,
	.btn-item-cart a:hover {
		background-color: #3E3A3A;
		color: #fff;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	.btn-newentry a:hover,
	button.btn-narrow:hover {
		color: #fff;
		background-color: #3E3A3A;
		border-color: #3E3A3A;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	button.btn-narrow:hover:after {
		background-image: url(/images/icn_narrow_w.png);
		transition-duration: 0.3s;
	}
	.onayami-list li a:hover .btn-onayami-more span:after {
		background-image: url(/images/icn_more2_w.png);
	}
	.entry-deta .category a:hover {
		background-color: #486070;
		color: #fff;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	.sidenav-list li a:hover {
		background: #005D93;
		color: #fff;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	.onayami-list li a:hover {
		text-decoration: none;
	}
	.onayami-list li a:hover .onayami-inner { border-color: #000;}
	.onayami-list li a:hover img {
		opacity: 1;
	}
	.togglemenu { cursor: pointer;}

	/* header */
	.header-nav .container.text-start { padding-right: calc( 1.5rem * 0.5);}
	.header-entry-btn a {
		width: 145px;
	}
	.header-entry-btn a:hover {
		background-color: #3E3A3A;
		color: #fff;
		text-decoration: none;
	}
	.header-cart-btn { position: relative;}
	.header-cart-btn .cart-items {
		display: inline-block;
		width: 22px;
		height: 22px;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		background: #FFE900;
		border: solid 1px #000;
		border-radius: 50%;
		position: absolute;
		top: 7px;
		left: 50%;
		margin-left: -11px;
		z-index: 10;
	}
	.header-cart-btn .cart-toggle {
		display: block;
		cursor: pointer;
	}
	.header-cart-btn:hover .cart-box {
		display: block;
	}
	.cart-box {
		width: 240px;
		position: absolute;
		top: 80px;
		right: 0;
		background: url(/images/tooltip_top.png) no-repeat 50% 0%;
		background-size: 100%;
		padding-top: 13px;
		z-index: 15;
		display: none;
	}
	.cart-box-inner {
		background: #fff;
		border-left: solid 1px #C3C3C3;
		border-right: solid 1px #C3C3C3;
		padding: 15px 15px 5px;
	}
	.cart-check-btn a {
		display: block;
		background: #FFE900;
		box-shadow: 0 1px 0 rgba(0,0,0,0.16);
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: #000;
		padding: 8px 10px;
		width: 100%;
		transition-duration: 0.2s;
	}
	.cart-check-btn a:after {
		content: "";
		display: inline-block;
		margin-left: 10px;
		width: 14px;
		height: 14px;
		background: url(/images/icn_arrow.png) no-repeat 50% 50%;
		background-size: 100%;
		vertical-align: middle;
		transition-duration: 0.2s;
	}
	.cart-check-btn a:hover {
		background-color: #3E3A3A;
		color: #fff;
		text-decoration: none;
		transition-duration: 0.2s;
	}
	.cart-check-btn a:hover:after {
		background-image: url(/images/icn_arrow_w.png);
		transition-duration: 0.2s;
	}
	.cart-box-price {
		background: #F2F2F2;
		padding: 10px 15px;
		border: solid 1px #C3C3C3;
		border-top: none;
	}
	.menu-list .submenu {
		display: block;
	}
	.menu-list li span.inmenu:after {
		transform: rotate(180deg);
	}
	.menu-list li span.inmenu.active:after {
		transform: rotate(0deg);
	}
	.header-foot {
		width: 100%;
	}
	.header-footmenu li,
	.header-footmenu li:nth-child(3),
	.header-footmenu li:nth-child(4) {
		margin-right: 10px;
		padding-right: 10px;
		border-right: solid 1px #fff;
	}




	/* headline */
	.headline-pagetitle { font-size: 36px;}
	.headline-bold { font-size: 30px;}

	/* index */
	.sp-slide { min-height: 400px;}
	.index-news-logo { width: 100px;}
	.index-news-entrydeta {
		width: 220px;
		padding-left: 0;
	}
	.index-news-title {
		padding-left: 0;
		width: calc( 100% - 320px);
	}
	.index-news-more {
		position: absolute;
		left: auto;
		right: 0;
		bottom: 0;
	}
	.entry-textbox .category a:hover {
		background: #4B6070;
		color: #fff;
		transition-duration: 0.3s;
		text-decoration: none;
	}
	.onayami-list .onayami-title { padding: 10px;}
	.onayami-list .onayami-no1, .onayami-list .onayami-no2, .onayami-list .onayami-no3 { padding-left: 70px;}
	.onayami-list .onayami-no1:before, .onayami-list .onayami-no2:before, .onayami-list .onayami-no3:before {
		width: 61px;
		height: 85px;
	}
	.onayami-list .onayami-sub,
	.onayami-list .yellow-label { font-size: 20px;}
	.onayami-list .yellow-label { border-radius: 18px;}
	.onayami-list .onayami-menu { font-size: 29px;}
	.onayami-price-unit { font-size: 23px;}
	.onayami-price { font-size: 42px;}
	.onayami-list .yellow-label { width: 245px;}
	.onayami-list .onayami-inner { padding-top: 35px;}
	.onayami-list li:nth-child(1) .onayami-img img { width: 145px; height: 81px;}
	.onayami-list li:nth-child(2) .onayami-img img { width: 130px; height: 86px;}
	.onayami-list li:nth-child(3) .onayami-img img { width: 140px; height: 114px;}
	.onayami-list li:nth-child(4) .onayami-img img { width: 174px; height: 104px;}
	.onayami-img { right: 25px;}
	.btn-onayami-more span { font-size: 17px; width: 144px; padding: 10px;}
	.btn-onayami-more span:after { top: 14px;}

	.item-box { padding: 20px 30px;}

	/* new-entry */
	.form-box {	padding: 50px 90px;}
	
	/* mypage */
	.search-title { width: 90px;}
	.search-terms { width: calc( 100% - 300px);}
	.search-btns { width: 200px;}

	.partner-yellow { padding-top: 90px;}
	.partner-yellow:before {
		content: "";
		width: 158px;
		height: 148px;
		background: url(/images/icn_hokkaido.png) no-repeat 50% 50%;
		background-size: 100%;
		position: absolute;
		top: -74px;
		left: calc(50% - 78px);
	}
	.bg-harf-yellow:after { height: 290px;}
	.partner-point-box .head-ribbon {
		background-size: 298px;
		padding: 0 0 15px;
	}
	.nikukyu:before {
	   width: 139px;
	   height: 137px;
	   background-size: 100%;
		right: 0px;
		top: 200px;
	}
	.nikukyu:after {
		width: 139px;
		height: 137px;
		background-size: 100%;
		left: 0;
		top: auto;
		bottom: 160px;
	}
	.nikukyu .container { z-index: 2;}
	

}

/* PC LARGE /////////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 1190px){}
@media print, screen and (min-width: 1300px){
	.col-xl-15 { width: 20%; position: relative;}
	.container { max-width: 1080px;}
	.header-toggle-menu { padding-top: 50px;}
}
@media print, screen and ( min-width: 1440px){}
@media print, screen and (min-width: 1680px){}
@media print, screen and (min-width: 1920px){}
@media print, screen and (min-width: 2560px){}