contact
@charset "UTF-8";

/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight:normal;
	font-style: normal;
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h1 {
	font-size:14px;
	text-align:left;
	color: #1b1b1b;
	line-height:34px;
	font-weight:bold;
	letter-spacing:0.15rem;

}
h2 {
	font-size:14px;
	font-weight:300;
	text-align:left;
	color: #1b1b1b;
	letter-spacing:0.15rem;

}

h3 {
	font-family: "Josefin Sans", YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Arial,Osaka,Sans-Serif;
	font-size:13px;
	text-align:left;

	position:relative;
}

h3 small {
	width:669x;
	line-height:20px;
	height:18px;
	background:#63ccca;
	color:#fff;
	font-size:10px;
	position:absolute;
	top:0;
	padding:0 5px;
	margin-left:5px;
	font-weight:normal;
}

h4 {

}

blockquote {
}

blockquote span {

}


/* body
----------------------------------- */
html{
overflow-x : hidden;
overflow-y : auto;
}

body {	color: #121620;
	font-size: 12px;
	line-height: 28px;
	font-family:"Avenir Next",YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Arial,Osaka,Sans-Serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
a {	text-decoration:none; }
a:link {  color:#3d3c3c; text-decoration:none; }
a:visited {  color:#3d3c3c; text-decoration:none; }
a:hover {	color:#9a9a9a; }


input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	color: #444;
}


/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}

.r {
	float:right;
}

.l {
	float:left;
}


.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}

br.pc {
	display:none;
}


.mt10 {
margin-top:10px;
}
.mt15 {
margin-top:15px;
}
.mt20 {
margin-top:20px;
}

.mb5 {
margin-bottom:5px;
}
.mb10 {
margin-bottom:10px;
}
.mb15 {
margin-bottom:15px;
}
.mb20 {
margin-bottom:20px;
}
.mb25 {
margin-bottom:25px;
}
.mb50 {
margin-bottom:50px;
}

.mr10 {
margin-right:10px;
}
.mr15 {
margin-right:15px;
}
.mr20 {
margin-right:20px;
}
.mr30 {
margin-right:30px;
}
.pl10 {
padding-left:10px;
}

.ml5 {
margin-left:5px;
}
.ml10 {
margin-left:10px;
}
.ml15 {
margin-left:15px;
}
.ml20 {
margin-left:20px;
}
.mb50s {
margin-bottom:50px;
}

/* oowaku
----------------------------------- */

#all {
overflow-x : hidden;
position:relative;
}
.book-sm {
	position:fixed;
	right:0;
	bottom:100px;
	z-index:20;
}

#container {
	margin:0 auto;
	width:100%;
	padding:34px 4% 50px;
}

#container-in2 {
	position: relative;
	width:100%;
	margin:0 auto;
	background:#f1f1ec;
}
#container-in3 {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:35px 4% 42px;
}
#container-in3 img {
	width:100%;
}

#container-in4 {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0 4% 52px;
}

#container-in4 img {
	width:100%;
}
#container-in5 {
	position: relative;
	width:100%;
	margin:0 auto;
	padding-bottom:54px;
}

#container-in6 {
	position: relative;
	width:100%;
	margin:0 auto;
	padding-bottom:100px;
}



#container-in7 {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0 4% 37px;
	background:#f1f1ec;
}



/* key
----------------------------------- */

.top-hero {display:none;}
.top-hero-sm {
	padding-top:36px;
}
.top-hero-sm img {width:100%;}
.key_second {display:none;}
.key_second_sm {
	padding-top:36px;
}
.key_second_sm img {width:100%;}

/* menu
----------------------------------- */
.menu-bar {
	width:100%;
	height:66px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:10;

}
.menu-in {
	display:none;
}
.menu-sm {
	width:100%;
	height:66px;
	position:relative;
}
.menu-sm img {
	width:169px;position: absolute;
    top: 50%;
	left:50%;	transform: translate(-50%, -50%);

}




/* key_second
----------------------------------- */
.key_second {
	display:none;
}

.key_second_sm {
	padding-top:66px;
	width:100%;
}

.key_second_sm img {
	width:100%;
}



/* copy & footer
----------------------------------- */

#footer {
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
}

.footer01 {
	width:100%;
	background:#d0d0c5;
  padding:33px 0 44px;
}
.footer01_in {
	width:100%;
	margin:0 auto ;
  display: flex;
}
.footer01_in div {
	width:50%;
	display:table-cell;
	text-align:center;

}

.footer01_in div img {
	width:147px;
}
.footer02 {
	width:100%;
	background:#32322f;
	padding-top:29px;
}
.footer02 ul {
	width:80%;
	margin:0 auto 0px;
	display: flex;  flex-wrap:wrap;
	justify-content: center;
}

.footer02 ul li {
	color:#fff;
  text-align: center;
  line-height:16px;
  white-space:nowrap;
  margin-bottom:30px;
  padding:0 5px;
}

.footer02 ul li + li {
  border-left: 1px solid #fff;
  border-color:#fff;
}


.footer02 p {
	text-align:center;
}
.footer02  a {
	color:#fff;   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footer02  a:hover {
	color:#111;
}




#copyright {

	text-align:center;
	font-size:12px;
	color:#fff;
	width:100%;}

#copyright p {
	text-align:center;
}
#page-top {
position: fixed;
bottom: 20px;
right: 5%;
}

#page-top div a #img{
display:block;
width:44px;
height:0;
padding-top:44px;
overflow:hidden;
background:url(../img/page_top.png) no-repeat;
background-size:100% auto;
}

#page-top div a p:hover{
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
text-decoration:none;
}


/* ----------------------------------------------------------------------------------------------------
												top_contents
----------------------------------------------------------------------------------------------------- */

/* top_concept
----------------------------------- */

#container .cont_l {
	width:100%;

}
#container .cont_l img {
	display:none;
}

#container .cont_r {
	width:100%;
}
#container .cont_r img {
	width:188px;
	display:block;
	margin:29px auto 0;
}



/* top_news
----------------------------------- */
#top_news {
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#top_news .cont_l {
	width:100%;
	padding:0px 4%;
}
#top_news h2 img{
	margin-top:-21px;
	width:132px;
	margin-bottom:15px;

}

dl.topics {
	width:100%;
	line-height:24px;
	margin-bottom:38px;
	display:table;
	border-top:1px solid #dadad9;
}

dl.topics  dt {
	display:table-cell;
	font-family:"Avenir";
	width:25%;
	padding:10px 2%;
}

dl.topics  dd {
	display:table-cell;
	width:75%;
	line-height:18px;
	padding:10px 2%;
}

dl.topics a {
	display:block;
	width:100%;
	border-bottom:1px solid #dadad9;
}
a.see_all {
	text-align:right;
	font-size:13px;
	display:block;
	padding-right:20px;
	position:absolute;
	top:50px;
	right:4%;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
a.see_all::after {
 right: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

img.topics_img {
	width:100%;

}

/* top_plan
----------------------------------- */

#container-in3 .cont_l {
	width:100%;
}

#container-in3 .cont_l h2 {
	margin-bottom:20px;
}
#container-in3 .cont_l h2 img {
	width:195px;
	margin-bottom:30px;
}

#container-in3 .cont_l  p {
	text-align:left;
	margin-bottom:25px;
}

#container-in3 .cont_r {
	width:100%;
}

#container-in3 .cont_r img {
}
#container-in3 ul.plan_link {
	width:100%;
	display: flex;  flex-wrap:wrap;
	justify-content: center;
	margin-bottom:12px;
}
#container-in3 ul.plan_link li {
	margin-bottom:38px;
	text-align:center;
	font-size:11px

}

#container-in3 ul.plan_link li a {
	display:block;
	min-width:87px;
	line-height:27px;
	background:#f1f1ec;
	border:1px solid #e5e5e5;
	border-radius:20px;
	margin:0 5px;
	padding:0 8px;
}
#container-in3 .cont_l p.more_btn img {
	width:168px;
}
#container-in3 .cont_l p.more_btn {
	text-align:center;
	margin-bottom:25px;

}


/* top_studio
----------------------------------- */


#container-in4 .cont_l {
	width:100%;
}

#container-in4 .cont_l img {
}


#container-in4 .cont_r {
	width:100%;
}
#container-in4 .cont_r h2 {
	margin-bottom:20px;
}
#container-in4 .cont_r h2 img {
	width:218px;
	margin-bottom:30px;
}

#container-in4 .cont_r  p {
	text-align:left;
	margin-bottom:25px;
}
#container-in4 ul.plan_link {
	width:100%;
	display: flex;  flex-wrap:wrap;
	justify-content: center;
	margin-bottom:12px;
}
#container-in4 ul.plan_link li {
	margin-bottom:38px;
	text-align:center;
	font-size:11px;
	letter-spacing:-0.1em;

}

#container-in4 ul.plan_link li a {
	display:block;
	min-width:87px;
	line-height:27px;
	background:#f1f1ec;
	border:1px solid #e5e5e5;
	border-radius:20px;
	margin:0 5px;
	padding:0 2px;
}
#container-in4 .cont_r p.more_btn img {
	width:168px;
}
#container-in4 .cont_r p.more_btn {
	text-align:center;
	margin-bottom:65px;

}

/* top_gallery
----------------------------------- */
#container-in5 img {
}
#container-in5 h2 {
	text-align:center;
}
#container-in5 h2 img {
	width:220px;

}
#container-in5 .garelly_box {
	width:100%;
	display:table;
	margin-bottom:36px;
}

#container-in5 .garelly_box_l {
	width:50%;
	display:table-cell;
	text-align:left;
	padding-right:3px;
}

#container-in5  .garelly_box_r {
	width:50%;
	display:table-cell;
	text-align:right;
	padding-left:3px;
}
#container-in5 .garelly_box img {
	width:100%;
	margin-bottom:6px;
}

#container-in5 img.more {
}
#container-in5 img.top_gallery01 {
	margin-top:170px;
}

#container-in5 img.more {
	width:168px;
	display:block;
	margin:0 auto;
}

/* top_insta
----------------------------------- */
#container-in6 h2 {
	text-align:center;
}
#container-in6 h2 img {
	width:147px;
	margin-bottom:49px;
}
div.insta_pc {
	display:none;
}
/* top_access
----------------------------------- */
#top_access{
	width:100%;
	margin:0 auto;
	padding:0 0 0 0px;
}

#top_access h2 img {
	width:135px;
	margin-top:-21px;
}

#top_access p {
	text-align:left;
	margin-top:23px;
}

#top_access p.txt01 {
	margin-bottom:20px;
}

#top_access p.txt01 b {
	font-size:18px;
	font-weight:normal;
	line-height:47px;
}

#top_access p.txt01 a {
	font-size:13px;
	line-height:62px;
}
#top_access p.txt02 {
}

#top_access h3 {
	text-align:left;
	font-size:18px;
	margin-bottom:18px;
}

#top_access h3 span {
	font-size:12px;
}
.access {
	width:100%;
	margin:0 auto;
	border-top:1px solid #d1d1cf;
}
.access_in {
	width:100%;
}

.access_in table {
	font-size:12px;
	width:100%;

}
.access_in table th {
	text-align:left;
	border-bottom:1px solid #d1d1cf;
	line-height:53px;
	padding:0 6px;

}
.access_in table td {
	text-align:right;
	border-bottom:1px solid #d1d1cf;
	line-height:53px;
	padding:0 2px;

}


/* topics_list.htm
----------------------------------- */
#second {
	width:100%;
	margin:0 auto;
	padding-bottom:115px;
}
#second h1 {
	text-align:center;
	line-height:18px;
}

#second h1 img {
	width:209px;
	margin-top:-32px;
	font-weight:bold;
	font-size:14px;
}

#topics {
	padding:0 4%;
	margin:45px auto 86px;
	}

a.topics {
	max-width:92%;

	display:block;
	width:100%;
	border:1px solid #9e9e9d;
	margin:0 auto 30px;
}
a.topics  img {
	width:100%;
}
.waku {
	padding:10px 6px 0;
}

.waku p {
	text-align:left;
}
.waku p.tit {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin-top:10px;
}
.waku p.day {
	font-size:13px;
	line-height:24px;
	margin:10px 0;
}
.waku p.txt {
	font-size:11px;
	line-height:24px;
	margin:10px 0;
}
#second img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

/* topics_detail.html
----------------------------------- */
#topics_detail {
	padding:0 4%;
	margin:45px auto ;
	}

#topics_detail img {
		width:100%;
	}
#topics_detail p {
	text-align:left;
}
#topics_detail p.tit {
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin-top:10px;
}
#topics_detail p.day {
	line-height:25px;
	margin-bottom:20px;
}
#topics_detail p.txt {
	font-size:11px;
	line-height:28px;
	margin:20px 0;
}

#topics_detail .disp_pc {
	display:none;
	}
#second p.more_btn img {
	width:168px;
}

/* plan.html
----------------------------------- */
.plan_txt {
	padding:0 4%;
	font-size:12px;
	line-height:34px;
	margin-top:20px;
}

#plan {
	padding:0 4%;
	margin:64px auto 74px;
	}

#plan div.plan {
	display:block;
	width:100%;
	border:1px solid #9e9e9d;
	margin:0 auto 50px;
	background:#f5f5f2;
	position:relative;
	}
#plan div.plan_last{
	margin-bottom:0;
}
#plan div.plan img.number {
	position:absolute;
	top:-34px;
	left: 50%;
	width:55px;

transform: translate(-50%, 0%);
}
#plan div.plan img.comment {
	position:absolute;
	top:-40px;
	left: 1px;
	width:79px;

}

#plan ul.plan_cont {
	width:100%;
	display: flex;
	flex-wrap:wrap;
}

#plan ul.plan_cont li {
	font-size:10px;
	margin-bottom:10px;
	min-width:79px;
	color:#fff;
	line-height:31px;
	background:#c4b08c;
	border-radius:20px;
	margin-right:9px;
	padding:0 0px;
	z-index:0;
	text-align:center;
}
#plan .waku {
	padding:10px 15px 15px;
}
#plan .waku  img {
	width:100%;
}
#plan .waku p.txt {
	font-size:11px;
	line-height:24px;
	margin:10px 0 10px;
}
#plan p.tit {
	margin:0 0 15px;
}
#plan p.value {
	font-size:17px;
	margin-bottom:10px;
}
#plan p.value small {
	font-size:12px;
}
#plan p.option {
color:#535545;
}

#plan p.more_btn img {
	margin-bottom:76px;
}
p.plan_txt_bottom {
	margin:20px 10px 0px;

	font-size:11px;
}

#plan_bottom {
	width:100%;
	margin:0px auto 46px;
	display: flex;  flex-wrap:wrap;

}
#plan_bottom a {
	width:48%;
	margin:0 1%;
	margin-bottom:10px;
}
#plan_bottom a img {
	width:100%;
	height:100%;
}

#plan .sm_none {
	display: none;
}

/* garelly.html
----------------------------------- */
#garelly {
	width:100%;
	margin:45px auto 86px;
}
/* タブ */
		div.tab div.recruit_tabbox { margin: 0px; padding: 0px; width: 950px; }
		div.tab a:hover { }
		div.tab p.recruite_tabs {  width:92%;margin: 0 auto; padding: 0px; }
		div.tab p.recruite_tabs a { display: block; width:50%; height:40px; float: left;text-align: center; line-height:40px; background:#737373; color:#fff; font-size:15px; }
		div.tab p.recruite_tabs a.r_tab1 {}
		div.tab p.recruite_tabs a.r_tab2 {}
		div.tab p.recruite_tabs a:hover { background:#212121;}
		div.tab div.recruite_tab {  overflow: auto; clear: left; }

		#r_tab2 {
			width:100%;
			background:url(../img/tab_fukidashi_sm.png) no-repeat right top;
			background-size:auto 30px ;
			display:flex;
			padding-top:30px;
		}
		#r_tab2 div {
			width:92%;margin: 0 auto;
			padding:10px 5px 0px;
			background:#d4d4d2;
		}
		#r_tab2 a {
			min-width:60px;
			background:#fff;
			padding:0px 3px;
			font-size:12px;
			font-weight:bold;
			line-height:24px;
			height:22px;
			margin:5px 2px;
			text-align:center;
			float:left;
			display:block;
		}

		#r_tab2 a.act {
			color:#fff;
			background:#32322f;
		}

.garelly_img {
	width:100%;
	margin:75px 0 50px;
	position:relative;
	display: flex;  flex-wrap:wrap;
}

.garelly_comment {
	width:79px;
	position:absolute;
	top:-43px;
	left:7px;
}
.garelly_img a {
	width:32%;
	float:left;
	margin-right:1%;
	margin-bottom:3px;
}
.garelly_img a img{
	width:100%;
}

.garelly_img a:nth-child(3n)  {
	margin-right:0;
}
.fancybox-content {
	/*border:5px solid #fff;*/
	border-radius:3px;
}

#garelly p.more_btn img {
	width:168px;
}

/* studio.html
----------------------------------- */

#studio {
	width:100%;
	margin:10px auto 86px;
}

#studio .cont_r {
	margin:0 auto;
	width:100%;
	display: flex;  flex-wrap:wrap;
	margin-bottom:60px;
}

#studio .cont_r a {
	width:50%;
	margin-bottom:5px;
}
#studio .cont_r img{
	width:98%;
	height:100%;
}


#studio .cont_l {
	width:92%;
	margin:0 auto;
	position:relative;
	text-align:left;
}

img.studio_comment {
	width:79px;
	position:absolute;
	top:-15px;
	right:-8px;
}
img.sudio_border {
	width:100%;
}

#studio .cont_l p.txt {
	font-size:11px;
	line-height:23px;
	margin:20px 0 10px;
}

#studio .cont_l p.value {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#studio .cont_l p.value small {
	font-weight:normal;
	font-size:10px;
}

#studio .cont_l div.gray {
	background:#f1f1ec;
	padding:20px 3% ;
	margin:30px 0;
	line-height:23px;
	color:#535545;
	font-size:12px;
}

table.studio_price caption{
	font-size:18px;
	text-align:left;
	margin-bottom:10px;

	}
table.studio_price {
	width:100%;
	margin-bottom:30px;
	border-top:1px solid #aaaaaa;
}

table.studio_price th {
	border-bottom:1px solid #aaaaaa;
	text-align:left;
	line-height:50px;
	padding-left:8px;
	font-size:12px;
}
table.studio_price td {
	border-bottom:1px solid #aaaaaa;
	text-align:right;
	color:#535545;
	font-size:13px;
	line-height:50px;
}

#studio .cont_l p.txt02 {
	font-size:11px;
	line-height:24px;
}

#studio .cont_l02 {
	width:100%;
	display: flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}

#studio .cont_l02 a {
	width:50%;
	margin-bottom:5px;
}

#studio .cont_l02 img{
	width:98%;
	height:100%;
}

#studio .cont_r02 {
	width:92%;
	margin:0 auto;
	text-align:left;
}
#studio .cont_r02 img {
	width:100%;
}


table.studio_info caption{
	font-size:18px;
	text-align:left;
	margin-bottom:10px;

	}
table.studio_info {
	width:100%;
	margin-top:50px;
}

table.studio_info th {
	border-bottom:1px solid #aaaaaa;
	text-align:left;
	display:block;
	width:100%;
	color:#121620;
}
table.studio_info td {
	text-align:left;
	display:block;
	width:100%;
	text-align:left;
	color:#535545;
	line-height:26px;
	padding-bottom:20px;
	padding-top:10px;
}

/* policy.html
----------------------------------- */
#policy {
	width:92%;
	padding:0 4%;
	margin:30px auto 86px;
}
.policy_txt {
	text-align:left;
	margin:20px auto 40px;
	font-size:11px;
	line-height:28px;
}


#policy	 .disp_pc {display:none;}
#policy	 .disp_sm {
	width:100%;
}
#policy h1 img{
	margin-top:15px;
}

/* form.html
----------------------------------- */
#booking {
	margin:30px auto 86px;
	text-align:left;
	font-size:11px;
	line-height:28px;
}

#booking .cont_l {
	padding:0 4%;
	margin-bottom:20px;
}
#booking .txt {
	padding:0 4%;
	margin-bottom:20px;
}

#booking .cont_r img {
	width:100%;
	margin-bottom:20px;
}


#booking .cont_l02 {
	width:92%;
	padding:0 4%;
	margin-bottom:40px;
}
#booking .cont_l02 p span {
color:#f39700;}

/*カレンダー*/
.cal_wrapper {
  max-width: 404px; /* 最大幅 */
  min-width: 100%; /* 最小幅 */
  margin: 2.0833% auto 20%;
}

.googlecal {
  position: relative;    padding-bottom: 130%;
  height: 0;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 160% !important;
}

/* contact
----------------------------------- */

#form {
	width:92%;
	padding:0 4%;
	margin:60px auto 54px;
}

#form h1 {
	margin-bottom:30px;
	}



table.form {
	width:100%;
}

table.form td{
	color:#535545;
	font-size:11px;
	padding:0 0 9px;
	text-align:left;
	line-height:28px;
	border-top:none;
}

table.form td span {
	color:#f39700;
}

table.form td input.form_text {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	width:100%;
	border:none;
	background:#ebebe3;
	height:49px;
	margin-top:3px;
	font-size:11px;
	text-indent:10px;
}

table.form select {
}

table.form select.form_text {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
	height:49px;
	border:none;
	width:100%;
	font-size:11px;
	text-indent:10px;
	background:url(../img/select_arrow.png) no-repeat right;
	background-size:auto 49px;
	background-color:#ebebe3;
	margin-top:3px;
}

/* css checkbox01 */
table.form td.option span {
	color:#535545;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 32px;
  position:relative;
  margin-right: 10px;
  line-height:52px;
  padding-top:5px;
  letter-spacing:-0.03em;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background:#ebebe3;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #535545;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 3px solid #535545;
  border-right: 3px solid #535545;
}



table.form input.form_text02 {
	width:66px;
	border:none;
	background:#ebebe3;
	height:49px;
	margin-top:10px;
	margin-right:20px;
	font-size:11px;
	text-indent:10px;
}





table.form td textarea{
	box-sizing:border-box;
	width:100%;
	padding:10px;
	height:147px;
	font-size:10px;
	overflow-y:auto;

	background:#ebebe3;   /* 背景色 */
	border:none;
	margin-top:3px;
}

p.to_policy {
	text-align:center;
}

p.to_policy a {
	text-decoration:underline;
	background:url(../img/bg_kiyaku.png) no-repeat center right;
	padding-right:17px;
}
p.to_policy a:hover {
	text-decoration:none;
}

div.agree {
	display:block;
	text-align:center;
	width:100%;
	margin:20px auto 0;
}



.submit_pc {
	display:none;
}

.submit_sm {
	text-align:center;
	width:285px;
	height:65px;
	display:block;
	cursor:pointer;
	margin:50px auto 0;
}


.submit_sm  input {
	width:285px;
}


div.cont_l02 span,div.cont_l02 a {
	color:#f39700;
}



table.form02 {
	width:100%;
	margin:30px auto 0;
	text-align:left;
}

table.form02 td {
	padding-left:20px;
	padding-bottom:20px;
}
table.form02 td.next{
	padding:0;
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  padding-left:10px;
}
p.kakunin {
	text-align:center;
	margin-top:20px;
}


/* access.html
----------------------------------- */
#second h1.tit_access img {
	width:125px;
}
#access{
	width:92%;
	margin:0 auto;
	padding:0 4% 0px;
}
#access p {
	text-align:left;
	margin-top:23px;
}

#access p.txt01 {
	margin-bottom:20px;
}

#access p.txt01 b {
	font-size:18px;
	font-weight:normal;
	line-height:47px;
}

#access p.txt01 a {
	font-size:13px;
	line-height:62px;
}
#access p.txt02 {
}

#access h3 {
	text-align:left;
	font-size:18px;
	margin-bottom:18px;
}

#access h3 span {
	font-size:12px;
}



.stores_btn {
  display: unset;
}
@media (max-width: 767px) { .stores_btn { width: 30%; } }
