@charset "UTF-8";
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーービスキーロゴサイズ調整中ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.navbar-brand img {
    max-width: 100%;
    height: 43px !important;
    width: auto !important; /* 適切に縦横比を保つためのプロパティ */
}
/*全ページ*/
#preloader:after {
    border: 3px solid #f4a200 !important;
}
	.pc {
		display: block;
	}
	.mpc {
		display: none;
	}
	.sp {
		display: none;
	}
	.tb {
		display: none;
	}
	.sp_logo{
		display: none;
	}
	.tb_logo {
		display: none;
	}
p {
	line-height: 1.755;
}
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #333333 !important;
}
h1 {
	font-size: 36px !important;
}
h2 {
	font-size: 32px !important;
}
h3 {
	font-size: 24px !important;
}
h4 {
	font-size: 20px !important;
}
h5 {
	font-size: 18px !important;
}
h6 {
	font-size: 16px !important;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}
.h4_title {
	border-left: 3px solid #ed7274;
  padding-left: 20px;
	margin-bottom: 24px;
}
#logo {
  height: 60px;
}
.top_logo {
	display: flex;
	align-items: center !important;
	font-weight: bold;
}
.top_logo a {
	color: #8d5b49 !important;
}
.new_label {
    display: inline-block; /* NEW! ラベルの囲みを表示するため */
    padding: 2px 5px; /* ラベルの内側の余白を調整 */
    background-color: yellow; /* 背景色を黄色に */
    border: none; /* 枠線を赤色に */
    animation: blink 1.5s infinite; /* 点滅アニメーションを追加 */
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
/*ナビゲーション*/
.contact_english {
	width: 100%!important;
	text-align: right;
}
.top-bar {
    background: #f4a200;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.navbar-nav > li {
  text-align: right;
}
.navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 4px !important;
}
.navbar-nav a {
  color: #c60019 !important;
}
.navbar-nav li a {
	font-size: 16px !important;
}
.navbar-nav li a img {
	max-width: 70%;
}
.main-menu:hover {
	opacity: 0.6;
}

/* トップ画像 */
.top_img {
  width: 100%;
  height: 90vh;
  background-image: url(../img/events/kaniya_slide.jpg);
  background-size: cover;
  background-position: center;
}

/*トップへ戻るボタン*/
.scroll-to-top {
	background: #c60019;
	border: 2px solid #FFFFFF;
}
.fa-angle-up {
	color: white;
}
.fa-angle-up:hover {
    color: #c60019 !important; 
}
.scroll-to-top:hover {
	color: #c60019 !important;
}

/*トップページ_お知らせ*/
.news_section {
	background-color: #f4dcd5;
	padding: 0px !important;
}
span.new_label{
    color: #ffffff;
    font-size: 12px;
    background: #e74f51;
    padding: 3px 5px 3px 8px;
	border-radius: 5px;
}
.more {
  text-align: right;
}
.btn:hover {
  opacity: 0.6;
}

/* トップ_カンパンとは */
.news_bottom {
  position: relative;
  top: -5px;
  z-index: 3;
  padding-bottom: 40px
}
#about.md {
  padding: 0 !important;
}
.introducing {
	margin-left: auto;
	margin-right: auto;
}
.kanpan_img {
	width: 150px !important;
	height: auto;
	margin-right: 20px;
}
.col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mas_text {
	color: #c60019 !important;
}
.kanpan_text {
	margin-top: 20px;
}
.btns {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.recipe_btn {
  margin-right: 40px;
}

/*トップページ_背景what the presents say*/
.theme-overlay[data-overlay-dark]:before {
    background-color: #fef5e3 !important;
}
.info_list_item {
    border-bottom: 1px solid #d8d5d5;
	padding: 15px 0 14px; 
}
li {
	list-style-type: none;
}
li p {
	margin-bottom: 0px;
}
ul {
	padding-left: 0rem;
}
.info_list_item_content {
	padding-top: 12px;
}
.row {
  display: flex;
  justify-content: center;
}

/*タイトル*/
.page-title-section h1 {
    color: #c60019;
}
.page-title-section ul li:after {
	background-color: #c60019;
}

/*各ページタイトル*/
.col-md-12 h1 {
	color: #e74f51 !important;
}


/*フッター*/
.footer-bar {
	background: #c60019;
}
.space_half_half{
	margin-bottom: 28px;
}
.space_half {
	margin-bottom: 56px;	
}
.space_100 {
	margin-bottom: 100px;	
}
.space_half2 {
	margin-bottom: 150px;	
}
.space {
	margin-bottom: 200px;
}
.space2 {
	margin-bottom: 500px;
}

/*スクロールトップへ戻るボタン*/
.scroll-to-top_btn a {
	color: white !important;
}

/*共通　サブページ　背景色*/
section {
	background-color: #f4dcd5 ;
}
#about {
  background-color: transparent;
  background-image: url(../img/bg/about_bg.png);
  background-size: cover;
  background-position: center;
}
.left td, .left th {
	text-align: left !important;
}
.margin_left {
	margin-left: 1rem;
}
.bold {
	font-weight: bold;
}
.margin0 {
	margin: 0;
}

/*地図アクセス*/
.googlemap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 アスペクト比を維持 */
    height: 0; /* 高さを0に設定してパディングで高さを制御 */
    overflow: hidden;
    max-width: 100%;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 575px) and (max-width: 1295px) {
	.tp-caption.ito_btn_caption {
        top: 150px !important;
    }
	.tp-caption.bourbon_btn_caption {
        top: 150px !important;
    }
}

@media (max-width: 1220px) {
.navbar-nav li a {
	font-size: 14px !important;
}
}

@media screen and (min-width: 992px) {
.scrollHeader .navbar-header-custom {
    padding: 0px 0;
}
.pe-lg-1-9, .px-lg-1-9 {
    padding-right: 0.1rem;
}
}

@media screen and (max-width: 1300px) and (min-width: 990px) {
	.mpc {
		display: block;
	}
	.pc {
		display: none;
	}
	.sp {
		display: none;
	}
  .navbar-nav li a img {
    max-width: 65%;
  }
}

@media (max-width: 991px) {
	/*ハンバーガーメニュー*/
    .navbar-toggler.menu-opened:after {
        border-top: none !important;
    }
  /*ヒーローイメージ*/
	.pc {
		display: none;
	}
	.sp_logo{
		display:none;
	}
	.mpc {
		display: none;
	}
	.tb_logo {
		display: block;
	}
	.tb {
		display: block;
	}
	.sp {
		display: none;
	}

/*ハンバーガーメニュー start*/
.navbar-toggler  {
    background: transparent;
}
.underline {
	border-bottom: 2px solid; /* 下線の太さと色を設定 */
}
.navbar-toggler:before {
    background: #c60019!important;
}
.navbar-toggler:after {
    border-top: 2px solid #c60019!important;
    border-bottom: 2px solid #c60019!important;
}
.navbar-nav > li {
  text-align: center;
}
/*ハンバーガーメニュー end*/

h1 {
	font-size: 28px !important;
}
h2 {
	font-size: 32px !important;
}
h3 {
	font-size: 22px !important;
}
h4 {
	font-size: 20px !important;
}
h5 {
	font-size: 18px !important;
}
h6 {
	font-size: 16px !important;
}
}

@media screen and (max-width: 1290px) and (min-width: 576px) {}
@media (max-width: 1200px) {}
@media (max-width: 995px) {}
@media (max-width: 980px) {}
@media (max-width: 767px) {
  .recipe_btn {
    margin-right: 0;
  }
}

@media (max-width: 760px) {
.padding_right {
	padding-right: 70px;
  }
}

@media (max-width: 740px) {
/*トップ画像下のボタンスマホで非表示*/
.delete {
		display: none;
	}
}
@media (max-width: 575px) {
	p {
		padding-left: 9px;
	}
	.top_logo a {
	font-size: 16px;
		line-height: 18px;
  }
	.sp_logo{
		display: block;
	}
	.tb_logo {
		display: none;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block !important;
	}
	.tb {
		display: none;
	}
h1 {
	font-size: 25px !important;
}
h2 {
	font-size: 22px !important;
}
h3 {
	font-size: 20px !important;
}
h4 {
	font-size: 18px !important;
}
h5 {
	font-size: 16px !important;
}
h6 {
	font-size: 16px !important;
}
/*newラベル*/
  .new_label {
	  margin-bottom: 5px !important;
  }
  .section-heading_news {
		margin-bottom: 7px;
	}
  /*ビスキー*/
	.section-heading_bisky {
		margin-top: 24px;
	}
  .text_box{
    padding: 2rem 2rem 0;
  }
  .text_box h4{
    text-align: center;
  }
	.kanpan_text {
		padding-left: 7px !important;
	}
}