@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------------------
基本情報
------------------------------------------------------------------------------------------ */
.sp{display: none!important;}
.tb{display: block!important;}
.pt{display: block!important;}
.pc{display: block!important;}

body{
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	color: #483838;
	width: 100%;
}


img{width: 100%; display: block; transition: 0.4s;}

p{font-size: 16px; line-height: 2; text-align: justify;}
b{font-size: 16px;}
a{font-size: 18px;}
dt{font-size: 16px; line-height: normal;}
dd{font-size: 16px; line-height: normal;}

h3{letter-spacing: 10px; text-align: center; font-size: 40px!important; margin: 0 auto 100px!important;}
h4{font-size: 31px!important;}
h5{font-size: 18px!important;}

small{font-size: 12px;}
.ccopy{font-size: 21px; margin-bottom: 80px; line-height: 2;}
.ccopy2{font-size: 21px; margin-bottom: 200px; line-height: 2;}
.mbnon{margin-bottom: 0px!important;}
.blue{color: #1a274b;}
.red{color: #a72029;}
.white{color: #fff;}
.colornon{background-color: transparent!important;}

.h-lg {
    position: relative;
    font-size: 12px;
	line-height: 1.5;
    white-space: nowrap;
	margin-bottom: 150px;
}
@media screen and (max-width: 1100px){
.sp{display: none!important;}
.tb{display: none!important;}	
.pt{display: block!important;}
.pc{display: block!important;}	
}

@media screen and (max-width: 750px){
.sp{display: block!important;}
.tb{display: block!important;}
.pt{display: none!important;}
.pc{display: none!important;}
	
h2{font-size: 6.5vw!important;}
h3{letter-spacing: 4px; text-align: center; font-size: 7vw!important; margin: 0 auto 100px!important;}

h4 {font-size: 6vw!important;}
h5{font-size: 4vw!important;}
.h4{line-height: 1;}
p{font-size:  3.5vw!important;}
dt{font-size:  3.5vw!important;}
dd{font-size:  3.5vw!important;}

.btn {font-size:  4vw!important;}

a{font-size: 3.5vw;}
small{font-size: 3vw;}
}

/* ------------------------------------------------------------------------------------------
固定ボタン
------------------------------------------------------------------------------------------ */
#fixbnr{
	position: fixed;
	right: 0;
	top:0;
	margin-top: 50px;
	background: linear-gradient(to right, #694c03, #c2b048, #e9e39f);
	padding: 10px;
	border-radius: 5px 0px 0px 5px; 
	display: table!important;
	text-align: center;
	z-index: 998;
}

.fixmidashi{
	width: 15px;
	padding-right: 10px!important;
	display: table-cell;
    vertical-align: middle;
}

.fixbnrs{
	overflow: hidden;
}

.fixbnrs li a{
	padding: 20px 10px;
	width: 25px;
	border-radius: 2px;
	display: block;
	background-color: #fff;
}

.fixbnrs li a:hover{
	opacity: 0.8;
}


.fixbnrs li a img{
	width: 25px;
}

.fixbnrs li:first-child{
	margin-bottom: 10px;
}

@media screen and (max-width: 750px){
#fixbnr{
	display: none;
	width: 96%;
	left: 2%;
	right: 2%;
	top:auto;
	bottom:0;
	margin-top: auto;
	padding: 2% 3%;
	border-radius: 5px 5px 0px 0px; 
	text-align: center;
	box-sizing: border-box;
}

.fixmidashi{
	width: 100%;
	padding-right: 0px!important;
	display: block;
    vertical-align: middle;
}
	
.fixbtn{
	width: 100%;
}
	
	
.fixmidashi p{
	color: #fff;
	text-align: center;
	margin: 0 auto 2%;
	line-height: 1;
}
	
	
.fixbnrs{
	width: 100%;
	overflow: hidden;
}

.fixbnrs li{
	float:left;
	width: 48%;
	padding: 1% 5%;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}
	

.fixbnrs li:first-child{
	margin-bottom: 0;
	margin-right: 4%;
}
	
.fixbnrs li a{
	padding: 0px 0px;
	width: 100%;
	border-radius: 2px;
	display: block;
	background-color: #fff;
}




.fixbnrs li a img{
	width: 100%;
}
	
}

/* ------------------------------------------------------------------------------------------
ファーストビュー
------------------------------------------------------------------------------------------ */




#main{
	position: relative;
	width: 100%;
	height: 800px;
	background-size: cover;
	overflow: hidden;
}


.mainbox{
	position: absolute;
	width: 100%;
	height: 800px;
	background: rgba(0, 0, 0, 0.3);
	background: rgb(0 0 0 / .3);
}

#main h1{
	position: absolute;
	width:568px;
	margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); /* 自身のサイズの半分だけ移動して完全中央に */
}

.mainbox h2{
	color: #fff!important;
	font-size:30px;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 70px;
	letter-spacing:2px!important;
}


#main span{
	width:12px;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
}

#main i{
	position: absolute;
	height: 30px;
	width:100%;
	bottom: 0px;
	overflow: hidden;
	display: flex;
}

.video {
	position: fixed;
	width: auto;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: -5;
}

@media screen and (max-width: 1100px){
#main h1{width:500px;}
}


@media screen and (min-width: 1440px){
.video {
	width: 100%!important;
	height: auto;
	top: 50%;
	margin-top: -32%;
}	
}


@media screen and (max-width: 1440px){
.video {
position: fixed;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%)
translateY(-50%);
}
}	


	
@media screen and (max-width: 750px){
#main {
	position: relative;
	width: 100%;
	height: auto;
  	aspect-ratio: 3 / 5;
	overflow: hidden;
}
	
.mv_image {
	position: fixed;
	width: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)
	translateY(-50%);
	z-index: -6;
}


.mainbox{
	width: 100%;
	height: 100%;
}

	
#main h1{
	width:80%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.mainbox h2{
	color: #fff!important;
	font-size:30px;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 0px;
	letter-spacing:2px!important;
}

#main span {
	width: 2.5%;
    margin-bottom: 0px;
}
	
#main i {
    height: 14px;
}





.mainbox h2{
	font-size:6vw!important;
	margin-top: 30px;
	margin-left: 5%;
}
}



/* ------------------------------------------------------------------------------------------
ようこそ
------------------------------------------------------------------------------------------ */



#about{
	position: relative;
	padding: 150px 0px 180px;
	width: 100%;
	background-color: #fff;
	display: flex;
}


#about >.inner ul > li >.box >h2{
	color: #b43232;
	font-size: 31px!important;
	line-height: 2;
	margin-bottom: 50px!important;
	font-weight: bold;
}
@media screen and (max-width: 1100px){
#about >.inner ul > li >.box >h2{
	text-align: center;
}}

#about i{
	position: absolute;
	height: 30px;
	width:100%;
	bottom: 0px;
	overflow: hidden;
	display: flex;
}

#about >.inner{
	width: 1300px;
	margin: 0 auto;
}


#about .inner ul li{
	width: 50%;
	float:left;
	/*background-color: red;*/
}

#about .inner ul li:first-child{
	width: 50%;
    margin: 0 auto;
}

#about .inner ul li:first-child img{
	width: 479px;
    margin: 0 auto;
}

#about .box{
	width: 500px;
    margin: 0 auto;
}	
	
#about .inner ul li p{
	font-size: 18px;
	margin: 0 auto 100px;
}




h2 span {
     border-bottom: 1px solid #b43232;
}

#about{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

@media screen and (max-width: 1100px){
#about >.inner {width: 90%;}
	
#about .box{width: 100%;}
	
#about .inner ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
}
	
#about .inner ul li:first-child {
	width: 60%;
	margin-bottom: 40px;
}
	

}
	

@media screen and (max-width: 750px){
#about{
	padding: 20vw 0;
}

#about .inner {
    width: 90%;
}


#about >.inner ul > li >.box >h2{
	font-size: 5vw!important;
		margin-bottom: 5vw!important;

}
	
	
#about .inner ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
}
	
#about .inner ul li:first-child{
	width: 90%;
	margin-bottom: 3vw;
}

	
#about .inner ul li p {
    margin: 0 auto 10vw;
}

#about .box {
    width: 100%;
}
	
#about .inner ul li:first-child img {
    width: 100%;
}
	
#about i {height: 14px;
}
}
	
/* ------------------------------------------------------------------------------------------
特産品
------------------------------------------------------------------------------------------ */


#food{
	position: relative;
	padding: 150px 0px 180px;
	background-color: #f4f3f1;
	overflow: hidden;
}

#food .inner{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

h3>span{
	width: 139px;
	display: block;
	margin: 0 auto 30px;
	overflow: hidden;
}

.fl{float:left;}

.fr{float:right;}


#food ul li:nth-child(2){
	margin-top: 220px;
}

#food ul li{
	width: 420px;
	margin-bottom: 100px;	
}

#food ul li:last-child{
	margin-bottom: 0px;
}


#food ul li div{
	margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}

#food ul li h4{
	color: #b43232;
	width: 100%;
	margin-bottom: 30px!important;
}




h4{
	text-align: center;
	line-height: 2;
}

#food ul li h4 span{
	background: linear-gradient(transparent 50%, #ffffff 50%);
	padding: 0 20px;
}

h4 span {
    background: #fff;
}

#food ol li{position: absolute;}

#food ol li:first-child{
	width: 231px;
	top: 390px;
	right: 50%;
	margin-right: -530px;
}

#food ol li:nth-child(2){
	width: 98px;
	top: 350px;
	right: 50%;
	margin-right: -250px;

}

#food ol li:nth-child(3){
    width: 141px;
    top: 1040px;
    left: 50%;
    margin-left: -600px;
}

#food ol li:nth-child(4){
	width: 144px;
	right: 50%;
    bottom: 26%;
    margin-right: -650px;
}

#food ol li:last-child{
	width: 395px;
	bottom:150px;
    left: 50%;
	margin-left: -590px;
}

@media screen and (max-width: 1100px){
#food .inner{width: 90%;}
	
#food ul li {width: 48%;}
	
#food ol li:nth-child(3) {top: 40%; margin-left: -50%;}
#food ol li:nth-child(4) {margin-right: -50%;}
#food ol li:last-child{bottom:5%;
}
}

@media screen and (max-width: 750px){

h3>span{
	width: 30%;
}
	
h3 {
    width: 100%;
	margin: 0 auto 15vw !important;
}

#food{
	padding: 20vw 0px;
	z-index: 0;
}

	
#food .inner {
    width: 90%;
}

	
#food ul li div{
	margin-bottom: 5vw;
}

.fl {float: none;}
	
.fr {float: none;}
	
#food ul li {
    width: 80%;
	margin: 0 auto 10vw;
}
	
#food ul li:nth-child(2) {
    margin-top: 0px;
}

	
#food ul li h4{
	margin-bottom: 5vw!important;
}

	
#food ol li:first-child{
	width: 30%;
	top: 8%;
	right: 0%;
	margin-right: -5%;
	z-index: -1;
}	
	
#food ol li:nth-child(2) {
        width: 12%;
        top: 6%;
        right: -5%;
}
	
#food ol li:nth-child(3) {
    width: 20%;
    bottom: 0%;
    left: 0;
	top:23%;
	margin-left: 0;
}

	
#food ol li:nth-child(4) {
    width:20%;
    right: 0%;
    bottom: 54%;
    margin-right: 0px;
}
	
	
#food ol li:last-child {
        width: 62%;
        bottom: 7.5%;
        left: 0%;
        margin-left: -25%;
}
}

/* ------------------------------------------------------------------------------------------
バナー
------------------------------------------------------------------------------------------ */


#net {
    padding: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/otoriyose.jpg);
    background-position: center;
    z-index: 0;
}





#net div{
    width: 462px;
	height: 320px;
    margin: 0 auto;
	background-size: auto;
    background-repeat: no-repeat;
    background: url(../img/house.png)top no-repeat;
    z-index: 1;
}

#net div h4{
	font-size: 31px;
	width: 100%;
	text-align: center;
	padding: 70px 0 30px;

}


#net div a{
	margin: 0 auto;
	display: table;
}


#bnr{
	padding: 70px 0 0;
	background-color: #173071;
}

#bnr ul{
	text-align: center;
	padding-bottom: 50px;
}


#bnr h4{
	color: #fff;
	font-weight: normal;
	margin-bottom: 50px;
	line-height: 1.5;
}

#bnr ul li{
	width:184px;
	display: inline-block;
	margin: 0 10px 20px;
}

#bnr ul li:hover{
	opacity: 0.8;
}

#bnr i{
	width:100%;
	display: block;
	background-color: #f4f3f1;
	height: 100px;
}

@media screen and (max-width: 750px){
	
#net {
	padding: 10vw 10%;
	background: url(../img/sp/otoriyose_sp.jpg)center no-repeat;
}

#net div {
	width: 100%;
	height: auto;
	background-size: cover;
	padding-bottom: 10%;
}
	
#net div h4 {
    width: 100%;
    text-align: center;
    padding: 15% 0 5%;
	line-height: 1.5;
}

#bnr {
    padding: 10vw 0 0;
}

#bnr h4 {
    margin-bottom: 10vw;
}
	
#bnr i {
    height: 20vw;
}

#bnr ul {
    padding-bottom: 10vw;
}
	
#bnr ul li {
    width: 40%;
    margin: 0 2% 2%;
}

	
}


/* ------------------------------------------------------------------------------------------

ボタン

------------------------------------------------------------------------------------------ */
.furusato01 .btn, .furusato03 .btn{
    float:right;
}


.wbtn{text-align: center;}

.btn {
    position: relative;
	font-size: 21px;
    display: inline-block;
    text-align: center;
	margin: 0 auto;
	white-space:nowrap;
	text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #694c03, #c2b048, #e9e39f);
	padding: 24px 60px;
    box-sizing: border-box;
	line-height:1;
}


.btn:before {
    width: 12px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/arrow.png);
}

.btn:hover {
    background: linear-gradient(to right, #e9e39f, #c2b048, #694c03);
	transition: 0.4s;
}





@media screen and (max-width: 750px){
.btn {
    position: relative;
    padding: 5% 14%;
	display: inline-block;
}
	
.btn:before {
    right: 5%;
	width: 3%;
    height: auto;
	aspect-ratio: 3 / 4;
}	

}

/* ------------------------------------------------------------------------------------------
アクセス
------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1320px){
	
#access figure {
    width: auto!important;
	right: 0%!important;
	margin-right: 0px!important;
    bottom: 17%!important;
    margin-left: 0px!important;
}
}

#access{
	position: relative;
	padding: 150px 0 180px;
	overflow: hidden;
	background-color: #fff;
	z-index: 0;
}





#access .inner{
	width: 800px;
	margin: 0 auto;
}


#access h5{
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
}

.slider{
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.slider li{
	width: 523px;
	float: left;
}

#access p{margin-bottom: 80px;}

#access figure{
	z-index: -1;
	position: absolute;
	right: 50%;
	margin-right: -652px;
	width:652px;
	bottom: 0!important;
	margin-top: 0;
	margin-bottom: 320px;

}

#access i{
	position: absolute;
	height: 30px;
	width:100%;
	bottom: 0px;
	overflow: hidden;
	display: flex;
}

.table{
	width: 550px;
	float:left;
	margin-bottom: 100px;
}

.access{
	width: 550px;
	overflow: hidden;
}

.table dl {
	margin-bottom: 10px!important;
	display: inline-block;
}

.table dt {
	text-align: center!important;
    width: 110px;
    padding: 10px 0px!important;
    background-color: #e8c1c1;
	float:left;
	box-sizing: border-box;
}

.table dd {
	width: 440px;
    display: block;
    padding: 10px 0px 10px 5%!important;
    box-sizing: border-box;
    overflow: hidden;
}

.wbtn {
	width: 100%;
	overflow: hidden;
    display: inline-block;
}

.wbtn ul{
    margin: 0 auto;
    display: table;
    overflow: hidden;
    width: auto;
    /*background-color: red;*/
}

.wbtn ul li{
	float:left;
	margin: 0 25px;
}


#access .inner ol li:first-child{
	position: absolute;
	width: 231px;
	left: 50%;
	margin-left: -600px;
	top:120px;
}


#access .inner ol li:last-child{
	position: absolute;
	width: 98px;
	left: 50%;
	margin-left: -420px;
	top:370px;
}

@media screen and (max-width: 1100px){
#access .inner {width: 90%!important;}
	

}

@media screen and (max-width: 990px){
#access figure {
	left: auto;
	right: 0;
    margin-left: 0;
	margin-right: auto;
	margin-bottom: 300px;
}
	
.table {
    margin-bottom: 450px;
}	
	
	
}
	
@media screen and (max-width: 750px){
#access{padding: 20vw 0;}
	
#access .inner {
    width: 90%;
}

.table{
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
	
.table dl{width: 100%; margin-bottom: 0px!important;}
.table dt{width: 25%;}
.table dd{width: 75%;}
	
#access p {
    margin-bottom: 10vw;
}
	
#access figure {
    position: static;
    left: auto;
    width: 100%!important;
    top: auto;
    margin: 0 auto 10vw;

}
	
#access span {
	width: 30%;
	right: 2%;
	top: 15%;
}	
	
#access i {
    height: 14px;
}

#access .inner ol li:first-child {
	width: 30%;
	left: 0%;
	margin-left: -15%;
	top: 7%;
	z-index: -1;
}
	
#access .inner ol li:last-child{
	width: 12%;
	left: 0%;
	margin-left: 13%;
	top:17%;
}	
	
	
	
	
}


/* ------------------------------------------------------------------------------------------
暮らし
------------------------------------------------------------------------------------------ */


#kurashi{
	position: relative;
	background-color: #f5f3ec;
	width: 100%;
	padding: 150px 0;
	z-index: 0;
}

#kurashi ul{
    overflow: hidden;
	margin-bottom: 100px;
}

#kurashi ul li{
    width: 50%;
	float:left;
}

#kurashi ul li div{margin-bottom: 50px;}

#kurashi h4{color: #b43232; margin-bottom: 40px; display: block;}

#kurashi p {
	width: 70%;
	margin: 0 auto;
}


#kurashi ul li h4 span{
	 background: linear-gradient(transparent 50%, #ffffff 50%);
		padding: 0 20px;

}



.kurashi1{
	width: 100%;
	height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/kurashi_1.jpg);
    background-position: bottom;
    z-index: 0;
}

.kurashi2{
	width: 100%;
	height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/kurashi_2.jpg);
    background-position: bottom;
    z-index: 0;
}

#kurashi ol li{position: absolute; z-index: 1;}





#kurashi ol li{
	width: 144px;
	right: 50%;
	margin-right: -730px;
	bottom: 250px;
}

@media screen and (max-width: 1480px){
#kurashi ol li{
	width: 144px;
	right: 0%;
	margin-right: 0px;
	bottom: 180px;
}
}



@media screen and (max-width: 750px){
#kurashi {
    padding: 20vw 0;
}
	
#kurashi ul {
    margin-bottom: 10vw;
}
	
#kurashi ul li {
    width: 100%;
    float: none;
}

#kurashi ul li:first-child{
    margin-bottom: 15vw;
}
	
.kurashi1,.kurashi2{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}
	
#kurashi p {width: 90%;
}	

#kurashi ul li div {
    margin-bottom: 5vw;
}	
#kurashi h4 {
    margin-bottom: 5vw;
}

#kurashi ol li:last-child {
    width: 20%;
    right: 0;
    top: 10%;
	bottom: auto;
	z-index: -1;
}
}

/* ------------------------------------------------------------------------------------------
動画
------------------------------------------------------------------------------------------ */


#movie{
	position: relative;
	padding: 150px 0;
	background-color: #fff;
	z-index: 0;
}


.movie{
	position: relative;
	width: 60%;
    height: 0;
	padding-bottom: 27%;
    overflow: hidden;
	margin: 0 auto 20px;
}

h5{
	text-align: center;
	margin-bottom: 40px!important;
}


iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#movie i {
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    display: flex;
}

#movie p {text-align: center;}

#movie a {color: #5ca2b0;}

#movie ol li{position: absolute;}

#movie ol li:first-child{
	width: 394px;
	top:150px;
    left: 50%;
    margin-left: -640px;	
}




#movie ol li:last-child{
	width: 144px;
	bottom: 100px;
	right: 50%;
	margin-right: -730px;
	z-index: -1;
}

@media screen and (max-width: 1480px){
#movie ol li:last-child {
    width: 144px;
    bottom: 100px;
    right: 0%;
    margin-right: 0px;
}
}

@media screen and (max-width: 750px){
#movie {
    position: relative;
    padding: 12vw 0;
}
	
	
.movie{
	width: 100%;
	padding-bottom: 57%;
	margin: 0 auto 10vw;
}
	
	
#movie i {height: 14px;}
	
h5{
	margin-bottom: 5vw!important;
}	
	
#movie ol li:last-child{
	width: 20%;
	bottom: 10%;
	right: 0%;
	margin-right: -0px;

}
	
	
#movie ol li:first-child {
	width: 50%;
	top: 16%;
	left: 0%;
	margin-left: -17%;
}
}


/* ------------------------------------------------------------------------------------------
自然と歴史　スライダー
------------------------------------------------------------------------------------------ */
.slider{
	width:100%;
	margin:0 auto 50px;
}
.slider img{
	width:100%;
}
.slider .slick-slide{
	height:auto!important;
}

@media screen and (max-width: 750px){
.slider{margin:0 auto 10vw;
}

}


/* ------------------------------------------------------------------------------------------
ふるさと生活
------------------------------------------------------------------------------------------ */
#furusato{
	background-color: #173071;
	overflow: hidden;
	padding: 100px 0 0px;
}

#furusato h4{
	font-weight: normal;
	width: max-content;
	color: #e0ba48;
	padding: 2% 0;
	border-top: 1px solid #e0ba48;
	border-bottom: 1px solid #e0ba48;
	margin: 0 auto 100px;
    line-height: normal;
}



#furusato h4 span{
    background: -webkit-repeating-linear-gradient(-45deg, #7f714c, #7f714c 3px,#483838 3px, #483838 7px)!important;
}



#furusato .inner{
	width: 1050px;
	margin: 0 auto;
}

#furusato ul li{
	width: 50%;
	float:left;
}

#furusato ul li:first-child p{
	width: 400px;
	margin: 0 auto 50px;
}

#furusato ul li:last-child p{
	width: 519px;
	margin: 0 auto;
}


@media screen and (max-width: 1100px){

#furusato {
    padding: 150px 0;
}
	
#furusato .inner{
	width: 90%;
}
	
#furusato ul li:last-child p {
    width: 100%;
}
	
#furusato ul li:first-child p {
    width: 100%;
}
}



@media screen and (max-width: 750px){
#furusato {
    padding: 12vw 0;
}
	
#furusato .inner {
    width: 100%;
}

#furusato ul li:first-child p {
    width: 90%;
    margin: 0 auto 5vw;
}
	
#furusato ul li:last-child p {
    width: 90%;
}
	
#furusato ul li {
    width: 100%;
    float: none;
}
	
#furusato h4 {
    margin-bottom: 5vw;
}	
	
	
}

/* ------------------------------------------------------------------------------------------

足

------------------------------------------------------------------------------------------ */


#foot{
	padding: 50px 40px 20px;
	background-color: #fff; 
	overflow: hidden;
}

#foot dt{
	width: 181px;
	margin-bottom: 40px;
}

#foot dd{
    margin-bottom: 40px;
    line-height: 2;
}

#foot dd span{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}


#foot small{float:right;}

.sns2{
	right: 0;
	bottom: -70px;
	vertical-align: middle;
	display:table;
}

.sns2 p{
	vertical-align: middle;
	display:table-cell;
	margin-right: 20px;
}

.sns2 ol{margin-left: 20px;}

.sns2 ol li{
	width: 30px;
	vertical-align: middle;
	display:inline-block;
}

.sns2 ol li:hover{
	opacity: 0.8;
}


#pageTop {
    z-index: 999;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: block;
		width: 60px;
    height: 60px;
}

#pageTop a {
    text-decoration: none!important;
    text-align: center;
    display: block;
}

@media screen and (max-width: 750px){
#foot dd{
	font-size: 3.3vw;
}
#foot dd span{
	font-size: 4vw !important;
}
}


@media screen and (max-width: 750px){
	
#pageTop {
	width: 10%;
	height: 0%;
	padding-bottom: 10%;
	bottom: 0%;
	right: 0%;
	margin-bottom: 12.2%;
	margin-right: 5%;
	line-height: 0;
}

#pageTop img{
    width: 100%;

}

	
#foot{padding: 20vw 5% 25vw;}
	
#foot dt {
    width: 30%;
	margin: 0 auto 12vw;
}

#foot dd{font-size: 3.3vw!important;}
	

	
.sns2{margin-bottom: 20px;}
	
#foot small {float: left; }
.sns2 ol{margin-left: 5%;}
.sns2 ol li{width: 20%;
}
}

/* ------------------------------------------------------------------------------------------

　インビュー

------------------------------------------------------------------------------------------ */

.list-mv3{
	opacity: 0;
	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.mv3{
	opacity: 1;
	-webkit-transition: all 1s;
 	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.list-mv4{
	opacity: 0;
	-webkit-transition: all 2s;
  	-moz-transition: all 2s;
    -ms-transition: all 2s;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px); 
}
.mv4{
	opacity: 1;
	-webkit-transition: all 2s;
 	-moz-transition: all 2s;
    -ms-transition: all 2s;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}