@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&amp;subset=japanese');

/*----------------------------------------------
	全体
------------------------------------------------*/
.contents {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
	background-color: #ffea6f;
    background-image: repeating-linear-gradient(-45deg, #ffe33f, #ffe33f 3px, transparent 0, transparent 10px);
}
.nopc {
    display: none;
}
.contents a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
.contents .inner {
	width: 992px;
	margin: 0 auto;
}
/*----------------------------------------------
	メインビジュアル
------------------------------------------------*/
#mainvisual {
    width: 100%;
    height: 500px;
	background: url("../images/main-bg-pc.png") no-repeat top center;
}
#mainvisual .title {
    text-align: center;
    padding-top: 25px;
}

#mainvisual_2nd {
    width: 100%;
    height: 500px;
	background: url("../images/main-bg-pc.png") no-repeat top center;
}
#mainvisual_2nd .title {
    text-align: center;
    padding-top: 25px;
}

/*----------------------------------------------
ナビ
------------------------------------------------*/
#navi {
	background-color: #40290a;
}
#navi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align: center;
}
#navi ul li {
	width: 33%;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-weight: bold;
	color: #fff;
}
#navi ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 25px 0;
}
#navi ul li a:before,
#navi ul li a:after {
	content: "";
	display: inline-block;
	height: 1.2em;
	width: 1.2em;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px;
}
#navi ul li.tour a:before,
#navi ul li.tour a:after {
	background-image: url("../images/icon-plane.svg");
}
#navi ul li.tokuten a:before,
#navi ul li.tokuten a:after {
	background-image: url("../images/icon-balloon.svg");
}
#navi ul li.event a:before,
#navi ul li.event a:after {
	background-image: url("../images/icon-ribbon.svg");
}
#navi ul li.shopinfo a:before,
#navi ul li.shopinfo a:after {
	background-image: url("../images/icon_stores.svg");
}
#navi ul li.tokuten a:after {
	 transform: scale(-1, 1);
}
#navi ul li a:hover {
	color: #ffe734;
	opacity: 1;
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#navi.fixed ul li a {
	padding: 15px 0;
}
/*----------------------------------------------
　ツアー
------------------------------------------------*/
#tour {
    width: 100%;
    padding: 140px 0 100px;
}
#tour .inner {
    background-color: #fff;
    padding: 0 20px 20px;
    border-top: solid 60px #222;
    border-right: solid 4px #222;
    border-bottom: solid 4px #222;
    border-left: solid 4px #222;
	position: relative;
}
#tour .kikan {
	position: absolute;
	left: 30px;
	top: -90px;
}
#tour h2 {
	margin: -140px 0 40px;
	text-align: center;
}
#tour .uke {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
}
#tour .uke dt {
    width: 20%;
    background-color: #ff2970;
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 5px;
    text-align: center;
}
#tour .uke dd {
    width: 80%;
    border: solid 2px #ff2970;
    color: #333333;
    padding: 7px 10px;
    margin-bottom: 5px;
}
#tour .uke dd span {
    font-size: 0.7em;
    padding-left: 10px;
}
#tour .seiriken {
    margin-top:20px;
    padding: 10px 20px 20px;
    background-color: #ffe4ce;
}
#tour .seiriken .caption {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
#tour .seiriken ul {
    font-size: 15px;
    line-height: 1.5em;
	font-weight: 500;
}
#tour .seiriken dl {
	font-size: 13px;
	line-height: 1.4em;
}
#tour .seiriken dt {
	font-weight: 700;
}
#tour .seiriken .map {
	text-align: center;
	margin-top: 10px;
}
#tour .notes{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #f00;
    border: solid 1px #f00;
    padding: 5px;
	font-weight: bold;
}
#tour .end {
    font-size: 22px;
    line-height: 1.5em;
	text-align: center;
    color: #f00;
    padding: 60px 0;
    font-weight: bold;
	background-color: #ffe9e9;
}
#tour h3 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 40px;
    text-align: center;
}
#tour h3:before {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #ddd;
    margin-right: 20px;
}
#tour h3:after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #ddd;
    margin-left: 20px;
}

/*----------------------------------------------
　ツアー　商品
------------------------------------------------*/
.tour-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 30px;
}
.tour-box > li {
    width: 24%;
    margin: 0 0.5% 10px;
	background-color: #fff;
	position: relative;
}
.tour-box > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	padding-bottom: 10px;
	border: solid 2px #dfdfdf;
	position: relative;
}
.tour-box > li a:hover {
 	border: solid 2px #fbd438;
    opacity: 0.8;
    transition: all 0.6s ease;
}
/*残席わずか*/
.tour-box .houmen-icon {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 100;
    width: 25%;
}
.tour-box .tour-icon {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 100;
}
.tour-box .tour-icon span {
    display: inline-block;
    background-color: #FF0000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.0em;
    padding: 0 5px;
}
.tour-box .tour-icon span:empty {
    display: none;
}
.tour-box .tour-img-wrap {
}
.tour-box .tour-img img {
	width: 100%;
    height: 160px;
    object-fit: cover;
}
.tour-box .tour-area {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2.0em;
}
.tour-box .tour-dst {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 2.0em;
}
.tour-box .tour-text-wrap {
    padding: 7px;
}
.tour-box .tour-title {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
    margin-bottom: 10px;
}
.tour-box .tour-detail {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.tour-box .tour-price{
    font-size: 16px;
	line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.tour-box .tour-nenyu{
	font-size: 11px;
    line-height: 1.3em;
    color: #ef1d1d;
	text-align: right;
}
.tour-box .tour-dep{
	text-align: right;
	font-size: 11px;
}
.tour-box .btn {
    width: 90%;
    margin: 0 auto;
    background-color: #009bc3;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    position: relative;
}
.tour-box .btn:after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
}

/*商品空の時*/
.tour-box > li:empty {
    display: none;
}

.tour-bnr{
	margin: 2%;
}

.tour-bnr img{
	width: 100%;
}

.other-button {
    margin-top: 30px;
}

.other-button ul li {
    font-size: 16px;
    line-height: 2.5em;
    text-align: center;
    margin: 0 5px;
	background-color: #009bc3;
	border-radius: 5px;
}

.other-button ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0 35px 0 20px;
	font-weight: 700;
}

.other-button ul li a:after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
}

/*----------------------------------------------
	施策
------------------------------------------------*/
#event {
    width: 100%;
    padding: 0 0 50px;
	position: relative;
	background-color: #f3adbd;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg, #e5bcc5 25%, #e5bcc5 25%, transparent 25%, transparent 75%, #e5bcc5 75%, #e5bcc5 75%), linear-gradient(-135deg, #e5bcc5 25%, #e5bcc5 25%, transparent 25%, transparent 75%, #e5bcc5 75%, #e5bcc5 75%);}
#event .inner {
}
#event h2 {
	position: relative;
	top: -4px;
	right: 0;
	left: 0;
	text-align: center;
}
#event .box1 {
	
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
    padding-top: 50px;
}
#event .box {
	
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
    padding-top: 50px;
}
#event .box .fuki {
	position: absolute;
	left: 40px;
	top: -40px;
}
#event h3 {
	background-color: #ffe734;
	text-align: center;
	font-size: 24px;
	line-height: 2.4em;
	font-weight: 700;
    margin-bottom: 40px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
#event h4 {
	font-size: 30px;
	line-height: 1.3em;
	text-align: center;
	font-weight: 900;
	color: #1f459f;
	margin-bottom: 20px;
}
#event .event {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	background-color: #fffcdd;
}
#event .ph {
	width: 830px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	background-color: #fffcdd;
	padding: 0 50px 20px;
}
#event .ph li {
	width: 48%;
}
#event .ph li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	vertical-align: bottom;
	margin-bottom: 5px;
}
#event .ph li p {
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	font-weight: 700;
}
#event .detail {
	width: 830px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.4em;
    padding-bottom: 20px;
}
#event .detail:not(:last-child) {
	margin-bottom: 30px;
}
#event .detail dt {
	width: 16%;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
#event .detail dt span {
	font-size: 0.8em;
}
#event .detail dd {
	width: 84%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
#event .detail dt:last-of-type,
#event .detail dd:last-of-type {
	border-bottom: none;
}

#event .detail table {
	background-color: #efefef;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
}
#event .detail table th,
#event .detail table td {
	border: solid 1px #fff; 
	padding: 0 20px;
}
.link-button{
	width: 90%;
	margin: 15px auto 0;
	display: flex;
	gap: 20px
}
.link-button>a{
  display: block;
  width: 50%;
  margin: auto;
  background: #222;
  border-radius: 100px;
  box-shadow: 0px 3px 0px 0px rgba(0 0 0 / 23%);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px 40px;
  min-height: 42px;
  position: relative;
  text-decoration:none;
  color: #fff;
}
.link-button>a::after{
  content: "";
  background:  url("https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg");
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.link-button>a:hover{
 opacity: 0.7
}

#event .event-bottom-left {
	position: absolute;
    left: 10%;
    bottom: 0px;
}

#event .event-bottom-right {
	position: absolute;
    right: 10%;
    bottom: 0px;
}


.event-button-link {
  text-decoration: none; /* 下線を消す */
  display: block; /* ボタンをブロック要素として扱いやすくする */
  width: 80%;
  max-width: 400px;
  margin: 20px auto 0;
}

.event-button {
  display: block;
  width: 100%; /* 親要素の幅に合わせる */
  padding: 15px 30px;
  background-color: #009bc3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.event-button:hover {
  background-color: #0056b3;
}
@media screen and (max-width: 1280px) {
	#event .event-bottom-left {
		left: 0;
	}
	#event .event-bottom-left img {
		width: 140px;
	}
	#event .event-bottom-right {
		right: 0;
	}
	#event .event-bottom-right img {
		width: 140px;
	}
}

/*----------------------------------------------
特典
------------------------------------------------*/
#tokuten {
    width: 100%;
	position: relative;
    padding: 115px 0 150px;
	background-color: #a3dde6;
    background-image: linear-gradient(-90deg, #a4e5ef 50%, transparent 50%, transparent);
    background-size: 11px 11px;
}
#tokuten .inner {
}

#tokuten .inner.oka {
	margin-top: 100px;
}
#tokuten .kikan {
	position: absolute;
	left: 27px;
	top: -30px;
}
#tokuten h2 {
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	text-align: center;
}
#tokuten h3 {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	margin-top: -70px;
}
#tokuten .box {
	padding: 120px 0 15px;
    border-radius: 30px;
	text-align: center;
    background-color: #fff;
}
#tokuten .box img {
	border-radius: 30px;
	width: 90%;
	margin-top: 20px;
}
#tokuten p.info{
	width: 90%;
    margin: 0 auto;
    padding: 25px 10px 15px 10px;
	text-align: left;
}
#tokuten .tokuten-bottom {
	position: absolute;
    right: 15px;
    bottom: -4px;
}

@media screen and (max-width: 1200px) {
	#tour .tokuten-bottom {
		right: 0;
	}
	#tour .tokuten-bottom img {
		width: 270px;
	}
}

/*----------------------------------------------
　店舗案内
------------------------------------------------*/
#shopinfo {
    width: 100%;
    background-color: #efefef;
    padding: 60px 0;
}
#shopinfo .inner {
    width: 992px;
    margin: 0 auto;
}
#shopinfo .flex {
    display: flex;
    padding: 30px 50px;
    background-color: #fff;
	align-items: center;
}
#shopinfo .flex .left_img {
    max-width: 100%;
	height: auto;
}
#shopinfo .flex .left_img img{
    width: 85%;
	height: auto;
	margin-right: 10px;
}
#shopinfo .right_text {
    max-width: 100%;
	flex-wrap: wrap;
    justify-content: space-between;
}
#shopinfo .right_text p{
    width: 500px;
	font-size: 1.5rem;
	line-height: 3.5rem;
	height: auto;
	text-align: center;
}

#shopinfo h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
#shopinfo h2 img {
    width: 50px;
    margin-bottom: 10px;
}
#shopinfo .flex-box {
    display: flex;
    padding: 30px;
    background-color: #fff;
}
#shopinfo .flex-box .left {
    width: 50%;
    padding: 2% 2%;
}

#shopinfo h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
}
#shopinfo .gmap {
    margin-top: 10px;
}
#shopinfo .gmap a {
    display: inline-block;
    background-color: #0057b8;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    text-decoration: none;
}
#shopinfo .gmap a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    margin-right: 5px;
    font-weight: 900;
}
#shopinfo .gmap a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#shopinfo .shop {
    margin-top: 10px;
}
#shopinfo .shop a {
    display: inline-block;
    background-color: #0057b8;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    text-decoration: none;
}
#shopinfo .shop a:before {
    /*font-family: "Font Awesome 5 Free";
    content: "\f3c5";*/
    margin-right: 5px;
    font-weight: 900;
}
#shopinfo .shop a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
#shopinfo dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
#shopinfo dl dt {
    width: 30%;
    text-align: center;
    margin-right: 3%;
    /*margin-bottom: 7px;*/
}
#shopinfo dl dt span {
    display: inline-block;
    width: 100%;
    background-color: #777;
    color: #fff;
    border-radius: 20px;
}
#shopinfo dl dd {
    width: 65%;
    margin-bottom: 7px;
}
#shopinfo dl dd.tel {
    font-size: 30px;
    font-weight: bold;
    color: #ef3253;
}
#shopinfo .nolink,
#shopinfo a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}
#shopinfo img{
    width: 100%;
}
#shopinfo .left_img{
    width: 50%;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	#shopinfo .inner {
    width:768px;
}
	#shopinfo .right_text p {
		width: 450px;
	}
}
/*------------------------------------------------
	固定バナー
--------------------------------------------------*/
.fix-bnr {
    display: none;
    position: fixed;
    right: 5px;
    top: 100px;
    z-index: 100;
}
.fix-bnr a {
    display: block;
}
.fix-bnr p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.fix-bnr p.close a{
  display: block;
}
.fix-bnr p.close a i {
    font-size: 20px;
    color: #7c7806;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}
/*------------------------------------------------
	終了
--------------------------------------------------*/
#close {
    width: 900px;
    margin: 20px auto;
    border: solid 3px #40290a;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
}
#close p {
    color: #40290a;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
}
