@charset "UTF-8";

/* -----------------------------------------
共通
----------------------------------------- */
#header_con,
#header nav ul,
#content,
#footer_con {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* -----------------------------------------
フォーム
----------------------------------------- */
input,
textarea,
select {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
input,
button {
	vertical-align: middle;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
 }
input[type="text"],
textarea {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
input[type="text"] {
	font-size: 20px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input::-webkit-input-placeholder{
	color: #CCCCCC;
}
input::-moz-placeholder {
	color: #CCCCCC;
}
input:-ms-input-placeholder {
	color: #CCCCCC;
}
textarea {
	font-size: 18px;
	min-height: 4em;
}
input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus {
	border-color: #A6A6A6;
	background-color: #F5F5F5;
}
input[type="text"]:focus,
textarea:focus {
	outline: none;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 6px;
}
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #cccccc;
	background-color: transparent;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px;
	letter-spacing: 0.1em;
	outline: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #e7e7e7;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border :0px;
}
select {
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	font-size: 19px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
}
select:focus {
	border-color: #A6A6A6;
}
label {
	cursor: pointer;
}
/* -----------------------------------------
WEBフォント（アイコン）
----------------------------------------- */
@font-face {
	font-family: 'icon_set';
	src: url('../web_fonts/font/icon_set.eot');
	src: url('../web_fonts/font/icon_set.eot?#iefix') format('embedded-opentype'),
		url('../web_fonts/font/icon_set.woff') format('woff'),
		url('../web_fonts/font/icon_set.ttf') format('truetype'),
		url('../web_fonts/font/icon_set.svg#icon_set') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CONDENSEicon';
	src: url('../web_fonts/font/CONDENSEicon.eot');
	src: url('../web_fonts/font/CONDENSEicon.eot?#iefix') format('embedded-opentype'),
		url('../web_fonts/font/CONDENSEicon.woff') format('woff'),
		url('../web_fonts/font/CONDENSEicon.ttf') format('truetype'),
		url('../web_fonts/font/CONDENSEicon.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'entypo';
	src: url('../web_fonts/font/entypo.eot');
	src: url('../web_fonts/font/entypo.eot?#iefix') format('embedded-opentype'),
		url('../web_fonts/font/entypo.woff') format('woff'),
		url('../web_fonts/font/entypo.ttf') format('truetype'),
		url('../web_fonts/font/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* -----------------------------------------
ヘッダー
----------------------------------------- */
#header {
	padding-top: 8px;
	margin-bottom: 14px;
}
#header .description {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-bottom: 8px;
}
#header_con {
	margin-bottom: 6px;
	display: table;
	border-collapse: collapse;
}
#header #site_name {
	display: table-cell;
	vertical-align: bottom;
	width: 60%;
}
#header #site_name p {
	padding-right: 20px;
	line-height: 1.3;
}
#header #site_name a {
	font-size: 28px;
	text-decoration: none;
}
#header #site_name img {
	max-width: 100%;
	max-height: 150px;
	display: inline-block;
	margin-bottom: 4px;
}
#header_info {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	width: 40%;
}
#header_info .address {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 4px;
}
#header_info .tel {
	font-size: 30px;
	position: relative;
	padding-left: 24px;
	letter-spacing: 0.01em;
	line-height: 1;
	display: inline-block;
}
#header_info .tel:before {
	position: absolute;
	font-family: icon_set;
	content: '\e805';
	font-size: 23px;
	color: #333333;
	top: 50%;
	left: 2px;
	margin-top: -10px;
}
#header_info .tel span {
	font-size: 20px;
	margin-right: 4px;
}
#header_info .inquiry a {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border-radius: 4px;
	width: 230px;
	display: inline-block;
	letter-spacing: 0.15em;
}
#header_info .inquiry a:hover {
	background-color: #4C4C4C;
}
/* -----------------------------------------
グローバルメニュー
----------------------------------------- */
#g_menu {
	background-color: #E6E6E6;
}
#g_menu nav {
	width: 1200px;
	margin: 0 auto;
}
#g_menu nav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
#g_menu nav li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #CCCCCC;
}
#g_menu nav li.current,
#g_menu nav li:hover {
	background-color: #F2F2F2;
}
#g_menu nav li:last-child {
	border-right: 1px solid #CCCCCC;
}
#g_menu nav li a {
	line-height: 1.25;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* -----------------------------------------
content / main
----------------------------------------- */
#content {
	margin-bottom: 30px;
}
#main_content {
	margin-bottom: 80px;
}
#main {
	width: 880px;
	float: right;
}
.one_column #main {
	width: auto;
	float: none;
}
#main h1,
#main h2 {
	letter-spacing: 0.08em;
}
#main h3,
#main h4 {
	letter-spacing: 0.05em;
}
#main h1:not(.no_deco) {
	font-size: 19px;
	margin-bottom: 28px;
	border: 1px solid #B2B2B2;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
	font-weight: bold;
	border-radius: 5px;
}
#main h2:not(.no_deco) {
	font-size: 22px;
	margin-bottom: 28px;
	border-bottom: 1px solid #333;
}
#main h3:not(.no_deco) {
	font-size: 17px;
	margin-bottom: 26px;
	background-color: #E7E7E7;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}
#main h4:not(.no_deco) {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
#main p {
	margin-bottom: 18px;
}
#main p.notes {
	margin-bottom: 0;
}
#main .box {
	margin-bottom: 50px;
}
#main .box:last-child {
	margin-bottom: 0;
}
#main .common_donyu {
	margin-bottom: 50px;
}
#main iframe.item_list{
	border: none;
	width: 100%;
}

/* -----------------------------------------
ページャー
----------------------------------------- */
#pagenavi {
	margin-top: 38px;
}
.wp-pagenavi {
	text-align: center;
	font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 12px;
	line-height: 1;
}
.wp-pagenavi span.pages {
	margin-right: 8px;
}
.wp-pagenavi span.extend {
	margin-left: 2px;
	margin-right: 2px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	display: inline-block;
	border:solid 1px #CCCCCC;
	padding: 8px 0;
	margin-left: 2px;
	margin-right: 2px;
	width: 3em;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	width: 3.8em;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: 3em;
}
.wp-pagenavi a.first {
	margin-right: 4px;
}
.wp-pagenavi a.last {
	margin-left: 4px;
}
.wp-pagenavi a {
	color:#707070;
	background-color: #FFFFFF;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color :#333333;
	border-color: #333333;
	color :#FFFFFF;
}
.wp-pagenavi span.current {
	background-color :#737373;
	border-color: #737373;
}

/* -----------------------------------------
サイドバー　共通
----------------------------------------- */
#sidebar,
#side_fixed {
	width: 280px;
}
#sidebar {
	float: right;
	margin-right: 40px;
}
#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}
#sidebar #side_menu nav {
	margin-bottom: 16px;
}
#sidebar #side_menu nav li {
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	position: relative;
}
#sidebar #side_menu nav li:first-child {
	border-top: 1px solid #CCCCCC;
}
#sidebar #side_menu nav li:before {
	position: absolute;
	font-family: icon_set;
	content: '\e826';
	font-size: 11px;
	color: #C0C0C0;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
#sidebar #side_menu nav li:hover:before {
	color: #333333;
	content: '\e826' ''; /*IE8 擬似要素のスタイルが動的に更新されないバグ回避（空白文字を追加）*/
}
#sidebar #side_menu nav li a {
	padding-top: 18px;
	padding-right: 28px;
	padding-bottom: 18px;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #333333;
}
#sidebar #side_menu nav li a:hover {
	background-color: #EEEEEE;
}
#sidebar #side_info {
	border: 1px solid #CCCCCC;
	padding: 12px;
	margin-top: 24px;
}
#sidebar #side_info .side_name {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 6px;
}
#sidebar #side_info .side_name img {
	max-width: 100%;
	display: block;
	margin-bottom: 8px;
}
#sidebar #side_info .side_ph {
	margin-bottom: 6px;
}
#sidebar #side_info .side_ph img {
	width: 100%;
}
#sidebar #side_info .side_adr {
	margin-bottom: 6px;
	font-size: 12px;
}
#sidebar #side_info .side_tel {
	font-size: 26px;
	position: relative;
	padding-left: 22px;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 10px
}
#sidebar #side_info .side_tel:before {
	position: absolute;
	font-family: icon_set;
	content: '\e805';
	font-size: 21px;
	color: #333333;
	top: 50%;
	left: 2px;
	margin-top: -8px;
}
#sidebar #side_info .side_access a {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
	display: block;
	text-decoration: none;
	letter-spacing: 0.15em;
	position: relative;
	font-size: 13px;
}
#sidebar #side_info .side_access a:before {
	position: absolute;
	font-family: icon_set;
	content: '\e842';
	font-size: 16px;
	color: #FFFFFF;
	top: 50%;
	left: 14px;
	margin-top: -14px;
}
#sidebar #side_info .side_access a:hover {
	background-color: #000000;
}
/* -----------------------------------------
フッター
----------------------------------------- */
#footer {
	padding-top: 16px;
	background-color: #E7E7E7;
}
#footer_con {
	padding-bottom: 14px;
}
#footer #footer_menu {
	min-height: 100px;
	margin-bottom: 30px;
}
#footer nav {
	font-size: 0;
	margin-left: -24px;
	margin-top: -12px;
}
#footer nav li {
	display: inline-block;
	font-size: 12px;
	margin-left: 24px;
	margin-top: 12px;
}
#footer nav li a {
	text-decoration: none;
}
#footer nav li a:before {
	font-family: icon_set;
	content: '\e822';
	margin-right: 8px;
	display: inline-block;
	font-size: 12px;
	color: #333333;
}
#footer nav li a:hover {
	text-decoration: underline;
}
#footer .f_s {
	font-size: 12px;
	margin-bottom: 20px;
	color: #656565;
}
#footer #copy {
	font-size: 12px;
	text-align: center;
}
#footer #footer_s_link {
	text-align: center;
}
#footer #footer_s_link a {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #919191;
	line-height: 1;
}
#footer #footer_s_link a:hover {
	text-decoration: underline;
}
#pagetop {
	display: none;
}
#pagetop a {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background-color: #535353;
	background-image: url(../img/pagetop.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
}
#pagetop a:hover {
	background-color: #000;
	bottom: 29px;
}