@charset "utf-8";

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#7D7D7D;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom:1;}


/* layout
------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

body{
  -webkit-text-size-adjust: 100%;
}

#wrapper, .inner{
margin:0 auto;
max-width: auto;
overflow: hidden;	
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:70%;
padding:20px 0 50px 0;
}

#sidebar{
float:right;
width:340px;
padding:20px 0 50px 0;
}

#footer{
clear:both;
padding-top:0px;
background:#fff;
}

/* pagetop
----------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 5%;
}
.pagetop a:hover img {
	background: #ADA38C;
}
@media (max-width: 768px) {
	.pagetop {
		bottom: 10px;
		right: 10px;
	}
}
/* sunset
----------------------------------------------------*/
.sunset{
    display: inline-block;
    position:absolute;
  top: 15px;
  right: 100px;
  z-index: 100;
}
.sunset .icon-sunset{
    float: left;
    width: auto;
}
.sunset .sunset-time{
    float: right;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 25px;
    color: #666666;
    margin-top: 18px;

}
@media screen and (max-width: 768px){
   .sunset{
  top: 10px;
  right: 80px;
  z-index: 100;
} 
}

/* scroll
----------------------------------------------------*/
.scroll{
   float: left; 
    display: inline-block;
    position:absolute;
    bottom:10px;
    margin-left: 5px;
}
@media screen and (max-width: 768px){
    .scroll{display: none;}
}

/* navigation
----------------------------------------------------*/


/* トップページ　メイン画像
----------------------------------*/
#main-image{
    width: 60%;
    float: left;
}
#main-image .bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-image .bg-slider .toplogo {
    top: 50px;
    text-align: center;
    position: absolute;
}
#main-image .bg-slider .toplogo img{
    width: 100%;
}
#main-image .bg-slider .bg-slider__title{
    text-align: center;
    position: absolute;
    bottom:5px;
}
#main-image .bg-slider .bg-slider__title img {
     width: 45%;  
    }
.concept {
    float: right;
    width: 34vw;
    margin: 6% 30px 0 0;
  flex-direction: column;
  justify-content: center;
}
.concept .txt-L {
    font-size: 30px;
    line-height: 51px;
    font-weight: 500;
}
.concept .txt {
    font-size: 17px;
    line-height: 29px;
    color: #707070;
}
.topics-box{
    padding: 24px 0 22px;
    list-style: none outside;
  margin: 0;
}
.topics-box h2{
    border-bottom: 1px #999 solid;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}
.topics-box li{
    border-bottom: 1px #999 dotted;
}
.topics-box .date{
    font-weight: bold;
    margin-right: 15px;
}
.topics-box .new-icon{
    font-size: 10px;
    color: #C36900;
    font-weight: bold;
}
.topics-box a{
    position: relative;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #CCC;
  padding: 10px 10px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #333;
  padding: 0 10px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #999;
}
.new-icon{
    font-size: 10px;
    color: #C36900;
    font-weight: bold;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

@media screen and (max-width: 1280px){
    .concept .txt-L {
    font-size: 23px;
    line-height: 40px;
    font-weight: 500;
}
.concept .txt {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}
}
@media screen and (max-width: 1024px){
    .concept {
    float: right;
    width: 34vw;
    margin: 8% 30px 0 0;
  flex-direction: column;
  justify-content: center;
}
.concept .txt-L {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
}
.concept .txt {
    font-size: 13px;
    line-height: 20px;
    color: #707070;
}
}
@media screen and (max-width: 768px){
#main-image{
    margin-top: 80px;  
    width: 100%;
    max-height: auto;
    overflow: hidden;
}    
#main-image .bg-slider {
	max-width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-image .bg-slider .toplogo {
    top: 250px;
    }
#main-image .bg-slider .toplogo img{
    width: 70%;
}    
#main-image .bg-slider .bg-slider__title{
    text-align: center;
    position: absolute;
    bottom:5px;
}
#main-image .bg-slider .bg-slider__title img {
     width: 90%;  
    }
.concept {
    width: 85%;
}
.concept .txt-L {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}
.concept .txt {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
}
}

/* moreボタン
----------------------------------------------------*/
.more-button {
  position: relative;
  display: inline-block;
  padding: 0.6em 4em;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
    font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}
.more-button::after {
  position: absolute;
  top: 52%;
  right: auto;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333;
  transition: all .3s;
}
.more-button:hover {
  background-color: #ccc;
  color: #333;
}
.post-contents .more-button01:hover::after {
  border-left-color: #333;
}

/* ショップボタン
----------------------------------------------------*/
.shop-area{
    margin-top: 40px;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.shop-area .shop-button {
    width: 40%;
    margin:  20px; 
}
.shop-area .shop-button img{
    width: 100%;
}
@media screen and (max-width: 1280px){
    .shop-area{
    margin-top: 30px;
}
    .shop-area .shop-button {
    width: 40%;
    padding:  5px;
} 
  .shop-area .shop-button img{
    width: auto;
    max-width: 100%;
    height: auto;
}  
}
@media screen and (max-width: 1024px){
   .shop-area{
       text-align: center;
    margin-top: 30px;
}
.shop-area .shop-button {
    width: 80%;
    padding:  5px;
} 
}

/* 3つのプラン
----------------------------------------------------*/
.plan-area{
    max-width: 100%;
    text-align: center;
}
.plan-area .plan {
    display: inline-block;
    width: 310px;
    margin-top: 80px;
    padding:  0 30px;
    font-size: 15px;
    line-height: 30px;
}

/* アクセス
----------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    margin-top: 150px;
}
.col_2 > div{
	width: 50%;
}
.col_2 > div > div{
	height: 450px;
    color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.bg-color{
    width: 100%;
background-color: #A48B78;
}
.col_2 > div > div > .title{
padding: 30px 0 30px 30px ;
font-size: 50px;
}
.col_2 > div > div > .access-txt{
    margin-right: 20px;
    padding: 0 0 15px 30px ;    
    font-size: 14px;
    line-height: 25px;
}
@media screen and (max-width: 768px) {
    .col_2{
	width: 100%;
    margin-top: 150px;
}
	.col_2 > div{
		width: 100%;
	}
}

.ggmap {
position: relative;
padding-bottom: 450px;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.areamap-ttl{
    text-align: center;
   margin: 100px 0 0; 
    font-size: 3em;
    z-index: 5;
}
.areamap{
    max-width: 808px;
    margin: 15px auto;
}
.areamap img{width: 100%;}

@media screen and (max-width: 768px) {
.areamap-ttl{
   margin: 60px 0 0; 
    font-size: 2em;
}
}

/* フッター
----------------------------------------------------*/
#footer {
    max-width: 100%;
    margin-top: 100px;
	text-align: center;
	background: #F2F2F2;
}
#footer p {
    text-align: center;
	margin: 10px 0 30px 0;
}
#footer .img-logo{
text-align: center;
margin-top: 30px;    
width: 20%;
}

@media (max-width: 768px){
  #footer{
      max-width: 100%;
	}
    #footer .img-logo{width: 60%;}
    #footer p {width: 100%;}
	
}

/* logtag
----------------------------------------------------*/
	#logtag { display: none; }


/*トップ*/
.fixed-banner {
    max-width: 100%;
    width: 600px;  /* PCでは600px */
    position: absolute;
    bottom: 3%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff!important;
    text-align: center;
    padding: 1em;
    font-size: 16px;
    z-index: 9999;
    overflow: hidden; /* はみ出し防止 */
    box-sizing: border-box; /* paddingの計算を含める */
}

/* バナーコンテナ */
.banner-container {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    color: #fff!important;
    overflow: hidden; /* はみ出し防止 */
    box-sizing: border-box;
}

/* 画像 */
.banner-image {
    max-width: 250px; /* PCでは最大250px */
    width: 100%;  /* スマホでは100% */
    height: auto;
    border-radius: 5px;
    margin-right: 20px;
    box-sizing: border-box;
}

.banner-text {
    flex: 1;
}

.banner-title {
    font-size: 18px;
    line-height: 1;
	color: #fff!important;
}

.banner-text-txt {
    font-size: 15px;
    line-height: 1.8;
	text-align:left;
}

/* スマホ対応（幅768px以下） */
@media (max-width: 768px) {
    .fixed-banner {
        width: 100%;  /* スマホでは100% */
        max-width: 100%;
        position: static; /* 位置固定を解除 */
        bottom: auto;
    }

    .banner-container {
        flex-direction: column; /* 縦並び */
        text-align: center;
        width: 100%;
        overflow: hidden; /* はみ出し防止 */
    }

    .banner-image {
        width: 90%; /* スマホでは90%の幅 */
        max-width: none; /* 最大幅の制限を解除 */
        margin-right: 0; /* 右余白をリセット */
        margin-bottom: 10px; /* 下に余白 */
    }
}

.btn {
    display: inline-block; /* インライン要素をボタン風に */
    padding: 8px 20px; /* 余白 */
    font-size: 16px; /* 文字サイズ */
    font-weight: bold; /* 文字を太く */
    color: #fff; /* 文字色（白） */
    background-color: #907928;
    border-radius: 8px; /* 角を丸く */
    text-decoration: none; /* 下線を消す */
    transition: 0.3s; /* アニメーション */
    text-align: center;
    margin-top: 0.5em;
}

/* ホバー時（マウスを乗せたとき） */
.btn:hover {
    background-color: #999999; /* 少し暗い青に変化 */
	color: #fff; /* 文字色（白） */
}

/* スマホ対応（小さい画面では幅100%） */
@media (max-width: 768px) {
    .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}


/* gtranslateを少し左にずらす */
.gtranslate_wrapper {
    transform: translateX(-10%); /* 左に10%移動 */
    z-index: 99999 !important;
}
@media screen and (max-width: 768px) {
    .gtranslate_wrapper {
    transform: translateX(-45%); /* 左に10%移動 */
   z-index: 99999 !important;
}
}
