@charset "UTF-8";


body { font-family: "游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , arial, helvetica, sans-serif;
	background-color: #fdedd5;
}

input, button {
    background-color: #fff;
}

.tantetsu-onlypc {
    display: none;
}



@media(min-width : 992px) {

	.tantetsu-onlypc{
		display:block;
	}
	.tantetsu-onlysm{
		display:none;
	}
	}

article {
	background-color: #fdedd5;
	}


.movie-wrap {
    margin: 0 auto 30px auto;
    width: 100%;
}

.comingsoon .itembox01 a, .comingsoon .itembox02 a, .comingsoon.itembox03 a, .comingsoon s.itembox04 a {
	pointer-events: none;
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
}

.comingsoon {
	pointer-events: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
}


.comingsoon .itembox01 .btn-detail {

}



#course2 .comingsoon .btn-detail:before, #course2 .comingsoon .btn-detail:before {
	content: "Comingsoon";
	font-size: 14px;}



.btn-book .comingsoon {
	pointer-events: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
}


/* テーブル共通 */
table {
    width:100%;
    margin: 0 0 60px 0;
    border-collapse: collapse;

  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media(max-width : 991px) {



table {
  display: block;
  overflow-x: scroll;
}
}


#allergy table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
    width:100%;
    margin: 0 0 60px 0;
    border-collapse: collapse;
}


table th,table td {
border: 1px solid #cccccc;
    border-collapse: collapse;
    padding:14px;
}


table th{white-space: nowrap;}


/* テーブル１ */
.table1 thead td,.table1 thead th {background-color:#e7e7e7;;text-align:center;font-weight:bold;}
.table1 td{background-color:#ffffff;    line-height: 1.5;}
.table1 th{background-color:#e7e7e7;font-weight: bold;}

/* テーブル２ */
.table2 tr>td{padding:16px;background-color:#ffffff;}
.table2 tr>td:first-child{width:25%;vertical-align:top;background-color:#e7e7e7;;font-weight:bold;}
.table2 th {background-color:#e7e7e7;;text-align:left;font-weight:bold;}

@media(max-width:767px){
#event_info .table2 tr>td:first-child {
    width: 100%;
}
}

.table1 th, .table1 td {
    font-size: 12px;
    padding: 5px;
   vertical-align: middle;
}

#allergy h2 {
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
}


.allergy {
  margin: 20px 0 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}



.allergy a:before {
    content: "\f700";
    font-family: 'willer_iconsregular';
    font-size: 16px;
    color: #333;
    left: 15px;
}


.column .note {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: 14px;
}



/*▼PC*/

@media(min-width : 992px) {

#allergy h2 {
    font-size: 20px;
}



.table1 th, .table1 td {
    font-size: 16px;
    padding: 14px;
}



}



/*▼PC*/

@media(min-width : 992px) {
.movie-wrap {
    width: 80%;
}
}

#sct-tab {
	margin: 15px 0 5px 0;
	clear: both;
	border-bottom: 2px solid #be904a;
}

#sct-tab ul {
	padding: 0 15px;
margin-bottom: -2px;
}



#sct-tab li {
	display: inline-block;
    width: 49%;
    text-align: center;
}

#sct-tab li > a, #sct-tab > li > a:focus, #sct-tab li > a:hover {
	font-size: 12px;
	border-top: 2px solid #be904a;
	border-left: 2px solid #be904a;
	border-right: 2px solid #be904a;
	border-bottom: 2px solid #be904a;
    background: #be904a;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    display: block;
    color: #000;
	font-weight: bold;
    padding: 10px 15px;
	text-decoration: none;
	transition-property: all;
	transition: 0.3s linear;
}


#sct-tab li.active > a, #sct-tab > li.active > a:focus, #sct-tab li.active > a:hover {
    background: #fdedd5;
	border-bottom: 2px solid #fdedd5;
    color: #000;
	width: 100%;
	text-decoration: none;
}

#sct-tab li > a:hover {
    background: #be904a;
	border-top: 2px solid #be904a;
	border-left: 2px solid #be904a;
	border-right: 2px solid #be904a;
	border-bottom: 2px solid #be904a;
}

#sct-tab li > a > i {
	font-size: 16px;
	padding-right: 10px;
}


/*
social_btn
************************************/

.social-btn-wrap {
	text-align: center;
	margin: 0 auto 15px auto;
	position: relative;
    width: 100%;
    padding-bottom: 50px;
}

/*.social-btn-wrap ul#social_btn{
	list-style:none;
	padding-top: 15px;
	overflow:hidden;
    display: inline-block;
}*/

/*.social-btn-wrap ul#social_btn li{
	float:left;
}*/

/*.social-btn-wrap ul#social_btn li + li {
    padding: 0;
    margin-left: 10px;
}*/

/*.social-btn-box {
	position: absolute;
	bottom: 0;
}*/


/*
breadcrumb
******************************/

.breadcrumb{
	background:none !important;
	padding:15px;
	margin-bottom:0;
	font-size: 14px;
	text-align: left;
}

.breadcrumb > li + li:before {
  content: ">" !important;
  color:#333;
}

.breadcrumb a {
	color: #333 !important;
    font-size: 14px !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}


/*
page-top
******************************************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:0.8em;
    font-weight:bold;
    z-index: 10;
	display: none;
}

#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height:50px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border:1px solid #666;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
}

#page-top a:hover {
    text-decoration: none;
    background:#666;
}

#page-top a i{
    font-size:1.8em;
    margin-bottom:5px;
    display:none;
}

#page-top a{
	font-size:0;
}

#page-top a:before{
	content:"\f722";
    font-family: 'willer_iconsregular';
	color:#fff;
	font-size:16px;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%,-45%);
	-moz-transform: translate(-50%,-45%);
	-ms-transform: translate(-50%,-45%);
	-o-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
}

/*.itembox01 a:hover, .itembox02 a:hover, .itembox04 a:hover{
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
 transition-property: all;
  transition: 0.3s linear;
}

.itembox01 a, .itembox02 a, .itembox04 a {
    text-indent: -999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#othercourse .itembox01 a:hover{
  opacity: 0.5;
}
#othercourse .itembox01 a{
  display: block;
  color: #333;
  text-indent: auto;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.btn-article{
  display: block;
  color: #660000 !important;
  border:solid 2px #660000;
  padding: 12px 12px 12px 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin-top: 0;
}
.btn-article:after {
    content: "\f24d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    line-height: 1;
    font-size: 12px;
    right: 15px;
    margin-top: -5px;
  font-weight: normal !important;
}
.btn-article:hover{
    text-decoration: none;
    opacity: 0.5;
}
.btn-insta{
  width: 100%;
  background: rgb(255, 214, 0);
  background: -moz-linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 25%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 75%, rgba(118, 56, 250, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 25%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 75%, rgba(118, 56, 250, 1) 100%);
  background: linear-gradient(45deg, rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 25%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 75%, rgba(118, 56, 250, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd600", endColorstr="#7638fa", GradientType=1);
  padding: 2px;
  border-radius: 5px;
  margin-top: 10px;
}
.btn-insta img{
  width: 30px;
  height: 30px;
}
.btn-insta span{
  display: block;
  background: #fff;
  padding: 12px 12px 12px 8px;
  text-align: center;
  font-size: 14px;
  position: relative;
  border-radius: 5px;
  color: #660000 !important;
  line-height: 1.4;
}
.btn-insta span:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  line-height: 1;
  font-size: 12px;
  right: 15px;
  margin-top: -5px;
  font-weight: normal;
}
.btn-insta:hover{
  text-decoration: none;
  opacity: 0.5;
}




#main {
	position: relative;
	margin-top: 18px;
    margin-bottom: 30px;
}

.tantetsu-tantetsu-onlypc {
 	display: none;
}

.movie {
	position: absolute;
    width: 40%;
    height: 22vw;
    margin: 0 0 0 auto;
    right: 23px;
    bottom: 20px;
}

.movie p {
	font-size: 10px;
	padding-top: 5px;
	line-height: 1.5;
    color: #be904a;
	text-align: left;
}

.btn-book {
	clear: both;
	padding: 0 15px 15px 15px;

}

.btn-book a {
    margin: 15px auto 0 auto;
    color: #fff;
    padding: 17px 34px 14px 10px;
    font-size: 12px;
	position: relative;
    text-align: center;
    font-weight: bold;
    background: #000;
	display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  transition-property: all;
  transition: 0.3s linear;
}



.btn-book a:after {
    content: "\f700";
    font-family: 'willer_iconsregular';
    position: absolute;
	top: 50%;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    right: 15px;
    margin-top: -8px;
}


.btn-book a:hover,
.btn-book a:focus{
    background: #999 !important;
	text-decoration: none;
}




h2.common-title {
    color: #be904a;
    font-size: 20px;
    font-weight: bold;
    margin:20px 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-left: auto!important;
    margin-right: auto!important;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h2.common-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #be904a;
    width: 110px !important;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
}

p.common-text {
	   padding-bottom: 15px;
	line-height: 1.5;
}

#course {
  text-align: center;
  margin-bottom: 20px;
}

#course, #course2, #about, #service, #use, #use2, #routemap, #chef {
  text-align: center;
}




#course p, #course2 p, #about p, #service p{
    text-align: left;
	font-size: 14px;

}


#course p, #course2 p {
	line-height:1.5;
}


#use h3 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}



#use .common-text p {
	padding-bottom: 15px;
	line-height: 1.5;
	text-align: left;
	display: inline-block;
}

.itembox01 a, .itembox02 a, .itembox03 a, .itembox04 a {
	color: #000;
}

.itembox01 a:hover, .itembox02 a:hover, .itembox03 a:hover, .itembox04 a:hover  {
	color: #000;
}

.itembox01, .itembox02, .itembox04 {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 15px;
    position: relative;
}

.itembox-tum {
	width: 45%;
	float: left;

}

.itembox-body {
    width: 55%;
	float: left;
    padding: 10px;
}

.itembox-body h3 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.itembox-body p {
	line-height: 1.5;

}


#course .itembox02 .itembox-body p {
font-size: 11px;
}

#course2 .itembox02 .itembox-body p {
font-size: 11px;
}

.itembox03 {
	background-color: transparent;
	margin-bottom: 40px;
}

.itembox03 p {
	padding-bottom: 15px;
}

.itembox03.itembox-body h3 {
	font-weight: bold;
	font-size: 16px;
}

.itembox03 .itembox-tum {
    width: 100%;
	float: none;
}

.itembox03 .itembox-tum img {
    width: 100%;
	margin: 0 auto 15px auto;
}

.itembox03 .itembox-body {
    width: 100%;
    padding: 5px 0 15px 0;
}

.itembox03 .itembox-body p {
	font-size: 12px;
}




.itembox03b {
	background-color: transparent;
}

.itembox03b .itembox-tum {
    width: 100%;
	float: none;
}

.itembox03b .itembox-tum img {
    width: 100%;
	margin: 0 auto;
}

.itembox03b .itembox-body {
    width: 100%;
    padding: 10px 0 30px 0;
	float: none;
}

.itembox03b .itembox-body h3 {
	line-height: 1.5;
}

#course .itembox01 .itembox-body p, #course2 .itembox01 .itembox-body p, #service .itembox02 .itembox-body p, #service .itembox04 .itembox-body p, .itembox03b .itembox-body p {
	font-size: 14px;
}

.box-course-change{
    background: #fef5f9;
    padding: 10px;
    border-radius: 4px;
}
.box-course-change b{
    font-weight: bold;
    color: #dc3545;
}
.text-start{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #dc3545;
    display: block;
    margin-top: 15px;
}
.itembox01 .text-start + .btn-detail{
    margin-top: 5px !important;
 }

#course-main {
	margin: 0 auto;
	text-align: center;
	background-image: url(/static/img/train/tantetsu/common/course-main-bg.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:contain;
	display: inline-block;
}


#course-main h1 {
    color: #be904a;
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-left: auto!important;
    margin-right: auto!important;
	line-height: 1.2;
    font-feature-settings: "palt";
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


#course-main h1 img {
    padding-right: 5px;
    width: 158px;
}

.course-title {
	margin-bottom: 30px;
}

.course-title img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    width: 110px;
}




#course-main .itembox-tum {
	margin-bottom: 10px;
}

#course-main .itembox-body p {
    text-align: left;
    font-size: 14px;
}

#course-main .itembox-body .item-name {
	font-weight: bold;
    color: #be904a;
}



#chef .itembox-body h3 {
 	font-weight: bold;
	color: #be904a;
	font-size: 20px;
	padding-bottom: 10px;
}


#chef .itembox-body p {
	text-align: left;
	font-size: 14px;
    line-height: 1.8;
}

#chef .itembox-body .shop-name {
	font-size: 14px;
	padding: 5px 0 0 0;
    display: inline-block;
}


.column {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.column h2{
	font-weight: bold;
	font-size: 18px;
	border-bottom: #000000 solid 1px;
	width: 100%;
	text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
}


.column .itembox05 {
	border-bottom:1px dotted #000;
	padding: 15px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.column .itembox05:last-child {
	border-bottom:none;
}


.column .itembox-tum {
    width: 28%;
    float: left;
}


.column .itembox-tum img {
    width: 198px;
}


.column .itembox-body {
    width: 72%;
    float: left;
    text-align: left;
    padding: 0 0 0 20px;
}

.column .itembox-body p {
    font-size: 14px;
}

.column .itembox-body h3 {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 5px;
}
.column .itembox-body h3 .soe{
	font-size: 0.9em;
}

.column ul {
	padding: 5px 0;
	float: left;
}

.column li {
	padding-left: 10px;
	display: table-cell;
	text-align: left;
    height: 66px;
    vertical-align: middle;
	line-height: 1.5;
}

.column li:first-child{
	padding-left: 0;
}

.column li:last-child{
	padding-right: 15px;
}


.column li img {
    width: 74px;
}


#indoorview .itembox-indoorview {
	height: 190px;
    width: 100%;
    margin: 0 auto;
}
#common-main {
	margin: 0 auto;
	text-align: center;
	background-image: url(/static/img/train/tantetsu/common/common-main-bg.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:contain;
	display: inline-block;

}


#common-main h1 {
    color: #be904a;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    margin-left: auto!important;
    margin-right: auto!important;
	line-height: 1.6;
    font-feature-settings: "palt";
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



#common-main h1 img {
    padding-right: 5px;
    width: 158px;
}

.common-main-title {
	margin-bottom: 30px;
}

.common-main-title img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    width: 110px;
}




#common-main .itembox-tum {
	margin-bottom: 10px;
}

#common-main .itembox-body {
    width: 100%;
	float: none;
    padding: 0px;
	margin-bottom: 30px;
}

#common-main .itembox-body p {
    text-align: left;
    font-size: 14px;
}

#common-main .itembox-body .item-name {
	font-weight: bold;
    color: #be904a;
}
.category{
	display: block;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
}

/*テーブル*/

#dia .common-text {
	text-align: left;
}


#dia table {
	width: 100%;
	margin-bottom: 30px;
	font-size: 8px;
}
#dia table td {
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	padding: 3px;
	border: #ccc 1px solid;
}
#dia table th {
	font-weight: bold;
	background-color: #e7e7e7;
	text-align: center;
	padding: 5px;
	border: #cccccc 1px solid;
}

#dia  h3 {
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}


#aomatsu #about, #akamatsu #about {
    margin: 0 auto;
    text-align: center;
    background-image: url(/static/img/train/tantetsu/common/about-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    }

/* FAQ & Contact-'19/02/04
===============================*/
#contact .mb-1 {
  margin-bottom: 25px;
}
#contact p,
#contact .column ul {
  font-size: 14px;
  line-height: 1.6;
}
#contact h1.common-title {
  display: block;
  color: #be904a;
  font-size: 24px;
  font-weight: bold;
  clear: both;
  margin: 20px 0;
  position: relative;
  padding-bottom: 15px;
  margin-left: auto!important;
  margin-right: auto!important;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#contact h1.common-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #be904a;
  width: 110px !important;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
}
#contact .column-title-sub {
  margin: -20px -25px 30px -25px;
  padding: 15px;
  background: #222;
  color: #FFF;
  text-align: center;
}
#contact .column-title-inner {
  margin-top: 30px;
  line-height: 1.6;
}
#contact h3 {
  margin: 30px 0 15px 0;
  padding-left: 10px;
  border-left: 7px solid #be904a;
  font-weight: bold;
  color: #be904a;
  line-height: 1.6;
}
#contact .icon-right::before {
  margin-right: 5px;
	content:"\f720";
  color: #666;
  font-family: 'willer_iconsregular';
  font-size: 14px;
}
#contact .link-mail {
  margin: 15px 0;
}
#contact .link-mail a{
  text-decoration: underline;
  font-size: 16px;
}
#contact .notes {
  margin: 15px 0 30px 0;
  padding: 15px;
  border: 1px solid #666;
}
#contact .notes strong {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px dotted #333;
}
#contact .notes .notes-list {
  float: none;
  padding-left: 1em;
  font-weight: bold;
  list-style: disc;
}
#contact .notes .notes-list li {
  display: list-item;
  height: auto;
  padding-left: 0;
  padding-bottom: 5px;
}
#contact .notes .comments {
  position: relative;
  margin-top: 15px;
  padding-top: 1.6em;
}
#contact .notes .comments::before {
  position: absolute;
  top: 0;
  color: #F00;
  font-weight: bold;
  content: "ご注意";
}
#contact .inner-column small {
  font-size: 14px;
}
#contact .info-block {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px dotted #CCC;
}
#contact .inner-contact-title {
  padding: 15px 0;
  line-height: 1.6;
}
#contact .inner-contact-title,
#contact .inner-contact-title a {
  position: relative;
  font-weight: bold
}
#contact .inner-column .info-time,
#contact .inner-column .info-tel {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 3em;
  line-height: 1.6;
}
#contact .info-time::before,
#contact .info-tel::before {
  display: inline-block;
  position: absolute;
  left: 0;
  padding: 2px 5px;
  background: #ddd;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  content: "";
}
#contact .inner-column .info-time small,
#contact .inner-column .info-tel small {
  display: inline-block;
  margin-top: 5px;
  line-height: 1.4;
}
#contact .info-time::before {
  content: "時間";
}
#contact .info-tel::before {
  content: "電話";
}
#contact .inner-column li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
}


@media(max-width:767px) {
	#page-top {
	    bottom: 5px;
	    right: 5px;
	}

	#page-top a {
	    width: 30px;
	    height:30px;
    }

    #page-top a:before{
    	font-size:14px;
    }
}


@media(min-width:768px) {

#course-main h1 {
    font-size: 52px;
    margin-top:30px;
}


#course-main h1 img {
    padding-right: 10px;
    width: 215px;
}

.course-title img {
    margin-top: 15px;
    width: 180px;
}

h2.common-title {
    font-size: 32px;
    margin: 40px 0;
}

.itembox01 .itembox-body h3 {
    font-size: 16px;
	line-height: 1.5;
	}

.itembox04 .itembox-body h3  {
    font-size: 18px;
	line-height: 1.5;
	}

.itembox-body p { line-height: 1.5;
	font-size: 14px;}

#course .itembox01 .itembox-body p, #service .itembox02 .itembox-body p, #service .itembox04 .itembox-body p, .itembox03b .itembox-body p {
    font-size: 14px;
	}

#course .itembox02 .itembox-body p {
font-size: 14px;
}

#course2 .itembox01 .itembox-body p, #service .itembox02 .itembox-body p, #service .itembox04 .itembox-body p, .itembox03b .itembox-body p {
    font-size: 14px;
	}

#course2 .itembox02 .itembox-body p {
font-size: 14px;
}

.column h2 {
    font-size: 22px;
}


.column ul {
	padding: 10px 0;
}

.column li img {
    width: 74px;
}



.column .itembox-tum {
    width: 15%;
}


.column .itembox-body {
    width: 85%;
}




.column .itembox-body h3 {
    font-size: 16px;
}

#indoorview .itembox-indoorview {
	height: 500px;
    width: 80%;
}

#common-main {
	background-size:cover;
}
#common-main h1 {
    font-size: 36px;
    margin-top:30px;
}


#common-main h1 img {
    padding-right: 10px;
    width: 215px;
}

.common-main-title img {
    margin-top: 15px;
    width: 180px;
}

/*テーブル*/
#dia table {
	width: 100%;
	margin-bottom: 30px;
	font-size: 13px;
}
#dia table td {
	padding: 14px;
}
#dia table th {
	padding: 14px;
}

#dia  h3 {
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
	font-size: 20px;
}
/* FAQ & Contact-'19/02/04
===============================*/
#contact .pb-md-1 {
  padding-bottom: 25px;
}
#contact h1.common-title {
  margin: 40px 0;
  font-size: 32px;
}
#contact h3 {
  margin: 15px 0;
}
#contact .column-title-inner {
  margin: 60px 0 30px;
  line-height: 1.6;
}
#contact .column-title-sub {
  margin: -20px -25px 30px -25px;
}
#contact .inner-column {
  margin-bottom: 30px;
}
#contact .inner-column .info-time,
#contact .inner-column .info-tel {
  padding-top: 10px;
}
#contact .column h2.column-title {
  margin-bottom: 15px;
}
#contact .inner-column .inner-contact-title {
  padding-right: 30px;
}
}



.btn-detail {
    color: #fff;
margin-top: 15px;
    padding: 12px 12px 12px 8px;
    font-size: 12px;
    position: relative;
    text-align: center;
    font-weight: bold;
    background: #660000;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-property: all;
    transition: 0.3s linear;
}



.btn-detail:after {
	    content: "\f105";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
    position: absolute;
	top: 50%;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    right: 15px;
    margin-top: -5px;
}


/*▼PC*/

@media(min-width : 992px) {


.btn-detail {
    font-size: 14px;
}


.btn-detail:after {
    font-size: 14px;
}

#course-main h1 img {
	width: 242px;
	}


.social-btn-wrap {
    width: 100%;
	}

.social-btn-box {
	position: static;
    margin-bottom: 15px;
}


ul#social_btn {
    float: right;
	}

.tantetsu-onlypc {
 	display: block;
}

.btn-detail {
margin-top: 0px;
}

.itembox02 .btn-detail {
    width: 330px;
    display: inline-block;
}


#main {
    width: 970px;
    margin: 0 auto;
	clear: both;
}

.movie {
    position: absolute;
    margin: 0 0 0 auto;
    width: 347px;
    height: 180px;
    right: 90px;
    bottom: 32px;
}

.movie p {
	font-size: 10px;
	padding-top: 8px;

}

#course, #course2, #about, #service, #use, #routemap, #chef {
	margin: 0 auto 30px auto;
}



.btn-book a {
    width: 400px;
    margin: 15px auto 0 auto;
}



.itembox01 .itembox-tum {
    width: 100%;
    float: none;
}

.itembox01 .itembox-body {
    width: 100%;
	padding: 15px;
	}


.itembox02 .itembox-tum {
    width: 23%;
}

.itembox02 .itembox-body {
    width: 77%;
    text-align: right;
    padding: 15px;
	}


.itembox03 .itembox-body {
    width: 100%;
    padding: 5px 0 30px 0;
	}

.itembox04 .itembox-tum {
    width: 100%;
	float: none;
}

.itembox04 .itembox-body {
    width: 100%;
	}

.itembox01 .btn-detail, .itembox02 .btn-detail, .itembox04 .btn-detail {
    margin-top: 15px;
}



.column {
    padding: 35px 50px;
}

.itembox03 .itembox-tum img {
    width: 80%;
}


#chef .itembox-body .shop-name {
	font-size: 14px;
	padding: 0 0 0 10px;
}


#sct-tab {
	margin: 15px auto 30px auto;
    width: 1140px;
}



#sct-tab li > a, #sct-tab > li > a:focus, #sct-tab li > a:hover {
	font-size: 16px;
}

#sct-tab li > a > i {
    display: inline;
}



#common-main h1 img {
	width: 242px;
	}
#common-main .itembox-body p {
    font-size: 18px;
}
/* FAQ & Contact-'19/02/04
===============================*/
#contact .column-title-sub {
  margin: -35px -50px 30px -50px;
}
}






/*▼PC 1200*/

@media(min-width : 1200px) {

.social-btn-wrap {
    width: 1170px;
	}

#main {
    width: 1140px;
    margin: 0 auto;
}

.movie {
    position: absolute;
    width: 400px;
    height: 216px;
    margin: 0 0 0 auto;
    right: 133px;
    bottom: 34px;

}

}



.lum-lightbox {z-index:60;}


#course h3.period, #course2 h3.period{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.414;
}




.btn-book-wrap .itembox01 a:hover, .itembox02 a:hover, .itembox04 a:hover {
    background-color:unset;
    }

.btn-book-wrap .btn-detail {
    background: #000;
	padding-right: 29px;
    }

.btn-book-wrap .itembox01, .btn-book-wrap .itembox02, btn-book-wrap .itembox04 {
    background-color:unset;
}

a.modal-btn {
cursor: pointer;
}


.btn-detail p {
text-align: center;
font-size: 14px;
}

.tag {
    padding: 2px 5px;
    color: #fff;
    background: #F53D7E;
    border: none;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
	margin-top: 5px;
}

.price-text-b {
font-size: 14px;
}

#use .itembox-body p {
    text-align: left;
    }

#course-main .itembox-body .goto-line {
    font-size: 16px;

}

.txt-label {
    margin-right: 10px;
}

.goto_price {
    font-weight: bold;

}


.normal-line {
    font-size: 14px;
    font-weight: normal;
}



/*----------------------20220119追記--------*/
#dia table{
	display: block;
    width: 100%;
    max-width:1040px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#dia table .sticky{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}
@media (min-width:992px) {
	#dia .common-title + .container{
		width: max-content;
	}
}


/* reco */
#reco img{
	display:block !important;
	width:100%;
	height:auto;
}

#reco dt{
	border:none !important;
}

#reco .card-plan-title{
	min-height:48px;
	line-height:1.4;
}

#reco .card-plan-01 dd{
	padding-top:10px;
	padding-bottom:0;
}

#reco .card-inner{
	padding-bottom:0;
	margin-bottom:0;
}

@media (min-width:992px){
	.card-plan-01{
		min-height:260px;
	}
}

#reco .title02 {
	font-size:32px;
	color:#be904a;
	font-weight: bold;
	margin:20px 0;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	margin-left: auto!important;
	margin-right: auto!important;
	line-height: 1.5;
	font-feature-settings: "palt";
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background:none;
	letter-spacing:1px;
}
#reco .title02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #be904a;
    width: 110px !important;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
}

@media (max-width:787px){
	#reco img{
		width:100%;
		height:108px;
		object-fit:cover;
	}
	#reco .title02 {
		font-size:20px;
	}
}

/*------willercolle------*/
#willercolle .title02 {
  font-size: 32px;
  color: #be904a;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-left: auto!important;
  margin-right: auto!important;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: none;
  letter-spacing: 1px;
}
#willercolle .title02:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #be904a;
  width: 110px !important;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 auto;
}
#willercolle img {
  display: block !important;
  width: 100%;
  height: auto;
}
#willercolle a {
  color: #333;
}
#willercolle .card-plan-title {
  min-height: 48px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
#willercolle .card-plan-01 dd {
  padding-top: 10px;
  padding-bottom: 0;
}
#willercolle .text-right{
	padding: 0px 0 80px;
}
#willercolle .read_more{
	color: #be904a;
	background: #fff;
	font-weight: bold;
	border: 3px solid #be904a;
	border-radius: 24px;
	padding: 8px 16px;
}
#willercolle .read_more:hover{
	text-decoration: none;
	color: #fff;
	background: #be904a;
}

@media (max-width:787px){
	#willercolle img{
		width:100%;
		height:108px;
		object-fit:cover;
	}
	#willercolle .title02 {
		font-size:20px;
	}
}



/*-----------くろまつトップの直書きスタイル------------*/
#schedule .content {
  margin: 8px auto 30px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
	text-align: left;
  border: solid 2px #F6BB42;
  background-color: #fff;
}

/*コロナ対策用*/
.acc-box{padding:1rem 0;}
.acc-box .card-header{padding:10px;background: #feebf2;border-bottom:none;}
.acc-box .card-header h3{font-size: 16px;font-weight: bold;margin:0;color: #dc3545;line-height: 1.4;}
.acc-box .card-header button{display: block;width: 100%;text-align: left;}
.acc-box .card-header .titl-acc{font-size: 14px;font-weight: bold;margin:0;color: #dc3545;line-height: 1.4;}
.acc-box .card-header .titl-acc button{background: none;text-align: left;color: #dc3545;padding:0 30px 0 0;position: relative;line-height: 1.4;display: block;width: 100%;font-weight: bold;}
.acc-box .card-header:first-child{border-radius: 0;}
.acc-box .card{border-radius: 0;border: 2px solid #d9534f;}
.acc-box .card-body{padding:10px 20px;background: #feebf2;font-size: 14px;text-align: left;}
.acc-box .card-body b{font-weight: bold;}
.acc-box .card-body b.colorred{color: red;}
.acc-box .card-header button:after {position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 0px;content: "\f077";font-family: "Font Awesome 5 Free";font-weight: 900;color: #d9534f;}
.acc-box .card-header button.collapsed:after {content: "\f078";}

.acc-box .card-body .card-header{padding:10px 15px;background: none;}
.acc-box .card-body .card{border-radius: 0;border: none;}
.acc-box .card-body .card-body{padding:10px 20px;background: #fff;font-size: 14px;text-align: left;}
.acc-box .card-body .card-header button:after {position: relative;top: 1px;-webkit-transform: none;transform:none;right: auto;content: "\f077";font-family: "Font Awesome 5 Free";font-weight: 900;color: #d9534f;margin-left:10px;}
.acc-box .card-body .card-header button.collapsed:after {content: "\f078";}
.acc-box .card-body p{
    line-height: 1.6;
    font-size: 14px;
}
.itembox-tum a img:hover{
  background-color: #FFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-property: all;
  transition: 0.3s linear;
}
.tx_bold{
  font-weight: bold!important;
}
.tx_red{
	color: #dc3545;
}
.on_sale_date{
  color: #be904a;
  font-feature-settings: "palt";
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


.acc_text{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.movie > div{
	position: relative;
	display: block;
	max-width: 960px;
}
.movie > div > div{
	padding-top: 56.25%;
}
.movie iframe{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#course2 .card-body > p{
	font-size: 14px;
	line-height: 1.6;
}
#acc02 p{
	font-size: 13px;
	line-height: 1.6;
}
.period + p{
	font-size: 14px;line-height: 1.6;
}


.information-box{
    border: 2px solid #be904a;
    padding: 10px;
    background: #fff;
}
.information-title{
    background: #be904a;
    color: #fff;
    padding: 8px 5px 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.information-title p{
    line-height: 1.4;
}
.information-title b{
    font-size: 140%;
    margin-left: 3px;
}
.list-information{
    list-style: none;
    padding: 0px 10px;
}
.list-information > li{
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    text-align: left;
    line-height: 1.4;
}
.list-information > li + li{
    margin-top: 10px;
}
.list-information > li:before{
    content: "●";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 70%;
}
.list-kome{
    list-style: none;
    padding: 0px 10px;
}
.list-kome > li{
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
}
.list-kome > li + li{
    margin-top: 5px;
}
.list-kome > li:before{
    content: "※";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 70%;
}



/*-----------くろまつトップの直書きスタイル　ここまで------------*/


.kuromatsu_kv img{
	padding-top: 16px;
}
#jazz{
	margin:60px auto 0px auto;
}
#jazz img{
	margin:0px auto 40px;
	display:table;
	width:100%;
}
#link_kitakinki{
	margin: 60px auto 40px auto;
}
#link_kitakinki a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	background: #fff;
	padding: 16px;
	transition: 0.24s ease;
}
#link_kitakinki a img{
	width: 40%;
	object-fit: cover;
}
#link_kitakinki a:hover{
	text-decoration: none;
	filter: brightness(1.06);
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
  opacity: 1;
}
#link_kitakinki a:hover img{
  opacity: 1;
}
a .texts{
	width: auto;
	flex: auto;
	color: #1c1c1c;
	text-align: left;
	padding-left: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.texts h3{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	width: 100%;
}
.texts p{
	line-height: 1.618;
	font-size: 13px;
	width: 100%;
}
.texts .price{
	font-size: 12px;
	margin-top: 16px;
	text-align: right;
}
.texts .price span{
	color: #f53c7f;
	margin-left: 10px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.texts .price span i{
	font-size: 12px;
}
.texts .btn-detail{
	align-self:flex-end;
	width: 100%;
}
a:hover .texts .btn-detail{
	background: #be904a;
}
#course .tx_gold{
	color: #be904a;
	line-height: 1.6;
	font-feature-settings: "palt";
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media (max-width:767px) {
	.itembox-tum,
	.itembox-body{
		width: 100%;
		float: none;
	}
	.itembox-tum img{
		width: 100%;
	}

	#link_kitakinki a img{
		width: 100%;
		object-fit: cover;
	}
	#link_kitakinki a{
		flex-wrap: wrap;
	}
	a .texts{
		padding: 16px 0 0 0;
	}
}
