﻿/* IMPORT CSS */
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	
	
}
a {
    display:block;
    color: #333333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
	
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}






/*ヘッダー
-------------------------------------*/
.head {
	border: 1px dashed #fff;
	display: flex;
  	flex-direction: row;
    	padding: 0;
 	background-color: #ffffff;
	position:relative; 
	height: auto;
	
}

.head img{ 
	border: 0px solid #000;
	margin-bottom:0;
	display:flex;
}
.snsbox {
	display: flex;
  	justify-content: center;
  	align-items: center;
  
 
}
nav ul {
	display: flex;
   	flex-direction: row;
	list-style: none;
	margin: 0 ;

}
nav li {
 	padding: 0.3rem;
	border: 1px dashed #fff;
    	display:flex;
   	position: relative;
    	text-align: center;
    	align-items: center;
    	justify-content: center;
	margin-bottom:1rem;
}

nav li a {
    text-decoration: none;
    text-align: center;

}
nav a:hover {
    text-decoration: underline;
}
nav a {
	    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {

    display: block !important;
 	position: absolute;
	bottom: 0;
	right:0;
}
}

@media screen and (max-width: 768px){
.head {
   flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
	
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding: 0;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;  
 
	

}

/*メインコンテンツ
-------------------------------------*/
main {
	margin: 0;
	padding: 0;
	

}
.main{
    border: 1px solid #fff;
	margin: 0;
	padding: 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #666;
	font-size: 2.0rem;
	margin-bottom: 3rem;
}

/*メッセージ
-------------------------------------*/





/*フッター
-------------------------------------*/
footer {
	margin: 3rem 4rem 0rem 4rem;
	border: 0px solid #ccc;
	
  }


footer ul {
	list-style: none;
	 display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
	
    
}

.footernavi {
	display: flex;	
	flex-direction: row;
	border: 0px solid #ccc;  
}

.navi_item {
	padding: 0 1.5rem 0 1.5rem;
	margin: 0;
	border: 0px solid #ccc; 

	
}


.block1 {
	text-align: center;
	}


.block2 {
	text-align: center;
}

.block3 {

text-align: center;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    margin: 0;
    padding: 0 3rem 0 3rem;
    background-color: #fff;
  font-size: 76.923%;
  font-style:normal;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #99cc00;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #99cc00;
}




/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}



body .bx-wrapper {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
margin: 0 auto !important;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
