@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: auto;
}

body {
	width: 100%;
	min-width: 1140px;
	height: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 1.2rem;
	color: #222;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	background: #fff;
	-webkit-text-size-adjust: none;
}

.base_box {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	margin: 0;
	padding: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	display:block;
}

p {
	word-wrap: break-word;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼FONT▼ */
.lora {
	font-family: 'Lora', serif;
}

.arimo {
	font-family: 'Arimo', sans-serif;
}

/* ▼LINK▼ */
a {
	color: #222;
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	backface-visibility: hidden;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

a.no_filter:hover,
.no_filter a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ▼IMG▼ */
img, input[type="image"]{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	backface-visibility: hidden;
}

/*
HEADER
***************************************************************************/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 5000;
}

/* ▼NAVI▼ */
.gnavi_list {
	float: left;
	margin-left: 16px;
}

.gnavi_list li {
	float: left;
}

.gnavi_list li a {
	display: block;
	padding: 0 19px;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
	color: #fff;
	line-height: 80px;
	letter-spacing: 0.28rem;
}

.gnavi_list li:last-child a, .gnavi_list li:last-child a:hover {
	text-decoration: underline;
}

/* ▼INFO▼ */
.h_info {
	float: right;
	margin-top: 18px;
}

.h_info li {
	float: right;
	margin-left: 15px;
	cursor: pointer;
}

.h_info li:last-child { margin-left:0; }

/* ▼SEARCH▼ */
#search_sec {
	display: none;
	padding: 12px 0;
	background: #cac9c9;
}

input[type="text"].search_word {
	display: block;
	float: left;
	width: 1060px;
	height: 55px;
	padding: 10px 20px;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	background: #fff;
	border: none;
}

.search_btn {
	display: block;
	float: right;
}

/*
CONTENTS
***************************************************************************/
#contents {
	margin-top: -230px;
	padding-top: 460px;
}

#contents.top {
	margin-top: -190px;
	padding-top: 190px;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
.topimg {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}

.topimg li {
	height: 100vh;
}

.topimg01 { background:url(../images/topimg01.jpg) center top no-repeat; background-size:cover; }
.topimg02 { background:url(../images/topimg02.jpg) center top no-repeat; background-size:cover; }
.topimg03 { background:url(../images/topimg03.jpg) center top no-repeat; background-size:cover; }
.topimg04 { background:url(../images/topimg04.jpg) center top no-repeat; background-size:cover; }
.topimg05 { background:url(../images/topimg05.jpg) center top no-repeat; background-size:cover; }

.bx-wrapper {
	position: relative;
}

.bx-pager {
	display: none;
}

.bx-controls-direction a {
	display: none;
}

.toptxt {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -60px;
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	font-family: 'Lora', serif;
	line-height: 1.4;
	letter-spacing: 0.4rem;
	-moz-text-shadow: 5px 5px 10px rgba(64, 64, 64, 0.9);
	-webkit-text-shadow: 5px 5px 10px rgba(64, 64, 64, 0.9);
	-ms-text-shadow: 5px 5px 10px rgba(64, 64, 64, 0.9);
	text-shadow: 5px 5px 10px rgba(64, 64, 64, 0.9);
}

.toptxt span {
	font-size: 5rem;
	line-height: 2;
}

.toparrow {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -60px;
	z-index: 1000;
}

/* ▼INFORMATION▼ */
.top_info {
	display: block;
	float: left;
	width: 360px;
	margin: 0 30px 60px 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

.top_info:nth-child(3n) { margin-right:0; }

.top_info .img {
	display: block;
	width: 358px;
	margin-bottom: 10px;
	border: solid 1px #eee;
}

.top_info.list p {
	width: 358px;
	height: 263px;
	text-align: center;
	font-size: 2rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.15rem;
	line-height: 263px;
	background: #f5f5f5;
	border: solid 1px #eee;
}

.top_info.list span {
	padding: 3px;
	border-bottom: solid 1px #222;
}

/* ▼PICKUP ITEM▼ */
.pickup_sec {
	margin-bottom: 100px;
	padding: 60px 0 30px;
	background: #f5f5f5;
}

.top_item {
	display: block;
	float: left;
	width: 360px;
	margin: 0 30px 40px 0;
	text-align: center;
	font-size: 1.4rem;
}

.top_item:nth-child(3n) { margin-right:0; }

.top_item .img {
	display: block;
	width: 358px;
	margin-bottom: 12px;
	border: solid 1px #eee;
}

.top_item .title {
	margin-bottom: 15px;
	line-height: 1.4;
}

.top_item .title span {
	border-bottom: solid 1px #444;
}

/* ▼YOUTUBE▼ */
.top_movie {
	margin-bottom: 100px;
	padding-bottom: 100px;
	text-align: center;
	border-bottom: solid 1px #ddd;
}

/* ▼BANNER▼ */
.bnr_list {
	float: right;
	width: 770px;
}

.bnr_list li {
	float: left;
	margin: 0 0 20px 20px;
}

.bnr_list li:nth-child(2n+1) { margin-left:0; }

/*
PRODUCTS
***************************************************************************/
/* ▼LIST▼ */
.item_list {
	display: block;
	float: left;
	width: 360px;
	margin: 0 30px 60px 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
}

.item_list:nth-child(3n) { margin-right:0; }

.item_list .img {
	display: block;
	width: 360px;
	margin-bottom: 12px;
}

.item_list .title {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.item_list .title span {
	padding: 0 6px 6px;
	border-bottom: solid 1px #222;
}

/* ▼DETAIL▼ */
.item_detail {
	margin: 0 40px 80px;
}

.item_detail .img {
	float: left;
	width: 515px;
}

#zoom_img { display:block; }

#item_main {
	display: block;
	width: 515px;
	margin-bottom: 10px;
}

.item_th li {
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

.item_th li:nth-child(5n) { margin-right:0; }

.item_th li img { width:95px; }

.item_th li:hover img, .zoomThumbActive img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.item_detail .content {
	float: right;
	width: 470px;
	margin-right: 45px;
}

.item_detail .content li {
	padding: 15px 0;
	font-size: 1.4rem;
	border-bottom: solid 1px #eee;
}

.item_detail .content li.title {
	font-size: 2.4rem;
	font-weight: bold;
}

.item_detail .content li.price {
	font-size: 1.6rem;
	font-weight: bold;
}

/* ▼PICKUP▼ */
.item_pickup_sec {
	padding: 70px 0 140px;
	background: #f5f5f5;
}

.item_pick {
	display: block;
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.8;
}

.item_pick:nth-child(4n) { margin-right:0; }

.item_pick .img {
	display: block;
	width: 268px;
	margin-bottom: 15px;
	border: solid 1px #eee;
}

.item_pick .title {
	margin-bottom: 12px;
	line-height: 1.4;
}

.item_pick .title span {
	padding: 0 10px 4px;
	border-bottom: solid 1px #222;
}

/*
INFORMATION
***************************************************************************/
/* ▼LIST▼ */
.info_list {
	display: block;
	float: left;
	width: 360px;
	margin: 0 30px 30px 0;
	font-size: 1.3rem;
	line-height: 1.9;
}

.info_list:nth-child(3n) { margin-right:0; }

.info_list .img {
	display: block;
	width: 358px;
	margin-bottom: 10px;
	border: solid 1px #eee;
}

/* ▼DETAIL▼ */
.info_detail {
	width: 894px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0;
}

.info_detail .date {
	margin: 0 5px;
}

.info_detail .title {
	margin: 0 5px 20px;
	font-size: 2.4rem;
	font-weight: bold;
}

.info_detail .img { width:894px; }

/*
SHOP
***************************************************************************/
.area_title {
	padding-bottom: 8px;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.5rem;
	border-bottom: solid 1px #aaa;
}

.shop_list {
	padding: 35px 0;
	font-size: 1.4rem;
	border-bottom: solid 1px #eee;
}

.shop_list .title {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
}

.shop_list .title span {
	border-bottom: solid 1px #555;
}

.shop_list .info {
	margin: 2px 0;
}

.shop_list .info dt {
	float: left;
	width: 110px;
}

.shop_list .info dd {
	float: left;
	/*width: 440px;*/
}

.icon_map {
	display: inline-block;
	margin-left: 10px;
	padding: 0 12px;
	font-size: 1.2rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.25rem;
	color: #fff;
	background: #231f20;
}

.map_sec {
	margin: 35px 0;
	font-size: 1.4rem;
	line-height: 2.4;
}

.map_sec .map {
	width: 518px;
	height: 518px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.2;
	border: solid 1px #bbb;
}

/*
ABOUT
***************************************************************************/
.about_sec {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0;
}

.about_sec th, .about_sec td {
	padding: 25px 20px;
	vertical-align: middle;
	border-bottom: solid 1px #eee;
}

.about_sec th {
	width: 20%;
}

.about_sec td {
	width: 80%;
}

.about_sec td.list { padding:0; }

.about_sec td.list li {
	padding: 25px 20px;
	border-bottom: solid 1px #eee;
}

.about_sec td.list li:last-child { border-bottom:none; }

/*
RECRUIT
***************************************************************************/
.recruit_sec {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.recruit_sec .title {
	padding-bottom: 8px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
}

.recruit_sec th, .recruit_sec td {
	padding: 25px 0;
	vertical-align: middle;
	border-bottom: solid 1px #eee;
}

.recruit_sec th {
	width: 20%;
	font-weight: bold;
}

.recruit_sec td {
	width: 80%;
}

.entry_sec {
	position: relative;
	padding: 65px 0 100px;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.3rem;
	background: #f5f5f5;
}

.entry_sec > .inner {
	width: 900px;
	margin: 0 auto;
}

.entry_sec .title {
	padding-bottom: 8px;
	font-size: 2.4rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.25rem;
	-moz-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	border-bottom: solid 1px #aaa;
}

.entry_sec:before {
	display: block;
	position: absolute;
	content: url(../recruit/images/arrow.jpg);
	top: 0;
	left: 50%;
	margin-left: -42px;
}

/*
SEARCH
***************************************************************************/
.search_list {
	display: block;
	float: left;
	width: 360px;
	margin: 0 30px 40px 0;
	font-size: 1.4rem;
	line-height: 1.8;
}

.search_list:nth-child(3n) { margin-right:0; }

.search_list .img {
	display: block;
	width: 358px;
	margin-bottom: 10px;
	border: solid 1px #eee;
}

/*
CONTACT
***************************************************************************/
.contact_sec {
	width: 900px;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.contact_sec dl {
	margin-bottom: 30px;
}

.contact_sec dt {
	position: relative;
	float: left;
	width: 190px;
	margin-top: 10px;
}

.contact_sec dt span {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	width: 54px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	background: #932a2a;
}

.contact_sec dd {
	float: right;
	width: 660px;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: 40px 0;
	text-align: center;
	background: #222;
	border-top: solid 1px #d3d3d3;
}

footer small {
	font-size: 1.3rem;
	color: #fff;
}

/*
COMMON SECTION
***************************************************************************/
/* ▼TITLE▼ */
.title01 {
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.25rem;
	-moz-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0.5px rgba(0, 0, 0, 1);
}


/* ▼CATEGORY▼ */
.category_list {
	margin-bottom: 60px;
	padding-bottom: 45px;
	text-align: center;
	border-bottom: solid 1px #ddd;
}

.category_list li {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.4rem;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.15rem;
}

.category_list.meiryo li {
	padding: 0 5px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: bold;
}

.category_list li:after {
	content: '/';
	margin-left: 15px;
	color: #bbb;
}

.category_list.meiryo li:after {
	margin-left: 15px;
}

.category_list li:last-child:after {
	content: '';
	margin-left: 0;
}

.category_list li a {
	color: #bbb;
}

/* ▼PAGINATION▼ */
.page_list {
	text-align: center;
}

.page_list li {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.6rem;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.page_list li a, .page_list li span {
	display: block;
	padding: 5px 12px;
	text-align: center;
	color: #222;
}

.page_list li span {
	border: solid 1px #222;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.w4per { width:4%; }
.w5per { width:5%; }
.w8per { width:8%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w22per { width:22%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%!important; }

.w350 { width:350px!important; }
.w520 { width:520px!important; }
.w560 { width:560px!important; }
.w660 { width:660px!important; }

.h190 { height:190px!important; }

/* ▼area▼ */
.mb140 { margin-bottom:140px!important; }
.mb120 { margin-bottom:120px!important; }
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }
.mb0 { margin-bottom:0!important; }

.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr80 { margin-left:80px!important; margin-right:80px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }

.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }

.ml80 { margin-left:80px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }

.mt90 { margin-top:90px!important; }
.mt80 { margin-top:80px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt55 { margin-top:55px!important; }
.mt50 { margin-top:50px!important; }
.mt45 { margin-top:45px!important; }
.mt40 { margin-top:40px!important; }
.mt30 { margin-top:30px!important; }
.mt20 { margin-top:20px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-80 { margin-top:-80px!important; }

.pb80 { padding-bottom:80px!important; }
.pb25 { padding-bottom:25px!important; }
.pb8 { padding-bottom:8px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }

.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }

.plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size24 { font-size:2.4rem!important; }
.size30 { font-size:3.0rem!important; }

.c_lgray { color:#a6a6a6!important; }
.c_mgray { color:#8a8a8a!important; }
.c_dblue { color:#2a4864!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */

/* ▼line▼ */

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼list▼ */


/* ▼table▼ */



/* ▼form▼ */
input[type="text"], select, textarea, input[type="file"], input[type="tel"], input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	vertical-align: middle;
	border: solid 1px #ddd;
	border-radius: 0;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
	border: solid 1px #222;
	outline: none;
}

select { background:transparent; }

.arrow_select {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: -1;
}

button[type="submit"], .btn_top {
	display: inline-block;
	padding: 15px 80px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #222;
	border: none;
	cursor: pointer;
	letter-spacing: 0.2rem;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

button[type="submit"]:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

textarea {
	padding: 5px;
	font-size: 1.3rem;
}

input[type="text"], input[type="tel"], input[type="email"] { height:35px; }

input[type="radio"], input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: -2px;
}

.hidden_parts {
	position: relative;
}

.hidden_parts input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
}
