@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

img {
	max-width: 100%;
	height: auto;
}



#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	background-image:url(../img/bg_l.gif);
	padding-bottom:30px;
}

#sp79_wrapper {
	background-image:url(../img/bg.jpg);
	background-position:top center;
    background-repeat: no-repeat;
}

#content_sp {
	margin-left: auto;
    margin-right: auto;
	width: 970px;
}


/*/////////////////////////////ヘッダー////////////////////////////*/

#gw_content {
	background-repeat:repeat;
	background-color:#d0efff;
}


#area_kyu,#area_oki {
	margin-top:20px;
}


#sp79_head{
	width: 950px;
    height: 550px;
	padding-top: 30px;
}

#gw_calendar{
	width: 950px;
	height: auto;
	margin: 20px 0px;;
}

#gw_plan_select {
	padding: 20px 0px 30px 100px;
}

#gw_plan_select li {
	float: left;
	padding-right: 20px;
}


.myplan_top{
	background-image:url(../img/myplantop.png);
	background-repeat:no-repeat;
	width: 950px;
	height: 280px;
	background-color: #d0efff;
	text-align: center;
	}


.myplan_top p {
	width:650px;
	font-size:15px;
	line-height:1.7em;
    display: inline-block;
	padding-top: 160px;
	padding-left: 50px;
	font-weight: bold;
}

.plan_area{
	background-color: #d0efff;
	width: 950px;
}

.pab30{padding-bottom: 30px;
	}

.pab60{padding-bottom: 60px;
	}

.plan_bg1{
	background-image:url(../img/remoteisland_bg.gif);
}

.plan_bg2{
	background-image:url(../img/marineplan_bg.gif);
	padding-top: 10px;
}

.plan_bg3{
	background-image:url(../img/tabiplan_bg.gif);
	padding-top: 10px;
}

.bg_detail{
	background-repeat:no-repeat;
	width: 893px;
	height: 500px;
	background-size: contain;
	background-position: center bottom;
	margin: 0 auto;
}

.plan_content{
	height: auto;
	display:flex;	
	flex-direction: row;
	margin: 0 auto;
}
.con_pad1{
	padding: 110px 0px 30px 50px;
}
.con_pad2{
	padding: 110px 0px 10px 50px;
}

.con_pad3{
	padding: 110px 0px 20px 80px;
}

.sel{
	width: auto;
	padding-right: 40px;
}

.sel1{
	width: auto;
	padding-right: 60px;
}
.sel2{
	width: auto;
	padding-right: 40px;
}

.area_plan_link {
	width: 424px;
    margin: 0 auto;
	padding-left: 40px;
}


/*/////////////////////////////　ホテルカセット　////////////////////////////*/

.hotel_cas {
	width: 230px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.hotel_title {
	padding-top: 15px;
	color: #007DCD;
	font-weight: bold;
	padding-bottom: 10px;
	text-align:center;
	display: table;
  width: 100%;
	height: 50px;
}

.hotel_title p {
	font-size: 17px;
	display: table-cell;
  vertical-align: middle;
}

.hotel_img {
	padding-bottom: 10px;
	padding-left: 13px;
}

.hotel_txt p {
	font-size: 13px;
	width: 200px;
	padding-left: 13px;
	height: 80px;
}

.hotel_txt_h p {
	font-size: 13px;
	width: 200px;
	padding-left: 13px;
	height: 150px;
}


/*/////////////////////////////　ページTOPボタン　////////////////////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
}
#page-top a {
	background:#7F6F08;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}


/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}


/*//////////////////セレクトボックス/////////////////////*/

.select-box-outline {
	padding-top: 30px;
	padding-bottom: 20px;
}

.select-box01 select {
	width: 50%;
	padding: 10px;
	margin-left: 200px;
	font-size: 150%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url("../img/arrow01.png")right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url("../img/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}

.select-box-outline-c {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 20px;
}

.select-box-outline-c a {
	width: 150px;
}



