@charset "utf-8";
/* CSS Document */

/* common */
html,body{}
html{overflow-y:scroll;}
body{font-size:75%;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;color:#787866;margin:0;padding:0;text-align:center;overflow-x:hidden;font-feature-settings:"palt";}
body{-webkit-text-size-adjust:none;}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


.mplus{font-family:'M PLUS 1p',sans-serif;}
.noto{font-family:'Noto Sans JP',sans-serif;}
.yugo{font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;}




/* リスト通常使用 */
ul.normal{padding-left:10px;margin-left:10px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:10px;margin-left:10px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#787866;}
a:visited{text-decoration:underline;color:#787866;}
a:hover{text-decoration:none;color:#787866;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:0;}
th,td{padding:10px;}
th{}
td{}

@media screen and (max-width:480px){
th,td{padding:5px;}
}


.pc{}
.sp{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}


sup{transform:scale(0.6);display:inline-block;vertical-align:super;position:relative;top:2px;}


/* inview */
.inviewfadeIn{opacity:0;position:relative;top:30px;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
.inviewfadeIn.fadeIn{opacity:1;top:0;}


/* header */
#header{padding:20px 0;display:table;/*width:780px;*/margin:0 auto;}
#header #logo,
#header #gnavi{display:table-cell;vertical-align:middle;}
#header #logo{margin:0;width:90px;padding:0 35px 0 0;line-height:0;}

/* gnavi */
#gnavi{margin:0;font-size:100%;}
#gnavi a{text-decoration:none;color:#000000;}
#gnavi a:hover{text-decoration:underline;}
#gnavi .cur a{color:#bbb;}

#gnavi ul{margin:0;}
#gnavi ul li{float:left;margin:0 22px 0 0;}
#gnavi ul li:last-of-type{margin:0;}

@media screen and (max-width:900px){
	#header{padding:20px 4%;width:100%;}
	#header #logo{width:70px;padding:0 23px 0 0;}
	#header #gnavi{display:none;}
	
	#gnavi{position:fixed;width:100%;height:100%;left:0;top:0;background:url("../images/menu_bg.png");z-index:99;font-size:100%;}
	#gnavi ul{margin:70px 0 0;border:solid #fff;border-width:1px 0 0;}
	#gnavi ul li{float:none;margin:0;border:solid #fff;border-width:0 0 1px;}
	#gnavi a{color:#fff !important;display:block;padding:10px;}
	#gnavi a:hover{text-decoration:none;}
}


/* spmenu */
#sp_menu{position:fixed;z-index:999;top:10px;right:10px;display:none;}
#sp_menu a{display:block;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 40px;
}
.menu-trigger span{
  position: absolute;
  left: 4px;
  width: 32px;
  height: 5px;
  background-color:#000;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 8px;
}

.menu-trigger.active span {
	background-color:#fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9.2px) rotate(-45deg);
  transform: translateY(9.2px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9.2px) rotate(45deg);
  transform: translateY(-9.2px) rotate(45deg);
}



/* footer */
#footer{padding:20px 0;display:table;margin:0 auto;}
#footer #flogo,
#footer #fnavi{display:table-cell;vertical-align:middle;}
#footer #flogo{margin:0;width:90px;padding:0 35px 0 0;line-height:0;}

#fnavi{margin:0;font-size:100%;}
#fnavi a{text-decoration:none;color:#000000;}
#fnavi a:hover{text-decoration:underline;}
#fnavi .cur a{color:#bbb;}

#fnavi ul{margin:0;}
#fnavi ul li{float:left;margin:0 22px 0 0;}
#fnavi ul li:last-of-type{margin:0;}

@media screen and (max-width:900px){
	#footer{display:none;}
}


/* コンテンツ */
#wrap{}
.inner{width:780px;margin:0 auto;}
.in{width:750px;margin:0 auto;}


@media screen and (max-width:900px){
	.inner{width:100%;}
}

/* indx */
#indx_cont{background:url("../images/indx_bg01.jpg") no-repeat 50% 0;background-attachment:fixed;}
#indx_cont .cont{padding:185px 0 0;background:#ffffff;height:100%;}

/* main */
#main{width:100%;height:425px;position:relative;}
#main #build{position:absolute;bottom:0;left:50%;margin:0 0 0 -540px;line-height:0;}
#main #main_logo01{position:absolute;top:302px;left:50%;margin-left:-460px;line-height:0;width:446px;z-index:3;}
#main #main_logo02{position:absolute;top:460px;left:50%;margin-left:10px;line-height:0;width:348px;z-index:3;}

@media screen and (max-width:900px){
	#main{height:auto;}
	#main #build{display:none;}
	#main #main_logo01{position:relative;top:0;left:0;margin-left:0;width:auto;}
	#main #main_logo01 img{width:446px;max-width:80%;}
	#main #main_logo02{position:relative;top:0;left:0;margin-left:0;width:auto;}
	#main #main_logo02 img{width:348px;max-width:80%;}
	
	#indx_cont .cont{padding:30px 0 0;}
}

.slick-slide{position:relative;}
.slick-slide:after{content:" ";width:100%;height:100%;background:#000;position:absolute;top:0;left:0;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;opacity:0.8;}
.slick-slide.slick-center:after{opacity:0;}

.slick-dots{
	bottom:-20px;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: ' ';
    text-align: center;
    opacity: 1;
	background:url("../images/slide_off.png") no-repeat;
	background-size:6px;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
	background:url("../images/slide_on.png") no-repeat;
	background-size:6px;
}

@media screen and (max-width:900px){

}


#indx_cont01{padding:0 0 60px;}
#indx_cont01 .pic_list{text-align:center;margin:0 0 20px;}
#indx_cont01 .pic_list li{width:242px;float:left;margin:0;}
#indx_cont01 .pic_list li:nth-of-type(1){margin:0 0 0 15px;}
#indx_cont01 .pic_list li:nth-of-type(2){margin:0;width:266px;}
#indx_cont01 .pic_list li:nth-of-type(3){margin:0 15px 0 0;}

#indx_cont01 .pic_list span{display:block;}
#indx_cont01 .pic_list .pic{margin:0 0 20px;line-height:0;}
#indx_cont01 .pic_list li:nth-of-type(2) .pic{padding:0 12px;}
#indx_cont01 .pic_list .ttl{margin:0 0 10px;font-size:167%;font-weight:bold;color:#00006c;}
#indx_cont01 .pic_list .ex{margin:0;}
#indx_cont01 .pic_list .note{font-size:84%;}

#indx_cont01 .btn_list{margin:0 auto;font-size:108%;font-weight:500;}
#indx_cont01 .btn_list li{display:inline-block;margin:0 12px 10px;width:144px;height:28px;}
#indx_cont01 .btn_list li a{display:table;width:100%;height:100%;background:url("../images/btn_bg01.png") repeat-x;background-size:auto 100%;border-radius:14px;border:solid 1px #00006c;text-decoration:none;color:#00006c;}
#indx_cont01 .btn_list li a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
#indx_cont01 .btn_list li a span{display:table-cell;vertical-align:middle;}

@media screen and (max-width:900px){
	#indx_cont01{padding:0 4% 40px;}
	#indx_cont01 .pic_list li{width:32%;float:left;}
	#indx_cont01 .pic_list li:nth-of-type(1){margin:0 2% 0 0;}
	#indx_cont01 .pic_list li:nth-of-type(2){margin:0;width:32%;}
	#indx_cont01 .pic_list li:nth-of-type(3){margin:0 0 0 2%;}
	#indx_cont01 .pic_list li:nth-of-type(2) .pic{padding:0;}
}
@media screen and (max-width:768px){
	#indx_cont01 .pic_list .ex{text-align:left;}
	#indx_cont01 .pic_list .ex br{display:none;}
}
@media screen and (max-width:480px){
	#indx_cont01 .pic_list li{width:100% !important;float:none;margin:0 0 30px !important;}
	#indx_cont01 .pic_list li:nth-of-type(3){margin:0 !important;}
	#indx_cont01 .btn_list li{margin:0 5px 10px;}
}


#indx_cont02{padding:0 0 60px;text-align:center;}
#indx_cont02 .pic{margin:0 auto 20px;line-height:0;width:450px;}
#indx_cont02 .ttl{margin:0 0 10px;font-size:167%;font-weight:bold;color:#00006c;position:relative;}
#indx_cont02 .ttl span{color:#ff0000;font-size:60%;position:absolute;left:50%;}
#indx_cont02 .ex{margin:0 0 20px;}

#indx_cont02 .btn_list{width:600px;margin:0 auto;font-size:108%;font-weight:500;}
#indx_cont02 .btn_list li{display:inline-block;margin:0 12px 10px;width:144px;height:28px;}
#indx_cont02 .btn_list li a{display:table;width:100%;height:100%;background:url("../images/btn_bg01.png") repeat-x;background-size:auto 100%;border-radius:14px;border:solid 1px #ff6400;text-decoration:none;color:#ff6400;}
#indx_cont02 .btn_list li a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
#indx_cont02 .btn_list li a span{display:table-cell;vertical-align:middle;}

@media screen and (max-width:900px){
	#indx_cont02{padding:0 4% 40px;}
	#indx_cont02 .pic{max-width:100%;}
	#indx_cont02 .btn_list{width:100%;}
}
@media screen and (max-width:480px){
	#indx_cont02 .ex{text-align:left;}
	#indx_cont02 .btn_list li{margin:0 5px 10px;}
}


#indx_cont03{display:table;width:100%;height:325px;background:url("../images/indx_img05.jpg") no-repeat 50% 50%;background-size:cover;}
#indx_cont03 p{display:table-cell;vertical-align:middle;margin:0;line-height:0;}
#indx_cont03 p img{width:451px;}

@media screen and (max-width:900px){
	#indx_cont03{height:auto;padding:30px 10%;}
}
	
#indx_news{padding:20px 15px 70px;}
#indx_news.second{padding:35px 15px 25px;}
#indx_news .ttl{margin:0 0 10px;font-size:167%;font-weight:bold;color:#00006c;}


.news{background:url("../images/dot01.png") repeat-x 50% 0;text-align:left;margin:0 0 30px;}
.news dl{display:table;width:100%;background:url("../images/dot01.png") repeat-x 50% 100%;padding:5px 15px;margin:0;}
.news dl dt,
.news dl dd{display:table-cell;vertical-align:top;}
.news dl dt{width:120px;}
.news dl dd{font-weight:500;}
.news dl a{text-decoration:none;}
.news dl a:hover{text-decoration:underline;}

.more_btn{margin:0;}
.more_btn a{display:table;width:205px;border:solid #bfbfbf 1px;text-decoration:none;padding:5px;margin:0 auto;}
.more_btn a span{display:table-cell;vertical-align:middle;}
.more_btn a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

@media screen and (max-width:900px){
	#indx_news{padding:20px 4% 40px;}
	#indx_news.second{padding:35px 4% 25px;}
	.news dl dt{width:7em;}
}

#indx_btm_img{margin:0;line-height:0;}



/* contact */
.contact_area{padding:25px 65px 30px 0;background:url("../images/contact_bg01.jpg") no-repeat 50% 0;background-size:cover;color:#ffffff;}
.contact_area .logo_area{float:left;width:340px;text-align:center;}
.contact_area .logo_area .logo{margin:0 auto 10px;line-height:0;width:146px;}
.contact_area .logo_area p{line-height:1.3em;font-weight:500;}
.contact_area .contact{float:right;width:375px;text-align:left;font-weight:500;}
.contact_area .contact .ttl{margin:0 0 25px;font-size:150%;letter-spacing:0.175em;position:relative;left:-30px;font-weight:700;}
.contact_area .contact .contact_tbl{display:table;width:100%;padding:0 0 0 20px;margin:0 0 25px;}
.contact_area .contact .contact_tbl:last-of-type{margin:0;}
.contact_area .contact .contact_tbl p{display:table-cell;vertical-align:middle;margin:0;line-height:1.5em;letter-spacing:0.05em;}
.contact_area .contact .contact_tbl .ico{width:38px;line-height:0;}
.contact_area .contact .contact_tbl .ico .tel{width:28px;}
.contact_area .contact .contact_tbl .ico .mail{width:29px;}
.contact_area .contact .contact_tbl .ex01{width:163px;}
.contact_area .contact .contact_tbl .ex01 .telno{font-size:108%;}
.contact_area .contact .contact_tbl .ex02 a.btn{display:table;width:128px;height:26px;background:url("../images/btn_bg03.png") no-repeat;background-size:100%;color:#ffffff;text-decoration:none;padding:0 0 0 22px;}
.contact_area .contact .contact_tbl .ex02 a.btn span{display:table-cell;vertical-align:middle;font-size:93%;}
.contact_area .contact .contact_tbl .ex02 a.btn:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

@media screen and (max-width:900px){
	.contact_area{padding:25px 4% 40px;}
	.contact_area .logo_area{float:none;margin:0 auto 30px;}
	.contact_area .contact{float:none;width:auto;}
	.contact_area .contact .ttl{text-align:center;left:0;}
	.contact_area .contact .contact_tbl{padding:0;width:375px;margin:0 auto 25px;}
	.contact_area .contact .contact_tbl:last-of-type{margin:0 auto;}
}
@media screen and (max-width:480px){
	.contact_area .contact .contact_tbl{width:100%;}
}

/*
@media screen and (max-width:768px){
	.contact_area{padding:25px 4% 40px;}
}
@media screen and (max-width:640px){
	.contact_area .logo{float:none;margin:0 auto 30px;}
	.contact_area .contact{float:none;width:100%;}
	.contact_area .contact .ttl{text-align:center;}
	.contact_area .contact .contact_tbl{padding:0;}
}
*/

/* 下層 */

/* ニュース一覧 */
#news_ttl{display:table;width:100%;height:325px;background:url("../images/indx_img05.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#news_ttl h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#news_ttl{height:250px;}
}
@media screen and (max-width:540px){
	#news_ttl{height:200px;}
}


/* ニュース詳細 */
.news_cont{padding:10px 0 50px;}
.news_cont .set{padding:0 30px 1px;margin:0 0 20px;}
.news_cont .set:last-of-type{margin:0;}

.news_h{font-size:183%;font-weight:bold;color:#00006c;background:url("../images/dot01.png") repeat-x 50% 100%;padding:0 0 10px;margin:0 0 20px;}
.news_midashi{margin:0 0 10px;font-size:133%;font-weight:500;color:#3c3c22;}

.news_cont .set h1,
.news_cont .set h2,
.news_cont .set h3,
.news_cont .set h4,
.news_cont .set h5,
.news_cont .set h6{margin:0 0 10px;font-size:133%;font-weight:500;color:#3c3c22;}

@media screen and (max-width:900px){
	.news_cont{padding:0 0 40px;}
	.news_cont .set{padding:0 4% 1px;}
}



/* フロアガイド */
#guide_ttl01{display:table;width:100%;height:325px;background:url("../guide/images/guide_h_bg01.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#guide_ttl01 h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

#guide_ttl02{display:table;width:100%;height:225px;background:url("../guide/images/guide_h_bg02.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#guide_ttl02 h2{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

#guide_ttl03{display:table;width:100%;height:225px;background:url("../guide/images/guide_h_bg03.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#guide_ttl03 h2{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#guide_ttl01{height:250px;}
	#guide_ttl02{height:180px;}
	#guide_ttl03{height:180px;}
}
@media screen and (max-width:540px){
	#guide_ttl01{height:200px;}
	#guide_ttl02{height:150px;}
	#guide_ttl03{height:150px;}
}




.guide_sec01{padding:30px 30px 60px;}
.guide_sec01 .floor{width:350px;float:left;}
.guide_sec01 .floor:nth-of-type(2){float:right;}
.guide_sec01 .floor .img{margin:0 0 10px;line-height:0;}
.guide_sec01 .floor .txt{margin:0;font-size:133%;font-weight:500;color:#3c3c22;}

@media screen and (max-width:900px){
	.guide_sec01{padding:30px 4% 40px;}
	.guide_sec01 .floor{width:48.5%;}
}
@media screen and (max-width:480px){
	.guide_sec01 .floor{width:100%;float:none;}
	.guide_sec01 .floor:nth-of-type(2){float:none;margin:20px 0 0;}
}


.guide_sec02{padding:0 0 40px;}
.guide_sec02:last-of-type{padding:0 0 80px;}
.guide_sec02 .guide_h01{margin:0 0 15px;}
.guide_sec02 .guide_h01 .txt{display:table;width:174px;height:30px;background:#ffffe6;border:solid 1px #787866;color:#3c3c22;font-size:133%;font-weight:bold;margin:0 auto;border-radius:15px;}
.guide_sec02 .guide_h01 .txt span{display:table-cell;vertical-align:middle;}

.guide_sec02 .guide_pic{margin:0 0 10px;line-height:0;}
.guide_sec02 .guide_lead{margin:0 0 20px;color:#3c3c22;font-weight:500;}

@media screen and (max-width:900px){
	.guide_sec02{padding:0 4% 30px;}
	.guide_sec02:last-of-type{padding:0 4% 40px;}
}

.guide_sec03{padding:30px 0 60px;}
.guide_sec04{padding:10px 10px 50px;}

@media screen and (max-width:900px){
	.guide_sec03{padding:30px 4% 40px;}
	.guide_sec04{padding:10px 4% 40px;}
}


.clm{width:380px;}
.clm02{width:385px;}
.clm_l{float:left;}
.clm_r{float:right;}

@media screen and (max-width:900px){
	.clm{width:48.5%;}
	.clm02{width:100%;}
}
@media screen and (max-width:540px){
	.clm{width:100%;}
	.clm_l,
	.clm_r{float:none;}
	.clm_l{margin:0 0 30px;}
	.clm_l.room_a{margin:0 0 45px;}
}

.guide_tbl{margin:0 auto 15px;border-collapse:separate;}
.guide_tbl th{background:#787866;color:#ffffff;border:solid #999a8c;border-width:0 1px 0 0;text-align:center;vertical-align:middle;}
.guide_tbl th.lt{border-radius:10px 0 0 0;}
.guide_tbl th.rt{border-radius:0 10px 0 0;border:none;}
.guide_tbl td{background:#fff;color:#787866;border:solid #ddded9;text-align:left;vertical-align:middle;border-width:0 1px 1px 0;}
.guide_tbl td:first-of-type{border-width:0 1px 1px 1px;}
.guide_tbl td.lb{border-radius:0 0 0 10px;}
.guide_tbl td.rb{border-radius:0 0 10px 0;}
.guide_tbl.tbl03{margin:0 0 15px;}
.guide_tbl.tbl03 th{padding:10px 5px;}
.guide_tbl.tbl03 td{text-align:center;padding:2px 5px;height:38px;font-size:91%;}
.guide_tbl.tbl03 .posi{position:relative;left:4px;top:-4px;}

.guide_tbl .spec dl{display:table;}
.guide_tbl .spec dt,
.guide_tbl .spec dd{display:table-cell;vertical-align:top;line-height:1.5em;}
.guide_tbl .spec dt{width:3em;}
.guide_tbl .spec dd dl{width:100%;}
.guide_tbl .spec dd dl dt{width:7.5em;}
.guide_tbl .spec dd dl dd{text-align:right;}
.guide_tbl .spec .note{font-size:84%;}

@media screen and (max-width:640px){
	.tbl_outer{width:100%;overflow-x:auto;margin:0 0 15px;}
	.tbl_outer .guide_tbl.tbl03{width:760px !important;margin:0;}
}
@media screen and (max-width:480px){
	.guide_tbl.spec_tbl td.rb{width:16em;}
}

.guide_tbl02{width:385px;margin:0 auto 30px;border-collapse:separate;}
.guide_tbl02.wide{width:445px;}
.guide_tbl02.wide02{width:466px;}
.guide_tbl02.wide03{width:420px;}
.guide_tbl02 th,
.guide_tbl02 td{padding:5px 10px;}
.guide_tbl02 caption{color:#3c3c22;font-size:133%;font-weight:bold;margin:0 0 10px;}
.guide_tbl02 th{background:#7978a0;color:#ffffff;border:solid #9a9bb9;border-width:0 1px 0 0;}
.guide_tbl02 th:last-of-type{border:none;}
.guide_tbl02 th span{transform:scale(0.8);display:inline-block;}
.guide_tbl02 td{text-align:left;vertical-align:middle;font-size:83%;border:solid #ddded9;border-width:0 1px 1px 0;}
.guide_tbl02 td:first-of-type{border-width:0 1px 1px 1px;}
.guide_tbl02 td.num{text-align:center;}
.guide_tbl02 td.num span{display:inline-block;width:2.5em;text-align:right;}
.guide_tbl02 td.price{text-align:center;}
.guide_tbl02 td.price span{display:inline-block;width:5.5em;text-align:right;}

.guide_tbl02.td_first{border:solid #ddded9;border-width:1px 0 0;}
.guide_tbl02 td.other{text-align:center;}
.guide_tbl02 td.other span{display:inline-block;width:7em;text-align:left;}

.guide_tbl02 td .ind{display:inline-block;padding-left:1em;}

@media screen and (max-width:900px){
	.guide_tbl02{width:466px !important;max-width:100%;}
}
@media screen and (max-width:540px){
	.guide_tbl02{width:100% !important;}
}


.guide_map{}
.guide_map .clm{width:388px;}
.guide_map .clm.clm_l{float:left;}
.guide_map .clm.clm_r{float:right;}

.guide_map .clm .ex{display:table;width:100%;text-align:center;}
.guide_map .clm .ex span{display:table-cell;}
.guide_map .clm.clm_l .ex span{width:50%;}

@media screen and (max-width:900px){
	.guide_map .clm{width:49%;}
}
@media screen and (max-width:540px){
	.guide_map .clm{width:100%;float:none !important;}
}


.opt_h{margin:0 0 15px;background:#46457e;color:#ffffff;font-size:142%;font-weight:bold;padding:13px;}
.opt_lead{margin:0 0 20px;color:#787866;}
.caption{color:#3c3c22;font-size:133%;font-weight:bold;margin:0 0 10px;}
.caption02{text-align:left;margin:0 0 5px;color:#3c3c22;font-weight:500;}

.tbl_cap{margin:0 0 10px 157px;font-size:134%;text-align:left;color:#3c3c22;font-weight:700;}
.tbl_cap span{font-size:70%;}
.tbl_cap span.note{display:inline-block;margin-left:15px;}

@media screen and (max-width:900px){
	.tbl_cap{margin-left:calc((100% - 466px)/2);}
}
@media screen and (max-width:540px){
	.tbl_cap{margin-left:0;}
}

.btm_tbl{}
.btm_tbl .guide_tbl{float:left;}
.btm_tbl .note_txt{float:left;text-align:left;/*padding:46px 15px 0;padding:0 15px;*/padding:5px 15px 0;font-weight:500;}
.btm_tbl .note_txt p{margin:0 0 5px;}
.btm_tbl .note_txt .disc_list{margin:0 0 5px;color:#3c3c22;}
.btm_tbl .note_txt .disc_list li{text-indent:-1em;padding-left:1em;}
.btm_tbl .note_txt .disc_list li:before{content:"◆";}

.btm_tbl .note_txt .ex_list{margin:0;font-weight:400;}
.btm_tbl .note_txt .ex_list li{text-indent:-1em;padding-left:1em;}
.btm_tbl .note_txt .ex_list li:before{content:"・";}

@media screen and (max-width:768px){
	.btm_tbl .guide_tbl{float:none;margin:0 0 5px;}
	.btm_tbl .note_txt{float:none;padding:0 0 10px;}
}

.guide_note{text-align:left;}
.guide_note li{text-indent:-1em;padding-left:1em;}

.guide_note li:before{content:"・";}

.guide_btm_txt{font-size:134%;text-align:center;font-weight:700;margin:40px 0 0;}



/* サービス */
#service_ttl01{display:table;width:100%;height:325px;background:url("../service/images/service_h_bg01.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#service_ttl01 h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;padding:0 0 0 300px;letter-spacing:0.1em;}

#service_ttl02{display:table;width:100%;height:325px;background:url("../service/images/service_h_bg02.jpg") no-repeat 50% 50%;background-size:cover;color:#ffffff;}
#service_ttl02 h2{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;text-shadow:0 0 6px #000,0 0 3px #000;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#service_ttl01{height:250px;}
	#service_ttl02{height:250px;}
	#service_ttl01 h1{padding:0 0 0 55%;}
}
@media screen and (max-width:540px){
	#service_ttl01{height:200px;}
	#service_ttl02{height:200px;}
}


.service_sec01{padding:15px 0 55px;position:relative;}
.service_sec01 .lead{font-size:117%;margin:0 0 25px;}
.service_sec01 .note{text-align:left;font-size:83%;transform:scale(0.9);transform-origin:left center;}

.service_sec01.sec01 .note{/*margin:0 0 0 180px;*/margin:0 0 0 240px;}
.service_sec01.sec02 .note{position:absolute;bottom:45px;right:65px;margin:0;transform-origin:right center;}

.service_cont{display:table;margin:0 auto;}
.service_cont .txt,
.service_cont .pic{display:table-cell;vertical-align:top;text-align:left;}

.service_cont .h{color:#3c3c22;font-weight:bold;margin:0;}
.service_cont .ex{margin:0 0 10px 5px;}
.service_cont .ex:last-of-type{margin:0 0 15px 5px;}

.service_cont.cont01 .txt{/*padding:0 15px 0 0;*/}
.service_cont.cont01 .pic{width:168px;margin:0 0 15px;line-height:0;}

.service_cont.cont02{width:100%;}
.service_cont.cont02 .txt{padding:5px 0 0 20px;}
.service_cont.cont02 .pic{width:247px;margin:0;line-height:0;}

.service_cont.cont02 .ex{margin:0 0 10px 15px;}
.service_cont.cont02 .ex:last-of-type{margin:0 0 15px 15px;}

@media screen and (max-width:900px){
	.service_sec01{padding:15px 4% 40px;}
	.service_cont{width:100%;}
	.service_sec01.sec01 .note{margin:0;}
	.service_sec01.sec02 .note{position:relative;bottom:0;right:0;margin:0;transform-origin:left center;}
	.service_cont.cont02{margin:0 0 10px;}
}
@media screen and (max-width:640px){
	.service_sec01 .note{transform:scale(1);}
	.service_cont.cont01 .pic{width:35%;}
	.service_cont.cont02 .pic{width:45%;}
}


/* ご利用料金・案内 */
#price_ttl01{display:table;width:100%;height:325px;background:url("../price/images/price_h_bg01.jpg") no-repeat 50% 50%;background-size:cover;color:#787866;}
#price_ttl01 h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#price_ttl01{height:250px;}
}
@media screen and (max-width:540px){
	#price_ttl01{height:200px;}
}


.price_sec01{padding:30px 0 50px;text-align:left;}
.price_sec01 .lead{margin:0 0 35px;}
.price_sec01 .lead span{display:inline-block;margin:0 0 0 10px;font-size:92%;}

@media screen and (max-width:900px){
	.price_sec01{padding:30px 4% 50px;}
	.price_sec01 .lead span{display:block;margin:0;}
}


.price_box{margin:0 0 35px;padding:30px 20px 10px;position:relative;border-radius:5px;box-shadow:2px 2px 6px rgba(0,0,0,0.2);}
.price_box:last-of-type{margin:0;}
.price_box .h{position:absolute;left:-3px;top:-23px;width:212px;height:46px;display:table;font-weight:500;}
.price_box .h span{display:table-cell;vertical-align:middle;}
.price_box .h span.num{width:54px;text-align:center;padding:0 0 0 4px;color:#ffffff;font-size:192%;}
.price_box .h span.txt{padding:0 0 0 8px;color:#3c3c22;font-size:125%;font-weight:bold;}

.price_box .ex_lead{margin:0 0 10px;}
.price_box .ex_set{margin:0 0 10px;}
.price_box .ex_set .ttl{margin:0;color:#3c3c22;font-weight:500;text-indent:-1em;padding-left:1em;}
.price_box .ex_set .ttl02{margin:0;text-indent:-1em;padding-left:1em;}
.price_box .ex_set .ex{margin:0 0 0 1em;}
.price_box .ex_set .ex p{margin:0;}
.price_box .ex_set .ex p strong.color{color:#3c3c22;}
.price_box .ex_set .ex p span{display:block;text-indent:-1em;padding-left:1em;}

.price_box .ex_set .ex_list{margin:0;}
.price_box .ex_set .ex_list li{text-indent:-1em;padding-left:1em;}
.price_box .ex_set .ex_list li:before{content:"・";}
.price_box .ex_set .note{font-size:92%;}

.price_box01{background:#fefee6;}
.price_box01 .h{background:url("../price/images/price_num_bg01.png");background-size:212px;}

.price_box01 .about_txt dl{display:table;width:555px;}
.price_box01 .about_txt dt,
.price_box01 .about_txt dd{display:table-cell;vertical-align:top;}
.price_box01 .about_txt dt{font-weight:500;width:147px;position:relative;}
.price_box01 .about_txt dt span{display:inline-block;transform:scale(0.7);transform-origin:right bottom;position:absolute;right:5px;bottom:3px;}
.price_box01 .pic{position:absolute;top:12px;right:12px;width:194px;}

@media screen and (max-width:900px){
	.price_box01 .about_txt{width:65%;}
	.price_box01 .about_txt dl{width:100%;}
	.price_box01 .pic{width:30%;}
}
@media screen and (max-width:640px){
	.price_box01 .about_txt{width:100%;}
	.price_box01 .pic{position:relative;top:0;right:0;width:100%;margin:20px auto 0;text-align:center;}
}



.price_box02{background:#fef5ec;}
.price_box02 .h{background:url("../price/images/price_num_bg02.png");background-size:212px;}
.price_box02 .guide_tbl th{font-size:95%;}

@media screen and (max-width:768px){
	.price_box02 .btm_tbl .guide_tbl{margin:0 0 5px !important;}
	.price_box02 .btm_tbl .note_txt{padding:0;margin:0;}
}


.price_box03{background:#f5fbef;}
.price_box03 .h{background:url("../price/images/price_num_bg03.png");background-size:212px;}

.price_box04{background:#ecf7fb;}
.price_box04 .h{background:url("../price/images/price_num_bg04.png");background-size:212px;}

.pay_tbl{margin:0 auto;border-collapse:separate;}
.pay_tbl th,
.pay_tbl td{vertical-align:middle;}
.pay_tbl th{background:#787866;color:#ffffff;border:solid #999a8c;border-width:0 1px 0 0;text-align:center;border-radius:10px 0 0 10px;font-weight:500;}
.pay_tbl td{background:#fff;color:#787866;border:solid #ddded9;border-width:1px 1px 1px 0;border-radius:0 10px 10px 0;}

.price_box05{background:#fdf0f7;}
.price_box05 .h{background:url("../price/images/price_num_bg05.png");background-size:212px;}

.cancel_box{text-align:center;}
.cancel_h{width:380px;margin:0 auto 5px;background:url("../price/images/price_h_bg02.png") repeat-x 50% 50%;color:#3c3c22;font-size:133%;font-weight:bold;}
.cancel_h span{display:inline-block;background:#fdf0f7;padding:0 15px;}
.cancel_lead{margin:0 0 10px;}

@media screen and (max-width:540px){
	.cancel_h{width:100%;}
	.cancel_h span{padding:0 8px;}
}

.cancel_tbl{margin:0 auto 10px;border-collapse:separate;}
.cancel_tbl th,
.cancel_tbl td{vertical-align:middle;font-weight:bold;}
.cancel_tbl th{background:#787866;color:#ffffff;border:solid #999a8c;border-width:0 1px 0 0;text-align:center;border-radius:10px 0 0 0;font-weight:500;}
.cancel_tbl th:last-of-type{border:none;border-radius:0 10px 0 0;}
.cancel_tbl td{background:#fff;color:#3c3c22;}
.cancel_tbl td:first-of-type{border:solid #c8c9c1;border-width:0 0 1px 1px;text-align:left;background:#e4e5e0;}
.cancel_tbl td:last-of-type{border:solid #ddded9;border-width:0 1px 1px 0;text-align:right;padding:10px 30px;}
.cancel_tbl td.lb{border-radius:0 0 0 10px;}
.cancel_tbl td.rb{border-radius:0 0 10px 0;}


.cancel_box .note{font-size:92%;margin:0;}

.price_box06{background:#f3ecf4;}
.price_box06 .h{background:url("../price/images/price_num_bg06.png");background-size:212px;}

@media screen and (max-width:480px){
	.cancel_tbl td:last-of-type{padding:10px;}
}



/* ご利用の流れ */
#flow_ttl01{display:table;width:100%;height:325px;background:url("../flow/images/flow_h_bg01.jpg") no-repeat 50% 50%;background-size:cover;color:#fff;}
#flow_ttl01 h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#flow_ttl01{height:250px;}
}
@media screen and (max-width:540px){
	#flow_ttl01{height:200px;}
}

.flow_sec01{padding:20px 60px 50px;text-align:left;}

@media screen and (max-width:900px){
	.flow_sec01{padding:20px 4% 40px;}
}


.flow{width:100%;height:125px;margin:0;text-align:left;position:relative;}
.flow:after{content:" ";width:23px;height:20px;background:url("../flow/images/flow_arrow.png") no-repeat;background-size:23px;position:absolute;left:15px;top:80px;}
.flow:last-of-type:after{content:none;}

.flow dt{margin:0;}
.flow dd{line-height:1.5em;padding:0 0 0 68px;color:#5e5c5c;}

.flow .h{height:56px;font-weight:700;color:#18458e;padding:25px 0 0 68px;line-height:1em;}
.flow .h span.txt{font-size:125%;}

.flow .h.num01{background:url("../flow/images/flow_num01.png") no-repeat;background-size:180px;}
.flow .h.num02{background:url("../flow/images/flow_num02.png") no-repeat;background-size:180px;}
.flow .h.num03{background:url("../flow/images/flow_num03.png") no-repeat;background-size:180px;}
.flow .h.num04{background:url("../flow/images/flow_num04.png") no-repeat;background-size:180px;}
.flow .h.num05{background:url("../flow/images/flow_num05.png") no-repeat;background-size:180px;}
.flow .h.num06{background:url("../flow/images/flow_num06.png") no-repeat;background-size:180px;}
.flow .h.num07{background:url("../flow/images/flow_num07.png") no-repeat;background-size:180px;}


.flow dd .note{font-size:84%;display:block;text-indent:-1em;padding-left:1em;}

@media screen and (max-width:640px){
	.flow{padding:0 0 35px;height:auto;}
	.flow:last-of-type{padding:0;}
	.flow:after{content:" ";width:23px;height:20px;background:url("../flow/images/flow_arrow.png") no-repeat;background-size:23px;position:absolute;left:50%;bottom:0;top:auto;}
	.flow:last-of-type:after{content:none;}
}


/* 図面・資料 */
#download_ttl01{display:table;width:100%;height:325px;background:url("../download/images/download_h_bg01.jpg") no-repeat 50% 50%;background-size:cover;color:#fff;}
#download_ttl01 h1{display:table-cell;vertical-align:middle;margin:0;line-height:1em;font-size:183%;font-weight:bold;letter-spacing:0.1em;}

@media screen and (max-width:768px){
	#download_ttl01{height:250px;}
}
@media screen and (max-width:540px){
	#download_ttl01{height:200px;}
}

.download_sec01{padding:30px 0 50px;}
.download_sec01 .set{width:615px;margin:0 auto;padding:0 0 30px;}
.download_sec01 .set:last-of-type{padding:0;}

.download_h{padding:5px;background:url("../download/images/download_h_bg02.png") no-repeat;background-size:100% 100%;color:#ffffff;font-weight:bold;font-size:125%;margin:0 0 15px;border-radius:3px;}
.download_btn{margin:0;}
.download_btn li{display:inline-block;margin:0 20px 10px;width:195px;height:34px;font-size:119%;font-weight:500;}
.download_btn li a{display:table;width:100%;height:100%;background:url("../download/images/download_btn_bg01.png") no-repeat;background-size:195px;box-shadow:2px 2px 4px rgba(0,0,0,0.4);border-radius:17px;color:#3c3c22;text-decoration:none;}
.download_btn li a span{display:table-cell;vertical-align:middle;padding:0 32px 0 0;}
.download_btn li a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

@media screen and (max-width:900px){
	.download_sec01{padding:30px 4% 40px;}
	.download_sec01 .set{width:100%;}
	.download_btn li{margin:0 10px 10px;}
}




/* アクセス */
#gmap{width:100%;height:325px;overflow:hidden;}
#gmap iframe{width:100%;height:100%;/*margin-top:-150px;*/}

@media screen and (max-width:900px){
	#gmap{width:92%;margin:0 auto;}
}
@media screen and (max-width:480px){
	#gmap{height:250px;}
	#gmap iframe{/*height:550px;*/}
}


.access_sec01{padding:30px 0 50px;}

.access_sec01 .logo_set{padding:0 0 40px 60px;}
.access_sec01 .logo_set .logo{float:left;margin:0;line-height:0;width:279px;}
.access_sec01 .logo_set .txt{float:left;margin:40px 0 0 30px;line-height:0;width:332px;}

@media screen and (max-width:900px){
	.access_sec01{padding:30px 4% 40px;}
	.access_sec01 .logo_set{padding:0 0 40px;}
	.access_sec01 .logo_set .logo{float:none;max-width:70%;margin:0 auto;}
	.access_sec01 .logo_set .txt{float:none;margin:20px auto 0;max-width:80%;}
}



.access_h{display:table;width:384px;height:29px;background:url("../access/images/access_h_bg01.png") no-repeat;background-size:100% 100%;margin:0 auto 8px;color:#fff;font-size:150%;font-weight:bold;}
.access_h span{display:table-cell;}
.access_h.mb{margin:0 auto 12px;}

@media screen and (max-width:540px){
	.access_h{width:100%;}
}


.access_h02{color:#3c3c22;font-size:150%;font-weight:bold;margin:0 0 10px;}
.access_h03{width:480px;margin:0 auto 25px;background:url("../access/images/access_h_bg02.png") repeat-x 50% 50%;color:#3c3c22;font-size:150%;font-weight:bold;}
.access_h03 span{display:inline-block;background:#fff;padding:0 15px;}

@media screen and (max-width:540px){
	.access_h03{width:100%;}
	.access_h03 span{padding:0 8px;}
}

.access_btn{margin:0 0 25px;}
.access_btn a{display:table;width:167px;height:26px;background:url("../access/images/access_btn_bg.png") no-repeat;background-size:100%;color:#ffffff;text-decoration:none;padding:0 25px 0 0;margin:0 auto;}
.access_btn a span{display:table-cell;vertical-align:middle;font-size:93%;font-weight:500;}
.access_btn a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.access_set01{padding:0 0 60px;}
.access_set01 .set{padding:0 0 25px;}
.access_set01 .set:last-of-type{padding:0;}
.access_set01 p{margin:0 0 10px;font-size:125%;font-weight:bold;}
.access_set01 p:last-of-type{margin:0;}

.access_set01 p.txt{display:inline-block;}
.access_set01 p.txt span{display:block;text-align:left;}
.access_set01 p.map01{position:relative;left:209px;text-align:left;}

@media screen and (max-width:900px){
	.access_set01 p.map01{left:0;text-align:center;}
}

.access_set02{width:655px;margin:0 auto;}
.access_set02 .set{padding:0 0 25px;}
.access_set02 .set:last-of-type{padding:0;}
.access_set02 p{margin:0;}
.access_set02 p.caution{font-size:125%;font-weight:bold;color:#ff0000;position:relative;top:-2px;}

.access_set02 .txt_set{text-align:left;}
.access_set02 .txt_set p{text-indent:-1em;padding-left:1em;}
.access_set02 .txt_set p strong{color:#3c3c22;}
.access_set02 .txt_set p span{display:block;text-indent:-1em;padding-left:1em;}

.access_set02 .access_tbl{width:100%;}
.access_set02 .access_tbl th,
.access_set02 .access_tbl td{padding:5px 10px;border:solid 1px #ddded9;}
.access_set02 .access_tbl th{color:#3c3c22;font-weight:bold;letter-spacing:0.1em;}
.access_set02 .access_tbl td{text-align:left;}
.access_set02 .access_tbl td .note{font-size:92%;}

@media screen and (max-width:900px){
	.access_set02{width:100%;}
}



/* お問い合わせ */
.contact_sec01{padding:0 0 50px;}

@media screen and (max-width:900px){
	.contact_sec01{padding:0 4% 40px;}
}


.contact_h{font-size:150%;font-weight:bold;color:#3c3c22;margin:0 0 20px;}

.contact_form_tbl{width:100%;margin:0 auto 20px;border-collapse:separate;border-radius:10px;border:solid 1px #ddded9;text-align:left;color:#3c3c22;}
.contact_form_tbl th,
.contact_form_tbl td{vertical-align:top;border:solid #ddded9;border-width:0 0 1px;}
.contact_form_tbl tr:first-of-type th{border-radius:10px 0 0 0;}
.contact_form_tbl tr:last-of-type th{border-radius:0 0 0 10px;}
.contact_form_tbl tr:last-of-type th,
.contact_form_tbl tr:last-of-type td{border:none;}
.contact_form_tbl th{background:#f0f8ff;width:220px;font-weight:bold;padding:10px 0 10px 10px;}
.contact_form_tbl td{padding:7px 15px;}

.contact_form_tbl td .set{display:inline;}
.contact_form_tbl td span{display:inline-block;margin:0 5px 0 0;}
.contact_form_tbl td span.name{margin:0 5px 0 30px;}
.contact_form_tbl td span.c{margin:0 7px;}

.contact_form_tbl th img{margin-left:3px;vertical-align:middle;position:relative;top:-2px;}

@media screen and (max-width:900px){
	.contact_form_tbl th,
	.contact_form_tbl td{display:block;}
	.contact_form_tbl th{width:100%;padding:10px;}
	.contact_form_tbl td .set{display:block;margin:5px 0 0;}
	.contact_form_tbl td span.name{margin:0 5px 0 0;}
}


input[type="text"],
input[type="email"],
textarea,
select{border:solid 1px #9d9e8c;background:#fefff1;box-sizing:border-box;padding:3px 7px;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;font-size:100%;}
input[type="button"]{border:none;background:url("../contact/images/btn_bg01.png") repeat-x;background-size:auto 100%;padding:3px 5px;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;font-size:100%;color:#3c3c22;cursor:pointer;}
textarea{width:100%;height:185px;}
input[type="submit"]{width:130px;border:none;background:url("../contact/images/btn_bg02.png") no-repeat;background-size:100% 100%;color:#fff;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;font-size:100%;cursor:pointer;font-size:127%;font-weight:bold;padding:2px 5px 5px;border-radius:15px;}
input[type="button"].back{width:130px;border:none;background:url("../contact/images/btn_bg01.png") repeat-x;background-size:auto 100%;font-family:'Noto Sans JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","verdana",sans-serif;font-size:127%;font-weight:bold;color:#3c3c22;cursor:pointer;padding:2px 5px 5px;border-radius:15px;}

::placeholder {color:#9d9d90;}

.w65{width:65px;}
.w80{width:80px;}
.w155{width:155px;}
.w205{width:205px;}

.error_messe{color:#ff0000;margin:0;}

.yubin_kensaku{margin:5px 0 0;}
.yubin_kensaku a{color:#0032ff;}



/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
