@charset "UTF-8";
/* CSS Document */
body {
  background-color: #111;
}
.metaslider .slides [aria-hidden="true"] a {
     display: block!important;
}
.font14px{
	font-size: 14px;
}
.section-fatures{
	display: block;
	max-width: 1140px;
	margin: 80px auto;
}
.section-fatures img{
	display: block;
	width: 100%;
}
.feature-wrapper{
	display: flex;
	justify-content: center;
	gap:30px;
}
.feature-block{
	display: block;
	width: 33%;	
}
.feature-title{
		font-size: 16px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
    margin: 2px 0;
}
.feature-text{
	font-size: 14px;
	text-align: left;
	font-weight: 200;
}
.f-button{
    text-decoration: none;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 6px 20px;
    display: block;
    width: 54%;
    text-align: center;
    margin: 10px 0 0 auto;
    font-size: 14px;
}
.f-button:hover{
	background-color: #333;
}
/*--------------トップ-----------------*/
.top {
	width: 100%;
	height: 100%;
	background: none;
	position: relative;
}
.top-slider_sp{
	display: none;
}
.top video {
	display: block;
	width: 100%;
	height: calc(100vh - 50px);
	object-fit: cover;
background-size: cover;
}
.wrapper-plus{
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-access-plus{
	width: 50%;
}

.top-access-plus dt{
	margin-bottom: 20px;
}
.top-access-plus dd{
	margin-bottom: 10px;
}
.top-access-plus span{
	letter-spacing: 0.75rem;
}

.top_rogo {
	position: absolute;
  text-align: center;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.top-access-plus{
	text-align: left;
	font-size: 1.8rem;
	letter-spacing: 0.6rem;
	padding: 3%;
}

.top_rogo img {
	margin: 0;
    font-size: 52px;
    color: #fff;
	width:80%;
	}
.entry-label {

	
	padding: 5px;
	
}
.g-navlist__left a{
	text-decoration: none;
}


/*見出し設定*/
.top_rogo{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
	width: 10%;
}
@media(max-width:599px){
	.link_button02 {
    margin-top: -150px;
}
	/*feature------------------------------------------------------------------------------------------------------------------------------------*/	
	.section-fatures{
	display: block;
  margin: 40px auto;
		padding:  0 15px;
	}	
	.feature-wrapper{
	display: block;
		width: 100%;
	}
	.feature-block{
	display:block;
    margin:40px auto;
	width: 100%;
	}
	.top_rogo{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
	width: 25%;
		z-index: 99999999;
}
	
	.wrapper-plus{
	display: block;
  margin: 0 auto;
  padding: 0 15px;
}
	.top-access-plus {
    width: 100%; 
		padding: 3% 0;
		
}
	.top-access-plus   a{
		font-size:1.6rem; 
		letter-spacing: 0.3rem;
		color: #FFF!important;
		text-decoration: none!important;
}
		.top-access-plus  dt{
		font-size:1.6rem; 
		letter-spacing: 0.3rem;
}
			.top-access-plus  dd{
		font-size:1.6rem!important; 
		letter-spacing: 0;
}
	.top-access-plus span {
    letter-spacing: 0.4rem;
}
	
	
	.top_concept_text {
    padding: 0 !important;
}
	.top_rogo img {
	margin: 0;
    font-size: 52px;
    color: #fff;
	width:100%;
	}


	
	
	
	
	
/*==================================================
スライダーのためのcss
===================================*/
.top-slider_sp {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	display: block;
	width: 100%;
	height: calc(100vh - 50px);
	object-fit: cover;
background-size: cover;
	
}
/*　背景画像設定　*/

.top-slider-item01 {
    background:url("../images/00_top/top03.jpg"); 
	height: calc(100vh - 50px);
}

.top-slider-item02 {
    background:url("../images/00_top/top04.jpg");
	height: calc(100vh - 50px);
}

.top-slider-item03 {
    background:url("../images/00_top/top001.jpg");
	height: calc(100vh - 50px);
}
.top-slider-item04 {
    background:url("../images/00_top/top06.jpg");
}
	.top-slider-item05 {
    background:url("../images/00_top/top002.jpg");
}

.top-slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: calc(100vh - 50px)!important;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
	.top video{
		display: none;
	}
	.slick-track{
display: block;
	width: 100%;
	height: calc(100vh - 50px);
	object-fit: cover;
background-size: cover;
	}
}






/*トップコンセプト＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.top_concept{
	margin-top: 100px;
	
	
}
.wrapper_concept{
	display: flex;
}
.top_concept_img_pc{
	max-width: 555px;
	height: 100%;
}
.top_concept_img_ta,.top_concept_img_sp{
	display: none;
}


.top_concept_text{
	padding: 0 20px;
}
.top_concept_text h3{
	    font-size: 2.2rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.7rem;
    margin: 0 0 40px;
	width: 555px;
}
.top_concept_text p{
	font-size: 1.6rem;
		 line-height: 3.5rem;
		margin-bottom: 70px;
	text-align: left;
	width: 555px;
	
	
}
.news_title{
	letter-spacing: 0!important;
}
@media(max-width:599px){
	.wrapper_concept{
		display: block;
		width:100%;
	}
	.top_concept_img_pc,.top_concept_img_ta{
		display: none;
	}
	.top_concept_img_sp{
		display: block;
		width: 100%;
	}
	.wrapper-plus{
		font-size: 1.6rem;
	}
	.section_information p{
		font-size: 1.6rem;
	}
}
@media(min-width:600px) and (max-width:1024px){
		/*feature------------------------------------------------------------------------------------------------------------------------------------*/	
	.section-fatures{
	display: block;
  margin: 40px auto 0;
		max-width: 820px;
		padding:  0 50px;
	}	
	.feature-wrapper{
	display: flex;
		justify-content: center;
		gap:5px;
		width: 100%;
	}
	.feature-block{
	display:block;
    margin:40px auto 0;
	width: 28%;
	}
	.f-button {
    text-decoration: none;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 6px 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 auto;
    font-size: 14px;
}
	
	
	
	
	
	.wrapper_concept{
		display: block;
		width:100%;
	}
	.top_concept_img_pc,.top_concept_img_sp{
		display: none;
	}
	.top_concept_img_ta{
		display: block;
		width: 100%;
	}
	.top_concept_text{
		padding: 0;
	}
	.top_rogo{
		width:20%;
	}
	/*　背景画像設定　*/

.top-slider-item01 {
    background:url("../images/00_top/top06.jpg");
	height: calc(100vh - 50px);
}

.top-slider-item02 {
    background:url("../images/00_top/top05.jpg");
	height: calc(100vh - 50px);
}

.top-slider-item03 {
    background:url("../images/00_top/top01.jpg");
	height: calc(100vh - 50px);
}
.top-slider-item04 {
    background:url("../images/00_top/top04.jpg");
}
	.top-slider-item05 {
    background:url("../images/00_top/top03.jpg");
}


.top-slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: calc(100vh - 50px)!important;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
	.top video{
		display: none;
	}
	.slick-track{
display: block;
	width: 100%;
	height: calc(100vh - 50px);
	object-fit: cover;
background-size: cover;
	}
}
@media(max-width:599px){
	.top_concept h3 {
		font-size: 1.8rem;
		font-weight: 300!important;
		  letter-spacing: 0;
		margin: 40px 0;
			width: 100%;
	}	
	.top_concept p {
		font-size: 1.6rem;

		margin-bottom: 60px!important;
	}
	
.top_concept p {
  text-align: left;
  font-size: 1.4rem;
  width:100%;
  line-height: 2.2rem;
  font-weight: 100;
  margin-bottom: 100px;
}
	.br_sp_none{
		display: none;
	}
}
@media(min-width:600px) and (max-width:1024px){
	.top_concept h3 {
		font-size: 2.2rem;
		font-weight: 300;
		  letter-spacing: 0.7rem;
		margin: 40px 0 40px;
	}	
	.top_concept p {
  text-align: left;
  font-size: 1.6rem;
  width: 100%;
  line-height: 3rem;
  font-weight: 100;
  margin-bottom: 80px;
}
	.br_ta_none{
		display: none;
	}
}
/*ニュース=================================================================================================*/

.section_news h2 {
 font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 40px 0 40px 0;
padding-left: 1.5rem;
}
.section-news {
  margin: 0 24px 0 24px;
  margin-bottom: 30px;
  font-size: 2rem;
}
.section-news_article {
	
	
	  list-style: none;
    display: flex;
    margin: 0 auto 70px auto;
    width: 1140px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
	
}
.section-news_article_block_01,.section-news_article_block_02,.section-news_article_block_03,.section-news_article_block_04,.section-news_article_block_05,.section-news_article_block_06    {
	width: 30%;
	  list-style: none;
	padding: 0 20px;
}
.picture1 img ,.picture2 img,.picture3 img ,.picture4 img ,.picture5 img ,.picture6 img  {
  object-fit: cover;
  object-position: 0 0;
	  width: 100%;
}


.section-news_article_block_01 h3,.section-news_article_block_02 h3 ,.section-news_article_block_03 h3,.section-news_article_block_04 h3,.section-news_article_block_05 h3,.section-news_article_block_06 h3  {
  font-size: 1.6rem;
  margin-bottom: 10px;
	text-align: left;
}

.section-news_article_block_01 p ,.section-news_article_block_02 p ,.section-news_article_block_03 p,.section-news_article_block_04 p,.section-news_article_block_05 p,.section-news_article_block_06 p   {
  font-size: 1.6rem;
  margin-bottom: 30px;
	text-align: left;
}
@media(max-width:599px){
	.section-news_article_block {
			width: 100%;
	  list-style: none;
	padding: 0 20px;
	}
	.section-news_article_block_01, .section-news_article_block_02{
			width: 100%;
	  list-style: none;
		padding: 0 !important;
	}
.section-news_article_block_03,.section-news_article_block_04,.section-news_article_block_05,.section-news_article_block_06{
	display: none;
	
	}

	.section-news_article{
		display: block;
	}
	.section_news h2 {
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
		margin: 40px 0 40px 0;
padding-left: 1.5rem;

}
}

	@media(min-width:600px) and (max-width:1024px){
			.section-news_article_block_05,.section-news_article_block_06{
	display: none;
				}
		
		
		
		.section-news_article_block {
			width: 100%;
	  list-style: none;
	padding: 0 20px;
	}
			.section-news_article_block_01, .section-news_article_block_02,.section-news_article_block_03, .section-news_article_block_04{
			width: 50%;
	  list-style: none;
	}
	
	
	
}




/*==================================================フロアガイド===================================*/
.section_vertical_cut h2 {
  font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 80px 0;
}


.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
width:50%;
}
.slider p{
	text-align: left;
	line-height: 3rem;
	margin-top: 40px;
}


.section_vertical_cut ul li img{
	width:100%;
}


.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 28%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}
@media(max-width:599px){
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 14%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}
.slider p{
	text-align: left;
	line-height: 2.2rem;
	margin-top: 40px;
	font-size: 1.4rem;
	font-weight: 100;
}
	
	
	
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/


.slick-dots li {
 display: none
}

.slick-dots button {
  display: none
}
.slick-dots .slick-active button{
 display: none
}
.section_vertical_cut{
	display: flex;
	margin-bottom: 100px;
	
}
.section_vertical_cut_img{
	width:50%;
}
.section_vertical_cut_img img{
	width:100%;
	padding: 20px;
	
}
@media(max-width:599px){
	.section_vertical_cut{
	display: block;
	margin-bottom: 40px !important;
	
}
	.section_vertical_cut_img img{
	width:100%;
	padding: 0!important;
	
}
	
	
	
	
	.section_vertical_cut_img{
	width:100%;
}
	.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
width:100%;
}
}
@media(min-width:600px) and (max-width:1024px){
.section_vertical_cut_img img{
    width: 100%;
    padding: 0;
    margin-top: 100px;
	}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 18%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}
	.section_information_hotel p, .section_information_cafe p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.3rem;
	}
.section_information_hotel, .section_information_cafe {
    margin: 0 60px!important;
}
	.section_information_plus{
		font-size: 1.2rem!important;
		text-align: left!important;
		letter-spacing: 0!important;
	}
}

/*==================================================リンクボタン===================================*/
.link_button{
	width:100%;
	display: flex;
}
.link_button_left,.link_button_right{
	width:50%;
}
.link_button_left img,.link_button_right img{
	width:100%;
	display: block;
}
.link_button_ta,.link_button_sp{
	display: none;
}
@media(max-width:599px){
	.link_button{
	width:100%;
	display: flex;
}
.link_button_left,.link_button_right{
	width:50%;
}
.link_button_left img,.link_button_right img{
	width:100%;
	display: block;
}
.link_button_ta,.link_button{
	display: none;
}
	.link_button_sp{
		display: block;
		width: 100%;
	}
	.link_button_sp img{
		display: block;
		width: 100%;
	}
	.link_button_sp_cafe  ,.link_button_sp_sauna {
	width:100%;
	}
}
/*==================================================ムービー===================================*/
.section_movie h3{
	font-family: futura-pt,sans-serif;

font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 80px 0;
	padding-left: 1.5rem;
}
@media(max-width:599px){
	.section_movie h3{
	font-family: futura-pt,sans-serif;

font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 50px 0 40px 0;
padding-left: 1.5rem;
}
	.section_information h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	margin: 40px 0 40px 0 !important;
padding-left: 1.5rem;
		letter-spacing: 1rem!important;
}
	
	
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*==================================================インフォメーション===================================*/
.section_information h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 80px 0;
	padding-left: 1.5rem;
}


.section_information_block{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	
}

.section_information p{
	text-align: left;
}
.section_information_hotel,.section_information_cafe{
margin: 0 80px;
width: 50%;
}
.section_information_hotel p,.section_information_cafe p{
margin: 20px auto;
}
.section_information_hotel_title_hotel {
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 1.8rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 1.2rem;
border: 1px solid #fff;
	padding-left: 1.2rem;
	    width: 70%;
    margin: 0 auto 40px auto;
}
.section_information_cafe_title_cafe {
font-family: futura-pt,sans-serif;

font-style: normal;
	font-size: 1.8rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 1.9rem;
border: 1px solid #fff;
	padding-left: 1.9rem;
	margin-bottom: 40px;
	/*マンボウ時はとる*/
	width: 70%;
	margin: 0 auto 40px auto;
	/*マンボウ時はとる*/
}
.section_information_hotel p,.section_information_cafe p
{

	font-size: 1.8rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 0;

}
.section_information_plus{
	font-size: 1.2rem!important;
	text-align: left!important;
}
	.section_information_plus a{
		text-decoration: none;
		color: #FFF;
	}
@media(max-width:599px){
	.section_information_block{
	display:block;
	
}
	.section_information_hotel,.section_information_cafe{
margin: 0 80px;
width: 100%;
}
	.section_information_plus{
	font-size: 1rem!important;
	text-align: left!important;
}
	.section_information_plus a{
		text-decoration: none;
		color: #FFF;
	}
	.section_information_hotel p,.section_information_cafe p
{

	font-size: 1.4rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 0;

}
	.section_information_hotel,.section_information_cafe{
margin: 0 !important;
}
	.section_information_hotel_title_hotel {
	font-family: futura-pt,sans-serif;

font-style: normal;
	font-size: 1.8rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 1.2rem;
border: 1px solid #fff;
	padding-left: 1.2rem;
	    width: 50%;
    margin: 0 auto 40px auto;
}
.section_information_cafe_title_cafe {
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 1.8rem;
text-align: center;
	font-weight: 300;
	letter-spacing: 1.9rem;
border: 1px solid #fff;
	padding-left: 1.9rem;
	margin:40px auto 40px auto;
	width:50%;
}
}

/*==================================================アクセス===================================*/
.section_access h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 40px 0;
	padding-left: 1.5rem;
}
@media(max-width:599px){
	.section_access h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 50px 0 40px 0;
padding-left: 1.5rem;
}
	.accordion-area_access h3{
	
	 color: #FFF; /* RGB */
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.6rem!important;
  text-align: center;
margin: 60px 0 60px 0;
	letter-spacing: 0!important;
}
}





.accordion-area_access h3{
	
	 color: #FFF; /* RGB */
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.8rem;
  text-align: center;
margin: 60px 0 60px 0;
	
}
.accordion-area_access_content{
	list-style: none;
	
	
	
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.googlemaps{
	width: 100%;
}
.googlemaps iframe{
	width:100%;
}
.box img{
	width: 100%!important;
}
.section_access_img_sp{
	display: none;
}
@media(max-width:599px){
	.section_access_img_pc{
		display: none;
	}
	.section_access_img_sp{
		display: block;
	}
	.section_access_img_sp{
		width: 100%;
		margin: 0 auto;
	}
}

/*==================================================駐車場===================================*/
.section_parking h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
	margin: 100px 0 80px 0;
	padding-left: 1.5rem;
}
.section_parking img{
	width: 80%;
	margin: 0 auto;
}
@media(max-width:599px){
	.section_parking h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 50px 0 40px 0;
padding-left: 1.5rem;
}
	.section_parking img{
	width: 100%;
	margin: 0 auto;
}
}


/*==================================================インスタグラム===================================*/
.section_instagram h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 40px 0 40px 0;
padding-left: 1.5rem;
}
.section_instagram img{
	width: 100%;
}
.section_instagram_grid,.sp_none{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.section_instagram_grid a,.sp_none a{
	width: 25%;
	padding: 40px 20px;
}

@media(max-width:599px){
.section_instagram h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 50px 0 40px 0;
padding-left: 1.5rem;
}	
	.sp_none{
		display: none;
	}
.section_instagram_grid a,.sp_none a{
	width: 50%;
	padding: 20px 10px;
}	
	
}

@media(min-width:600px) and (max-width:1024px){
	.sp_none{
		display: none;
	}
	.section_instagram_grid a,.sp_none a{
	width: 50%;
	padding: 20px 10px;
}	
}








/*==================================================コンタクト===================================*/
.section_contact h3{
font-family: futura-pt,sans-serif;
font-style: normal;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.5rem;
margin: 40px 0 40px 0;
padding-left: 1.5rem;
}
.btntextchange{
	display: block;
	width:45%;
	margin: 50px auto;
}

	







.row {
 list-style: none;
    display: flex;
    margin: 0 auto 70px auto;
    width: 1140px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}
	.col-md-4 {
   width: 30%!important;
    list-style: none;
    padding: 0 20px !important;
}
	.archive_title{
		letter-spacing: 0!important;
		text-align: left!important;
		font-weight: 600!important;
	}
.news_title{
	font-size: 1.6rem!important;
	margin: 0!important;
	 font-family: a-otf-ryumin-pr6n, serif !important;
}

@media(max-width:599px){
	.pushcircle {
    position: relative;
    width: 70%!important;
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0!important;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 3px!important;
}
	.col-md-4 {
position: relative;
    width: 100%!important;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	margin-bottom: 30px;
}
	.row {
		display: block;
    margin-right: 0px;
    margin-left: 0px;
	margin-top: 60px;
}
	.news_sp_none{
		display: none;
	}
	
	
}

.news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #0293AD;
    border: 1px solid #0293AD;
    text-decoration: none;
}
.news {
    width: 100%;
    margin-bottom: 30px;
}
.news .news_pic {
    margin-bottom: 10px;
}
.news a {
    text-decoration: none;
    display: inline-block;
}
.news .news_pic img {
    height: auto;
    max-width: 100%;
    display: block;
}

.news .news_time {
    margin-left: 5px;
    font-size: 14px;
	text-align: right;
}
.post-categories li {
	list-style: none;
}
.news_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0;
}

.news .news_title {
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.2;
	text-align: left;
}
.news .news_desc p {
    font-size: 1.4rem;
    margin-bottom: 5px;
	text-align: left;
}
.news a {
    text-decoration: none;
    display: inline-block;
	color: #fff;
}
@media(min-width:600px) and (max-width:1024px){
	.col-md-4 {
    width: 33%!important;
    list-style: none;
    padding: 0 7px !important;
}
	.news_ta_none{
		display: none;
	}
	.entry-label{
		padding: 2px;
		font-size: 1.4rem;
	}
	.news_title{
		font-size: 1.6rem!important;
	}
	.section_information_plus{
		font-size: 1.2rem!important;
		text-align: left!important;
		letter-spacing: 0!important;
	}
}
/*.link_button{
  border: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.link_button img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}*/
.link_button_left:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.link_button_right:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.link_button02{
	display: flex;
}
.link_button02 img{
	width:100%;
}
/*== 押し込むボタン============================================================= */

.pushcircle{
    /*周囲の線の起点とするためrelativeを指定*/
	position: relative;
    /*円の形状*/
	width:50%;
	height:60px;
    box-sizing: border-box;
    padding: 0 10px;
	text-align: center;
	color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 40px  auto 0;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1.2rem;
}

/*内側の線*/
.pushcircle:after {
	content: "";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top: 50%;
	left: 50%;
    /*線の形状*/
    width: 85%;
	height: 85%;
	border: 1px solid #FFF;
	transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease; 
	}

/*hoverをしたら枠線が小さくなる*/
.pushcircle:hover:after {
	transform: translate(-50%, -50%) scale(1);
    border-color:#fff;
}
