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

/*PC共通*/
.ov {
	background-color: #ffffff;
	display: inline-block;
}

.ov:hover img {
	filter:alpha(opacity850);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.sp_cont {
	display: none !important;
}

/*header*/
header {
    width: 1206px;
    margin: 0 auto;
    position: relative;
}

header h1,header p.read {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 100;
}

header p.tel {
    position: absolute;
    top: 56px;
    left: 246px;
    z-index: 100;
    line-height: 1em;
}

header p.sp_menu {
    display: none;
}

/*footer*/
footer div {
    width: 980px;
    height: 90px;
    margin: 0 auto;
    display: table;
}

footer div p {
    display: table-cell;
    vertical-align: middle;
    width: 490px;
}

footer div ul {
    display: table-cell;
    vertical-align: middle;
    width: 490px;
    text-align: right;
}

footer div ul::before {
    content: "|";
    display: inline-block;
    padding-right: 8px;
}

footer div ul li {
    display: inline-block;
    font-size: 14px;
}

footer div ul li::after {
    content: "|";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

footer div ul li:last-child::after {
    padding-right: 0;
}

footer div ul li a {
    color: #252525;
    text-decoration: none!important;
}

footer div ul li a:hover {
    text-decoration: underline!important;
}

footer p.copy {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    background-color: #3596d5;
}

/*下部お問い合わせ*/
#contact {
    background-image: url("../../../images/bg09.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 293px;
}

#contact div {
    text-align: center;
    padding-top: 49px;
}

#contact div a:hover {
    opacity: .8;
}

/*サイドボタン*/
.side_btn {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 100vh;
}

.side_btn ul li.s_menu {
    cursor: pointer;
}

.side_btn ul li.s_menu:hover {
    opacity: .8;
}

.side_btn p {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 1.4em;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    top: 265px;
    transform: translateX(-50%);
}

/*SP下部メニュー*/
div.sp_btn {
    display: none;
}

/*SPスクロール後header部分*/
div.sp_hdr {
    display: none;
}

/*SPスライドメニュー*/
.sp_nav {
    display: none;
}

/*PCスライドメニュー*/
.pc_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 80px;
    width: 350px;
    height: 100vh;
}

.pc_nav nav {
    background: rgba(255,255,255,.8);
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
}

.pc_nav nav .nav_box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    position: relative;
}

.pc_nav nav div.nav_ttl {
    width: 100%;
    background-color: #fff;
    box-shadow:0 0 10px rgba(134,134,134,0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.pc_nav nav div.nav_ttl p.nav_logo {
    padding-left: 3.125%;
    padding-top: 14px;
    padding-bottom: 10px;
}

.pc_nav nav div.nav_ttl p.nav_logo img {
    width: 60%;
    height: auto;
}

.pc_nav nav ul.nav_menu {
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 2px solid #555555;
}

.pc_nav nav ul.nav_menu > li {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 1em;
    border-bottom: 2px solid #555555;
    color: #252525;
    font-size: 16px;
    position: relative;
}

.pc_nav nav ul.nav_menu > li:last-child {
    border-bottom: 2px solid #555555;
}

.pc_nav nav ul.nav_menu > li a {
    color: #252525;
    display: block;
    text-decoration: none;
}

/*プライバシーポリシー*/
#privacy {
    width: 980px;
    margin: 0 auto;
    padding-top: 250px;
    padding-bottom: 250px;
}

#privacy h1 {
    text-align: center;
}

#privacy h2 {
    font-size: 20px;
    border-bottom: 2px solid #252525;
}

#privacy p.mb80 {
     margin-bottom: 80px;
}

#privacy p.t01 {
	line-height:2em;
	padding-top:50px;
	padding-bottom:50px;
}

#privacy p.t02 {
	line-height:2em;
	padding-top:20px;
}

#privacy dl.t03 dt {
	line-height:2em;
	float:left;
}

#privacy dl.t03 dd {
	line-height:2em;
	margin-left:2em;
}

#privacy dl.t04 dt {
	line-height:2em;
	float:left;
}

#privacy dl.t04 dd {
	line-height:2em;
	margin-left:1.1em;
}