@charset "utf-8";
/* CSS Document */

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#SLIDER
#PLAN
#構造
#設備・仕様
#ABOUT
#FOOTER
#CONTACT PAGE
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

.sp{display: none;}
.pc{}

.row h2 {}
.row h2 {
	 font-family: 'Noto Sans JP', sans-serif;
	font-size: 37px;
	line-height: 60px;
}
.title-area h3.title {
    font-size: 18px;
    font-weight: 600;
}
.row h4{
font-size: 2.3rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0;
    margin-bottom: 6%;
}
.row h4 img {
    margin-bottom: 3.6%;
}
.row h5{
    font-size: 2rem;
    font-weight: 900;
    color: #808080;
    line-height: 1.4;
}
.onfoot_right h5 {
background-color: #1c2a8f;
    color: #fff;
    margin: 0 0 0.5em 0;
    padding: 0.4rem 0.8rem;
    font-size: 1.3rem;
}

hr {
    margin-top: 5%;
    margin-bottom: 5%;
    border: 0;
    border-top: 1px dashed #bfbfbf;
}

img{
 border:none;
}
#tchno {
    vertical-align: text-bottom;
}


/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../img/loader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* Rightside Contact Banner */
.rightside_contactbunner {
	z-index: 99999999;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: fixed;
	right: 0;
	top: 20%;
	line-height: 2;
}
.rightside_contactbunner.bg_or {
	top: calc(20% + 100px);
	line-height: 1;
}
.rightside_contactbunner a{
	display: block;
	padding: 1rem;
    background-color: #0050a0;
    color: #fff;
	font-size: 1.4rem;
	box-shadow: 0 0 6px white;
}

.rightside_contactbunner.bg_or a{
    background-color:#fe8c14 ;
}

/* Scroll To Down */

.scrollToDown {
	text-align: center;
}
.scrollToDown a {
	display: inline-block;
	clear: both;
	margin-top: 2rem;
}

/*scrol to top*/
.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/


.parallax {
    min-height: 285px;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* [disabled]background-attachment: fixed; */
    background-size: cover;
    background-image: url(../location/img/photo_river.jpg);
    margin-bottom: 5%;
}

/*-----------------------*/
/*---------nav-----------*/
/*------------------------*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#ccc;
}
.font-family_yumincho {
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.ls-3px {
	letter-spacing: 3px;
}
.notice{
	font-weight: 600;
	color: red;
}

@media (min-width: 768px){
.nav > li.pcNone { display: none!important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
}
#top-menu li a::before{
	content: url("../img/nav_top.png");
	display: block;
    text-align: center;
}
	#top-menu li.active a::before{
	content: url("../img/nav_top_y.png");
	display: block;
    text-align: center;
}
#top-menu li .dropdown-menu li a::before {
    content: none !important;
}
	
#top-menu li.dropdown.active.open ul li a::before {
    content:none;
}

#top-menu li:nth-child(2) a::before {
	content: url("../img/nav_concept.png");
}
	 #top-menu li.active:nth-child(2) a::before {
	content: url("../img/nav_concept_y.png");
}
#top-menu li:nth-child(3) a::before {
	content: url("../img/nav_location.png");
}
	#top-menu li.active:nth-child(3) a::before {
	content: url("../img/nav_location_y.png");
}
#top-menu li:nth-child(4) a::before {
	content: url("../img/nav_mdel_room.png");
}
	#top-menu li.active:nth-child(4) a::before {
	content: url("../img/nav_mdel_room_y.png");
}
#top-menu li:nth-child(5) a::before {
	content: url("../img/nav_design.png");
}
	#top-menu li.active:nth-child(5) a::before {
	content: url("../img/nav_design_y.png");
}
#top-menu li:nth-child(6) a::before {
	content: url("../img/nav_equipment.png");
}
	#top-menu li.active:nth-child(6) a::before {
	content: url("../img/nav_equipment_y.png");
}
#top-menu li:nth-child(7) a::before {
	content: url("../img/nav_structure.png");
}
	#top-menu li.active:nth-child(7) a::before {
	content: url("../img/nav_structure_y.png");
}
#top-menu li:nth-child(8) a::before {
	content: url("../img/nav_plan.png");
}
	#top-menu li.active:nth-child(8) a::before {
	content: url("../img/nav_plan_y.png");
}
#top-menu li:nth-child(9) a::before {
	content: url("../img/nav_outline.png");
}
	#top-menu li.active:nth-child(9) a::before {
	content: url("../img/nav_outline_y.png");
}
}

		/************子メニュー***********/
		.navbar-default .navbar-nav > li > a .dropdown-menu li a{
			text-align: left;
			border-left: none;
			margin: 1rem ;
			line-height: 1.3;
			padding: 0.4rem;
		}


.footer-box {
  text-align: left;
  font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus{  
  text-decoration: none;
  outline: none;
}
.footer-copy {
	padding: 0 0 20px 0;
	background:#fff;
}
.call_action{
	background-color: #0050A0;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	margin-top: 3rem;
}
address {
	font-size:12px;
	text-align:center;
	font-style:normal;
	}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider{
	display: inline;
	float: left;
	width: 100%;
	position: relative;
}

.main-slider {
  display: inline;
  float: left;
  height: 600px;
  margin-bottom: 0;
  width: 100%;
}
.main-slider .slick-list {  
  height: 100%;  
}

.single-slide{
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img{
	width: 100%;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}

.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before {
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}

.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.slide-article p {
  color: #fff;
  margin-bottom: 50px;
}

.read-more-btn{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}

/*-------------------*/
/* CATCH */
/*------------------*/

#catch{
    /* [disabled]padding-top: 55px; */
    color: #000000;
    /* [disabled]padding-bottom: 55px; */
}

/*--------HOME----------*/
#plan_price {
    color: #FFFFFF;
	font-size: 1.8rem;
	line-height: 3;
}

#plan_price .col-md-6{
	display: flex;
}
#plan_price .col-md-6:first-child{
	justify-content: flex-end;
}
#plan_price .col-md-6{
	display: flex;
}
#plan_price span.value {
   font-size: 4rem;
    line-height: 2;
}

#plan_price .value-left {
width: 4em;
    margin-top: 2.3rem;
    font-size: 120%;
    float: left;
    text-align: right;
    margin-right: 0.6rem;
}
#plan_price .value-center {
	width: auto;
	float: left;
	margin-right: 1%;
	margin-top: 1rem;
	position: relative;
}
#plan_price .value-right {
 float: left;
    padding: 2rem 1rem;
    background-image: url(../img/img_brackets.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    line-height: 1.4;
    background-position: center;
    text-align: center;
    font-size: 90%;
}
	#plan_price .zeikomi {
    position: absolute;
    top: 1.6rem;
    right: 0;
    font-size: 10px;
}



@media screen and (max-width: 992px){
#plan_price .col-md-6:first-child,#plan_price .col-md-6:last-child{
	justify-content: center;
}
	/*
	.navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(255, 255, 255);
		    padding: 1rem;
}
	.navbar-nav .open .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.38);
    margin-left: 1em;
}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0050A0;
    background-color: #e7e7e7;
    padding: 1rem;
    margin: 0;
	}
	.navbar-default .navbar-nav > li > a {  
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px; 
	    border: none;
  }
	
  .main-nav li {
    padding: 0;
  }  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }  
	*/
}


/*------SLIDER--------*/
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }
.carousel-indicators {
    display: none;
}
@media screen and (min-width: 768px){

	
.carousel-indicators {
	left: 20px;
	right: auto;
    bottom: 20px;
    display: none;
}
.carousel-control {
    opacity: 0;
	width: 5%;
}
.carousel-inner .item:nth-child(odd) .carousel-caption {
    right: auto;
    left: 5%;
	}
	.carousel-inner .item:nth-child(even) .carousel-caption {
    right: 5%;
    left: auto;
	}
}
@media screen and (max-width: 768px){
	.row h2 {
    font-size: 28px;
    line-height: 34px;
}
	
	#plan_price .zeikomi {
    top:0;
}
	
.carousel-caption {
    right: 5%;
    bottom: 20px;
    top: 0;
    left: 5%;
	}
.carousel-caption img {
    max-height: 130%;
    width: auto;
}
.rightside_contactbunner { display: none;}
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature{
	background-color: #fff;
	display: inline;
	width: 100%;
}
#feature .row p {
	line-height: 1.6;
    font-size: 1.3rem;
    font-weight: 600;
}
#feature .row h3 {
	margin-top: 0;
}

#feature .row p.text1rem { font-size: 1rem; line-height: 1.1; }

#feature .row p.lh1_8 { line-height: 1.8; }

#feature .onfoot .onfoot_left,#feature .onfoot .onfoot_center{
	width: 30%;
    margin: 0 15px 0 0;
}
#feature .onfoot .onfoot_right{
    /* [disabled]width: 36%; */
}



.title-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
}

.title-area h1 {
	color: #0050A0;
    font-size: 2.4rem;
    line-height: 200%;
    font-weight: 600;
}
.location .title-area p {
	display: inline-block;
}
.location .title-area img{
	vertical-align: baseline;
}


.pic_center {
	position: relative;
}
.pic_center span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-style: italic;
}

/*-- WALKING --*/
.walking{
	width: 100%;
    font-size: 1rem;
	margin-bottom: 1.4rem;
}
.walking li{
    clear: both;
    margin-bottom: 0.6em;
    position: relative;
	height: 1em;
	    list-style: none;
}
.walking li .left{
	width: max-content;
	font-weight: 500;
	display: inline-block;
	position: absolute;
    left: 0;
	background-color: #fff;
	z-index: 8;
}
.walking li .dots{
	position: absolute;
        width: 57%;
    margin: 0.8em 0 0 1%;
    border-bottom: 2px dotted #000;
}
.walking li .minuts{
	display: inline-block;
    position: absolute;
    left: 59%;
	background-color: #fff;
	z-index: 9;
}
.walking li .m{
    display: inline-block;
    position: absolute;
    right: 0;
	background-color: #fff;
	z-index: 10;
}


/*--------------------*/
/*NOTICE*/
/*--------------------*/

#notice .notice-left{
	width: 27%;
	margin-right: 2%;
	float: left;
	text-align: right
}

#notice .notice-left span{
	border: 1px solid #000000;
	text-align: center;
	padding: 0.5rem 2em;
	width: max-content;
	display: inline-block;
	font-weight: 600;
	font-size: 17px;
		font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

#notice .notice-right{
	width: 71%;
	display: inline-block;
	float: left;
	font-size: 11px;
}
.call_action .call-actin-left {
	width: 31%;
	float: left;
	margin-right: 2%;
}
.call_action .call-actin-left .call-subject {
	background-color: #000;
	width: max-content;
	padding: 0.4rem;
	float: right;
	margin-top: 3px
}
.call_action .call-actin-center {
	float: left;
}
.call_action .call-actin-center a{
	display: block;
	color: #fff;
	float: left;
	font-size: 40px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
    line-height: 1;
}
.call_action .call-actin-center a::before{
	content: url(../img/icon_freedial.png);
	margin-right: 10px;
    vertical-align: bottom;
}
.call_action .call-actin-right {
	float: right;
    width: 36%;
    line-height: 1.2;
    font-size: 15px;
}

#notice .notice-right .notice-subject {
	font-size: 17px;
	line-height: 23px;
}

/*--------------------*/
/* design */
/*-------------------*/
#design_entrance_holl{
	position: relative;
	padding-bottom: 2.6em;
}
#design_entrance_holl .cg_notice{
font-size: 80%;
    margin-top: 3em;
	font-size: 80%;
}

@media (max-width:999px ){
#design_entrance_holl{
}
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
	display: inline;
	float: left;
	padding: 25px 0;
	width: 100%;
	border-top: 1px solid #231815;
	border-bottom: 2px solid #231815;
	margin-bottom: 20px;
	color: #000;
}

.footer-left{
	display: inline;
	float: left;
	width: 35.5%;
	text-align: left;
	margin-right: 2%;
	max-width: 218px;
}

.footer-left p {
  color: #5c5c5c;
  font-size: 14px;
  margin: 0;
}

.footer-left span{
	display: block;
	font-size: 11px;
	text-align: left;
}

.footer-left p a{
  color: #5c5c5c;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}

.footer-right{
	display: inline;
	float: left;
	text-align: left;
	width: 58.5%;
	font-size: 12px;
	line-height: 16px;
} 

.footer-right a{
  color: #5c5c5c;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_link {
    font-size: 12px;
    color: #000;
	margin: 0;
    padding: 0;
}

/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact{
  display: inline;
  float: left;
  padding: 0 0 5% 0;
  width: 100%;
}
#call{
	padding: 0 0 1.4% 0;
	color: #595757;
}
.cotact-area{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.contact-area-left{
  display: inline;
  float: left;
  width: 100%;
}

.contact-area-left h4{
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.contact-area-left h4::after { 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.contact-area-left p{
  font-size: 15px;
}

.contact-area-left .single-address {
  font-size: 15px;
  padding-right: 62px;
}

.contact-area-right{
  display: inline;
  float: left;
  width: 100%;
}

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}


.google-maps {
	position: relative;
	padding-bottom: 90%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
	}

/*-------------------*/
/* fadeIn Out */
/*-------------------*/

.slider_css {
	/*
  height: 600px;*/
  height: 680px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
	background-size: cover;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
/*
	animation-iteration-count: 1;
	animation-duration: 12s;
*/
}
.slider_css ul li:nth-child(1) {
  background-image: url("../img/img_main01.jpg");
	background-color: #fff;
  opacity: 0;
/*
  animation-name: slider-zoomin;
  animation-delay: -3s;
*/
}

.slider_css ul li:nth-child(2) {
  background-image: url("../img/img_main02.jpg");
  opacity: 0;
/*
  animation-name: slider-zoomout;
  animation-delay: 4s;
*/
}
.slider_css ul li:nth-child(3) {
  background-image: url("../img/img_main04.jpg");
  opacity: 0;
/*
  animation-name: slider-zoomin2;
  animation-delay: 8s;
	animation-fill-mode: forwards;
*/
}

.slider_css ul li:nth-child(4) {
  background-image: url("../img/img_main03.jpg");
  opacity: 0;
/*
  animation-name: slider-zoomin2;
  animation-delay: 8s;
	animation-fill-mode: forwards;
*/
}
.slider_css ul li img {
  /*width: 130%;*/
}

/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.errror-page-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-title {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 50px;
}

.error-content{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-content span {
  font-size: 35px;
  font-weight: 300;
}

.error-content p {
  font-size: 18px;
  margin-top: 10px;
}

.error-content .error-home {  
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}


/* ------------------------------------------------
	common
    ---------------------------------------------- */
.clearfix{
	content: "";
display: block;
clear: both;
}

.w20p { width: 20%; }
.w30p { width: 30%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p { width: 100%; }
img.w100p { width: 100%; max-width: max-content;}

.fl { float:left;}
.fr { float:right;}

.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb90 { margin-bottom:90px;}

.mb4p { margin-bottom:4%;}
.mb5p { margin-bottom:5%;}
.mb7p { margin-bottom:7%;}
.mb8p { margin-bottom:8%;}
.mb9p { margin-bottom:9%;}
.mb10p { margin-bottom:10%;}
.mb14p { margin-bottom:14%;}
.mb42p { margin-bottom:42%;}

.mb1p { margin-bottom:1%;}
.mb2p { margin-bottom:2%;}
.mb3p { margin-bottom:3%;}
.mb4p { margin-bottom:4%;}
.mb5p { margin-bottom:5%;}
.mb6p { margin-bottom:6%;}

.mrl_auto { margin-left: auto; margin-right: auto; }

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml12 { margin-left:12px;}
.ml13 { margin-left:13px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}

.ml6p { margin-left:6%;}

.ml-12px { margin-left:-12px;}
.ml-15px { margin-left:-15px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}

.mt0 { margin-top:0px;}
.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}


.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt50 { margin-top:50px;}
.mt60 { margin-top:60px;}
.mt70 { margin-top:70px;}
.mt80 { margin-top:80px;}
.mt90 { margin-top:90px;}
.mt100 { margin-top:100px;}
.mt110 { margin-top:110px;}
.mt120 { margin-top:120px;}

.mt1p { margin-top:1%;}
.mt2p { margin-top:2%;}
.mt3p { margin-top:3%;}
.mt4p { margin-top:4%;}
.mt5p { margin-top:5%;}
.mt6p { margin-top:6%;}
.mt7p { margin-top:7%;}
.mt8p { margin-top:8%;}

.mt10_5p { margin-top:10.5%;}

.mt_-10 { margin-top:-10px;}

.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pt20 { padding-top:20px;}
.pt30 { padding-top:30px;}
.pt40 { padding-top:40px;}

.pt3p { padding-top:3%;}
.pt14p { padding-top:14%;}
.pt25p { padding-top:25%;}

.pl20px{padding-left: 20px}

.pb5 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb20 { padding-bottom:20px;}
.pb100{ padding-bottom: 100px;}

.text10{ font-size:72%; }
.text11{ font-size:79%; }
.text12{ font-size:86%; }
.text13{ font-size:93%; }
.text14{ font-size:100%; }
.text16{ font-size:115%; }
.text18{ font-size:129%; }
.text20{ font-size:143%; }
.text24{ font-size:172%; }
.text28{ font-size:200%; }
.text30{ font-size:214%; }
.textC { text-align:center;}
.textR { text-align:right;}
.textL{ text-align: left;}
.textB { font-weight:bolder;}

.red { color:#d00;}
.gray{ color: #999999;}
.white { color:#fff;}

.box10p { width: 10%;}
.box15p { width: 15%;}
.box20p { width: 20%;}
.box35p { width: 35%;}
.box40p { width: 40%;}
.box45p { width: 45%;}
.box49p { width: 49%;}
.box50p { width: 50%;}
.box55p { width: 55%;}
.box60p { width: 60%;}
.box80p { width: 80%;}

.lrAuto{ margin-left:auto; margin-right:auto;}

.link a{ color:#FD7E33; text-decoration:underline; font-weight:bold;}
.link a:hover{ text-decoration:none;}

.va_b{ vertical-align:bottom;}
.va_m{ display:inline-block;vertical-align:middle;}

.bg-brown{ background-color: #e5ddca;}

.lh1_8 { line-height: 1.8; }

/*-----------------------------
Table Style
------------------------------*/
table.table01 { background:#fff; border:1px solid #bbb; width:90%; margin:0 auto 20px;}
table.table01 th,
table.table01 td{
	border-top:1px solid #bbb;
	padding:10px 15px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	}
table.table01 th { background:#F5F3EE; width:30%; }

table.table01 td { background:#fff; width:70%;}

table.table01 td .tableIn { width:100%;}
table.table01 td .tableIn td{ width:50%; border:0; padding-left:0; }

.table01 th .red {
	display: inline-block;
}

/*------------------------*/
/* OUTLINE */
/*------------------------*/
section#outline {
    margin-top: 36px;
}
section#outline p strong{
	font-size: 1.6rem;
	font-weight: 600;
}
section#outline p strong::before {
    content: "\f096";
    font-family: 'FontAwesome';
	margin-right: 5px;
}
#outline table {
	width: 100%;
	border-left-style: none;
	border-right-style: none;
}


#outline table.table01 tr th {
    width: 10.5em;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
#outline table.table01 td{
	width: auto;
}

/*------------------------*/
/* PLAN */
/*------------------------*/
section#plan {
    margin-top: 73px;
}
#plan .type img{
	margin-right: 2rem;
    vertical-align: baseline;
}
#plan .type .ldk{
font-family: 'Lora', serif;
    color: #717071;
    display: inline-block;
    border-left: 2px solid #717071;
    padding-left: 2rem;
    line-height: 1;
    padding-top: 2rem;
	padding-bottom: 0;
    font-size: 160%;
}
#plan .type .ldk:first-letter{
    font-size: 150%;
}
#plan .type_txt p strong{
	display: block;
	font-size: 120%;
	margin:2rem 0 4rem 0;;
}
.type {
    border-bottom: 2px solid #000;
    padding-bottom: 1.4rem;
}
.type_txt dl dt{
	float: left;
	width: 50%;
	line-height: 2em;
}
.type_txt dl dd{
	text-align: right;
	line-height: 2em;
	padding-right: 18%;
}
.type_txt dl dd.line_total {
    border-top: 1px solid #000;
    padding-top: 0.5rem;
	margin-top: 0.5rem;
}
.type_txt dl dt.line_total {
	padding-top: 0.5rem;
	margin-top: 0.5rem;
}
.type_txt dl dd.area strong{
	font-size: 200%;
	font-weight: 500;
}
.type_txt p.text10{
    margin-right: -15px;
}

/*------------------*/
/*- 構造 -/*
/*-----------------*/
@media (min-width: 992px){
	#img_kouzou{
		position: absolute;
		top: 40px;
		left: 0;
		display: block;
		}
	}

/*---------------------------*/
/*- 設備・仕様 -*/
/*---------------------------*/

.equipment h5{
	font-size: 1.6rem;
}

#equipment_index div{
	color: #0050A0;
	text-align: center;

}
#equipment_index div a{
    display: block;
    color: #0050A0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin: 0.5rem -1rem;
    border: 1px solid #0050A0;
    font-size: 90%;
}
#equipment_index div a.equipment_active{
	color: #FFFFFF;
	background-color: #0050A0;
}

#suisen{font-size: 90%; display: flex; align-items: stretch;}


.equipment .container .title-area { margin-bottom: 2% !important;}

img.border-left-gray {
	border-left: 1px solid #ccc;padding-left: 2em;
}
.border-left-gray {
	border-left: 1px solid #ccc;
}

/*----------------------------------------------------
 	contact
----------------------------------------------------*/

.formPrivacy{
	width:80%;
	height:150px;
	background:#fff none repeat scroll 0%;
	border:1px solid #CCCCCC;
	overflow:scroll;
	padding:10px 20px;
	margin:0 auto 30px;
	font-size:12px;
	line-height:1.4em;
	text-align:left;
	}
	.btn01 { background:#244765;}
	.btn02 {
	border: none;
	background-color: #0050A0;
	background-image: url(../img/btn_bg_stripe.png);
}
	.btn03 {
	border: none;
	background-color: #0050A0;
	background-image: url(../img/btn_bg_stripe3.png);
}

a .btn02,a .btn03 {
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 260px;
	height: 68px;
	padding: 1rem;
	line-height: 1.2;
    font-size: 2.1rem;
    font-weight: 900;
}
a .btn02 img,a .btn03 img{
	display: block;
	margin: 0 auto 10px;
}
a .btn02 span{
	font-size: 80%;
}

	.btn01:hover,
	.btn02:hover,
	.btn03:hover{ background:#888888;}

/*-------------------------------
DESIGN
-------------------------------*/
#design_main{
	}

/* ---------------------------------------------------------
	フォーム
--------------------------------------------------------- */

/* input base */
input, textarea { padding:5px; text-align:left;}
input[type=checkbox],
input[type=radio]{ margin-right:5px; vertical-align:middle; -webkit-transform:scale(1.2); }
input[type=text],
input[type=tel] { width:60%; padding:8px; margin-right:5px; border:1px solid #ccc; font-size:1em; display:block;}
textarea {  width:90%; border:1px solid #ccc; font-size:1em;display:block;}
select { padding:8px; border:1px solid #ccc; font-size:14px;}

input.input1 { width: 80%;}
input.input2 { width: 30%;}

label,
input[type=text], 
input[type=checkbox],
input[type=radio] { display:inline; vertical-align: baseline;}

input[type=submit] {
		-webkit-appearance: none;
		width:280px;
		height:64px;
		margin:20px auto;
		display:block;
		text-align:center;
		color:#fff;
		font-size:16px;
		line-height:48px;
		}
input.myError,
textarea.myError{ background:#FFFFE6; }
p.myError{ color:#F00; padding-top:10px; font-weight:bolder; display:block; clear:both; }

#btn_box {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#btn_box input[type=submit] {
  order: 2;
	margin: 0;
}
#btn_back {
  order: 1;
	width: 280px;
	height: 64px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 64px;
	margin-right: 30px;
  border: 1px solid #000;
}
#btn_back:hover {
  color: #fff;
  background-color: #888;
}
@media screen and (max-width: 768px) {
	#btn_box {
		margin: 20px 0;
		display: block;
	}
	#btn_box input[type=submit] {
		margin-left: auto;
		margin-right: auto;
	}
	#btn_back {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*----------------------------------------------------
 	privacy
----------------------------------------------------*/

.privacyTtl {
	font-weight: bolder;
	margin:20px 0;
	}

/*js無効禁止追加ﾟ*/
#no-js{ display:none;}
.douisuru {
	background-color: #F5F3EE;
	padding: 20px 10px 3px;
	margin-bottom: 30px;
	text-align: center;
	}

/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/
@media (min-width: 1000px){
.container {
    width: 980px;
}
}

@media(max-width:999px ){
	#search-icon { 
	  right: 4%;  
	}
  .slide-article {  
    padding-left: 30px;
    padding-right: 0;
    padding-top: 90px;  
  }
  .slide-article h1 {
    font-size: 40px;  
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {  
    font-size: 18px;    
  }
  .main-slider {  
    height: auto;    
  }  
	#shower .mt120{
		margin-top: 0px;
	}
	img.border-left-gray {
	border-left: none;padding-left:0px;
	}
	.border-left-gray {
	border-left: none;
		}
}

@media(max-width:767px ){
	#menu-area #navbar {
padding-right: 0;
    height: auto;
    overflow: visible;
  }
	.navbar-default .navbar-nav > li > a {
    font-size: 1.4rem;
    border-left: none;
    margin: 0;
    padding: 0.5rem;
}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    background-color: #fff;
}
	.navbar-default .navbar-toggle {
    border-color: #0050A0;
    background-color: white;
}
}

@media(max-width:998px ){
	
  #search {
    margin: 0 auto;
    width: 90%;
  }
  #search-icon {
    right: 3%;
  }
  .slide-article {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;    
  }
  .title-area {
    padding: 0px;
  }
	.title-area img{
	margin-bottom: 3%;
	}
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {  
    width: 87%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top: 40px;
  }
	#header #header_img {
    padding-top: 10%;
}

.links_left.textR {
    width: 48%;
    text-align: center;
    float: left;
	margin-right: 2%;
}
.links_right {
    width: 48%;
    text-align: center;
    float: left;
	margin-left: 2%;
}

}

@media (max-width:767px){
	.scrollToTop{
		right: 1rem;
	}
	.sp{display: inherit;}
	.pc{display: none;}


	.row img{
	width: 100%;
    max-width: max-content;
	}
table.table01 { background:#fff; border:1px solid #bbb; width:100%; margin:0 auto 20px;}
table.table01 th {
	width: 100%;
	display: block;
}
table.table01 td { background:#fff; width:100%; display:block;}

table.table01 td .tableIn { width:100%;}
table.table01 td .tableIn td{ width:100%; border:0; padding-left:0; }

  .header-bottom {    
    padding: 0;   
  }
	.header-contact ul li:last-child {
    display: none;
  }
#header #header_img .hader_logo{
	padding-top: 0;
    margin-top: -10%;
	font-size: 80%;
	}
.title-area img {
    width: auto;
    max-height: 43px;
}
.navbar-brand { 
    margin-top: 0;  
  }
  .slider-img {
    display: none;
  }
  .slide-article {
    padding: 10px 50px;
  }
  .slide-article h1 img{
	max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
	
/*-----------home price-------------*/
#plan_price {
    font-size: 1.4rem;
	}
#plan_price span.value {
    font-size: 3.8rem;
    line-height: 1;
}
	#plan_price .value-left {
    margin-top: 1rem;
	}
	#plan_price .value-right {
    padding: 1rem;
	}
	
	#header #home_logo {
    top: 5%;
	}
	
	#feature{
    padding-top: 35px;
    padding-bottom: 35px;
	}
	#feature .onfoot .onfoot_left, #feature .onfoot .onfoot_center,#feature .onfoot .onfoot_right {
    width: auto;
	float: none;
	margin: 0;
}
	.walking {
    font-size: 1rem;
	}
	
.mb42p {
    margin-bottom: 0;
}
	.mb14p {
    margin-bottom: 0;
}
	.row.w90p {
    width: auto;
}
  .single-feature {
    text-align: center;
    padding: inherit;
    margin-bottom: 1rem;
	}
	.pic_center span {
    right: 42%;
	}
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }


	.footer_link {
    font-size: 1rem;
}
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
	  float: none;
	  width: auto;
	  display: block;
	  
  }
  .footer-right {
	float: none;
    width: auto;
    font-size: 1rem;
    line-height: 1;
    clear: both;
	}
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag {
    text-align: center;
  }
#notice .notice-right {
	width: auto;
	display: block;
	float: none;
	font-size: 11px;
	clear: both;
}
.call_action .call-actin-center a{
		margin-bottom: 1rem;
	}
.call_action .call-actin-left {
	width: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 1rem;
}
.call_action .call-actin-right {
	float: none;
	width: auto;
	line-height: 1.2;
	font-size: 15px;
	clear: both;
}
	
.footer-left span {
	max-width: 220px;
	text-align: left;
	float: left;
}
.footer_link a {
    display: inline-block;
}
	#notice .notice-left span {
    margin-bottom: 0.5rem;
}
	
#outline table.table01 tr th {
	width: auto;
	-moz-text-align-last: auto;
	text-align-last: auto;
}
.scrollToDown a {
	display: none;
}

/*--------------------*/
/* animation */
/*--------------------*/

.slider_css ul li {
	background-size: cover;
	width: 100%;
	height: 400px;
    background-position: 50% 50%;
}
	.slider_css ul li:nth-child(2){
		background-position: 20% 50%;
	}
.slider_css {
    height: 400px;
    }
.row h4 img {
	margin: 8% auto;
}
#feature .row p {
	line-height: 2;
	font-size: 1.5rem;
	font-weight: 600;
	display: block;
}



}

@media(max-width:480px ){
		#plan_price .zeikomi {
    top:-0.5rem;
}
	
	#search input {  
    width: 85%;
  }
  #search-icon {
    right: 15%;
    top: 5px;
  }
  .slide-article h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    height: 40px;
    top: 46%;
    width: 40px;
  }
	#header #header_img {
    padding-top: 30%;
}
  .title-area .title {
    font-size: 28px;
    line-height: 36px;
  }
  .title-area h1 {    
    line-height: 23px;   
    font-size: 18px;
  }
	
  .single-feature p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .subscrib-form {
    width: 100%;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  #login-form .modal-dialog {  
    width: 350px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 320px;
  }
  .blog-navigation-prev {
    margin-bottom: 10px;
  }

}


@media(max-width:360px ){
  .login {    
      padding: 10px;    
  }  
  .single-slide {
    height: 200px;    
  }
  .single-slide img {
    height: 100%;   
  }
  #menu-area .navbar-toggle {
    padding: 8px 6px;    
  }
	.phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  #search-icon {
    right: 20%;
    top: 5px;
  }
  .slide-article {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article h1 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  .subscribe-area h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input {
    font-size: 15px;
    height: 40px;    
  }
  .subscribe-btn {
    font-size: 15px;    
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog {  
    width: 320px;
  }
  #search input {
    font-size: 14px;
  }
  .overlay {
    padding: 20px 0;
  }
   .single-portfolio {
    width: 100%;
  }
  .single-item-content::after {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 250px;
  }
  .comments-form textarea {
    width: 100%;
  }
  .header-contact {   
    margin-left: -10px;    
  }
  .header-contact ul li {
   border: none;
  }
  .phone {
    font-size: 12px;
    width: 135%;
  }
  
} 


@media(max-width:320px ){
	#login-form .modal-dialog {  
    width: 300px;
  }
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {  
    padding: 10px 0 10px 3px;
  }
  .subscribe-area h2 {
    font-size: 22px;
  }
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 16px;
  }
	.single-item-content::after {   
    width: 91%;
  }
  .blog-archive-left .blog-news-img {
    height: 220px;
  }
}

/*----------------*/
/*KEY FRAMES*/
/*----------------*/

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  3% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
	
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }

}
@keyframes slider-zoomin2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
 3% {
    opacity: 1;
	}
  100% {
    opacity: 1;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  3% {
    opacity: 1;
  }/*
  20% {
    opacity: 1;
  }*/
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/***************************/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}


/*----------------------------------------------------
 	トップフッターバナー追加 :: add 2019.02.05
----------------------------------------------------*/
.footBanner{display: flex; width: 980px; margin: 30px auto;}
.footBanner li{ max-width: 310px; margin-right: 25px;}
.footBanner li:last-child{margin-right: 0;}
.footBanner li p{ font-size:93%; text-align: center;}
.footBanner li p:before{ font-family: "Font Awesome 5 Free";content:'\f2d2'; margin-right:5px; text-decoration:none;}
.footBanner li img{ border: 1px solid #ccc; margin-bottom: 10px;}
.footBanner a:hover{opacity:0.5;filter:alpha(opacity=50);cursor:pointer;}
@media only screen and (max-width: 1024px){
.footBanner{ width: 98%;}
.footBanner li p{ font-size:72%;}
}
@media only screen and (max-width: 767px){
.footBanner{display: block; width: 90%;}
.footBanner li{ max-width: 100%; margin-right: 0; margin-bottom: 20px;}
.footBanner li p{ font-size:86%;}
}


/*----------------------------------------------------
 	マンションギャラリーページ情報追加 :: add 2019.02.12
----------------------------------------------------*/
.shop{ width:100%; border-collapse:separate; border-spacing: 1px; background:#bbb; margin:0 auto 50px; }
.shop th{ width:20%; background:#F5F3EE; text-align:left; font-weight:normal; }
.shop td{ width:80%;background:#FFF; }
.shop th,
.shop td{ padding:30px; vertical-align:top; line-height: 1.6em;}
/*.shop td p { margin-bottom:10px; }*/
.shop td p i{ margin:0 5px 0 0; font-size: 0.9em; }
.contact_btn { overflow:hidden; position:relative;}
.contact_btn li{ background:#0050A0; text-align:center; float:left; margin-right:8px;}
.contact_btn li a{ display:block; padding:8px 20px; color:#fff;}
.contact_btn li a i{ margin:0 5px 0 0;}
.contact_btn li a:hover{ background:#888; opacity:1;filter:alpha(opacity=100);}
.spmb20{ margin-bottom: 40px;}
.mb15 { margin-bottom:15px;}
.mapLink a{ text-decoration: underline;}
.mapLink a:hover{ text-decoration: none;}
.headerTel{ max-width: 221px; margin: 0 3px 5px auto;}
.headerTel img{ width: 100%;}
#headerLogo{ margin-top: 20px;}
.mapImg{ max-width: 755px; margin: 0 auto;}
@media only screen and (max-width: 767px){
.shop{ width:100%; border-collapse:separate; border-spacing: 1px; background:#bbb; margin:0 auto 50px; }
.shop th{ width:100%; display:block; background:#F5F3EE; font-weight:normal; text-align:left; }
.shop td{ width:100%;display:block; background:#FFF; }
.shop th,
.shop td{ padding:15px; vertical-align:top; }
.shop td p { margin-bottom:20px; }
.contact_btn { overflow:hidden; position:relative; }
.contact_btn li{ background:#0050A0; text-align:center; float:none; border-right:none; margin-bottom:15px; width:100%; padding:7px 0; }
.contact_btn li:last-child{ margin-bottom: 0;}
.spmb20{ margin-bottom: 20px;}
.mapLink{ display: block; margin-bottom: 10px;}
#headerLogo{ margin-top: 0;}
.textTel{ font-size: 12px; font-weight: normal; display: block; margin-top: 10px;}
.mapImg{ max-width: 90%; margin: 0 auto 40px;}
}
@media only screen and (min-width: 768px){
.pcNone{ display: none;}
}


/*----------------------------------------------------
 	地域未来牽引企業ロゴ掲載 :: add 2019.03.07
----------------------------------------------------*/
.footer-kenin{ float: right; max-width:148px;}
.footer-kenin img{ max-width:100%;}
.footer-kenin img:hover{ opacity: 0.5;}
@media only screen and (max-width: 767px){
.footer-kenin{ float: none; margin-top:20px;}
}


/*----------------------------------------------------
 	Gナビ改修 :: 2019.03.28
----------------------------------------------------*/
@media (max-width: 767px){
	.navbar { margin-bottom: 0; min-height:inherit; border: 0;}
	.navbar-default{ background:none!important; width:300%; margin-left: -200%; border: 0;}
	.spFooter { width:100%; background: #0050A0; position:fixed; bottom:0; z-index:1000; border-top: 1px solid #e7e7e7;}
	.spFooter > li { width:33.3%; float:left; background:#0050A0; text-align:center; color:#fff; border-left:1px solid #3373b3;}
	.spFooter > li:first-child { border: 0;}
	.spFooter .pcNone { position:relative; z-index:1010;}
	.spFooter .pcNone a { display: block; padding:15px; line-height:41px; color:#fff;}
	.spFooter .pcNone a img { width:auto; height:40px; vertical-align:bottom}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-width: 1px 0; background: #0050A0;}
	#menu-area .navbar-toggle,
	.navbar-toggle { margin:0; padding:15px;}
	.navbar-default .navbar-toggle { background:none; width:33.3%; display:block;}
	.navbar-default .navbar-toggle .icon-bar { background: #fff; margin-right: auto; margin-left:auto;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus { background:none;}
	.navbar-collapse { border: 0;}
	.navbar-default .navbar-nav > li > a { padding:1rem;}
	.navbar-toggle .navBtn { background:url(../img/ico_close.png) center center no-repeat; display:block; background-size:auto 36px; width:100%; height:40px;}
	.navbar-toggle.collapsed .navBtn { background:url(../img/ico_menu.png) center center no-repeat; display:block; background-size:auto 36px; width:100%; height:40px;}
	
/*scrol to top*/	
	.scrollToTop { bottom:80px;}
	}


/*-------------------------*
  20190606 トップイベントバナー調整
-------------------------*/
.eventBanner { max-width:950px; border:#ccc 1px solid; margin: 0 auto 20px;}
.eventBanner:hover{ opacity:0.5;}
.eventBanner .fl,
.eventBanner .fr{ width:50%;}

@media (max-width:767px){
.eventBanner { max-width:95%;}
.eventBanner .fl,
.eventBanner .fr{ width:100%; float:none;}
	
}

/*-------------------------*
  20190805 トップ休みのお知らせ追加
-------------------------*/
.infoBox{ /*border: 1px solid #ccc; padding: 30px; box-sizing: border-box; */text-align: center; font-size: 115%; margin-bottom: 80px;}
.infoBoxEV{ border: 1px solid #ccc; padding: 20px; box-sizing: border-box; text-align: center; font-size: 115%; margin: 50px 0 40px;}
@media (max-width:767px){
.infoBox{ text-align: left; margin-bottom: 60px;}
.infoBoxEV{ text-align: left; }
}

/*-------------------------*
  20200306 トップ感染症対策のお知らせ追加
-------------------------*/
.infoBox2{border: 1px solid #ccc; width: 950px; margin: 0 auto 50px; padding: 25px; box-sizing: border-box;}
.infoBox2 p { color: #000; font-size: 14px; line-height: 1.6em;}
@media (max-width:767px){
	.infoBox2{ width: 95%; margin-top: -50px;}
}

/*-------------------------*
  20220215 チェックボックステキスト
-------------------------*/
.check_width {
	display: inline-block;
	width: 13.3em;
	font-size: 14px;
}
@media (max-width: 767px) {
	.check_width {
		display: inline-block;
		width: auto;
		padding-bottom: 0.5em;
	}
}

/*-------------------------*
  20220422 日時変更のお願い
-------------------------*/
.caution_message {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	line-height: 1.8em;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	.caution_message {
		font-size: 2.6vw;
		margin-top: 8vw;
		padding-bottom: 6vw;
	}
}

/*-------------------------*
  20220502 GWのお知らせ追加
-------------------------*/
.gw_message {
	display: block;
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.8em;
	color: #f00;
}

/*-------------------------*
  20220825 定休日追加
-------------------------*/
.holiday_txt {
	font-size: 14px;
	margin-left: 1em;
	color: #f00;
}
@media (max-width: 990px) {
	.holiday_txt {
		display: block;
		margin-top: 0.7em;
		margin-left: 0em;
	}
}