 /*  フォント

font-family: 'Noto Serif JP', serif;　　　　　日本語明朝
(weight 400,900)
font-family: 'Sawarabi Mincho', sans-serif;　　日本語明朝

*/



html, body {
	position: relative;
	height: 100%;
    }
/*　index.html　*/
header{
	background-color:rgba(255,0,0,0);
	transition: background-color 0.2s;
}


nav{
	z-index: 100;
}

.navbar{
	height:100px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.navbar-item{
	color:#833850;
	background-color:white;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	transition: 0.2s;
}

.navbar-item:hover{
	color:#895b8a !important;
}

.company_name{
	vertical-align: middle;
}

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

.headlogo:hover{
	background-color:red !important;
}

.subtitle{
	font-family: 'Damion', cursive;
	font-size:70px;
	color:white;
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	z-index: 1;
}

.img_bg{
	background:url("../img/index/main.jpg") no-repeat;
}

.img_bg-3{
	background:url("../img/index/red-back.jpg") no-repeat;
}


.fixed_bg{
	background-size: cover;
	background-position: center;

}

.fixed_01,.fixed_menubg{
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

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

.fixed_menubg{
	background-position: left;
}

.fixed_menubg h1,.fixed_menubg h2{
	text-align: left;
}

.fixed_mainbg{
	height:90vh;
}

.fixed_01{
	margin:5em calc(50% - 50vw);
}


.imganime{
	text-align: center;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}


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

.my-a{
	margin:5em 0 15em 0;
}

/* index about */
.about{
	text-align: center;
}
.about h2,.menu h2,.access h2,.sns h2,.menu-content h2{
	font-family: 'Noto Serif JP', serif;
	font-size:60px;
	font-weight: 900;
	text-align: center;
}

.about h4{
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	line-height: 2em;
}

.about li{
	line-height: 2em;
}

.btn-cont{
	margin-top:50px;
}

.btn{
	background-color: #ffffff;
	padding:20px 100px;
	font-family: 'Noto Serif JP', serif;
	color:#833850;
	font-size:30px;
	border:1px solid #833850;
	border-radius: 3px;
	transition: .3s;
}

.btn:hover{
	background-color:#833850;
	border:1px solid white;
	color:white;
}


.btn-icon{
	margin-left:20px;
}

.access p{
	font-family: 'Kosugi Maru', sans-serif;
	font-size:30px;
}

.about p{
	font-size:18px;
	line-height: 2.2em;
}

.about .small{
	font-size: 14px;
	margin-top: 50px;
	line-height: 1em;
}

.about img{
	margin-left:100px;
}

.taimunohi{
	text-align: center;
}

.taimunohi h2,.taimunohi h3{
	font-size:56px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color:white;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}


.taimunohi h3 span{
	display: inline-block;
	font-size:60px;
	width:80px !important;
	height:80px !important;
	color:red;
	background-color:white;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
}

.taimunohi p{
	font-size:30px;
	color:white;
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.8));
	font-family: 'Noto Serif JP', serif;
}

.taimunohi .small{
	font-size: 16px;
	background-color: white;
	color: black;
	width: 500px;
	padding: 10px 0;
	margin: 10px auto;
	border-radius: 50px;
}

.tax{
	font-size:20px !important;
}

.pc{
	display: inline-block;
}

.sp{
	display: none;
}

.access{
	margin:0 auto;
	text-align: center;
}

.access p{
	text-align: center;
}

.access th,.access td{
	padding:10px;
	font-size:22px;
	border-bottom: 1px solid #833850;
}

.access th{
	color:#833850;
}

.access iframe{
	margin-top:20px;
}

.access .small{
	font-size: 14px;
	padding-left: 10px;
}

.sns-r{
	float: right;
}

footer{
	background-color:#833850 !important;
}

footer a{
	color:white;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	display: inline-block;
	transition: .3s;
}

footer a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: white;
	opacity: 0;
	transition: .3s;
}
footer a:hover::after {
	bottom: 0;
	opacity: 1;
}

footer a:hover{
	color:white;
}

footer p{
	color:white;
}


/* menu.html */
.copy-top{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:40px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
	color:#833850;
}

h3.copy-top{
	border-bottom: 1px solid #833850;
}

.menu-content{
	width:70%;
	margin:0 auto;
}

.menu-content h2{
	color:white;
}

.ja-h2{
	font-size:100px !important;
	font-weight: bold;
}

.menu-text dl{
	line-height: 2em;
}

.menu-text dt{
	font-size:28px;
	color:#833850;
	font-weight: bold;
	border-bottom: 1px solid #833850;
	padding:5px 0;
}

.come{
	font-size:20px;
	color:black;
}

.menu-text dd{
	font-size:22px;
}

.price{
	line-height: 1.5em;
	font-size:40px;
	font-weight: bold;
}

.b-red{
	margin:0 calc(50% - 50vw);
	background-color:#833850;
}

#drink ul{
	display: flex;
	justify-content: center;
}

#drink li{
	margin:10px;
}

.drink-azi{
	border:1px solid red;
}

/* pagetop */
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #833850; /*ボタンの背景色*/
    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;
}
}