@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 750px) {
html{
font-size: 62.5%;
height: 100%;
}
body{
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 1.6rem;
margin: 0;
padding: 0;
width: 100%;
height:100%;
color: #595750;
background-image:url("../images/sp_header_bg.png") , url("../images/sp_body_bg.png");
background-size:100%;
background-repeat: no-repeat , repeat-y;
background-position: top , top;
background-attachment: fixed;
}
.sp_display{
	display: inherit;
}
.pc_display{
    display: none;
}
img{
max-width: 100%;
}
.s-font{
font-size: 1.0rem;
margin: 0 0 0 5px;
vertical-align: middle;
}
h4{
clear: both;
width: 100%;
}
table{
clear: both;
width: 100%;
height: auto;
margin: 0 auto 10px auto;
border: none;
box-sizing: border-box;
}
table th{
width: 60%;
height: auto;
border-bottom: solid 1px #595750;
background-color: #595750;
color: #ffffff;
padding: 10px 15px 5px 15px;
box-sizing: border-box;
font-weight: normal;
text-align: left;
}
table td{
width: auto;
height: auto;
border-bottom: solid 1px #595750;
padding: 10px 15px 5px 15px;
box-sizing: border-box;
}
.contents{
width: 100%;
height: 100%;
background-size: 100%;
background-repeat: no-repeat , repeat-y;
background-position: top , top;
background-attachment: fixed;
z-index: 201;
position: relative;
top: 0;
}

.header{
width: 100%;
height: 160px;
margin: 0 auto;
padding: 0;
position: relative;
overflow: hidden;
}
.header h1{
width: 100%;
height: auto;
padding: 12px 0 0 0;
margin: 0;
font-size: 1.4rem;
text-align: center;
text-shadow: 1px 1px 2px #fff;
font-weight: normal;
overflow: hidden;
}
.header .logo{
width: 100%;
height: auto;
z-index: 2;
text-align: center;
margin: 0 auto;
position: absolute;
overflow: hidden;
}
.header .logo img{
width: 80px;
height: auto;
}

.menu-btn {
position: fixed;
top: 10px;
right: 10px;
display: flex;
height: 40px;
width: 40px;
justify-content: center;
align-items: center;
z-index: 90;
background-color: #595750;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
content: '';
display: block;
height: 3px;
width: 20px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
}
.menu-btn span:before {
bottom: 8px;
}
.menu-btn span:after {
top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
bottom: 0;
transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
top: 0;
transform: rotate(-45deg);
}
#menu-btn-check {
display: none;
}
#header_nav_sp{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 100%;
z-index: 80;
background-color: hsla(47,5%,33%,0.80);
transition: all 0.5s;
}
#header_nav_sp ul {
padding: 70px 30px 0 30px;
box-sizing: border-box;
}
#header_nav_sp ul li {
border-bottom: solid 1px #ffffff;
list-style: none;
}
#header_nav_sp ul li a {
display: block;
width: 100%;
font-size: 15px;
box-sizing: border-box;
color:#ffffff;
text-decoration: none;
padding: 9px 15px 10px 0;
position: relative;
}
#header_nav_sp ul li a::before {
content: "";
width: 7px;
height: 7px;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 16px;
}
#menu-btn-check:checked ~ #header_nav_sp {
    left: 0;
}
#header_nav_sp .nav_tel{
width: 100%;
height: auto;
margin: 20px 0;
text-align: center;
font-size: 2.0rem;
color: #ffffff;
}
#header_nav_sp .nav_tel a{
color: #ffffff;
}
#sp_main_img{
width:100%;
height:360px;
margin: 10px auto;
padding: 0;
position:relative;
}
#sp_main_img ul{
width: 100%;
height:auto;
margin: 0;
padding: 0;
}
#sp_main_img ul li{
list-style: none;
top:0;
left:0;
animation-iteration-count:infinite;
animation-duration:12s;
margin: 0;
padding: 0;
}
#sp_main_img ul li img{
width:100%;
height:auto;
position: absolute;
}
#sp_main_img ul li:nth-child(1){
animation-name:slider;
animation-delay:0s;
}
#sp_main_img ul li:nth-child(2){
animation-name:slider;
animation-delay:4s;
}
#sp_main_img ul li:nth-child(3){
animation-name:slider;
animation-delay:8s;
}
.contents_box{
width: 100%;
height: auto;
margin: 0 auto 30px auto;
}
.text_box{
clear: both;
width: 90%;
height: auto;
margin: 0 auto 70px auto;
}
.title_img{
margin: 0 0 50px 0;
text-align: center;
}
.title_img img{
width: auto;
height: 40px;
object-fit: cover; 
}
.img_right{
clear: both;
width: 100%;
height: auto;
margin: 0 0 10px 0;
text-align: center;
}
.img_right img{
width: 50%;
height: auto;
}
ul.gallery{
width: 90%;
height: auto;
margin:20px auto;
padding: 0;
}
ul.gallery li{
list-style: none;
width: 100%;
height: auto;
margin: 0 0 10px 0;
float:inherit;
}
ul.gallery li img{
width: 100%;
height: auto;
}
#sp_tel{
bottom: 0;
position: fixed;
width: 100%;
height: auto;
font-family: geneo-std, sans-serif;
font-weight: 400;
background-color: #E4ADC8;
text-shadow: 1px 1px 5px #E46FC8;
margin:0;
color: #ffffff;
padding:5px 0;
text-align: center;
letter-spacing: 1.5;
}
#sp_tel a{
display: block;
color: #ffffff;
}
.sp_ityped{
width: 80%;
height: auto;
text-align: center;
font-size: 1.8rem;
margin: 120px 10% 0 10%;
z-index: 3;
position: absolute;
color: #ffffff;
text-shadow: 1px 1px 3px #69543F,0px 0px 4px #69543F;
font-family: "游明朝", "serif";
}
.sp_ityped-cursor{
display: none;
}
#gotop{
width:15%;
height:auto;
right: 3%;
bottom: 40%;
position: fixed;
z-index: 1;
}
#footer{
clear: both;
width: 100%;
height: auto;
padding: 10px 0 70px 0;
background-color:#595750;
color: #ffffff;
text-align: center;
}
}
