@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
	vertical-align: top;
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.left{text-align: left;}
.right{text-align: right;}

html { scroll-behavior: smooth;}

@media screen and (min-width: 560px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 560px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*ヘッダー
-------------------------------------*/
.position-r{
	position: relative;
}


#header{
  position: relative;
  width: 100%;
  min-height: 25vh;
  background: url("../img/header_bg.jpg")
    center / cover;
}



.head {
	display: flex;
    flex-direction: row;
    padding: 3rem 0 3rem 0;
}



.head h1 { 
    padding: 1rem 0;
	}

.head .catch{
	text-align: center;
	margin: 0 auto;
	padding: 3rem 0;
}

.translate {
	/*margin-left: auto;*/
	/*font-size: 3.0rem;*/
	padding: 3rem 0 0 0;
	width: 19.04%;
	display: flex;
}
.menu {
	background-color: #fff;
	padding: 0.5rem 0;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
	width: 14.27%;
}

nav li{
	border-left: 1px solid #333;
  border-right: 1px solid #333;
	}

nav li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}

nav li a {
    text-decoration: none;
    text-align: center;
	color: #00396b;
	font-size: 14px;
	font-weight: 600;
	/*font-size: 11px;*/
	letter-spacing: 0.01em;
    font-feature-settings: "palt" 1;
}
nav a:hover {
    background-color: #00396b;    
	color: #cfcfcf;
	opacity: 0.8;
}
nav a {
    padding: 0.6rem 1rem;
	/*padding: 1rem 0.3rem;*/
	display: block;
}

@media screen and (min-width: 813px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 812px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.translate {
	display: none;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	width: 100%;
}
	
nav a {
    margin: 0.6rem 1rem;
	padding: 0;
	display: block;
}	
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
	
.menu {
    background-color: #fff;
    padding: 2rem 0;
}	
	
}

/*スライド
-------------------------------------*/
.mainimg img {
	width: 100vw;
}



#slider {
    width: 100%;
    height: 792px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

.contentBox {
  margin: 0 auto;
  background: url("../img/contentBox_bg.png") repeat-y 50% 0;
  background-size: 80% auto;
}

.main-container{
	padding: 4rem;
	margin: 0 auto;
}

.page-ttl{
	text-align: center;
	margin: 2rem auto;
}

.shop-text{
	padding: 0.5rem 2rem;
	margin-bottom: 2rem;
	font-size: 16px;
}

.shop-info{
	border-bottom: 1px solid #b5b5b6;
    margin: 0 2rem;
	padding: 0.3rem 0;
}

.shop-table {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
	font-size: 16px;
}

.shop-mb-pc{
	padding-bottom: 2.7rem;
}

.position{
	position: relative;
}

.shop-mark {
    position: absolute;
    top: -23px;
    right: 10px;
}

/*新着情報
-------------------------------------*/
.news h2 {
    background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

.flex-pc{
 display: flex;
-webkit-justify-content: center;
}

.map-ttl{width: 20%;padding: 1rem;text-align: center;margin-top: 2rem;}
.map-ainu1{width: 40%;padding: 1rem;margin-top: 2rem;}
.map-ainu2{width: 40%;padding: 1rem;margin-top: 2rem;}
.map-ainu3{text-align: center;padding: 1rem;}

.map-center{width: 7.45%;text-align: center;}
.map-left{width: 47%;text-align: right;}
.map-right{width: 47%;text-align: left;}

.map-position{position: relative;}

.map-center-iran{
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	bottom: 0%;
}

.map-ttl_sp{display: none;}
.flex-sp{
 display: none;
 }

.flex-shop{
 display: flex;
-webkit-justify-content: space-between;
margin-bottom: 2rem;	
}

.map_pc_only{
	display: block;
}

.map_sp_only{
	display: none;
}

.lakeakan-area{
  margin: 0 auto;
  max-width: 1100px;	
}

.lakeakan-list{
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

.lakeakan-list li{
	display: inline-block;
    width: 33%;
    text-align: center;
    padding: 0.5rem 1rem;
}

.access-area{
	max-width: 820px;
    margin: 0 auto;
    padding: 2rem;
}

.access-ttl{
	padding-top: 1.2rem;
	text-align: center;
}

.access-bt{
	text-align: center;
}


/*フッター
-------------------------------------*/
footer {
    background-color: #000000;
    padding: 5rem 0 2rem;
	color: #fff;
}
footer h5 {
    border-bottom: 2px solid #fff;
}

.footer-pc{
	display: block;
}

.foot-area{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-mark{
	width: 11%;
}

.footer-contact{
	word-break: keep-all;
    width: 66%;
    /* margin-bottom: 5rem; */
    margin: 0 auto;
    padding-bottom: 1rem;
}

.footer-add{
	word-break: keep-all;
    /*width: 70%;*/
	width: 100%;
    /* margin-bottom: 5rem; */
    margin: 0 auto;
    padding-bottom: 3rem;
}

.footer-add h3{
	word-break:keep-all;
	letter-spacing: 4.0px;
	font-size:2.9rem;
}

.footer-add p{
	word-break:keep-all;
	letter-spacing: 2.0px;
}

.footer-add .foot-text{
	word-break:keep-all;
	font-size: 11px;
}

.footer-sp{
	display: none;
}

.foot-logo{
	font-size: 3rem;
	text-align: center;
}

.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
    color: #fff;
	font-size: 16px;
}
/*.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}*/

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    width: 70px;
    padding: 10px 5px;
    text-align: center;
    }
#pagetop a:hover {
    opacity: 0.8;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

@media screen and (max-width: 1830px){
.map-ttl{width: 16%;}
.map-ainu1{width: 38%;}
.map-ainu2{width: 38%;}
	
.map-left{width: 44%;}
.map-right{width: 44%;}
.map-center{width: 7%;}
}	

@media screen and (max-width: 1770px){
.map-ttl{width: 16%;}
.map-ainu1{width: 36%;}
.map-ainu2{width: 36%;}
	
.map-left{width: 42%;}
.map-right{width: 42%;}
.map-center{width: 7%;}	
}
	
@media screen and (max-width: 1720px){

.map-left{width: 40%;}
.map-right{width: 40%;}
.map-center{width: 6.5%;}	
	
	.lakeakan-list li{
	width: 30%;
    }
}

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

.contentBox {
    background-size: 100% auto;
}
	
	
	
}

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

.shop-mb-pc{
	padding-bottom: 0rem;
}

.contentBox {
  background: url("../img/contentBox_bg_sp.png") repeat-y 50% 0;
  background-size: 100% auto;	
}	
	
.footer-pc{
	display: none;
}	
	
.footer-sp{
	display: block;
}	
	
}

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

/*.map-center-iran{
	bottom: 7%;
}*/

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

#header{
  position: relative;
  width: 100%;
  min-height: 15vh;
  max-height: 44vh;	
  background: url("../img/header_bg_sp.jpg")
    center / cover;
}
	
.head h1 {
    width: 50%;
}	
	
.head .catch {
    display: none;
}
	
.telbox{
	display: none;
	}	


	
.contentBox {
  background: url("../img/contentBox_bg_sp.png") repeat-y 50% 0;
  background-size: 100% auto;	
}
	
.map-left{text-align: center;}
.map-right{text-align: center;}	
	
.lakeakan-list li{
	width: 46%;
    }	
	
.foot-container{
	width: 100%;
	margin: 0 auto;
	padding: 2rem;
}

.foot-area{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-mark{
	width: 11%;
}

.footer-add{
	word-break:keep-all;
	width: 100%;
	margin-bottom: 5rem;
	font-size: 85%;
}
	
.footer-add h3{
	word-break:keep-all;
	letter-spacing: 4.0px;
	font-size:1.9rem;
}	

.footer-add p{
	word-break:keep-all;
	letter-spacing: 2.0px;
}

.footer-add .foot-text{
	word-break:keep-all;
	font-size: 11px;
	text-align: center;
}	
	
	
.copyright {
    font-size: 9px;
}	
}
@media screen and (max-width: 812px){	

.heading-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    }
	
.main-container {
    padding: 1rem 0;
    margin: 0 auto;
}	
	
.menu {
    padding: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 110px;
}	
	
nav li a {
    text-align: left;
    color: #231815;
    font-size: 14px;
    font-weight: 600;
}
	
	nav li a::before{
	content: url("../img/nav_icon_sp.png");
 display: inline-block;	
	}	
	
nav li {
    border-left: 0;
    border-right: 0;
}
	
nav li+ li {
 border-right: 0;
}
	
.flex-pc{
 display: none;
 }
	
.flex-sp{
 display: flex;
 flex-direction: row;
}

.map-ttl_sp{display: block;margin: 4rem auto 2rem;text-align: center;}	
.map-ainu1_sp{width: 50%;padding: 1rem 0;text-align: center;}
.map-ainu2_sp{width: 50%;padding: 1rem 0;text-align: center;}	
	
.map-ainu3 {
    text-align: center;
    padding: 1rem 0;
}
	
.flex-shop{
 display: block;
 }
	
.map-center{display: none;}
.map-left{width: 100%;}
.map-right{width: 100%;}
	
.map_pc_only{
	display: none;
}
	
.map_sp_only{
	display: block;
}
	
.sp_translate{
	display: flex;
		}	
	
.footer-contact {
    width: 100%;
	}


	
.footer-sp p{
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}	
	
}

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


#slider {
    width: 100%;
    height: 300px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
	
	
	
}

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

#header{
  position: relative;
  width: 100%;
  min-height: 0;
  max-height: 15vh;	
  background: url("../img/header_bg_sp.png")
    center / cover;
}
	
/*.map-ttl_sp{margin: 27rem auto 2rem;}*/		
	
.contentBox {
   background-size: 0;
}	
	
footer {
    background-color: #000000;
    padding: 2rem 0 2rem;
    color: #fff;
}
	

	
	
	

	.footer-sp h3{
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	
	
	
#pagetop {
    position: fixed;
    bottom: 40px;
    right: 0;
}
	
.lakeakan-list li{
	width: 100%;
    }	
	
.shop-text{
	font-size: 13px;
	padding: 0.5rem 0;
}
	
.shop-table {
   	font-size: 13px;
	width: 100%;
}	
	
	
}

/* 20240523休業店舗用追加 */
.cover-off-out{
    position: relative;
}

.cover-off{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
}

.cover-off span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.5em;
    opacity: 0.8;
}