

@media print, screen and (max-width: 480px) {
*{
	float: none;
	position: static;
}

img{
	max-width: 100%;
	height: auto;
}
}



/*-------------	General------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;

}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}


hr{
	/*--width: 1000px;--*/
	height: 5px;
	background-color: #b22222;
	border: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: left;
	padding: 40px 40px 40px 40px;
}


section h3.title{
	color: #414a4f;
	text-transform: capitalize;
	font: bold 32px 'Open Sans', sans-serif;
	padding: 0 20px;
	margin-bottom: 20px;
	text-align: left;
}

section h4{
	font: bold 22px 'Open Sans', sans-serif;
	padding: 0 20px;}

section p{
	/*---max-width: 1000px;---*/
	text-align: left;
	margin-bottom: 15px;
	padding: 0 20px;
	line-height: 2;
}

section h3.shinamei{
	color: #414a4f;
	text-transform: capitalize;
	font: bold 32px 'Open Sans', sans-serif;
	padding: 0 20px;
	margin-top: 7px;
	margin-bottom: 1px;
	text-align: left;
}


@media print, screen and (max-width: 480px) {
a:hover{
	opacity: 1;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}
hr{
	/*--width: 1000px;--*/
	height: 3px;
	background-color: #b22222;
	border: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}
section{
	display: flex;
	flex-direction: column;
	align-items: left;
	padding: 10px;
}
}


/*------------- 	Header---------------------------------------------------*/
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}


@media print, screen and (max-width: 480px) {
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 30px 0;
}
}

header nav ul{
	display: flex;
}

header nav ul li{
	margin: 0 15px;
	font: bold 15px 'Open Sans', sans-serif;
}

@media print, screen and (max-width: 480px) {
	header nav ul li{
		margin: 0 10px;
		font: bold 12px 'Open Sans', sans-serif;
		text-align: center;
	}
}

header nav li:first-child{
	margin-left: 0;
}

header nav li:last-child{
	margin-right: 0;
}


/*-------ロゴを消す------*/
header img{
	display: none;
}

@media print, screen and (max-width: 480px) {
	header img{
		display: none;
	}
}


/*---------------- 	MainTop Section------------------------------------------*/
.maintop{
	position: relative;
	justify-content: center;
	min-height: 80vh;
	color: #fff;
	text-align: center;
}

.maintop .nameright{
	position: absolute;
	font: normal 10px 'Open Sans', sans-serif;
	bottom: 0;
	right: 0;
}

.maintop .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
}

.maintop .kmfw-p p{
	position: absolute
}


.maintop h1{
	font: bold 80px 'Open Sans', sans-serif;
	margin-bottom: 5px;
	text-align: center;
	text-shadow:8px 0px 5px black;
}

@media print, screen and (max-width: 480px) {
	.maintop h1{
		font: bold 3.2em 'Open Sans', sans-serif;
		margin-bottom: 10px;
		text-align: center;
		text-shadow:5px 0 5px black;
	}
}


.maintop h3{
	font: normal 27px 'Open Sans', sans-serif;
	margin-bottom: 10px;
	text-align: center;
	text-shadow:1px 0 5px black;
}

@media print, screen and (max-width: 480px) {
	.maintop h3{
		font: normal 1.8em 'Open Sans', sans-serif;
		margin-bottom: 40px;
		text-align: center;
		text-shadow:1px 0 5px black;
	}
}





/*-------------------- 	Information Section----------------------------------*/
.information{
	background-color: #dcdcdc;
	padding: 30px 50px 20px 50px;
	outline: 5px solid rgb(255,255,255);
	outline-offset: -20px;
}

.information a{
	color: mediumblue;
	font: bold;
}




/*-------------------- KamifuranoWhats Section--------------------------------*/
.kamifuranowhats{
	height: auto;
	background-color: #ffffff;
	
}

.kamifuranowhats .whats-contenner{
	width: 100%;
}

.kamifuranowhats .kmfw-s{
	width: 100%;
}


.kamifuranowhats .whats-contenner .kmfw-p{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.kamifuranowhats .whats-contenner .kmfw-p .townpic{
	width: 50%;
	padding-left: 10pt;
	padding-bottom: 10pt;
	position: relative;
}



@media print, screen and (max-width: 480px) {
.kamifuranowhats .townpic{
	width: 50%;
	padding-left: 5pt;
	padding-bottom: 5pt;
}
}




/*-------------------- 	Introduction Section----------------------------------*/
.introduction{
	background-color: #dcdcdc;
	position: static;
}



.introduction .ichiran{
	display: flex;
	flex-wrap: wrap;
	flex-contents: flex-strat;
}

.introduction .ichiran li{
	width: calc(100%/3); /*画像を3つ並べる*/
	padding: 10px;
	box-sizing: border-box;
}

@media print, screen and (max-width: 480px) {
.introduction .ichiran li{
	width: calc(100%/2); 
	padding: 5px;
	box-sizing: border-box;
}
}

.introduction .ichiran li h3{  /*画像タイトルの書式*/
	font: bold 25px 'Open Sans', sans-serif;
	margin-bottom: 0px;
	text-align: left;
}

@media print, screen and (max-width: 480px) {
.introduction .ichiran li h3{  /*画像タイトルの書式*/
	font: bold 18px 'Open Sans', sans-serif;
	margin-bottom: 0px;
	text-align: left;
}
}


.introduction .ichiran li img{
	width: 100%;
	/*height: 100%;*/
	padding: auto;
}

@media print, screen and (max-width: 480px) {
.introduction .ichiran li img{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	padding: auto;
}
}




/*---------------------- 	Shohin Section------------------------------------*/
.shohin{
	background-color: #f5f5f5;
}

.shohin .s-area .box{
	display: flex;
	flex-direction: row;
	flex-contents: flex-start;
	width: 100%;
	padding-bottom: 10px;
}

@media print, screen and (max-width: 480px) {
	.shohin .s-area .box{
		display: block;
		width: 100%;
		padding: 0px;
		margin-bottom: 50px;
	}
}

.shohin .s-area .box img, .shohin .s-area .box .pic{
	width: 100%;
	text-align: left;
}

.shohin .s-area .box .txt{
	width: 100%;
	text-align: left;
}

@media print, screen and (max-width: 480px) {
	.shohin .s-area .box .txt{
		width: 100%;
		padding: 0 10px;
	}
}


.shohin .s-area .box .txt .site-link{
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}


@media print, screen and (max-width: 480px) {
	.shohin .s-area .box .txt .site-link{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
}


.shohin .s-area .box .txt .site-link li{
	margin-left: 5px;
	padding-left: 0px;
}

@media print, screen and (max-width: 480px) {
	.shohin .s-area .box .txt .site-link li{
		width: 48%;
	}
}


.shohin .s-area .box .txt .site-link img{
	width: 160px;
}

.shohin .s-area .box .txt .site-link .slogo1{
	border: 1.0px solid #ccc;
}

.shohin .s-area .box .txt .site-link .slogo2{
	border: 0px solid #ccc;
}

.shohin .s-area .box .txt .site-link .slogo3{
	border: 1.0px solid #ff7f50;
}


.shohin .s-area .shinamei{
	color: #414a4f;
	text-transform: capitalize;
	font: bold 32px 'Open Sans', sans-serif;
	padding: 20 0 0 0px;
	text-align: left;
}

.shohin a{
	color: mediumblue;
	font-weight: bold;
}



/*---------------------- 	Purpose Section	    -------------------------*/
.purpose{
	background-color: #dcdcdc;
}


.purpose .purpose-list{
	display: flex;
	flex-wrap: wrap;
}

.purpose .purpose-list li{
    width: calc(100%/3);
	padding: 0 20px;
	text-align: left;
}

.purpose .purpose-list li h4{
	color: #555;
	font-size: 20px;
	margin-bottom: 10px;
}

.purpose .purpose-list li p{
	margin-bottom: 30px;
}


@media print, screen and (max-width: 480px) {
.purpose .purpose-list li{
    width: 100%;
	padding: 0 0px;
	margin-bottom: 20px;
	text-align: left;
}
.purpose .purpose-list li p{
	margin: 0 0 20 0px;
}
}


/*--------------------- 	Means Section-------------------------------------*/

.means h4{
	margin-top: 20px;
}

.means a{
	color: mediumblue;
	font-weight: bold;
}


.means .ways li{
	margin-top: 10px;
}


.means .ways li .site-link{
    width: clac(100%/3);
	padding: 0 0px;
	display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-basis: 33%;
	justify-content: left;	
}

.means .ways li .site-link li{
	padding-bottom: 10px;
}

@media print, screen and (max-width: 480px) {
	padding-bottom: 5px;
}


.means .ways li .site-link img{
    width: 300px;
    height: 90px;
    margin: 0 10px
    
}

.means .ways li .site-link .slogo1{
    border: 2px solid #555;
    
}
.means .ways li .site-link .slogo2{
    border: 0px solid #ccc;
    
}
.means .ways li .site-link .slogo3{
    border: 3.0px solid #ff7f50;
    
}

@media print, screen and (max-width: 480px) {
.means .ways li .site-link img{
    width: 160px;
    height: auto;
    border: 1px solid #ccc;
    margin-left: 2px;
}

}

/*------------- 	Footer----------------------------------------------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: left;
	text-align: left;
	color: #fff;
	background-color: #414a4f;
	padding: 40px 60px;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;
}

footer ul li:first-child{
	margin-left: 0;
}

footer ul li:last-child{
	margin-right: 0;
}

footer p{
	font-size: 12px;
	padding: 0 0 0 10px;
	color: rgba(255,255,255,0.6);
}

footer p a{
	color: #fff;
}

footer p {
	color: #fff;
}

footer .copyright{
	padding-top: 20px;
	margin: auto;

}


/*---------pagetop---------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 76px;
}
.pagetop a {
	display: block;
	padding: 40px 15px 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #b22222 url(../img/pagetop.png) no-repeat top 10px center/40%;
	z-index: 1000;
}



/*---------nav切り替え---------------------------------------------*/

/*---ハンバーガーメニューのみにして切り替えない
.sp_nav {
	display: none;
}

@media screen and (max-width: 1024px) {
---------*/

	.pc_nav {
		display: none;
	}
	.sp_nav {
		display: block;
	}
	/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 76px;
    height: auto;
    padding: 14px 18px 17px;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: #b22222;
  }
  .el_humburger > strong {
	  display: block;
	  margin-bottom: 7px;
	  font-size: 0.8rem;
  }
  .el_humburger > span {
    display: block;
    margin: 0 auto 9px;/*border間隔*/
    height: 1px;/*border太さ*/
    font-size: 0;
    background: #fff;/*border色*/
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span {
    background: #fff;
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(11px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-9px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 40px;
    margin: 0 auto;
    height: 1px;
    background: #fff;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  
  /*ナビゲーション*/
  .uq_spNavi {
    display: none;
  }
  .uq_spNavi.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
  .uq_spNavi_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnav {
    padding: 80px 0 0 0;
    text-align: center;
  }
  .gnav ul {
	display: block;
  }
  .gnav li {
    margin-bottom: 2rem;
    border-bottom: #aaa 1px solid;
  }
  .gnav li:first-child {
	  margin-left: 10px;
  }
  .gnav li:last-child {
	margin-right: 10px;
}
  .gnav li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 2rem 2rem;
    color: #000;
    text-decoration: none;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

/*-------
}
-------*/

