@charset "utf-8";

/***** 基本タグ *****/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

header, footer {
	margin:0px;
	padding:0px;
}

body {
	color: #595656;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	
}
.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


blockquote {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
}
img, object, embed, video {
	max-width: 100%;
}
img {
	height:auto;
	vertical-align:middle;
	border:none;
}
i, em {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table, tbody, tr, th, td {
}

.table, .table th, .table td {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.table tbody, .table tr {
	border-style:none;
}

a:focus, *:focus { outline:none; }

h2 {
	background-image: url(img/h2_bg.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	clear: both;
	background-position: left top;
}

h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 14px;
	color: #333333;
	clear: both;
	font-size: 18px;
	line-height: 20px;
	background-image: url(img/h3_bg.png);
	background-repeat: no-repeat;
}
#footer_freearea h3,#footer_freearea_s h3 {
	margin-bottom: 0px;

}

h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #454545;
	font-weight: bold;
	font-size: 16px;
	clear: both;
	background-image: url(img/h4_bg.png);
}

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

hr {
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-bottom-color: #CCCCCC;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

#sidebar a:link {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active {
	text-decoration: none;
}


.link2 a:link {
	text-decoration: none;
}
.link2 a:visited {
	text-decoration: none;
}
.link2 a:hover {
	text-decoration: underline;
}
.link2 a:active {
	text-decoration: none;
}

/***** テキストサイズ、色 *****/

.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text12 {
	font-size: 12px;
	line-height: 16px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 20px;
}
.text18 {
	font-size: 18px;
	line-height: 22px;
}
.text20 {
	font-size: 20px;
	line-height: 22px;
}
.text22 {
	font-size: 22px;
	line-height: 22px;
}
.text_normal {
	font-weight: normal;
}

.text_red {
	color: #F00;
}
.text_blue {
	color: #06C;
}
.text_white {
	color: #FFF;
}

/***** デザイン設定 *****/

.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table_gray {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
} 
.table_gray th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.table_gray td{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}


.tab_on a {
	background-color: #00C4C3;
	border: 1px solid #00C4C3;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
.tab_off a {
	background-color: #DDFFFF;
	border: 1px solid #00C4C3;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
.tab_off a:hover {
	background-color: #00C4C3;
	border: 1px solid #00C4C3;
	color: #FFF;
}


.page_on {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #888888;
}
.page_off {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DDDDDD;
}
.page_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: 0066CC;
	font-size: 18px;
	text-decoration: none;
}
.page_more {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 18px;
	background-color: #DDDDDD;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/***** フォーム *****/
.formbox {
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	margin-bottom: 20px;
	width: 94%;
	-webkit-box-shadow: 1px 1px 3px 3px #CCCCCC;
	box-shadow: 1px 1px 3px 3px #CCCCCC;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 1%;
	margin-left: 1%;
	clear: both;
	margin-top: 15px;
}

.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px 0px 0px 10px;
}
.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.submit_button {
    padding: 15px 40px;
    font-size: 18px;
}
textarea, input[type="text"], select {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 100%;
	line-height: 1.2;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.form_a input[type="text"] , .form_a textarea {
	width:65%;
}
.w30 {
	width: 30%;
}

.w40 {
	width: 60%;
}
.w60 {
	width: 80%;
}
.w80 {
	width: 90%;
}

.mgn_btm_5 {
	margin-bottom:5px;
}
.mgn_btm_10 {
	margin-bottom:10px;
}
.mgn_btm_15 {
	margin-bottom:15px;
}
.mgn_btm_20 {
	margin-bottom:20px;
}



/***** 開閉式メニュー *****/
.menu_btn_all {
	cursor: pointer;
}

.list_selected {
	background-image: url(img/list1_bg_on.png);
}

.list1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#666666;
	color:#595656;
}
.list1_on {
	background-color: #F4F4F4;
}
.list1_selected {
	background-color:#5D2F0F;
}
.submenu1 {
	display:none;
}
.submenu2 {
	display:none;
}

.list2 {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	background-image: url(img/icon_list2.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-top: 1px dotted #999999;
}
.list2_on {
	background-color: #F4F4F4;
}
.list2_selected {
	background-image: url(img/list2_bg_on.png) !important;
	background-position: 0px 0px !important;
}
.list3 {
	color: #666;

	background-image: url(img/icon_list3.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	font-size: 12px;
	line-height: 16px;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;

}
.list3_on {
	background-color: #F4F4F4;
}
.list3_selected {
	background-image: url(img/list3_bg_on.png) !important;
	background-position: 0px 0px !important;
}
.list1_selected a, .list2_selected a, .list3_selected a {
	text-decoration: none !important;
	font-weight: bold !important;
}
.list1_selected a, .side_menu .list1 a {
	color:#FFFFFF;
}
.side_menu .list2 a {
	color:#333333;
}
.side_menu .list3 a {
	color:#333333;
}

/***** パーツ共通 *****/

#news_box {
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 160px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;

	/* box-shadow */
	box-shadow:0px 0px 0px 1px #CCCCCC inset;
	-moz-box-shadow:0px 0px 0px 1px #CCCCCC inset;
	-webkit-box-shadow:0px 0px 0px 1px #CCCCCC inset;
}
.photo_kage {
	-webkit-box-shadow: 5px 5px 8px 1px #AAAAAA;
	box-shadow: 5px 5px 8px 1px #AAAAAA;
}
.waku1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96% !important;
	background-repeat: repeat-x;
	padding-top: 15px;

	/* box-shadow */
	box-shadow:0px 0px 0px 1px #CCCCCC inset;
	-moz-box-shadow:0px 0px 0px 1px #CCCCCC inset;
	-webkit-box-shadow:0px 0px 0px 1px #CCCCCC inset;
}

.waku2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	width: 96% !important;
	background-image: url(img/parts/waku1_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}

.waku3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	width: 95% !important;

	/* box-shadow */
	box-shadow:0px 0px 0px 2px #CCCCCC inset;
	-moz-box-shadow:0px 0px 0px 2px #CCCCCC inset;
	-webkit-box-shadow:0px 0px 0px 2px #CCCCCC inset;

}
.waku4 {
}

.flow_next {
	background-image: url(img/parts/flow_next.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 15px;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




/* Mobile Layout: 480px and below. */

.____________________mobile{
}
#container {


}
.container_padding {
	padding-top:0px;
}
#bg {
}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#admin_panel {
	display: none;
}
#header_bg {
	background-color: #000000;
	color: #FFFFFF;
}
#header_bg a {
	color:#FFF;
}
#header {
	position: relative;
	background-image: url(img/header_bg_sp.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 10px;
}
#header_logo {
	width: 84%;
	padding-left: 1%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#header_logo img {
}

#head_center {
display: none;
width: 100%;
clear: both;
margin-left: 0;
}
#head_tel {
	display:none;
}
#head_tel_sp {
	width: 80%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5px;
	clear: none;
}


#header h1 {
width: 100%;
display: none;
clear: both;
margin-left: 0;
}
#head_button {
	display: none;
}

#head_menubtn {
	display: block;
	width: 10%;
	clear: none;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;;
	margin-left: 2%;
}
#snsbox_s {
	clear:both;
	text-align:center;
	margin-bottom:15px;
}

#drop_menu {
	display: none;
	z-index: 20;
}
#drop_menu a {
	display: block;
	width: 90%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin:5px;
}

#menubar {
	height: auto;
	margin-bottom: 10px;
}
#main-menu {
	display: none;
}

#menu_pc {
display: none;
}
#menu_tablet {
display: none;
}
#menu_sp {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#main {
	margin-bottom: 20px;
	margin-top: 15px;
	width: 97%;
	margin-left: 1.5%;
	z-index:1;
	clear:both;
}
#pankuzu {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 7px;
	color: #454545;
	padding-top: 0px;
}
#pagelabel {
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 97%;
	margin: 0px;
	clear: both;
}
#page_title {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 97%;

/* box-shadow *//*
box-shadow:0px 0px 0px 2px #E8DAE1 inset;
-moz-box-shadow:0px 0px 0px 2px #E8DAE1 inset;
-webkit-box-shadow:0px 0px 0px 2px #E8DAE1 inset;*/
}

#page_image {
	width: 100%;
}
#snsbox {
	margin-top: -10px;
	display: none;
}

#contents {
	width: 100%;
	clear: both;
	margin-left: 0;
	line-height: 1.4;
	margin-bottom: 15px;
}

#sidebar {
	font-size: 90%;
	width: 100%;
	line-height: 105%;
}
.side_menu {
display: none;
}


.side_bn {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
	text-align:center;
}

#side_bn1 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
	text-align: center;
}
#side_bn2 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
	text-align: center;
}


#page_end {
	margin-bottom: 20px;
}

#footer_freearea {
display: none;
}
#footer_freearea_s {
width: 97%;
margin-left: 1.5%;
display: block;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer_sitemap {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #5D2F0F;
}

#footer_sitemap a {
	color:#FFF;
}
.sitemap_list1 {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	margin-left: 5px;
	background-image: url(img/icon_list1_s.png);
	background-repeat: repeat-y;
}
#footer_sitemap .sitemap_list1 {
	background-image: url(img/icon_list1_footer.png);
}
.sitemap_list2 {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 14px;
	background-image: url(img/icon_list2_s.png);
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}
#footer_sitemap .sitemap_list2 {
	background-image: url(img/icon_list2_footer.png);
}
.sitemap_list3 {
	display: block
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 14px;
	background-image: url(img/icon_list3_s.png);
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}


#pagetop {
	height: 30px;
	width: 45px;
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 10;
}

#side_btn {
	text-align:center;
	height: 60px;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 3px;
	z-index: 10;
}
#side_btn img {
	max-height:58px;
}


#footer_end {
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	background-color: #000000;
}
#footer_end a {
	color: #FFFFFF;
}
#footer_end_menu {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
}
#footer_end_menu a {
	white-space:nowrap;
}
#footer_end_cr {
	clear: both;
	margin-left: 0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding-top: 4px;
}
.pc_only {
display: none;
}
.form_q {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	display: table-cell;
}
.form_a {
	width: 98%;
	clear: both;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	display:table-cell;
}
.table_responsive table, .table_responsive tr {
	display:block;
	width:100%;
}
.table_responsive th {
	display:block;
	width:96%;
	padding:2%;
	vertical-align:top;
	text-align:left;
	background-color:#EEEEEE;
}
.table_responsive td {
	display:block;
	width:96%;
	padding:2%;
	vertical-align:top;
}


/***** パーツ *****/

.photo_box {
width: 42%;
margin-left: 2%;
padding: 2%;
float: left;
text-align: center;
}

.box50_1 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box50_2 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box502_1 {
width: 48.7179%;
margin-left: 0;
}
.box502_2 {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}

.box33_1 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box33_2 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box33_3 {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.box25_1 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box25_2 {
width: 47.3684%;
clear: none;
margin-left: 5.2631%;
}
.box25_3 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box25_4 {
width: 47.3684%;
clear: none;
margin-left: 5.2631%;
}
/* スマホ4列→2列 */
.box252_1 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box252_2 {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
}
.box252_3 {
width: 47.3684%;
clear: both;
margin-left: 0;
}
.box252_4 {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
}

.right_com {
width: 100%;
}
.right_photo {
width: 90%;
margin-left: 5%;
clear: both;
}
.left_photo {
	width: 100%;
	margin-bottom: 10px;
}
.left_com {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
.beforeafter1_1 {
	background-image: url(img/parts/ya_tate.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 5px;
}
.beforeafter1_2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 5px;
}
.beforeafter5_1 {
	background-image: url(img/parts/ya_tate.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 5px;
}
.beforeafter5_2 {
	background-image: url(img/parts/ya_tate.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 5px;
}
.beforeafter5_3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 5px;
}

.beforeafter6_1 {
	background-image: url(img/parts/ya_tate.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 5px;
}
.beforeafter6_2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 5px;
}
.beforeafter6_3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 5px;
}


.waku_com {
width: 100%;
}
.waku_photo {
width: 100%;
clear: both;
margin-left: 0;
}
.waku_photo img {
	width: 80%;
	margin-top: 10px;
}
.faq_q {
	position: relative;
	padding-bottom: 12px;
	padding-left: 14%;
	padding-right: 3%;
	width: 80%;
	padding-top: 10px;
	background-color: #f0f0f0;
	border-radius: 6px;
	background-image: url(img/parts/faq_q.png);
	background-repeat: no-repeat;
	margin-bottom:20px;
}
.faq_q::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}


.faq_a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0%;
	padding-bottom: 15px;
	padding-left: 14%;
	padding-right: 6%;
	width: 80%;
	background-image: url(img/parts/faq_a.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-size: 50px 50px;
}
.voice {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
	width: 94% !important;
	background-repeat: no-repeat;
	background-image: url(img/parts/voice_bg.png);
	background-position: right bottom;
	margin-bottom: 20px;

	/* box-shadow */
	box-shadow:0px 0px 0px 2px #CCCCCC inset;
	-moz-box-shadow:0px 0px 0px 2px #CCCCCC inset;
	-webkit-box-shadow:0px 0px 0px 2px #CCCCCC inset;
}



/***** 管理者モード *****/

#cms_sw {
display: none;
}

.edit_box {
margin-bottom: 10px;
}
#header_sub {
	clear: none;
	display: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.sp_only {
display: block;
}
.sp_not {
display: none;
}




/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media print, screen and (min-width: 769px) {

.____________________PC{
}
#container {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container_padding {
	padding-top:50px;
}
#bg {
}
.gridContainer {
	width: 100%;
	max-width: 980px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 999;
	position: fixed;
	background-color: #666600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}



#header_bg {

}
#header {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	padding-top: 0px;
}
#header_logo {
	width: 31%;
	text-align: left;
	padding-left: 0px;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0%;
}
#header_logo img {

}
#header h1 {
	display: block;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	font-weight: normal;
	margin: 0;
	width: 99%;
	color: #999999;
}

#head_center {
	display: block;
	width: 32.5%;
	margin-left: 2%;
	clear: none;
}

#head_tel {
	display: block;
	width: 32.5%;
	clear: none;
	margin: 0px;
	margin-left: 2%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	padding-top: 0px;
	font-size: 16px;
}
#head_tel_sp {	
	display:none;
}
#head_button {
	display: block;
}
#head_menubtn {
display: none;
}
#snsbox_s {
display: none;
}

#drop_menu {
	display: none;
}
#menubar {
	max-height: none;
	background-image: none;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

#main-menu {
	display: block;
}

#menu_pc {
	display: block;
	background-image: url(img/menu_pc_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menu_pc a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: inline-block;
	zoom: 1;
}


#menu_tablet {
display: none;
}
#menu_sp {
display: none;
}
#main {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 10px;
}
#pankuzu {
	padding-bottom: 14px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 0px;
}
#pagelabel {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 980px;
}
#page_title {
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 1.5%;
	padding-bottom: 14px;
	padding-left: 1.5%;
	width: 97%;

}

#page_image {
	position: relative;
	z-index:0;
}
#snsbox {
	display: block;
	padding-top:10px;
	margin-bottom: 20px;
	text-align: right;
	width: 50%;
}

#contents {
	width: 73.5%;
/*	max-width: 720px;*/
	clear: none;
	margin-bottom: 0px;
}

#sidebar {
	margin-left: 2%;
	width: 24.5%;
/*	max-width: 240px;*/
	clear: none;
}
.side_menu {
	padding-bottom: 20px;
	display: block;
}
.side_menu a {
	display: block;
	width: auto;
	margin: 0px;
}



.side_bn {
width: 100%;
clear: both;
margin-left: 0;
margin-right: 0;
margin-bottom: 10px;
}


#side_bn1 {
width: 100%;
margin-left: 0;
margin-bottom: 10px;
}
#side_bn2 {
width: 100%;
margin-left: 0;
margin-bottom: 10px;
}


#page_end {
}

#footer_freearea {
width: 100%;
margin-left: 0%;
display: block;
}
#footer_freearea_s {
display: none;
}

#footer {
}
#footer_sitemap {
}

#pagetop {
	height: 48px;
	width: 72px;
}

#side_btn {
	display:none;
}
#side_btn img {
	display:none;
}

#footer_end {
	padding-bottom: 10px;
}
#footer_end a {
}
#footer_end_menu {
	width: 58.1673%;
	text-align: left;
}
#footer_end_cr {
	width: 41.4342%;
	margin-left: 0.3984%;
	clear: none;
	text-align: right;
	padding-top:12px;
}
.pc_only {
display: block;
}
.form_q {
	width: 30.2033%;
}
.form_a {
	width: 64.1016%;
	margin-left: 1.6949%;
	clear: none;
}
.table_responsive table {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.table_responsive tr {
	display:table-row;
	width:100%;
}
.table_responsive th {
	display: table-cell;
	padding: 9px;
	width:30%;
	vertical-align: top;
	text-align: left;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.table_responsive td {
	display:table-cell;
	padding:9px;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}


/***** パーツ *****/

.photo_box {
width: 30%;
margin-left: 1%;
padding: 1%;
float: left;
text-align: center;
}

.box50_1 {
width: 49.1525%;
margin-left: 0;
}
.box50_2 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.box33_1 {
	width: 31.5%;
}
.box33_2 {
	width: 31.5%;
	clear: none;
	margin-left: 2.5641%;
}
.box33_3 {
	width: 31.5%;
	clear: none;
	margin-left: 2.5641%;
}

.box25_1 {
width: 23.7288%;
clear: both;
}
.box25_2 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box25_3 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box25_4 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box252_1 {
width: 23.7288%;
clear: both;
}
.box252_2 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box252_3 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.box252_4 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}

.right_com {
width: 54.1016%;
}
.right_photo {
width: 42.2033%;
margin-left: 3.6949%;
clear: none;
}
.left_photo {
width: 42.2033%;
}
.left_com {
width: 54.1016%;
margin-left: 3.6949%;
clear: none;
}

.beforeafter1_1 {
	background-image: url(img/parts/ya_yoko.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	width: 44%;
	padding-right: 8%;
}
.beforeafter1_2 {
width: 44%;
margin-left: 4%;
clear: none;
}
.beforeafter5_1 {
	background-image: url(img/parts/ya_yoko.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 29%;
	padding-right: 6%;
	padding-bottom: 5px;
}
.beforeafter5_2 {
	background-image: url(img/parts/ya_yoko.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 29%;
	padding-right: 6%;
	padding-bottom: 5px;
	clear: none;
	margin-left: 0%;
}
.beforeafter5_3 {
	width: 29%;
	clear: none;
	margin-left: 0%;
}

.beforeafter6_1 {
	background-image: url(img/parts/ya_yoko.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 29%;
	padding-right: 6%;
	padding-bottom: 5px;
}
.beforeafter6_2 {
	width: 29%;
	clear: none;
	margin-left: 3%;
}
.beforeafter6_3 {
	width: 29%;
	clear: none;
	margin-left: 3%;
}

.waku_com {
width: 57.6271%;
}
.waku_photo {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}

.faq_q {
	padding-left: 8%;
	width: 86%;

}
.faq_a {
	width: 86%;
	padding-left: 8%;

}
.voice {
	width: 91% !important;
}

/***** 管理者モード *****/

#cms_sw {
	display: block;
	height: 20px;
	width: 80px;
	top: 0px;
	right: 0px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	padding-top:10px;
}
#cms_sw a {
	display: none;
	color: #FFFFFF;
	background-color:#0000CC;
	text-decoration: none;
}


#header_sub {
	width: 240px;
	padding-top: 10px;
	display: block;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_tablet {
display: block;
}
.hide_desktop {
display: none;
}
.sp_only {
display: none;
}
.sp_not {
display: block;
}



} /* End of Desktop Layout */
