@charset "UTF-8";


body {
	background-color: #fdedd5;
}



.tantetsu-onlypc {
    display: none;
}



@media(min-width : 992px) {

	.tantetsu-onlypc{
		display:block;
	}
	.tantetsu-onlysm{
		display:none;
	}
	}

article {
	background-color: #fff;
	}


.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 .itembox01 .btn-detail {
font-size:0;
}



#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 {
    display: table;
    width:100%;
    margin: 0 0 60px 0;
    border-collapse: collapse;
}


#allergy table {
    display: table;
    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: 15px 0 0 0;
    text-align: right;
    font-size: 14px;
}



.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 0 auto;
	position: relative;
    width: 100%;
}


@media screen and (max-width: 991px) {

.social-btn-wrap {
    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%;
}*/







#main {
	position: relative;
	margin-top: 18px;
    margin-bottom: 30px;
}

@media(max-width : 992px) {

#main {
    margin-top: 0px;
    margin-bottom: 30px;
}

}



.tantetsu-tantetsu-onlypc {
 	display: none;
}

.movie {
	position: absolute;
    width: 40%;
    height: 22vw;
    margin: 0 0 0 auto;
    right: 23px;
    bottom: 39px;
}

.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: #c9161d;
    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 #c9161d;
    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, #use p {
    text-align: left;
	font-size: 14px;

}


#course p, #course2 p {
	line-height:1.5;
}


#use h3 {
	text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}



#use .common-text p {
	padding-bottom: 15px;
	line-height: 1.5;
}

.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 {

	overflow: hidden;
	margin-bottom: 30px;
    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%;
        position: relative;
	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: 10px;
}



#course-main {
	margin: 0 auto;
	text-align: center;
	background-image: url(/static/img/train/nagaragawa/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;
}

#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;
    display: inline-block;
    padding: 15px 0;
	width: 100%;
}

.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 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/nagaragawa/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.2;
    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;
}


/*テーブル*/

#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/nagaragawa/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: #b48d4b;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-property: all;
    transition: 0.3s linear;
}



.btn-detail:after {
    content: "\f700";
    font-family: 'willer_iconsregular';
    position: absolute;
	top: 50%;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    right: 15px;
    margin-top: -8px;
}


/*▼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;
}*/

#course-main .itembox-body p {
    font-size: 18px;
}

.column {
    padding: 35px 50px;
}




#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: 100%;
	}

#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;
}


.sec-slide{
	margin-bottom: 44px;
}
.wrap-slide{
display: flex;
    margin-top: 60px;
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-top: 20px solid #c9161d;
    border-bottom: 20px solid #c9161d;
}


@media(max-width : 992px) {

.wrap-slide {
	border-top: 15px solid #c9161d;
    border-bottom: 15px solid #c9161d;
    margin-top: 30px;

}
}

.wrap-slide img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.wrap-slide img:first-child {
  animation: loop 50s -25s linear infinite;
}
.wrap-slide img:last-child {
  animation: loop2 50s linear infinite;
}

@media screen and (max-width: 767px) {
.sec-slide{
	margin-bottom: 23px;
}
.wrap-slide{
  height: 90px;
}
}



#main p {
    position: absolute;
    bottom: 10px;
    left: 32%;
    font-size: 12px;
    }


.movie iframe {
border: 2px solid #fff;
}


.num {
    font-size: 16px;
    font-weight: bold;
    color: #c9161d;
    display: inline;
}

.yen {
    font-size: 12px;
    font-weight: bold;
    display: inline;
    padding-right: 3px;
}


.btn-route {
    color: #fff;
    margin-top: 15px;
    padding: 12px 12px 12px 8px;
    font-size: 12px;
    position: relative;
    text-align: center;
    font-weight: bold;
    background: #a11e23;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-property: all;
    transition: 0.3s linear;
}


#about .itembox-tum p {
    position: absolute;
    bottom: 6%;
    right: 3%;
    padding: 8px;

}

#about .itembox-tum p a {
    color: #fff;
    }

#nagara #course {
    margin: 0 auto;
    text-align: center;
    background-image: url(/static/img/train/nagaragawa/course-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}




.wrap-addprice{
  margin: 12px auto;
  text-align: left;
  line-height: 1.4;
}
.title-period{
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.itembox-body small{
  font-size: 80%;
}
.wrap-addprice p{
  line-height: 1.4;
}



/* モーダル */

.modal-open {
    padding-right:0px !important;
}

.modal-header {
  background:#FAFAFA;
  border-radius:0;
  min-height:35px;
  padding:0;
  padding: 10px;
}

.modal-header .close {
  color:#333;
  font-size:30px;
  padding:0;
  opacity:1.0;
  position: absolute;
  top:23px;
  right:25px;
}

.modal-title {
  font-size:18px;
  font-weight:bold;
  text-align:center;
  width:100%;
  max-width: 95%;
}

.modal .loc-title-zone {
  margin-bottom:10px;
}

.modal .areaconts {
  width:100%;
}

.modal .main-single,
.modal .box-d3 {
  margin-bottom:0;
}

.modal-footer {
  display:block;
  border-top:none;
  text-align:center !important;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 99.5%;
  background: rgba(255,255,255,0.8);
  z-index:10;
}

.modal-footer button{
  width:100%;
  background:#333 !important;
  border:none;
}

.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active{
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-property: all;
  transition: 0.3s linear;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-footer .btn.focus, .modal-footer .btn:focus, .modal-footer .btn:hover {
  color: #fff;
}


@media screen and (max-width: 767px){
	#top .modal-header .close {
    margin: -1rem -1rem -1rem auto!important;
	}
	.modal-header .close span {
  	margin-top: -37px;
  	margin-right: -10px;
	}
	.modal-header .close span {
  	font-size: 16px;
  }
}

/*-------20220628追記-------*/
h1 img {
	width: 100%;
}


.itembox01 a {
	display: block;
}

.itembox01 a + a {
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
	.itembox01 a + a {
		margin-top: 15px;
	}
}