@charset "shift_jis";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;

}
html {
/* 
	overflow-x:hidden;
	 */
}
body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	line-height: 100%;
	background-image: url(../img/header_line.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-position: center -6px;
}
img {
	border: none;
}
 ul {
	list-style-type:none;
}
p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 7px;
}
h4 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #5C5C5C;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6FAA;
	padding-left: 7px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 3px;
}
a {
	color: #036ED8;
	text-decoration: none;
}
a:hover {
	color: #E71F19;
	text-decoration: underline;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.red {
	color: #E71F19;
}
.green {
	color: #096;
}
.blue {
	color: #06F;
}
.orange {
	color: #E1511E!important;
}
.pink {
	color: #FF3567;
}
.bold {
	font-weight: bold!important;
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.ph_right {
	float: right;
	margin-left: 20px;
}
.ph_left {
	float: left;
	margin-right: 20px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding_btm10 {
	padding-bottom: 10px;
}
.padding_btm15 {
	padding-bottom: 15px;
}
.padding_btm20 {
	padding-bottom: 20px;
}
.margin_left10 {
	margin-left: 10px;
}
.line_waku {
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.line_waku p {
	padding: 0px!important;
}
.line_upper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #049A41;
}
.comment {
	font-size: 80%;
	line-height: 150%;
}
.tsume {
	letter-spacing: 0px;}
.dakuten {
	letter-spacing: -5px;}
.txt_br {
	display: inline;
}
.txt_br_none {
	display: block;
}
.sp {
	display:block;
}
.pc {
	display:none;
}

#wrapper {
	background-image: url(../img/sm/header_bk.png);
	background-repeat: repeat-x;
	background-position: center 168px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(../img/sm/header_logo.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 200px;
	background-position: center top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	margin: 0px auto;
	padding: 0px;
}
#header h1 {
	width: 320px;
	height: 105px;
	float: left;
}
#header h1 a {
	width: 320px;
	height: 105px;
	display: block;
}
#header h1 span {
	display: none;
}
#header li {
	float: left;
	padding-top: 38px;
	margin-left: 5px;
}
#header ul {
	display: none;
}
.tel_link {
	text-align: center;
	display: block;
}
#gnavi {
	display: none;
}
#sm_gnavi {
	display: block;
}
#sm_gnavi li img {
	height: 35px;
	width: 77px;
}
#sm_gnavi li {
	float: left;
	height: 35px;
	width: 25%;
	background-image: url(../img/sm/gnavi_bk.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	margin-bottom: 1px;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
#sm_gnavi li:last-child {
	background-position: left top;
}

#contents {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents p {
	padding-left: 10px;
	padding-right: 10px;
}
#contents p a {
	text-decoration: underline;
	font-weight: bold;
}
#pannavi {
	display: none;
}
#sidebar {
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar_bannar {
	padding-top: 6px;
	display: none;
}
#sidebar_bannar img {
	margin-left: 6px;
	margin-bottom: 10px;
}
#sm_form {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#sidebar_site_menu {
	background-image: url(../img/sm/site_menu.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	border:none;
	margin: 0px 10px;
}
#sidebar_site_menu li {
	background-image: url(../img/site_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #366bff;
}
#sidebar_site_menu li a {
	color: #366bff;
	display: block;
	width: auto;
}
#sidebar_site_menu li a:hover {
	color: #E1511E;
	text-decoration: underline;
}
#sidebar_site_menu li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #366bff;
}
#sidebar_twitter {
	padding-top: 10px;
	background-color: #FFF;
	display: none;
}
#sidebar_info {
	padding-top: 10px;
	display: none;
}

#sidebar_info1 {
	background-image: url(../img/sidebar_info1.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 5px;
}
.sidebar_info_ph {
	margin-bottom: 15px;
	text-align: center;
}
.sidebar_info_ph img {
	width: 100%;
}
#sidebar_info1 .time {
	line-height: 18px;
	padding-top: 75px;
	padding-left: 55px;
}
.sidebar_info_ph {
	margin-bottom: 10px;
	text-align: center;
}
.sidebar_info_ph img {
	width: 200px;
}
#sidebar_info2 {
	background-image: url(../img/sidebar_info2.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 5px;
	background-position: 4px top;
}
#sidebar_info2 .add {
	line-height: 18px;
	padding-left: 55px;
	margin-bottom: 25px;
}
#sidebar_info2 .access {
	line-height: 18px;
	margin-left: 5px;
}
.gmap_link {
	display: none;
}
.gmap {
	display: block;
	height: 260px;
	width: 260px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 15px;
}
.gmap iframe {
	height: 260px;
	width: 260px;
}
.goto_top {
	text-align: right;
	font-size: 12px;
	display: none;
}
.sm_goto_top {
	text-align: right;
	font-size: 12px;
	margin: 10px;
	display: block;
}
#footer {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
#footer_link {
	display: none;
}
#footer_ad {
	width: 300px;
	color: #5C5C5C;
	padding: 0px;
	margin: 0px auto;
}
#footer_ad h2 {
	font-size: 24px;
	line-height: 36px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer_ad h2 img {
	width: 250px;
}
#footer_ad li {
	font-size: 12px;
	line-height: 18px;
	padding-right: 0px;
	display: block;
}
.footer_ad_kaigyo2 {
	padding-left: 50px!important;
}
.footer_ph {
	display: block;
	padding: 0px;
	margin: 0px;
}
.footer_ph img {
	width: 300px;
	margin-bottom: 10px;
}
#copy {
	color: #FF3567;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
#area {
	margin-top: 15px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#area li {
	display: inline;
	font-size: 14px;
	line-height: 21px;
}

#top_part1 {
	height: 247px;
	width: 320px;
	background-image: url(../img/sm/top_part1_2016.png);
	background-repeat: no-repeat;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	padding: 0px;
	float: none;
	margin: 10px auto;
}
.top_part1_link {
	margin-top: 105px;
	margin-left: 160px;
	position: absolute;
}
#top_part2 {
	background-image: url(../img/sm/top_part2.png);
	background-repeat: no-repeat;
	padding: 10px;
	float: none;
	border: 3px solid #FFADD8;
	margin: 10px;
	width: auto;
	height: auto;
}
#top_part2 p:first-child {
	margin-top: 20px;
}
#top_part2 p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.top_part2_link {
	float: right;
}
#top_right {
	float: none;
	width: auto;
}
#top_left {
	float: left;
	width: 242px;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 12px;
	display: none;
}
#top_part3 {
	float: none!important;
	height: auto;
	width: auto!important;
	margin-right: 10px;
	background-image: url(../img/sm/top_part3.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
#top_part3 p {
	font-size: 14px;
	line-height: 21px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px!important;
	padding-bottom: 0px;
	margin: 0px;
}
.top_part3_txt {
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0px!important;
}
.top_part3_link {
	display: none;
}
.top_part3_txt_link {
	padding-top: 0px!important;
	padding-right: 0px!important;
	padding-bottom: 0px!important;
	padding-left: 0px!important;
	display: block;
	text-align: right;
}
#top_part4 {
	float: left;
	height: 290px;
	width: 318px;
	background-image: url(../img/top_part4.png);
	background-repeat: no-repeat;
	display: none;
}
.top_part4_link {
	position: absolute;
	margin-top: 270px;
	margin-left: 222px;
}
#top_part5 {
	background-image: url(../img/top_part5.png);
	background-repeat: no-repeat;
	height: 264px;
	width: 727px;
	margin-top: 10px;
	display: none;
}
.top_part5_map {
	margin-top: 55px;
	margin-left: 495px;
}
#top_part6 {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#top_part7 {
	border: 1px solid #FFADD8;
	width: auto;
	background-image: url(../img/sm/top_part7.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 10px;
}
.top_part7_btm {
	text-align: center;
}
.top_part7_btm img {
	width: 100%;
}
#top_part7 .voice_waku {
	margin-right: 5px!important;
	margin-left: 5px!important;
}
#top_part7 .voice_waku p {
	margin: 0px;
	padding: 0px;
}
#top_part8 {
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
.page_title {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/sm/page_title.png);
	background-repeat: no-repeat;
	width: auto;
	height: auto;
}
.page_title h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 40px;
	color: #5c5c5c;
	margin: 0px;
	text-shadow: 1px 1px 1px #FFF;
	padding-bottom: 10px;
}
.page_sub_title {
	background-color: #ffffcb;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff6faa;
	margin-top:30px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	clear: both;
}
.page_sub_title h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #5c5c5c;
}

.line_qa01 {
	height: auto;
	width: auto;
	border:solid 4px #e8e5e8;
	border-radius: 6px;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.muchiuchi_flow_img {
	display: none;
}
.muchiuchi_flow {
	display: block;
}
.qa_box1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B6454;
	margin-bottom: 8px;
	background-image: url(../img/muchiuchi/ii_q_fine.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-bottom: 15px;
}
.qa_box1 h5 {
	padding-top: 20px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #66BF7F;
}
.qa_box2 {
	background-image: url(../img/muchiuchi/ii_a_fine.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #99917D;
	margin-bottom: 8px;
	padding-bottom: 15px;
}
.qa_box2 h5 {
	padding-top: 20px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #E95504;
}

.flow_illust {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tsume_a {
	letter-spacing: 0px;}
.tsume_b {
	letter-spacing: 0px;}

.page_stitle {
	width: 730px;
	height: 36px;
	margin-bottom: 15px;
	background-image: url(img/st_next.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}
h3 {
	font-size: 16px;
	text-align: left;
	padding-top: 9px;
	padding-left: 40px;
	font-weight: bold;
}
.box_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: auto;
}
.red18 {
	font-size: 16px;
	color: #E1511E;
	font-weight: bold;
}
	
.ph01 {
	float: right;
	margin-left: 15px;
	width: 40%;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
}
.ph02 {
	float: right;
	margin-left: 25px;
	width: 50%;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
}
.ph_star {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 40%;
}
.policy_ph {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 40%;
}
.jiko-iryo_bannar {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 120px;
}
.ph03 {
	float: right;
	margin-left: 25px;
	width: 40%;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
}
.ph04 {
	float: right;
	margin-left: 15px;
	width: 40%;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
}
.staff_ph {
	float: none;
	width: 240px;
	margin-right: auto;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
	margin-bottom: 1.5em;
	margin-left: auto;
}

.staff_ph img {
	width: 100%;
}
.staff_ph table {
	margin-bottom: 10px;
	width: auto;
}
.staff_ph td {
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 16px;
}
.staff_waku {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #66BF7F;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.staff_waku p {
	clear: both;
}
.staff_chiryo-ka {
	padding-left: 15px;}

.faq_menu {
	width: auto;
	border-spacing: 0;
	margin-bottom: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 2px solid #F39A38;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
.faq_menu li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99917D;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/faq/ii_qas.png);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 55px;
	padding-bottom: 15px;
	background-position: left 3px;
}
.faq_menu li a {
	color: #94B11E;
	text-decoration: none!important;
}
.faq_waku {
	width: auto;
	border-spacing: 0;
	margin-bottom: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 2px solid #F39A38;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.faq_waku a {
	font-weight: normal
	text-decoration: none;
}
.faq_waku_q {
	background-image: url(../img/faq/ii_qas.png);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99917D;
	margin-bottom: 10px;
	padding-bottom: 15px;
	height: auto;
}
.faq_waku_q h3 {
	font-weight: bold;
	font-size: 16px;
	color: #94B11E;
	padding-top: 5px;
	padding-left: 55px;
	line-height: 24px;
}
.faq_waku_q p {
	font-size: 14px;
	line-height: 18px;
	padding-left: 55px!important;
	margin-bottom: 0px!important;
}
.faq_waku_a {
	background-image: url(../img/faq/ii_ans.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 45px;
	margin-left: 0px;
	background-size:45px;
}
.faq_waku_a p {
	font-weight: bold;}
.faq_waku_a p strong {
	color: #E1511E;
	font-size: 16px;
}
.faq_waku_a td {
	color: #E1511E;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 7px;
	font-weight: bold;
	padding-right: 10px;
}
.faq_flow {
	background-image: none;
	padding-right: 10px;
	padding-left: 10px;
}
.faq_flow img {
	display: block;
	float: right;
	width: 25%;
}
.faq_flow li {
	text-shadow: 1px 1px 1px #FFF;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../img/faq/sankaku.png);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	background-size: 25px;
	margin-top: 10px;
	clear: both;
}
.faq_flow li strong {
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #ccc;
	color: #E1511E;
}
.faq_flow li strong:before {
	content: "● ";
	color: #FC0;
}
.faq_flow .upper {
	width: auto;
	background-image: none;
}
.faq_flow .lower {
	width: auto;
	background-image: none;
}
.price_back {
	background-image: url(../img/price/ii_priceback.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 158px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	margin-left: 10px;
}
.price_back2 {
	background-image: url(../img/price/ii_priceback3.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 369px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
}
.price_txt {
	font-size: 12px!important;
	line-height: 16px!important;
	color: #EF1F19!important;
	padding-left: 0px!important;
}
.pricemenu1 {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.pricemenu2 {
	margin-bottom: 40px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.pricemenu1 table {
	width: 100%;
	border-spacing: 0;
	font-size:15px;
	margin-bottom: 10px;
}
.pricemenu1 table th {
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	background-image: url(../img/price/ii_priceback2.png);
}
.pricemenu1 table th:first-child {
 border-radius: 4px 0 0 4px;
}
.pricemenu1 table tr td:last-child {
 border-right: 1px solid #aac12d;
 border-top: 1px solid #aac12d;
 border-bottom: 1px solid #aac12d;
 border-radius: 0 4px 4px 0;
}

.pricemenu2 table {
	width: 100%;
	border-spacing: 0;
	font-size:15px;
	margin-bottom: 10px;
}
.pricemenu2 table th {
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	background-image: url(../img/price/ii_priceback4.png);
}
.pricemenu2 table th:first-child {
 border-radius: 4px 0 0 4px;
}
.pricemenu2 table tr td:last-child {
 border-right: 1px solid #cfcacf;
 border-top: 1px solid #cfcacf;
 border-bottom: 1px solid #cfcacf;
 border-radius: 0 4px 4px 0;
}

.price_com {
	border: 1px solid #FF9417;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.price_table_left {
	width: 35%;
}
.price_table_mid {
	display: none;
}
.price_table_right {
	width: 65%;
	font-weight: bold;
	padding-left: 5px;
}
.price_table_left2 {
	width: 40%;
}
.price_table_mid2 {
	display: none;
}
.price_table_mid3 {
	display: none;
}
.price_table_right2 {
	width: 55%;
	font-weight: bold;
	padding-left: 5px;
}
.price_td_txt {
	display: block;
	line-height: 120%;
}

.voice_waku {
	background-image: url(../img/voice/niko.png);
	background-repeat: no-repeat;
	border-radius: 8px 8px 8px 8px;
	clear: both;
	border: 1px solid #999;
	padding: 15px;
	background-position: 15px 12px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.voice_waku h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #F60;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-left: 35px;
	padding-top: 2px;
}
.voice_link {
	background-image: url(../img/voice/voice_link.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
.voice_link img {
	height: 20px;
	width: 154px;
}
.voice_com {
	color: #F60;
	font-size: 10px;
	line-height: 12px;
	display: inline;
	float: left;
	width: 78%;
	background-image: url(../img/voice/com.png);
	background-repeat: no-repeat;
	height: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.voice_goto_top {
	font-size: 12px;
	padding-bottom: 10px;
	float: right;
	width: 15%;
	text-align: right;
	margin-right: 10px;
}
.access_map_left {
	float: none;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.access_map_right {
	float: none;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.access_map {
	margin-left: auto;
	background-image: url(../img/access/map.png);
	background-repeat: no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.access_map img {
	width: 100%;
}
.access_map_text {
	text-align: right;
	margin-top: 200px;
	padding-right: 10px;
}
.access_table {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.access_table td {
	font-size: 14px;
	line-height: 18px;
	padding: 2px;
}
.access_table td img {
	padding-right: 5px;
}

.box_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: auto;
}
.box_left_shop {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
.box_time {
	float: none;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box_table {
	float: none;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 300px;
	height: 92px;
	background-image: url(../img/access/table.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#form_part {
	background-color: #FFF;
	border: 1px solid #B5B6B6;
	margin-right: 10px;
	margin-left: 10px;
}
#form_part td {
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}
.form_name {
	width: 63%;
	padding: 3px;
}
.form_tel {
	width: 13%;
	padding: 3px;
}
.form_iken {
	width: 96%;
	padding: 3px;
}

.botan {
	width: 80px;
	text-align: center;
	padding: 3px;
	margin: 10px;
}
.form_menu_title {
	font-size: 21px!important;
	font-weight: bold;
	color: #F15B2B;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #ccc;
	padding-bottom: 20px;
	line-height: 120%;
}
.form_menu_sub_title {
	font-size: 16px!important;
	line-height: 21px;
	font-weight: bold;
	color: #66BF7F;
	padding-bottom: 20px;
	text-shadow: 1px 1px 2px #ccc;
}
.form_body {
	padding-top:30px;
	text-align: center;
}
.form_body p{
	padding-left:0px;
}
.voice_waku_pc {
	display: block;
}
.kugiri_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66BF7F;
	margin-top: 15px;
	padding-top: 15px;
}
.privacy_table {padding-left:15px;}
.privacy_table td {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
	}
.policy_part1 li {
	font-size: 15px;
	line-height: 21px;
	color: #E1511E;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(../img/top_part2_ten.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	margin-left: 10px;
}
.policy_waku {
	border: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-left: 10px!important;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.policy_waku li {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(../img/policy/maru.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 17px;
	color: #5C5C5C;
	}
.policy_folw {
	border: 1px solid #999;
	margin-bottom: 15px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px;
	}	
.policy_folw h5 {
	background-color: #FEDEF2;
	padding: 10px;
	font-size: 15px;
	line-height: 120%;
}
.policy_folw img {
	padding: 10px;
	}
.staff_img img {
	width: 100%;
}
.staff_pr {
	border: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.top_news {
	display: none;
}
.top_news_waku {
	display: none;
}
.sidebar_news {
	width: auto;
	border: 1px solid #D1CCD1;
	padding: 10px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.sidebar_news_waku {
	width: 100%;
	height: 200px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66BF7F;
}
.top_blog_link_b {
	width: 240px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.top_blog_link_pc {
	display: none;
}
.top_blog_link_sm {
	display: block;
	width: 100%;
}

.facebook {
	display: none;
}

.twitter {
	margin-right: 15px;
	margin-left: 15px;
}
.access_ph_left {
	float: left;
	width: 100%;
	padding-right:0px;
	padding-bottom:15px;
}
.access_ph_left img {
	width: 96%;
	padding-right:4%;
}
.access_ph_right {
	float: left;
	width: 100%;
}
.access_ph_right img {
	width: 96%;
	padding-right:4%;
}
.access_ph_first {
	padding-right:4%;
}
.indoorview {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	padding: 10px;
}
.indoorview h6 {
	background-color: #F77292;
	font-size: 14px;
	line-height: 1.3em;
	color: #FF0;
	text-align: center;
	padding: 5px;
	margin-bottom: 0.5em;
}
.indoorview iframe {
	height: 195px;
	width: 280px;
}

/* 料金ページ新料金表設定 */

.price_table {
	margin-bottom: 1.5em;
	margin-left:10px;
	margin-right:10px;
}
.price_table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 1em;
}
.price_table th {
	padding: 0.2em;
	font-size: 14px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	text-align: center;
	width:3em;
}
.price_table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.price_table td {
	padding: 0.2em;
	font-size: 14px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: bold;
	text-align: center;
}
.price_table td span {
	font-weight: normal;
	font-size: 80%;
}
.price_table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/* 2018.2 交通事故追加設定 */

.muchiuchi_nagare {
	margin-bottom:1.5em;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.muchiuchi_nagare li {
	float: none;
	width: auto;
	padding-right: 0%;
	background-image: url(../img/muchiuchi/sankaku2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:30px;
	padding-bottom: 40px;
}
.muchiuchi_nagare li img {
	width:100%;
}