@charset "utf-8";

/*
Theme Name: nasu-yuyu-cotage
Description: nasu-yuyu-cotage original theme
Author: Saita Corp.
Author URI: https://saitasaita.co.jp
Description: Original Wordpress theme for nasu-yuyu-cotage
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
    font-family: 'Oswald', sans-serif;

    font-family: 'Zen Kaku Gothic New', sans-serif;

    font-family: 'Zen Old Mincho', serif;
	
    font-family: 'Figtree', sans-serif;
	
	font-family: 'Noto Sans', sans-serif;
	
	font-family: 'Comfortaa', cursive;
	
	font-family: 'Roboto', sans-serif;
*/
li {
  list-style: none;
}
img {
  border: 0;
  -webkit-backface-visibility: hidden;
}
a {
  color: black;
  outline: none;
  text-decoration: none;
}

a.inline2anc {
font-weight: 500;
display: inline-block;
text-decoration: underline;
}

span.highlight{
font-weight: 500;
}

h1, h2, h3, h4, p, ul, figure {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100vh;
  margin: 0px !important;
  padding: 0;
  
}
.orik {
  display: inline-block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
/*----------------loading------------------*/

/*--最初に出すカバー---*/

#white {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 160%;
  font-size: 16px;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  background-color: #f3f0e8;
font-weight: 500;
}


a{
	  display: block;
}

.orik {
  display: inline-block;
}
/*----Ios初期化-----*/
input, textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
/*----tel イベント-------------*/
a.tel3{
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

a.tel2 {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  background-color: white!important;
  color: #5d5d5d!important;
  font-size: 15px!important;
  margin: 0px!important;
  padding: 0px!important;
}

@media screen and (max-width: 855px) {
  a.tel3 {
    pointer-events: auto;
  }
}



/*-------------------------------header--------------------------------*/

#header {
	width: 100%;
	padding: 0px 30px 0px 40px;
	margin: 30px auto 50px;
	position: relative;
	box-sizing: border-box;
	letter-spacing: -0.4em;
	max-width: 1460px;
}
	
#header h1{
width: 385px;
display: inline-block;
vertical-align: bottom;
position: relative;
bottom: -6px;
}

#header .right{
display: inline-block;
width: calc(100% - 440px);
margin-left: 50px;
vertical-align: bottom;
letter-spacing: normal;
}

#header .link {
text-align: right;
letter-spacing: -0.4em;
margin-bottom: 20px;
}

#header .link p{
display: inline-block;
}

#header .link p a{
box-sizing: border-box;
padding: 1px 25px;
letter-spacing: normal;
border-right: dashed 1px #7d7d7d;
transition: 0.5s;
}

#header .link p:last-of-type {
padding-right: 0px;
}

#header .link p:last-of-type a{
border-right: none;
padding-right: 10px
}

#header .link p a:hover{
color: #e8c251;
}

#gmenu{
background-color: white;
border-radius: 37px;
box-sizing: border-box;
padding: 10px 10px 10px 15px;
position: relative;
letter-spacing: normal;
}

#gmenu img{
position: absolute;
right: -25px;
top: 0px;
width: 45px;
}

#gmenu ul{
display: flex;
}

#gmenu li.book{
display: flex;
align-items: center;
}

#gmenu li.book a{
background-color: #e8c251;
color: white;
font-weight: 600;
box-sizing: border-box;
border-radius: 28.5px;
width: 110px;
text-align: center;
padding: 15px;
transition: 0.5s;
}

#gmenu li.book a:hover{
background-color: #d2cab5;
}

#gmenu li.mn{
box-sizing: border-box;
padding: 0px 20px;
font-weight: 600;
border-right: dashed 1px #7d7d7d;
position: relative;
}

#gmenu li.mn:last-of-type{
border-right: none;
}

#gmenu li.mn a{
display: flex;
align-items: center;
transition: 0.5s;
}

#gmenu li.mn a span:first-child{
width: calc(100% - 40px);
margin-right: 20px;
}

#gmenu li.mn span.mini{ 
color: #5d5d5d!important;
font-size: 14px;
}

#gmenu li.mn span.arrow{ 
background-color: #d2cab5;
color: white;
border-radius: 50%;
height: 20px;
width: 20px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Sans', sans-serif;
box-sizing: border-box;
padding-top: 4px;
transition: 0.5s;
}

#gmenu li.mn a:hover span.arrow {
background-color: #6e8d3a;
}
@media(max-width:1460px){
#header {
  padding: 0px 50px 0px 30px;
}
}


@media(max-width:1250px){

#gmenu{
padding: 10px 10px 10px 10px;
}
#header .right {
  width: calc(100% - 410px);
  margin-left: 20px;
}
}

@media(max-width:1190px){
#header h1 {
  width: 330px;
}
#header .right {
  width: calc(100% - 350px);
}
#gmenu li.mn {
  padding: 0px 15px;
}
#gmenu li.mn a span:first-child {
  width: calc(100% - 30px);
  margin-right: 10px;
}
}

@media(max-width:1080px){
#header h1 {
  width: 310px;
}
#header .right {
  width: calc(100% - 320px);
  margin-left: 10px;
}
#header .link p a {
  padding: 5px 20px;
}
#header .link {
  margin-bottom: 15px;
}
}

@media(max-width:900px){
#header .right{
display: none;
}
}

@media(max-width:528px){
#header h1 {
  width: 230px;
}
#nav-content h1 {
  width: 300px;
}
#nav-open {
  right: 30px;
}
}



/*---------------------------------------------------------------------------
ハンバーガーメニュー

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


/*----------ハンバーガー-----------*/
#nav-drawer {
display: none;
}

/*Media Queries*/
@media(max-width:900px){

#nav-drawer {
	display: block;
	position: absolute;
	top:0px;
	right:0px;
    z-index: 9999;
	
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 40px;
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	z-index: 9999;
	width: 32px;
	height: 40px;
}
}

@media screen and (max-width: 500px) {
	
#nav-open {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
}	
}

#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
}

#nav-open span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: black;
}
#nav-open span:nth-of-type(1) {
  top: 0px;
}
#nav-open span:nth-of-type(2) {
  top: 10px;
}
#nav-open span:nth-of-type(3) {
  top: 20px;
}


#nav-input:checked ~ #nav-open { color:black; }
#nav-input:checked ~ #nav-open span {background-color: black; }

#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7.5px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

#nav-input:checked ~ #nav-open span {
  height: 2px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 998;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 60%;
  transition: 0.3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateY(-105%);
  transform: translateY(-105%);/*左に隠しておく*/
  cursor: pointer;
}

/*中身*/



/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 999;/*最前面に*/
  width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  /*max-width: 400px;最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);/*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  /*background-color: rgba(0,0,0,0.6);*/
  max-width: 450px;
  letter-spacing: normal;
}



/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  transform: translateY(0%);
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

	

/*------ハンバーガーの中身----------*/

#nav-content {
padding: 30px 30px 40px 30px;
background-color: #f3f0e8;
}

#nav-content h1{
width: 320px;
}

#nav-content p{
font-size: 22px;
font-weight: 600;
margin-bottom: 40px;
}
#nav-content p:first-of-type{
margin-top: 60px;
}

#nav-content p span:first-of-type{
font-size: 15px;
color: #e8c251;
}

#nav-content p span.grey{
color: #5d5d5d;
font-size: 15px;
padding-left: 22px;
}

#nav-content p.ftu{
font-size: 18px;
font-weight: 500;
}

#nav-content p.ftu span{
margin-right: 5px;
}

@media(max-width:528px){
#header h1 {
  width: 250px;
}
#nav-content h1 {
  width: 280px!important;
}
#nav-open {
  right: 30px!important;
}
#header {
  padding: 0px 50px 0px 20px;
  margin: 30px auto 40px;
}
#nav-content p:first-of-type {
  margin-top: 50px!important;
}
#nav-content p {
  margin-bottom: 30px!important;
  }
}

@media(max-width:400px){
#nav-content h1 {
  width: 260px!important;
}
#nav-content p:first-of-type {
  margin-top: 40px!important;
}
#nav-content p {
  margin-bottom: 30px!important;
  font-size: 20px!important;
}
}


/*--------------------------------footer-------------------------------*/

#footer {
	width: 100%;
	padding: 0px 60px 0px 30px;
	margin: 30px auto 50px;
	position: relative;
	box-sizing: border-box;
	letter-spacing: -0.4em;
	max-width: 1500px;
}
	
#footer h1{
width: 390px;
display: inline-block;
vertical-align: bottom;
}

#footer .right{
display: inline-block;
width: calc(100% - 440px);
margin-left: 50px;
vertical-align: bottom;
letter-spacing: normal;
}

#footer .link {
text-align: right;
letter-spacing: -0.4em;
margin-bottom: 20px;
}

#footer .link p{
display: inline-block;
}

#footer .link p a{
box-sizing: border-box;
padding: 5px 25px;
letter-spacing: normal;
border-right: dashed 1px #7d7d7d;
transition: 0.5s;
}

#footer .link p:last-of-type {
padding-right: 0px;
}

#footer .link p:last-of-type a{
border-right: none;
}

#footer .link p a:hover{
color: #e8c251;
}

#footer .menu{
background-color: white;
border-radius: 37px;
box-sizing: border-box;
padding: 10px 10px 10px 15px;
position: relative;
letter-spacing: normal;
}

#footer .menu img{
position: absolute;
right: -25px;
top: 0px;
width: 45px;
}

#footer ul{
display: flex;
}

#footer li.book{
display: flex;
align-items: center;
}

#footer li.book a{
background-color: #e8c251;
color: white;
font-weight: 600;
box-sizing: border-box;
border-radius: 28.5px;
width: 110px;
text-align: center;
padding: 15px;
transition: 0.5s;
}

#footer li.book a:hover{
background-color: #d2cab5;
}

#footer li.mn{
box-sizing: border-box;
padding: 0px 20px;
font-weight: 600;
border-right: dashed 1px #7d7d7d;
position: relative;
}

#footer li.mn:last-of-type{
border-right: none;
}

#footer li.mn a{
display: flex;
align-items: center;
transition: 0.5s;
}

#footer li.mn a span:first-child{
width: calc(100% - 40px);
margin-right: 20px;
}

#footer li.mn span.mini{ 
color: #5d5d5d!important;
font-size: 14px;
}

#footer li.mn span.arrow{ 
background-color: #d2cab5;
color: white;
border-radius: 50%;
height: 20px;
width: 20px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Sans', sans-serif;
box-sizing: border-box;
padding-top: 4px;
transition: 0.5s;
}

#footer li.mn a:hover span.arrow {
background-color: #6e8d3a;
}


#copy {
width: 100%;
background-color: white;
 box-sizing: border-box;
 padding: 30px 0px 40px;
}

#copy span{
max-width: 1500px;
margin: 0px auto;
display: block;
box-sizing: border-box;
padding: 0px 60px;
}

@media(max-width:1250px){
#footer {
  padding: 0px 50px 0px 30px;
}
#footer .menu{
padding: 10px 10px 10px 10px;
}
#footer .right {
  width: calc(100% - 410px);
  margin-left: 20px;
}
}

@media(max-width:1190px){
#footer h1 {
  width: 330px;
}
#footer .right {
  width: calc(100% - 350px);
}
#footer li.mn {
  padding: 0px 15px;
}
#footer li.mn a span:first-child {
  width: calc(100% - 30px);
  margin-right: 10px;
}
}

@media(max-width:1080px){
#footer h1 {
  width: 310px;
}
#footer .right {
  width: calc(100% - 320px);
  margin-left: 10px;
}
#footer .link p a {
  padding: 5px 20px;
}
#footer .link {
  margin-bottom: 15px;
}
}

@media(max-width:900px){
#footer {
margin: 30px auto;
}

#footer .right{
display: flex;
width: 100%;
flex-direction: column;
margin: 30px 0px 0px;
}

#footer .link{
order: 2;
text-align: left;
margin-top: 20px;
}

#footer .menu{
order: 1;
}

#footer .link p:first-of-type a{
padding-left: 25px;
}
}

@media(max-width:768px){
#footer {
  padding: 0px 30px 0px 20px;
}

}

@media(max-width:550px){
#footer h1 {
  margin: 0px auto;
  display: block;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
}

#footer li.mn {
  width: 100%;
  border-bottom: dashed 1px #7d7d7d;
  border-right: none;
   padding: 10px 10px;
}

#footer .menu img {
  display: none;
}

#footer .menu {
  padding: 30px 30px 40px 30px;
}

#footer .link p {
  display: block;
}

#footer .link p a {
  padding-left: 65px!important;
  position: relative;
  border-right: none;
}

#footer .link p a:before {
  left: 40px;
  content: "●";
  position: absolute;
}
#copy span {
  padding: 0px 30px;
}
}

@media(max-width:400px){

#footer .menu {
  padding: 20px 20px 30px 20px;
}

#footer .link p a {
  padding-left: 55px !important;
}

#footer .link p a::before {
  left: 30px;
}
#footer h1 {
    width: 280px;
}
}
/*--------------------------------トップページ---------------------------------*/


/*----------------共通タイトル-----------------------*/

#title{
box-sizing: border-box;
padding: 20px 100px;
position: relative;
max-width: 770px;
margin: 0px auto;
text-align: center;
}

.concept #title{
max-width: 520px;
margin: 0px auto;
}

#title h1{
font-size: 26px;
text-align: center;
font-weight: 600;
margin-bottom: 20px;
line-height: 140%;
}

#title h1 span{
font-size: 16px;
}

#title p{
font-weight: 600;
}

.concept #title p{
color: #d1aa36;
font-size: 17px;
letter-spacing: 3px;
font-weight: 600;
}

#sn #title {
max-width: 440px;
}

#sn #title p{
color: #d1aa36;
font-size: 17px;
letter-spacing: 3px;
font-weight: 600;
}

#title img:first-of-type{
position: absolute;
top: 0px;
left: 0px;
width: 70px;
}

#title img:last-of-type{
position: absolute;
top: 0px;
right: 0px;
width: 70px;
}

br.orik {
display: none;
}

@media(max-width:550px){
br.orik {
display: block;
}
}

@media(max-width:528px){
#title h1 {
  font-size: 24px;
}

#sn #title {
max-width: 440px;
width: calc(100% - 60px);
}

#title {
padding: 20px 45px;
}
#title img:first-of-type {
  width: 55px;
  left: -10px;
}
#title img:last-of-type{
width: 55px;
right: -10px;
}
}

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

/*--------------------メイン画像----------------------*/

#top .main{
max-width: 1460px;
margin: 0px auto 0px;
letter-spacing: -0.4em;
padding: 0px 18px 90px;
}

#top .main .box{
width: calc(33.33% - 24px);
box-sizing: border-box;
margin: 0px 12px;
position: relative;
display: inline-block;
letter-spacing: normal;
}

#top .img{
position: relative;
width: 100%;
max-height: 545px;
height: 36vw;
border: solid 3px #231815;
overflow: hidden;
}

#top .img img{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
object-fit: cover;
transition: 0.5s;
}

#top .img:hover img{
transform: scale(1.2);
}

#top .txt {
position: absolute;
text-align: center;
border: solid 3px #231815;
box-shadow: 5px 5px 0px 0px #231815;
bottom: -90px;
left: 50%;
transform: translateX(-50%);
background-color: white;
box-sizing: border-box;
padding: 20px 10px 10px;
width: 24vw;
max-width: 360px;
transition: 0.5s;
}

#top .txt h2{
font-size: 25px;
font-weight: 600;
margin-bottom: 10px;
}

#top .txt h2 span{
font-size: 16px;
margin-right: 10px;
}

#top .txt p.sub{
font-size: 15px;
color: #5d5d5d;
}

#top .txt p.button{
background-color: #f1da97;
text-align: center;
border-radius: 10px;
width: 100%;
max-width: 200px;
margin: 15px auto 0px;
font-size: 17px;
font-weight: 600;
padding: 3px 3px 5px;
transition: 0.5s;
box-sizing: border-box;
}

#top .txt:hover p.button{
background-color: #5d5d5d;
color: white;
}

#top p.arrow {
background-color: #e8c251;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: -20px;
top: -25px;
font-size: 32px;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
	padding-top: 5px;
}

@media (max-width:950px){
#top .main{
padding: 0px 30px 0px;
}

#top .main .box{
width: 100%;
display: flex;
margin: 0px 0px 50px;
border: solid 3px #231815;
}

#top .main .box a{
display: flex;
width: 100%;
}

#top .img{
position: relative;
width: 55%;
max-height: 545px;
border: none;
overflow: hidden;
min-height: 200px;
}

#top .txt {
position: static;
text-align: left;
width: 45%;
transform: translateX(0%);
max-width: 100%;
box-shadow: none;
border: none;
border-left: solid 3px #231815;
padding: 30px;
}

#top .txt p.button {
  margin: 15px 0px 0px;
}
}

@media(max-width:768px){
#top .main .box{
margin: 0px 0px 30px;
}

#top .txt {
padding: 20px;
}
}

@media(max-width:528px){
#top .txt p.button{
width: 100%;
max-width: 200px;
}

#top .txt {
padding: 20px 15px;
width: 50%;
}

#top .txt h2 {
  font-size: 22px;
}

#top .img{
height: 100%;
width: 50%;
}

}

@media(max-width:450px){
#top .main .box a{
flex-wrap: wrap;
}
#top .txt {
width: 100%;
border-left: none;
border-top: 3px solid #231815;
text-align: center;
}
#top .img{
width: 100%;
height: 60vw;
}

#top .txt p.button{
margin: 15px auto 0px;
}

#top p.arrow {
display: none;
}
}

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

/*--------------------コンセプト----------------------*/
#top .concept {
max-width: 840px;
margin: 80px auto 0px;
box-sizing: border-box;
padding: 0px 30px;
text-align: center;
}

#top p.conp{
margin-top: 30px;
font-size: 18px;
font-weight: 600;
line-height: 220%;
}

@media(max-width:528px){
#top p.conp{
margin-top: 15px;
font-size: 16px;
text-align: left;
}
}
/*------------------------------------------*/

/*--------------------お知らせ----------------------*/
#top .news{
max-width: 1060px;
margin: 140px auto 0px;
box-sizing: border-box;
padding: 0px 30px;
}

#top .news.v2 {margin-top: 50px;}

#top .n-container {
border-radius: 20px;
box-sizing: border-box;
position: relative;
padding: 35px 50px 60px;
background-color: white;
}

#top .n-container h1{
background-color: #d2cab5;
border-radius: 19.5px;
font-size: 18px;
font-weight: 600;
border: solid 1px #a0a0a0;
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 155px;
box-sizing: border-box;
padding: 5px;
text-align: center;
}

#top .n-container a{
box-sizing: border-box;
padding: 15px 5px;
border-bottom: 2px solid #a0a0a0;
}

#top .n-container a:last-of-type{
border-bottom: none;
}

#top .n-txt{
box-sizing: border-box;
padding: 10px 20px 0px;
}

#top .n-txt h2{
font-size: 18px;
font-weight: 600;
margin: 5px 0px;
transition: 0.5s;
}


#top .n-img{
float: right;
width: 130px;
position: relative;
height: 100px;
overflow: hidden;
margin-left: 5px;
}

#top .n-img img{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
object-fit: cover;
transition: 0.5s;
}

#top .n-container a:hover img{
transform: scale(1.2);
}

#top .n-container a:hover h2{
color: #e8c251;
}
@media(max-width:768px){
#top .n-container {
  padding: 35px 30px 30px;
}
}


@media(max-width:528px){
#top .news {
  margin: 100px auto 0px;
}
#top .n-txt {
  padding: 10px 5px 0px;
}
#top .n-container {
  padding: 30px 10px 30px;
}
#top span.orik{
display: block;
}
}

@media(max-width:450px){
#top .n-img {
  width: 110px;
  height: 100px;
}
}
/*------------------------------------------*/

/*--------------------設備案内----------------------*/
#top .facility{
margin: 90px auto 0px;
max-width: 1180px;
padding: 0px 17.5px;
box-sizing: border-box
}

#top .f-container {
display: flex;
margin-top: 50px;
}

#top .f-box{
width: calc(25% - 25px);
margin: 0px 12.5px;
border: solid 3px #a0a0a0;
border-radius: 20px;
box-sizing: border-box;
padding: 40px 30px 30px;
position: relative;
text-align: center;
}

#top .f-box h2{
position: absolute;
background-color: #d2cab5;
border-radius: 19.5px;
border: solid 3px #a0a0a0;
font-size: 19px;
font-weight: 600;
box-sizing: border-box;
padding: 5px;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 160px;
}

#top .f-box img{
width: 100%;
height: 13vw;
object-fit: contain;
max-height: 200px;
min-height: 130px;
}

#top .f-box p{
font-size: 16px;
font-weight: 600;
padding-top: 10px;
}

@media(max-width:1050px){
#top .f-box {
  width: calc(25% - 20px);
  margin: 0px 10px;
  padding: 40px 10px 20px;
}
#top .facility{
padding: 0px 20px;
}
}
@media(max-width:850px){
#top .f-container {
  flex-wrap: wrap;
}
#top .f-box {
  width: calc(50% - 20px);
    margin: 0px 10px 50px;
	  padding: 40px 20px 20px;

}
}

@media(max-width:528px){
#top .facility {
  margin: 60px auto 0px;
}
}

@media(max-width:450px){

#top .f-container {
  margin-top: 30px;
}
#top .f-box {
  width: 90%;
  margin: 0px auto 50px;
}
#top .facility{
  flex-wrap: wrap;
  padding: 0px 30px;
}
}
/*------------------------------------------------*/

/*--------------------必要なもの----------------------*/

#top .need{
margin: 90px auto 0px;
max-width: 890px;
padding: 0px 17.5px;
box-sizing: border-box
}

#top .nd-container {
display: flex;
margin-top: 50px;
}

#top .nd-box{
width: calc(33.33% - 25px);
margin: 0px 12.5px;
border: solid 3px #a0a0a0;
border-radius: 20px;
box-sizing: border-box;
padding: 40px 20px 30px;
position: relative;
text-align: center;
}

#top .nd-box h2{
position: absolute;
background-color: #d2cab5;
border-radius: 19.5px;
border: solid 3px #a0a0a0;
font-size: 19px;
font-weight: 600;
box-sizing: border-box;
padding: 5px;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 160px;
}

#top .nd-box img{
width: 100%;
height: 8vw;
object-fit: contain;
max-height: 130px;
min-height: 90px;
}

#top .nd-box p{
font-size: 16px;
font-weight: 600;
padding-top: 10px;
}

@media(max-width:1050px){
#top .nd-box {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
  padding: 40px 10px 20px
}
#top .need {
  padding: 0px 20px;
}
}

@media(max-width:768px){
#top .nd-box {
  width: calc(50% - 20px);
  margin-bottom: 50px;
}
#top .nd-container {
  flex-wrap: wrap;
  justify-content: center;
}
#top .need {
  margin: 40px auto 0px;
}
}


@media(max-width:450px){
#top .need {
  margin: 40px auto 0px;
  padding: 0px 30px;
}
#top .nd-box {
  width: 90%;
  margin-bottom: 50px;
  margin: 0px auto 50px;
}
#top .nd-container{
margin-top: 30px;
}

}

/*--------------------インフォメーション----------------------*/

#top .info {
max-width: 1270px;
margin: 80px auto 0px;
box-sizing: border-box;
padding: 0px 30px;
}

#top .i-container{
letter-spacing: -0.4em;
margin-top: 30px;
}

#top .i-container img{
width: calc(50% - 20px);
display: inline-block;
vertical-align: top;
margin-right: 20px;
}

/*マップ表示ってなったら
#top .i-right{
letter-spacing: normal;
width: calc(50% - 20px);
margin-left: 20px;
margin-top: 45px;
float: right;
}
*/

#top .i-right{
width: 100%;
margin-top: 45px;
max-width: 770px;
margin: 0px auto;
letter-spacing: normal;
}


#top p.access{
border-radius: 8px;
box-sizing: border-box;
padding:10px 20px;
background-color: #83b451;
color: white;
font-weight: 600;
}

#top .txt-container{
box-sizing: border-box;
padding: 20px;
}

#top .i-txt{
letter-spacing: -0.4em;
box-sizing: border-box;
padding:10px 0px;
border-bottom: solid 1px #a0a0a0;
}

#top .txt-right p.hoku{
color: #626262;
font-size: 14px;
}

#top .i-txt:last-of-type{
border-bottom: none;
}

#top p.txt-left{
display: inline-block;
vertical-align: top;
letter-spacing: normal;
width: 150px;
}

#top .txt-right{
display: inline-block;
vertical-align: top;
letter-spacing: normal;
width: calc(100% - 150px);
box-sizing: border-box;
padding-left: 30px;
}

#top .txt-container a.map{
color: white;
display: inline-block;
background-color: #535353;
font-size: 14px;
border-radius: 5px;
padding: 0px 5px;
margin-left: 5px;
transition: 0.5s;
}

#top .txt-container a.map:hover {
  background-color: #d2cab5;
}

@media(max-width:950px){
#top .i-container img {
  width: calc(50% - 10px);
  margin-right: 10px;
}
/*マップ表示ってなったら
#top .i-right {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-top: 35px;
}*/

#top .txt-right {
  padding-left: 10px;
}
#top .txt-container {
  padding: 10px;
}
}

@media(max-width:850px){
#top .i-right {
  width: 100%;
  margin-left: 0px;
  margin-top: 35px;
  float: none;
}
#top .i-container{
margin-top: 0px;
}
#top .i-container img {
  width: 100%;
  margin-right: 0px;
  max-width: 500px;
  margin-top: 30px;
}
#top .txt-container {
  padding: 20px;

}
}

@media(max-width:528px){
#top .info {
  margin: 0px auto 0px;
}
#top .txt-container {
  padding: 10px;
}
#top .i-right {
  margin-top: 20px;
}
}

@media(max-width:450px){
#top .txt-right {
  display: block;
  width: 100%;
  padding-left: 0px;
}
}
/*--------------------観光ガイド----------------------*/

#top .nasu {
width: 100%;
position: relative;
color: white;
box-sizing: border-box;
padding: 8vw 0px;
margin-top: 100px;
background: url("images/bg.jpg");
background-size: cover;
background-position: center;
}

#top .nasu img.bg{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
object-fit: cover;
}

#top .filter{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
content: "";
background-color: rgba(0,0,0,0.6);
}

#top .nasu-button{
max-width: 1010px;
margin: 0px auto;
box-sizing: border-box;
padding: 0px 12.5px;
letter-spacing: -0.4em;
}

#top .nasu-button a{
display: inline-block;
letter-spacing: normal;
width: calc(50% - 35px);
background-color: #6e8d3a;
border-radius: 10px;
position: relative;
box-sizing: border-box;
padding: 20px 30px;
color: white;
font-weight: 600;
margin: 0px 17.5px;
transition: 0.5s;
}

#top .nasu-button a img{
position: absolute;
width: 23px;
height: 23px;
right: 30px;
}

#top .nasu-button a:hover{
background-color: #d2cab5;
}

#top .nasu-title{
position: relative;
text-align: center;
z-index: 3;
margin-bottom: 55px;
box-sizing: border-box;
padding: 0px 30px;
}

#top .nasu-title h1{
font-size: 26px;
margin-bottom: 15px;
font-weight: 600;
}

#top .nasu-title p{
font-weight: 600;
}

#top .nasu-info{
letter-spacing: -0.4em;
max-width: 1020px;
margin: 55px auto 0px;
position: relative;
z-index: 3;
}

#top .nasu-info-box {
letter-spacing: normal;
width: calc(33.33% - 70px);
margin: 0px 35px;
text-align: center;
display: inline-block;
vertical-align: top;
}

#top .nasu-info-box a{
color: white;
}

#top .nasu-info-txt{
box-sizing: border-box;
padding: 20px 10px 0px;
}

#top .nasu-info-box p:first-of-type{
font-weight: 600;
margin-bottom: 5px;
}

#top .nasu-info-box p:last-of-type{
font-size: 15px;
}

#top .nasu-info-img{
position: relative;
border-radius: 10px;
overflow: hidden;
height: 185px;
}

#top .nasu-info-img img{
object-fit: cover;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
transition: 0.5s;
}

#top .nasu-info-box:hover .nasu-info-img img{
transform: scale(1.2);
}

#top .nasu-site{
letter-spacing: -0.4em;
max-width: 1020px;
margin: 40px auto 0px;
position: relative;
z-index: 3;
}

#top .nasu-site a{
border-radius: 10px;
box-sizing: border-box;
padding: 20px 50px 20px 20px;
color: white;
font-weight: 600;
background-color: #eb6100;
display: inline-block;
width: calc(33.33% - 70px);
margin: 0px 35px;
letter-spacing: normal;
position: relative;
transition: 0.5s;
vertical-align: top;
}

#top .nasu-site a:first-of-type{
background-color: #004986;
}

#top .nasu-site a img{
position: absolute;
right: 20px;
width: 23px;
height: 23px;
top: 20px;
}

#top .nasu-site a:hover{
background-color: #d2cab5;
}

@media(max-width:1050px){
#top .nasu-info {
box-sizing: border-box;
padding: 0px 15px;
}
#top .nasu-site {
padding: 0px 15px;
box-sizing: border-box;
}
#top .nasu-info-box {
  width: calc(33.33% - 30px);
  margin: 0px 15px;
}
#top .nasu-site a {
  width: calc(33.33% - 30px);
  margin: 0px 15px;
}
#top .nasu {
  margin-top: 80px;
}
}

@media(max-width:768px){
#top .nasu-info {
box-sizing: border-box;
padding: 0px 20px;
}
#top .nasu-site {
padding: 0px 20px;
box-sizing: border-box;
}
#top .nasu-info-box {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
}
#top .nasu-site a {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
}
#top .nasu-info-img {
  height: 150px;
}
#top .nasu-button a {
  width: calc(50% - 20px);
  margin: 0px 10px;
}
#top .nasu-button {
  padding: 0px 20px;
}
}

@media(max-width:650px){
#top .nasu-info {
box-sizing: border-box;
padding: 0px 30px;
margin: 45px auto 0px;
}
#top .nasu-site {
padding: 0px 30px;
box-sizing: border-box;
}
#top .nasu-info-box {
  width: 100%;
  margin: 0px auto 45px;
  max-width: 300px;
  display: block;
}
#top .nasu-site a {
  width: 100%;
  margin: 0px auto 30px;
    max-width: 300px;
    display: block;
}

#top .nasu-info-img {
  height: 190px;
}
}

@media(max-width:528px){
#top .nasu-button a {
  width: 100%;
  margin: 0px 0px 30px;
  display: block;
}
#top .nasu-button {
  padding: 0px 30px;
}
#top .nasu {
 padding: 60px 0px;
}
}
/*--------------------コテージ----------------------*/

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


#cottage {
margin-top: 90px;
margin-bottom: 170px;
}

#cottage .ttl{
text-align: center;
}

#cottage .ttl p:first-of-type{
color: #424242;
font-size: 21px;
margin-bottom: 25px;
font-weight: 600;
}

#cottage .ttl h1{
font-size: 35px;
margin-bottom: 25px;
font-weight: 600;
}

#cottage h2.ttl{
font-size: 35px;
font-weight: 600;
text-align: center;
}

#cottage p.sub{
text-align: center;
color: #424242;
margin: 30px 0px 20px;
font-weight: 600;
}

#cottage .ttl p:last-of-type{
font-size: 18px;
color: #5d5d5d;
margin-bottom: 20px;
}

#cottage .ttl a {
background-color: #ecd48d;
border-radius: 10px;
width: 195px;
margin: 0px auto;
box-sizing: border-box;
padding: 5px 10px;
transition: 0.5s;
font-weight: 600;
}

#cottage .ttl a:hover {
background-color: #5d5d5d;
color: white;
}

#cottage .gallery {
max-width: 1466px;
margin: 50px auto 0px;
box-sizing: border-box;
padding: 0px 27px;
}

#cottage .box {
width: calc(16.666% - 6px);
float: left;
margin: 0px 3px 0px;
}

#cottage .img{
height: 190px;
position: relative;
overflow: hidden;
}

#cottage .img img{
width: 100%;
height: 100%;
top: 0px;
left: 0px;
object-fit: cover;
position: absolute;
transition: 0.5s;
}

#cottage .box:hover img{
transform: scale(1.2);
}

#cottage .box:first-of-type{
width: calc(50% - 6px);
margin-bottom: 0px;
}

#cottage .box:first-of-type .img{

height: 480px;
position: relative;
}

#cottage .box p{
font-size: 14px;
box-sizing: border-box;
padding: 10px;
height: 4em;
line-height: 130%
}

#cottage .about{
max-width: 1255px;
box-sizing: border-box;
padding: 0px 30px;
margin: 80px auto 0px;
display: flex;
flex-wrap: wrap;
}

#cottage .left{
width: calc(50% - 25px);
margin-right: 25px;
background-color: white;
box-shadow: 5px 5px 0px 0px #231815;
border: solid 3px #231815;
box-sizing: border-box;
padding: 50px;
position: relative;
}

#cottage .right{
width: calc(50% - 25px);
margin-left: 25px;
}

#cottage .right table{
width: 100%;
background-color: white;
border-collapse: collapse;
border-spacing: 0px;
border: solid 1px black;
}

#cottage .right table td{
color: #5d5d5d;
box-sizing: border-box;
padding:10px 15px;
font-size: 15px;
border-bottom: solid 1px black;
}

#cottage .right table td:first-of-type{
width: 185px;
border-right: solid 1px black;
}

#cottage .right p{
padding: 10px 10px 30px;
}

#cottage .left p{
position: absolute;
top: 0px;
left: 30px;
font-size: 20px;
font-weight: 600;
color: white;
width: 190px;
background-color: black;
padding: 3px 0px 5px;
text-align: center;
}

#cottage .map{
width: 100%;
height: 375px;
margin-top: 45px;
}

#cottage  iframe{
width: 100%;
height: 100%;
max-height: 600px;
}

#cottage .sche{
max-width: 920px;
box-sizing: border-box;
padding: 0px 30px;
margin: 150px auto 0px;
}

#cottage .sche iframe{
width: 100%;
height: 100%;
height: 600px;
}

#cottage .tel{
max-width: 910px;
margin: 150px auto 0px;
box-sizing: border-box;
padding: 0px 30px;
}

#cottage .tel-box{
width: 100%;
box-sizing: border-box;
box-shadow: 5px 5px 0px 0px #231815;
border: solid 3px #231815;
text-align: center;
padding: 30px 40px;
background-color: white;
margin-top: 50px;
}

#cottage .tel p:first-of-type{
background-color: #e69c15;
background-image: linear-gradient(to top, #e69c15 0%, #F7CE68 100%);
box-sizing: border-box;
padding: 15px;
font-weight: 600;
margin-bottom: 30px;
font-size: 22px;
color: white;
}



#cottage p:nth-of-type(3) a{
/*color: #ff7800;*/
font-size: 28px;
margin: 25px 0px;
}

#cottage p:nth-of-type(3) a span{
font-size: 40px;
font-weight: 600;
margin-left: 20px;
}

#cottage table td a{
color: white;
display: inline-block;
background-color: #535353;
font-size: 14px;
border-radius: 5px;
padding: 0px 5px;
margin-left: 5px;
transition: 0.5s;
}

#cottage table td a:hover{
background-color: #d2cab5;
}

@media(max-width:1255px){
#cottage .box:first-of-type .img {
  height: 420px;
}

#cottage .img {
  height: 160px;
}

#cottage .left {
  width: calc(50% - 15px);
  margin-right: 15px;
}

#cottage .right {
  width: calc(50% - 15px);
  margin-left: 15px;
}
}

@media(max-width:1050px){
#cottage .box:first-of-type .img {
  height: 360px;
}

#cottage .img {
  height: 130px;
}
}

@media(max-width:850px){
#cottage .box:first-of-type .img {
  height: 300px;
}

#cottage .img {
  height: 100px;
}

#cottage .left {
  width: 100%;
  margin-right: 0px;
}

#cottage .left img{
max-width: 400px;
}

#cottage .right {
  width: 100%;
  margin-left: 0px;
  margin-top: 30px;
}

#cottage .about {
  margin: 60px auto 0px;
}
}

@media(max-width:768px){
#cottage .box {
  width: calc(20% - 6px);
}
#cottage .box:first-of-type {
  width: calc(60% - 6px);
}
#cottage .box p {
  padding: 10px 5px 0px;
}
}

@media(max-width:650px){
#cottage .box:first-of-type {
  width: calc(100% - 6px);
  margin-bottom: 10px;
}

#cottage .box p {
  padding: 5px 5px 0px;
}

#cottage .box {
  width: calc(25% - 6px);
}
}

@media(max-width:528px){
#cottage .box {
  width: calc(33.33% - 6px);
}

#cottage .ttl h1 {
  font-size: 30px;
}
#cottage .ttl p:last-of-type {
  font-size: 16px;
}
#cottage .ttl h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
#cottage .ttl p:first-of-type {
  font-size: 18px;
  margin-bottom: 20px;
}
#cottage {
  margin-top: 60px;
  margin-bottom: 120px;
}
#cottage .gallery {
  margin: 40px auto 0px;
}
#cottage .img {
  height: 25vw;
}

#cottage .right table td:first-of-type {
  width: 155px;
  border-right: solid 1px black;
}

#cottage .left p {
  left: 00px;
  font-size: 18px;
  width: 150px;
}

#cottage .left {
  padding: 50px 30px 30px;
}
  
#cottage .right p {
  padding: 0px 5px 30px;
}

#cottage .about {
  margin: 30px auto 0px;
}
#cottage .map {
  height: 59vw;
}

#cottage h2.ttl {
  font-size: 28px;
  line-height: 130%;
}

#cottage p.sub {
  margin: 20px 0px 20px;
}

#cottage .tel-box {
  padding: 20px 20px;
  margin-top: 30px;
}
#cottage .tel {
  margin: 80px auto 0px;
}
#cottage p:nth-of-type(3) a span {
  font-size: 32px;
margin-left: 10px;
}
#cottage .sche {
  margin: 80px auto 0px;
}
}

@media(max-width:450px){
#cottage .box:first-of-type .img {
  height: 53vw;
}

#cottage .box {
  width: calc(50% - 6px);
}

#cottage .right table td {
  border-bottom:none;
  width: 100%;
  display: block;
  padding: 0px 15px;
}

#cottage .right table td:first-of-type {
  border-right: none;
  display: block;
      padding: 15px 15px 10px;
	  width: 100%;
}

#cottage .right table td:last-of-type {
  border-bottom: solid 1px black;
    padding-bottom: 15px;
}
}

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

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

.guidance {
	max-width: 770px;
	margin: 80px auto;
	box-sizing: border-box;
	padding: 50px 30px 30px;
	border: solid 1px #a0a0a0;
	position: relative;
	width: calc(100% - 60px);
	background: white;
}

.guidance p.detail{
position: absolute;
background-color: #d2cab5;
border-radius: 19.5px;
border: solid 3px #a0a0a0;
font-size: 19px;
font-weight: 600;
box-sizing: border-box;
padding: 5px;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 160px;
text-align: center;
display: none;
}

.entry {
max-width: 1080px;
margin: 150px auto;
padding: 0px 10px;
} 

.guidance_container{
	display: flex;
	margin-top: 50px;
}

.guidance_box {
width: calc(33.33% - 40px);
margin: 0px 20px;
position: relative;
}

.guidance_container h2{
	color: #fff;
	background: #000;
	padding: 5px 15px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	font-size: 18px;
	font-weight: 600;
}

.guidance_container a:hover img{
transform: scale(1.2);
}

.guidance_container .img{
height: 22vw;
position: relative;
overflow: hidden;
max-height: 220px;
}

.guidance_container img{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 1;
   transition: 0.5s;
}

.guidance_container P{
	margin:15px 5px;
	font-size: 15px;
}

.guidance_container p.button{
	background: #e8c251;
	text-align: center;
	padding: 8px 0px;
	border-radius: 30px;
	transition: 0.5s;
	margin: 10px auto;
	max-width: 220px;
}

.guidance_container a:hover p.button{
	background-color: #5d5d5d;
    color: white;
}



.guidance h3{
	color: #ff8a00;
	font-size: 130%;
}

.category{
	display: flex;
}

.category P:nth-child(1){
	width: 75px;
	position: relative;
	padding-left: 15px;
}

.category P:nth-child(1)::before{
	content: "・";
	position: absolute;
	left: 0;
}

.category P:nth-child(1)::after{
	content: "／";
	position: absolute;
	right: 3px;
}


.bbqplace , .categorys , .others{
	margin: 15px 0px 30px;
}



@media(max-width:1080px){
.entry {
   padding: 0px 15px;
}
.guidance_box {
  width: calc(33.33% - 30px);
  margin: 0px 15px;
}
}

@media(max-width:850px){
.guidance{
margin: 30px auto 80px;
}
}

@media(max-width:768px){
.entry {
margin: 80px auto;
}

.guidance_box a{
display: flex;
}

.guidance_container{
	display: flex;
	flex-wrap: wrap;
}

.guidance_box {
width: 100%;
margin: 0px 20px 50px;
}

.guidance_container .img{
width: 50%;
height: 30vw;
max-height: auto;
margin: 0px;
}

.guidance_box a div{
margin: 0px 20px;
width: 50%;
}

.guidance_container h2 {
  position: relative;
  color: #000;
background: none;
text-align: left;
padding: 5px 5px 0px;
}

.guidance {
  margin: 30px auto 80px;
}
}

@media(max-width:528px){
.guidance_box a {
  display: flex;
  flex-direction: column;
}

.guidance_container .img{
width: 100%;
height: 48vw;
margin: 0px;
}

.guidance_box a div{
margin: 0px 0px;
width: 100%;
}

.guidance_container h2 {
  padding: 5px 10px;
  position: absolute;
  color: white;
  background-color: black;
}

.guidance_box {
  width: 80%;
  margin: 0px auto 60px;
}


.entry {
  margin: 30px auto;
}

.category {
  flex-wrap: wrap;
  margin: 20px 0px;
  flex-direction: column;
}

.category P:nth-child(1)::after {
  content: "";
}
.category P:nth-child(1) {
  font-weight: 600;
}

.category P:nth-child(2){
padding-left: 15px;
}

.guidance_container {
  margin-top: 30px;
}

.guidance_container p.button {
  margin: 0px auto;
}
}

@media(max-width:450px){
.guidance_box {
  width: 90%;
  margin: 0px auto 60px;
}

.guidance {
  margin: 0px auto 80px;
  padding: 50px 20px 30px;
}

.guidance{
	width: calc(100% - 90px);
}
}

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

/*----------------------oお知らせアーカイブ------------------------------*/
#an {
margin-top: 100px;
box-sizing: border-box;
padding: 0px 30px;
max-width: 1000px;
margin: 100px auto 100px;
}

#an .ttl {
text-align: center;
margin-bottom: 70px;
}

#an .ttl h1 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

#an .ttl p:last-of-type {
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

#an a.box{
border: solid 3px #231815;
box-shadow: 5px 5px 0px 0px #231815;
background-color: white;
box-sizing: border-box;
padding: 30px;
margin-bottom: 60px;
position: relative;
}

#an a.box .img{
width: 230px;
height: 180px;
position: relative;
float: right;
margin-left: 70px;
overflow: hidden;
}

#an .img img{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
transition: 0.5s;
object-fit: cover;
}

#an a.box:hover img{
transform: scale(1.2);
}

#an .txt{
box-sizing: border-box;
padding: 10px 0px 10px 20px;
}

#an .txt h2{
font-size: 24px;
margin: 15px 0px 25px;
font-weight: 600;
transition: 0.5s;
}

#an p.arrow{
background-color: #e8c251;
color: white;
width: 65px;
height: 65px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 30px;
top: -20px;
font-size: 32px;
font-family: 'Noto Sans', sans-serif;
box-sizing: border-box;
padding-top: 5px;
}

#an a.box:hover h2{
color: #e8c251;
}

@media(max-width:768px){
#an a.box .img{
margin-left: 30px;
}
#an .txt{
box-sizing: border-box;
padding: 10px 0px 10px 0px;
}
}

@media(max-width:650px){
#an a.box .img{
width: 150px;
height: 120px;
margin-left: 10px;
}
#an a.box {
  padding: 20px 30px;
}
#an .txt h2 {
  font-size: 20px;
  margin: 10px 0px 10px;
  line-height: 130%;
}
#an p.arrow {
  width: 45px;
  height: 45px;
  right: -20px;
}
}

@media(max-width:528px){
#an p.arrow {
  width: 45px;
  height: 45px;
  right: -20px;
}

#an a.box {
  padding: 15px 20px;
}

#an .ttl h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
#an .ttl {
  margin-bottom: 50px;
}
#an a.box .img {
  width: 130px;
  height: 110px;
}
}


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

/*--------------------------お知らせ詳細------------------------------*/
#sn {
margin-top: 120px;
}

#sn .edit{
max-width: 870px;
margin: 0px auto 110px;
padding: 50px 50px;
box-sizing: border-box;
background-color: white;
width: calc(100% - 60px);
}

#sn .edit h2,.edit h3,.edit h4,.edit h5{
font-weight: 500;
font-size: 22px;
margin: 30px 0px 10px;
}

#sn .ttl{
text-align: center;
margin-bottom: 70px;
}

#sn .ttl h2 {
  font-size: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

#sn .ttl p:last-of-type {
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 20px;
}

#sn .edit h1{
font-size: 30px;
font-weight: 600;
margin-bottom: 40px;
line-height: 130%;
border-bottom: 1px solid #7d7d7d;
box-sizing: border-box;
padding-bottom: 10px;
}




#sn .edit p.date{
color: #5d5d5d;
font-size: 18px;
margin-bottom: 15px;
}

#sn .container{
max-width: 1000px;
margin: 30px auto 110px;
letter-spacing: -0.4em;
box-sizing: border-box;
}

#sn a.box{
display: inline-block;
box-sizing: border-box;
padding: 0px 30px;
width: 33.33%;
letter-spacing: normal;
vertical-align: top;
}

#sn .img{
border-radius: 0px 20px 0px 20px;
position: relative;
height: 185px;
overflow: hidden;
background-color: #eaeaea;
}

#sn .img img{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.5s;
}

#sn img.noimg {
  object-fit: contain;
max-width: 100px;
left: 50%;
transform: translateX(-50%);
margin: 0px auto;
}

#sn a.box:hover img{
transform: scale(1.2);
}

#sn a.box:hover img.noimg{
transform: translateX(-50%);
}

#sn .txt {
box-sizing: border-box;
padding: 15px 10px;
}

#sn .txt h1{
font-size: 16px;
font-weight: 600;
transition: 0.5s;
}

#sn .txt p{
font-size: 15px;
color: #5d5d5d;
}

#sn a.box:hover{
color: #e8c251;
}

#sn .edit a.map{
background-color: #5d5d5d;
color: white;
border-radius: 5px;
padding: 0px 5px 3px;
transition: 0.5s;
border: solid 1px #5d5d5d;
margin-left: 5px;
box-sizing: border-box;
}

#sn .edit a.map:hover{
background-color: white;
color: #5d5d5d;
}



#sn .edit iframe {
width: 100%;
margin-top: 20px;
}

@media(max-width:1000px){
#sn a.box {
  padding: 0px 15px;
}
#sn .container {
padding: 0px 15px;
}
}

@media(max-width:768px){
#sn .img {
height: 21vw;
}
#sn .edit{
padding: 30px 30px;
}
}

@media(max-width:600px){
#sn a.box {
  width: 100%;
max-width: 300px;
	margin: 0px auto 30px;
	padding: 0px;
	display: block;
}

#sn .img {
height: 180px;
}
#sn .container {
padding: 0px 30px;
}
}

@media(max-width:528px){
#sn .edit {
  width: calc(100% - 40px);
  padding: 30px 20px;
}
#sn .ttl h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

#sn .ttl {
  margin-bottom: 50px;
}

#sn .edit h1{
font-size: 24px;
margin-bottom: 30px;
}

#sn {
  margin-top: 90px;
}

#sn .edit h2,.edit h3,.edit h4,.edit h5{
font-size: 20px;
margin: 30px 0px 10px;
}
}



/*----------------------------------------------------------------------------
お問合せ
-----------------------------------------------------------------------------*/
.contact{
margin-top: 150px;
}

.in{
box-sizing: border-box;
padding: 0px 10px;
}

#formw .innerf{
	clear: both;
    margin: 60px auto;
    padding: 30px 50px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    max-width: 850px;
	text-align: left;
	background-color: #fff;
box-shadow: 5px 5px 0px 0px #231815;
border: solid 3px #231815;
}

#formw .th p{
font-size: 18px;
}

#formw .send{
	    padding: 20px 0 0 0;
}


#formw .tb {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0px 0px;
}


#formw .personal .tb{
	display: flex;
}

#formw .tb p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}

#formw .tb .th p {
    font-size: 18px;
	padding: 15px 0px 0px;
}


#formw .th {
	vertical-align: top;
	border-top: 1px dashed #d6d6d6;
	padding: 0px 0px 10px;
}

#formw .td {
	vertical-align: top;
}
	
#formw span.red {
	background-color: #ecd48d;
	padding: 2px 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 110%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:  5px;
	margin-right: 5px;
	margin: 0 5px 0 0;
	}
	
	#formw .ctr {text-align:center;}
	
	#formw p.pp a{
	display: inline-block;
	}
	.wpcf7-spinner {
  display: block;
}

#formw p.first{
	display: inline-block;
		padding: 20px 20px 30px;

	}

@media screen and (max-width: 800px) {
#formw .left, #formw .personal {
    display: block;
    margin: 0 auto;
    width: 80%;
}
#formw .right, #formw .send {
    padding: 20px 0 0 0;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    width: 80%;
}
#formw .ctr {text-align:center;}
#formw .innerf{
    padding: 30px 30px;
}
#formw p.first {
  padding: 20px 20px 10px;
}
}

@media screen and (max-width: 500px){
#formw .left, #formw .personal {
    width: 100%;
}
#formw .right, #formw .send {
    width: 100%;
}

#formw h3 {
    width: 100%;

}
#formw .innerf {
  padding: 20px 20px;
}
}
.personal .wpcf7-not-valid-tip{
	margin-top: 40px;
    margin-left: -277px;
}


br.sm {display: none;}

@media screen and (max-width: 500px){
	
	br.sm {display: block;}	
}
.wpcf7-mail-sent-ok {border-color: #861214;}

/*----------------------------------------------------------------------------
フォーム用のボタン・入力
-----------------------------------------------------------------------------*/
	.a1 {
		padding:10px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:100%;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}
	
	.a2 {
		padding:10px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:60%;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}

.a2s {
		padding:10px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:100%;
		height: 260px;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}
	
	.a3 {
		padding:10px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:30%;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}

	.a4 {
		padding:10px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:80px;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}
	
.a1:focus,
.a2:focus,
.a3:focus {
	border-color: #FF4000;
	background-color: #ffffff;
	outline: none;
}
	.sendb,
	.sendb:focus {
		padding:8px 20px;
		background-color:#ecd48d;
		color:black;
		font-size: 18px;
		border:none;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		-moz-box-shadow: 0px 0px 3px #ccc;
		cursor:pointer;
		box-shadow: 0px 0px 3px #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px; 
		border-radius: 5px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		width: 270px;
		line-height: 50px;
		transition: 0.5s;
	}
	
	.sendb:hover {
		background-color:#5d5d5d;
		cursor:pointer;
		color: white;
	}
	
 input[type=checkbox]
 {

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

}
input[type=checkbox] {
	margin: 0;
	margin-left: 0;
	line-height: 0;
	width:0px;
	height: 0px;
	outline: none;
	border: none;
}

#formw label input {
	position: relative;
	margin: 0 0.3rem 0 0;
	cursor: pointer;
	border: none;
}
#formw label input:before {
	position: absolute;
	z-index: 1;
    top: 6px;
    left: 0.15rem;
    width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
	
}
#formw label input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
#formw label input:after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 1px solid #ccc;
	background:#f6f6f6;
	margin-right: 15px
}

#formw input[type="checkbox"]:focus {
  outline: none;
  border: 0;
}


#formw .wpcf7-list-item{
	display: inline-block;
	vertical-align: middle;
}

#formw .wpcf7-list-item-label{
	margin-left: 25px;
}

#formw label{
	display: flex;
}

#formw p.note{
box-sizing: border-box;
padding: 15px 20px;
font-weight: 600;
background-color: #eeeeee;
font-size: 17px;
}

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

	.a2s {
		padding:10px 20px;
		border:1px solid #ccc;
		font-size:15px;
		font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
		background:white;
		width:100%;
		height: 260px;
		box-sizing:border-box;
		margin-bottom: 2px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 5px;
	}
}


/*---------------------------------------------------------------------------
トップページ
スライダー
---------------------------------------------------------------------------*/
   .swiper-container {
        width: calc(100% - 60px);
        height: 70vh;
		z-index:0; 
		padding-bottom: 50px;
	   margin: 0 auto;
	   max-width: 1436px;
	   box-sizing: border-box;
	   position: relative;
    }

.swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
}

    .swiper-slide {
        text-align: center;
        background: #fff;
		overflow: visible;
		position: relative;
		z-index: 10;
		border: 3px solid #000;
    }
	
	
.swiper-slide .box {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	text-align: left;
	color: #ffffff;
	padding: 0;
	z-index: 12;
}

.swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.swiper-slide .box p {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
}

.swiper-pagination {
	text-align: left;
	justify-content: flex-start;
	position: absolute;
}

.swiper-pagination span.swiper-pagination-bullet-active {background-color: orange;}


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

   .swiper-container {
        width: calc(100% - 60px);
        height: 50vh;
    }
}



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

   .swiper-container {
        width: 100%;
    }
	
    .swiper-slide {
		border: none;
    }
	
.swiper-slide .box {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}

}

