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

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.pc_cont {
	display: none !important;
}

/*header*/
header {
    position: relative;
}

header h1,header p.read {
    width: 30%;
    position: absolute;
    top: 14px;
    left: 3.125%;
    z-index: 100;
}

header p.tel {
    display: none;
}

header p.sp_menu {
    position: absolute;
    top: 12px;
    right: 3.125%;
    z-index: 100;
    line-height: 1em;
    width: 30px;
    height: 30px;
}

/*footer*/
footer {
    padding-bottom: 73px;
}

footer div {
    padding: 15px; 
}

footer div p {
    padding-bottom: 20px;
}

footer div ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

footer div ul li::before {
    content: "▶︎";
    display: inline-block;
}

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

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

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

#contact div {
    width: 87.5%;
    margin: 0 auto;
}



/*サイドボタン*/
.side_btn {
    display: none;
}

/*SP下部メニュー*/
div.sp_btn ul {
    position: fixed;
    bottom: -73px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

div.sp_btn ul.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

div.sp_btn ul {
    display: table;
    width: 100%;
    height: 73px;
}

div.sp_btn ul li {
    display: table-cell;
    width: 50%;
    height: 73px;
    text-align: center;
    background-color: #fb923a;
}

div.sp_btn ul li:first-child {
    background-color: #00c300;
}

div.sp_btn ul li a {
    display: block;
}

div.sp_btn ul li img {
    width: auto;
    height: 73px;
}

div.sp_btn p a {
    position: fixed;
    bottom: -83px;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background-color: rgba(255,255,255,.95);
    color: #5a5a5a;
    font-size: 7px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    box-shadow:0 0 5px rgba(219,219,219,1);
}

div.sp_btn p a.fixed {
    position: fixed;
    bottom: 83px;
    right: 8px;
    z-index: 100;
    opacity: 1;
}

/*SPスクロール後header部分*/
div.sp_hdr {
    background-color: rgba(255,255,255,.9);
    box-shadow:0 0 10px rgba(134,134,134,0.3);
    height: 50px;
    width: 100%;
    position: fixed;
    top: -70px;
    left: 0;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

div.sp_hdr p.sp_logo {
    width: 30%;
    position: absolute;
    left: 3.125%;
    top: 14px;
}

div.sp_hdr p.sp_menu {
    position: absolute;
    top: 12px;
    right: 3.125%;
    z-index: 100;
    line-height: 1em;
    width: 30px;
    height: 30px;
}

/*SPスライドメニュー*/
.sp_nav nav {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.sp_nav nav.open {
  transform: translate(0);
  background: rgba(255,255,255,1);
}

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

.sp_nav nav.open .nav_box {
    display: block;
}

.sp_nav nav p.close {
    position: fixed;
    width: 25px;
    height: 22px;
    right: 14px;
    top: 20px;
    cursor: pointer;
}

.sp_nav nav p.close::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 25px;
    border-top: 1px solid #252525;
    transform:rotate(45deg);
}

.sp_nav nav p.close::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 25px;
    border-top: 1px solid #252525;
    transform:rotate(-45deg);
}

.sp_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;
}

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

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

.sp_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;
}

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

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

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

/*プライバシポリシー*/
#privacy {
    padding-top: 120px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
}

#privacy h1 {
    width: 64.375%;
    margin: 0 auto;
}

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

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

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

#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;
}