@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 1100px;
	height: auto;
	text-align: left;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 1.6rem;
	color: #292929;
	line-height: 2;
}

.base_box {
	position: relative;
	width: 1100px!important;
	margin: 0 auto;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
}

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

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

iframe { border:none; }

li {
	list-style-type: none;
}

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

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

/* ▼LINK▼ */
a {
	color: #e131c2;
	text-decoration: underline;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}

a:hover { text-decoration:none; }

.move_link {
	display: block;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}

.move_link.btm_top:hover {
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
	transform: translate(0,-10px);
}

.move_link.top_btm:hover {
	-webkit-transform: translate(0,10px);
	-moz-transform: translate(0,10px);
	-ms-transform: translate(0,10px);
	transform: translate(0,10px);
}

.move_link.left_right:hover {
	-webkit-transform: translate(10px,0);
	-moz-transform: translate(10px,0);
	-ms-transform: translate(10px,0);
	transform: translate(10px,0);
}

.move_link.right_left:hover {
	-webkit-transform: translate(-10px,0);
	-moz-transform: translate(-10px,0);
	-ms-transform: translate(-10px,0);
	transform: translate(-10px,0);
}

/* ▼IMG▼ */
img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button {
	border: 0;
	vertical-align: middle;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	cursor: pointer;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*
TOPIMG
***************************************************************************/
#topimg {
	position: relative;
	background: url(../images/pc/topimg_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

#topimg .title {
	width: 1300px;
	margin: 0 auto;
}

.hbtn {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 490px;
	margin-left: 100px;
}

.hbtn li {
	float: left;
	margin-right: 10px;
}

.hbtn li:last-child { margin-right:0; }

.hbtn.fixed {
	position: fixed;
	left: auto;
	right: 30px;
	margin-left: 0;
	z-index: 10000;
}

/*
CONTENTS
***************************************************************************/
#contents.form {
	padding: 100px 0 150px;
}

/* ▼EVENT▼ */
.event_box {
	position: relative;
	margin: 80px 0 10px;
}

.event_box .btn {
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 800px;
	transform: translateX(-50%);
}

/* ▼SLIDE▼ */
.slide_frame .bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 40px;
	margin-top: -20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
}

.slide_frame .bx-wrapper .bx-prev {
	left: -40px;
	background: url(../images/pc/btn_prev.png) no-repeat;
}

.slide_frame .bx-wrapper .bx-next {
	right: -40px;
	background: url(../images/pc/btn_next.png) no-repeat;
}

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

.slide_frame .bx-pager {
	display: none;
}

.img_slide li {
	float: left;
	width: 270px;
	margin-right: 15px;
}

/* ▼ABOUT▼ */
.about_sec {
	-webkit-transform: translate(0,-60px);
	-moz-transform: translate(0,-60px);
	-ms-transform: translate(0,-60px);
	transform: translate(0,-60px);
	width: 1100px;
	margin: 0 auto -60px;
}

.pickup_list {
	position: relative;
}

.pickup_list .bx-wrapper {
	position: absolute;
	top: 0;
	left: 130px;
	width: 840px;
	height: 360px;
}

/* ▼PHOTO▼ */
.photo_sec {
	margin-top: 110px;
	padding-bottom: 100px;
	background: #dbf7f3 url(../images/pc/photo_bg.jpg) center top no-repeat;
}

@media screen and (min-width: 1800px){

	.photo_sec {
		background: #dbf7f3 url(../images/pc/photo_bg.jpg) center top no-repeat;
		background-size: 100%;
	}

}

.photo_sec .title {
	-webkit-transform: translate(0,-110px);
	-moz-transform: translate(0,-110px);
	-ms-transform: translate(0,-110px);
	transform: translate(0,-110px);
	margin: 0 -50px -110px;
}

.photo_sec .vis {
	position: absolute;
	top: -110px;
	right: -150px;
	z-index: 10;
}

.studio_list {
	padding-bottom: 140px;
	background: url(../images/pc/photo_bg01.jpg) center top no-repeat;
}

.studio_list .bx-wrapper {
	position: relative;
	margin: 0 130px;
}

/* ▼PRODUCE▼ */
.produce_sec {
	-webkit-transform: translate(0,-100px);
	-moz-transform: translate(0,-100px);
	-ms-transform: translate(0,-100px);
	transform: translate(0,-100px);
	margin-bottom: -100px;
}

/* ▼ACCESS▼ */
.access_sec {
	margin-top: 100px;
	background: #fef8ec url(../images/pc/access_bg_top.jpg) center top no-repeat;
}

.access_sec .sec_inner {
	padding-bottom: 110px;
	background: url(../images/pc/access_bg_btm.jpg) center bottom no-repeat;
}

@media screen and (min-width: 1800px){

	.access_sec {
		background: #fef8ec url(../images/pc/access_bg_top.jpg) center top no-repeat;
		background-size: 100%;
	}

	.access_sec .sec_inner {
		background: url(../images/pc/access_bg_btm.jpg) center bottom no-repeat;
		background-size: 100%;
	}

}

.access_sec .sec_title {
	-webkit-transform: translate(0,-100px);
	-moz-transform: translate(0,-100px);
	-ms-transform: translate(0,-100px);
	transform: translate(0,-100px);
	margin-bottom: -100px;
}

.access_sec .vis {
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 10;
}

.access_sec .content {
	margin-bottom: 60px;
	padding: 0 70px 20px;
	background: #fff;
}

.access_sec .category {
	float: left;
	width: 450px;
}

.access_sec .category:last-child { float:right; }

.access_sec .title {
	-webkit-transform: translate(-30px,-30px);
	-moz-transform: translate(-30px,-30px);
	-ms-transform: translate(-30px,-30px);
	transform: translate(-30px,-30px);
	margin-bottom: -30px;
}

.access_sec .box {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: dotted 1px #999;
}

.access_sec .box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.access_sec .img {
	margin-bottom: 20px;
}

.access_sec .info {
	margin: 15px 0;
}

.access_sec .info .tel {
	box-sizing: border-box;
	float: left;
	width: 320px;
	padding-left: 48px;
	font-size: 3rem;
	font-weight: bold;
	color: #b18b3a;
	line-height: 36px;
	background: url(../images/icon_tel.png) left center no-repeat;
	background-size: 36px;
}

.access_sec .info .tel a { display:none; }

.access_sec .info ul {
	float: right;
	width: 120px;
}

.access_sec .info li {
	float: right;
	width: 26px;
	margin-left: 10px;
	line-height: 36px;
}

.access_sec .info li img { width:26px; }

.access_sec .data {
	margin: 0 0 20px -10px;
	font-size: 1.4rem;
}

.access_sec .data dl {
	display: inline-block;
	margin-right: 15px;
}

.access_sec .data dt, .access_sec .data dd {
	display: inline-block;
	margin-right: -4px;
}

.access_sec iframe {
	display: block;
	width: 100%;
	height: 300px;
}

.access_sec .btn {
	text-align: center;
}

.access_sec .btn li {
	display: inline-block;
	margin: 0 15px;
}

/* ▼RESERVE▼ */
.reserve_sec {
	-webkit-transform: translate(0,-50px);
	-moz-transform: translate(0,-50px);
	-ms-transform: translate(0,-50px);
	transform: translate(0,-50px);
	width: 920px;
	margin: 0 auto -50px;
}

.reserve_sec .content {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 30px;
	background: #fdddf7;
	border-radius: 20px;
}

.reserve_sec .content:before {
	content: '';
	position: absolute;
	top: -44px;
	left: 50%;
	width: 216px;
	height: 94px;
	margin-left: -108px;
	background: url(../images/reserve_parts01.png) no-repeat;
	background-size: 216px;
	z-index: 10;
}

.reserve_sec .content > .inner {
	position: relative;
	padding: 55px 40px 70px;
	background: #fff;
}

.reserve_sec .content > .inner.comp { padding-bottom:120px; }

.reserve_sec .content > .inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/reserve_parts02.png) no-repeat;
	background-size: 40px;
}

.reserve_sec .txt {
	margin-bottom: 60px;
	font-size: 1.8rem;
	text-align: center;
}

.reserve_sec .txt.btm { margin-bottom:45px; }

.reserve_sec .shop_cat {
	position: relative;
	padding-top: 45px;
}

.reserve_sec .shop_txt {
	position: absolute;
	left: 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 36px;
}

.reserve_sec .shop_txt.c_blue { top:0; }
.reserve_sec .shop_txt.c_pink { top:110px; }

.reserve_sec .shop_cat .radio_list li { display:block; }

.reserve_sec .shop_cat .radio_list li:nth-child(1) {
	margin-bottom: 75px;
}

.reserve_sec .btn {
	width: 600px;
	margin: 0 auto;
}

.reserve_sec .btn_list {
	text-align: center;
}

.reserve_sec .btn_list li {
	display: inline-block;
	width: 350px;
	margin: 0 10px;
}

/* ▼PP▼ */
.pp_sec {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.pp_sec .txt {
	margin-bottom: 50px;
}

.pp_sec .box {
	margin-bottom: 60px;
}

.pp_sec .title {
	margin-bottom: 30px;
	font-size: 2rem;
	color: #666;
}

.pp_sec ul {
	margin-top: 30px;
}

.pp_sec li {
	position: relative;
	margin-left: -5px;
	padding-left: 45px;
}

.pp_sec li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	text-align: right;
}

.pp_sec li:nth-child(1):before { content:'1.'; }
.pp_sec li:nth-child(2):before { content:'2.'; }
.pp_sec li:nth-child(3):before { content:'3.'; }
.pp_sec li:nth-child(4):before { content:'4.'; }
.pp_sec li:nth-child(5):before { content:'5.'; }
.pp_sec li:nth-child(6):before { content:'6.'; }
.pp_sec li:nth-child(7):before { content:'7.'; }
.pp_sec li:nth-child(8):before { content:'8.'; }
.pp_sec li:nth-child(9):before { content:'9.'; }
.pp_sec li:nth-child(10):before { content:'10.'; }
.pp_sec li:nth-child(11):before { content:'11.'; }
.pp_sec li:nth-child(12):before { content:'12.'; }
.pp_sec li:nth-child(13):before { content:'13.'; }
.pp_sec li:nth-child(14):before { content:'14.'; }
.pp_sec li:nth-child(15):before { content:'15.'; }
.pp_sec li:nth-child(16):before { content:'16.'; }
.pp_sec li:nth-child(17):before { content:'17.'; }
.pp_sec li:nth-child(18):before { content:'18.'; }
.pp_sec li:nth-child(19):before { content:'19.'; }
.pp_sec li:nth-child(20):before { content:'20.'; }

/*
FORM
***************************************************************************/
.form_input {
	margin-bottom: 50px;
}

.form_input dl {
	padding: 40px 0;
	border-bottom: dotted 1px #ccc;
}

.form_input.conf dl { padding:30px 0; }

.form_input dt {
	box-sizing: border-box;
	float: left;
	width: 270px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #686868;
	line-height: 36px;
}

.form_input.conf dt {
	width: 50%;
	padding: 0 50px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #292929;
	line-height: 2;
}

.form_input dt.must {
	position: relative;
	padding-left: 72px;
}

.form_input dt.must:before {
	content: '必須';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 30px;
	margin-top: -16px;
	text-align: center;
	font-size: 1.4rem;
	color: #fef93f;
	line-height: 30px;
	background: #e060cf;
	border-radius: 4px;
}

.form_input dd {
	box-sizing: border-box;
	float: right;
	width: 490px;
	font-size: 1.8rem;
}

.form_input.conf dd {
	width: 50%;
	padding-right: 50px;
	font-size: 1.6rem;
}

.reserve_select select { width:120px; }
.reserve_select span { margin:0 4px; vertical-align:middle; }

.btn_form {
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	text-decoration: none;
	border-radius: 40px;
}

.btn_form.next { background:#e130cd; }
.btn_form.back { background:#aaa; }

.btn_form:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.btn_form.next:after {
	right: 30px;
	background: url(../images/arrow_right.png) no-repeat;
	background-size: 20px;
}

.btn_form.back:after {
	left: 30px;
	background: url(../images/arrow_left.png) no-repeat;
	background-size: 20px;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: 90px 0 70px;
	background: url(../images/pc/footer_bg.jpg) center top no-repeat;
	background-size: cover;
}

footer .logo {
	position: absolute;
	top: -210px;
	left: -20px;
}

.copy {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #6c5247;
	border-radius: 20px;
}

.copy small { font-size:1.4rem; }

footer .btn_ptop {
	position: absolute;
	bottom: -70px;
	right: -110px;
}

.fixed_btn {
	display: none;
	position: fixed;
	top: 50%;
	right: -10px;
	margin-top: -100px;
	z-index: 1000;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!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▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-100 { margin-left:-100px!important; margin-right:-100px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-60 { margin-top:-60px!important; }
.pc_mt-70 { margin-top:-70px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

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

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

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }

.c_pink { color:#f1619b!important; }
.c_blue { color:#5ab7d5!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▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

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

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

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #292929;
	line-height: 34px;
	background: #fff;
	border: solid 1px #aaa;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	border-radius: 4px;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	height: 240px!important;
	padding: 10px 15px;
	font-size: 1.4rem;
	color: #292929;
	line-height: 2;
	background: #fff;
	border: solid 1px #aaa;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	border-radius: 4px;
}

select::-ms-expand { display:none; }

select {
	background: #fff url(../images/arrow_select.png) right 10px center no-repeat;
	background-size: 14px;
}

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

input[type="submit"]:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

input:-ms-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

input::-moz-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea::-webkit-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: 1.2rem!important;
	color: #c0c0c0;
	font-weight: normal;
}

button:focus { outline:none; }

.radio_list li {
	display: inline-block;
	position: relative;
	margin-right: 50px;
	padding-left: 50px;
	line-height: 36px;
	background: url(../images/pc/radio_off.png) left center no-repeat;
}

.radio_list li.active {
	background: url(../images/pc/radio_on.png) left center no-repeat;
}

.radio_list input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	margin: 0!important;
	opacity: 0;
	cursor: pointer;
}

label { cursor:pointer; }
