@charset "utf-8";

@font-face {
    font-family: 'UtsukushiMincho';
    src: url('../font/UtsukushiMincho/UtsukushiMincho.eot');
    src: url('../font/UtsukushiMincho/UtsukushiMincho#iefix') format('embedded-opentype'), url('../font/UtsukushiMincho/UtsukushiMincho.woff2') format('woff2'), url('../font/UtsukushiMincho/UtsukushiMincho.woff') format('woff'), url('../font/UtsukushiMincho/UtsukushiMincho.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 1.5rem;
    margin: 0;
}

h1 {
    color: #fff;
    font-size: 2.0rem;
    padding: 0;
    margin: 0 0 5px;
}

h1 a {
    color: #fff;
}

h2 {
    font-family: 'UtsukushiMincho';
    text-align: center;
    font-size: 3.2rem;
    background-color: antiquewhite;
    padding: 40px;
    margin: 0
}

h3 {
    position: relative;
    background-image: url(../img/temp/logo-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'UtsukushiMincho';
    line-height: 1.5em;
    color: #666;
    font-size: 3.2rem;
    text-align: center;
    text-shadow: 0 0 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, 1px 0 2px #fff, 0 1px 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff;
    padding: 5px 10px;
}

h3 span {
    display: block;
    font-size: 1.6rem;
    color: #777;
    margin-bottom: -5px;
}

h4 {
    position: relative;
    font-family: 'UtsukushiMincho';
    font-size: 2.6rem;
    text-align: left;
    padding-bottom: 5px;
    margin-top: 100px;
}

h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

h4:before {
    height: 2px;
    background-image: -webkit-linear-gradient(left, gray, white 90%);
    background-image: linear-gradient(to right, gray, white 90%);
}

h4 span {
    color: #ccc;
    margin-left: 20px;
}

h5 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 70px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #4682b4;
    transition-duration: 0.2s;
}

hr {
    margin: 50px;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.large {
    font-size: 1.8rem;
}

.variable_img img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.in_block {
    display: inline-block;
}

.space {
    padding: 30px 0;
    margin: 20px 0;
}

.marker {
    position: relative;
    background: linear-gradient(transparent 70%, #d2e6fa 70%);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
}

.site-title {
    width: 100%;
    background-color: rgba(50, 50, 50, 1);
}

.is-animation .site-title {
    background-color: rgba(0, 0, 0, 0.6);
}

.title_bg {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.title-box {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.title-area {
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

.is-animation h1 {
    display: none;
    transition-duration: 0.3s;
}

.logo {
    display: block;
    text-align: center;
    padding-top: 5px;
    margin: 0 0 -2px;
}

.is-animation .logo {
    display: none;
    transition-duration: 0.3s;
}

.sub_title {
    display: inline-block;
    width: 200px;
}

.is-animation .sub_title {
    margin-top: 5px;
    transition-duration: 0.3s;
}

.sub_title img {
    width: 150px;
}

nav {
    display: block;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 8px;
}

.is-animation nav {
    margin-top: -8px;
    transition-duration: 0.3s;
}

nav ul {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;
}

nav ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}

nav ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    padding: 7px 5px 2px;
}

nav ul li a::before,
nav ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #999;
    content: '';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

nav ul li a::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

nav ul li a:hover::before,
nav ul li a:hover::after,
nav ul li a:focus::before,
nav ul li a:focus::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    background-color: #eee;
}

nav ul li a:hover {
    color: #ccc;
}

nav ul li a:hover::after,
nav ul li a:focus::after {
    top: 0%;
    opacity: 1;
}

nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    margin-left: 0;
}

nav ul li ul li {
    width: 100%;
    margin-left: 0;
}

nav ul li ul li a {
    display: block;
    width: 100%;
    max-width: 120px;
    background-color: #333;
    padding-bottom: 5px;
}

nav ul li ul li a::before,
nav ul li ul li a::after {
    height: 0;
}

nav ul li ul li a:hover {
    background-color: #666;
}

nav ul li:hover ul {
    display: block;
}

.slicknav_menu {
    display: none;
}

.top-img {
    margin: 0 auto;
}

.top-img img {
    width: 100%;
}


/* main */

.main {
    width: 100%;
    margin: 0 auto;
}

.contents {
    width: 100%;
    margin-top: 200px;
}

.band {
    background-color: #eee;
    padding: 20px;
    margin-bottom: 0;
}

.txt-box {
    margin: 15px 0 40px;
}

.attention {
    padding: 20px;
    margin: 30px 0;
    border: solid 3px red;
}

.spec {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto;
}

.spec h4 {
    margin-top: 10px;
}

.spec table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 100px;
}

.spec th,
.spec td {
    padding: 10px;
    border: solid thin #ccc;
}

.spec th {
    background-color: #efefef;
}

.price_list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.price_list table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.price_list thead th {
    font-family: 'UtsukushiMincho';
    border-bottom: 2px solid #d5a417;
    background: #dcdcd1;
    padding: 10px 20px 7px;
}

.price_list tbody th,
.price_list tbody td {
    font-size: 1.8rem;
    color: #546474;
    text-align: center;
    border-bottom: solid thin #ccc;
    padding: 15px 20px;
}

.price_list tbody th {
    color: #4375a8;
}

.price_list tbody td p {
    font-size: 1.4rem;
}

.price_list dd ul {
    padding-left: 0;
    margin: 0 0 30px;
}

.price_list img {
    width: 100%;
    max-width: 700px;
    height: auto;
}

.price_r {
    font-size: 2.1rem;
    font-weight: bold;
    color: #b08829;
}

.payment {
    text-align: center;
    margin-top: 50px;
    padding: 20px 0 50px;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
}

.payment img {
    display: inline-block;
    width: 60px;
    height: auto;
    margin: 5px;
}

.s_img img {
    max-width: 150px;
    height: auto;
}

.discount_txt {
    width: 400px;
}

.experience {
    width: 100%;
    max-width: 1000px;
    padding-bottom: 100px;
    padding: 20px;
    margin: 0 auto;
}

.cpc_cap {
    font-family: 'UtsukushiMincho';
    background-color: #eee;
    line-height: 1.5em;
    font-size: 2.6rem;
    text-align: center;
    color: #83705e;
    padding: 70px 20px;
    margin-bottom: 50px;
}

.cpc_cap span {
    display: inline-block;
}

.campaign_cap {
    font-family: 'UtsukushiMincho';
    background-color: #ff3333;
    font-size: 3.8rem;
    font-weight: bold;
    color: #ffff99;
    text-align: center;
    text-shadow: 0 0 5px #666;
    padding: 30px;
    margin: 70px 0 30px;
    box-shadow: 0 0 10px #666;
    border-radius: 4px;
}

.campaign_cap span {
    display: inline-block;
}

.exp_cap {
    font-family: 'UtsukushiMincho';
    line-height: 1.5em;
    font-size: 2.4rem;
    text-align: center;
    color: #b08829;
    padding: 20px;
    margin-top: 50px;
}

.calendar {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.calendar iframe {
    width: 100%;
    height: 600px;
    border: none;
}

.news_list {
    width: 100%;
    max-width: 700px;
    height: 150px;
    padding: 10px;
    margin: 10px auto 50px;
    overflow: auto;
}

.news_list table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.news_list table td {
    padding: 5px 10px;
    border-bottom: dotted 1px #ccc;
}

.txt_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.txt_l {
    text-align: justify;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.bg_w {
    background-color: #fff;
}

.consent {
    text-align: center;
    margin-bottom: 50px;
}

.bt_1 a {
    display: inline-block;
    background-color: #de9610;
    color: #fff;
    padding: 7px 15px 3px;
    margin: 0 15px;
    border-radius: 3px;
}

.bt_1 a:hover {
    background-color: #e4ad6d;
}

.btn {
    display: inline-block;
    line-height: 35px;
    margin: 8px;
    padding: 10px 15px 7px;
    font-size: 1.8rem;
    position: relative;
    opacity: .999;
    border-radius: 3px;
}

.btn-border-o {
    background-color: transparent;
    border: 1px solid #3498db;
    color: #3498db;
}

.btn-border-o:before,
.btn-border-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
    transition-duration: 0.4s;
}

.btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}

.btn-border-o:hover:before {
    width: 100%;
}

.btn-border-o:hover:after {
    height: 100%;
}

.btn-border-o.btn-blue:before,
.btn-border-o.btn-blue:after {
    border-color: #bbb;
}

.btn-border-o.btn-blue:hover {
    color: #bbb;
}

.p-link {
    text-align: center;
}

.p-link .btn {
    font-size: 1.3rem;
    line-height: 2;
    padding: 2px 10px 0;
}

.to_entry {
    width: 100%;
    text-align: center;
    padding: 80px 20px;
    margin: 0 auto;
}

.entry_btn a {
    display: inline-block;
    min-width: 260px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e3940d), color-stop(0.00, #ffa443));
    background: -webkit-linear-gradient(top, #ffa443 0%, #e3940d 100%);
    background: -moz-linear-gradient(top, #ffa443 0%, #e3940d 100%);
    background: -o-linear-gradient(top, #ffa443 0%, #e3940d 100%);
    background: -ms-linear-gradient(top, #ffa443 0%, #e3940d 100%);
    background: linear-gradient(top, #ffa443 0%, #e3940d 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 0 0 5px #999;
    padding: 10px 20px 7px;
    margin: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 3px;
}

.entry_btn a:hover {
    opacity: 0.8;
    box-shadow: none;
    transition-duration: 0.3s;
}

.entry_ca {
    font-size: 1.4rem;
    color: #b22222;
}

.bg_g a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #388235), color-stop(0.49, #85a43d), color-stop(0.00, #86a046));
    background: -webkit-linear-gradient(top, #86a046 0%, #85a43d 49%, #388235 100%);
    background: -moz-linear-gradient(top, #86a046 0%, #85a43d 49%, #388235 100%);
    background: -o-linear-gradient(top, #86a046 0%, #85a43d 49%, #388235 100%);
    background: -ms-linear-gradient(top, #86a046 0%, #85a43d 49%, #388235 100%);
    background: linear-gradient(top, #86a046 0%, #85a43d 49%, #388235 100%);
}

.bg_b a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
    background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
    background: linear-gradient(top, #4375a8 0%, #244386 100%);
}

.banner {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 300px;
    height: 108px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px #333, 1px 0 2px #333, 0 1px 2px #333, -1px 0 2px #333, 0 -1px 2px #333;
}

.banner img {
    width: 300px;
    height: 108px;
}

.banner a:hover img {
    opacity: 0.8;
}

.banner_2 {
    position: absolute;
    top: 30%;
    left: 20px;
    width: 300px;
    height: 108px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px #333, 1px 0 2px #333, 0 1px 2px #333, -1px 0 2px #333, 0 -1px 2px #333;
}

.banner_2 img {
    width: 300px;
    height: 108px;
}

.banner_2 a:hover img {
    opacity: 0.8;
}

.flex-container {
    display: flex;
}

.red {
    color: red;
}

.blue {
    color: dodgerblue;
}

.cap_g {
    display: inline-block;
    background-color: #85a43d;
    font-size: 2rem;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
}

.w_500 {
    max-width: 500px;
}

/* overview */

.overview {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 100px;
}

.overview table {
    width: 100%;
    margin: 10px auto;
}

.overview table th {
    text-align: center;
    background-color: #eee;
    border: solid thin #ccc;
}

.overview table td {
    border: solid thin #ccc;
    padding: 5px 10px;
}


/* camping */

.price_case {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
}

.price_case table {
    margin: 0 20px;
}

.price_case th {
    color: #4375a8;
}

.price_case th,
.price_case td {
    font-size: 1.7rem;
    padding: 10px 10px 0;
}


/* sale */

.sale_car {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 20px;
    margin: 0 auto 70px;
}

.sale_car table {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}

.sale_car thead th {
    background-color: #4682b4;
    color: #fff;
    padding: 10px;
}

.sale_car tbody th {
    background-color: #eee;
    border: solid thin #ccc;
    padding: 10px;
}

.sale_car tbody td {
    border: solid thin #ccc;
    padding: 10px;
}

.used_price {
    font-size: 3rem;
    font-weight: bold;
    color: #4375a8;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 10px 0;
}

.co_box_img {
    min-height: 200px;
    flex-basis: 240px;
    flex-grow: 1;
}

.co_box_img img {
    display: inline-block;
    max-width: 230px;
    height: auto;
    margin: 10px;
}

.sold_out {
    position: relative;
}

.sold_out span {
    position: absolute;
    width: 300px;
    height: 45px;
    font-family: 'UtsukushiMincho';
    font-size: 5rem;
    font-weight: bold;
    color: red;
    text-shadow: 0 0 5px #fff, 1px 1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 0 2px #fff, 0 1px 2px #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* simulation */

.bn_img img {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 20px auto;
}

.simulation .band {
    padding: 20px 0;
}

.simulation .txt_box {
    padding: 20px 20px 70px;
}

.simulation dt {
    font-weight: bold;
    color: #4375a8;
}

.simulation li {
    margin: 20px 0;
}

.simulation td {
    padding: 10px;
}

.simulation input {
    width: 50px;
}

/* flow */

.flow {
    width: 100%;
    max-width: 1000px;
    padding: 50px 20px;
    margin: 0 auto;
}

.arrow {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #e4ad6d;
}

.caution {
    width: 95%;
    max-width: 800px;
    border: solid 3px #b22222;
    padding: 20px;
    margin: 20px auto;
}

.caution_cap {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #b22222;
    margin: 10px 0;
}


/* slide */

.slide {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    margin: 10px auto 50px;
}

.slide h4 {
    margin-top: 10px;
}

.swiper-container {
    text-align: center;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

.prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}

#thumbs,
#thumbs3,
#thumbs4,
#thumbs5 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#thumbs .swiper-slide,
#thumbs3 .swiper-slide,
#thumbs4 .swiper-slide,
#thumbs5 .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
}

#thumbs .swiper-slide-active,
#thumbs3 .swiper-slide-active,
#thumbs4 .swiper-slide-active,
#thumbs5 .swiper-slide-active {
    opacity: 1;
}


/* contract */

.contract {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contract_box {
    height: 600px;
    overflow: auto;
    border: solid thin #ccc;
    text-align: justify;
    padding: 20px;
    margin-bottom: 50px;
}

.contract dt {
    font-size: 1.7rem;
    font-weight: bold;
}

.contract dd {
    margin-bottom: 50px;
}

.contract table {
    margin: 20px auto;
}

.contract th,
.contract td {
    border: solid thin #ccc;
    padding: 5px 15px;
}

.contract th {
    text-align: center;
}


/* entry */

.entry {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    margin: 0 auto 50px;
}

#popup {
    display: none;
}

.popup_open {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 10px;
    border: solid thin #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup_open:hover {
    background: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.popup_overlay {
    display: none;
}

#popup:checked ~ .popup_overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup_window {
    width: 90vw;
    max-width: 560px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_text {
    margin: 0;
}

.popup_text:not(:last-of-type) {
    margin-bottom: 1em
}

.popup_close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
}

/* link */

.link_s table {
    margin: 20px 0 50px;
}

/* fixed-background */

.cd-fixed-bg {
    position: relative;
    height: 700px;
    min-height: 100%;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center 54px;
    text-align: center;
    vertical-align: middle;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("../img/bg_02.jpg");
    background-size: 100%;
}


/* contact */

.contact_area {
    background-color: #333;
    padding: 70px 20px;
}

.contact_co {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin: 0 auto;
}

.contact_cap {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #666;
    border-bottom: solid thin #de9610;
}

.to_contact a {
    display: inline-block;
    background-color: #de9610;
    font-size: 2rem;
    color: #fff;
    padding: 10px 20px 7px;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.to_contact a:hover {
    background-color: #e4ad6d;
    transition-duration: 0.3s;
}

.contact_txt {
    font-size: 1.3rem;
    color: #4375a8;
}

/* pagetop */

.pagetop a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    text-align: center;
}

.pagetop a img {
    opacity: 0.8;
}

.pagetop a img:hover {
    opacity: 0.5;
    transition-duration: 0.3s;
}


/* footer */

footer {
    width: 100%;
    background-color: #83705e;
    padding: 20px 20px 0;
}

.footer_link {
    text-align: center;
}

.footer_link ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 10px;
}

.footer_link ul li {
    display: inline-block;
    border-right: solid thin #ccc;
    line-height: 1em;
    padding-right: 10px;
    margin: 10px 5px;
}

.footer_link ul li:last-child {
    border-right: 0;
}

.footer_link ul li a {
    color: #fff;
    font-size: 1.1rem;
}

.footer_link ul li a:hover {
    color: #e4ad6d;
}

.license {
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    border: solid thin #ccc;
    padding: 30px 20px;
    margin: 10px auto;
}

address {
    color: #fff;
    text-align: center;
    font-style: normal;
    padding: 30px 0 20px;
}

address a {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.copyright {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .cd-fixed-bg {
        height: 900px;
    }

    .topics-box {
        max-width: 600px;
        float: left;
        margin: 10px 30px 10px 0;
    }
}

@media screen and (max-width: 640px) {
    header {
        position: relative;
    }

    h2 span {
        display: inline-block;
    }

    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .contents {
        margin-top: 0;
    }

    .price_list thead {
        display: none;
    }

    .price_list tbody th {
        font-size: 2rem;
        margin: 50px 0 0;
    }

    .spec tbody th,
    .spec tbody td,
    .price_list thead th,
    .price_list thead td,
    .price_list tbody th,
    .price_list tbody td {
        position: relative;
        display: block;
        width: 100%;
    }

    .price_list tbody td:before {
        content: attr(data-title) " ";
        display: block;
        font-weight: bold;
        color: #388235;
    }

    .price_case th,
    .price_case td {
        display: block;
    }

    .campaign_cap {
        font-size: 2rem;
    }

    .sp_ress {
        display: none;
    }

    .cd-fixed-bg {
        background-attachment: scroll;
        background-position: top center;
        height: 550px;
    }

    .banner {
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner img {
        width: 280px;
        height: 101px;
    }

    .banner_2 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .banner_2 img {
        width: 280px;
        height: 101px;
    }
}


@media screen and (max-width: 480px) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2.2rem;
        margin-top: 50px;
    }

    .cd-fixed-bg {
        height: 350px;
    }

    .cpc_cap {
        font-size: 1.6rem;
        padding: 30px 10px;
    }

    .caution {
        padding: 20px 10px;
    }

    .caution_cap {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .my-flipster img {
        width: 100%;
        max-width: 360px;
        height: auto;
    }

    .price_list tbody td {
        font-size: 1.7rem;
    }

    .price_list tbody th,
    .price_list tbody td {
        padding: 10px 0
    }

    .price_case table {
        margin: 0;
    }

    .price_case table th,
    .price_case table td {
        font-size: 1.6rem;
    }

    .discount_txt {
        width: 320px;
    }

    .exp_cap {
        font-size: 1.7rem;
        padding: 0;
    }

    .exp_cap span {
        display: inline-block;
        margin-bottom: 20px;
    }

    .simulation td {
        display: block;
    }

    .entry_btn a {
        font-size: 2rem;
    }

    address {
        font-size: 1.3rem;
    }

    .banner {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner img {
        width: 250px;
        height: 90px;
    }

    .banner_2 {
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .banner_2 img {
        width: 250px;
        height: 90px;
    }
}

.otoku {
    display: inline-block;
    background-color: #f90;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0 10px
}

.box3 {
    padding: 0.5em 1em;
    margin: 0 auto;
    color: #fff;
    background: #ff9500;
    /*背景色*/
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    max-width: 1000px;
}

.box3 p {
    margin: 0;
    padding: 0;
}
