@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed');
/*----------------------
共通ここから
-------------------------*/
html{
	height:100%;
}

a:hover{
	text-decoration:none;
}

.bg {
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	height: calc(100% - 60px);
	background-color: rgba(51, 51, 51, 0.8);
	z-index: 9990;
}

.sp-menu {
	display: none;
	position: fixed;
	width: 100%;
	top: 60px;
	height:calc(100% - 60px);
	border-top: 3px solid #222222;
	background-color: #ffffff;
	padding-bottom: 15px;
	z-index: 9999;
}

.sp-menu ul {
	margin: 0;
	padding: 0;
	font-size:0.75rem;
	list-style: none;
	height:100%;
	overflow: auto;
}

.sp-menu ul li {
	margin: 0 10px;
	border-bottom: 1px solid #222222;
}

.sp-menu ul li a {
	display: block;
	padding: 10px;
	color: #353535;
	text-decoration: none;
}

.sp-menu ul li a.has-cbc-icon {
  padding-left: 30px;
  background-image: url('/wp-content/themes/cocktail/images/cocktail.svg');
  background-size: 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.sp-menu ul li a.has-cart-icon {
  padding-left: 30px;
  background-image: url('/wp-content/themes/cocktail/images/shopping-cart.svg');
  background-size: 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.sp-menu ul li.inline a{
	display: inline-block;
}

.sp-menu ul li.main a {
	font-size:0.9rem;
	font-weight:bold;
	color:#000;
}

.sp-menu ul li.ticket a {
	color:#56ca00;
}

.sp-menu ul li.ticket i {
	color:#56ca00;
	margin-left:8px;
	font-size:1.1rem;
}

.sp-menu ul li.sns{
}

.sp-menu ul li.sns ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.sp-menu ul li.sns ul li{
	float:left;
	display:block;
	padding:0;
	margin:0;
	border:none;
}

.sp-menu ul li.sns ul li.txt{
	font-size:0.65rem;
	padding-top:30px;
	margin:0 20px 0 10px;
	color:#999;
}

.sp-menu ul li.sns ul li.fb,
.sp-menu ul li.sns ul li.insta{
	font-size:2.2rem;
}

.sp-menu ul li.sns ul li.insta{
	margin-left:10px;
}

.sp-menu ul li.login a{
	color: #ff6600;
}

header.fixed-header {
	position: fixed;
	width: 100%;
	z-index: 9995;
}

#content.fixed-content {
	padding-top: 70px;
}

body{
	background-color:#242424;
	font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:medium;
}

h1{
	font-size:1.6rem;
	margin-bottom:30px;
	word-break: break-all;
}

h2{
	font-size:1.2rem;
	font-weight:bold;
	margin:16px 0 8px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

h2:nth-child(n+2){
	/*color:#f00;*/
	margin-top:34px;
}

h3{
	font-size:1.1rem;
	font-weight:bold;
	margin:16px 0 8px;
}

h3:nth-child(n+2){
	margin-top:34px;
}

.page-link{
	color:#969696;/*ページ送りのリンクカラー*/
}

.page-link:focus, .page-link:hover{
	color:#777777;/*ページ送りのリンクカラーhover*/
}

.container-fluid{
	padding-right:0 !important;
	padding-left:0 !important;
}

p.wp-caption-text{
	font-size:0.8rem;
	line-height:1rem;
	margin:6px 0 0;
}

/*----------------------
共通ここまで
-------------------------*/

/*----------------------
CBCヘッダーここから
-------------------------*/
header{
	background-color:#fff;
	border-bottom:2px solid #000;
}

header .h_logo {
	margin:10px 0 4px;
}

header .logo img {
	/*width: 150px;*/
	height:70px;
}

header nav{
	/*font-family: 'Oswald', sans-serif;*/
	font-family:'Open Sans', sans-serif;
	font-size:1.2rem;
	margin:10px;
}

header nav a{
}

header a:link,
header a:visited{
	color:#000;
}

header a:hover{
	color:#4d4d4d;
	text-decoration:none;
}

header .assist{
	float:right;
}

header .assist ul{
	list-style-type:none;
	padding:0;
	margin:10px 0 0;
	font-size:0.8rem;
}

header .assist ul li{
	float:left;
	display:block;
	padding:0;
	margin:0;
}

header .assist ul li.entry{
	margin-right:10px;
}

header .assist ul li.login{
	margin-right:20px;
}

header .assist ul li.language{
}

header .sns{
	display:block;
	height:40px;
	float:right;
}

header .sns ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

header .sns ul li{
	float:left;
	display:block;
	padding:0;
	margin:0;
}
header .sns ul li.translator #flags {
	width: auto;
    margin-top: 6px;
    margin-right: 10px;
}
.sp-menu ul li.sns ul li.translator{ font-size: 20px; padding: 10px 0 }
.sp-menu ul li.sns ul li.translator a{ display: inline-block;}
header .sns ul li.translator #google_language_translator,
.sp-menu ul li.sns ul li.translator #google_language_translator{
	display: none;
}

header .sns ul li.txt{
	font-size:0.65rem;
	padding-top:12px;
	margin-right:10px;
	color:#999;
}

header .sns ul li.fb,
header .sns ul li.insta{
	font-size:1.5rem;
}

header .sns ul li.insta{
	margin-left:10px;
}

/*----------------------
CBCヘッダーここまで
-------------------------*/

#content{
	background-color:#fff;
	padding:20px 0 40px;
	height: 100%;
}

.main{
	margin:0 auto 2rem;
	/*width:80%;*/
	width: 100%;
	max-width: 1020px;
}



/*----------------------
MAGAZINEここから
-------------------------*/
.magazine_lst{
}

.magazine_lst span.date{
	font-size:0.7rem;
	color:#999999;
	border:none;
	display:block;
	padding:0;
	margin:6px 0 0;
}

.magazine_lst span.txt{
	font-size:0.8rem;
	color:#000;
	display:block;
	padding:0;
	margin:0 0 16px;
	max-width:350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.magazine_lst a:hover span.date {
	text-decoration:none !important;
}

.magazine_lst a:link span.txt,
.magazine_lst a:visited span.txt{
	color:#000;
}

.magazine_lst a:hover span.txt{
	color:#ddd;
	text-decoration:underline;
}

.magazine_page{
}

.magazine_page .main{
	line-height:1.75rem;
}

.magazine_page img {
	 max-width: 100%;
	 height: auto;
}

.magazine_page .main_img{
	text-align:center;
	margin-bottom:44px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

div.wpcf7-validation-errors{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb!important;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

/*----------------------
MAGAZINEここまで
-------------------------*/
/*----------------------
7days NEWS ここから
-------------------------*/
.news_lst{
}

.news_lst .category,
section.related_news .category{
	font-family:'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	line-height: 1.2;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	max-width: 80%;
	margin: 0;
	padding: 5px 7px 5px 5px;
	background-color: #ffffff;
	z-index: 20;
}

.news_lst .col-img,
section.related_news .col-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 75%;
}

.news_lst a .news_category,
section.related_news a .news_category{
	color: #666666;
}

.news_lst .news_con,
section.related_news .news_con{
	float: none;
	width: 100%;
	padding-left: 0;
	background-color: #ff0;
}

.news_lst .date,
section.related_news .date{
	font-size:0.7rem;
	line-height: 0.8rem;
	color:#999999;
	border:none;
	display:block;
	padding:0;
	margin:6px 0 0;
}

.news_lst .ttl,
section.related_news .ttl{
	font-size:0.8rem;
	color:#000;
	display:block;
	padding:0;
	margin:0 0 4px;
	max-width:350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:bold;
}

.news_category{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    padding: 3px 10px 3px 10px;
    /*width: 80px;*/
    font-size: 0.8rem;
		font-weight: bold;
}
section.related_news .news_category{
    position: absolute;
    top: 8px;
    left: 15px;
    background-color: #fff;
    padding: 3px 6px 3px 6px;
    /*width: 80px;*/
    font-size: 0.75rem;
		line-height: 0.75rem;
		font-weight: bold;
}

.news_lst span.txt{
	font-size:0.8rem;
	color:#000;
	display:block;
	padding:0;
	margin:0 0 16px;
	max-width:400px;
	border: none;
}
section.related_news span.txt{
	font-size:0.8rem;
	line-height: 1rem;
	color:#000;
	display:block;
	padding:0;
	margin:0 0 16px;
	max-width:400px;
	border: none;
}

.news_lst a:hover span.date,
section.related_news a:hover span.date{
	text-decoration:none !important;
}

.news_lst a:link span.ttl,
.news_lst a:visited span.ttl,
section.related_news a:link span.ttl,
section.related_news a:visited span.ttl{
	color:#000;
}

.news_lst a:hover span.ttl,
section.related_news a:hover span.ttl{
	color:#ddd;
	text-decoration:underline;
}


.news_page{
}

.news_page .main{
	line-height:1.75rem;
}

.news_page img {
	 max-width: 100%;
	 height: auto;
}

.news_page .main_img{
	text-align:center;
	margin-bottom:44px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.share{
}

.share i{
	font-size: 1.3rem;
	padding-right: 6px;
}

/*NEWSの関連記事*/
section.related_news{
	margin-top: 2rem;
}

section.related_news h1{
	font-size: 1rem;
}


/*----------------------
7days NEWSここまで
-------------------------*/

/*----------------------
7days Bar ここから
-------------------------*/
.bar_7days_lst{
}

.bar_7days_lst .main{
	width: 1110px;
}

.bar_7days_lst a.box{
	display: block;
	position: relative;
	height: 240px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	margin-bottom: 24px;
}

.bar_7days_lst a.box:before{
	content: " ";
	display: table;
}

.bar_7days_lst .bar_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}

.bar_7days_lst .bar_ttl{
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 20;
}

.bar_7days_lst .bar_ttl h2{
	border: none;
	margin: 0;
	padding: 4px 0;
	background-color: rgba(51, 51, 51, 0.2);
	font-size: 1.2rem;
}

.bar_7days_lst .btn-toolbar{
	font-family: 'Barlow Condensed', sans-serif;
}

.bar_7days_lst .dropdown-menu{
	font-size: 1.3rem;
}

.bar_7days_page{
	font-size: 0.8em;
}

.bar_7days_page .main{
	line-height:1.75rem;
}

.bar_7days_page img {
	 max-width: 100%;
	 height: auto;
}

.bar_7days_page .main_img{
	position: relative;
	text-align:center;
	margin-bottom:44px;
	z-index: 100;
}

.bar_7days_page .main_img_bg {
	position: relative;
	margin-top: -344px;
	margin-bottom: 44px;
	max-height: 300px;
	width: auto;
	background-repeat: repeax-x;
	background-size: contain;
	background-position: center center;
	z-index: 1;
}

.bar_7days_page .main_img_bg:before{
	display: block;
	content: '';
	height: 300px;
	background-image: url(../images/bg-layer.png);
	opacity: 0.8;
}

.bar_7days_page .main_img img {
	max-height: 300px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #333333;
}

.bar_7days_page .area {
	font-size: 0.8em;
	color: #7E7E7E;
}

.bar_7days_page h2 {
	margin: 0;
	border-bottom: none;
	padding: 0;
	font-size: 1.3em;
}

.bar_7days_page h3 {
	margin: 5px 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.1em;
}

.bar_7days_page .lst_order dl {
}

.bar_7days_page .lst_order dl dt {
	margin: 0;
	width: 140px;
	font-weight: normal;
	line-height: 2em;
	color: #6A644A;
}

.bar_7days_page .lst_order dl dd {
	margin: 0;
	border-bottom: 1px solid #BDB078;
	padding: 0 0 0 140px;
	line-height: 2em;
	word-wrap: break-word;
}

.bar_7days_page .btn.btn-google-map {
	margin-top: 15px;
	padding: 10px 15px;
	font-size: 1em;
}

.bar_7days_page h1.special-cocktail {
	margin-top: 30px;
	background-image: url('../images/logo_icon.jpg');
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 80px;
	padding: 130px 0 15px 0;
	text-align: center;
	border-top: 1px solid #BDB078;
	border-bottom: 1px solid #BDB078;
	font-weight: bold;
	color: #A7954A;
}

.bar_7days_page .about-this-bar {
  /* margin-bottom: -30px; */
  border-top: 1px solid #BDB078;
  /* display: flex;
     justify-content: space-around; */
}

.bar_7days_page .about-this-bar .ja {
  /* width: 50%;
     padding: 30px; */
}
.bar_7days_page .about-this-bar .en {
  /* width: 50%;
     padding: 30px; */
}

.bar_7days_page .introduction {
	margin-bottom: 30px;
}

.bar_7days_page .introduction .label {
	margin: 10px 0;
	font-size: 1.1em;
}

.bar_7days_page .cocktails {
	margin-bottom: 30px;
}

.bar_7days_page .cocktails .cocktail {
}

.bar_7days_page .cocktails .cocktail .type {
	margin: 8px 0 6px;
}

.bar_7days_page .cocktails .cocktail .type .day,
.bar_7days_page .cocktails .cocktail .type .sunset,
.bar_7days_page .cocktails .cocktail .type .night{
	font-size: 0.6rem;
	padding: 2px 5px;
	border-radius: 3px;
}

.bar_7days_page .cocktails .cocktail .type .day {
	border: 1px solid #2c752c;
	color: #2c752c;
}

.bar_7days_page .cocktails .cocktail .type .sunset {
	border: 1px solid #7d5012;
	color: #7d5012;
}

.bar_7days_page .cocktails .cocktail .type .night {
	border: 1px solid #542e70;
	color: #542e70;
}

.bar_7days_page .cocktails .cocktail .name {
	font-weight: bold;
	font-size: 0.85rem;
	line-height: 1.1rem;
}

.bar_7days_page .cocktails .cocktail .years {
	font-weight: bold;
	font-size: 0.75rem;
}

.bar_7days_page .cocktails .cocktail .description {
	font-size: 0.65rem;
	color: #666666;
}

.bar_7days_page .order_attention{
	color: #999;
	font-size: 0.75rem;
	text-align: right;
}

.b_bar{
	height: 40px;
}

.bar_7days_lst #smap{
	width: 100%;
	height: 412px;
	border: 1px solid rgb(102, 102, 102);
	position: relative;
	overflow: hidden;
}

.bar_7days_page #smap{
	width: 100%;
	height: 356px;
	border: 1px solid rgb(102, 102, 102);
	position: relative;
	overflow: hidden;
}

/*----------------------
7days BAR ここまで
-------------------------*/

/*----------------------
特定商取引に関する表記ここから
-------------------------*/
.lst_order dl{
	margin-top: -15px;
	line-height: 26px;
}

.lst_order dl dt{
	margin: 15px 0 0;
	font-weight: bold;
	width: 210px;
	float: left;
	clear: left;
}

.lst_order dl dd{
	border-bottom: 1px solid #999;
	padding: 15px 0 15px 210px;
}

@media screen and (max-width: 767px) {
  .bar_7days_page .about-this-bar {
    margin-top: 30px;
    border-top: 1px solid #BDB078;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0 5px 0;
  }

  .bar_7days_page .about-this-bar .ja {
    width: 100%;
    padding: 0;
  }
  .bar_7days_page .about-this-bar .en {
    width: 100%;
    padding: 0;
  }
  .bar_7days_page h1.special-cocktail {
    background-size: 32px;
    background-position: calc( 50% - 100px ) center;
    padding: 15px;
  }
}
/*----------------------
   特定商取引に関する表記ここまで
   -------------------------*/

/*----------------------
   サイトポリシーここから
   -------------------------*/
.terms{
}
/*----------------------
サイトポリシーここまで
-------------------------*/
/*----------------------
個人情報保護方針ここから
-------------------------*/
.policy{
}

.policy h2{
	border:none;
	margin-top:60px;
	font-size:1rem;
}

.policy h3{
	border-bottom:1px solid #999;
	padding-bottom:12px;
}
/*----------------------
個人情報保護方針ここまで
-------------------------*/
/*----------------------
CONTACT USここから
-------------------------*/
form label em{
	text-decoration:none;
	color:#fff;
	background-color:#ff9933;
	border-radius:4px;
	padding:2px 8px;
	font-size:0.7rem;
	font-style:normal;
	margin-left:10px;
	white-space: nowrap;
}

form .f-box{
	border:1px solid #999;
	padding:40px;
}
/*----------------------
CONTACT USここまで
-------------------------*/


/*----------------------
PARTNERSここまで
-------------------------*/
.partners{
}
.partners img{
	border: 1px solid #999;
}

.partners span{
	display: block;
	font-size: 0.75rem;
	line-height: 0.9rem;
	text-align: left;
	margin:4px 0 16px;
	/*word-break: keep-all;*/
}

.partners a{
	color: #000;
}

.partners a:link{
	color: #000;
}
.partners a:hover{
	color: #999;
}

.partners .b-two{
	margin-left: 14.5%;
	min-width: 28%;
}

 .partners .border-t{
	 border-top: 2px solid #ddd;
	 margin: 2rem auto 3.5rem;
 }
/*
.partners .b-three div{
	margin-left: 6.5%;
}*/
@media screen and (max-width: 575px) {
	.partners .b-two{
		margin-left: 0;
		min-width: inherit;
	}
	/*
	.partners .b-three div{
		margin-left: 0;
	}*/
}

/*----------------------
PARTNERSここから
-------------------------*/

/*----------------------
FAQここから
-------------------------*/
.faq{
}

.faq h2{
	font-size: 0.95rem;
	line-height: 1.4rem;
	border:none;
	padding-left: 2.7rem;
	text-indent: -2.7rem;
}

.faq h2::before{
	font-family:'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.3rem;
	background-color: #000;
	color: #fff;
	padding: 3px 9px 3px 8px;
	margin-right: 6px;
	content: "Q";
}

.faq .card{
	border: none;
}

.faq .card-header{
	border:none;
	background-color: #edf3e7;
	border: 1px solid #cacaca;
}

.faq .card-body p{
	font-size: 0.9rem;
	line-height: 1.4rem;
	padding-left: 2.7rem;
	text-indent: -2.7rem;
}

.faq .card-body p::before{
	font-family:'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.3rem;
	background-color: #fff;
	color: #000;
	border:1px solid #000;
	padding: 1px 9px 1px;
	margin-right: 10px;
	content: "A";
}

.faq .card-body p strong{
	color: #ff6600;
}

/*----------------------
FAQここまで
-------------------------*/

#content.top_page{
	padding: 0;
}


/*----------------------
フッターここから
-------------------------*/
footer{
	margin-top:30px;
	padding:10px 0 30px;
	color:#fff;
	font-size:0.8rem;
}

footer ul.footNav{
	list-style-type:none;
	margin:0 0 16px;
	padding:0;
}

footer ul.footNav li{
	margin-bottom:10px;
}

footer ul.footNav li:before{
	padding-right:4px;
	content:"＞";
}

footer .footNav a:link,
footer .footNav a:visited{
	color:#fff;
}

footer .footNav a:hover{
	color:#fff;
	text-decoration:underline;
}

footer .address{
	line-height:1.75rem;
}

footer .b-contact{
	margin:0 0 10px 0;
}

footer .copy{
	display:block;
}

footer .f-txt{
	display:block;
}

ul.tickets{ list-style: none; margin:0; padding: 0 }
ul.tickets li{}
ul.tickets li label{display: block; position: relative; padding-left: 21px; padding-top: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 0.88em; }
ul.tickets li label input{position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
ul.tickets li label .checkmark { position: absolute; top: 4px; left: 0; height: 16px; width: 16px; border: 1px solid #888888; }
ul.tickets li label:hover input ~ .checkmark { }
ul.tickets li label input:checked ~ .checkmark { background-color: #2196F3; }
ul.tickets li label .checkmark:after { content: ""; position: absolute; display: none; }
ul.tickets li label input:checked ~ .checkmark:after { display: block; }
ul.tickets li label .checkmark:after { left: 5px; top: 1px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


/*----------------------
フッターここまで
-------------------------*/

@media screen and (max-width: 1110px) {
	.bar_7days_lst .main{
		width: 95%;
	}
	.main{
		width: 100%;
		max-width: 770px;
	}
}

@media screen and (max-width: 767px) {
	header .logo img {
		/*width: 84px;*/
		height:39px;
	}

	header .hamburger {
		padding-top: 14px;
	}
	header nav{
		font-size:1rem;
		margin:10px 0;
		padding:0;
	}

	footer{
		margin-top:10px;
	}
	footer .address{
		font-size:0.75rem;
	}
	footer .copy{
		font-size:0.7rem;
	}

	footer .f-txt{
		font-size:0.7rem;
		margin-bottom:4px;
	}
	/*
	footer .border-bottom{
		border-bottom:1px solid #fff;
		margin-bottom:16px;
	}
	*/

	h1{
		font-size:1.2rem;
		padding:0 0 10px;
		margin-bottom:30px;
		border-bottom:2px solid #999;
		font-weight:bold;
	}

	.lst_order dl{
	}

	.lst_order dl dt{
		margin: 15px 0 0;
		width: 100%;
	}

	.lst_order dl dd{
		border-bottom: 1px solid #999;
		padding:0 0 30px 0;
		width: 100%;
	}

	form .f-box{
		border:none;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
		padding:20px 8px;
	}

	.magazine_page .main_img{
		margin-bottom:24px;
	}

	.main{
		width:96%;
		overflow-x: hidden;
	}

	.bar_7days_lst #smap{
		height: 266px;
	}

	.bar_7days_page #smap{
		height: 230px;
	}

	.bar_7days_page .main_img_bg {
		display: none;
	}

	.bar_7days_page .lst_order dl dt {
		width: 35%;
		line-height: 1.8em;
		color: #6A644A;
	}

	.bar_7days_page .lst_order dl dd {
		margin: 0;
		padding: 0 0 0 35%;
		line-height: 1.8em;
		word-wrap: break-word;
	}

	.bar_7days_lst .btn-group-vertical>.btn,
	.bar_7days_lst .btn-group>.btn,
	.bar_7days_lst a.btn.btn-dark{
		font-size: 0.95rem;
		height: 30px;
	}

	.b_bar{
		height: 36px;
	}

	.bar_7days_lst .btn{
		padding: 0.275rem 0.35rem;
	}

	.bar_7days_lst .dropdown-menu{
		/* left: 20px!important; */
		font-size: 1.3rem;
	}
	.bar_7days_lst .dropdown-item{
		padding: .45rem 1.2rem;
	}
	.bar_7days_lst .bar_ttl h2{
		font-size: 1rem;
	}
	.share{
		margin-top: 2rem;
	}
	.share i{
		font-size: 2.3rem;
		padding-right:0;
	}
	section.related_news .ttl{
		font-size:0.8rem;
		line-height: 0.9rem;
		margin-top: 2px;
	}
	section.related_news .news_category{
	    font-size: 0.7rem;
			line-height: 0.7rem;
	}
}

@media screen and (max-width: 767px) {
  .bar_7days_lst .dropdown-menu{
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
	.about .card-body h3.has-icon.icon-seminar { background-size: 40px; background-position: top left; }
}
@media screen and (max-width: 320px) {
	.bar_7days_lst .dropdown-item{
		padding: .45rem 0.4rem;
	}
	.bar_7days_lst .dropdown-menu{
    margin-top: 32px;
		left: -3px!important;
		font-size: 1rem;
	}
	.bar_7days_lst .bar_ttl h2{
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 767px) {
  .bar_7days_lst .dropdown-menu{
    margin-top: 42px;
  }
}
.dropdown-menu {
  transform: none !important;
}

.btn__to-top {
  margin: 50px 0 150px;
}