@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&amp;subset=japanese);
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .disnone {
    display: block !important;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 9;
  }
  .disnone a {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding: 64px 0 20px;
  }
}

.inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
}

#contents {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.imgR, .imgL {
  max-width: 100% !important;
}
.imgR img, .imgL img {
  max-width: 100% !important;
  float: none;
  margin-left: 0;
}

.imgL {
  float: none;
  max-width: 100% !important;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
#header {
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header {
    padding: 0 10px;
  }
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #header .inner {
    padding: 30px 10px;
  }
}
#header .hedwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  #header .hedwrap {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .hedwrap {
    align-items: center;
    padding: 10px;
  }
}
#header #siteID {
  width: 35%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #siteID {
    width: 32%;
  }
}
#header #siteID .hed_txt {
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #header #siteID .hed_txt {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #header #siteID {
    padding: 10px 0 !important;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header #siteID {
    width: 35%;
    margin-left: 50px;
  }
}
#header #siteID a {
  opacity: 1;
}
#header .tel2 {
  font-size: 30px;
  color: #fff;
  background: #f8b73b;
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  margin-top: 10px;
  letter-spacing: 4px;
  max-width: 330px;
  float: right;
}
#header .tel2 i {
  margin-right: 7px;
}
@media only screen and (max-width: 640px) {
  #header .tel2 i {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .tel2 {
    font-size: 16px;
    margin-top: 0;
    padding: 10px;
  }
  #header .tel2 span {
    display: none;
  }
  #header .tel2 a {
    color: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .tel2 {
    font-size: 18px;
    float: none;
    max-width: inherit;
  }
}

#hed_info {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  #hed_info {
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hed_info {
    width: 55%;
  }
}
#hed_info .info_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hed_info .omitsumori {
  margin-right: 10px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hed_info .omitsumori {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #hed_info .omitsumori {
    margin-right: 0;
  }
}
#hed_info .omitsumori a {
  background: #ff604a;
  color: #fff;
  padding: 10px 35px;
  display: block;
  border-radius: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #hed_info .omitsumori a {
    padding: 10px 27px;
  }
}
#hed_info .omitsumori a i {
  margin-right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hed_info .cont {
    width: 100%;
  }
}
#hed_info .cont i {
  margin-right: 7px;
}
#hed_info .cont a {
  display: block;
  background: #ed7b01;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  #hed_info .cont a {
    margin: 0 5px;
  }
  #hed_info .cont a span {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hed_info .cont a span {
    display: none;
  }
}
#hed_info .hed_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #hed_info .hed_cont {
    padding: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #hed_info .hed_cont {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global {
    padding: 50px 40px;
  }
}
#nav_global ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #nav_global ul {
    display: block;
  }
}
#nav_global ul li {
  flex-flow: 1;
}
@media only screen and (max-width: 834px) {
  #nav_global ul li {
    text-align: left;
  }
}
#nav_global ul li img {
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  #nav_global ul li {
    line-height: 1.4;
  }
  #nav_global ul li:nth-child(2) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f015";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(3) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f044";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(4) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f591";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(5) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f573";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(6) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f004";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(7) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f866";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
  #nav_global ul li:nth-child(8) a span:before {
    font-family: "Font Awesome 5 pro";
    content: "\f1ad";
    /*アイコンのユニコード*/
    font-size: 1em;
    /*サイズ*/
    color: #ed7b01;
    font-weight: bold;
    padding-right: 7px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #nav_global ul li:first-child {
    display: none;
  }
  #nav_global ul li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global ul li {
    background: none;
    padding: 0;
  }
  #nav_global ul li img {
    display: none;
  }
}
#nav_global ul li a {
  display: block;
}
#nav_global ul li a span {
  display: none;
}
@media only screen and (max-width: 834px) {
  #nav_global ul li a span {
    display: block;
    color: #101010;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global ul li a {
    padding: 15px;
  }
}
#nav_global ul li a:hover {
  opacity: 0.6;
}

#mainArea {
  width: 100%;
}
#mainArea img {
  width: 100% !important;
  height: auto;
}
@media only screen and (max-width: 640px) {
  #mainArea img {
    width: 120% !important;
    min-height: 60vw !important;
    margin: 0 -20% !important;
    object-fit: cover;
  }
}

.mainwrap {
  position: relative;
}
.mainwrap .main_txt {
  position: absolute;
  top: 25%;
  left: 23%;
  right: 0;
  bottom: 0;
  width: 51%;
}
@media only screen and (max-width: 640px) {
  .mainwrap .main_txt {
    top: 22%;
    left: 0;
    margin: 10px;
    width: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mainwrap .main_txt {
    width: 60%;
    left: 20%;
  }
}

.slick-initialized .slick-slide {
  height: auto;
}

#local-keyvisual {
  position: relative;
  background-position: left top;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual {
    margin-bottom: 30px;
  }
}
#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  color: #101010;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.7em;
  }
}
#local-keyvisual h1 span {
  display: block;
  padding: 150px 0;
  background: rgba(255, 255, 255, 0.2);
}
#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pan1 {
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

.mean-container .mean-bar {
  background: #b94047 !important;
  position: fixed !important;
  z-index: 8 !important;
}

.mean-container .mean-nav {
  background: #b94047 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
}

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

.drawer-hamburger {
  z-index: 101 !important;
}

.drawer-hamburger span {
  background: #333 !important;
}

.drawer-hamburger span:before, .drawer-hamburger span:after {
  background: #333 !important;
}

.drawer-hamburger.change-color span {
  background: #2e4121 !important;
}

.drawer-hamburger.change-color span:before, .drawer-hamburger.change-color span:after {
  background: #2e4121 !important;
}

.drawer-nav {
  z-index: 101 !important;
  background: url(../images/shiba/green_bg.png);
}

.drawer-nav ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 20px;
}

.drawer-nav ul li:after {
  content: "";
  width: 32px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.drawer-hamburger {
  z-index: 201 !important;
}

.drawer-overlay {
  z-index: 201 !important;
}

.drawer-nav {
  z-index: 202 !important;
}

.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-nav ul li a {
  display: block;
  padding: 1em 0;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 834px) {
  .for-pc {
    display: none !important;
  }
}

.not-for-pc {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .not-for-pc {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .not-for-sp {
    display: none !important;
  }
}

#footer {
  background: url(../images/common/cont_bg.jpg);
  background-size: cover;
}
#footer .inner {
  padding: 80px 0 50px;
}
@media only screen and (max-width: 640px) {
  #footer .inner {
    padding: 50px 0 50px;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin-top: 0;
  font-style: normal;
}
footer#global_footer a {
  color: #333;
  text-decoration: none;
}
footer#global_footer a:hover {
  text-decoration: underline;
}
footer#global_footer .ft_h2 h2 {
  font-size: 30px;
  font-family: 'Kosugi Maru', sans-serif;
  color: #101010;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .ft_h2 h2 {
    font-size: 20px;
  }
}
footer#global_footer .ft_h2 h2 span {
  position: relative;
}
footer#global_footer .ft_h2 h2 span:after {
  content: url(../images/common/midashi.png);
  position: absolute;
  top: -70%;
  right: -30%;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .ft_h2 h2 span:after {
    top: -76%;
    right: -81%;
  }
}
footer#global_footer .fe_sec {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  footer#global_footer .fe_sec {
    display: block;
    margin-top: 30px;
  }
  footer#global_footer .fe_sec .flxL {
    width: 100% !important;
  }
  footer#global_footer .fe_sec .flxR {
    width: 100% !important;
  }
}
footer#global_footer .fe_sec .flxL {
  width: 48%;
}
footer#global_footer .fe_sec .flxL .tel2 {
  padding: 70px 0;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .fe_sec .flxL .tel2 {
    padding: 65px 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  footer#global_footer .fe_sec .flxL .tel2 {
    padding: 65px 10px;
  }
}
footer#global_footer .fe_sec .flxL .ft_h3 h3 {
  font-size: 25px;
  color: #fff;
  background: #ed7b01;
  padding: 30px 0;
}
footer#global_footer .fe_sec .flxR {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  footer#global_footer .fe_sec .flxR {
    margin-top: 15px;
  }
}
footer#global_footer .fe_sec .flxR .contwrap {
  padding: 35px 0;
}
@media only screen and (max-width: 834px) {
  footer#global_footer .fe_sec .flxR .contwrap {
    padding: 35px 10px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  footer#global_footer .fe_sec .flxR .contwrap {
    padding: 35px 10px;
  }
}
footer#global_footer .fe_sec .flxR .contwrap .ft_cont {
  margin-top: 10px;
}
footer#global_footer .fe_sec .flxR .ft_h3_2 h3 {
  font-size: 25px;
  color: #fff;
  background: #ff604a;
  padding: 30px 0;
}
footer#global_footer #nav_footer {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer #nav_footer {
    display: none;
  }
}
footer#global_footer #nav_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#global_footer #nav_footer li a {
  text-decoration: none;
  padding: 16px;
}
footer#global_footer #nav_footer li a:hover {
  opacity: 0.6;
}
footer#global_footer #copy a {
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy a {
    line-height: 60px;
  }
}

.small_bg {
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .small_bg {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .small_bg {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 640px) {
  .footer_info {
    margin: 0 10px;
  }
}

/* box */
.h2_01 h2 {
  font-size: 50px;
  font-family: 'Kosugi Maru', sans-serif;
  color: #101010;
}
@media only screen and (max-width: 834px) {
  .h2_01 h2 {
    font-size: 25px;
  }
}

.h2_02 h2 {
  font-size: 35px;
  border-bottom: dotted #acd1cd 5px;
  padding: 0  0 12px 3px;
  width: 35%;
}
@media only screen and (max-width: 834px) {
  .h2_02 h2 {
    font-size: 25px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .h2_02 h2 {
    width: 36%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .h2_02 h2 {
    width: 41%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .h2_02 h2 {
    width: 30%;
  }
}

.h2_03 h2 {
  font-size: 50px;
  font-family: 'Kosugi Maru', sans-serif;
  color: #101010;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .h2_03 h2 {
    font-size: 25px;
  }
}
.h2_03 h2 span {
  position: relative;
}
.h2_03 h2 span:after {
  content: url(../images/common/midashi.png);
  position: absolute;
  top: -55%;
  right: -44%;
}
@media only screen and (max-width: 834px) {
  .h2_03 h2 span:after {
    top: -76%;
    right: -81%;
  }
}

.h2_04 h2 {
  font-size: 35px;
  color: #101010;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .h2_04 h2 {
    font-size: 24px;
  }
}

.txt01 {
  font-size: 25px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 2em;
  color: #101010;
}
@media only screen and (max-width: 640px) {
  .txt01 {
    font-size: 18px;
  }
}

.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .hide {
  display: none;
}
.news dt {
  display: block !important;
  width: 100% !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #f8b73b;
  font-size: 13px;
}
.news dd {
  width: 100% !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 26px;
}
.news dd .midashi {
  display: block;
  padding-bottom: 30px;
  color: #f8b73b;
  font-size: 15px;
}
.news dl {
  display: block !important;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #f9fbfb;
  padding: 60px 10px !important;
}

.sec_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .sec_01 {
    display: block;
  }
  .sec_01 .flxL {
    width: 100% !important;
  }
  .sec_01 .flxR {
    width: 100% !important;
  }
}
.sec_01 .flxL {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_01 .flxL {
    width: 38%;
  }
}
@media only screen and (max-width: 834px) {
  .sec_01 .flxL {
    padding: 30px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .sec_01 .flxL {
    padding: 30px;
  }
}
.sec_01 .flxL .img {
  position: relative;
  z-index: 1;
}
.sec_01 .flxL .img img {
  width: 100% !important;
}
.sec_01 .flxL .img:before {
  content: "";
  background: url(../images/common/patern1.gif);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}
.sec_01 .flxR {
  width: 55%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_01 .flxR {
    width: 58%;
  }
}
.sec_01 .flxR .txt {
  line-height: 3em;
}
@media only screen and (max-width: 640px) {
  .sec_01 .flxR .txt br {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .sec_01 .flxR .txt {
    line-height: 2;
  }
}

.sec_01 > .flxL div:first-child {
  display: none;
}

.sec_01 > .flxL div:last-child {
  display: none;
}

.btn {
  width: 280px;
  float: right;
}
.btn a {
  background: #64dfd3;
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 15px 0;
  display: block;
}
.btn a:after {
  content: '→';
  position: absolute;
  right: 20px;
}

.sec_02 {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_02 > div:first-child {
  display: none;
}

.sec_02 > div:last-child {
  display: none;
}

.imgbox {
  justify-content: space-between;
}
.imgbox a {
  color: #333;
}
.imgbox .box {
  width: 22%;
  position: relative;
  padding-top: 15px;
}
@media only screen and (max-width: 640px) {
  .imgbox .box {
    width: 46%;
    margin: 10px;
  }
}
.imgbox .box h3 {
  position: absolute;
  top: 0;
  border-bottom: 5px solid #333;
  font-size: 25px;
  padding-bottom: 5px;
  text-shadow: 0 0 5px white;
}

.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td {
    margin-left: -7.6923076923% !important;
  }
}
@media only screen and (max-width: 640px) {
  .home_td {
    margin-left: 0 !important;
  }
}
.home_td .box {
  z-index: 10;
  float: left;
  width: 42.3076923077% !important;
  margin-left: 7.6923076923% !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .home_td .box {
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home_td .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td .box img {
  width: 100% !important;
  border-radius: 15px;
}
.home_td .box .cont_titl {
  display: block;
  margin: 30px 0 10px;
}
.home_td .box .cont_titl h3 {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3 {
    font-size: 20px;
  }
}
.home_td .box .cont_titl h3:first-letter {
  font-size: 35px;
  color: #ef9916;
}
@media only screen and (max-width: 640px) {
  .home_td .box .cont_titl h3:first-letter {
    font-size: 30px;
  }
}

.owl-item a {
  display: block;
  color: #333 !important;
}
.owl-item a:hover {
  color: #ff604a !important;
}

/* title */
.h2_05 h2 {
  font-size: 26px;
  color: #fff;
  /*文字色*/
  background: #ed7b01;
  font-family: 'Kosugi Maru', sans-serif;
  box-shadow: 0px 0px 0px 5px #ed7b01;
  border: dashed 2px white;
  padding: 10px;
}
@media only screen and (max-width: 834px) {
  .h2_05 h2 {
    font-size: 24px;
  }
}

.h3_01 h3 {
  font-size: 23px;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  border-bottom: 5px dotted #ffdab9;
  padding-bottom: 5px;
}
@media only screen and (max-width: 834px) {
  .h3_01 h3 {
    font-size: 18px;
  }
}

.midashi2 {
  font-size: 20px;
  font-family: 'Kosugi Maru', sans-serif;
  background: #f8b73b;
  color: #fff;
  padding: 10px;
}

.annot {
  display: none;
}

.txt02 {
  font-size: 25px;
  font-family: 'Kosugi Maru', sans-serif;
  color: #101010;
  font-weight: bold;
  line-height: 2em;
  background: #ffdab9;
  padding: 50px;
  border: 5px solid #f8b73b;
  border-radius: 15px;
}
@media only screen and (max-width: 640px) {
  .txt02 {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .txt02 {
    padding: 30px;
    font-size: 20px;
  }
}

.table_01 td {
  border: none !important;
  position: relative;
  padding-left: 25px !important;
  /*アイコン分のスペース*/
  line-height: 1.4;
}
.table_01 td:before {
  font-family: "Font Awesome 5 pro";
  content: "\f14a";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 20px;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 20%;
  /*アイコンの位置*/
  color: #f8b73b;
  /*アイコン色*/
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .table_02 dt {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .table_02 dd {
    width: 100% !important;
  }
  .table_02 dl {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .omitsumori_form dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}

.gmap iframe {
  width: 100%;
}

.btn02 {
  max-width: 460px;
}
@media only screen and (max-width: 640px) {
  .btn02 {
    max-width: 100%;
  }
}
.btn02 a {
  background: #f8b73b;
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  display: block;
}
.btn02 a:after {
  content: '→';
  position: absolute;
  right: 20px;
}

.sec_03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .sec_03 {
    display: block;
  }
  .sec_03 .img {
    width: 100% !important;
  }
  .sec_03 .txt {
    width: 100% !important;
  }
}
.sec_03 .img {
  width: 31%;
}
.sec_03 .img img {
  width: 100% !important;
}
.sec_03 .txt {
  width: 66%;
}

.sec_03 > div:first-child {
  display: none;
}

.sec_03 > div:last-child {
  display: none;
}

.sec_04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .sec_04 {
    display: block;
  }
  .sec_04 .flxL {
    width: 100% !important;
  }
  .sec_04 .flxR {
    width: 100% !important;
    margin-top: 15px;
  }
}
.sec_04 .flxL {
  width: 48%;
}
.sec_04 .flxL .imgtable td {
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .sec_04 .flxL .imgtable td {
    display: block !important;
    width: 100% !important;
  }
}
.sec_04 .flxR {
  width: 48%;
}

.sec_04 > .flxL div:first-child {
  display: none;
}

.sec_04 > .flxL div:last-child {
  display: none;
}

.imgbox2 {
  justify-content: end;
}
.imgbox2 .box {
  width: 31%;
  margin: 10px;
}
@media only screen and (max-width: 640px) {
  .imgbox2 .box {
    width: 46%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .imgbox2 .box {
    width: 29%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgbox2 .box {
    width: 29%;
  }
}
.imgbox2 .box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.policy p {
  padding: 20px 0;
}

.access {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .access {
    display: block;
  }
}

.area {
  padding: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.area span {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .area span {
    font-size: 20px;
  }
}

.style_form th {
  background: #ffffe0;
  padding: 10px;
}
.style_form td {
  padding: 16px;
}

.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 20px;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.bg_100per_wrap {
  position: relative;
  padding: 360px 0 !important;
}
@media only screen and (max-width: 640px) {
  .bg_100per_wrap {
    padding: 530px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_100per_wrap {
    padding: 340px 0 !important;
  }
}

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/patern2.gif);
  z-index: 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .bg_100per_inner {
    padding: 0 10px;
  }
}

.bg_100per_wrap2 {
  position: relative;
  padding: 80px 0 !important;
}
@media only screen and (max-width: 834px) {
  .bg_100per_wrap2 {
    padding: 50px 0 !important;
  }
}

.bg_100per_inner2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/cont2_bg.jpg);
  background-size: cover;
  z-index: -1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #f8b73b;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-family: 'Kosugi Maru', sans-serif;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}

/*# sourceMappingURL=assets.css.map */
