@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p);

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: #47515f;
    font-size: 150%;
    line-height: 1.7;
    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;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html, body {
  position: relative;
  height: 100%;
}
.slicknav_menu {
  display:none;/*PC時は非表示*/
}
header {
    padding: 25px 40px 12px;
    /* position: absolute; */
    /* height: 70px; */
    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: rgb(19, 138, 222);
}
header.fixed a {
    color: #333;
}
h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
h1 span {
    display: block;
    font-size: 0.5em;
}
h1 img {
    width: 240px;
}
header.fixed h1 img {
    vertical-align: top;
}
h1 span {
    font-size: 21px;
}
nav {
    padding-top: 24px;
    box-sizing: border-box;
    /* float: right; */
    max-width: 1100px;
    margin: 0 auto;
}
.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;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    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); */
    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;
    box-sizing: border-box;
    padding: 10px 10px;
    background: #52b4ff;
    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 ;
}*/
::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: rgb(63, 169, 245);
    background-size: 20px;
}
.sp {
  display: none;
}
.sp_s {
    display: none;
  }
a.hover_ptn01:hover img {
  transform: translateY(-1px);
}
section {
    height: 100%;
}
.b_shadow {
    box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
}
.slick-slider {
    height: calc(100%);
    /*overflow: hidden;*/
    position: relative;
}
.slide_box {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    background: rgba(45, 144, 214, 0.4);
}
.slick_slider .slick-slide > img {
    /*height: calc(100vh - 130px);*/
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}
.slick_slider .slick-slide {
    max-width: 1100px;
    margin: 0 10px;
}
.slide_box ._txt_box {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,-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;*/
  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%;
  -webkit-background-size: cover;
  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;
    box-sizing: border-box;
}
.inner_boxL {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 30px 10px;
    box-sizing: border-box;
}
.white_box {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
}
.note_box {
    background: rgba(46,152,229,0.1);
    box-sizing: border-box;
    padding: 20px;
}
.bg_blue {
    background-image: url(../img/bg_top02.jpg);
    /*background-size: cover;
    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.png),#253965;
    background-size: 20px;
    height: 500px;
    position: relative;
    margin: 100px 0;
}

.bg_top:before {
    width: 60%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    background: url(../img/bg_top01.jpg);
    background-size: cover;
    background-position: center bottom;
}
.bg_point {
    background: rgba(46,152,229,0.7);
}
.bg_map {
    background: url(../img/bg_map.png) 50% 70% no-repeat;
    background-size: 60%;
    height: 360px;
}
.top_box {
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.txt_area {
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    height: 400px;
    padding: 30px;
    width: 50%;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(0,-50%);
}
.bg_top._R:before {
    top: 0;
    left: inherit;
}
.bg_top._R .txt_area {
    left: inherit;
    right: 50px;
}
/*.bg_contact {
    background-size: contain;
    background-image: url(../img/contact_bg01.png),url(../img/contact_bg02.png);
    background-repeat: no-repeat;
    background-position: 0% 100%,100% 100%;
}*/

.title_01 {
    margin-bottom: 20px;
    font-size: 30px;
    padding: 15px 0 5px;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
    font-style: normal;
    text-align: center;
    color: rgb(18, 142, 230);
}
.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: rgb(14, 120, 196);
}
.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 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    font-style: normal;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 10px;
}
.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;
    box-shadow: 0px 0px 0px 5px #fbffe7;
    border: dashed 2px #a38563;
    padding: 0.2em 0.5em;
}

.maile_area {
    background-color: #F8D800;
    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;
    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%;
    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: rgba(46,152,229,0.7);
    background-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid rgba(46,152,229,0.7);
    border-left: 1px solid rgba(46,152,229,0.7);
}
.pay_table th:first-child {
    border-left: 1px solid rgba(46,152,229,0.7);
}
.pay_table th:last-child {
    border-right: 1px solid rgba(46,152,229,0.7);
}

.news-lb {
    margin: 50px 0 30px;
    line-height: 1.8;
}
.news-lb dt {
    float: left;
    width: 8em;
    border-right: 2px solid #222;
    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: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.grow_1 {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.footer_box {
    width: 50%;
    margin: 0 auto;
    /*padding: 14px 10px;*/
    box-sizing: border-box;
    color: #fff;
    float: left;
}
.footer_box p {
    margin-bottom: 0;
}
.site_map_wrap {
    float: none;
    height: inherit;
    position: inherit;
    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;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
}

.site_map li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}
.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;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.2em;
}
input[type="date"] {
    max-width: 150px !important;
    border: 1px solid #5d5a59;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}
input[type="password"] {
    border: 1px solid #5d5a59;
    padding: 5px;
    box-sizing: border-box;
}
input[type="submit"] {
    background-color: #f07a15;
    border: 1px solid #f07a15;
    font-weight: 700;
    padding: 5px 70px;
    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: #f07a15;
}

/* フォームCMS */
.submit-btn {
background: #f07a15 !important;
border: 2px solid #f07a15 !important;
}

.submit-btn:hover {
background: #ffffff !important;
color: #f07a15 !important;
}

.submit-btn:hover::before {
background: #f07a15 !important;
}
/* --------------------- */


#aflashA2 {
    background: url(../img/ttl_img.jpg);
    background-size: 500px;
    height: 200px;
}

#flash2 {
    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 {
    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: #6eb6ed;
    color: rgb(18, 142, 230);
    background: #fcff41;
    font-weight: 700;
    font-style: normal;
    padding: 5px 8px;
}
.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: #f07a15;
    border: 1px solid #f07a15;
    color: #fff;
    font-weight: 700;
    padding: 5px 30px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    border-radius: 50px;
    /* 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: #f07a15;
    opacity: 1;
    border: 1px solid #f07a15;
}
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;
    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;
    box-sizing: border-box;
    padding: 25px;
}
.news_wrap {
    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;
    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: #52b4ff;
    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 #ccc;
}

/*
　ブログページのメイン　*/
.info > .main {
    float: left;
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-right: 20px;
}
.blog_mttl {
    font-size: 20px;
    background: rgb(18, 142, 230);
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.4;
    border-radius: 3px;
    color: #fff;
}
.blog_box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 15px;
}
.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal;
}
/*
　ブログページのサイド　*/
.info > .side {
    float: right;
    width: 280px;
}
.blog_side_list {
    position: relative;
    width: 100%;
    height: auto;
    height: 390px;
    overflow: auto;
    margin-bottom: 20px;
}
.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    /*width: calc(100% - 0px) !important;*/
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #333;
    position: relative;
    padding: 10px 10px 10px;
    box-sizing: border-box;
}
.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_side_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 110px);
}
.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #C80261;
    padding: 0 15px;
    margin-bottom: 5px;
}
.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px;
}
.blog_bx .ttm {
    /*float: right;*/
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
}
.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal;
}
.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/*
　TOPページのブログ一覧　*/
.blog_side_list._ptn02 {
    height: inherit;
}
.blog_side_list._ptn02 .slick-track {
    margin-left: inherit; 
    margin-right: inherit; 
}
.blog_side_list._ptn02.slick-slider {
    overflow: inherit;
}
.blog_side_list._ptn02 .blog_bx {
    margin: 0 20px;
    padding: 0;
    border: none;
}
.blog_side_list .blog_bx.slick-slide {
    height: auto;
}
.blog_side_list._ptn02 .blog_bx figcaption {
    display: block;
    width: 100%;
    height: inherit;
    float: none;
    margin-bottom: 10px;
}
.blog_side_list._ptn02 .blog_bx img {
    height: 160px;
    width: 100%;
}
.blog_side_list._ptn02 .blog_bx .blog_bx_flex div {
    width: 100%;
}



.marker01 {
  background: linear-gradient(transparent 70%, #fdf4b1 70%);
}

.photo li {
    float: left;
    margin-right: 1%;
    width: 24%;
}

.blog_info {
  position: relative;
}

.fm-text {
    text-align: center;
    border: 1px solid;
    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;
    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 {
    text-align: center;
    /* background: rgba(255,255,255,0.9); */
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 10px;
}
.intro_ttl {
    font-size: 2em;
    color: rgb(18, 142, 230);
    background: #fcff41;
    padding: 0px 10px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(20, 110, 165,0.8);
    -ms-box-shadow: 2px 2px 5px rgba(20, 110, 165,0.8);
    -webkit-box-shadow: 2px 2px 5px rgba(20, 110, 165,0.8);
}
.intro ._txt {
    line-height: 2em;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    -ms-text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.slide_intro .slick-slide img {
    height: initial;
}
.board_area {
    background: #fff;
    min-height: 100px;
    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,1);
    background-size: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: rgb(18, 142, 230);
}
.contact_area li {
    font-size: 2.5em;
    font-weight: 700;
    font-style: normal;
}
.contact_area li > a {
    color: rgb(18, 142, 230);
}
.contact_area ._txt {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px auto 0;
    text-align: left;
    border: 1px solid #a09771;
    box-sizing: border-box;
    padding: 10px;
}
.bg_contact {
    background: url(../img/bg_top03.png) bottom center repeat-x rgba(190, 223, 247, 0.2);
    background-size: 270px;
}
.dl_box01 ._ttl {
    font-weight: 700;
    font-size: 20px;
    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;
}
.trim_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-position: 50% 70%;
    -ms-object-position: 50% 70%;
    -webkit-object-position: 50% 70%;
    -moz-object-position: 50% 70%;
}
.trim {
    height: 300px;
    object-fit: cover;
    object-position: 69% 46%;
}
.menu_list {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.menu_list li {
        width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 10px;
}
.menu_list ._ttl {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
    line-height: 1.3;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    color: rgb(18, 142, 230);
    /* background: #fff; */
    padding: 9px 8px 0;
}
.menu_list a {
    display: block;
    position: relative;
    background: #eaeaea;
    padding: 10px;
    box-sizing: border-box;
}

.menu_list img {
    /*border: 7px solid #6eb6ed;*/
    box-sizing: border-box;
}
.works_list {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.works_list li {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
}
.works_list img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.works_list ._ttl {
    display: block;
    background: #fff;
    font-weight: normal;
    line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .slick-slider.main_v {
    height: initial;
  }
  .slide_box ._txt_box {
    width: 80%;
  }
}
  
@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;
    text-align: left;
  }

  .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;
  }
  .bg_top {
    background-position: right center;
  }
  .top_cont01 {
    width: 80%;
  }
 
  .bg_top02 {
    height: initial;
  }
  .news_block li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    background: #19a78e;
    box-sizing: border-box;
    padding: 25px;
  }

  .footer_map {
    width: 100%;
    float: none;
  }
  .site_map_wrap {
    float: none;
    height: inherit;
    position: inherit;
    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;
    box-sizing: border-box;
  }
  .footer_box {
    padding: 0;
  }
  .mybox_intext {
    padding: 20px!important;
  }

  .news_box dt {
      float: none;
  }

  .introduction .inner_box {
    padding-bottom: 40px;
  }

.box_01 {
    min-width: inherit;
    padding: 0 30px;
    margin: 0 auto;
}
.pbx_img {
    overflow: hidden;
    height: inherit;
}
._imgL .top_cont01_txt {
    float: none;
}
.top_cont01_img, .top_cont01_txt {
    width: 100%;
}
  .box_02 li {
    width: 95%;
    float: none;
    margin: 0 auto 30px;
  }
  .box_02 li img {
    max-width: 300px;
    width: 80%;
  }

  .half_box li {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
  }
  .flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    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;
  }*/
  .item_img_main {
    background-color: inherit;
}
.item_btn li {
    height: 120px;
}
.item_btn_box._cat {
    padding: 43px 0;
}
/*.kanban {
    top: 50%;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.shop_date .news-lb {
    float: none;
    width: 100%;
    margin-top: 15px;
}
.shop_date .map {
    float: none;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}
.room_type img {
    width: 100%;
}
.room_type > li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.paln_cont ._img,.paln_cont ._txt_box {
    float: none;
    max-width: inherit;
    width: 100%;
    margin: 0 auto 20px;
}
.dl_box01 ._img {
    float: none;
    width: 100%;
    margin-left: 0;
}
.news_box {
    padding: 10px 20px;
}
.item_intro_list li {
    width: 50%;
    float: none;
    /* box-sizing: border-box; */
    /* margin: 2%; */
    /* overflow: hidden; */
}
.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 {
    object-fit: cover;
    object-position: 0% 50%;
}
.menu_list li {
    width: 50%;
}
.bg_map {
    background-size: 80%;
}
.info > .main {
    float: none;
    width: 100%;
    padding-right: 0;
}
.info > .side {
    float: right;
    width: 100%;
}
}
@media screen and (max-width:480px) { 
  .sp_s {
    display: block;
  }
  .swiper-slide {
    padding: 40px 20px;
 }
 .slide_box {
    padding: 10px 0 1px;
 }

  .slide1_img {
    font-size: 4vw;
    /*background-color: rgba(255,255,255,0.6);*/
    padding: 20px 15px;
    letter-spacing: 1vw;
  }
  .slide1_img span {
    font-size: 7vw;
    letter-spacing: 0.15em;
  }
  .slide_box ._txt_box {
    width: 97%;
  }
  .common_into {
    padding: 0;
    padding-top: 70%;
    background-size: 90%;
    background-position: top center;
  }
  .common_into ._txt {
    font-size: 1em;
    font-weight: 500;
    width: 100%;
  }

  header {
    height: 67px;
    padding: 10px;
    position: inherit;
  }
  h1 {
    margin-top: 5px;
    font-size: 20px;
  }
  h1 img {
    width: 180px;
  }
  header a {
    color: #47515f;
  }
  .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;
  }
  .bnr_area._ptn02 li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .bnr_area li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .top_menu li {
    float: none;
    width: 100%;
  }
  .shadow {
    font-size: 15px;
    font-weight: 700;
  }
  .intro {
    padding: 20px 10px;
  }
  .intro_ttl {
    font-size: 1.2em;
  }
.top_cont01 {
    padding: 10px 0px;
    margin: 0;
    margin-top: 75%;
    float: none;
    width: 100%;
}
.mttl_cl {
    color: #B49B6C;
    /* text-align: center; */
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 4px;
    color: #0192d3;
    font-weight: 700;
}
.list_style01 {
    margin-bottom: 50px;
}

.table_style03 tr,
.table_style03 th,
.table_style03 th {
    width: 100%;
    display: block;
    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;
    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 {
    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%;
    padding: 0;
    margin-bottom: 20px;
  }

  .inner_box {
    margin-bottom: 0;
  }
  .inner_boxL {
    max-width: 1400px;
    margin: 0 auto 20px;
    padding: 30px 10px 10px;
    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;
  }
  .table_style04 th{
    width: 25%;
  }

  .topicpath {
    display: none;
  }
  .menu_btn a {
    height: 100vw;
  }
  .menu_btn li {
    float: none;
    width: 50%;
    padding-bottom: 30px;
  }
  .menu_btn li:last-child {
    border-bottom: none;
  }
  .menu_btn_in {
    background-size: 90%;
  }
  .menu_btn_in > p {
    top: 23%;
    font-size: 6vw;
    letter-spacing: initial;
  }
  .menu_btn_in span {
    font-size: 0.5em;
  }
  .menu_btn_in._bg02, .menu_btn_in._bg04 {
    margin-top: initial;
  }

  .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;
      box-sizing: border-box;
  }

  .contact_bnr .contact_bnr_tel span {
    font-size: 25px;
  }

.footer_box {
    width: 100%;
    margin: 0 auto 20px;
}
.site_map_wrap {
    float: none;
    width: 100%;
    height: inherit;
    padding: 20px 20px 10px;
    position: inherit;
    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%;
    box-sizing: border-box;
    border: none;
 }
 .item_intro_list {
    padding-top: 0;
    margin-bottom: 20px;
 }
 .item_intro_list ._txt {
    width: 90%;
    padding: 10px;
 }
 .trim {
    height: 200px;
  }
 .trim.trim2 {
    object-position: 28% 50%;
  }
 .contact_area li {
    font-size: 2em;
}

.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%;
}
.bg_top:before {
    width: 80%;
    height: 200px;
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    background: url(../img/bg_top01.jpg);
    background-size: cover;
    background-position: center bottom;
}

.txt_area {
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    height: inherit;
    padding: 10px;
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
}
.flow li {
    width: 100%;
}
.menu_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.bg_map {
    background-size: 100%;
    height: 270px;
}
.txt_bg {
    display: inline-block;
}
.add_area {
    padding: 20px 10px;
}
.blog_side_list._ptn02 .blog_bx {
    margin: 0 5px;
}
}
