﻿@charset "UTF-8";


.title_bl02 {
    padding: 4px 15px;
    background: #00abeb;
    color: #fff;
    font-weight: bold;
}
/* general */

#articleWrap h1{
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;

}

/* 20190225 */
.mvBox{
    background: url(/feature/gw/img/mv01.jpg) no-repeat;
    background-size: cover;
    height: 440px;
    background-position: top 0 right 0;
    margin-top: 20px;
}
.mvBox h1{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    right: 10px;   
}
.mvBox h1 img{
    margin: -40px -20px 0 0;
}
.mv_text{
    text-align: left;
    margin: -85px 10px 70px;
    color: #333333;
    font-size: 117%;
    background: rgba(255,255,255,0.8);
    padding: 5px 0 5px 24px;
    font-weight: bold
}
.searchForm01{
    border-top: 1px solid #5ea6c1;
}
.navi{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    background-size: 100% auto;
    margin: 20px auto;
    background-position: 50%;
}
.navi li{
    width: 98%;
    text-align: center;
    border-radius: 100px;
    font-size: 140%;
    margin: 7px 0;
}
.navi li a{
    padding: 7px 0 5px;
    display: block;
    color: #444444;
    font-weight: bold;
    border-radius: 100px;
    background-color: #f1d564;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.navi li a:hover{
    background-color: #f1df96;
    text-decoration: none;
}
.navi li a::before,
.navi li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.navi li a::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.navi li a::after{
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 13px auto;
}
.corner01{
    background-color: #92d7f2;
    position: relative;
}

span.no01{
float: left;
    line-height: 110%;
    color: #ffffff;
    background-color: #444444;
    padding: 7px 3px;
    width: 16px;
    height: 43px;
}
.under_line{
    border-bottom: 1px solid #ffffff;
}
.under_line h2{
    padding: 7px 12px;
    float: left;
    width: 72%;
}
.under_line h2 img{
    width: 100%;
}
.title01_sub{
    margin: 5px 0 5px 26px;
    width: 40%;
    line-height: 100%;
}
.title01_sub img{
    width: 100%;
}
.theme_area{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    min-height: 440px;
    margin: 0 10px;
}
.theme_area div{
    width: 49%;
}
.theme_area div a{
    margin-bottom: 10px;
    display: block;
}

.corner02 h2{
    text-align: center;
    margin: 60px auto 50px;
    width: 72%;
}
.corner02 h2 img{
    width: 100%;
}
.corner02 ol{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.corner02 ol li{
    width: 46%;
    line-height: 1.8;
}

.corner02 ol li a{
    color: #333333;
    text-decoration: none;
}


.corner02 ol li figcaption{
    font-size: 142%;
    font-weight: bold;
    padding: 5px 0 0 50px;
    margin-bottom: 10px;
}
.corner02 ol li:nth-child(1) figcaption{
    background: url(/feature/gw/img/no01.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #e1be70;
}
.corner02 ol li:nth-child(2) figcaption{
    background: url(/feature/gw/img/no02.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #a0a0a0;
}
.corner02 ol li:nth-child(3) figcaption{
    background: url(/feature/gw/img/no03.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #a08232;
}
.corner02 ol li:nth-child(4) figcaption{
    background: url(/feature/gw/img/no04.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #01aaeb;
    background-position: 0 6px;
}
.corner02 ol li:nth-child(5) figcaption{
    background: url(/feature/gw/img/no05.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #01aaeb;
    background-position: 0 6px;
}
.corner02 ol li:nth-child(6) figcaption{
    background: url(/feature/gw/img/no06.jpg) no-repeat;
    background-size: 36px auto;
    border-bottom: 1px solid #01aaeb;
    background-position: 0 6px;
}
.corner02 ol li figcaption span{
    font-size: 70%;
    font-weight: normal;
}
.corner02 ol li strong{
    display: block;
    font-size: 114%;
    margin: 10px 0;
}
.corner02 ol li P{
    font-size: 112%;
}
.corner02 ol li div{
    text-align: center;
    margin: 20px 0;
    background-color: #01aaeb;
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 20px;
}

.corner02_02{
    background-color: #95d8f2;
    padding: 20px 0;
    margin-top: 80px 0 80px 10px;
}
.corner02_02 h3{
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    font-size: 124%;
}
.corner02_02 h3 strong{
    border-bottom: 1px solid #ffffff;
    font-size: 157%;
}
.corner02_02 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px;
}
.corner02_02 ul li{
    width: 40%;
    margin: 20px 0;
}
.corner02_02 ul li a{
    color: #333333;
}
.corner02_02 ul li figure{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.corner02_02 ul li figcaption{
    font-size: 112%;
}
.corner02_02 ul li figcaption strong{
    display: block;
    font-size: 114%;
}
.corner02_02 ul li figcaption span{
    display: table-cell;
    text-decoration: underline;
    color: #444444;
    position: relative;
    padding-left: 13px;
}
.corner02_02 ul li figcaption span::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #000;
    border-right-width: 0;
}
.corner03{
    background-color: #f8f8f8;
    padding: 80px 0;
}
.corner03 h2{
    text-align: center;
    margin: 0 10px;
}
.corner03 h2 img{
    width: 100%;
}
.corner03 ul.article_nav{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 60px auto;
}
.corner03 ul.article_nav li{
    width: 85%;
    margin: 10px;
}

.corner03 ul.article_nav li strong{
    background-color: #333333;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 180%;
}
.corner03 ul.article_nav li a{
    padding: 0 10px;
    color: #333333;
    text-decoration: underline;
    font-size: 142%;
}
.corner03 ul.article_nav li a:nth-child(2){
    border-right: 1px solid #333333;
}

.corner03 h3{
    position: relative;
    width: 120px;
    margin: 60px auto 40px;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333333;
}
.corner03 h3:before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right:0;
    z-index: 0;
    height: 1px;
    background: #333333;
}
.corner03 h3 span{
    border: 1px solid #333333;
    display: table-cell;
    position: relative;
    background-color: #f8f8f8;
    font-weight: normal;
    font-size: 40%;
    padding: 0 5px;
}

.corner03 figcaption{
    border: 1px solid #333333;
    border-left: 10px solid #333333;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 171%;
    line-height: 170%;
    margin: 40px 10px;
    padding-left: 5px;
}
.corner03 figcaption span{
    border-bottom: 1px solid #333333;
    display: block;
    margin-right: 5px;
}
.corner03 p.read_text,.corner03 p.read_text2{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.8;
    margin: 40px 10px;
    font-size: 116%;
}
.corner03 p.read_text:first-letter {
    float: left;
    font-size: 40px;
    line-height: 1;
    padding: 5px 10px 0 0;
}



.hotelList{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto;
}
.hotelList li{
    width: 48%;
    background: #ffffff;
    box-shadow: 0px 2px 15px -5px #000000;
    padding: 10px 10px 50px;
    position: relative;
    margin-bottom: 30px;
}
.hotelList li div{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01aaeb;
    color: #ffffff;
    padding: 3px 10px;
}
.hotelList li h4{
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}
.hotelList li .btn{
    text-align: center;
    margin: 10px 0;
    position: absolute;
    bottom: 5px;
    left: 20%;
}
.hotelList li .btn a{
    background-color: #01aaeb;
    display: inline-block;
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 20px;
}
.hotelList li .btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.article_link{
    text-align: center;
    width: 75%;
    margin: 50px auto 100px;
}
.article_link a{
    display: block;
    border-radius: 100px;
    background-color: #01aaeb;
    color: #ffffff;border: 2px solid #01aaeb;
    padding: 6px 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    font-size: 140%;
}
.article_link a:hover {
    transform: scale(1.03);
    background-color: #ffffff;
    text-decoration: none;
    color: #01aaeb;
}
.middle_img{
    width: 100%;
    margin: 40px auto;
}





/*アニメーションセット」*/
.cassette01,.cassette02,.cassette03,.cassette04,.cassette05,.cassette06,.article_in{
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
.corner02_02{
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
    }
.corner02_02.scroll-in {
    margin: 80px 0 80px 0;
    }

/* marketPriceTable */
.basic_title_icon01{
	font-size: 15px;
    font-weight: bold;
	border-bottom:1px solid #000;
}
.marketPrice {
	position: relative;
	margin: 0px 15px 20px ;
}
.marketPriceTablesp{
	overflow: auto;
	white-space: nowrap;
    padding-left: 84px;
}

.marketPrice .update_day{
	position: absolute;
	top: -17px;
    right: 15px;
}
table.marketPriceTable {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.marketPriceTable th{
    background:#f1d564;
    width: 200px;
	font-weight: bold;
}
table.marketPriceTable th:first-child{
	width: 84px;
    position: absolute;
    left: 0px;
    background-color: #fff;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.marketPriceTable th,
table.marketPriceTable td{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:8px;
}

table.marketPriceTable td:first-child{
    width: 84px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    background-color: #fff;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
