@charset "UTF-8";
 * {
background-repeat: no-repeat;
line-height: 140%;
font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
margin: 0;
padding: 0;
}
.ie8 * {
font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.win * {
font-weight: 500;
}
.win strong {
font-weight: bold !important;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
overflow: hidden;
color: #333;
}
.link a {
color: #0071bc;
font-weight: bold;
}
img {
border: none;
line-height: 0;
vertical-align: bottom;
width: 100%;
height: auto;
max-width: 100%;
}
img[data-echo] {
min-width: 50px;
min-height: 50px;
background-image: url(/images/common/preloader-30-w.gif);
background-position: center center;
border: solid 1px #ddd;
border-radius: 5px;
}
img[data-echo].loaded {
background-image: none;
}
input:focus,
textarea:focus {
outline: 0;
}
button:focus {
-webkit-appearance: none;
border-radius: 0;
}
button:focus {
outline: 0;
}
.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}
.slick-slide a:focus {
outline: none !important;
}
.bd-01 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
font-weight: bold;
}
.bd-02 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
font-weight: bold;
}
.bd-03 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
font-weight: bold;
}
.space10 {
height: 10px;
}
.space20 {
height: 20px;
}
.space30 {
height: 30px;
}
.space40 {
height: 40px;
}
.space100 {
height: 100px;
}
.mt5 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt50 {
margin-top: 50px;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.ml10 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml20 {
margin-left: 20px;
}
.ml30 {
margin-left: 30px;
}
.ml40 {
margin-left: 40px;
}
.ml50 {
margin-left: 50px;
}
.mr10 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr20 {
margin-right: 20px;
}
.mr30 {
margin-right: 30px;
}
.mr40 {
margin-right: 40px;
}
.mr50 {
margin-right: 50px;
}
.font10 {
font-size: 10px;
}
.font12 {
font-size: 12px;
}
.font14 {
font-size: 14px;
}
.bold {
font-weight: bold;
}
.txt-left {
text-align: left;
}
.txt-center {
text-align: center;
}
.txt-right {
text-align: right;
}
.red {
color: #c00;
}
.left {
float: left;
}
.center {
float: left;
}
.right {
float: right;
}
p {
line-height: 160%;
}
li {
list-style: none;
}
a img {
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
a:hover img {
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
.alpha {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.alpha:hover {
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
.transition-01 {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.transition-02 {
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.transition-03 {
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
} .trigger {
-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
transition: opacity 1s ease, -webkit-transform 1s ease;
transition: transform 1s ease, opacity 1s ease;
transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.trigger-1 {
-webkit-transition: -webkit-transform 1s ease 0.1s, opacity 1s ease 0.1s;
-webkit-transition: opacity 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
transition: opacity 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
transition: transform 1s ease 0.1s, opacity 1s ease 0.1s;
transition: transform 1s ease 0.1s, opacity 1s ease 0.1s, -webkit-transform 1s ease 0.1s;
}
.trigger-2 {
-webkit-transition: -webkit-transform 1s ease 0.2s, opacity 1s ease 0.2s;
-webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
transition: transform 1s ease 0.2s, opacity 1s ease 0.2s;
transition: transform 1s ease 0.2s, opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
}
.trigger-3 {
-webkit-transition: -webkit-transform 1s ease 0.3s, opacity 1s ease 0.3s;
-webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
}
.trigger-4 {
-webkit-transition: -webkit-transform 1s ease 0.4s, opacity 1s ease 0.4s;
-webkit-transition: opacity 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
transition: opacity 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
transition: transform 1s ease 0.4s, opacity 1s ease 0.4s;
transition: transform 1s ease 0.4s, opacity 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
}
.trigger-5 {
-webkit-transition: -webkit-transform 1s ease 0.5s, opacity 1s ease 0.5s;
-webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
transition: transform 1s ease 0.5s, opacity 1s ease 0.5s;
transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}
.trigger-6 {
-webkit-transition: -webkit-transform 1s ease 0.6s, opacity 1s ease 0.6s;
-webkit-transition: opacity 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
transition: opacity 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
transition: transform 1s ease 0.6s, opacity 1s ease 0.6s;
transition: transform 1s ease 0.6s, opacity 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
}
.trigger-7 {
-webkit-transition: -webkit-transform 1s ease 0.7s, opacity 1s ease 0.7s;
-webkit-transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
transition: opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
transition: transform 1s ease 0.7s, opacity 1s ease 0.7s;
transition: transform 1s ease 0.7s, opacity 1s ease 0.7s, -webkit-transform 1s ease 0.7s;
}
.trigger-8 {
-webkit-transition: -webkit-transform 1s ease 0.8s, opacity 1s ease 0.8s;
-webkit-transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
transition: transform 1s ease 0.8s, opacity 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
}
.trigger-9 {
-webkit-transition: -webkit-transform 1s ease 0.9s, opacity 1s ease 0.9s;
-webkit-transition: opacity 1s ease 0.9s, -webkit-transform 1s ease 0.9s;
transition: opacity 1s ease 0.9s, -webkit-transform 1s ease 0.9s;
transition: transform 1s ease 0.9s, opacity 1s ease 0.9s;
transition: transform 1s ease 0.9s, opacity 1s ease 0.9s, -webkit-transform 1s ease 0.9s;
}
.trigger-10 {
-webkit-transition: -webkit-transform 1s ease 1s, opacity 1s ease 1s;
-webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
transition: transform 1s ease 1s, opacity 1s ease 1s;
transition: transform 1s ease 1s, opacity 1s ease 1s, -webkit-transform 1s ease 1s;
}
.trigger-11 {
-webkit-transition: -webkit-transform 1s ease 1.5s, opacity 1s ease 1.5s;
-webkit-transition: opacity 2s ease 1.2s, -webkit-transform 2s ease 1.2s;
transition: opacity 2s ease 1.2s, -webkit-transform 2s ease 1.2s;
transition: transform 2s ease 1.2s, opacity 2s ease 1.2s;
transition: transform 2s ease 1.2s, opacity 2s ease 1.2s, -webkit-transform 2s ease 1.2s;
}
.visible {
opacity: 1;
}
.invisible {
opacity: 0;
}
.fromTopIn {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.fromTopOut {
-webkit-transform: translate(0, -10px);
transform: translate(0, -20px);
opacity: 0;
}
.fromBottomIn {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.fromBottomOut {
-webkit-transform: translate(0, 10px);
transform: translate(0, 20px);
opacity: 0;
}
.fromLeftIn {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.fromLeftOut {
-webkit-transform: translate(-10px, 0);
transform: translate(-20px, 0);
opacity: 0;
}
.fromRightIn {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.fromRightOut {
-webkit-transform: translate(10px, 0);
transform: translate(20px, 0);
opacity: 0;
}
.scaleUpIn {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
.scaleUpOut {
-webkit-transform: translate(0, 0);
transform: scale(1.2, 1.2);
opacity: 0;
}
.scaleDownIn {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
}
.scaleDownOut {
-webkit-transform: scale(0.7, 0.7);
transform: scale(0.7, 0.7);
opacity: 0;
}
.rotateIn {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity: 1;
}
.rotateOut {
-webkit-transform: rotate(30deg) scale(0.9);
transform: rotate(30deg) scale(0.9);
opacity: 0;
}
.r-corner {
border-radius: 100%;
}
.cursor,
.clickable {
cursor: pointer;
cursor: hand;
}
th,
td {
text-align: left;
}
#pagetop {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
width: 50px;
height: 50px;
opacity: 0;
}
#pagetop.active {
bottom: 30px;
right: 10px;
opacity: 1;
}
@media screen and (max-width: 500px) {
#pagetop {
bottom: 30px;
right: -10px;
opacity: 0;
}
#pagetop.active {
bottom: 30px;
right: 10px;
opacity: 1;
}
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
}
.clearfix {
zoom: 1;
} /*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}/**/.mincho {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
letter-spacing: 2px;
} #loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 998;
}
#loader {
position: fixed;
top: 50%;
left: 50%;
width: 300px;
height: 200px;
margin-top: -80px;
margin-left: -150px;
text-align: center;
z-index: 999;
}
#loader p {
font-size: 12px;
margin-top: 30px;
letter-spacing: 1.5px;
}
#loader .loader {
width: 40px;
height: auto;
}
#wrapper {
overflow: hidden;
} .cols-2 {
font-size: 0 !important;
}
.cols-2 .col {
font-size: 14px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.cols-3 {
font-size: 0;
}
.cols-3 .col {
font-size: 14px;
display: inline-block;
vertical-align: top;
width: 33.33333%;
width: calc((100%) / 3);
}
.cols-4 {
font-size: 0;
}
.cols-4 .col {
font-size: 14px;
display: inline-block;
vertical-align: top;
width: 25%;
}
.bd-02 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
font-weight: bold;
}
.bd-03 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
font-weight: bold;
}
.bd-04 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
font-weight: bold;
}
.tr {
display: table;
table-layout: fixed;
}
.td {
display: table-cell;
vertical-align: top;
word-wrap: break-word;
overflow: hidden;
word-break: break-all;
}
.th {
font-weight: bold;
}
.reset {
font-size: 0;
letter-spacing: 0.5;
}
.reset li,
.reset div {
font-size: 14px;
letter-spacing: normal;
}
.full {
width: 100%;
height: auto;
}
.hr-list {
letter-spacing: -0.5em;
}
.hr-list li {
display: inline-block;
vertical-align: top;
letter-spacing: normal;
}
.table-style-01 {
width: 100%;
}
.table-style-01 table {
width: 100%;
border-collapse: separate;
border-spacing: 1px;
}
.table-style-01 th {
padding: 10px;
text-align: right;
}
.table-style-01 td {
padding: 10px;
}
.table-style-02 {
width: 100%;
background-color: #ccc;
}
.table-style-02 table {
width: 100%;
border-collapse: separate;
border-spacing: 1px;
}
.table-style-02 th {
text-align: right;
padding: 8px 10px;
vertical-align: top;
white-space: nowrap;
background: #eee;
}
.table-style-02 td {
padding: 8px 10px;
background-color: #fff;
}
.bt-blue a {
color: #fff;
display: block;
padding: 15px 10px;
text-align: center;
background-color: #269fe0;
border-radius: 5px;
border-bottom: solid 3px #069;
}
.bt-blue a:hover {
background-color: #ccc;
border-bottom: none;
margin-top: 11px !important;
}
.bt-blue-02 a {
color: #fff;
display: block;
padding: 10px 10px;
text-align: center;
background-color: #269fe0;
border-radius: 4px;
}
.bt-blue-02 a:hover {
background-color: #ccc;
}
.bt-orange a {
color: #fff;
display: block;
padding: 15px 10px;
text-align: center;
background: #f90;
border-radius: 5px;
border: solid 1px #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#f60));
background: linear-gradient(to bottom, #f90, #f60);
}
.bt-orange a:hover {
background: #f60;
}
.wrap-table-scroll {
width: 100%;
overflow-x: auto;
}
.wrap-table-scroll table {
width: 100%;
}
#copy {
font-size: 10px;
color: #ddd;
letter-spacing: 2px;
position: fixed;
top: 50%;
margin-top: -150px;
right: 20px;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: right;
transform-origin: right;
}
@media screen and (max-width: 500px) {
#copy {
position: relative;
top: 0;
margin-top: 0px;
right: 0px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
text-align: center;
color: #333;
width: 100%;
display: block;
padding: 10px 0;
}
}
body {
-webkit-text-size-adjust: 100%;
}
.inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 10px;
} .slick {
overflow: hidden;
width: 100%;
position: relative;
-webkit-backface-visibility: hidden;
}
.slick li.slick-slide {
display: inline-block;
vertical-align: middle;
overflow: hidden;
}
.slick li.slick-slide img {
width: 100%;
height: auto;
}
.slick-arrow {
position: absolute;
top: 50%;
font-size: 50px;
margin-top: -50px;
z-index: 2;
}
.slick-prev {
left: 10px;
}
.slick-next {
right: 10px;
}
.slick-dots {
text-align: center;
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
}
.slick-dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px;
background-color: #ddd;
border-radius: 100%;
text-indent: -9999px;
cursor: pointer;
}
.slick-dots li.slick-active {
background-color: #0071bc;
}  #header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
background-color: #fff;
}
#header .col {
vertical-align: middle;
padding: 10px;
}
#header .col-1 {
width: 20%;
padding-left: 20px;
}
#header .col-2 {
width: 70%;
text-align: center;
}
#header .col-3 {
width: 10%;
text-align: right;
padding-right: 20px;
}
#header .logo {
max-width: 250px;
}
#gnav li {
display: inline-block;
margin-right: 9px;
padding-left: 10px;
border-left: solid 1px #ccc;
}
#gnav li a {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#gnav li a:hover {
color: #999;
}
#gnav li:first-child {
border-left: none;
}
#header .lang {
font-size: 13px;
letter-spacing: 0.5px;
}
#pop-lang {
background-color: #fff;
padding: 10px 0;
position: absolute;
top: 40px;
right: 3px;
z-index: 999;
-webkit-box-shadow: 1px 1px 2px #666;
box-shadow: 1px 1px 2px #666;
display: none;
}
#pop-lang li {
margin-bottom: 5px;
padding: 0 10px;
width: 100px;
font-size: 13px;
text-align: left;
}
#pop-lang li:before {
content: "- ";
}
#pop-lang li:last-child {
margin-bottom: 0;
}
#header .lang:hover #pop-lang {
display: block;
}
#header.active .lang #pop-lang {
top: 30px;
}
@media screen and (min-width: 1023px) {
#header.active .col {
padding: 5px 10px;
}
#header.active .logo {
max-width: 200px;
}
#header.active li a {
font-size: 12px;
}
}
#header .wrap-search {
background-color: #eee;
text-align: center;
padding: 10px;
display: none;
}
#search-txt {
padding: 5px;
width: 100%;
max-width: 400px;
height: 30px;
display: inline-block;
font-size: 13px;
border: none;
}
#bt-search {
background-color: #000;
color: #fff;
font-size: 13px;
padding: 5px 10px;
border: none;
display: inline-block;
height: 30px;
}
@media screen and (max-width: 1150px) {
#gnav li {
font-size: 12px;
margin-right: 4px;
padding-left: 5px;
}
#header .lang {
font-size: 12px;
}
}
@media screen and (max-width: 1023px) {
#gnav,
#header .lang {
display: none;
}
}
@media screen and (max-width: 500px) {
#header .col-1 {
width: 50%;
}
#header .col-2 {
width: 0;
}
} #sec-video {
position: relative;
padding-top: 50px;
}
#wrap-video {
position: relative;
padding: 10px 0;
z-index: 10;
height: 900px;
background-color: #000;
overflow: hidden;
}
#wrap-video .main-video {
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
} .logo-w {
width: 450px;
position: absolute;
top: 50%;
left: 50%;
margin: -50px 0 0 -225px;
z-index: 15;
}
@media screen and (max-width: 1650px) {
#wrap-video {
height: 800px;
}
}
@media screen and (max-width: 1450px) {
#wrap-video {
height: 700px;
}
}
@media screen and (max-width: 1250px) {
#wrap-video {
height: 600px;
}
}
@media screen and (max-width: 1050px) {
#wrap-video {
height: 400px;
}
}
@media screen and (max-width: 850px) {
#wrap-video {
height: 300px;
}
.logo-w {
width: 350px;
position: absolute;
top: 50%;
left: 50%;
margin: -30px 0 0 -175px;
z-index: 15;
}
}
.bt-booking {
display: block;
width: 300px;
text-align: center;
font-size: 22px;
font-weight: bold;
color: #fff;
background-color: rgba(225, 90, 35, 0.8);
position: fixed;
bottom: 10px;
right: 10px;
padding: 30px 20px;
letter-spacing: 1px;
overflow: visible;
z-index: 100;
}
.bt-booking.active {
width: 250px;
font-size: 20px;
background-color: #e15a23;
padding: 20px 20px;
-webkit-box-shadow: 1px 1px 2px #999;
box-shadow: 1px 1px 2px #999;
}
.bt-booking span {
display: block;
font-size: 10px;
font-weight: normal;
letter-spacing: 1px;
}
.bt-booking:hover {
background-color: #e15a23;
color: #fff;
}
.bt-booking::after {
content: "";
display: block;
width: 40px;
height: 1px;
background-color: #eee;
position: absolute;
top: 50%;
z-index: 2;
margin-top: -1px;
opacity: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-animation: anime 3s ease infinite;
animation: anime 3s ease infinite;
}
@-webkit-keyframes anime {
0% {
left: -30px;
opacity: 1;
}
20% {
left: -10px;
}
90% {
left: -10px;
opacity: 1;
}
100% {
left: -10px;
opacity: 0;
}
}
@keyframes anime {
0% {
left: -30px;
opacity: 1;
}
20% {
left: -10px;
}
90% {
left: -10px;
opacity: 1;
}
100% {
left: -10px;
opacity: 0;
}
}
@media screen and (max-width: 500px) {
.bt-booking {
display: block;
width: 250px;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #fff;
background-color: rgba(225, 90, 35, 0.8);
position: fixed;
bottom: 10px;
right: 10px;
padding: 20px 20px;
letter-spacing: 1px;
overflow: visible;
z-index: 100;
}
.bt-booking.active {
width: 200px;
font-size: 16px;
background-color: #e15a23;
padding: 15px 20px;
-webkit-box-shadow: 1px 1px 2px #999;
box-shadow: 1px 1px 2px #999;
}
}
#main-inner {
margin: 0 auto;
} #sec-news {
background-color: #fff;
padding: 30px 0;
max-width: 1024px;
margin: 0 auto;
}
#sec-news .col-1 {
width: 35%;
text-align: center;
vertical-align: middle;
}
#sec-news .col-2 {
width: 60%;
vertical-align: middle;
}
#sec-news .col-1 img {
height: 20px;
}
#sec-news .sec-title {
padding-top: 10px;
}
.list-news li {
padding-bottom: 8px;
margin-bottom: 10px;
border-bottom: solid 1px #ddd;
}
.list-news a {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.list-news a:hover {
color: #999;
}
.list-news .date {
display: block;
font-size: 12px;
color: #666;
letter-spacing: 1px;
}
.list-news .date .icon-new {
font-style: normal;
font-weight: bold;
color: #de1c24;
font-size: 10px;
margin-left: 10px;
vertical-align: top;
}
.list-news li a {
font-size: 16px;
}
#sec-news .bt {
margin-top: 30px;
}
#sec-news .bt a {
font-size: 12px;
border: solid 1px #ddd;
padding: 8px;
text-align: center;
width: 80px;
font-weight: bold;
display: block;
}
#sec-news .bt a:hover {
background-color: #000;
color: #fff;
} #mori {
background-size: cover;
background-position: center;
width: 100%;
height: 800px;
position: relative;
}
#mori::after {
width: 100%;
height: 800px;
background-color: rgba(0, 0, 0, 0.4);
content: "";
display: block;
z-index: 1;
}
#mori .txt-4 {
position: absolute;
top: 100px;
left: 350px;
max-width: 180px;
}
#mori .wrap-imgs-1 {
width: 200px;
position: absolute;
top: 250px;
right: 310px;
}
#mori .wrap-imgs-1 img {
border: solid 1px #fff;
margin-bottom: 10px;
}
#mori .wrap-imgs-2 {
width: 200px;
position: absolute;
top: 150px;
right: 100px;
}
#mori .wrap-imgs-2 img {
border: solid 1px #fff;
margin-bottom: 10px;
}
a.bt-1 {
display: block;
font-size: 10px;
font-weight: normal;
letter-spacing: 0.5px;
position: relative;
font-weight: bold;
font-size: 13px;
padding: 15px;
width: 200px;
border: solid 1px #ddd;
overflow: visible;
text-align: center;
background-color: #fff;
margin: 20px auto;
}
a.bt-1:hover {
background-color: #000;
color: #fff;
}
a.bt-1::after {
content: "";
display: block;
width: 20px;
height: 1px;
background-color: #333;
position: absolute;
top: 50%;
right: -8px;
z-index: 2;
margin-top: -1px;
opacity: 1;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-animation: anime2 3s ease infinite;
animation: anime2 3s ease infinite;
}
#mori .wrap-bt {
position: absolute;
bottom: 80px;
left: 350px;
}
#mori a.bt-1 {
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
border: solid 1px #fff;
}
#mori a.bt-1:hover {
background-color: #fff;
color: #000;
}
#mori a.bt-1::after {
background-color: #fff;
}
@-webkit-keyframes anime2 {
0% {
right: 8px;
opacity: 1;
}
20% {
right: -8px;
}
90% {
right: -8px;
opacity: 1;
}
100% {
right: -8px;
opacity: 0;
}
}
@keyframes anime2 {
0% {
right: 8px;
opacity: 1;
}
20% {
right: -8px;
}
90% {
right: -8px;
opacity: 1;
}
100% {
right: -8px;
opacity: 0;
}
}
@media screen and (max-width: 1200px) {
#mori .txt-4 {
left: 150px;
}
#mori .wrap-bt {
left: 150px;
}
} #sec-stay {
margin-top: 200px;
position: relative;
overflow: hidden;
}
.sec-style-1 .cols-2 {
font-size: 0;
}
.sec-style-1 .title {
text-align: center;
padding-top: 200px;
}
.sec-style-1 .title img {
height: 50px;
}
.sec-style-1 .title-sub {
margin-top: 20px;
font-size: 16px;
}
.sec-style-1 .title-sub::before {
content: "";
display: inline-block;
width: 50px;
height: 1px;
background-color: #000;
vertical-align: middle;
margin-right: 20px;
}
.sec-style-1 .title-sub::after {
content: "";
display: inline-block;
width: 50px;
height: 1px;
background-color: #000;
vertical-align: middle;
margin-left: 20px;
}
.sec-style-1 p.p1 {
padding-bottom: 0;
}
.sec-style-1 p.p2 {
font-weight: normal;
font-size: 13px;
margin-top: 10px;
padding-top: 0;
}
.sec-style-1 .slick-arrow {
position: absolute;
top: 50px;
font-size: 18px !important;
z-index: 2;
color: #333;
background-color: rgba(255, 255, 255, 0.8);
width: 50px;
height: 50px;
display: block;
text-align: center;
padding-top: 11px;
}
.sec-style-1 .slick-prev {
left: inherit;
right: 51px;
}
.sec-style-1 .slick-next {
right: 0px;
}
.sec-style-1 .bg {
width: 60%;
height: 600px;
background-color: #eee;
position: absolute;
top: 50px;
display: block;
z-index: -1;
}
.list-pg {
margin-top: 30px;
}
.list-pg li {
padding: 10px;
position: relative;
}
.list-pg li .wrap-img {
width: 100%;
height: 220px;
background-size: cover;
background-position: center;
-webkit-box-shadow: 1px 1px 2px #999;
box-shadow: 1px 1px 2px #999;
position: relative;
}
.list-pg li p {
padding: 10px;
font-weight: bold;
}
.list-pg li a .wrap-img {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.list-pg li a:hover .wrap-img {
opacity: 0.75;
}
.list-pg .wrap-icons {
height: 40px;
position: absolute;
bottom: 3px;
right: 3px;
}
.list-pg .wrap-icons img {
width: auto;
height: 100%;
display: inline;
}
.list-pg .icons {
position: absolute;
top: 0;
left: 0;
}
.list-pg .icon {
background-color: #cc0000;
color: #fff;
font-size: 11px;
font-style: normal;
display: block;
padding: 3px 8px;
}
.list-pg .icon-ac-02 {
background-color: #3eaef8;
}
.list-pg .icon-ac-03 {
background-color: #000;
position: absolute;
top: 0;
left: 0;
}
.list-pg .icon-ac-04 {
background-color: #cc0000;
}
.list-pg .icon-ac-05 {
background-color: #e25a24;
}
#sec-stay .list-pg li.benefit {
position: relative;
}
#sec-stay .list-pg li.benefit p {
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
padding: 20px;
text-align: center;
color: #fff;
width: 100%;
top: 75px;
font-size: 18px;
}
#sec-stay .bg.out-v {
width: 60%;
right: -60%;
}
#sec-stay .bg.in-v {
width: 60%;
right: 0;
} #sec-activities {
margin-top: 100px;
position: relative;
overflow: hidden;
}
#sec-activities.sec-style-1 .slick-prev {
left: 0;
right: inherit;
}
#sec-activities.sec-style-1 .slick-next {
right: inherit;
left: 51px;
}
#sec-activities .bg.out-v {
width: 60%;
left: -59%;
}
#sec-activities .bg.in-v {
width: 60%;
left: 0;
} #sec-french {
margin-top: 100px;
position: relative;
}
#sec-french .col {
background-position: center;
background-size: cover;
}
#sec-french.sec-style-1 .title {
padding: 100px 0;
}
#sec-french.sec-style-1 .title-sub {
color: #fff;
margin-bottom: 30px;
}
#sec-french.sec-style-1 .title-sub::before {
background-color: #fff;
}
#sec-french.sec-style-1 .title-sub::after {
background-color: #fff;
}
#sec-french .wrap-title {
background-color: rgba(0, 0, 0, 0.4);
padding: 30px 10px 20px;
}
#sec-french.sec-style-1 .title img {
height: 40px;
} #sec-blog {
background-color: #eee;
margin-top: 100px;
padding-bottom: 30px;
}
#sec-blog .wrap-blog-cat {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
#sec-blog .wrap-blog-cat .col {
width: calc(100% / 4 - 10px);
margin: 0 5px;
background-color: #fff;
}
@media screen and (max-width: 800px) {
#sec-blog .wrap-blog-cat .col {
width: calc(100% / 2 - 10px);
margin: 0 5px 10px;
}
}
#sec-blog .wrap-blog-cat .wrap-img {
height: 200px;
background-size: cover;
background-position: center;
text-align: center;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#sec-blog .wrap-blog-cat .wrap-img::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
#sec-blog .wrap-blog-cat .wrap-img img {
height: 40px;
position: relative;
z-index: 10;
}
#sec-blog .wrap-blog-cat .wrap-img img.txt-field {
height: 50px;
}
#sec-blog .wrap-blog-cat .wrap-img img.txt-enjoy {
height: 60px;
}
#sec-blog .wrap-blog-cat .wrap-list {
padding: 15px;
padding-left: 25px;
}
#sec-blog .wrap-blog-cat .wrap-list li {
margin-bottom: 5px;
list-style-type: disc;
list-style-position: outside;
}
#sec-blog .wrap-blog-cat .wrap-list li:last-child {
margin-bottom: 0;
}
#sec-blog .wrap-blog-cat .wrap-list li a {
text-decoration: underline;
font-size: 14px;
}
#sec-blog .wrap-blog-cat .wrap-list .icon-new {
font-style: normal;
font-size: 12px;
color: #c00;
margin-left: 5px;
}
#sec-blog.sec-style-1 .title {
padding-top: 50px;
padding-bottom: 50px;
}
#sec-blog .bt-staff {
display: block;
margin: 0 auto;
max-width: 400px;
padding: 10px;
} #sec-sns .inner {
border-top: solid 1px #ddd;
padding: 30px 0;
}
#sec-sns .col {
text-align: center;
padding: 10px;
}
#sec-sns h4 {
font-size: 16px;
margin-bottom: 20px;
vertical-align: top;
}
#sec-sns h4 img {
vertical-align: text-top;
margin-right: 5px;
height: 14px !important;
width: auto !important;
}
#sec-sns .bt {
display: inline-block;
width: 180px;
text-align: center;
margin: 10px;
}
#sec-sns .bt a {
display: block;
padding: 10px;
font-size: 12px;
width: 100%;
color: #fff;
font-weight: bold;
border-radius: 3px;
}
#sec-sns .bt-01 a {
background-color: #0071ac;
}
#sec-sns .bt-02 a {
background-color: #23a573;
} #sec-bns {
border-top: solid 1px #ddd;
}
#sec-bns .inner {
padding: 40px 0;
max-width: 1400px !important;
}
#sec-bns .wrap-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#sec-bns .wrap-flex li {
margin: 0 10px;
width: calc(25% - 20px);
}
#sec-bns .wrap-flex img {
width: 100%;
} #sec-camera {
background-image: url(/images/top/img-camera.jpg);
background-size: cover;
background-position: center;
text-align: center;
padding: 30px 0;
}
#sec-camera .wrap-title {
background-color: rgba(0, 0, 0, 0.4);
padding: 30px 10px;
color: #fff;
width: 80%;
margin: 0px auto;
}
@media screen and (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
#sec-camera {
background-image: url(/images/top/img-camera@2x.jpg);
}
}
@media screen and (max-width: 500px) {
#sec-camera {
padding: 20px 0;
}
#sec-camera .wrap-title {
padding: 20px 10px;
color: #fff;
width: 90%;
}
#sec-camera .wrap-title p {
font-size: 12px;
}
} #f-01 {
min-height: 300px;
}
#f-01 .inner {
padding: 50px 20px;
text-align: center;
}
#f-01 .box {
display: inline-block;
vertical-align: top;
padding: 0 15px;
text-align: left;
}
#f-01 .box a {
font-weight: bold;
}
#f-01 .sub {
padding-top: 10px;
}
#f-01 .sub a {
font-weight: normal;
font-size: 12px;
}
#f-01 .sub li:before {
content: "- ";
}
#f-01 .bt {
margin-top: 50px;
}
#f-01 .bt img {
margin: 0 10px;
}
#share-bt {
margin-top: 20px;
vertical-align: top;
text-align: left;
}
#share-bt iframe {
display: inline-block;
width: 180px;
}
#share-bt .tw {
display: inline-block;
width: 76px;
vertical-align: top;
text-align: left;
}
#f-02 {
background-color: #eee;
}
#f-02 .inner {
text-align: center;
position: relative;
padding: 40px;
padding-bottom: 0;
}
#f-02 .box {
display: inline-block;
vertical-align: top;
width: 30%;
font-size: 13px;
text-align: center;
padding: 0 30px;
}
#f-02 .box-01 img {
max-width: 300px;
}
#f-02 .box-02 p {
text-align: left;
}
#bt-sns {
width: 180px !important;
text-align: center;
}
#bt-sns a {
display: inline-block;
width: 25%;
margin: 0 1%;
}
#bt-sns img {
width: 100%;
height: auto;
}
#bt-sns i {
font-size: 34px;
margin: 0 2px;
}
#f-03 {
text-align: center;
padding: 10px 0;
background-color: #eee;
border-top: solid 1px #ddd;
}
#f-03 li {
display: inline-block;
max-width: 200px;
margin: 10px;
}
@media screen and (max-width: 1114px) {
#f-01 .inner {
padding: 50px 10px;
}
#f-01 .box {
padding: 10px;
text-align: left;
}
}
@media screen and (max-width: 800px) {
#f-01 .sub a {
font-size: 10px;
}
#f-02 .inner {
padding: 20px;
}
#f-02 .box {
padding: 0 10px;
}
#f-02 .box-02 p {
font-size: 12px;
}
#f-02 .box-01 {
width: 40%;
}
#f-02 .box-02 {
width: 50%;
}
#f-02 .box-03 {
display: block;
margin: 20px auto 0;
}
}
@media screen and (max-width: 500px) {
#f-01 .inner {
padding: 0px;
}
#f-01 .box {
display: block;
padding: 0;
}
#f-01 .box li {
border-bottom: solid 1px #ddd;
padding: 10px;
}
#f-01 .box li a {
display: block;
}
#f-01 .sub {
display: none;
}
#f-01 .sub li {
border-bottom: none;
}
#f-01 .sub li:before {
content: "";
}
#f-01 .box .sub li a {
font-size: 12px;
}
#f-01 .bt {
margin: 20px 0;
}
#f-01 .bt a {
display: inline-block;
margin-bottom: 10px;
}
#f-02 .box {
display: block;
width: 100%;
}
#f-02 .box-01 img {
max-width: 250px;
}
#f-03 li {
display: inline-block;
max-width: 200px;
padding: 10px 5px;
margin: 0;
}
}
#page-top {
width: 100%;
display: block;
padding: 10px;
text-align: center;
background-color: #000;
color: #fff;
font-size: 20px;
}
#bt-nav,
#navi-wrapper {
display: none;
}
@media screen and (max-width: 1023px) {
#bt-nav {
display: block;
padding: 10px 0;
margin: 0 auto;
width: 30px;
position: fixed;
top: 5px;
right: 10px;
z-index: 9999;
}
#bt-nav .item-01 {
border-top: solid 1px #000;
width: 30px;
display: block;
}
#bt-nav .item-02 {
border-top: solid 1px #000;
width: 30px;
display: block;
margin-top: 6px;
}
#bt-nav .item-03 {
border-top: solid 1px #000;
width: 30px;
display: block;
margin-top: 6px;
}
#bt-nav.on .item-01 {
-webkit-transform: rotate(-29deg);
transform: rotate(-29deg);
-webkit-transform-origin: right;
transform-origin: right;
}
#bt-nav.on .item-02 {
width: 0;
}
#bt-nav.on .item-03 {
-webkit-transform: rotate(29deg);
transform: rotate(29deg);
-webkit-transform-origin: right;
transform-origin: right;
}
#navi-wrapper {
position: fixed;
top: 0;
left: 0;
z-index: 99;
padding: 80px 0;
background-color: white;
width: 100%;
height: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
display: none;
}
#navi li {
border-bottom: solid 1px #eee;
font-size: 0;
}
#navi li a {
color: #333;
font-size: 14px;
display: inline-block;
width: 60%;
vertical-align: middle;
padding: 10px 10px 10px 30px;
}
#navi li span {
display: block;
letter-spacing: 2px;
font-size: 10px;
margin-bottom: 5px;
font-weight: 300;
padding-left: 2px;
}
#navi li .wrap-img {
display: inline-block;
width: 40%;
vertical-align: middle;
padding: 10px;
text-align: right;
}
#navi li img {
width: 100%;
height: auto;
border-radius: 3px;
max-width: 150px;
}
#lang {
padding: 20px;
text-align: center;
}
#lang li {
display: inline-block;
margin: 0 10px;
}
#lang a {
font-size: 12px;
color: #666;
letter-spacing: 2px;
}
#navi-wrapper .bt-booking2 {
display: block;
width: 300px;
text-align: center;
font-size: 22px;
font-weight: bold;
color: #fff;
background-color: #e15a23;
padding: 20px;
letter-spacing: 1px;
margin: 20px auto;
}
#navi-wrapper .bt-booking2 span {
display: block;
font-size: 10px;
font-weight: normal;
letter-spacing: 1px;
}
}
@media screen and (max-width: 500px) {
#bt-nav {
top: 8px;
right: 15px;
}
} #sec-spend .wrap-cover {
position: relative;
background-color: #000;
}
#sec-spend .wrap-cover .cover {
opacity: 0.8;
}
#sec-spend .wrap-cover::after {
content: "";
width: 100%;
height: 100%;
background-color: aliceblue;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, white), color-stop(30%, rgba(255, 255, 255, 0)));
background: linear-gradient(to top, white 3%, rgba(255, 255, 255, 0) 30%);
}
#sec-spend .wrap-cover .txt-spend {
position: absolute;
top: 200px;
right: 20%;
max-width: 120px;
z-index: 3;
}
#sec-spend .wrap-cover .txt-spend-w {
position: absolute;
top: 200px;
left: 20%;
max-width: 90px;
z-index: 3;
}
@media screen and (max-width: 1024px) {
#sec-spend .wrap-cover .txt-spend {
top: 100px;
right: 10%;
max-width: 100px;
}
#sec-spend .wrap-cover .txt-spend-w {
top: 100px;
left: 10%;
max-width: 70px;
}
}
@media screen and (max-width: 800px) {
#sec-spend .wrap-cover .txt-spend {
top: 100px;
right: 10%;
max-width: 80px;
}
#sec-spend .wrap-cover .txt-spend-w {
top: 100px;
left: 15%;
max-width: 70px;
}
}
@media screen and (max-width: 500px) {
#sec-spend .wrap-cover .txt-spend {
top: 60px;
right: 10%;
max-width: 40px;
}
#sec-spend .wrap-cover .txt-spend-w {
top: 70px;
left: 15%;
max-width: 30px;
}
}
#sec-spend .inner {
max-width: 1024px;
}
#sec-spend .block {
padding: 50px 0 0;
}
#sec-spend td {
vertical-align: top;
}
#sec-spend p {
margin-bottom: 1em;
padding-top: 10px;
font-size: 18px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
letter-spacing: 2px;
}
#sec-spend p.note {
font-size: 14px;
color: #666;
}
#sec-spend .block-catch p {
font-size: 30px;
text-align: center;
}
#sec-spend .img-center {
margin-bottom: 1em;
}
#sec-spend .img-left .col {
margin-bottom: 1em;
}
#sec-spend .img-right .col {
margin-bottom: 1em;
}
#sec-spend .img-left .col-2 {
padding: 10px;
padding-right: 20px;
}
#sec-spend .img-right .col-1 {
padding: 10px;
padding-left: 20px;
}
#sec-spend .img-left .col,
#sec-spend .img-right .col {
vertical-align: middle;
}
#sec-spend .img-left .col-1,
#sec-spend .img-right .col-2 {
width: 30%;
}
#sec-spend .img-left .col-2,
#sec-spend .img-right .col-1 {
width: 70%;
}
#sec-spend .cap {
font-size: 14px;
}
#sec-spend .txt-contact {
border: solid 1px #000;
padding: 20px;
max-width: 90%;
}
#sec-spend .txt-contact span {
font-size: 16px;
}
#sec-spend .txt-contact a {
color: #0071bc;
}
#sec-spend td {
width: 50%;
padding: 6px;
}
#sec-spend td p {
padding: 0 10px;
}
#sec-spend .block-09a td {
width: 33.333333333333%;
padding: 6px;
}
#sec-spend .bg-y {
background-color: #faf8da;
padding: 15px;
padding-bottom: 0;
margin-top: 30px;
}
#sec-spend .bg-y .img-left .col-2 {
padding: 0px;
padding-left: 20px;
}
#sec-spend .bg-y .img-left .col-1 {
width: 40%;
}
#sec-spend .bg-y .img-left .col-2 {
width: 60%;
}
@media screen and (max-width: 500px) {
#sec-spend .block-09a td {
width: 100%;
padding: 6px;
display: block;
}
#sec-spend .bg-y .img-left .col-2 {
padding: 0px;
padding-left: 0;
}
#sec-spend .bg-y .img-left .col-1 {
width: 100%;
}
#sec-spend .bg-y .img-left .col-2 {
width: 100%;
}
}
#sec-spend .block-03w .col {
padding: 10px 0;
}
#sec-spend .block-03w .col:nth-of-type(odd) {
padding-right: 10px;
}
#sec-spend .block-03w .col:nth-of-type(even) {
padding-left: 10px;
}
@media screen and (max-width: 500px) {
#sec-spend .block-03w .col {
padding: 5px 0;
}
#sec-spend .block-03w .col:nth-of-type(odd) {
padding-right: 5px;
}
#sec-spend .block-03w .col:nth-of-type(even) {
padding-left: 5px;
}
}
#sec-spend .block-04a .cols-2 {
max-width: 800px;
margin: 0 auto;
}
#sec-spend .block-04a .col {
vertical-align: top;
}
#sec-spend .block-04a .col-1 {
padding-right: 20px;
}
#sec-spend .block-04a .col-2 img {
max-width: 250px;
}
@media screen and (max-width: 500px) {
#sec-spend .block-04a .col {
width: 100%;
}
#sec-spend .block-04a .col-1 {
padding: 0;
}
#sec-spend .block-04a .col-2 {
padding: 0;
}
#sec-spend .block-04a .col-2 p {
padding: 0;
}
#sec-spend .block-04a .col-2 img {
max-width: 250px;
}
#sec-spend .block-04a .mt30 {
margin-top: 0px !important;
}
}
#sec-spend .block-10a .img-right .col-2 {
width: 50%;
}
#sec-spend .block-10a .img-right .col-1 {
width: 50%;
}
#sec-spend .block-12a .cols-2 {
margin-bottom: 30px;
}
#sec-spend .block-12a .col-1 {
width: 20%;
padding-right: 20px;
}
#sec-spend .block-12a .col-2 {
width: 80%;
}
@media screen and (max-width: 500px) {
#sec-spend .block-10a .img-right .col-2 {
width: 100%;
text-align: center;
}
#sec-spend .block-10a .img-right .col-2 img {
width: 90%;
}
#sec-spend .block-10a .img-right .col-1 {
width: 100%;
padding: 0 5%;
}
#sec-spend .block-12a .col-1 {
width: 35%;
vertical-align: top;
}
#sec-spend .block-12a .col-2 {
width: 65%;
vertical-align: top;
}
#sec-spend .block-12a .col-2 p {
padding: 0;
}
}
#sec-spend h3.title-h3 {
font-size: 28px;
margin-bottom: 30px;
text-align: center;
}
#sec-spend h3.title-h3::before {
content: "ー ";
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-weight: normal;
}
#sec-spend h3.title-h3::after {
content: " ー";
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-weight: normal;
}
#sec-area {
padding: 50px 0;
text-align: center;
}
#sec-area .wrap-title {
margin-bottom: 40px;
position: relative;
}
#sec-area .wrap-title h3 {
display: inline-block;
background-color: #fff;
padding: 10px 20px;
}
#sec-area .wrap-title i {
display: block;
width: 100%;
height: 1px;
border-top: solid 1px #333;
position: absolute;
top: 21px;
left: 0;
z-index: -1;
}
#sec-area .col {
padding: 10px;
}
#sec-area .col p {
margin-top: 5px;
}
#sec-area .ski .col-2 li {
font-size: 16px;
font-weight: bold;
list-style: disc;
margin-left: 10px;
}
#sec-bns .inner {
max-width: 900px;
}
.sp {
display: none;
}
@media screen and (max-width: 800px) {
#sec-spend .block-catch p {
font-size: 20px;
}
}
@media screen and (max-width: 500px) {
.sp {
display: block;
}
#sec-spend p {
font-size: 13px;
}
#sec-spend p.note {
font-size: 10px;
}
#sec-spend .block-catch p {
font-size: 16px;
}
#sec-spend .txt-contact {
padding: 10px;
max-width: 100%;
}
#sec-spend .txt-contact span {
font-size: 12px;
}
#sec-spend .cap {
font-size: 10px;
}
#sec-spend h3.title-h3 {
font-size: 18px;
}
#sec-area .wrap-title {
margin-bottom: 10px;
}
#sec-area span {
display: block;
font-weight: normal;
}
#sec-area .wrap-title i {
display: none;
}
#sec-area .col {
padding: 0px 2px;
width: 100%;
}
#sec-area .col p {
font-size: 10px;
}
#sec-area .ski .col-2 li {
margin-left: 20px;
}
}