@charset "utf-8";

.contents {
    font-family:  'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #222;
    background: url("../img/bg.jpg");
}
/*------------------------------------------------
	パンくず
--------------------------------------------------*/
.ui-static-breadcrumb-list {
        margin: 0;
}
/*------------------------------------------------
	ページトップ
--------------------------------------------------*/
.goTop {
        & a {
                display: flex;
                cursor: pointer;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                background-color: rgba(105, 113, 128, .5);
                width: 48px;
                height: 48px;
                & img {
                        width: 24px;
                        height: 24px;
                }
        }
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainVisual {
	width: 100%;
	height: 400px;
    background: url("../img/main-bg.jpg") no-repeat top center;
	text-align: center;
}
#mainVisual .inner {
    width: 1104px;
 	height: 400px;
    margin: 0 auto;
    position: relative;
}
#mainVisual .btn-bus {
    position: absolute;
    bottom: -50px;
    right: -70px;
}
#mainVisual .btn-bus a {
    display: block;
    transition: all 0.7s;
}
#mainVisual .btn-bus a:hover {
   transform: scale(1.05);
}

/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
	width: 100%;
    background: #ffd0c4;
    background: linear-gradient(90deg, rgba(255,189,173,1) 0%, rgba(255,234,228,1) 33%, rgba(255,234,228,1) 67%, rgba(255,189,173,1) 100%);
}
#lead .inner {
	width: 900px;
	margin: 0 auto;
}
#lead .lead-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 20px 0;
	text-align: center;
}
#lead .lead-text span {
    font-size: 22px;
    color: #df0202;
}
/*------------------------------------------------
	食べ方/ズワイガニ　タイトル共通部分
--------------------------------------------------*/
#tabekata {
    width: 100%;
    padding: 60px 0 0 0;
}
#zuwai {
    width: 100%;
    padding: 60px 0;
}
#tabekata .inner,
#zuwai .inner {
    width: 1104px;
    margin: 0 auto;
}
#tabekata h2,
#zuwai h2 {
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    color: #603431;
    background: url("../img/line.png") no-repeat bottom center;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
#tabekata h2:before,
#zuwai h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 50px;
    background: url("../img/icon-kani.png") no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

/*------------------------------------------------
	食べ方
--------------------------------------------------*/
#tabekata ul {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tabekata ul li {
    width: 455px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#tabekata ul li .ph {
    width: 250px;
    height: 175px;
}
#tabekata ul li .ph img {
    width: 100%;
    border-radius: 10px;
}
#tabekata ul li .text {
    width: 180px;
}
#tabekata ul li .text dt {
    font-size: 22px;
    line-height: 1.7em;
    font-weight: bold;
}
#tabekata ul li .text dd {
}

/*------------------------------------------------
	ズワイガニ説明
--------------------------------------------------*/
#zuwai .desc {
    width: 960px;
    height: 250px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#zuwai .desc .ph {
    width: 230px;
    margin-right: 50px;
    height: 100%;
}
#zuwai .desc .ph img {
    width: 100%;
    border-radius: 50%;
}
#zuwai .desc .text {
    width: 680px;
    margin-bottom: 30px;
}
#zuwai .desc .info {
    width: 680px;
    background-color: #eee4d6;
    padding: 10px 15px;
    color: #572b28;
}
#zuwai .desc .info li:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}
#zuwai .brand-box {
    width: 960px;
    margin: 0 auto;
    border: solid 5px #eee4d6;
    padding: 50px 40px 10px;
    background-color: #fff;
    background-image: url("../img/map.png"),url("../img/illust-kani2.png");
    background-repeat: no-repeat,no-repeat;
    background-position: top right, top 30px left 30px;
}
#zuwai .brand-box h3 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
    padding-left: 140px;
    margin-bottom: 40px;
}
#zuwai .brand-box h3 span {
    display: inline-block;
    background: linear-gradient(transparent 70%, #ffea42 70%);
}
#zuwai .brand-box .lead {
    width: 500px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #eb6d48;
    margin-bottom: 30px;
}
#zuwai .brand-box ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#zuwai .brand-box ul li .ph {
    width: 250px;
    height: 175px;
}
#zuwai .brand-box ul li .ph img {
    width: 100%;
    border-radius: 10px;
}
#zuwai .brand-box ul li .text {
    width: 590px;
}
#zuwai .brand-box ul li .text dt {
    font-size: 22px;
    line-height: 1.7em;
    font-weight: bold;
}
#zuwai .brand-box ul li .text dd {
}

/*------------------------------------------------
	ツアー ナビ・タイトル
--------------------------------------------------*/
#tourWrap {
    width: 100%;
    padding: 30px 0 70px;
}
#tourWrap #navi {
    width: 100%;
    background-color: #b62604;
    text-align: center;
    padding: 30px 0 20px;
    margin-bottom: 50px;
}
#tourWrap #navi h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
#tourWrap #navi h2:before {
    content: "";
    display: block;
    width: 210px;
    height: 60px;
    margin: 0 auto;
    background: url("../img/navi-ttl.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
}
#tourWrap #navi ul {
    width: 1104px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#tourWrap #navi ul li {
    width: 230px;
    margin: 0 5px;
    color: #b62604;
    font-size: 18px;
    font-weight: bold;
}
#tourWrap #navi ul li a {
    display: block;
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 5px;
    position: relative;
}
#tourWrap #navi ul li a:hover {
    background-color: #fbff6c;
    transition: all 0.6s ease;    
}
#tourWrap #navi ul li a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
}
#tourWrap .inner {
    width: 1104px;
    margin: 0 auto;
}
#tourWrap h3 {
    font-size: 38px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
    margin: 80px 0 30px;
}
#tourWrap h3:before {
    content: "";
    display: inline-block;
    width: 140px;
    height: 54px;
    background: url("../img/title-left.png") no-repeat;
    background-size: contain;
    margin-right: 20px;
}
#tourWrap h3:after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 54px;
    background: url("../img/title-right.png") no-repeat;
    background-size: contain;
    margin-left: 20px;
}
#tourWrap .more-btn {
    width: 900px;
    text-align: center;
    margin: 20px auto;
    font-size: 18.5px;
}
#tourWrap .more-btn a {
    display: block;
    background: #bc981c;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    box-shadow: 2px 2px 4px gray;
    position: relative;
}
#tourWrap .more-btn a:hover{
	transition:all 0.8s ease;
	opacity: 0.8;
}
#tourWrap .more-btn a:after  {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    right: 15px;
}
/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
    width: 100%;
}
.item-json-wrap {
    display: flex;
    flex-wrap: wrap;
}
.item-json-wrap > li {
    width: 24%;
    margin: 0 0.5% 20px;
}
.item-json-wrap > li:empty {
    display: none;
}
.item-box {
    border: solid 1px #000;
    background-color: #fff;
}
.item-box a {
	color: inherit;
	text-decoration: none;
    display: block;
}
.item-box:hover {
    border: solid 1px #b62604;
    opacity: 0.9;
    transition: all 0.6s ease;
}
.item-box .item-pic {
}
.item-box .item-pic img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	vertical-align: bottom;
}
.item-box .item-area {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
    padding: 5px;
}
.item-box .item-text-wrap {
    padding: 10px 8px;
}
.item-box .item-title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}
.item-box .item-detail {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.item-box .item-price {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #d10404;
    text-align: right;
}
.item-box .item-room {
    font-size: 11px;
	line-height: 1.4em;
    text-align: right;
}
.item-box .item-dep {
    font-size: 11px;
	line-height: 1.4em;
    text-align: right;
}

.item-box .item-point {
    margin: 5px;
    background-color: #f4f4f4;
    padding: 5px;
    font-size: 13px;
    line-height: 1.4em;
}
.item-box .item-point-ttl {
    font-weight: bold;
    color: #ee660b;
    margin-bottom: 2px;
}
/*.item-box .item-point-text {
    vertical-align: middle;
}
.item-box .item-point-text p:before {
    content: "◆";
    margin-right: 2px;
}*/

/*他地区発*/
.item-search-link {
	margin-top: 7px;
	text-align: center;
    display: flex;
    justify-content: center;
}
.item-search-link a {
    display: inline-block;
    margin: 0 3px;
    background-color: #d84d1f;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 3px;
}
.item-search-link a:hover {
    opacity: 0.8;
	transition: opacity 0.4s ease;
}
.item-search-link a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.item-search-link a:link:not(:empty) {
    display: block;
}

/*アイコン表示*/
.item-box .item-icon {
    margin-bottom: 10px;
} 
.item-box .item-icon span {
    display: none;
    font-size: 11px;
    line-height: 1.0em;
    color: #da3200;
    border: solid 1px #da3200;
    padding: 3px 5px;
    margin-right: 3px;
}
.item-box .item-icon span.show {
    display: inline-block!important;
}
.item-box .item-icon .icon-car {
    color: #fff;
    border: solid 1px #62a91d;
    background-color: #62a91d;
}
.item-box .item-icon .icon-air {
    color: #fff;
    border: solid 1px #2798d5;
    background-color: #2798d5;
}
/*------------------------------------------------
	他の発着地
--------------------------------------------------*/
#other-dep {
    width: 100%;
    padding: 20px  0 70px;
}
#other-dep .inner{
    width: 1104px;
    margin: 0 auto;
}
#other-dep h2{
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}
#other-dep .oter-btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.oter-btn ul li {
    margin: 0 10px;
}
.oter-btn ul li a {
    border: 1px solid #aca8a8;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #b62604;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 30px;
}
.oter-btn ul li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    padding-left: 15px;
}
.oter-btn ul li a:hover {
	border: 1px solid #fff;
	background-color: #b62604;
	color: #fff;
}
.coming-text{
	text-align: center;
}

/*------------------------------------------------
新旧上下限js混在応急処置
(①新上下限②旧上下限③手書き の順番で優先表示)
--------------------------------------------------*/
.item-price .minmax-new:not(:empty) + .minmax-old,
.item-dep .js-split-departure:not(:empty) + span{
  display: none;
}
.js-split-departure::after,
span[id*="dep_"]::after{
  content: "出発";
}
.js-split-departure:empty::after,
span[id*="dep_"]:empty::after{
  display: none;
}
/*発着*/
.item-area .dpt-type::after{
  content: "発着";
}
.item-area .dpt-type.cartravel::after{
  content: "発";
}
.item-area .js-split-airport:not(:empty) + span{
  display: none;
}
.item-area .dpt-type:empty::after{
  display: none;
}


/*------------------------------------------------
	固定バナー
--------------------------------------------------*/
.fix-bnr {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 130px;
    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 {
    padding: 100px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}
#close a {
    color: #1a7acd;
}
#close .yokoku {
    color: #f00;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 30px;
}
#close .btn a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 15px 80px;
}
#close .btn a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-left: 15px;
}