@charset "utf-8";
/* CSS Document */

/*
==========================================================================
	Reset CSS
==========================================================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; /*16px*/
	font-weight: normal;
	color: #333;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%; /*10px*/
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-family : YuMincho, '游明朝',"ヒラギノ明朝 ProN","Hiragino Mincho ProN",serif;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}
a {
	text-decoration: none;
}
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.page_wrap {
	overflow: hidden;
}
/*
==========================================================================
	End of	Reset CSS
==========================================================================
*/



/*
==========================================================================
	ロゴ　ヘッダー
==========================================================================
*/


.logo {
	float: left;
	width: 185px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 15px 0 25px;
	transition: .4s;
}
.logo:hover {
	background: rgba(0,0,0,1);
}
.logo a {
	display: block;
}
.logo h1 {
	margin-bottom: 20px;
}
header {
	float: right;
	width: 500px;
}
.tel_number {
	text-align: right;
	margin-bottom: 27px;
}
.tel_number span {
	color: #fff;
}
.tel_number span:first-of-type {
	font-family: Droid Serif;
	font-style: italic;
	margin-right: 20px;
	opacity: 0.7;
}
.tel_number span:last-of-type {
	font-family: Crimson Text;
	font-size: 2.6rem;
}
header nav ul li {
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	float: right;
	margin-right: 30px;
}
header nav ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background: #fff;
	transition: .3s ease;
}
header nav ul li:hover:before {
	height: 100%;
}
header nav ul li p {
	color: #fff;
}
header nav ul li p:last-of-type {
	opacity: 0.6;
	font-size: 1.4rem;
}
/*
==========================================================================
	フッター
==========================================================================
*/

#page-top {
	background: #ddd;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	font-family: Merriweather;
	cursor: pointer;
}
#page-top p:after {
	content: url(../img/common/pagetop_arrow.png);
	display: inline-block;
	margin-left: 30px;
}
footer {
	background: #000;
	width: 100%;
}
footer ul {
	padding: 15px 0 13px;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.3);
}
footer ul li {
	width: 12.5%;
	float: left;
	text-align: center;
	border-right: 1px solid;
	border-color: rgba(255,255,255,.3);
}
footer ul li a {
	font-size: 1.4rem;
	color: #fff;
	display: block;
	padding: 6px 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .footer_info {
	padding: 55px 0 75px;
	width: 100%;
	text-align: center;
}
footer .footer_info h2 {
	padding-bottom: 17px;
}
footer address {
	color: #fff;
	font-style: normal;
	font-size: 1.5rem;
}
footer address:first-of-type {
	margin-bottom: 10px;
}
footer address:last-of-type {
	margin-bottom: 8px;
}
footer .footer_info p:last-of-type {
	color: #fff;
	font-size: 1.5rem;
}
footer small {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	background: #222;
	height: 60px;
	line-height: 60px;
	width: 100%;
	display: block;
}
/*
==========================================================================
	下層ヘッダー
==========================================================================
*/

.under_ttl {
	height: 235px;
	width: 100%;
	padding: 30px;
	position: relative;
	background:url(../img/common/ttl_bg.jpg);
	backgroudn-size:cover;
}
.under_ttl .tel_number {
	margin-bottom: 20px;
}
.under_ttl h2 {
	font-size: 2.8rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.under_ttl h2:after{
	content:"";
	display: block;
	height:1px;
	width:40px;
	background:rgba(255,255,255,0.5);
	margin:8px auto 0;
}


@media screen and (max-width: 1360px) {
.under_ttl h2 {
	position: static;
	float: right;
	-webkit-transform: none;
	transform: none;
	line-height: 2.8rem;
	padding-top: 76px;
	font-size: 2.2rem;
}
}

/*
==========================================================================
	下層コンテンツ
==========================================================================
*/

.under_content{
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:50px 0 100px;
}

.under_content h3:before{
	content:url(../img/common/before_h3.png);
	display: inline-block;
	margin-right: 12px;
	height: 23px;
	line-height: 23px;
	position: relative;
    top: 3px;
}

.under_content h3{
	font-size: 2rem;
	line-height: 1;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 35px;
}	

/*
==========================================================================
	ページャー
==========================================================================
*/


.pager{
	display: inline-block;
}

.pager_wrapper{
	text-align:center;
	margin-top: 30px;
}

.pager li{
	width:30px;
	height:30px;
	line-height: 30px;
	background:#fff;
	float:left;
	margin-right: 20px;
	text-align:center;
	border-bottom: 3px solid #999;
	border-radius:2px;
}

.pager li:last-of-type{
	margin-right: 0;
}

.pager li a{
	color:#666;
}


/*
==========================================================================
	タブレット　スマホ
==========================================================================
*/

.sp_head, .drawer {
	display: none;
}
.sp {
	display: none;
}
.sponly {
	display: none;
}

@media screen and (max-width: 960px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
header {
	width: auto;
}
header nav {
	display: none;
}
.under_ttl header {
	padding-top: 18px;
}
.drawer {
	display: block;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	padding-top: 60px;
	width: 240px;
	height: 100%;
	height: 100vh;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 0;
	background: rgba(0,0,0,0.7);
}
.drawer.open {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	z-index: 9998;
	padding-top: 62px;
}
.drawer ul li {
	text-align: left;
	transition: .3s;
	padding: 10px 0;
	padding-left: 20px;
}
.drawer ul li a {
	color: #fff;
	display: block;
}
#panel-btn {
	display: block;
	height: 36px;
	width: 38px;
	position: fixed;
	top: 14px;
	right: 14px;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
}
#panel-btn.open {
	top: 16px;
}
.burger-btn {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 30px;
	right: 20px;
	width: 25px;
	height: 3px;
	border-radius: 1.5px;
	background: rgba(255,255,255,0.8);
	transition: .2s;
}
.burger-btn:before, .burger-btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 3px;
	border-radius: 1.5px;
	background: rgba(255,255,255,0.8);
	transition: .3s;
}
.burger-btn:before {
	margin-top: -10px;
}
.burger-btn:after {
	margin-top: 6px;
}
.burger-btn.close {
	background: transparent;
}
.burger-btn.close:before, .burger-btn.close:after {
	margin-top: 0;
}
.burger-btn.close:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.burger-btn.close:after {
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.cb_inner_left p:last-of-type {
	width: 100%;
	margin-bottom: 15px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 100;
}
.overlay.active {
	opacity: 1;
	display: block;
}
footer ul {
	display: none;
}
.under_ttl h2 {
	font-size: 2.8rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	float: none;
	padding-top: 0;
}

.under_content{
	padding:30px 3% 60px;
}

}

@media screen and (max-width: 600px) {
.sponly {
	display: block;
}
footer .footer_info {
	padding: 30px 0 40px;
}
.logo {
	width: 140px;
	padding: 10px 0;
}
.logo h1 {
	margin-bottom: 15px;
}
.logo h1 img {
	width: 74%;
}
.tel_number {
	margin: 10px;
	text-align: left;
}
.tel_number span:last-of-type {
	font-size: 1.5rem;
}
.tel_number span:first-of-type {
	font-size: 1.5rem;
	margin-right: 10px;
}
.under_ttl {
	padding: 0;
}
.under_ttl .tel_number {
	margin-bottom: 0;
}
header .tel_number {
	display: none;
}
.under_ttl {
	height: 180px;
}
.under_ttl h2 {
	top: 77%;
	font-size: 2.4rem;
}

.under_ttl .logo {
	width: 100%;
	padding-left: 3%;
}

.under_ttl .logo h1+ div{
	float:left;
}
.under_ttl .logo h1 {
	padding-top: 15px;
}
.under_ttl .logo h1 img {
	width: 100px;
}
.under_ttl .logo h1 {
	float: left;
	margin-right: 15px;
}

.under_ttl .logo > div{
	float: left;
}

.under_content h3{
	margin-bottom: 20px;
}
.under_content {
    padding: 14px 3% 60px !important;
}

}
