@charset "UTF-8";

.bg-none {background-image: none !important;}
.border-none {border: 0;}
.bg-blue {background-color: #EEF7FD;}
.bg-green {background-color: #edf9f2;}
.bg-gray {background-color: #F8F7F7;}

.area-index .block07 ul li.item a dl dt,
.news-and-topics .title,
.colored-block.type-1 .title {color: #f7578d;}
.news-and-topics  .section-header,
.colored-block.type-1 .section-header { border-color: #f7578d; }
.colored-block.type-2 .section-header { border-color: #11aaaa; }
.colored-block.type-3 .section-header { border-color: #58b3e9; }
.colored-block.type-4 .section-header { border-color: #8866bb; }
.colored-block.type-5 .section-header { border-color: #ee9911; }

.area-index .block04 h2:before,
.search-for-events h2::before,
.news-and-topics h2::before,
.whats-new h2::before {
	content: none;
}

.txt-center{
	text-align:center;
}
.bg-none .block {padding: 25px 0;}
.block {padding: 35px 0;}
.area-index .block04 {padding-top: 35px;}
.block-link {margin: 0;background-color: #66cccc;}
.block-link::after {
	border-top: 3px solid #333;
    border-right: 3px solid #333;
}
.block-cleam-link {margin: 0;background-color: #F4e88c;color: #333;}
.block-ppink-link {margin: 0;background-color: #ffcccc;color: #333;}
.block-pgreen-link {margin: 0;background-color: #99cc99;color: #333;}



@media screen and (max-width: 599px) {
	.bg-none .block,
	.block {
		padding:  20px 10px;
	}
	.block07 .item img {
		
	}
}

.area-index .main-search-area{
	height: 533px;
	box-sizing: border-box;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.bread-nav .mf_content-inner{
	width: 1000px;
}
.main-search-area .mf_content-inner{
	width: 1200px;
}
.footer-main .mf_content-inner{
	width: 1000px;
}
@media screen and (max-width: 599px) {
	.footer-main .mf_content-inner{
			width: 100%;
		}
}
@media screen and (min-width: 600px) {
	.mf_content-inner {
		width: 1200px;
		margin: 0 auto;
	}
}
.mf_content-inner img {
	width: 100%;
}

/* ----------------------------------------------------------------------
common.cssを上書き
---------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
	.bread-nav .mf_content-inner {
		width:100%;
	}
	.bread-nav {
		height:auto;
	}
	.bread-nav ul {
		white-space:normal;
	}
	.main-title h1 {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.area-index .main-search-area {
		height: auto;
		min-height: 130px;
		/* background-size: contain;
		height: 0; */
		/* 表示画像の高さ ÷ 表示画像の幅 × 100
		padding-top: 11.73%; */
	}
	.main-title {
		width: 100%;
		margin: 10px auto;
		padding: 0 10px;
	}
}
.area-index .main-search-area h1 {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    border: none;
    text-align: center;
	padding: 15% 10px;
	line-height: 1.4;
}
.main-title {
	width: 1000px;
	margin: 10px auto;
}
@media screen and (max-width: 599px) {
	.main-title {
		width: 100%;
	}
}
.main-title h1 {
	display: inline-block;
	font-size: 130%;
	font-weight: bold;
	margin: 0 20px 0 0;
}
.main-title p {
	display: inline-block;
}


.area-index .whats-new {
/*	margin-bottom: 50px;*/
}
.whats-new .whats-new-list-wrap {
	float: none;
	height: auto;
	width: 100%;
	overflow-y: auto;
}
.area-index .whats-new .section-header { border-color: #f87071; }

.area-index .whats-new .title,
.conversion-wrap .title {
	color: #f87071;
}
.conversion-wrap a.link {
	color: #166bb6;
	text-decoration: underline;
}
.conversion-wrap a.link:hover {
	text-decoration: none;
}
.conversion-inner .tel-fax-link {
	font-size: 150%;
}
.conversion-inner .tel-fax-link span + span {
	float: none;
	margin-left: 15px;
}

/* inner-link ---------------------------------------------------------------------------------------------*/
.inner-link {
	margin: 20px 0;
}
.inner-link > ul {
/*	border-left: 1px solid #e6e6e6;*/
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inner-link > ul > li {
	width: calc(25% - 5px);
	margin-bottom: 5px;
}
.inner-link a {
	display: block;
	position: relative;
/*	float: left;
	width: 25%;*/
	box-sizing: border-box;
	padding: 8px 0;
/*
	border-right: 1px solid #e6e6e6;
	border-top: 1px dashed #e6e6e6;
	border-bottom: 1px dashed #e6e6e6;
*/
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 124%;
	text-align: center;
	font-weight: bold;
	background: #999;
}
.inner-link a span {
	position: relative;
	padding-left: 23px;
}
.inner-link a span:before {
	font-family: icomoon;
	content: "\1f358";
	position: absolute;
	left: 0;
	top: auto;
	text-decoration: none;
}
.inner-link a:hover {
	text-decoration: none;
	background-color: #F8F7F7;
}
.inner-link .type-1 a {background-color: #f7578d;border: 1px solid  #f7578d;}
.inner-link .type-3 a {background-color: #58b3e9;border: 1px solid  #58b3e9;}
.inner-link .type-5 a {background-color: #ee9911;border: 1px solid  #ee9911;}
.inner-link .gray a {border: 1px solid  #999;}
.inner-link .type-1 a:hover {background-color: #fcecf1;color: #f7578d;}
.inner-link .type-3 a:hover {background-color: #EEF7FD;color: #58b3e9;}
.inner-link .type-5 a:hover {background-color: #FDF5E7;color: #ee9911;}
.inner-link .gray a:hover {background-color: #EEEEEE;color: #f87071;}

.inner-link li:last-child a {
/*	border-right: 1px solid #e6e6e6;*/
}
@media screen and (max-width: 599px) {
	.inner-link > ul {
		flex-direction: column;
	}
	.inner-link > ul > li {
		width: 100%;
		margin-bottom: 5px;
	}
	.inner-link > ul > li > a {
		width: 100%;
		margin: 0;
	}
}


@media screen and (max-width: 599px) {
	.inner-link ul {
		margin: -2% 0 0 -2%;
	}
	.inner-link a {
		border: none;
		width: 48%;
		background-color: #efefef;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 2% 0 0 2%;
		font-size: 100%;
		padding: 12px 0;
	}
	.inner-link a span {
		padding-left: 0;
		position: static;
	}
	.inner-link a span:before {
		left: 10px;
	}
	.inner-link li:last-child a {
		border: none;
	}
}
.spElement {
	display: none;
}
@media screen and (max-width: 599px) {
	.spElement {
		display: block;
	}
	.pcElement {
		display: none;
	}
}

/* block04 ---------------------------------------------------------------------------------------------*/
.area-index .block04 .item {
	background: #FFF;
}
.area-index .block04 .item .txt {
	box-sizing: border-box;
	padding: 8px 20px 40px;
}


/* block07 ---------------------------------------------------------------------------------------------*/
.block07 .item {
	background: #FFF;
}
.area-index .block07 .item:hover { opacity: 1; }
.area-index .block07 .item a { text-decoration: none; }

.area-index .block07 .item-list .item .txt {
	position: relative;
	padding: 16px 20px 30px;
}
.area-index .block07 .item-list .item .txt dt {
	font-weight: bold;
	font-size: 115%;
	line-height: 1.5;
}
.area-index .block07 .item-list .item .txt dt span {
	display: block;
	margin-bottom: 5px;
	color: #f0ba32;
	font-size: 86%;
}
.area-index .block07 .item-list .item .txt dd {
	margin-top: 5px;
	font-size: 93%;
}
.area-index .block07 .item-list .item .txt dd.right-txt {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	font-size: 115%;
}
.area-index .block07 .item-list .item .txt dd.right-txt .price {
	margin-left: 1em;
	color: #f82527;
}
.area-index .block07 .item .img img { 
	display: block; 
	width: 315px;
}
@media screen and (max-width:599px) {
	.area-index .block07 .item-list .item .txt {
		width: 100%;
		padding: 10px 10px 20px;
		box-sizing: border-box;
	}
	.area-index .block07 .item-list .item .txt dt {
		font-size: 100%;
	}
	.area-index .block07 .item-list .item .txt dt span {
		margin-bottom: 0;
		font-size: 80%;
	}
	.area-index .block07 .item-list .item .txt dd {
		margin-top: 5px;
		font-size: 95%;
	}
	.area-index .block07 .item-list .item .txt dd.right-txt {
		position: inherit;
		bottom: inherit;
		right: inherit;
		margin-top: 5px;
		font-size: 95%;
		text-align: right;
		font-weight: normal;
	}
	.area-index .block07 .item-list .item .txt dd.right-txt .price {
		margin-left: 0.5em;
		font-weight: bold;
	}
	.area-index .block07 .item .img img {
		width: 100%;
		height: auto;
	}
}


/* block08 ---------------------------------------------------------------------------------------------*/
.area-index .block08 h2:before {
	content: none;
}
.area-index .block08 ul:after {
	display: block;
	content: "";
	clear: both;
}
.area-index .block08 .item-list {
	margin: 0 0 0 -19px;
}
.area-index .block08 .item {
	margin: 20px 0 0 19px;
	background: #FFFFFF;
	font-size: 92%;
	transition: opacity .3s;
	overflow: hidden;
}
.area-index .block08 .item:hover { opacity: 1; }
.area-index .block08 .item a { text-decoration: none; }
.area-index .block08 .item .img {
	float: left;
	position: relative;
	width: 315px;
	clear: left;
}
.area-index .block08 .item .img img { 
	display: block; 
	width: 315px;
}
.area-index .block08 .item .img span {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 48px;
	line-height: 25px;
	background-color: rgba(255,255,255,0.85);
	text-align:center;
	font-size: 85.7%;
}
.area-index .block08 .item .txt {
	margin-left: 315px;
	box-sizing: border-box;
	padding: 20px 30px 20px 27px;
}
.area-index .block08 .item .txt .detail {
	display: inline-block;
	margin-bottom: 5px;
}
.area-index .block08 .item .txt .link {
	display: inline-block;
}
.area-index .block08 .item .txt .link::before {
	content: "・";
}
.area-index .block08 .item .title {
	font-size: 114%;
	font-weight: bold;
}
.area-index .block08 .item .title + p {
	margin: 5px 10px 15px 0px;
}
.area-index .block08 .item p.fee {
	color: #f82527;
	font-size: 114%;
	font-weight: bold;
	margin-top: 25px;
}

/**地図**/
.area-index .block-50 .item .img {
	width: 600px;
}
.area-index .block-50 .item .img img { 
	width: 600px;
}
.area-index .block-50 .item .txt {
	margin-left: 600px;
}
.title-big {
	color: #58b3e9;
	font-size: 24px;
	margin-bottom: 20px;
}

.block-link-daiichi {
    /*background-color: #f7578d;*/
	margin: 10px 0 30px;
    display: block;
    color: #fff;
    height: 73px;
    font-size: 157.14286%;
    background-color: #7ec3ed;
    border-radius: 6px;
    font-weight: bold;
    transition: .3s opacity;
    display: flex;
    align-items: center;
}
@media screen and (max-width:599px) {
	.area-index .block08 .item {
		font-size: 100%;
	}
	.area-index .block08 .block-inner {
		margin-top: 10px;
	}
	.area-index .block08 .item-list {
		margin: 0;
	}
	.area-index .block08 .item {
		width: auto;
		float: none;
		padding: 10px;
		margin: 0 0 10px;
	}
	.area-index .block08 .item::after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
	}
	.area-index .block08 .item > a {
		/* border: 1px solid #eee; */
		display: block;
	}
	.area-index .block08 .item .img {
		float: none;
		width: 100%;
		position: relative;
	}
	.area-index .block08 .item .img img {
		width: 100%;
		height: auto;
	}
	.area-index .block08 .item .img span {
		display: inline-block;
		padding: 6px 8px;
		left: 1px;
		bottom: 1px;
		width: auto;
		line-height: 1;
		font-size: 85%;
	}
	.area-index .block08 .item .txt {
		/* float: right; */
		height: auto;
		/* width: 60%; */
		border: none;
		padding: 10px 0 0 0;
		margin-left: 0;
	}
	.area-index .block08 .item p {
		font-size: 95%;
	}
	.area-index .block08 .item .title {
		font-size: 100%;
		font-weight: bold;
	}
	.area-index .block08 .item .title br {
		display: none;
	}
	.area-index .block08 .item .title + p {
		margin-top: 5px;
	}
	.area-index .block08 .item p.fee {
		color: #f82527;
		font-size: 95%;
		font-weight: bold;
		margin-top: 10px;
		text-align: right;
	}
}

/* slide1 ---------------------------------------------------------------------------------------------*/
.main-txt + .news-and-topics {
	margin-top: 0;
}
.main-img {
	height: auto;
}
.main-img::before,
.main-img::after {
	background: none;
}

.main-img .slide1 {
	margin: 0 auto;
}
.main-img .slide1 .slick-slide {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.main-img .slide1 .slick-list {
	width: 100%;
}
.main-img .slide1 .slick-prev {
	margin: 0 auto 0 -530px;
	left: 50%;
	z-index: 10;
	background-color: #fff;
}
.main-img .slide1 .slick-prev::before {
	content: url(/img/sstour/arrow-prev-bk.png);
}
.main-img .slide1 .slick-next {
	margin-right: -530px;
	right: 50%;
	z-index: 10;
	background-color: #fff;
}
.main-img .slide1 .slick-next::before {
	content: url(/img/sstour/arrow-next-bk.png);
}
.main-img .slide1 p {
	position: absolute;
	bottom: 0;
	color: rgb(255, 255, 255);
	font-size: 114%;
	padding: 40px 40px 10px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width:599px) {
	.main-img .slide1 p {
		font-size: 95%;
	}
	.main-img {
		height: auto;
	}
	.main-img::before, .main-img::after { content: none; }
	.main-img .slide1 .slick-next,
	.main-img .slide1 .slick-prev {
		margin: 0;
		width: 15px;
		height: 30px;
	}
	.main-img .slide1 .slick-prev { left: 0; }
	.main-img .slide1 .slick-next { right: 0; }
	.main-img .slide1 .slick-next::before,
	.main-img .slide1 .slick-prev::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
	}

	.main-img .slide1 .slick-prev::before {
		background: url(/img/sstour/arrow-prev-bk.png) center no-repeat;
		background-size: 50%;
	}

	.main-img .slide1 .slick-next::before {
		background: url(/img/sstour/arrow-next-bk.png) center no-repeat;
		background-size: 50%;
	}

}

/* .slide1 .slick-list {
	margin: 0 -10px;
} */
.slide1 li {
	position: relative;
	float: left;
	margin: 0 10px 10px 10px;
	transition: 0.3s;
}
.slide1 li.tag_pink {
	background: #ca3c6e;
}
.slide1 li.tag_blue {
	background: #29a7e6;
}
.slide1 li:hover {
	opacity: 0.5;
}
.slide1 li:hover a {
	text-decoration: none;
}
.slide1 li span {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	padding: 7px 1.5em;
	background: #fff;
	text-align: center;
	font-size: 86%;
	line-height: 1;
	font-weight: bold;
}
.slide1 li.tag_pink span {
	color: #ca3c6e;
}
.slide1 li.tag_blue span {
	color: #29a7e6;
}
.slide1 li dl {
	padding: 10px;
}
.slide1 li dl dt {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}
.slide1 li dl dd {
	color: #fff;
}
.slide1.slick-dotted {
	margin-bottom: 20px;
}
.slide1 .slick-dots {
	bottom: -20px;
}
.slide1 .slick-dots li {
	float: none;
	width: 47px;
	height: 8px;
	margin: 0 7px;
}
.slide1 .slick-dots li button {
	width: 47px;
	height: 8px;
	background: #e6e6e6;
}
.slide1 .slick-dots li.slick-active button {
	background: #33322f;
}
@media screen and (max-width:599px) {
	.slide1 .slick-list {
		margin: 0;
	}
	.slide1 li {
		margin: 0 5px;
	}
	.slide1 li span {
		padding: 5px 1em;
		font-size: 80%;
	}
	.slide1 li dl {
		padding: 6px;
	}
	.slide1 li dl dt {
		font-size: 100%;
		text-align: left;
	}
	.slide1 li dl dd {
		font-size: 95%;
	}
	.slide1 .slick-dots {
		bottom: -14px;
	}
	.slide1 .slick-dots li {
		width: 26px;
		height: 4px;
		margin: 0 3px;
	}
	.slide1 .slick-dots li button {
		width: 26px;
		height: 4px;
		padding: 0;
	}
	.slide1 .slick-prev,
	.slide1 .slick-next {
		height: 30px;
		width: 15px;
	}
	.slide1 .slick-prev {
		left: -10px;
	}
	.slide1 .slick-next {
		right: -10px;
	}
	.slide1 .slick-prev:before,
	.slide1 .slick-next:before {
		width: 10px;
	}
	.slide1 .slick-prev:before {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 7px;
		height: 11px;
		background: url(/img/sstour/arrow-prev.png) no-repeat;
		background-size: 7px auto;
		background-position: center;
		content: "";
	}
	.slide1 .slick-next:before {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 7px;
		height: 11px;
		background: url(/img/sstour/arrow-next.png) no-repeat;
		background-size: 7px auto;
		background-position: center;
		content: "";
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .slick-dotted.slick-slider {
        padding: 0;
    }
}

.slide1_thumb {
	width: 1000px;
	margin: 0 auto;
}
.main-img .slide1_thumb .thumb_wrap {
	margin: 5px 7px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px;
	background: #FFF;
}
.slide1_thumb .thumb_wrap:hover {
	opacity: 0.5;
}
.slide1_thumb .thumb_wrap .thumb-txt {
	flex: 1;
	height: 50px;
	box-sizing: border-box;
	overflow: hidden;
	padding: .5em .5em .5em 1.0em;
	font-size: 86%;
	text-align: left;
}
.slide1_thumb .thumb_wrap .thumb-img {
	width: 70px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.slide1_thumb .thumb_wrap .thumb-img img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
}
.slide1_thumb.thumb_a .thumb_wrap {
	border:solid 1px #e6e6e6;
}
.slide1_thumb.thumb_a .slick-slide.slick-current {
 border:solid 1px #33322f;
}
.slide1_thumb.thumb_b .thumb_wrap {
	margin: 0px 7px 0;
	/* border-top:solid 5px #FFFFFF; */
}
.slide1_thumb.thumb_b .slick-slide.slick-current {
	/* border-top:solid 5px #313131; */
	background: #DEDEDE;
}
.slide1_thumb.thumb_b .thumb_wrap .thumb-txt {
	background: #FFFFFF;
}

@media screen and (max-width:599px) {
	.slide1_thumb {
		width: 90%;
		display: block;
	}
	.main-img .slide1_thumb .thumb_wrap {
		width: 22%;
		display: block;
	}
	.main-img .slide1_thumb.thumb_a .thumb_wrap {
		margin: 3px 5px;
		padding: 0;
	}
	.main-img .slide1_thumb.thumb_b .thumb_wrap {
		padding: 3px 5px;
		margin: 0;
	}
	.slide1_thumb .thumb_wrap .thumb-txt {
		display: none;
	}
	.slide1_thumb .thumb_wrap .thumb-img {
		width: 100%;
		height: 20px;
	}
	.slide1_thumb .thumb_wrap .thumb-img img {
		width: 100%;
		height: auto;
}

}


/* dj-table ---------------------------------------------------------------------------------------------*/
.dj-table {
	margin: 20px 0 7px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
}
.dj-table caption {
	margin-bottom: 5px;
}
.dj-table tr {
	border: 1px solid #ebebeb;
}
.dj-table th {
	background-color: #f8f7f7;
	text-align: center;
	font-size: 110%;
	letter-spacing: 0.2em;
}
.dj-table.blue th {
	background-color: #e7eff5;
}
.dj-table.green th {
	background-color: #e3f0d0;
}
.dj-table td,
.dj-table th {
	padding: 20px;
	border: 1px solid #ebebeb;
}
.dj-table td {
	background-color: #FFFFFF;
}
.dj-table td .calculated,
.dj-table th .calculated {
	text-align: right;
	color: #f82527;
	font-size: 153.84615%;
	line-height: 38px;
	font-weight: bold;
	position: relative;
	width: 100%;
	top: -38px;
	height: 0;
}
.dj-table td .calculated.confirm,
.dj-table th .calculated.confirm {
	position: static;
	height: auto;
}
.dj-table td .calculated .unit,
.dj-table th .calculated .unit {
	color: #000;
	font-size: 75%;
}
.dj-table .calculated-double-wrap {
	height: 120px;
	box-sizing: border-box;
	position: relative;
}
.dj-table .calculated-double {
	position: absolute;
	top: 10px;
	right: 20px;
}
.dj-table .calculated-double .calculated {
	position: static;
	line-height: 1.4;
}
.dj-table .calculated-double .calculated:nth-child(1) {
	margin-top: 5px;
}
.dj-table .calculated-double .calculated:nth-child(2) {
	margin-top: 45px;
}
.dj-table .calculated-double .calculated .head {
	display: block;
	text-align: left;
	color: #333;
	font-weight: normal;
	font-size: 60%;
}
.dj-table td.flexible,
.dj-table th.flexible {
	border: none;
}
.dj-table td.number-cell {
	text-align: right;
}
.dj-table td.scrollable-list {
	padding: 0;
}
.dj-table td.scrollable-list dl {
	max-height: 219px;
	overflow-y: auto;
}
.dj-table td.scrollable-list dl label {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.dj-table td.scrollable-list dt,
.dj-table td.scrollable-list dd {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	float: left;
	height: 54px;
	box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
}
.dj-table td.scrollable-list dt {
	width: 75%;
	border-right: 1px solid #ebebeb;
}
.dj-table td.scrollable-list dt:last-of-type {
	border-bottom: none;
}
.dj-table td.scrollable-list dd {
	width: 25%;
}
.dj-table td.scrollable-list dd:last-of-type {
	border-bottom: none;
}
.dj-table td.readonly {
	background-color: #fdfdfd;
}
.dj-table td.readonly input,
.dj-table td.readonly select {
	background-color: transparent;
}
.dj-table td.readonly label.radio::after {
	background-color: #ddd;
}
.dj-table td.readonly label.checkbox::after {
	border-color: #ddd;
}
.dj-table .thead {
	width: 26.45%;
}
.dj-table .thead[span="1"] {
	width: 26.45%;
}
.dj-table .thead[span="2"] {
	width: 13.225%;
}
.dj-table .thead[span="3"] {
	width: 8.81667%;
}
.dj-table .thead[span="4"] {
	width: 6.6125%;
}
.dj-table .thead.wide {
	width: 28%;
}
.dj-table .thead.wide[span="1"] {
	width: 28%;
}
.dj-table .thead.wide[span="2"] {
	width: 14%;
}
.dj-table .thead.wide[span="3"] {
	width: 9.33333%;
}
.dj-table .thead.wide[span="4"] {
	width: 7%;
}
.dj-table .error input[type="text"],
.dj-table .error input[type="password"],
.dj-table .error select {
	background-color: #fef8f8;
	border: 1px solid #f82527;
}
.dj-table .error-message {
	padding-top: 7px;
	color: #f82527;
}
.dj-table .vertical-input input:nth-child(n + 2),
.dj-table .vertical-input select:nth-child(n + 2) {
	margin-top: 10px;
}
.dj-table .required-tag {
	position: relative;
	display: inline-block;
	float: right;
	color: #fff;
	background-color: #f82527;
	padding: 2px 12px;
	font-size: 76.92308%;
}
.dj-table td .required-tag {
	float: none;
	margin-right: 10px;
}

@media screen and (max-width: 599px) {
	.dj-table {
		border: none;
	}

	.dj-table colgroup {
		width: 100% !important;
	}

	.dj-table tr {
		border: none;
	}

	.dj-table tr:first-child {
		border-top: 1px solid #ebebeb;
	}

	.dj-table tr + tr th,
	.dj-table tr + tr td {
		border-top: none;
	}

	.dj-table td,
	.dj-table th {
		padding: 12px 10px;
		display: block;
	}

	.dj-table td.sp-join-bottom,
	.dj-table th.sp-join-bottom {
		border-bottom: none;
		margin-bottom: -15px;
	}

	.dj-table td + td,
	.dj-table td + th,
	.dj-table th + td,
	.dj-table th + th {
		border-top: none;
	}

	.dj-table td:last-child,
	.dj-table th:last-child {
		/*border-top: none;*/
	}

	.dj-table td .calculated,
	.dj-table th .calculated {
		position: static;
		float: none;
		text-align: center;
		margin-top: 10px;
		line-height: 1;
		height: auto;
	}

	.dj-table td .required-tag {
		margin-bottom: 5px;
		float: right;
	}

	.dj-table .calculated-double { position: static; }
	.dj-table .calculated-double .calculated { width: 45%; }
	.dj-table .calculated-double .calculated:nth-child(1) {
		float: left;
		margin-top: 10px;
	}
	.dj-table .calculated-double .calculated:nth-child(2) {
		float: right;
		margin-top: 10px;
	}
	.dj-table th.flexible,
	.dj-table td.flexible {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		border-right: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
	}
	.dj-table th.flexible:first-child,
	.dj-table td.flexible:first-child {
		border-top: 1px solid #ebebeb;
	}
	.dj-table th.flexible:last-child,
	.dj-table td.flexible:last-child {
		border-bottom: 1px solid #ebebeb;
		border-top: none;
	}
	.dj-table th.sp-flexible,
	.dj-table td.sp-flexible {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		align-content: center;
	}
	.dj-table td.scrollable-list dl {
		height: 195px;
	}
	.dj-table td.scrollable-list dt,
	.dj-table td.scrollable-list dd {
		position: relative;
		float: none;
		width: 100%;
		border-right: none;
	}
	.dj-table td.scrollable-list dt:last-of-type {
		border-bottom: 1px solid #ebebeb;
	}
	.dj-table td.scrollable-list dt label {
		margin: 0;
	}
}

.dj-table {
	font-size: 100%;
	box-sizing: border-box;
}
.dj-table th,
.dj-table td {
	box-sizing: border-box;
}
.dj-table ul {
	padding-left: 1em;
}
.dj-table .payment {
	width: 180px;
}
.dj-table.schedule .thead[span="1"] {
	width: 100px;
}
.dj-table.schedule .hotel { width: 150px; }
.dj-table.schedule .meal-condition { width: 100px; }
.dj-table.schedule tr + tr th + td {
	width: 354px;
}
.dj-table.schedule tr + tr th + td + td {
	width: 215px;
}


@media screen and (max-width: 599px) {
	.dj-table.schedule tr + tr th + td {
		width: 100%;
	}
	.dj-table.schedule tr + tr th + td + td {
		width: 100%;
	}
	.dj-table.schedule .hotel { width: auto; }
	.dj-table.schedule .meal-condition { width: auto; }
}

/* 旅のポイント ---------------------------------------------------------------------------------------------*/
.itinerary {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itinerary .itinerary_title,
.itinerary .itinerary_detail {
	margin-bottom: 10px;
	padding: 15px 30px;
	box-sizing: border-box;
}
.itinerary .itinerary_title {
	width: 30%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff3de;
	/* font-weight: bold; */
	color: #FFF;
	font-size: 110%;
	letter-spacing: 0.2em;
	/* border: 2px solid #FFFFFF; */
}
.colored-block.type-1 .itinerary_title { background-color: #f7578d; }
.colored-block.type-2 .itinerary_title { background-color: #11aaaa; }
.colored-block.type-3 .itinerary_title { background-color: #58b3e9; }
.colored-block.type-4 .itinerary_title { background-color: #8866bb; }
.colored-block.type-5 .itinerary_title { background-color: #ee9911; }

.itinerary .itinerary_detail {
	width: 70%;
	background: #FFFFFF;
}
@media screen and (max-width: 599px) {
	.itinerary {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.itinerary .itinerary_title,
	.itinerary .itinerary_detail {
		width: 100%;
	}
	.itinerary .itinerary_title {
		margin-bottom: 0;
	}
}
/* 客室 ---------------------------------------------------------------------------------------------*/
.room-list {
	
}
.room-item {
	display: inline-block;
	width: 48%;
}
.area-index .block08 .item .room-item .txt {
	margin-left: 240px;
    box-sizing: border-box; 
    padding: 20px 30px 20px 27px;
}
.room strong {
	font-weight: bold;
	color: #1b4584;
}
.room-body img {
	width: 40%;
	display: block;
	float: left;
    position: relative;
    width: 250px;
    clear: left;
}
@media screen and (max-width: 599px){
	.room-body {
		padding-left: 0;

	}
	.room-body img.room-body-thumb {
		width: 100%;
	}
	.room-item {
		display: block;
		width: 100%;
	}
	.room-body img {
		width: 100%;
	}	
	.area-index .block08 .item .room-item .txt {
		border: none;
		height: auto;
		padding: 10px 0 0 0;
		margin-left: 0;
		clear: both;
	}
}

/* Q＆A ---------------------------------------------------------------------------------------------*/
.qa:first-child {
	margin-top: 30px;
}
.qa {
	margin-top: 50px;
	background: #FFFFFF;
	padding: 20px 30px 15px 0;
}
.qa_q {
	font-size: 20px;
    font-weight: bold;
    color: #ee9911;
}
.qa_q,.qa_a {
	position: relative;
	padding-left: 80px;
	margin-bottom: 20px;
}
.qa_a {
	font-size: 20px;
    font-weight: bold;
    color: #FF6666;
}
.qa_q::before {
	content: "Q";
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #ee9911;
}
.qa_a::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #FF6666;
}
@media screen and (max-width: 599px) {
.qa_q,
.qa_a {
	padding-left: 50px;
}
.qa_q::before {
	left: 15px;
}
.qa_a::before {
	left: 15px;
}

}

/* 集合場所 ---------------------------------------------------------------------------------------------*/
.gmap {
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}
.gmap iframe {
	width:100%;
	height: 400px;
}
.adress {
	margin: 10px 0;
}

@media screen and (max-width: 599px) {
	.gmap iframe {
		height: 250px;
	}
	.hotel-map img {
		width: 100%;
	}
}

/* お客様の声 ---------------------------------------------------------------------------------------------*/
/*.customerBox {
    
}
.customerBox dl dt:nth-child(n+1) {
	background: url(/img/daiichi/icon_talk1.png) no-repeat left 10px top 10px;
}
.customerBox dl dt:nth-child(n+2) {
	background: url(/img/daiichi/icon_talk2.png) no-repeat left 10px top 10px;
}
.customerBox dl dt {
	padding: 15px 15px 5px 55px;


	
}
.customerBox dl dd {
	padding: 0 10px 10px 55px;
	border-bottom: 2px solid #FFF;
}
.customerBox dl dd span {
	margin-left:10px;
}

.balloon p {
	margin:0;
	padding:0;
}
.balloon {
	margin-bottom:20px;
	position:relative;
}
.balloon.right-box {
	padding-right:130px;
}
.balloon.left-box {
	padding-left:100px;
}
	.balloon .balloonbox {
		width:100%;
	}
		.balloon .balloonbox .txt {
			font-size:14px;
			line-height:1.8em;
			padding:10px 0;
			color: #f7578d;
			font-size: 171.42857%;
			font-weight: bold;
		}
 
		.balloon .balloonbox #balloon-right,
		.balloon .balloonbox #balloon-left {
			position: relative;
			display: inline-block;
			padding: 0 15px;
			width: 100%;
			color: #000;
			text-align: center;
			background: #fff;
			z-index: 0;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			text-align:left;
			border-radius:10px;
			min-height:100px;
		}
		.balloon .balloonbox #balloon-left {
			 box-sizing: border-box;
   			 width: 100%;
		}
		.balloon .balloonbox #balloon-right:before {
			content: "";
			position: absolute;
			top: 50px;
			right: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 0 9px 9px;
			border-color: transparent transparent transparent #fff;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-right:after {
			content: "";
			position: absolute;
			top: 50px;
			right: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 0 9px 9px;
			border-color: transparent transparent transparent #D8D8D8;
			z-index: -1;
		}
 
		.balloon .balloonbox #balloon-left:before {
			content: "";
			position: absolute;
			top: 40px; left: -8px;
			margin-top: -9px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 9px 9px 9px 0;
			border-color: transparent #fff transparent transparent;
			z-index: 0;
		}
		.balloon .balloonbox #balloon-left:after {
			content: "";
			position: absolute;
			top: 40px; left: -9px;
			margin-top: -10px;
			display: block;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 10px 9px 9px 0;
			border-color: transparent #D8D8D8 transparent transparent;
			z-index: -1;
		}
*/
/*アイコン*/
	.balloon.right-box .img {
			width:80px;
			top:10px;
			right:0;
			position:absolute;
		}
	.balloon.left-box .img {
			width:80px;
			top:10px;
			left:0;
			position:absolute;
		}
		.balloon .img img {
			border-radius:50%;
			box-shadow: 3px 1px 3px rgba(255, 255, 255, 0.2) inset, 3px 1px 2px rgba(0, 0, 0, 0.05);
			border:1px solid #D8D8D8;
			width:100%;
		}

/* おすすめツアー ---------------------------------------------------------------------------------------------*/
.inline-list li {
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}
.button {
	position: relative;
	z-index: 1;
}
.button-map {
	color: #f87071;
	border: 2px solid #f87071;
	background-color: #fff;
	padding: 9px 29px 9px 19px;
	transition: all .3s;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
}

/* block07 ---------------------------------------------------------------------------------------------*/
.block07::after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.block07 .item {
	width: 315px;
	/*height: 700px;*/
	margin-right: 27px;
	float: left;
	position: relative;
}
@media screen and (max-width: 599px) {
	.block07 .item {
		height: auto;
	}
}
.block07 .item:nth-child(3n) {
	margin-right: 0;
}
.block07 .item:nth-child(n + 4) {
	margin-top: 21px;
}
.block07 .item .image {
	height: auto;
}
.block07 .item .image img {
	display: block;
    object-fit: cover;
}
@media screen and (max-width: 599px) {
	.block07 .item .image img {
		height: auto;
	}
}
.block07 .item .text {
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 17px;
}
.block07 .item .text .caption {
	font-size: 86%;
	position: absolute;
	top: 2px;
	right: 18px;
}
.block07 .item .text .title {
	font-size: 114%;
	font-weight: bold;
	height: 55px;
}
.block07 .item .text .btn-link {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 107%;
	border-radius: 4px;
}
.block07 .item .text .btn-link + .btn-link {
	margin: 10px 0 0 0;
	box-sizing: border-box;
}
.btn-link:hover {
    text-decoration: none;
    opacity: .7;
}
@media screen and (max-width: 599px) {
	.block07 .item {
		width: 100%;
	}
	.block07 .item + .item {
		margin: 10px 0 0 0;
	}
	.block07 .item .image {
		height: auto;
	}
	.block07 .item .image img {
		height: auto;
	}
	.block07 .item .text .title {
		height: auto;
		padding-bottom: 10px;
	}
}

.room-info {
	color: #fff;
	background-color: #333;
	padding: 10px 0;
}
.room-info span{
	display: block;
	margin-left: 75px;
	margin-right: 10px;
	text-align: left;
}
.room-info-item {
	margin-right: 10px;
	color: #1b4584;
	font-weight: bold;
	margin-top: 10px;
}
.room-info-item::before {
	font-family: "icomoon" !important;
    content: "\e92b" !important;
    display: inline-block;
}
.room-info-text {
	margin: 20px 0 10px 0;
}
.room-info-text p{
	margin-bottom: 10px;
}
.room-info-text_room {
	font-size: 86%;
    position: absolute;
    top: 2px;
    right: 18px;
    color: #1b4584;
    border-radius: 6px;
    padding: 2px 5px;
    border: 1px solid #1b4584;
	margin-top: 4px;
}
.room-info-text_room:hover {
	background-color:#1b4584;
	color:#fff;
}
.room-info-text_living {
	font-size: 86%;
	display: inline-block;
    border-radius: 6px;
	color: #fff;
    padding: 2px 5px;
    background-color:  #1b4584;
	margin-top: 4px;
	margin-right: 3px;
}
@media screen and (max-width: 599px){
	.room-info-text {
		height: auto;
	}
}
.room-hr {
	border: 1px dotted #333;
}

.block-orange{
	background-color: #FFFAF0;
}
.block-orange .room-info {
	background-color: #ff9933;
}
.block-orange .btn-link{
	background-color: #ffcc99;
}
.block-pink{
	background-color: #FFF0F5;
}
.block-pink .room-info {
	background-color: #f87071;
}
.block-pink .btn-link{
	background-color: #FFB6C1;
}
.block-green{
	background-color: #F0FFFF;
}
.block-green .room-info {
	background-color: #20B2AA;
}
.block-green .btn-link{
	background-color: #B0E0E6;
}
.block-blue{
	/*background-color: #d9f9f8;*/
	background-color: #fce3e3
}
.block-blue .room-info {
	background-color: #333;
}
.block-blue .btn-link{
	background-color: #66cccc;
}
.block-cleam .btn-link {
    background-color: #F4e88c;
}
.block-wrap img {
	/*width: 100%;*/
}
.block-cleam{
	background-color: #FFFFE3;
}
.block-yellow{
	background-color: #FFFF66;
}
.block-ppink {
	background-color: #fff4f4;
}
.block-pgreen {
	background-color: #e5f2e5;
}
.block-ppink .btn-link {
	background-color: #ffcccc;
}
.block-pgreen .btn-link {
	background-color: #99cc99;
}
/* ツアー ---------------------------------------------------------------------------------------------*/
.area_icon{
	position: absolute;
    top: -30px;
    left: -60px;
    z-index: 1;
}
.content-inner_link {
    width: 1000px;
    margin: 0 auto;
}
.content-inner_myfeva{
	width: 1000px;
	 margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 599px){
	.content-inner_link,.content-inner_myfeva {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.content-inner_myfeva img{
		width: 100%;
	}
}

.section-header {
    border: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;

}

.btn-disney-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 599px){
.btn-disney-wrap {
    display: block;
    box-sizing: border-box;
	text-align: center;
}
}
@media screen and (max-width: 599px){
.btn-disney-wrap .btn-disney + .btn-disney {
    margin-top: 10px;
}
}
.btn-disney {
    width: 320px;
    height: 93px;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    transition: .3s;
}
@media screen and (max-width: 599px){
	.btn-disney {
		height: 75px;
		width: 100%;
	}
}
.btn-disney:hover {
    text-decoration: none;
    opacity: .7;
}
.btn-disney.type-1 {
    background: url(/img/ssosaka-kyototour/bg_red-8.png), linear-gradient(to bottom, #f94f88, #dd4477);
}
.btn-disney .main {
    font-size: 157.14286%;
    font-weight: bold;
}
.btn-disney .sub {
    font-size: 128.57143%;
}
.btn-disney.type-1::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-disney::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.attention_txt{
	font-size: 70%;
	margin-bottom: 30px;
}
.section-plan{
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 30px;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 599px){
	.section-plan img{
		width: 100%;	
	}
}
.block_bn{
	width: 1000px;
    margin: 0 auto;
	margin-top: 30px;
}
@media screen and (max-width: 599px){
	.block_bn,.block_bn img{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	main .block07{
		margin-left: 15px;
	}
	#anc-oosaka .block07{
		margin-left: 0px;
	}
	.br_display {
    	display: none;
	}
}
.my_wrap{
	margin: 10px;
	margin-bottom: 50px;
}
.my_01,.my_02{
	margin-top: 30px;
}
.my_01_txt,.my_02_txt {
	margin: 20px 0;
	font-size: 18px;
}
.btn-myfava {
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #EC6D81;
	border-radius: 10px;
    width: 50%;
    height: auto;
    color: #EC6D81;
    align-items: center;
    position: relative;
    border-radius: 6px;
    transition: .3s;
	padding: 10px 0
}
@media screen and (max-width: 599px){
	.btn-myfava {
		width: 100%;
	}
}
.btn-myfava img{
	width: 80%;
	text-align: center;
	padding: 5px 0 0 0;
}
.mb-20{
		margin-bottom: 20px;
}
@media screen and (max-width: 599px){
	.conversion-inner .tel-fax-link b {
		font-size: 100%;
	}
}
.title-line{
	background-color: #333;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.title-icon{
    position: absolute;
    top: -34px;
    left: 175px;
    z-index: 1;
}
.title-icon img{
	width: 89px;
}
@media screen and (max-width: 340px){
	.title-icon{
		top: -32px;
	}
}
	
.block-link-wrap{
	margin-top: 30px;
}
.spot-info {
	background-color: #1b4584;
    color: #fff;
    padding: 10px;
}
.spot-info span{
    display: block;
    text-align: left;
}
.title-line-spot{
	background-color: #1b4584;
}
.spot-info-text{
	margin: 0 0 10px 0;
}
.spot-info-item{
    margin: 0 0 10px 0;
    color: #1b4584;
    font-weight: bold;
}
.btn-three-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.btn-three{
	padding: 20px;
	background-color: #333;
	border-radius: 6px;color: #fff;
}
@media screen and (max-width: 599px){
	.btn-three{
		padding: 10px 12px 10px 9px;
	}
}
.btn-three-right::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-three-left::before {
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btn-three-left:hover,.btn-three-right:hover{
	text-decoration: none;
	background-color: #ccc;
	border: 1px solid #ccc;
	text-decoration: none;
}
.btn-three-center{
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
.btn-three-center:hover{
	text-decoration: none;
}
.plan-info{
    color: #fff;
    background-color: #333;
    padding: 10px 0;
}
.plan-info span {
    display: block;
    margin:0 10px;
    text-align: left;
}
.block07 .item .image{
	position: relative;
}
.tag-additional {
    position: absolute;
    bottom: 2px;
    right: 5px;
    color: #fff;
    text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
    font-size: 12px;
}