/*

font-family: 'Courgette', cursive; 英語手書き
font-family: 'Noto Serif JP', serif;　日本語・英語明朝

*/


html, body {
	position: relative;
	height: 100%;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23fff1bc' fill-opacity='0.58' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	font-feature-settings: "palt";
    }

.content{
	min-width: 950px;
}

.sp{
	display: none;
}

a img{
	transition: .3s;
}

a img:hover{
	opacity: 80%;
}

.out{
	position: absolute;
	width: 20%;
	top: 25%;
}

.oshirase{
	margin-top: 40px;
}

/*　index.html　*/

.navbar{
	z-index: 100;
	padding:20px 0;
	background-color:rgba(0,0,0,0.7);
	transition: background-color 0.2s;
}

.content h1{
	font-size: 20px;
}

.sp-title{
    font-size:16px!important;
}

.navbar-start{
	margin:0 auto;
}

.navbar-item,.navbar-link{
	color:white;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	transition: .2s;
}

.navbar-item:hover{
	background-color:rgba(0,0,0,0)!important;
	color:yellow !important;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link{
	background-color:rgba(0,0,0,0)!important;
	color:yellow !important;
}

.navbar-link:not(.is-arrowless)::after{
	border-color:white !important;
}

.navbar-item img{
	max-height: 4rem;
}

.navbar-dropdown{
	background-color:rgba(0,0,0,0.7);
	top:100%;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-wrapper,.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-1{
	background-image: url("../img/index/slider-01.jpg");
}
.bg-2{
	background-image: url("../img/index/slider-02.jpg");
}
.bg-3{
	background-image: url("../img/index/slider-03.jpg");
}
.bg-5{
	background-image: url("../img/index/slider-04.jpg");
}
.bg-store{
	background-image:url("../img/store/head-store.jpg");
}
.bg-lunch{
	background-image: url("../img/menu/lunch/head-lunch.jpg");
}
.bg-dinner{
	background-image: url("../img/menu/dinner/head-dinner.jpg");
}
.bg-drink{
	background-image: url("../img/menu/drink/head-drink.jpg");
}
.bg-banquet{
	background-image: url("../img/menu/banquet/head-banquet.jpg");
}
.bg-takeout{
	background-image: url("../img/menu/takeout/head-takeout.jpg");
}
.bg-odoburu{
	background-image: url("../img/menu/odoburu/head-odoburu.jpg");
}
.bg-hanyo{
	background-image: url("../img/index/head-hanyo.jpg");
}

.bg-store,.bg-lunch,.bg-dinner,.bg-drink,.bg-takeout,.bg-odoburu,.bg-hanyo{
	background-repeat: no-repeat;
}

@media screen and (min-width:1920px) {
	.swiper-container{
		max-width: 1920px;
	}
	.bg-store,.bg-lunch,.bg-dinner,.bg-drink,.bg-takeout,.bg-odoburu,.bg-hanyo{
		background-position: center;
	}
}


.my-x{
	margin:13em 0;
}

.covid19 h2{
	text-align: center;
	color:#c9171e;
	font-size:24px;
	border-bottom: 1px solid #c9171e;
}

.covid19 p{
	text-align: center;
}

.bg-4{
	background-image: url("../img/index/s-topi.jpg");
}

.s-topics h2{
	background-image: url("../img/index/stopititle-bg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	font-family: 'Courgette', cursive;
	text-align: center;
	color:black;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	font-size: 40px;
	padding:30px 0;
}

.s-topics a{
	display: block;
	text-align: center;
	color:white;
	font-weight: bold;
	font-size:20px;
	transition: .2s;
}

.s-topics img{
	width: 90%;
	filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.6));
}


.s-topics p{
	text-align: center;
	color:white;
	font-size:24px;
	font-weight: bold;
	padding:5px 0;
}

.cover_bg{
	background-size: cover;
	background-position:center;
	margin:0 calc(50% - 50vw);
}

.menu h2,.news h2,.tamadori h2,.calendar h2,.hirutama{
	background-image: url("../img/index/title-bg.svg");
}

.menu h2,.tamadori h2,.calendar h2{
	background-repeat: no-repeat;
	background-size: 40%;
	background-position:center;
	text-align: center;
	color:yellow;
	font-size:30px;
	font-weight: bold;
	padding:30px 0;
	margin-bottom: 10px;
	text-shadow: 3px 3px 3px rgba(255,255,255,0.5);
	font-family: 'Noto Serif JP', serif;
}

.menu a img{
	transition: .3s;
}

.menu a img:hover{
	transform: scale(0.9,0.9);
}

.news h2{
	background-repeat: no-repeat;
	background-size: 60%;
	background-position:center;
	padding:20px 0;
	font-size:28px;
	text-align: center;
	color:yellow;
	text-shadow: 3px 3px 3px rgba(255,255,255,0.5);
}

.news-table{
	height: 200px;
	overflow-y: scroll;
}

.news th,.news td{
	padding:5px 5px 5px 0;
}

.news td span{
	padding:2px 10px;
	margin-right:5px;
	background-color:yellow;
	font-size:14px;
}
.item {
  display: flex;
  flex-wrap: nowrap;
}

.item-image {
  width: 50%;
}

.item-text {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.item:nth-child(odd) {
  flex-direction: row-reverse;
}


.card-content{
	padding:0;
}

.tamadori figure{
	text-align: center;
}

.tamadori h3,.recruit h3{
	background-image: url("../img/index/shoptitle-bg.svg");
	margin-bottom: 5px;
	font-size:18px;
	font-weight: bold;
	color:white;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position:center;
}

.shoptitle{
	padding:10px 0;
}

.tamadori th,.tamadori td{
	padding:10px;
}

.tamadori th{
	border-right:2px solid black;
}

.shopetc span{
	font-size:14px;
}

footer{
	background-color:black !important;
}

footer li{
	display: inline-block;
	padding-right:3px;
}

footer a{
	color:white;
	font-size: 16px;
	transition: .2s;
	text-decoration:underline;
}

footer a:hover{
	color:yellow;
}

footer p{
	color:white;
}

.info{
	font-size:18px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.copy{
	border-top:1px solid white;
	padding-top: 5px;
	margin-top: 5px;
}

/* store.html */
.title{
	color:yellow;
	text-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.subtitle{
	color: white;
}

.store figure{
	margin-top:50px;
}
.store p{
	border:1px solid black;
	padding:20px;
	line-height: 1.7em;
}

.store-title{
	padding:40px 0;
	background-size: 50%!important;
}

/* contact.html */
.red{
	color:red;
}
.contact p{
	font-size:22px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

.contact ul{
	background-color:black;
	padding:10px;
	margin:10px auto;
}

.contact li{
	list-style-type: none;
	color:yellow;
}

.yoyakutitle{
	font-size:28px!important;
	font-weight: bold;
	border-bottom: 1px solid black;
}

/* privacypolicy.html */
.pripoli h4{
	border-top:1px solid red;
	border-bottom: 1px solid red;
	padding:10px 0;
}

.pripoli ul{
	margin-left: 0;
}

.pripoli li{
	list-style-type: none;
}

/* sitemap.html */
.sitemap li{
	list-style-type: none;
}

.sitemap li a{
	display: block;
	height: 100%;
	width: 100%;
	color:yellow;
	text-align: center;
	background-color:black;
	padding:10px 0;
	margin:10px 0;
	border-radius: 5px;
	border:1px solid black;
	transition: .2s;
}

.sitemap li a:hover{
	background-color:rgba(0,0,0,0);
	color:black;
}

/* recruit.html */
.recr-text{
	background-color: red;
	color: white;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* pagetop */
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: red; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
	transition: 0.3s;
}
#PageTopBtn a:hover {
    text-decoration: none;
    background: #ea5506; /*マウスオーバー時の背景色*/
}

/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 25px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 5px 0; /*文字の配置場所の調整*/
}
}

/*スマホで表示する場合のCSS*/
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 20px;
}
#PageTopBtn a {
    width: 50px;
    height: 50px;
    padding: 8px 0;
}
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
