@charset "UTF-8";

/* CSS Document */



/*タブレット以下*/

@media (max-width: 767px) {

a:hover, input.submit:hover, input.back:hover {
	text-decoration: none;
	opacity: 1.0;
}

input, textarea, select {
	font-size: 16px;
}

#map iframe{
pointer-events:none;
height: 200px!important;
}
span.in_bl {
	display: block;
}
.sp_none {
	display: none;
}
html {
	font-size: .8em;
}
.row .row {
	margin-right: -15px;
	margin-left: -15px;
}
img {
	max-width: 100%;
	height: auto;
	width:100%;
}

header{
height:60px;
}

.logo{
width:30%;
	left: 15px;
}

.top_p {
	padding-top:50px;
}

.top_p h1{
	text-align:center;
	font-size: 1.3em;
top:80%;
line-height: 120%;
}
	
	body#top .top_p h1{
		top:95%;
	}

 nav {
	position: relative;
	top: 80px;
	padding-top: 0px;
	z-index: 20;
	display: none;
	margin-bottom:0;
 //display:block;
	width: 100%;
 //-webkit-transition: all 0.5s ease;
 //-moz-transition: all 0.5s ease;
 //opacity:0;
}

nav ul{
	background:#FFF;
	width:100%;
	position:absolute;
	min-height: 1000px;
}

nav ul li a{
	text-align: center;
	padding: 1em;
padding-bottom:0;
	border-top: 1px dotted #2c502a;
	margin: 0;
display:block;
}

.icon-room:before{
	font-size:1.0em!important;
}

a.sp_menu {
	background: #FFF;
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
	z-index: 9999;
	cursor: pointer;
}
a.sp_menu:hover {
	opacity: 1.0;
}
.sp_menu, .sp_menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp_menu {
 //position: relative;
	width: 40px;
	height: 34px;
}
.sp_menu span {
	position: absolute;
	left: 7px;
	width: 70%;
	height: 3px;
	background-color: #2c502a;
	border-radius: 4px;
}
.sp_menu span:nth-of-type(1) {
	top: 7px;
}
.sp_menu span:nth-of-type(2) {
	top: 15px;
}
.sp_menu span:nth-of-type(3) {
	bottom: 7px;
}
.sp_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.sp_menu.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
 //-webkit-animation: active-menu-bar02 .8s forwards;
 //animation: active-menu-bar02 .8s forwards;
}
/*@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}*/
.sp_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


footer{
padding:120px 0 0px 0;
}
	
	
	.contents {
		padding: 30px 15px;
	}
	
	article {
		padding: 15px;
		margin: 0 5px;
	}

	.youkou .col-sm-3{
	text-align: left;
}
}

/*タブレット以下　ここまで*/


/*PC時のみ*/

@media (min-width: 768px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.pc_none {
	display: none;
}
span.in_bl_pc {
	display: block;
}
}
/*PC時のみ　ここまで*/
