@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column h3 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h5 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column h6 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

.column p,
.column ul,
.column ol,
.column dl {
	font-size: 120%;
	line-height: 2.0;
	margin-bottom: 40px;
}

.column p {
	font-kerning: none;
	overflow-wrap: break-word;
	word-break: normal;
	word-wrap: break-word;
}

.column ul,
.column ol {
	margin-left: 20px;
}

.column ul li {
	list-style-type: disc;
}

.column ol li {
	list-style-type: decimal;
}

.column figure {
	margin: 0 0 40px;
	text-align: center;
	line-height: 0;
}

.column figcaption {
	line-height: 1.3em;
	margin-top: 20px;
	text-align: right;
}

.column img {
	max-width: 100%;
	height: auto;
}

.column strong {
	font-weight: normal;
	color: #EB6101;
}

.column hr {
	width: 980px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 32px;
	background: url(deep_tour_line01.png) no-repeat center center;
	background-size: contain;
	border: none;
	clear: both;
}

.pc_vis {
	display: inline !important;
}

.sp_vis {
	display: none !important;
}

.column .column_wp {
	width: 980px;
	margin: 0;
	color: #333333;
}
.column .column_wp .img_tit {
	border-left: none;
	margin-bottom: 30px;
}
.column .column_wp .img_tit.main_img {
	margin-bottom: 30px;
}

.menu_btn {
	display: none;
}

.column .layout01 {
    *zoom: 1;
	margin-bottom: 30px;
}
.column .layout01:before, 
.column .layout01:after {
    content: " ";
    display: table;
}
.column .layout01:after {
    clear: both;
}
.column .layout01 figure {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	width: 48%;
}

.column .layout02 {
    *zoom: 1;
	margin-bottom: 30px;
}

.column .layout02:before, 
.column .layout02:after {
    content: " ";
    display: table;
}

.column .layout02:after {
    clear: both;
}

.column .layout02 figure {
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
	width: 48%;
}

.column .layout03 {
    *zoom: 1;
	margin-bottom: 30px;
}

.column .layout03:before, 
.column .layout03:after {
    content: " ";
    display: table;
}

.column .layout03:after {
    clear: both;
}

.column .layout03 figure {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 0 auto;
}

.column .layout04 {
    *zoom: 1;
	margin-bottom: 30px;
}

.column .layout04:after {
    clear: both;
}

.column .layout04:before, 
.column .layout04:after {
    content: " ";
    display: table;
}

.column .layout04:after {
    clear: both;
}

.column .layout04 figure {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.column .img_box01 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
	*zoom: 1;
}

.column .img_box01:before, 
.column .img_box01:after {
	content: " ";
	display: table;
}

.column .img_box01:after {
	clear: both;
}

.column .img_box01 figure {
	float: left;
	width: 50%;
	margin-right: 40px;
	margin-bottom: 20px;
}

.column .img_box01 figure:last-child {
	margin-right: -40px;
}

.column .spot_info {
	margin-bottom: 40px;
	padding: 25px 60px 0;
	border: 3px dotted #EB6101;
}

.column .spot_info h3 {
	padding: 10px 10px 10px 45px;
	font-size: 200%;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	background: url(deep_tour_ico01.png) no-repeat 10px center #EB6101;
	background-size: 36px 36px;
	position: relative;
	margin-left: -80px;
	clear: both;
}

.column .spot_info h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}

.column .spot_info h3 small {
	font-size: 80%;
}

.column .spot_info h4 {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	background: url("deep_tour_line03.png") repeat-x center left;
	margin-left: -20px;
}

.column .spot_info h4 small {
	font-size: 80%;
}

.column .spot_info h4 span {
	z-index: 2;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
}

.column .spot_info figure {
	float: left;
	width: 45.2261%;
}

.column .spot_info .box {
	float: right;
	width: 50.2512%;
}

.column .spot_info dl {
	clear: both;
}

.column .spot_info dt {
	clear: both;
	float: left;
	padding: 8px 0 8px 8px;
	width: 8.0em;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6;
	list-style-type: none;
}
.column .spot_info.wide dt {
	width: 12.0em;
}

.column .spot_info dt span {
	font-weight: normal;
	display: list-item;
}

.column .spot_info dt.label {
	float: none;
	width: auto;
	padding: 8px;
	border-top: 1px dashed #CECEBF;
}

.column .spot_info dt.label span {
	list-style-type: none;
}

.column .spot_info dt.label span:before {
	content: "◎ ";
}

.column .spot_info dd {
	padding: 8px 8px 8px 9.5em;
	font-size: 90%;
	line-height: 1.6;
	border-bottom: 1px dotted #CCCCCC;
}
.column .spot_info.wide dd {
	padding: 8px 8px 8px 13.5em;
}

.column .spot_info dd:nth-child(2) {
	border-top: none;
}

.column .spot_info dd.note {
	clear: both;
	padding-top: 0;
	padding-left: 8px;
	border-top: none;
	font-size: 80%;
}

.column .spot_info dd small {
	font-size: 90%;
}

.column .spot_info p {
	clear: both;
	float: left;
	margin-top: -20px;
	font-size: 100%;
	display: block;
}

.column .spot_info p.note {
	padding-left: 1em;
	text-indent: -1em;
}

.column .spot_info:before, 
.column .spot_info:after {
    content: " ";
    display: table;
}

.column .spot_info:after {
    clear: both;
}

.column .spot_info {
    *zoom: 1;
}

.column .spot_info figure {
    float: left;
    width: 30%;
}

.column .spot_info .box {
    float: right;
    width: 65%;
}

.column .notice {
	font-size: 100%;
}

.column .ho_info {
	margin-bottom: 40px;
	padding: 24px 24px;
	border: 3px solid #DFE675;
	position: relative;
}

.column .ho_info figure {
	float: left;
	width: 27.6382%;
	top: calc(50% - 50px);
	position: absolute;
}

.column .ho_info .box {
	float: right;
	width: 68.8442%;
}

.column .ho_info .box h3 {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 130%;
	text-align: left;
	color: #39302B;
	margin-bottom: 0;
	background: none;
}

.column .ho_info .box h3 strong {
	color: #39302B;
	font-weight: bold;
}

.column .ho_info .box h3 .big {
	font-size: 140%;
}

.column .ho_info .box h3 .small {
	font-size: 70%;
}

.column .ho_info .box hr {
	border-top: 5px dotted #39302B;
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 100%;
	height: initial;
}

.column .ho_info p {
	clear: both;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -20px;
	font-size: 110%;
	display: block;
	margin-bottom: 0;
	line-height: 1.8;
}

.column .ho_info:before, 
.column .ho_info:after {
    content: " ";
    display: table;
}

.column .ho_info:after {
    clear: both;
}

.column .ho_info {
    *zoom: 1;
}

.column .present {
	margin-bottom: 40px;
	padding: 10px 30px 0;
	border: 3px solid #FDD139;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.column .present h3 {
	margin-bottom: 10px;
	padding: 15px 0 15px 45px;
	font-size: 200%;
	text-align: left;
	color: #39302B;
	background: url(deep_tour_ico02.png) no-repeat left center;
	background-size: 36px 36px;
}

.column .present figure {
	clear: both;
	float: left;
	width: 30.2261%;
}

.column .present .box {
	float: right;
	width: 65.2512%;
}

.column .present .box p {
	margin-bottom: 20px;
}

.column .present .img_double {
	margin-bottom: 20px;
	width: 100%;
}

.column .present .img_double img:first-child {
	float: left;
	margin-left: 55px;
}

.column .present .img_double img:last-child {
	float: right;
	margin-right: 55px;
}

.column .present:before, 
.column .present:after {
    content: " ";
    display: table;
}

.column .present:after {
    clear: both;
}

.column .present {
    *zoom: 1;
}

.column .present .point_get_btn {
	clear: both;
	margin-bottom: 40px;
}

.column .present .annotation {
	clear: both;
}

.column .present .annotation p {
	font-size: 100%;
}

.column .present .guide {
	clear: both;
}

.column .present .guide p {
	font-size: 100%;
}

.return_link {
	display: none;
}

.common_btn.end span {
	padding: 15px 20px 15px 20px;
	color: #333;
	background-color: #D3D3D3;
	text-align: center;
}



@media screen and (max-width: 767px){

.column h3 {
	font-size: 140%;
}

.column h4 {
	font-size: 130%;
}

.column h5 {
	font-size: 120%;
}

.column h6 {
	font-size: 110%;
}

.column p,
.column ul,
.column ol,
.column dl {
    font-size: 110%;
}

.column p {
	margin-bottom: 2.0em;
}

.column figure {
	margin-bottom: 20px;
}

.column figcaption {
	margin-bottom: 20px;
}

.column hr {
	width: 280px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 24px;
	background: url(deep_tour_line02.png) no-repeat center center;
	background-size: contain;
}

.pc_vis {
	display: none !important;
}

.sp_vis {
	display: inline !important;
}

.column .column_wp {
	width: auto;
}

.column .main_img {
	width: auto;
	margin: 0 0 30px;
}

.menu_btn {
	display: block;
	margin-bottom: 40px;
	margin: 0 0 30px!important;
}

.menu_btn li {
	float: none;
	width: 100%;
	list-style-type: none !important;
	margin: 0 0 20px;
	background-color: #EB6101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.menu_btn li:last-child {
	margin-bottom: 10px;
}

.menu_btn li a {
	padding: 15px 10px;
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	display: block;
}

.column .layout01 {
	margin-bottom: 20px;
}

.column .layout01 figure {
	float: none;
	width: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column .layout01 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout01 p:last-child {
	margin-bottom: 20px;
}

.column .layout02 {
	margin-bottom: 20px;
}

.column .layout02 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.column .layout02 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout02 p:last-child {
	margin-bottom: 20px;
}

.column .layout03 {
	margin-bottom: 20px;
}
.column .layout03 p:last-child {
	margin-bottom: 20px;
}
.column .layout03 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.column .layout03 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout03 .box {
	float: none;
	width: auto;
}

.column .layout04 {
	margin-bottom: 20px;
}

.column .layout04 p:last-child {
	margin-bottom: 20px;
}

.column .layout04 figure {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column .layout04 figure img:nth-child(2) {
	margin-top: 20px;
}

.column .layout04 .box {
	float: none;
	width: auto;
}

.column .img_box01 {
	padding-right: 0;
}

.column .img_box01 figure {
	float: none;
	width: auto;
	margin-right: 0;
}

.column .img_box01 figure:last-child {
	margin-right: 0;
}

.column .spot_info {
	padding: 20px 20px 0;
}

.column .spot_info h3 {
	font-size: 140%;
	margin-left: -40px;
}

.column .spot_info h4 {
	font-size: 120%;
	padding-left: 0;
	margin-left: -20px;
}

.column .spot_info figure {
	float: none;
	width: auto;
}

.column .spot_info .box {
	float: none;
	width: auto;
}

.column .spot_info dt {
	float: none;
	padding: 8px 0 0 8px;
	width: auto;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.4;
	color: #857A5F;
}
.column .spot_info.wide dt {
	width: auto;
}

.column .spot_info dt:nth-child(1) {
	border-top: none;
}

.column .spot_info dt br {
	display: none;
}

.column .spot_info dd {
	padding: 8px;
	border-top: none;
	font-size: 90%;
}
.column .spot_info.wide dd {
	padding: 8px;
}

.column .spot_info p {
	float: none;
	margin-bottom: 30px;
}

.column .spot_info dd.note {
	font-size: 85%;
}

.column .ho_info {
	padding: 15px 15px 0;
	border-width: 3px;
	position: initial;
}

.column .ho_info figure {
	float: none;
	width: auto;
	margin: 10px auto 20px;
	top: initial;
	position: initial;
}

.column .ho_info figure img {
	width: 150px;
	height: 74px;
}

.column .ho_info .box {
	float: none;
	width: auto;
	padding-left: initial;
	padding-right: initial;
}

.column .ho_info .box h3 {
	font-size: 120%;
	text-align: center;
}

.column .ho_info .box h3 .small {
	font-size: 80%;
}

.column .ho_info .box hr {
	border-top: 3px dotted #39302B;
}

.column .ho_info p {
	float: none;
	font-size: 100%;
	padding-left: initial;
	padding-right: initial;
	margin-bottom: 30px;
}

.column .present {
	padding: 10px 20px 0;
	border-width: 3px;
}

.column .present h3 {
	padding-left: 35px;
	font-size: 160%;
	min-height: 30px;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	-ms-background-size: 30px 30px;
	background-size: 30px 30px;
}

.column .present figure {
	float: none;
	width: auto;
}

.column .present .box {
	float: none;
	width: auto;
}

.column .present .box p {
	font-size: 110%;
}

.column .present .img_double {
	margin-bottom: 20px;
	width: auto;
}

.column .present .img_double img:first-child {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.column .present .img_double img:last-child {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.column .present .annotation p {
	font-size: 100%;
}

.column .present .point_get_btn a, 
.column .present .point_get_btn button, 
.column .present .point_get_btn input[type=button], 
.column .present .point_get_btn input[type=submit] {
	padding-left: 40px;
}

.return_link {
	margin-top: -20px;
	margin-bottom: 30px;
	text-align: right;
	line-height: 2.0;
	display: block;
}

.return_link a {
	font-size: 90%;
}

}
