
/* RESPONSIVE
---------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
p {
    padding: 0!important;
}
.footNav {
    display: none;
}
ul.row {
    padding: 0;
}
ul.row li {
    list-style-type: none;
    margin: 0;
}
.container {
    padding: 0;
}
ul.nav a, ul.nav a:visited {
    width: 185px;
}
.content table {
    margin-bottom: 10px;
    width: 100%;
}
.content img {max-width: 100%;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}

.sectionWrap {
    padding: 0 10px;
}

.content_sita {
    margin: 0 auto;
    width: 965px;
    float: none;
}
.content_osimai,
.content_osimai2 {
    width: 965px;
}
.content_moji3_img {
    float: none;
}
.sPhone {display: none;}
@media only screen and (max-width:768px){
	.pc {display: none;}
	.sPhone {display: block;}
	img {
	    width: auto;
	    max-width: 100%;
	    height: auto!important;
	}
	table {
	    width: auto;
	    max-width: 100%;
	}
	.container {
	    margin: 0 auto;
	    width: auto;
	}
	.content {
	    float: none;
	    padding: 0px 0;
	    width: auto;
	}
	.content_sita,
	.content_osimai,
	.content_osimai2 {
	    float: none;
	    margin: 0 auto;
	    padding: 0;
	    height: auto;
	    width: auto;
	}
	.content_osimai table,
	.content_osimai2 table {
	    width: 100%;
	}
	.content_osimai table th,
	.content_osimai table td {
		display: list-item;
	    padding: 8px 5px 8px 15px;
	    width: auto!important;
		border-bottom: solid 1px #ccc;
	}
	.sidebar1 {
	    display: none;
	}
	.sectionWrap {
	    margin: 0 auto;
	    padding: 0;
	    width: 95%;
	}
	#globalNav ul li a {
	    text-align: left;
	    line-height: 35px;
	    height: 35px;
	    padding-left: 30px;
	}
	#globalNav ul li {
	    display: block;
	    text-align: left;
	    padding: 0;
	    height: 35px;
	}
		#globalNav ul li:after {
		    left: 5px;
		    bottom: 38%;
	    }
	#globalNav ul {
	    display: block;
	    margin: 0 auto;
	    padding: 0;
	    width: auto;
	}
	.footNav {
	    display: block;
	}
	.footNav ul.nav {
	    margin: 0;
	    padding: 0;
	}
		.footNav ul li{
		    width: 100%;
		    border-bottom: solid 1px #fff;
		    background-color: #000;
		}
		ul.nav a, ul.nav a:visited {
	    	width: auto;
	    }
	 ul li,ol li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#subNav ul li {
	    display: inline-block;
	    width: 33.3%;
	    list-style-type: none;
	    font-size: 12px;
	    border-left: solid 1px #fff;
	    vertical-align: top;
	}
	.bnrBlock {
	    padding: 10px;
	}
}
/*grid‚Ìgutter’²®
------------------------------------------------ */
	/*a• 20px‚Ìê‡*/
	.gutter-20{
	margin-left:-10px;
	margin-right:-10px;
	}
	.gutter-20 > [class*='col-'] {
	padding-left:10px;
	padding-right:10px;
	}
	 
	/*a• 10px‚Ìê‡*/
	.gutter-10{
	margin-left:-5px;
	margin-right:-5px;
	}
	.gutter-10 > [class*='col-'] {
	padding-left:5px;
	padding-right:5px;
	}
	.gutter-1{
	margin-left:-1px;
	margin-right:-1px;
	}
	.gutter-1> [class*='col-'] {
	padding-left:1px;
	padding-right:1px;
	}
	/*a• 0px‚Ìê‡*/
	.gutter-0{
	margin-left:0px;
	margin-right:0px;
	}
	.gutter-0 > [class*='col-'] {
	padding-left:0;
	padding-right:0;
	}

/* reserve campaign
---------------------------------------------------------------------- */
.reserve_campaign {
    position: relative;
    background-color: #000;
    padding: 50px 30px 10px 30px;
}
.reserve_campaign ul {
    padding: 0;
}
	.reserve_campaign ul li {
	    margin: 15px 5px;
	    list-style-type: none;
	    background: #1d1e88 url(../images/bg_stripe01.png) left top;
	    border: solid 1px gold;
	    border-radius: 8px;
	    position: relative;
	}
	.reserve_campaign ul li .col-sm-2.col-xs-12.alignC {
	    padding-top: 30px;
	    padding-left: 5px;
	    padding-right: 0;
	}
.priceTable h2 {
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
    color: #ffffff;
    background: -moz-linear-gradient( top, #ff2819 0%, #ab0000);
    background: -webkit-gradient( linear, left top, left bottom, from(#ff2819), to(#ab0000));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #7d0000;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
	.sectionWrap.priceTable th, .sectionWrap.priceTable td {
	    padding: 5px 3px;
	}
.privilegeTitle {
    position: absolute;
    width: 180px;
    left: 0;
    top: -80px;
}

.campaign_btnArea {
    background-color: #000;
    padding: 10px 10px 30px 10px;
}
	.campaign_btnArea h2 img {
	    width: 60%;
	}
	.campaign_btnArea h2 {
	    margin: 0 auto;
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	    text-align: center;
	    border-bottom: solid 1px green;
	}
@media only screen and (max-width:768px) {
	.reserve_campaign {
	    position: relative;
	    background-color: #000;
	    padding: 30px 0;
	}
	.reserve_campaign ul li {
	    margin: 5px;
	}
	.reserve_campaign ul li div {
	    padding: 0;
	}
	.reserve_campaign ul li div.col-sm-2.col-xs-12.alignC {
	    margin-bottom: 10px;
	}
	.reserve_campaign ul li div.col-sm-2.col-xs-12.alignC img {
	    width: 100px;
	}
	.privilegeTitle {
	    top: -50px;
	}
	.campaign_btnArea h2 img {
	    width: auto;
	}
}
/* —¿‹à•\
---------------------------------------------------------------------- */
.priceArea {
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    background-color: #000;
    color: #fff;
}
.priceArea h2 {
    margin-bottom: 0;
}

@media only screen and (max-width:768px) {
	.priceArea h2 {
	    margin-bottom: 0;
	    padding: 0;
	}
	h3.sPhonePrice {
	    background-color: #CC0000;
	    color: #fff;
	    padding: 5px 10px;
	    font-size: 18px;
	}
	table.itemList {
	    border: none;
	}
	table.itemList td.stylershiro {
	    display: block;
	    width: 100%;
	    padding: 5px;
	    margin-bottom: 10px;
	    margin-left: 0;
	}
	table.itemList td {
	    display: list-item;
	    border: none;
	    list-style-type: disc;
	    margin-left: 20px;
	}
}
/* #Slider
---------------------------------------------------------------------- */
.link-content h4 {
    font-size: 14px;
}
@media only screen and (max-width:768px) {
	.SSS {
	    font-size: 12px;
	}
	#slidorion {
	    width: 100%;
	    height: 600px;
	    position: relative;
	    left: 0;
	    margin-left: 0;
	    padding: 0px;
	    background: #cbcbcb;
	    border: 0px solid #bbb;
	    -webkit-box-shadow: 0 0 1px #bbb;
	    -moz-box-shadow: 0 0 1px #bbb;
	    box-shadow: 0 0 1px #bbb;
	}
	#slider {
	    width: 100%;
	    height: auto;
	    min-height: 300px;
	    float: left;
	}
	#accordion {
	    margin-bottom: 10px;
	    width: 100%;
	    height: auto;
	}
	.content_moji3_img {
	    float: none;
	    width: auto;
	    margin: 0 10px;
	    padding: 0;
	}
}
/* ‚æ‚­‚ ‚éŽ¿–â
---------------------------------------------------------------------- */
.content_qa {
     float: none;
     width: auto;
    padding: 10px;
}
.content_qa ul.row li {
    margin-bottom: 20px;
}
.open {
    color: #090;
    font-weight: bold;
    font-size: 160%;
}
.title {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 15px;
	background: -ms-linear-gradient(
		top,
		#61b946 0%,
		#1b6d12);
	background: -moz-linear-gradient(
		top,
		#61b946 0%,
		#1b6d12);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#61b946),
		to(#1b6d12));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
}
	.title i {
	    margin-right: 10px;
	}
	.title span.small {
	    font-size: 12px;
	}
.switchHat.switchBtn.title {
    position: relative;
}
	.switchHat.switchBtn.title:after {
	    content: '\f150';
	    position: absolute;
	    right: 10px;
	    font-family: FontAwesome;
	    font-weight: normal;
	}
.closeBtn span:hover, .switchHat:hover {
    color: #fff;
}
.switchDetail {
    width: 100%;
    padding: 0;
}

#faq dt, #faq dd {
    font-size: 16px;
}
table.sample td {
    padding: 10px 5px 5px 5px;
    font-size: 16px;
}
	.switchDetail {
	    display: none;
	}
@media only screen and (max-width:768px) {
	.switchDetail {
	    display: block;
	}
	.content_qa {
	    float: none;
	    width: auto;
	    margin: 0;
	}
	.title {
		margin: 0px auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
	.title span.small {
	    display: block;
	    font-weight: normal;
	}
}

/* Žæ‚èˆµ‚¢“X•Ü
---------------------------------------------------------------------- */
.content_toriatukai {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    float: left;
}
#ken_map_list {
    width: 100%;
    float: none;
}
	#ken_map_list h3 {
	    background-color: #efefef;
	    font-size: 18px;
	    padding: 10px;
	    border: solid 1px #ccc;
	}
@media only screen and (max-width:768px) {
	.title span.sPhone {
	    display: inline-block;
	}
	.content_toriatukai {
	    padding: 10px;
	}
	table.naka {
	    border-collapse: collapse;
	    border: 1px solid #AAA;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.red {
	    color: red;
	}
}
.bnrLink {
    margin: 10px 5px;
}
.bnrLink img{
	width: 100%;
}
/* Slider
----------------------------------------------------------------------------------- */
.swiper-button-prev, .swiper-button-next {
    background: none!important;
    font-size: 40px;
    color: rgba(50,50,50,0.8);
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(51, 51, 51, 0.46);
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    background-size: 50%;
}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 5px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: 0px;
	}
.swiper-wrapper {
    padding-bottom: 20px;
}
.swiper-container {
    margin: 0 auto 20px auto;
}
	.swiper-pagination-bullet {
	    width: 15px;
	    height: 15px;
	    background: #555;
	    opacity: 1;
	}
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background-color: #fff;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	    bottom: 0;
	}
/* Lightbox
----------------------------------------------------------------------------------- */
.lightbox-content {
    padding: 0;
}
.lightbox-header .close {
    position: absolute;
    right: 10px;
    background-color: #000;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: -16px;
    margin-right: 0;
    font-size: 2em;
    color: white;
    opacity: .8;
    filter: alpha(opacity=80);
    z-index: 999999999;
}