@charset "utf-8";

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

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

/* base */

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

body {
    /*
    background-image: url(../img/temp/grain.jpg);
    */
    background-image: url(../img/temp/grain.jpg);
    background-attachment: fixed;
    font-family: 'GenJyuuGothic';
    color: #555;
    font-size: 1.7rem;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    position: relative;
    width: 210px;
    /*
    background: #fde8d0;
    background-image: url(../img/temp/grain.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    */
    font-family: 'mini-wakuwaku';
    font-size: 2.6rem;
    font-weight: normal;
    color: #b8860b;
    text-align: left;
    text-shadow: 0 0 3px #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 2px -2px 0 #fff;
    padding: 0;
    margin: 10px 0 0;
}

h1 span {
    display: block;
    font-size: 4rem;
    text-align: right;
    line-height: 1em;
    margin: 5px 0 0;
}

h2 {
    position: relative;
    margin: 30px 10px 100px;
    background: none;
    z-index: 5;
}

h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 2px #666;
    padding: 15px 30px 15px;
    border: 2px solid #666;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
}

h2:before,
h2::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px #95C7A4;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

h2::before {
    background-color: #95C7A4;
    left: 0;
    top: 4px;
    z-index: -1;
}

h2::after {
    background-color: #95C7A4;
    top: 5px;
    left: 5px;
    z-index: -2;
}

h3 {
    position: relative;
    width: 300px;
    text-align: center;
    color: #8d6449;
    font-size: 3rem;
    font-weight: normal;
    padding: 15px 20px;
    margin: 50px auto 30px;
    border-top: 3px solid #8d6449;
    border-bottom: 3px solid #8d6449;
}

h3:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 70px;
    top: -8px;
    left: 8px;
    border-left: 3px solid #8d6449;
    border-right: 3px solid #8d6449;
}

h4 {
    background-color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    color: #95C7A4;
    line-height: 1em;
    letter-spacing: 2px;
    border: solid thin #ccc;
    border-left: solid 10px #95C7A4;
    padding: 10px 10px 7px;
    margin-top: 50px;
}

h5 {
    font-size: 1.8rem;
    border-bottom: dotted 3px #95c7a4;
    padding-bottom: 5px;
    margin: 0 0 5px;
}

a {
    color: #4682b4;
    text-decoration: none;
}

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

a img {
    vertical-align: middle;
}

a img:hover {
    opacity: 0.8;
}

p {
    text-align: justify;
    margin: 25px 0;
    transform: rotate(0.05deg);
}

ul {
    list-style: none;
}

li {
    transform: rotate(0.05deg);
}

dd {
    margin: 10px 0 20px 30px;
}

th,
td {
    padding: 10px 20px;
}

th {
    background: #98d3cf;
    color: #fff;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ccc, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ccc, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ccc, #eee);
    background-image: -o-linear-gradient(left, #eee, #ccc, #eee);
    background-image: linear-gradient(left, #eee, #ccc, #eee);
    margin: 150px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background-color: #0095d9;
    color: #fff;
    padding: 5px 15px 2px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

img {
    vertical-align: middle;
}

.large {
    font-size: 2.5rem;
    line-height: 1.2em;
}

.middle {
    font-size: 2rem;
    line-height: 30px;
}

.red {
    color: #F00;
}

.blue {
    color: #0095d9;
}

.pink {
    color: #ff69b4;
}

.orange {
    color: #f39800;
}

.brown {
    color: #bc763c;
}

.red_line {
    border-bottom: solid 2px red;
}

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

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.space {
    padding: 50px 0;
}

.space_s {
    padding: 30px 0;
}

.in_block {
    display: inline-block;
}

.orange_cap {
    display: inline-block;
    background-color: #f39800;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.middle_img img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.p_ress {
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* header */

header {
    position: relative;
    font-family: 'GenJyuuGothic';
    overflow: hidden;
    /*
    background-color: rgba(255, 255, 255, 0.8);
    */
}

header .container {
    margin-bottom: 0;
}

.filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/temp/grain.jpg);
    background-attachment: fixed;
}

.header {
    width: 100%;
    max-width: 1080px;
    padding: 5px 20px;
    margin: 0 auto;
}

.header_box {
    min-height: 180px;
    padding: 0 30px;
    flex-basis: 400px;
    flex-grow: 1;
    z-index: 30;
}

.sub_title {
    display: inline-block;
    background-color: #e0c38c;
    font-size: 1.8rem;
    color: #fff;
    padding: 5px 10px 2px;
    border-radius: 3px;
    box-shadow: 0 0 10px #666;
}

.sub_cap {
    font-size: 1.rem;
    color: #ff8e8e;
    text-shadow: 0 0 2px #fff, 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff, -1px -1px 2px #fff;
    margin-top: 15px;
}

.site_title {
    position: relative;
    padding-left: 100px;
}

.site_title h1::before {
    display: inline-block;
    content: url(../img/temp/logo.png);
    position: absolute;
    top: -100px;
    left: -280px;
    transform: scale(0.25);
}

.top_contact {
    background-image: url(../img/temp/contact.png);
    background-size: cover;
    width: 350px;
    height: 177px;
    color: #fff;
    text-align: left;
    padding: 35px 50px;
    margin: 0 auto;
}

.top_cap {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.top_tel {
    font-size: 2.6rem;
    letter-spacing: 2px;
    margin-bottom: 11px;
}

.top_tel:before {
    display: inline-block;
    content: url(../img/temp/tel_02.svg);
    width: 30px;
    height: 24px;
    vertical-align: middle;
}

.top_tel a {
    color: #fff;
}

.top_time {
    font-size: 1.8rem;
    text-align: right;
}

.top_mail {
    text-align: center;
}

.top_mail a {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 1.5rem;
    color: #333;
    padding: 7px 15px 3px 40px;
    border-radius: 20px;
}

.top_mail a::before {
    content: url(../img/temp/mail.svg);
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 21px;
    height: 17px;
    margin: auto;
}

/* nav */

nav {
    background-color: rgba(255, 255, 240, 0.9);
    text-align: center;
    padding: 1px 0;
    box-shadow: 0 0 10px #999;
}

nav ul {
    display: table;
    width: 100%;
    max-width: 1080px;
    padding: 0;
    margin: 10px auto;
}

nav li {
    display: table-cell;
    margin: 0 20px;
}

nav li a {
    display: inline-block;
    background-image: url(../img/temp/tabu.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
    padding: 12px 10px 8px;
}

nav li a:hover {
    color: #fff;
    opacity: 0.9;
    transform: rotate(-2deg);
    transition-duration: 0.2s;
}

nav li a div {
    font-size: 1.4rem;
    line-height: 1em;
    margin-bottom: -5px;
}

a.home:before {
    display: inline-block;
    content: url(../img/temp/home.svg);
    width: 22px;
    height: 19px;
    margin-right: 10px;
}

.slicknav_menu {
    display: none;
}

/* slide */

.swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    z-index: -1;
}

.swiper-slide span {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: #73a220;
    color: #fff;
    text-shadow: 0 0 2px #333;
    padding: 1px 7px;
    border-radius: 5px;
    z-index: 100;
}

/* contents */

.top_img img {
    width: 100%;
    height: auto;
}

.top_v {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_v video {
    position: relative;
    top: 0;
    left: -9%;
    width: 118%;
    height: 100%;
    vertical-align: middle;
}

.contents {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

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

.co_box {
    min-height: 200px;
    padding: 50px 20px 70px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_s {
    min-height: 100px;
    padding: 10px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_s h2 {
    margin: 10px 0;
}

.co_box_s h3 {
    margin-top: 0;
}

.co_img {
    flex-basis: 200px;
    flex-grow: 1;
    padding: 20px;
}

.co_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.co_img_s {
    flex-basis: 300px;
    flex-grow: 1;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.co_img_s img {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-bottom: 10px;
}

.co_img_ss {
    flex-basis: 25;
    flex-grow: 1;
    text-align: center;
    padding: 20px;
}

.co_img_ss img {
    display: inline-block;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.co_img_sss {
    flex-basis: 25;
    flex-grow: 1;
    text-align: center;
    padding: 20px;
}

.co_img_sss img {
    display: inline-block;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.al_c {
    align-items: center;
}

.band {
    /*
    background-color: #fdf5e6;
    */
    background-color: rgba(255, 255, 240, 0.9);
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
}

.bg_w {
    background-color: #fff;
}

.bg_alpha {
    background-color: rgba(255, 255, 255, 0.8);
}

.wrap {
    width: 100%;
    max-width: 1080px;
    padding: 30px 20px 100px;
    margin: 0 auto;
}

.band .wrap {
    padding: 20px;
}

.border_1 {
    background: #fff;
    padding: 20px 30px;
    border: solid 2px #2e8b57;
    border-radius: 10px;
}

.top_link {
    text-align: right;
}

.top_link a {
    display: inline-block;
    background-color: #9acd32;
    color: #fff;
    padding: 10px;
    margin: 0 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.top_link a:before {
    content: "↓";
}

.top_link a:hover {
    box-shadow: 0 0 10px #ccc;
    transition-duration: 0.2s;
}

.wrap.p_ress {
    padding-bottom: 0;
}

.container.m_ress {
    margin-bottom: 0;
}

.pdf {
    display: inline-block;
    position: relative;    
    color: #73a220;
    padding: 10px 50px 7px 20px;
    margin: 20px 10px;
    border: solid 2px #73a220;
    border-radius: 25px;
}

.pdf::after {
    content: url(../img/temp/pdf.svg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 25px;
    height: 34px;
    margin: auto;
}

.pdf:hover {
    background: #73a220;
    color: #fff;
}

.blank {
    text-decoration: underline;
}

.blank::after {
    content: url(../img/temp/blank.svg);
}

.max_300 img {
    max-width: 300px;
}

.max_200 img {
    max-width: 200px;
}

/* index */

.news_list {
    padding: 20px 0;
    margin: 40px 0 60px;
    border-top: solid thin #8d6449;
    border-bottom: solid thin #8d6449;
}

.news_list ul {
    height: 150px;
    overflow: auto;
    padding-left: 0;
}

.news_list li {
    padding: 15px 0;
    border-bottom: dashed 1px #ccc;
}

.news_list li a {
    display: inline-block;
}

.news_date {
    display: block;
    font-size: 1.4rem;
    color: #666;
    margin-right: 10px;
}

.end {
    display: inline-block;
    font-size: 1.2rem;
    color: red;
    vertical-align: top;
    padding: 1px 10px 0;
    margin-left: 15px;
    border: solid 2px red;
}

.index_wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.index_wrap .container {
    margin-bottom: 0;
}

.index_img {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.index_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.index_cap {
    position: absolute;
    width: 100%;
    font-size: 2.6rem;
    color: #bc763c;
    text-align: left;
    text-shadow: 0 0 3px #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff;
    line-height: 1.5em;
    padding: 50px;
}

.facility_img {
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 20px;
}

.facility_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.price_link {
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
    margin: 30px 0;
}

.price_link a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #73a220), color-stop(0.00, #a2d93f));
    background: -webkit-linear-gradient(top, #a2d93f 0%, #73a220 95%);
    background: -moz-linear-gradient(top, #a2d93f 0%, #73a220 95%);
    background: -o-linear-gradient(top, #a2d93f 0%, #73a220 95%);
    background: -ms-linear-gradient(top, #a2d93f 0%, #73a220 95%);
    background: linear-gradient(top, #a2d93f 0%, #73a220 95%);
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 4px;
    padding: 40px 10px;
    box-shadow: 0 0 10px #ccc;
}

.price_link a:hover {
    background-color: #95c7a4;
    transition-duration: 0.3s;
    box-shadow: none;
}

.price_link img {
    max-width: 100px;
    max-height: 100px;
}

.price_link a span {
    display: block;
    text-shadow: 0 0 3px #2e8b57;
    margin-top: 20px;
}

.index_cat {
    margin: 50px 0;
}

.index_map {
    min-height: 200px;
    padding: 10px;
    flex-basis: 550px;
    flex-grow: 1;
    padding-top: 70px;
}

.index_map iframe {
    vertical-align: middle;
    width: 100%;
    height: 450px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.index_bnr {
    min-height: 200px;
    padding: 100px 10px 0;
    flex-basis: 200px;
    flex-grow: 1;
    text-align: center;
}

.banner a {
    display: inline-block;
    width: 200px;
    color: #fff;
    margin: 0 auto 20px;
}

.banner img {
    width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.facebook iframe {
    border: none;
}

/* information */

.info_date {
    font-size: 1.4rem;
    color: #999;
    text-align: right;
}

.photo {
    text-align: center;
}

.photo img {
    margin: 5px;
}

/* price */

.price {
    text-align: center;
}

.price table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 50px auto;
}

.price caption {
    background: #95c7a4;
    font-size: 2.6rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.2em;
    padding: 20px;
}

.price th,
.price td {
    padding: 20px;
}

.price th {
    background: #fde8d0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    border-bottom: solid thin #ccc;
}

.price td {
    background: rgba(255, 255, 255, 0.7);
    font-size: 1.7rem;
    border-bottom: solid thin #ccc;
}

.price thead th {
    background: #fdf5e6;
    color: #555;
}

.price td strong {
    font-size: 2.2rem;
    color: #2e8b57;
}

.price td strong small {
    display: inline-block;
    margin: 0 2px;
}

.price ul {
    width: 100%;
    max-width: 800px;
    list-style: square;
    text-align: left;
    margin: 40px auto;
}

.price li {
    margin: 20px 0;
}

.price_box {
    background: rgba(255, 255, 255, .7);
    font-size: 2rem;
    padding: 0 0 20px;
    border: solid thin #ccc;
    flex-basis: 200px;
    flex-grow: 1;
}

.value_cap {
    background: #9acd32;
    color: #fff;
    padding: 10px;
}

.value_note {
    margin: 20px 10px;
}

.value {
    font-size: 2.4rem;
    color: #2e8b57;
    margin: 20px 10px;
}

.caution {
    background: red;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.attention {
    text-align: center;
    background: #fff;
    padding: 10px;
    margin: 20px 0 40px;
    border: solid 3px red;
}

.attention table {
    display: inline-block;
}

.attention th {
    background: #fde8d0;
    color: #333;
}

.attention td {
    border-bottom: solid thin #ccc;
}

.announcement {
    position: relative;
    background: rgba(255, 255, 255, .8);
    font-size: 2rem;
    padding: 20px;
    border: solid 5px #f39800;
    border-radius: 10px;
}

.an_date {
    display: inline-block;
    font-size: 2rem;
    margin: 0 0 10px;
    border-bottom: solid 2px #333;
}

.an_cap {
    background: #f39800;
    font-size: 3rem;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 10px 0 20px;
    border-radius: 50px;
}

.an_cap_2 {
    font-size: 2.8rem;
    text-align: center;
    text-decoration: underline;
    line-height: 1.3em;
    color: #f39800;
}

.inline {
    text-align: center;
}

.inline li {
    display: block;

}

.flame12 {
    padding: 0 2em 2em;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffe0;
    border: 5px dashed #95C7A4;
    border-radius: 15px;
}
.flame13 {
    padding: 0 2em 2em;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffe0;
    border: 5px dashed #DB5425;
    border-radius: 15px;
}
.txt-b-w {
    font-weight: bold;
    color: #F00;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lunch_price {
    font-size: 2rem;
    background: #fff;
    margin: 30px auto;
}

.lunch_price td {
    padding: 10px 30px;
    border-bottom: solid thin #ccc;
}

/* facility */

.facility .container {
    margin: 100px 0;
}

.facility img {
    width: 100%;
    max-width: 1080px;
    height: auto;
}

.co_fa {
    flex-basis: 180px;
    flex-grow: 1;
    text-align: center;
    padding: 30px;
}

.co_fa div {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #9acd32;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 40px;
}

.fa_site {
    display: block;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top;
    margin: 0 0 40px;
}

.p_block:before,
.g_block:before,
.b_block:before,
.o_block:before,
.pu_block:before,
.sb_block:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    vertical-align: bottom;
    border-radius: 3px;
    margin-right: 10px;
}

.p_block:before {
    background-color: #f09bc2;
}

.g_block:before {
    background-color: #93c645;
}

.b_block:before {
    background-color: #6fc3e7;
}

.o_block:before {
    background-color: #f6c660;
}

.pu_block:before {
    background-color: #bfb9db;
}

.sb_block:before {
    background-color: #98d3cf;
}

.floor_plan {
    flex-basis: 550px;
    flex-grow: 1;
}

.list {
    text-align: center;
}

.list ul {
    display: inline-block;
    /*
    list-style: circle;
    */
    font-size: 2rem;
    text-align: left;
    padding-left: 0;
}

.list li {
    border-bottom: solid thin #95c7a4;
    padding: 10px 0;
    margin: 10px 0;
}

.list li:before {
    content: "●";
    margin-right: 10px;
    color: #95c7a4;
}

/* access */

.map_img {
    margin: 50px 10px;
}

.map_img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    box-shadow: 0 0 10px #ccc;
}

.address {
    font-size: 2rem;
    margin: 20px 10px;
}

.address:before {
    content: url(../img/temp/access.svg);
    vertical-align: middle;
    margin-right: 5px;
}

.access ul {
    list-style: circle;
    margin: 100px 0 50px;
}

.access li {
    font-size: 2rem;
    margin: 10px 0;
}

/* faq */

.faq {
    background: #fff;
    padding: 10px 15px 20px;
    margin: 30px 0;
}

.faq_q {
    position: relative;
    padding-left: 25px;
    margin: 20px 0;
}

.faq_q::before {
    content: "Q.";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 2rem;
    color: #518bfc;
}

.faq_a {
    position: relative;
    padding-left: 25px;
}

.faq_a::before {
    content: "A.";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 2rem;
    color: red;
}

/* contact */

.contact {
    width: 100%;
    max-width: 500px;
    height: auto;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5em;
    border: solid 5px #ccc;
    padding: 50px;
    margin: 0 auto;
    border-radius: 10px;
}

.contact_tel {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 50px;
}

.contact_tel:before {
    display: inline-block;
    content: url(../img/temp/tel_02.svg);
    background-color: #73a220;
    vertical-align: middle;
    padding: 5px 8px 6px;
    margin-right: 5px;
    border-radius: 5px;
}

.to_mail {
    text-align: center;
    margin: 20px 0;
}

.to_mail a {
    display: inline-block;
    position: relative;
    background: #fff;
    font-size: 2rem;
    color: #333;
    padding: 7px 25px 3px 50px;
    border: solid 2px #73a220;
    border-radius: 30px;
}

.to_mail a::before {
    content: url(../img/temp/mail.svg);
    position: absolute;
    top: 9px;
    left: 20px;
    width: 21px;
    height: 17px;
}

.to_mail a:hover {
    background: #73a220;
    color: #fff;
}

.to_mail a:hover::before {
    filter: invert(1);
}

.mfp_buttons [type="submit"],
.mfp_buttons [type="button"] {
    color: #333;
    text-shadow: none;
    padding: 5px 15px;
}

/* privacypolicy */

.privacypolicy h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 80px 0 20px;
}

.privacypolicy dt {
    color: #2e8b57;
    border-bottom: solid thin #2e8b57;
    margin-bottom: 20px;
}

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

.privacypolicy ul {
    list-style: disc;
    margin-top: 0;
}

.privacypolicy li {
    font-size: 1.6rem;
}

/* pagetop */

.pagetop a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 0;
    opacity: 0.8;
}

.pagetop a:hover {
    opacity: 0.4;
    bottom: 25px;
    transition-duration: 0.3s;
}

.pagetop a img {
    width: 50px;
    height: 50px;
}

/* footer */

.footer {
    width: 100%;
    max-width: 1080px;
    font-family: 'GenJyuuGothic';
    margin: 0 auto;
}

.footer .co_box {
    min-height: 100px;
    text-align: center;
    padding: 20px 10px;
}

.f_title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: dotted 3px #95c7a4;
    padding-bottom: 5px;
    margin: 0 0 15px;
}

.f_address {
    display: inline-block;
    width: 400px;
    height: 288px;
    background-image: url(../img/temp/board.png);
    background-size: cover;
    color: #2e8b57;
    padding: 65px 50px 40px;
}

.tel {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-top: 5px;
}

.f_logo {
    text-align: center;
    margin: -10px 0 40px;
}

.f_logo img {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.f_link {
    text-align: center;
}

.f_link a {
    font-size: 1.4rem;
    color: #2e8b57;
    text-shadow: 0 0 2px #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff;
    margin-right: 20px;
}

.f_link a:before {
    content: "●";
    margin-right: 5px;
}

.f_link a:hover {
    color: #fff;
    text-shadow: none;
}

.copyright {
    width: 100%;
    max-width: 1080px;
    font-size: 1.3rem;
    color: #2e8b57;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    text-shadow: 0 0 2px #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}
.midashi01 {
  position: relative;
  padding: 0.8em;
  background: #DB5425;
  color: #fff;
}

.midashi01::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
/* solid017 */
.button_solid017 {
    text-align: center;
}
.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #DB5425;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #DB5425;
}
.button_solid017 a:hover {
     background: #DB5425;
    color: #fff;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #DB5425;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid017 p:before, .button_solid017 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #DB5425;
    content: "";
}
.button_solid017 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid017 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
@media screen and (min-width: 1280px) {
    .index_cap {
        text-align: center;
        padding-top: 100px;
    }
}

@media screen and (max-width: 800px) {
    .header_box {
        text-align: center;
    }

    h1 {
        display: inline-block;
    }

    .top_contact {
        display: inline-block;
    }

    #menu {
        display: none;
    }

    nav {
        padding: 0;
    }

    a.home:before {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .facility .container {
        margin-top: 0;
    }

    .index_cap {
        font-size: 2.4rem;
    }

    .co_fa {
        text-align: left;
        padding: 30px 0;
    }

    .fa_site {
        display: inline-block;
        font-size: 1.6rem;
        margin: 20px;
    }

    .manager {
        margin-top: 50px;
    }
}

@media screen and (max-width: 600px) {
    .index_cap {
        font-size: 1.8rem;
        padding: 30px 20px;
    }

    .co_box {
        padding: 0;
    }

    .co_box_s {
        padding: 5px 0;
    }
}

@media screen and (max-width: 480px) {
    h2 span {
        font-size: 2.2rem;
        line-height: 1.5em;
        padding: 7px 20px 5px;
    }

    h4 {
        letter-spacing: 0;
        font-size: 1.8rem;
    }
    .band .wrap {
        padding: 30px 0 50px;
    }

    .index_cap {
        position: relative;
    }

    .header .container {
        margin-bottom: 0;
    }

    .top_contact {
        width: 340px;
        height: 180px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 35px 35px 0;
    }

    .top_cap {
        font-size: 1.9rem;
        margin-bottom: 10px;
    }

    .top_tel {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .an_cap {
        font-size: 2rem;
    }
    
    .index_cap {
        font-size: 1.6rem;
    }

    .news_list {
        font-size: 1.4rem;
    }

    .news_date {
        display: block;
    }
    
    .announcement {
        font-size: 1.7rem;
    }
    
    .an_cap_2 {
        font-size: 2.2rem;
    }

    .flame12 {
        padding: 20px;
    }
     .flame13 {
        padding: 20px;
    }
    
    .price caption {
        font-size: 1.8rem;
    }

    .price thead {
        display: none;
    }

    .price th {
        display: block;
        font-size: 2rem;
        padding: 10px;
        margin-top: 20px;
    }

    .price td {
        display: block;
        font-size: 1.5rem;
        padding: 10px 5px;
    }

    .price td::before {
        content: attr(data-label);
        margin-right: 20px;
    }

    .price td strong {
        font-size: 2rem;
    }

    .contact {
        font-size: 1.6rem;
        padding: 30px 15px;
    }

    .contact_tel {
        font-size: 2.4rem;
        line-height: 1.3em;
    }

    .contact_tel:before {
        display: inline-block;
        margin: 10px;
    }

    .privacypolicy dd {
        margin-left: 0;
    }

    .footer {
        padding: 10px;
    }
    
    .f_address {
        width: 340px;
        height: 270px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 65px 20px 20px;
        margin-bottom: 0;
    }
    
    address {
        width: 300px;
        height: 150px;
        background-size: 100%;
        padding: 0 5px;
    }

    .tel {
        font-size: 1.8rem;
    }
    
    .f_link {
        padding: 10px;
    }

    .f_link a {
        display: inline-block;
    }
}

@media screen and (max-width: 360px) {
    
    .site_title h1::before {
        transform: scale(0.2);
        left: -270px;
    }
    
    .swiper-slide span {
        font-size: 1.2rem;
        padding: 1px 5px;
    }
}