@media screen and (min-width: 1050px){

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333; 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;	
	background-image: url(../img/bg-noise.png);
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.6s ease;
}
p{
	line-height: 1.8;
}






 /* ----------header---------- */
.header{
	position: fixed;
	top: 0;	
	clear: both;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 110;
	transition: 0.3s ease;
	background-image: url(../img/bg-blue.png);
	background-position: bottom  center; 	
	background-repeat: repeat-x;
	background-size: 100%;
}
.home .header{
	background-image: none;
}
.header.fixed{
	position: fixed;
	top: 0;	
	background-image: url(../img/bg-blue.png);
}
.header .inner{
	height: 100px;
	width: 94%;
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


 /* -----title----- */
.header .title{
	transition: 0.3s;
	width: 280px;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 6px;
}
.header .title span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2.5px;
}
.header .title a{
	color: #fff;
	text-decoration: none;
}
.header .title a:hover{
	color: #ccc;
}

 /* --navi-- */
 /* --navi.cssへ-- */


/* ----------footer---------- */
.footer{
	clear: both;
	width: 100%;
	margin: -80px 0 0;
	padding: 80px 0 60px;
	box-sizing: border-box;
	z-index: 6;
	position: relative;
	background-image: url(../img/bg-blue.png);
	background-position: top  center; 	
	background-repeat: repeat-x;
	background-size: 100%;
}
.footer .inner{
	width: 86%;
	max-width: 1050px;
	margin: 0 auto;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
}
/* ---info--- */
.footer .info{
	width: 300px;
	font-weight: 500;
}
.footer .info .name{
	font-size: 2rem;
	margin: 0 0 10px;
}
.footer .info .tel{
	margin: 0 0 30px;
}
/* ---links--- */
.footer .links{
	width: calc(100% - 300px);
	font-size: 1.8rem;
	font-weight: 500;
}
.footer .links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.footer .links ul li a{
	color: #fff;
	text-decoration: none;
	padding: 20px;
	border-bottom: 2px solid rgba(255,255,255,0);
}
.footer .links ul li a:hover{
	color: #eee;
	border-bottom: 2px solid #eee;
}

/* ---copyright--- */
.footer .copyright{
	font-size: 1.3rem;
	width: calc(100% - 300px);
	margin: -30px 0 0 auto;
	text-align: right;
}

/* ---scroll--- */
.footer .scroll{
	position: absolute;
	right: 2%;
	bottom: 160px;
	width: 60px;
	height: 170px;
	background-image: url(../img/pageup.svg);
	background-position: top left 4px;
	background-repeat: no-repeat;
	background-size: 50px;
}
.footer .scroll p{
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	transform: rotate(-90deg);
	text-indent: -95px;
}
.footer .scroll p a{
	color: #333;
	text-decoration: none;
}
.footer .scroll p a:hover{
	color: #999;
}


/* ---------comm parts--------- */

/* --fukidashi-- */
.fukidashi{
	width: 340px;
	height: 100px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-image: url(../img/fukidashi.svg);
	background-position: center center; 	
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 16px;
	margin: 0 auto 20px;
}
.fukidashi span{
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	display: block;
	letter-spacing: 2px;
}

/* --btn-- */
.btn{
	max-width: 240px;
}
.btn a{
	display: block;
	max-width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/btn.svg);
	background-position: center center; 	
	background-repeat: no-repeat;
}
.btn a:hover{
	transform: scale(0.95);
}



/* ----------index parts--------- */

/* -----intro-area----- */
.intro-area,
.swiper{
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.xo-slider-template-simple .swiper-slide .slide-content img{
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* -----about-area----- */
.about-area{
	position: relative:
	z-index: 10;
	width: 100%;
	background-color: #28c5db;
	background-image: url(../img/bg-noise.png);
	background-position: center center; 	
	margin: 0 0 150px;
	padding: 0;
}
.about-area:before{
	content: "";
	position: relative;
	width: 100%;
	height: 50px;
	top: -50px;
	left: 0;
	display: block;
	background-image: url(../img/bg-blue.png);
	background-position: top center; 	
	background-size: 100%;
	z-index: 5;
}
.about-area:after{
	content: "";
	position: relative;
	width: 100%;
	height: 50px;
	bottom: -50px;
	left: 0;
	display: block;
	background-image: url(../img/bg-blue.png);
	background-position: bottom center; 	
	background-size: 100%;
	z-index: 5;
}
.about-area .inner{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	 align-items: center;
}
.about-area .inner .left{
	flex-grow: 2;
	width: 30%;
	margin:  0;
	z-index: 10;
}
.about-area .inner .left img{
	max-width: 90%;
	margin:  0 auto 0 -10px;
}
.about-area .inner .right{
	flex-grow: 1;
	width: 35%;
	margin: -50px 0;
	z-index: 10;
}
.about-area .inner .right img{

	margin: 50px -30px -80px auto;
}
.about-area .inner .center{
	flex-grow: 0;
	width: 380px;
	padding-right: 50px;
	margin: -50px 0;
	z-index: 20;
	position: relative;
}
.about-area .inner .center .midashi{
	font-size: 3.2rem;
	font-weight: 600;
	margin: 10px 0 50px;
}
.about-area .inner .center .btn{
	display: none;
}



/* -----spot-area----- */
.spot-area{
	width: 96%;
	max-width: 1090px;
	padding: 0;
	margin: 0 auto 50px;
}

/* --spot-title-- */
.spot-title{
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
}
.spot-title .fukidashi{
	margin-right: 30px;
	color: #333;
	background-image: url(../img/fukidashi-green.svg);
}

/* --spot-list-- */
.spot-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
 	justify-content: space-between;
}
.spot-list li{
	width: 18%;
	margin: 1%;
	background-color: #27c3d9;
	height: 180px;	
	position: relative;
}
.spot-list li .clip{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.spot-list li a img{
	object-fit: cover;
	overflow: hidden;
	height: 210px;
	transition: 0.6s;
}
.spot-list li p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	color: #fff;
	width: 80%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}
.spot-list li a img:hover{
	transform: scale(1.1);
	opacity: 0.7;
}




/* -----news-area----- */
.news-area{
	width: 100%;
	background-color: #d9ed40;
	background-image: url(../img/bg-noise.png);
}
.news-area .inner{
	width: 96%;
	max-width: 1050px;
	padding: 60px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}
.news-area .inner .list{
	padding: 20px 30px;
	box-sizing: border-box;
	list-style: none;
	background-color: #fff;
	border-radius: 10px;
}

/* --left-- */
.news-area .left{
	width: 600px;	
}
.news-area .left ul{
	margin: 0;
	padding: 10px;
	list-style: none;
}
.news-area .left ul li{
	padding: 8px 0;
	line-height: 1.8;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-area .left .cate a{
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	background-color: #ccc;
	color: #fff;
	width: 70px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	text-decoration: none;
}
.news-area .left .cate.news a{
	background-color: #28b0db;
}
.news-area .left .cate.event a{
	background-color: #d1ee1e;
}
.news-area .left .cate a:hover{
	text-decoration: none;
	background-color: #666;
}

.news-area .left .date{
	display: inline-block;
	margin: 0 10px;
}
.news-area .left ul a{
	color: #333;
}
.news-area .left ul a:hover{
	text-decoration: none;	
}
.news-area .left .btn{
	display: block;
	margin: 20px auto;
}

/* right */
.news-area .right{
	width: 100%;
	max-width: 420px;
	margin-left: 20px;
}
.news-area .right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-area .right ul li{
	margin: 8px 0 8px 20px;
	position: relative;
}
.news-area .right ul li:before{
	content: "●";
	position: absolute;
	top: 2px;
	left: -20px;
	font-size: 1.2rem;
	color: #d1ee1e;
}



/* -----pageup----- */
.pageup{
	display: none !important;
}



/* -----banner-area----- */
.banner-area{
	width: 100%;
	background-image: url(../img/bg-noise.png);
	background-color: #e0ecfa;
	position: relative:
	z-index: 1;
	padding: 40px 0 120px;
}
.banner-area .inner{
	width: 98%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 ;	
}
.banner-area .inner ul{
	margin: 0;
	padding: 0;
	list-style: none;	
	display: flex;
	flex-wrap: wrap;
}
.banner-area .inner li{
	width: 23%;
	margin: 0 1% 1%;
}
.banner-area a img{
	transition: 0.6s ease;
	border: 1px solid #fff;
}
.banner-area a:hover img{
	border: 1px solid #27c3d9;
}




/* -----page comm parts----- */
.contents-area{
	width: 96%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 150px 0 50px;
}
.contents-area a{
	color: #333;
	text-decoration: underline;
}
.contents-area a:hover{
	color: #27c3d9;
}

.contents-area h1{
	font-size: 4.8rem;
	font-weight: 600;
	text-align: center;
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 40px;
	margin: 30px auto;
}
.contents-area h2{
	font-size: 3.2rem;
	font-weight: 600;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px 20px;
	box-sizing: border-box;
	margin: 30px auto;
}
.contents-area h3{
	font-size: 2.8rem;
	font-weight: 600;
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px 20px;
	box-sizing: border-box;
	margin: 30px auto;
}
.contents-area h4{
	font-size: 2.4rem;
	font-weight: 600;
	background-image: url(../img/h4.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 0 10px;
	box-sizing: border-box;
	margin: 30px auto;
}
.contents-area h5{
	font-size: 2.4rem;
	font-weight: 600;
	background-image: url(../img/h5.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px 0 10px;
	box-sizing: border-box;
	margin: 30px auto;
}
.contents-area figure{
	margin: 10px 0 30px;
}
.blocks-gallery-item{
    overflow: hidden;
}
.wp-block-image{
}
.wp-block-gallery{
}
.wp-block-cover{
}
.wp-block-columns{
}
.wp-block-column{
}
.wp-block-table {
}
.wp-block-table table {
	border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc !important;
    border-spacing: 0px;
}
.wp-block-table th,
.wp-block-table td {
	border: solid 1px #ccc !important;
	padding: 15px !important;
	box-sizing: border-box !important;
}




/* -----page parts----- */

/* -news-list- */
ul.news-list{
	margin: 0;
	padding: 10px;
	list-style: none;
}
ul.news-list li{
	padding: 15px 0;
	line-height: 1.8;
	border-bottom: 1px dotted #ddd;
}
ul.news-list li a{
	color: #333;
}
ul.news-list li a:hover{
	text-decoration: none;
}
ul.news-list .cate a{
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	background-color: #ccc;
	color: #fff;
	width: 70px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	margin: 0;
}
ul.news-list .cate.news a{
	background-color: #28b0db;
}
ul.news-list .cate.event a{
	background-color: #d1ee1e;
}
ul.news-list .cate a:hover{
	text-decoration: none;
	background-color: #666;
}
ul.news-list .date{
	display: inline-block;
	margin: 0 10px;
}

/* -date/cate- */
.date-cate{
	text-align: right;
}
.date-cate .date{
	display: inline-block;
	margin: 0 10px;
	font-size: 1.3rem;
}
.date-cate .cate a{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	background-color: #ccc;
	color: #fff;
	width: 70px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	text-decoration: none;
}
.date-cate .cate.news a{
	text-decoration: none;
	background-color: #28b0db;
}
.date-cate .cate.event a{
	background-color: #d1ee1e;
}
.date-cate .cate a:hover{
	text-decoration: none;
	background-color: #666;
}

/* -pager- */
.pager{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
	padding: 0;
}
.pager span{
	width: 33%;
}
.pager span:nth-child(1){
	text-align: left;
}
.pager span:nth-child(2) {
	text-align: center;
}
.pager span:nth-child(3) {
	text-align: right;
}
.pager a{
	text-decoration: none !important;
	color: #fff !important;
	background-color: #27c3d9;
	display: inline-block;
	padding: 8px 20px;
	transition: 0.3s ease;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 8px;
}
.pager a:hover,
.pager a:active{
	color: #27c3d9 !important;
	background-color: #eee;
}



/* -pagination- */
.pagination{	
	clear: both;
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
}
.pagination a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #27c3d9;
	background-color: #eee;
	transition: 0.3s ease;
	text-decoration: none !important;
	border-radius: 20px;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff !important;
	background-color: #27c3d9;
}
.pagination span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #27c3d9;
	background-color: #eee;
	transition: 0.3s ease;
	text-decoration: none;
	border-radius: 20px;
	margin: 0 1px;
}
.pagination span.current{
	color: #fff;
	background-color: #27c3d9;
}
.pagination a.next,
.pagination a.prev{
	color: #009fe8;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #fff;
}


/* -gmap- */
.gmap{
    position : relative;
    height : 0;
    padding-bottom : 56.25%;
    overflow : hidden;
}
.gmap iframe{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    border: 0;
}

/* -mailfom- */
.mailform{
	margin: 50px auto;
	width: 90%;
	max-width: 800px;
	border-collapse: collapse;
	display: flex;
	flex-wrap: wrap;
}
.mailform .left{
	position: relative;
	padding: 10px 0 10px 55px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	width: 100%;
}
.mailform .left span{
	padding: 0 8px;
	background-color: #999;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	top: calc(50% - 12px);
	left: 0px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
	border-radius: 0.6em;
}
.mailform .left span.required{
	background-color: #27c3d9;
}
.mailform .right{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform textarea{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 15px;
	margin: 0 0 20px;
	border: 1px solid #eee;
	background-color: #eee;
	font-size: 1.6rem;
	box-sizing: border-box;
	border-radius: 0.6em;
}
.mailform input:focus,
.mailform textarea:focus{
	background-color: #eaf9fb;
}
.mailform tinput[type="checkbox"] {
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.btn-area{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.btn-area input[type=submit]:disabled{
	background-color: #ccc;
}
.btn-area input[type=submit]{
	color: #fff;
	background-color: #27c3d9;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1.8rem;
	width: 40%;
	height: 50px;
	border: 0px;
	transition: 0.3s ease;
	margin: 30px auto;
	cursor: pointer;
	border-radius: 0.6em;
	display: block;
}
.btn-area input[type=submit]:hover{
	transform: translate(0,-2px);
	opacity: 0.8;
}



}