@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 62.5%;
}
body {
    font-family: "M PLUS 1p","Sawarabi Gothic",'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 300;
    font-style: normal;
    color: #222;
    font-size: 150%;
    line-height: 1.8;
    font-weight: normal;
    background-color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    /*background-image: url(../img/bg.jpg);*/
    background-size: cover;
}
html, body {
  position: relative;
  height: 100%;
}
.slicknav_menu {
  display:none;/*PC時は非表示*/
}
header {
    padding: 30px 40px 10px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
    /*background: rgba(0,0,0,0.3);
    background: #fff;*/
}
/*header.fixed {
    background-color: rgba(255,255,255,0.6);
    position: fixed;
}*/
header a {
    color: #222;
}
header.fixed a {
    color: #333;
}
h1 {
    text-align: center;
    width: 230px; 
    float: left; 
}
h1 img {
    width: 240px;
}
header.fixed h1 img {
    vertical-align: top;
}
h1 span {
    font-size: 21px;
}
nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}
.nav_box li {
    float: left;
    text-align: center;
    /*width: 20%;*/
}
.nav_box li span {
    display: block;
    font-size: 0.7em;
}
.nav_box a {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-bottom: 7px;
}

.nav_box li a:after {
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    letter-spacing: 0.2em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.reserv_btn {
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 20px;
    width: 230px;
    /* background: rgba(60,50,40,0.6); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 10px; */
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: 700;
}
.reserv_btn a {
    display: block;
}
.reserv_btn ._btn {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    background: url(../img/bg_01.png),#253965;
    background-size: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
/*.reserv_btn ._btn > a:after {
    margin-left: 10px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}*/
/*.reserv_btn.fixed {
    position: fixed;
    top: 85px;
}*/
h2,h3 {
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

a {
  color: #3972b7;
  text-decoration: none;
}
a:hover {
  /*color: #fc3349;*/
  opacity: 0.8;
}
a:focus {
  outline: none;
}
/*a:hover {
  color:#EF8F2D ;
}*/
::-moz-selection{
  background-color:#D8E6BD;
}
::selection{
  background-color:#D8E6BD;
}
::-moz-selection{
  background-color:#D8E6BD;
}
p {
  margin-bottom: 10px;
}
/*div {
  margin-bottom: 20px;
}*/
img {
  max-width: 100%;
}
/*body,
header,
footer{
  min-width:1080px;
}*/

footer{
    font-size: 1.3rem;
    line-height: 1.5;
    background: #333;
    background-size: 20px;
}
.sp {
  display: none;
}
.sp_s {
    display: none;
  }
a.hover_ptn01:hover img {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
section {
    height: 100%;
}
.shadow {
    text-shadow:#fff 1px 1px 10px,
                #fff -1px 1px 10px,
                #fff 1px -1px 10px,
                #fff -1px -1px 10px;
    font-size: 25px;
    font-weight: 700;
}
.slick-slider {
    height: calc(100%);
    overflow: hidden;
    position: relative;
}
.slide_box {
    position: relative;
}
.slick_slider .slick-slide img {
    height: calc(100vh - 0px);
    -o-object-fit: cover;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}

.slide_box ._txt_box {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.swiper-container {
  width: 100%;
  height: calc(100% - 112px);
}
.swiper-slide {
  /*-webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  background-position: center;
  background-size: cover;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    
}
.swiper-slide.slide01 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: 
    url(../img/slide/001.jpg);
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.swiper-slide .subtitle {
  font-size: 21px;
}
.swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

.logo_area img {
    max-width: 430px;
    width: 100%;
}

.inner_box {
    max-width: 1100px;
    margin: 0 auto 30px;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inner_boxL {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.white_box {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
}
.note_box {
    background: #fff9f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.bg_blue {
    background-image: url(../img/slide/003.jpg);
    background-size: cover;
    /* background-color: #8fc4dc; */
    background-attachment: fixed;
}
.bg_blue._ptn02 {
    background-image: url(../img/top_bg.jpg);
    height: 35vw;
}
.bg_white {
  background-color: #ffffff; 
}
.bg_gray {
  background-color: #333;
}
.bg_black {
    background-color: #f5f5f5;
}
.bg_top {
    background: url(../img/bg_01.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    position: relative;
    margin: 50px 0;
}
.top_box {
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.top_box ._txt_area {
    background: rgba(255,255,255,1);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 50%;
    position: absolute;
    /* left: 50px; */
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.top_box ._ttl {
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    font-style: normal;
    color: #2e8cc1;
}

.bg_top._R ._txt_area {
    left: inherit;
    right: 0;
}
.bg_top._bg02 {
    background: url(../img/bg_02.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    /*height: 600px;
    position: relative;
    margin: 50px 0;*/
}
.bg_contact {
    background-size: cover;
    background-image: url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
}

.title_01 {
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    margin-bottom: 20px;
    font-size: 30px;
    padding: 15px 0 5px;
    font-weight: normal;
    position: relative;
    line-height: 1.6;
    font-style: normal;
    text-align: center;
}
.title_01.white {
    color: #fff;
}
.title_01 > ._sub {
    font-size: 0.5em;
    font-weight: normal;
    font-style: normal;
    display: block;
    line-height: 1;
    color: #716539;
}
/*.title_01:before {
    content: '';
    background: url(../img/ico_01.png) no-repeat center top;
    background-size: contain;
    height: 50px;
    width: 100px;
    margin: 5px auto 0;
    display: block;
}*/
.title_01.white:after {
    background-color: rgba(255,255,255,0.6);
}
.title_02 {
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
    padding: 15px 0 5px;
    position: relative;
    line-height: 1.3;
    font-style: normal;
}
.title_02_sub {
    display: block;
    font-size: 1.2vw;
    font-weight: lighter;
}
/*.title_02:before {
    content: '';
    height: 3px;
    position: absolute;
    bottom: -5px;
    width: 50px;
    left: 0;
    background-color: #222;
}*/
.title_03 {
    font-size: 1.3em;
    border-bottom: solid 1px;
    font-weight: 700;
    color: #2e8cc1;
}
.title_03:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0px;
}
.title_04 {
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    line-height: 1.6;
    font-style: normal;
    text-align: center;
}
.title_06 {
    font-weight: 700;
    font-size: 18px;
    /*color: #fbb731;*/
    margin-bottom: 10px;
    border-bottom: solid 1px;
}
.title_06:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.title_bg01 {
    background: #fbffe7;
    -webkit-box-shadow: 0px 0px 0px 5px #fbffe7;
    box-shadow: 0px 0px 0px 5px #fbffe7;
    border: dashed 2px #a38563;
    padding: 0.2em 0.5em;
}

.maile_area {
    background-color: #F8D800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 84px 10px 10px;
    position: relative;
    background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%);
    width: 162px;
    margin: 0 auto 15px;
}
.maile_area:before {
    content: '';
    position: absolute;
    background-image: url(../img/ico_mail.png);
    background-size: 50px;
    background-repeat: no-repeat;
    top: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 39px;
    width: 50px;
}
.maile_area .btn {
    background-color: #ffffff;
    border: 1px solid #000;
    color: #000;
    font-weight: normal;
    font-size: 85%;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: none;
}
.tel_area,
.mobile_area {
  font-weight: 700;
  text-align: center;
}
.tel_area {
    /*font-size: 200%;*/
    font-size: 36px;
}

.mobile_area {
  font-size: 177%;
}
.tel_area a,
.mobile_area a {
    /*position: relative;*/ 
    color: #00a7ea;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-style: normal;
}
/*.tel_area a:before {
    background-image: url(../img/ico_tel.png);
}
.mobile_area a:before {
    background-image: url(../img/ico_mobile.png);
}*/
.tel_area a:before,
.mobile_area a:before {
    content: '\f3cd';
    line-height: 1.7;
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.list_check {
  border: solid 2px #f9db00;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    margin-bottom: 20px;
}
.list_check li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #f9db00; /*アイコン色*/
}

.table_style03 {
    width: 100%;
    margin: 0 auto 30px;
    border-width: 0;
    width: 100%;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    /*background: #fff;*/
}
.table_style03 td, .table_style03 th {
    border: 1px solid #b3b3b3;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0;
}
.table_style03 th {
    width: 23.5%;
    padding: 1rem;
    padding-left: 3rem;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .2em;
}

.table_style03 td {
    padding: 1rem;
    padding-left: 4rem;
    text-align: left;
}

.pay_table {
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}

.pay_table th,.pay_table td {
    vertical-align: middle;
    border: 1px solid;
    padding: 10px 10px;
}
.pay_table td {
    text-align: left;
}
.pay_table th {
    background-color: #2e8cc1;
    background-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid #2e8cc1;
    border-left: 1px solid #2e8cc1;
}
.pay_table th:first-child {
    border-left: 1px solid #2e8cc1;
}
.pay_table th:last-child {
    border-right: 1px solid #2e8cc1;
}

.news-lb {
    margin: 50px 0 30px;
    line-height: 1.8;
}
.news-lb dt {
    float: left;
    width: 8em;
    border-right: 1px solid #2e8cc1;
    padding: 5px 0px;
    padding-left: 4rem;
    /* text-align: center; */
    font-weight: 700;
}
.news-lb dd {
    padding-left: 13em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #bfbfbf;

}
.news-lb dd:nth-of-type(1) {
    position: relative;
}

.news-lb dd:nth-of-type(1):before {
    border-top: 1px solid #bfbfbf;
    position: absolute;
    content: '';
    width: 100%;
    top: -13px;
    left: 0;
    /* margin-top: 18px; */
}
.scroll {
  overflow: auto;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grow_1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.footer_box {
    width: 50%;
    margin: 0 auto;
    /*padding: 14px 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
}
.footer_box p {
    margin-bottom: 0;
}
.site_map_wrap {
    float: none;
    height: inherit;
    position: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 10px;
}
.site_map li {
    float: left;
    color: #fff;
    font-size: 1.6rem;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

.site_map a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #ccc;
}

.site_map li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
.site_map li:last-child:after {
    width: 0;
}
form table th span {
    font-size: 10px;
    background-color: #ff6c6c;
    padding: 1px 2px 3px 5px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-right: 5px;
}
input[type="text"], textarea {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.2em;
}
textarea {
  min-height: 200px;
}
input[type="date"] {
    max-width: 150px !important;
    border: 1px solid #5d5a59;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
input[type="password"] {
    border: 1px solid #5d5a59;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="submit"] {
    background-color: #2e8cc1;
    border: 1px solid #2e8cc1;
    font-weight: 700;
    padding: 5px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    font-size: 16px;
    /* border-radius: 60px; */
    color: #fff;
}
input[type="submit"]:hover {
    background: #fff;
    color: #2e8cc1;
}

/* フォームCMS */
.submit-btn {
    background: #2e8cc1 !important;
    border: 2px solid #2e8cc1 !important;
    }
    
    .submit-btn:hover {
    background: #ffffff !important;
    color: #2e8cc1 !important;
    }
    
    .submit-btn::before {
    display: none !important;
    }
/* --------------------------- */

#aflashA2 {
    background: url(../img/ttl_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

#flash2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    height: 100%;
}
.topicpath {
    font-size: small;
    position: absolute;
    z-index: 1;
    padding-top: 14px;
    bottom: 10px;
    color: rgba(255,255,255,0.6);
}
.topicpath li {
    display: inline;
    list-style-type: none;
    font-size: small;
}
.topicpath a, .topicpath span {
    letter-spacing: .1em;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}
.topicpath li:after {
    content: " > ";
    font-size: small;
}

.kanban {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.kanban .ja {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.08em;
    display: block;
    line-height: 1.5;
    color: #08579a;
    font-weight: normal;
    font-style: normal;
}
.kanban .en {
    font-size: 1.3vw;
    text-align: left;
    display: block;
    letter-spacing: 0.4em;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 5px;
}
.btn_01 {
    background-color: #2e8cc1;
    border: 1px solid #2e8cc1;
    color: #fff;
    font-weight: 700;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    /* float: right; */
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2); 
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
a.btn_01:hover {
    background-color: rgba(255,255,255,0.7);
    color: #2e8cc1;
    opacity: 1;
    border: 1px solid #2e8cc1;
}
a.btn_01:after {
    /*position: absolute;*/
    line-height: 1.7;
    margin-left: 10px;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.btn_02 {
    background-color: #edad0b;
    border: 2px solid #edad0b;
    color: #fff;
    font-weight: 700;
    padding: 5px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.08em;
    float: right;
}
a.btn_02:hover {
    background-color: #fff;
    color: #edad0b;
}

.li_style01:before {
    display: inline-block;
    vertical-align: middle;   /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #14b13d;
    border-radius: 50%;
    margin-right: 8px;
}
.news_block {
    background-color: rgba(255,255,255,0.8);
}
.news_block li {
    width: 48%;
    margin-right: 2%;
    float: left;
    background: #19a78e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}
.news_wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}
.news_ttl {
    float: left;
    font-size: 1.5em;
    margin-right: 50px;
}
.news_box {
    overflow: auto;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(255,255,255,1);
}
.news_box a {
    color: #333;
}
.news_box dt {
    float: left;
    margin-right: 20px;
    font-style: normal;
    color: #2e8cc1;
    font-weight: 700;
}
.news_box dt:before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    /*color: #f9db00;*/
    margin-right: 0.5em;
}
.news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px dotted #2e8cc1;
}
.marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdf4b1));
  background: linear-gradient(transparent 70%, #fdf4b1 70%);
}

.photo li {
    float: left;
    margin-right: 1%;
    width: 24%;
}
.blog_box {
    width: 100%;
    /* float: left; */
    /* margin: 0 20px 50px 20px; */
    /*margin: 0 20px 0 20px;*/
    /* margin: 0 auto; */
    position: relative;
}
.blog_box .blog_cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fc3349;
    line-height: 1;
    padding: 6px 10px 8px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.blog_img {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: block;
    padding-top: 56.25%;
    /* background-color: #F8D800; */
    /* background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blog_img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%); 
}
.blog_img *, .blog_img *:before, .blog_img *:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog_info {
  position: relative;
}

.blog_box .blog_date {
    width: 90px;
    color: #151818;
    background-color: #FFF;
    padding: 2px 0 1px 0;
    font-style: italic;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -7px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.blog_date {
    width: 50%;
    float: left;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

.blog_box .blog_ttl {
    width: 100%;
    margin-top: 56.25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blog_box .blog_ttl a {
    color: #151818;
    font-size: 12px;
    line-height: 190%;
}


.fm-text {
    text-align: center;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999;
}
#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #3c3228;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
.intro_bg {
    background-image: url(../img/intro_bg1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.intro {
    /*padding-top: 50px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.intro ._ttl {
    font-weight: 700;
    font-size: 30px;
}
.intro ._txt {
    /*text-align: center;*/
}
.slide_intro .slick-slide img {
    height: initial;
}
.board_area {
    background: #fff;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}
.contact_area {
    text-align: center;
}
.add_area {
    text-align: center;
    line-height: 1.1;
    display: inline-block;
    background: rgba(255,255,255,0.6);
    background: #08579a;
    background-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 4px;
    color: #fff;
}
.contact_area li {
    font-size: 1.3em;
    line-height: 1.3;
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    font-weight: normal;
    font-style: normal;
}
.contact_area li > a {
    color: #fff;
    font-size: 2em;
}
.contact_area ._txt {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px auto 0;
    text-align: left;
    border: 1px solid #a09771;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.bnr_area li {
    margin-right: 10px;
    display: inline-block;
}

.bnr_area._ptn02 li {
    float: left;
    margin-right: 1%;
    width: 32.666%;
}

.bnr_area li:last-child {
    margin-right: 0;
}

.bnr_area {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.top_menu {
    margin-top: 30px;
}

.top_menu li {
    float: left;
    width: 25%;
}

.top_menu ._inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid;
    margin: 0 5px;
    background-color: #fff;
}

.top_menu ._ttl {
    padding: 45px 20px;
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
}
.top_menu ._ttl._bg1 {
    background-image: url(../img/m_bg01.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.top_menu ._ttl._bg2 {
    background-image: url(../img/m_bg02.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.top_menu ._ttl._bg3 {
    background-image: url(../img/m_bg03.png);
    background-size: 118px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.top_menu ._ttl._bg4 {
    background-image: url(../img/m_bg04.png);
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: 90% center;
}
.shop_date .news-lb {
    float: left;
    width: 49%;
    margin-top: 15px;
}

.shop_date .map {
    float: right;
    width: 49%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.staff_box {
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.staff_box ._ttl {
    font-size: 20px;
    font-weight: 700;
}
.top_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.top_plan li {
    width: 33.333%;
    float: left;
    min-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.top_plan ._txt_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.5;
}
.top_plan ._ttl {
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.top_plan ._ttl>span {
    margin-left: 5px;
    font-size: 0.6em;
    color: #716539;
    /* color: #6fb7b4; */
}
.top_plan._ptn02 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 10px;
    color: #333;
    position: relative;
}
.top_plan._ptn02 ._txt_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 95%;
    height: 93%;
    background-color: rgba(255,255,255,0.8);
}
.top_plan._ptn02 ._in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    padding: 10px 20px;
}
.top_plan._ptn02 a:hover,
.top_plan a:hover {
    opacity: 1;
}
.top_plan ._btn {
    background-color: #b7a45d;
    border: 1px solid #b7a45d;
    color: #fff;
    /* font-weight: 700; */
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* display: inline-block; */
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 auto;
}
.top_plan ._btn:after {
    margin-left: 10px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.top_plan ._btn:hover {
    background-color: initial;
    color: #756c47;
    border: 1px solid #756c47;
}
.paln_cont {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #615b5c;
    margin-bottom: 20px;
}
.paln_cont > div {
    margin-bottom: 20px;
}
.paln_cont ._ttl {
    /* font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif; */
    margin-bottom: 10px;
    font-size: 24px;
    padding-bottom: 5px;
    /* font-weight: normal; */
    position: relative;
    line-height: 1.3;
    font-style: normal;
    border-bottom: 1px solid #615b5c;
    overflow: hidden;
}
.paln_cont ._price {
    font-size: 1.3em;
    font-weight: 700;
}
.paln_cont ._img {
    float: left;
    width: 40%;
}
.paln_cont ._txt_box {
    float: right;
    width: 58%;
}
.paln_cont ._reserv li {
    float: left;
    width: 50%;
}
.paln_cont ._type_info {
    margin-bottom: 20px;
}
.paln_cont ._type_info dt {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    width: 95px;
}
.paln_cont ._btn > a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #6fb7b4;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.paln_cont ._type_info dd {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 105px;
}
.paln_cont ._note {
    font-size: 0.9em;
}
.room_type > li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.room_type > a {
    color: #333;
}
.food_slide .slick-slide img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    -ms-object-position: 50% 100%;
    -webkit-object-position: 50% 100%;
    -moz-object-position: 50% 100%;
}
.dl_box01 ._ttl {
    font-weight: 700;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #b7a45d;
    margin-bottom: 20px;
    color: #fff;
}
.dl_box01 ._txt {
    float: left;
    width: 64%;
}

.dl_box01 ._img {
    float: right;
    width: 35%;
    margin-left: 1%;
}

.dl_box01 dd {
    margin-bottom: 30px;
}
.lift_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 20px;
}
.lift_list li {
    float: left;
    width: 24.333%;
    min-width: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.lift_list a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #3c3228;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    border-radius: 2px;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.lift_list a:after {
    position: absolute;
    content: "\f105";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.lift_list.bg_yellow a {
    background: #d2c181;
}
.bus_info ._txt_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #3c3228;
    color: #fff;
}

.bus_info ._ttl,.bus_info p {
    margin-bottom: 0px;
}
.bus_info li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.faq_box dt {
    border-bottom: 1px dotted #b7a45e;
    margin-bottom: 10px;
    /* font-size: 1.1em; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: 700;
}
.faq_box dt:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #b7a45e;
}
.faq_box dd {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #ececec;
    border-radius: 3px;
    margin-bottom: 20px;
}
.school_intro ._img {
    float: left;
    width: 200px;
    margin-right: 20px;
}
.course {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background: #fff9f3;
    border-radius: 3px;
    margin-bottom: 20px;
}
.course ._ttl {
    font-size: 1.2em;
    border-bottom: 1px solid #3C3233;
    /* background: #3C3233; */
    /* border-radius: 2px; */
    /* color: #fff; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 3px 10px; */
}
.course ._price {
    font-weight: 700;
    font-size: 1.1em;
}
.course ._note {
    font-size: 0.97em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #b7a45d;
}
.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flow li {
    width: 20%;
    min-width: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.flow ._img {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
}

.flow ._ttl {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.flow ._txt {
    line-height: 1.5;
    color: #666;
}

.type_info {
    margin-bottom: 20px;
}
.type_info dt {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    /*width: 95px;*/
}
.type_info dd {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-left: 105px;
}
.trim_img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
    -ms-object-position: 50% 70%;
    -webkit-object-position: 50% 70%;
    -moz-object-position: 50% 70%;
}
.root > li {
    position: relative;
    float: left;
    text-align: center;
    line-height: 1.2;
    background: rgba(111,183,180,0.6);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.root > li:after {
    position: absolute;
    margin-left: 12px;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.root > li:last-child {
    margin-right: 0;
}
.root > li:last-child:after {
    content: '';
}
.root_img > li {
    float: left;
    width: 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.item_intro_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*padding-top: 30px;
    margin-bottom: 30px*/
}
.item_intro_list ._txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: 80%;
    max-width: 800px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.5;
    background: rgba(255,255,255,1);
    /*border: 1px solid #a09771;
    
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;*/
}
.item_intro_list ._txt._R {
    bottom: 4px;
    top: inherit;
    right: 5px;
}
.trim {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 20%;
    object-position: 100% 20%;
}

.facility_block {
    margin-bottom: 20px;
}
.facility_block ._img {
    width: 35%;
    float: right;
}
.facility_block ._tbl {
    float: left;
    width: 63%;
}
.sample_list li {
    float: left;
    width: 33.333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.sample_list img {
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.privilege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.privilege li {
    border: 1px solid;
    border-radius: 3px;
    float: left;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    padding: 10px;
}
.privilege ._txt {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 14px;
}
.privilege ._ttl {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 0 5px 5px;
    line-height: 1.4;
    font-weight: 600;
}
.menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 50px;
}
.menu_list li {
    width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.6;
    min-width: 250px;
}

.menu_list li > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.menu_list img {
    width: 100%;
}

.menu_list ._ttl {
    position: absolute;
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    top: 50%;
    color: #fff;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.menu_list li > a:hover {
    background: #2e8cc1;
}


.menu_list ._price {
}
.menu_list ._price ._cat {
    background: #000;
    color: #fff;
    padding: 1px 5px 2px;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 2px;
}
.menu_list ._txt {
    font-size: 14px;
    line-height: 1.5;
}
.menu_list._ptn02 {
    line-height: 1.2;
}
.menu_list._ptn02 dt {
    font-size: 17px;
    font-weight: normal;
    float: left;
    margin-right: 20px;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
}
.menu_list._ptn02 dd {
    padding: 15px 10px;
    /* font-size: 17px; */
    border-bottom: 1px dashed #b7a45e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.menu_list_box li {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.menu_list_box li:nth-child(2n) {
    margin-right: 0;
}
.menu_list._ptn02 dt.pop {
    background: url(../img/ico_02.png) no-repeat 10px center;
    background-size: 30px;
    padding-left: 45px;
}
.menu_list._ptn03 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_list._ptn03 li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    line-height: 1.6;
    padding: 10px;
}
.menu_list._ptn03 ._ttl {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
}
.works_list li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  width: calc(96%/4);
  height: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  margin-bottom: 1%;
  margin-right: 1%;
  padding-bottom: 16.25%;
}
.works_list img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
  .slick-slider.main_v {
    height: initial;
  }
  .slide_box ._txt_box {
    width: 80%;
  }
  /*.item_intro_list {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }*/
}
  
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #menu {
    display:none;/*モバイル時は非表示*/
  }
  .slicknav_menu {
    display:block;/*モバイル時は表示*/
  }
  header {
    height: 105px;
    padding: 0 30px;
    overflow: hidden;
  }
  h1 {
    margin-top: 25px;
    font-size: 20px;
  }

  .reserv_btn {
    position: absolute;
    z-index: 2;
    right: 85px;
    top: 34px;
    width: inherit;
  }
  .reserv_btn ._btn {
    padding: 10px 30px;
  }
  .reserv_btn.fixed {
    right: 10px;
  }
  .slick-slider.main_v {
    height: calc(100% - 67px);
  }

  .contact_area li {
    width: 100%;
    float: none;
  }
  .top_menu li {
    float: left;
    width: 50%;
  }
  .intro ._ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .bnr_area {
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
  }
  .bnr_area li {
    margin-right: 10px;
    display: inline-block;
  }
  .intro {
    padding-top: 40px;
    text-align: center;
  }
  .bg_top {
    background-position: center;
    height: 480px;
  }
  .bg_top._bg02 {
    background: url(../img/bg_02.jpg);
    background-position: 38% 100%;
    background-size: cover;
    background-attachment: fixed;
}
  .top_box ._txt_area {
    width: 100%;
    background: rgba(255,255,255,0.8);
  }
  .top_cont01 {
    width: 80%;
  }
 
  .bg_top02 {
    height: initial;
  }
  .news_block li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    background: #19a78e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
  }

  .footer_map {
    width: 100%;
    float: none;
  }
  .site_map_wrap {
    float: none;
    height: inherit;
    position: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .site_map_wrap .site_map_block {
    position: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer_box {
    padding: 0;
  }
  .mybox_intext {
    padding: 20px!important;
  }

  .news_box dt {
      float: none;
  }
  .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .facility_btnbox li:first-child {
    margin-right: 0;
  }

  .topicpath {
    display: none;
  }

  .table_style02 td {
    height: inherit;
    padding: 10px;
  }

  /*form table th,form table td {
    display: block;
      width: 100%;
      box-sizing: border-box;
  }*/
/*.kanban {
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.dl_box01 ._img {
    float: none;
    width: 100%;
    margin-left: 0;
}
.news_box {
    padding: 10px 20px;
}
.dl_box01 ._txt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.privilege li {
    width: 48%;
    margin: 1%;
    padding: 2%;
}
.top_plan li {
    width: 50%;
}
.sample_list li {
    padding: 10px;
}
.trim.trim2 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

}
@media screen and (max-width:480px) { 
  .sp_s {
    display: block;
  }
  .swiper-slide {
    padding: 40px 20px;
 }
  /*.swiper-container {
      width: 100%;
      height: calc(100% - 80px);
  }*/
  .slick_slider .slick-slide img {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
  }
  .slide_box ._txt_box {
    width: 50%;
  }
  .slide_box ._txt_box img {
    vertical-align: middle;
  }

  header {
    height: 67px;
    padding: 10px;
    position: inherit;
  }
  h1 {
        margin-top: 0;
    font-size: 20px;
    width: calc(100% - 50px);
  }
  h1 img {
    width: 180px;
  }
  header a {
    color: #3a2205;
  }
  .reserv_btn {
    display: none;
  }
  .reserv_btn.fixed {
    display: block;
    right: initial;
    top: initial;
    bottom: 10px;
    left: 10px;
    background: none;
    position: fixed;
  }
  .reserv_btn.fixed ._txt {
    display: none;
  }
  #aflashA2 {
    height: 30vw;
  }
  #flash2 {
    padding: 10px;
  }
  .kanban {
    top: 50%;
  }
  .kanban .ja {
    font-size: 16px;
  }
.list_style01 {
    margin-bottom: 50px;
}

.table_style03 tr,
.table_style03 th,
.table_style03 th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  .table_style02 th, .table_style02 td {
      line-height: 1.5;
      padding: 10px;
      border: none;
  }
  .table_style02 tr:last-child th, .table_style02 tr:last-child td {
    border-bottom: none;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table_style01 th, .table_style01 td {
      padding: 10px;
  }
  .table_style01 tr, .table_style01 th, .table_style01 td {
      border: none;
  }
  .table_style01 th:after {
      display: block;
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      top: inherit;
      bottom: -10px;
      left: 30px;
      border-top: 10px solid #fff100;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      right: inherit;
      border-bottom: inherit;
  }

  .table_style03 td {
    border: none;
    padding: 10px 0;
  }

  .table_style03 th {
      padding-left: 15px;
          width: 100%;
  }
  .table_style03 th:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      color: #a28d5a;
      margin-right: 0.5em;
  }
  .box_01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    max-width: 960px;
    margin: 0 auto;
  }
  .news_ttl {
    float: none;
    font-size: 1.5em;
    margin-right: 0;
  }

    .news_box {
        padding: 10px;
    }

  .news-lb dt {
    width: 8rem;
    padding-left: 1rem;
  }
  .news-lb dd {
    padding-left: 11rem;
  }

/*
  .works_list li {
    float: none;
    width: 100%;
  }
*/

  .inner_box {
    margin-bottom: 0;
  }
  .inner_boxL {
    max-width: 1400px;
    margin: 0 auto 20px;
    padding: 30px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .title_01 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    line-height: 1.3;
  }
  /*.title_01:after {
    width: 30px;
    background-size: 20%;
    margin: 3px auto 0;
  }*/
  .title_03 {
    line-height: initial;
    font-size: 1.2em;
  }
  .title_04 {
    font-size: 20px;
    padding-top: 0;
    line-height: 1.3;
  }
  .table_style04 th{
    width: 25%;
  }

  .topicpath {
    display: none;
  }

  .tel_area {
    font-size: 25px;
  }
  .tel_area a:before, .mobile_area a:before {
    background-size: 25px;
    top: 0px;
    left: -25px;
    width: 24px;
    height: 27px;
  }

  form table th,form table td {
      display: block;
      width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

  .about_img {
    width: 80%;
    text-align: center;
    float: none;
    line-height: 1.4;
    margin: 0 auto;
  }
  .about_text {
    float: none;
    width: 100%;
    font-size: 13px;
}
.footer_box {
    width: 100%;
    margin: 0 auto 20px;
}
.site_map_wrap {
    float: none;
    width: 100%;
    height: inherit;
    padding: 20px 20px 10px;
    position: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.site_map a {
      font-weight: normal;
    font-size: 14px;
    color: #fff;
  }
  .site_map a:after {
      content: "";
      position: static;
      right: 40px;
      top: 0px;
      width: 1px;
      height: 24px;
      background-color: #15bf43;
  }
  .site_map li {
    float: none;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
  }

  .site_map li:after {
    position: absolute;
    right: 15px;
    top: 2px;
    background-color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #fff;
  }
  .contact_area ._blockr {
    width: 100%;
  }
  .news-lb {
    margin: 0;
    line-height: 1.3;
    }
    .news-lb dt {
        float: none;
        width: 100%;
        border-right: none;
        padding-left: 0;
    }
    .news-lb dd:nth-of-type(1):before {
        border-top: none;
    }
    .news-lb dd {
        padding-left: 0;
    }
  .menu_list_box li {
    width: 100%;
    float: left;
    margin-right: 2%;
  }
  .menu_list._ptn03 li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .pay_table.ptn_02 {
    border: none;
 }
  .pay_table.ptn_02 th,.pay_table.ptn_02 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: left;
 }
 .item_intro_list ._txt {
    width: 90%;
    padding: 10px;
 }
 .title_04 {
    font-size: 18px;
    margin-bottom: 0px;
    padding-top: 0;
 }

 .trim {
    height: 200px;
    -o-object-position: 24% 20%;
    object-position: 24% 20%;
  }
 .contact_area li {
    font-size: 1em;
}
.bg_top {
    padding: 200px 0 0;
    height: inherit;
    margin: 30px 0;
}
.bg_top._R .txt_area {
    left: inherit;
    right: inherit;
}
.bg_top._R:before {
    top: 0;
    left: 10%;
}
.top_box {
    overflow: hidden;
    max-width: 1200px;
    position: inherit;
    height: inherit;
    margin: 0 auto;
}
.top_box ._txt_area {
    padding: 10px;
    position: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.top_box ._ttl {
    font-size: 20px;
}
.txt_area {
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit;
    padding: 10px;
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.flow li {
    width: 100%;
}
.menu_list li {
    width: 100%;
}


}
