﻿@charset "utf-8";
/****************************************************************
 for CMS /tour/special/
 2017/04/13
****************************************************************/

/* ==============================================================
   Default
============================================================== */
.cmsLayout bold{font-weight:bold;}
.cmsLayout .red{color:#E50040;}

.cmsLayout h1{
    margin: 0 0 10px;
    padding: 10px 8px 7px 8px;
    font-size: 1.5rem;
    font-size: 24px;
	font-weight: bold;
    border-bottom: 1px solid #CCC;
    position: relative;
    line-height: 1.25;
} 
	.cmsLayout h1:before {
   		display: block;
   		content: "";
   		clear: both;
		position:absolute;
		top:0;
		left:0;
   		background: url(/img/country/border_wh.gif) repeat #FD879F;
		width:100%;
   		height: 5px;
   		background-position: top;
   		margin: 0 0 8px;
	}

.cmsLayout h3{
	margin: 10px 0;
    padding: 5px;
	font-weight: bold;
    border-radius: 4px;
    background: url(/img/country/border_wh.gif) repeat #ffd1db;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.cmsLayout h4{
    padding: 1px 5px;
    border-left: 4px solid #ff4da0;
	font-weight:bold;
}

/* 一覧 */
.cmsList{
	margin-bottom:10px;
}

.cmsList li a{
	display: block;
    padding: 10px;
	width: 100%;
    font-size: 0;
    letter-spacing: -.4em;
	color:#484848;
    border-bottom: 1px solid #CCC;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	.cmsList li a:after{
		content:"";
		display:block;
		clear:both;
	}
	.cmsList li a:hover{
    	background: #f7f7f7;
	}

.cmsList .thumbnail{
	float:left;
	margin:0 10px 0 0;
	width:34%;
}

.cmsList .thumbnail img{
	max-width:100%;
	max-height:200px;
	vertical-align: bottom;
}

.leadBlock span,
.cmsList h2,
.cmsList p{
	letter-spacing:normal;
}

.leadBlock span{
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 3px 5px;
	font-size:10px;
	font-size:0.625rem;
    color: #FFF;
    background-color: #fd879f;
    border-radius: 2px;
}
.cmsList h2{
    margin-bottom: 3px;
	font-size:14px;
	font-size:0.875rem;
    font-weight: bold;
	line-height: 1.3;
	text-decoration: underline;
}
	.cmsList li a:hover h2{
		text-decoration: none;

	}

.cmsList p{
	font-size:13px;
	font-size:0.8125rem;
}

/* ----- 詳細ページ ----- */
.cmsLayout_inner{
	margin:0 10px;
	font-size:16px;
    line-height: 1.65;
}

.cmsLayout_inner h2{
    margin: 10px 0;
	background: #ff4da0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem;
	font-weight:bold;
    padding: 7px;
	line-height:1.2;
}

.cmsLayout_inner p{
	margin-bottom:10px;
}

.cmsLayout_inner img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: 10px auto;
}

.cmsLayout_inner p.center{
	margin:0 auto 10px;
	text-align:center;
}

.cmsLayout_inner p.center a {
    display: inline-block;
	margin:0 0 10px;
    padding: 10px 20px;
    text-decoration: none !important;
	font-size: 20px;
    font-size: 1.25rem;
	color: #FFF !important;
    background: rgb(255,131,30);
    background: -moz-linear-gradient(top, rgba(255,131,30,1) 0%, rgba(233,96,12,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,131,30,1) 0%,rgba(233,96,12,1) 100%);
    background: linear-gradient(to bottom, rgba(255,131,30,1) 0%,rgba(233,96,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff831e', endColorstr='#e9600c',GradientType=0 );
    border: 1px solid #e9600c;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
	border-radius:4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.cmsLayout_inner p.center a:hover {
	background: #ed4d02;
    box-shadow: none;
}

/* リスト */
.cmsLayout_inner ul{
    margin-bottom: 10px;
}

.cmsLayout_inner li{
	position: relative;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dashed #ccc;
}
	.cmsLayout_inner li:first-child{
		border-top: 1px dashed #ccc;
	}
	.cmsLayout_inner li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -7px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 4px solid #ff4da0;
    border-radius: 50px;
}

/* table 2列 */
.cmsLayout_inner .table2 table{
    border-collapse: collapse;
    border: 1px solid #ccc;
	border-bottom:none;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 0.9rem;
    table-layout: fixed;
}

.cmsLayout_inner .table2 td{
    table-layout: auto;
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: left;
	border-bottom: 1px solid #ccc;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	.cmsLayout_inner .table2 td:nth-child(odd){
    	background: #f1f1f1;
	    border-bottom: 1px dotted #CCC;
	}

/* table 3列 */
.cmsLayout_inner .table3{
    width: 100%;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.cmsLayout_inner .table3 table{
	table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
	border-bottom:none;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
	position: relative;
}

.cmsLayout_inner .table3 tr{
	border-bottom: 1px solid #ccc;
}

.cmsLayout_inner .table3 thead th,
.cmsLayout_inner .table3 td{
	padding: 10px;
	border-right:1px dotted #ccc;
}
.cmsLayout_inner .table3 thead th{
	background: #f1f1f1;
	
}
	.cmsLayout_inner .table3 thead th:last-child{
		border-right:none;
	}

.cmsLayout_inner .table3 td{
	display: table-cell;
    padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
	.cmsLayout_inner .table3 td:first-child{
	    width: 30%;
	}
	.cmsLayout_inner .table3 td:nth-child(3n){
	    width: 32px;
		text-align:center;
	}

.cmsLayout_inner .table3 tbody th{
	padding: 3px;
    background: #999;
    color: #FFF;
}

/* ---------------------------------------------------------
 smartphone / tablet  480px - 768px
---------------------------------------------------------- */
@media print, screen and (min-width:480px) {



}

/* ---------------------------------------------------------
 tablet 769px - 889px
---------------------------------------------------------- */
@media print, screen and (min-width:769px) {

.cmsLayout h1{
    margin: 0 0 20px;
    padding: 10px;
    font-size: 32px;
    font-size: 2rem;
} 

.cmsLayout h3{
    padding: 10px;
}

/* 一覧 */
.cmsList .thumbnail{
	margin:0 10px 0 0;
	width:25%;
}

.leadBlock span,
.cmsList h2,
.cmsList p{
	letter-spacing:normal;
}

.leadBlock span{
	font-size:11px;
	font-size:0.6875rem;
}
.cmsList h2{
	font-size:16px;
	font-size:1rem;
}

.cmsList p{
	font-size:14px;
	font-size:0.875rem;
	line-height: 1.4;
}
/* 詳細ページ */
.cmsLayout_inner{
	line-height:1.4;
}

.cmsLayout_inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 10px;
}

.cmsLayout_inner p{
	margin:10px 0 15px;
}
    
.cmsLayout_inner p.tag{
	margin:5px 0;
}


.cmsLayout_inner li{
	padding: 10px 0 10px 17px;
    line-height: 1.3;
}

.cmsLayout_inner li:before{
    width: 4px;
    height: 4px;
    margin: -6px 0 0 0;
}

/* リスト */
.cmsLayout_inner ul{
	margin:15px 0;
}

/* table */
.cmsLayout_inner .table2 table{
	border-bottom:none;
    padding: 10px 0;
    margin: 10px 0;
	font-size:16px;
    font-size: 1rem;
}

.cmsLayout_inner .table2 tr{
	border-bottom: 1px solid #ccc;
}

.cmsLayout_inner .table2 td{
    padding: 5px 10px;
    display: table-cell;
    width: auto;
    text-align: left;
	border-bottom: none;
	border-right: 1px dotted #ccc;
	-o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
	.cmsLayout_inner .table2 td:nth-child(odd){
    	background: #f1f1f1;
	    border-bottom:none;
	}

/* col2 */
.col2{
	margin:10px 0;
    width: 100%;
}

.col2 .col_box{
	float: left;
	margin-right:2%;
	width:49%;
}

.col2 .col_box:nth-child(2n){
	margin-right:0%;
}

.col2:after{
	content:"";
	display:block;
	clear:both;
}



} /* End tablet 889px */
/* ---------------------------------------------------------
 desktop 1024x - 
---------------------------------------------------------- */

@media print, screen and (min-width:1024px) {

.cmsLayout h1{
    margin: 0 0 15px;
    padding: 15px 0 15px;
    font-size: 40px;
    font-size: 2.5rem;
} 

.cmsLayout h3{
	margin:15px 0;
}

.cmsLayout h4{
	margin:15px 0 10px;
    padding: 2px 10px;
}

/* 一覧 */
.cmsList{
	margin-bottom:20px;
}

.cmsList li a{
    padding: 15px 15px 15px 0;
	text-decoration: none;
}

.cmsList h2{
	margin-bottom:5px;
	font-size:18px;
	font-size:1.1rem;
}

.cmsList p{
	font-size:14px;
	font-size:0.875rem;
	line-height: 1.4;
	text-decoration:none;
}

/* 詳細ページ */
.cmsLayout_inner{
	margin:0 0 20px;
    line-height: 1.4;
}

.cmsLayout_inner h2 {
	margin:20px 0;
    padding: 15px;
    font-size: 26px;
    font-size: 1.6rem;
}

.cmsLayout_inner p.center a{
	margin:0 0 15px;
	padding:13px 20px;
}


} /* End desktop */

