@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
html {
  font-size: 62.5%;
}
body {
    font-family: 'M PLUS 1p', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: 300;
    font-style: normal;
    color: #393939;
    font-size: 170%;
    /*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;
    letter-spacing: 0.04em;
    text-align: justify;
    /*border-top: 7px solid #e72a2b;*/
}
html, body {
  position: relative;
  height: 100%;
}
main {
    background: #fffef3;
}
.slicknav_menu {
  display:none;/*PC時は非表示*/
}
header {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  background: #fffef3;
}
/*header.fixed {
    background-color: rgba(255,255,255,0.6);
    position: fixed;
}*/
header a {
        color: rgba(0, 0, 0, 0.8);
}
header ._in {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
}
header.fixed a {
    color: #333;
}
h1 {
  width: 220px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 a {
    color: #3b7db1;
}
h1 span {
    font-size: 0.4em;
    padding-left: 2px;
    margin-bottom: 1px;
    display: block;
    letter-spacing: 0.1em;
}
h1 img {
    width: 240px;
}
header.fixed h1 img {
    vertical-align: top;
}
nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-top: 5px;
}
.nav_box {
    background: #f38947;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
}
.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: 16px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.08em;
    color: #fff;
    border-right: 1px solid #ffc8a4;
}
.nav_box li:last-child a {
    border: none;
}
.nav_box a:hover {
    color: #fff701;
}
.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: #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 {
  opacity: 0.8;
}
a:focus {
  outline: none;
}
::-moz-selection{
  background-color:#D8E6BD;
}
::selection{
  background-color:#D8E6BD;
}
::-moz-selection{
  background-color:#D8E6BD;
}
p {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
footer{
    font-size: 1.3rem;
    line-height: 1.5;
    background: #f38947;
    background-size: 20px;
}
.sp {
  display: none;
}
.sp_s {
    display: none;
  }
section {
    height: 100%;
    overflow: hidden;
}
.b_shadow {
    -webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 3px;
}
.slick-slider {
    /*height: calc(100%);*/
    /*overflow: hidden;*/
    position: relative;
}
.slide_box {
    position: relative;
}
.slick_slider .slick-slide > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}

.slick_slider .slick-slide {
    /*max-width: 1100px;*/
   /* margin: 0 90px;*/
}

.slide_box ._txt_box {
    position: absolute;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 1.6vw;
    z-index: 1;
    top: 50%;
    left: 11%;
    padding: 2px 6px 2px 10px;
    letter-spacing: 0.2em;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.inner_box {
    max-width: 1100px;
    margin: 30px auto;
    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: rgba(123, 123, 123, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.bg_blue {
    background-image: url(../img/bg_top02.jpg);
    /*background-size: cover;
    background-attachment: fixed;*/
}
.bg_white {
  background-color: #ffffff; 
}
.bg_gray {
  background-color: #333;
}
.bg_black {
    background-color: #f5f5f5;
}
.bg_green {
    background: #edf6ea;
}
.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_01 {
    background: url(../img/bg01.jpg);
}
.bg_02 {
    background: url(../img/bg02.png);
}
.bg_03 {
    background: url(../img/bg03.jpg) center;
    background-size: cover;
}

.title_01 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fb7d2f;
}
.title_01 span {
    display: block;
    font-size: 0.4em;
    line-height: 1;
}
/*.title_01:after {
    content: "";
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -1px;
    border-left: 2px solid #fb7d2f;
    box-sizing: border-box;
}*/
.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 {
    margin-bottom: 20px;
    font-size: 22px;
    padding: 13px 15px 10px;
    font-weight: 500;
    position: relative;
    line-height: 1.7;
    text-align: left;
    color: #fff;
    background: #f38947;
    border-radius: 10px;
    /* border-top: 2px solid; */
    /* border-bottom: 2px solid; */
}
.title_02_sub {
    display: block;
    font-size: 1.2vw;
    font-weight: lighter;
}
/*.title_02:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}*/
.title_03 {
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    color: #927a57;
    display: inline-block;
    width: 50%;
}
.title_03:before, .title_03:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36%;
    height: 1px;
    background-color: #c5ae8b;
}
.title_03:before {
  left:0;
}
.title_03:after {
  right: 0;
}
.title_04 {
  font-size: 26px;
  color: #45b429;
  line-height: 1.6;
  font-style: normal;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px 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;
}
/*
　ブログページのメイン　*/
.info > .main {
    float: left;
    width: calc(100% - 280px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}
.blog_mttl {
    font-size: 20px;
    background: #927a57;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.4;
    color: #fff;
}
.blog_box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*width: calc(100% - 0px) !important;*/
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 10px 10px 10px;
    -webkit-box-sizing: border-box;
    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 * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog_side_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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%;
    -o-object-fit: cover;
    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_bx .ttm span {
    background: #ea4d4e;
    padding: .3em .8em;
    color: #fff;
}
.blog_side_list .blog_bx .ttm span: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%;
}
.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: 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: 1px solid;
    padding: 5px 0px;
    padding-left: 4rem;
    font-weight: 700;
    color: #fb7d2f;
}
.news-lb dd {
    padding-left: 13em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ececec;

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

.news-lb dd:nth-of-type(1):before {
    border-top: 1px solid #ececec;
    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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grow_1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.footer_box {
    width: 52%;
    margin: 0 auto;
    /*padding: 14px 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
}
.site_map_wrap .footer_box:nth-child(1) {
  width: 48%;
}
.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: #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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 1.2em;
}
textarea {
  min-height: 200px !important;
}
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: #fff;
    border: 1px solid;
    color: #000;
    line-height: 1.7;
    font-weight: 700;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-style: italic;
    border-radius: 60px;
    font-family: 'Lora','游明朝', 'Yu Mincho', '游明朝体', serif;
}
input[type="submit"]:hover {
    background: #fff;
    color: #2a46d2;
}

#aflashA2 {
  background: url(../img/bg03.jpg) center;
  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: 34px;
    text-align: center;
    letter-spacing: 0.08em;
    display: block;
    line-height: 1.5;
  color: #ff914d;
    /* color: #927a57; */
    font-weight: 700;
    padding: 0 8px;
  background: rgba(255,255,255,0.5);
    /* border-bottom: 1px solid; */
}
.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: #fff;
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    font-style: italic;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    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: #2a46d2;
    opacity: 1;
    border: 1px solid #2a46d2;
}
a.btn_01:after {
    /* position: absolute; */
    line-height: 1.7;
    margin-left: 10px;
    content: ">";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.btn_02 {
    display: block;
    margin: 0 auto;
    width: 270px;
    position: relative;
    text-align: left;
    border: 1px solid #111;
    padding: 10px 6px 10px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
}
.btn_02:before {
    content: "";
    width: 63px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -32px;
    border-top: 2px solid #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.btn_02:after {
    content: "";
    height: 4px;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -4px;
    border-left: 3px solid #111;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.btn_02:hover:before {
    width: 73px;
    right: -42px;
}
.btn_02:hover:after {
    right: -40px;
}

.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: 80px;
    -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: #3b7db1;
    font-weight: 700;
}
/*.news_box dt:before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 0.5em;
}*/
.news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-left: 111px;
}

/*
　ブログページのメイン　*/
.info > .main {
    float: left;
    width: calc(100% - 280px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}
.blog_mttl {
    font-size: 20px;
    background: #3b7db1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 1.4;
    color: #fff;
}
.blog_box {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    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: 100px;
    overflow: auto;
    margin-bottom: 20px;
}*/
.blog_side_list .blog_bx {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*width: calc(100% - 0px) !important;*/
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 10px 10px 10px;
    -webkit-box-sizing: border-box;
    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 * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog_side_list .blog_bx .blog_bx_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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%;
    -o-object-fit: cover;
    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: 6px;
    font-size: 13px;
    font-weight: normal;
}
.blog_side_list .blog_bx .ttm span: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: -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_info {
  position: relative;
}

.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: #ff8d00;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
.color_box {
    overflow: hidden;
    width: 100%;
    padding: 0 0 50px;
    position: relative;
    margin-bottom: 5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.color_box:before {
    content: '';
    height: 80%;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: rgba(231,42,43,0.4);
    background: #e65253;
    z-index: -1;
    display: block;
}

.info_table {
    width: 100%;
    margin: auto;
    border-top: 1px solid #f2f2f1;
}
.info_table th, .info_table td {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .1em;
    border-bottom: 1px solid #f2f2f1;
    padding: 0.8em;
}
.shop_info {
    width: 80%;
    margin: 0 auto;
}
.shop_info ._L, .shop_info ._R {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.shop_info ._L {
    float: left;
}
.shop_info ._R {
    float: right;
}
.slide_intro .slick-slide img {
    height: initial;
}
/*.bg_contact {
    background: url(../img/bg_contact.jpg);
    background-size: auto;
}*/
.contact_area ._box {
    border: 3px solid #ff8d00;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
}
.contact_area ._tel {
    text-align: center;
}

.contact_area ._tel a {
    color: #fff;
}

.contact_area ._tel span {
    background: #45b429;
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 6px;
}
.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;
}
.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%;
}
.trim {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 69% 46%;
    object-position: 69% 46%;
}
.menu_list li {
    width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 360px;
}
.menu_list ._txt {
    border: 3px solid #a2a2a2;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    font-weight: 500;
    color: #333;
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: 90% 14%;
}
.menu_list li:nth-child(1) ._txt {
    background-image: url(../img/top_menu01.png);
}
.menu_list li:nth-child(2) ._txt {
    background-image: url(../img/top_menu02.png);
}
.menu_list li:nth-child(3) ._txt {
    background-image: url(../img/top_menu03.png);
}

.menu_list ._read {
    text-align: left;
    width: 66%;
}
.menu_list ._ttl {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    background: #f38947;
    margin: 0 auto;
    border-radius: 3px;
}

.menu_list ._ttl._link:after {
    margin-left: 10px;
    content: "\f105";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.menu_list ._ttl > span {
    font-size: 2.4em;
    margin-right: 10px;
    color: rgba(255,255,255,0.7);
}
.menu_list a {
    display: block;
    position: relative;
}

.menu_list img {
    /* border: 7px solid #6eb6ed; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.menu_list._ptn02 ._read {
    text-align: left;
    width: 100%;
}
.menu_list._ptn02 li ._txt {
    background-image: none;
}

.works_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: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    background: rgba(130, 146, 255, 0.1);
}
.works_list li {
    width: 345px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
}
.works_list a {
    display: block;
    height: 275px;
    width: 315px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.works_list img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.about_jewel > li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.about_jewel .title_03 {
    width: 100%;
}

.rssBox {
    height: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: auto;
    background: rgba(255,255,255,0.5);
}
.rssBox li {
  border-bottom: 1px dashed #b2b2b2;
  margin-bottom: 20px;
  padding: 0 0 20px 20px;
}
.rssBox li:after {
  display: block;
  content: "";
  clear: both;
}
.rssBox span {
  display: block;
}

.rssBox__article {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #19262e;
}
.cms_area li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
}
.slider-for {
    margin-bottom: 20px;
}
.top_point ._L {
    width: 51%;
    float: left;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}

.top_point ._R {
    width: 47%;
    float: right;
}

.top_point ._box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.intro ._txt {
    width: 50%;
    background: #fff;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}
.intro ._ttl {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fb7d2f;
}
.intro ._img {
    width: 40%;
}
.cal_list li {
    float: left;
    margin-right: 20px;
    line-height: 1.5;
}
/*.cal_list li:before {
    content: '';
    border: 1px solid;
    width: 30px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}*/
.cal_list li:nth-child(1):before {
    content: '●…';
    /*font-size: 1.2em;*/
    margin-right: 3px;
}
.cal_list li:nth-child(2):before {
    content: '▲…';
    /*font-size: 1.2em;*/
    margin-right: 3px;
}
.cal_list li:nth-child(3):before {
    content: '×…';
    /*font-size: 1.2em;*/
    margin-right: 3px;
}
.cal_list li:nth-child(4):before {
    content: '';
    border: 1px solid;
    width: 20px;
    height: 16px;
    display: inline-block;
    background-color: #f7e0e6;
    margin-right: 5px;
    vertical-align: middle;
}
.service_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
/*  justify-content: center;*/
}
.service_box li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  float: left;
  margin-bottom: 20px;
}
/*
.service_box ._txt {
  margin-bottom: 20px
}
*/
.service_box img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width:1024px) {
  .slick-slider.main_v {
    height: initial;
  }
}
  
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #menu {
    display:none;/*モバイル時は非表示*/
  }
  .slicknav_menu {
    display:block;/*モバイル時は表示*/
  }
  header {
    height: 85px;
    padding: 10px 20px;
  }
  header ._in {
    max-width: inherit;
    width: inherit;
  }
  h1 {
/*    margin-top: 0;*/
    width: 185px;
  }

  .reserv_btn {
    position: absolute;
    z-index: 2;
    right: 85px;
    top: 34px;
    width: inherit;
  }
  .reserv_btn ._btn {
    padding: 10px 30px;
  }
  .reserv_btn.fixed {
    right: 10px;
  }
  .top_menu li {
    float: left;
    width: 50%;
  }
  .color_box {
    padding: 0;
    margin-bottom: 3em;
  }
  .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;
  }
  .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;
  }
  .news_box dd {
    padding-left: 0;
    line-height: 1.5;
    padding-bottom: 6px;
  }

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

  .topicpath {
    display: none;
  }

.shop_date .news-lb {
    float: none;
    width: 100%;
    margin-top: 15px;
}
.shop_date .map {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.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;
}
.dl_box01 ._txt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.info > .main {
    float: none;
    width: 100%;
    padding-right: 0;
}
.info > .side {
    float: right;
    width: 100%;
}
.title_03 {
    width: 80%;
}
.contact_tbl th, .contact_tbl td {
    display: block;
    border: none;
}
.intro ._txt {
    width: 100%;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.7;
    padding: 20px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
}
.intro ._img {
    width: 50%;
}
.top_point ._L {
    width: 100%;
    float: none;
}
.top_point ._R {
    width: 50%;
    float: none;
    margin: 40px auto 0;
}
.top_point .f_R.width_50 {
    width: 50%;
}
.contact_area .f_R.width_50 {
    width: 50%;
}
}
@media screen and (max-width:480px) { 
  .sp_s {
    display: block;
  }
  /*.slide_box ._txt_box {
    width: 97%;
  }*/

  header {
    position: inherit;
    width: 100%;
    height: 66px;
    padding: 10px;
    background: #fffef3;
  }
  header ._in {
    width: 100%;
  }
  h1 {
    width: 137px;
    position: initial;
  }
  h1 img {
    width: 180px;
  }
  nav {
    padding-top: 0;
  }
  .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;
  }
  .slick_slider .slick-slide {
    margin: 0;
  }
  .slide_box ._txt_box {
    text-align: left; 
    font-size: 13px;
    left: 0;
  }
  #aflashA2 {
    height: 30vw;
  }
  #flash2 {
    padding: 10px;
  }
  .kanban {
    top: 50%;
  }
  .kanban .ja {
    font-size: 16px;
  }
  .bnr_area li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .top_menu li {
    float: none;
    width: 100%;
  }
  .shadow {
    font-size: 15px;
    font-weight: 700;
  }

.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_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;
  }
  .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;
  }
  .works_list a {
    height: 220px;
    width: 100%;
    margin-bottom: 10px;
  }

  .inner_box {
    margin: 0 auto;
  }
  .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;
  }
  /*.title_01:after {
    height: 25px;
  }*/
  .title_02 {
    font-size: 18px;
  }
  .title_03 {
    line-height: initial;
    font-size: 1.2em;
  }
  .title_03:before, .title_03:after {
    width: 20%;
  }
  .title_04 {
    font-size: 20px;
  }
  .topicpath {
    display: none;
  }

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

.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;
  }
  .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%;
  }
  .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;
 }
 .trim {
    height: 200px;
  }
 .trim.trim2 {
    -o-object-position: 28% 50%;
    object-position: 28% 50%;
  }
  .contact_box {
    margin: 2em auto;
  }

.bg_top {
    padding: 200px 0 0;
    height: inherit;
    margin: 30px 0;
}
.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;
}

.flow li {
    width: 100%;
}
.shop_info {
    width: 100%;
    margin: 0 auto;
}
.shop_info ._L, .shop_info ._R {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: none;
}
.color_box {
    margin-bottom: 0;
}
.txt_bg {
    display: inline-block;
}
.blog_side_list._ptn02 .blog_bx {
    margin: 0 5px;
}
.blog_mttl {
    font-size: 16px;
}
.top_point ._box {
    padding: 0;
}
.top_point ._L {
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn_02 {
    width: 240px;
    padding: 10px 6px 10px 15px;
}
.btn_02:before {
    width: 24px;
    right: -11px;
}
.btn_02:after {
    right: -9px;
}
.intro ._img {
    width: 100%;
}
.menu_list ._ttl {
    font-size: 16px;
    line-height: 1.4;
}
.menu_list ._txt {
     margin-bottom: 0; 
     background-size: 21%;
    background-position: 90% 23%;
}
.menu_list ._read {
    width: 75%;
}
.menu_list li {
    min-width: inherit;
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    float: none;
}
.top_point ._R {
    width: 100%;
}
.top_point .f_R.width_50 {
    width: 100%;
}
.contact_area ._box {
    padding: 10px;
}
.contact_area .f_R.width_50 {
    width: 100%;
}
  .contact_area ._tel span {
    font-size: 1.3em;
  }
  .service_box li {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.form-contents .submit-btn{
    background: #ff8d00!important;
    border: solid 2px #ff8d00!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #ff8d00!important;
    background: #fff!important;
    border: solid 2px #ff8d00!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #ff8d00!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #999!important;
  }
  
  .form-pattern-1 {
    background:none!important;
}
