@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #665244;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: '游ゴシック体', '小塚ゴシック Pro','Kozuka Gothic Pro', "Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  color: #665244;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/common/common_bg.png);
}

.sp {
  display: none;
}

.siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
    padding: 0 0 70px;
  }

  a:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .siteWrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
}

.sec_title {
  position: relative;
}

.sec_title::before {
  content: "";
  position: absolute;
  background: url(../images/common/h2_left.png);
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
  background-size: cover;
}

.sec_title::after {
  content: "";
  position: absolute;
  background: url(../images/common/h2_right.png);
  width: 31px;
  height: 31px;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.sec01 .sec_title::before , .sec01 .sec_title::after{
  content: unset;
}

/* =====headerここから===== */
header {
  height: 150px;
  position: relative;
}

header .inner {
  width: 985px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .inner .left .title {
  line-height: 1.8;
  font-size: 12px;
  color: #514339;
  margin: 15px 0 10px;
}

header .inner .left .logo:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .inner .left .logo .text {
  font-size: 13px;
  color: #665244;
  padding-left: 73px;
  margin-top: -10px;
}

header .inner .right {
  display: flex;
  margin-top: 15px;
}

header .inner .right .box {
  width: 260px;
}

header .inner .right .adress .text {
  font-size: 11px;
  text-align: center;
}

header .inner .right .adress .tel {
  text-align: center;
  font-size: 26px;
  position: relative;
  margin-top: -5px
}

header .inner .right .adress .tel::before {
  content: "";
  position: absolute;
  background: url(../images/common/header/header_tel.png);
  width: 256px;
  height: 30px;
  left: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
}

header .inner .right .adress .bottom {
  text-align: center;
  font-size: 15px;
}

header .inner .right .web {
  background: url(../images/common/header/header_web.png);
}

header .inner .right .web:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .inner .right .web .text {
  text-align: center;
  padding: 11px 0 15px;
}

header .inner .right .box02 {
  width: 305px;
  margin-left: 20px;
}

header .inner .right .box02 tr {
  font-size: 12px;
}

.thead {
  background: #D8D1C2;
}

.thead .youbi {
  padding: 0 5px;
}

.tbody .row {
  border-bottom: solid 1px #D0CAC6;
}

.tbody .time {
  font-size: 11px;
  padding: 0 5px;
}

td.data {
  border-left: solid 1px #D0CAC6;
  text-align: center;
}

header .inner .right .box02 .under {
  display: flex;
  margin-top: 5px;
}

header .inner .right .box02 .under .text {
  font-size: 12px;
}

header .inner .right .box02 .under .text02 {
  font-size: 11px;
  background: #DCE5DD;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: 8px;
}

header .inner .right .box02 .bottom {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}

header .inner .right .box02 .bottom .topic {
  width: 45px;
  border-bottom: solid 1px;
  margin-bottom: 4px;
}


@media screen and (max-width: 768px) {
  
  header {
    height: 150px;
    position: relative;
    z-index: 1;
}

  header .inner {
    width: 90%;
}

header .inner .left .title {
  line-height: 1.5;
  margin: 20px 0 15px;
}

header .inner .right {
  display: none;
}

header .top_logo img {
  width: 90%;
}

}

/* =====headerここまで===== */

/* =====navここから===== */

.nav {
  position: relative;
}

.nav .list {
  display: flex;
  text-align: center;
  width: 980px;
  margin: 20px auto;
}

.nav .list .item {
  width: 139px;
}

.nav .list .item .text {
  border-left: 1px solid;
  color: #514339;
}

.nav .list .last .text {
  border-right: 1px solid;
}

.nav {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

.nav .list .item {
  text-align: center;
  position: relative; /*疑似要素の親を固定*/
  cursor: pointer; /*カーソルをポインターへ*/
  text-decoration: none; /*ホバーなしは非表示*/
  z-index: 10;
}

.nav .list .item:before {
  content: ""; /*疑似要素の中身は空（記述は必須）*/
  position: absolute; /*子要素として疑似要素を固定*/
  left: 0; /*長さはテキストの両端まで*/
  right: 0; /*長さはテキストの両端まで*/
  bottom: -5px;  /*線の上下位置*/
  margin: auto;
  width: 90px; /*線の長さ*/
  height: 8px; /*線の太さ*/
  background: url(../images/common/nav/nav_under.png);
  /* background-color: #9e9c9c; 線の色 */
  transform: scale(0, 1); /*横方向に0状態から全体まで線を入れる*/
  transform-origin: center; /*中央を起点にアニメーション*/
  transition: transform .2s; /*アニメーションの時間*/
}

.nav .list .item:hover:before {
  transform: scale(1); /*ホバー時に等倍へ拡大*/
}

.nav .list .item a {
  position: relative;
  /* font-weight: 100; */
  letter-spacing: 0.14em;
}

/* .nav .list .item a:before,
.nav .list .item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #a2b940;
  transition: all 0.4s;
} */

.nav .list .item a:before {
  left: 50%;
}

.nav .list .item a:after {
  right: 50%;
}

.nav .list .item a:hover:before, 
.nav .list .item a:hover:after {
  width: 50%;
}

.nav .list .item:nth-of-type(4) {
  position: relative;
}

.nav .list .item:nth-of-type(4) span {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  display: none;
  width: 34px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/index/triangle02.png) center center/cover no-repeat;
}

.nav .list .item.active:nth-of-type(4) span {
  display: block;
}

ul > li{
  display: inline-block;
}
ul > .list > a{
  padding: 15px 30px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
ul > li > span{
  margin-left: 1.2em;
}
ul > li:hover > a{
  background-color: #efefef;
  color: #444;
}

/* Submenu */


.nav ul li ul{
  position: absolute;
  /* top: 58px; */
  left: -1px;
  z-index: 1;
  width: 685px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nav .list ul li{
  width: 225px;
  margin: 1px;
  float: left;
}

ul li ul li a{
  background-color: #315B32;
  /* background-image: url(../images/index/all_back.jpg); */
  color: #fff;
  width: 165px;
}

ul li ul li a:hover{
  background-color: #3c250e;
  background-image: unset;
  color: #efefef;
  font-weight: bold;
  opacity: unset;
}

ul li ul li a p:hover {
  font-weight: bold;
}

.nav ul li ul{
  display: none;
}
.nav ul li:hover ul{
  display: block;
}

.list_small {
font-size: 12px;
}

@media screen and (max-width: 768px) {
  
.nav {
  display: none;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

.nav .list {
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}

.nav .list .item a {
  font-weight: 100;
  letter-spacing: 0.14em;
}


.menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  margin: auto;
  z-index: 210;
}

.menu_btn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 2px;
  background: #3c250e;
  transition: all 0.1s;
  z-index: 10;
}

.menu_btn span:nth-of-type(1) {
  top: 35%;
}

.menu_btn span:nth-of-type(2) {
  top: 49%;
}

.menu_btn span:nth-of-type(3) {
  bottom: 35%;
}

.menu_btn.active span:nth-of-type(1) {
  top: 48.5%;
  transform: translateX(-10px) rotate(45deg);
}

.menu_btn.active span:nth-of-type(2) {
  display: none; 
}

.menu_btn.active span:nth-of-type(3) {
  bottom: 48.5%;
  transform: translateX(-10px) rotate(-45deg);
}

.sp_nav ul {
  display: grid;
}

.sp_nav .list {
  visibility: hidden;
  position: fixed;
  top: 0px;
  z-index: 200;
  display: grid;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: scroll;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp_nav .list.active {
  visibility: visible;
  background: #faf4ec;
}

.sp_nav .list.active .item a {
  display: flex;
}

.sp_nav .list.active .item a .img {
  display: flex;
  width: 43px;
}

li.item.sub {
  padding-top: 10px;
}

.sp_nav .sub_list {
  margin-top: 35px;
  margin-left: -65px;
}

.sp_nav .list.active .sub_list a {
  padding: 10px 20px;
}

li.sub_item {
  border-top: solid 2px;
}

.sp_nav .list.active .sub .img {
  display: flex;
  align-items: flex-start;
  margin-top: 9px;
  margin-left: 20px;
  margin-right: 30px;
}

.sp_nav .item {
  border-bottom: solid 2px;
  margin: 0 3%;
  display: flex;
}

.sp_nav .item:last-of-type {
  margin: 0 3% 70px;
}

.sp_nav .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: #3c250e;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* .sp_nav .item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1000;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
} */

ul li ul li a {
  background-color: unset;
}


}

/* =====navここまで===== */

/* =====footerここから===== */

footer {
  position: relative;
}

footer .content {
  width: 760px;
  margin: 50px auto 20px;
  display: flex;
  justify-content: space-between;
}

footer .content .box {
  width: 333px;
    text-align: center;
}

footer .content .box .name {
  font-size: 28px;
  position: relative;
}

footer .content .box .name::before {
  content: "";
  position: absolute;
  background: url(../images/common/footer/footer_logo.png);
  width: 57px;
  height: 57px;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .content .box .text {
  font-size: 14px;
}

footer .content .box .tel {
  font-size: 33px;
  position: relative;
}

footer .content .box .tel::before {
  content: "";
  position: absolute;
  background: url(../images/common/footer/footer_tel.png);
  width: 328px;
  height: 38px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .content .box .bottom {
  font-size: 19px;
  margin: 5px 0;
}

footer .content .box .web {
  background: url(../images/common/footer/footer_web.png);
  padding: 13px 0 16px;
}

footer .content .box .web:hover {
  opacity: 0.7;
}

footer .content .box .web .text {
  font-size: 22px;
}


footer .thead .youbi {
  padding: 0px 7px;
}

footer .content .box02 {
  width: 385px;
  margin-top: 20px;
}

footer .tbody .time {
  font-size: 15px;
  padding: 3px 14px 0 14px;
}

footer .box02 .under {
  display: flex;
  margin: 10px 0 20px;
}

footer .box02 .under .text02 {
  background: #DCE5DD;
  border-radius: 20px;
  padding: 0 10px;
  margin-left: 15px;
  font-size: 15px;
}

footer .box02 .bottom {
  font-size: 14px;
}

footer .box02 .bottom .topic {
  width: 58px;
    border-bottom: solid 1px;
}

.footer_title {
  font-size: 12px;
  text-align: center;
  margin: 25px 0 30px;
}

iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  
  footer .content {
    width: 90%;
    margin: 30px auto 20px;
    justify-content: center;
    flex-wrap: wrap;
}

footer .content .box .name {
  font-size: 24px;
  position: relative;
  padding-left: 55px;
}

footer .content .box .name::before {
  left: 0;
}

footer .content .box .tel {
  margin: 0 auto;
  padding-left: 20px;
}

footer .content .box .web {
  margin: 10px 0;
}

footer .box02 .under {
  font-size: 15px;
}

footer .box02 .under .text02 {
  margin-left: 10px;
  font-size: 14px;
}

footer .box02 .bottom .text {
  font-size: 12px;
}

.footer_title {
  margin: 20px;
}

footer .content .box02 {
  width: unset;
  margin: 20px auto 0;
}

footer .content .box .tel::before {
  left: 0;
}

}

@media screen and (max-width: 405px) {
  footer .tbody .time {
    font-size: 14px;
    padding: 3px 6px 0 0px;
  }
}

/* =====footerここまで===== */

/* =====toTopここから===== */

.to_top:hover {
  opacity: 0.7;
}

.to_top  img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }

  .to_top img {
    position: unset;
}
}

/* =====toTopここまで===== */

@media screen and (max-width: 768px) {

.sp {
  display: block;
}
.pc {
  display: none;
}

.bottom_info {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background: url(../images/visit/sec06_st.png);
  z-index: 1;
}

.bottom_info .left , .bottom_info .right {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
}

.bottom_info .left {
  background: rgba(211,108,118,0.3);
}

.bottom_info .right {
  background: rgba(216,209,194,0.3);
}

.bottom_info .tel , .bottom_info .web {
  position: relative;
  padding-left: 10px;
}

.bottom_info .tel::before {
  content: "";
  position: absolute;
  background: url(../images/common/1x/tel.png);
  width: 31px;
  height: 31px;
  left: 0;
  right: 145px;
  top: 0;
  bottom: 0;
  margin: auto;
  /* background-size: cover; */
}

.bottom_info .web::before {
  content: "";
  position: absolute;
  background: url(../images/common/1x/web.png);
  width: 33px;
  height: 33px;
  left: 0;
  right: 135px;
  top: 0;
  bottom: 0;
  margin: auto;
  /* background-size: cover; */
}

}