@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');


*,
::before,
::after {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}
button {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-resolution: .001dpcm) {
  _:-o-prefocus, HTML {
    font-size:10px;
  };
}
html {
  font-size: 62.5%;
  -o-font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and
  (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
    html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
}
body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
h1,h2,h3,h4,h5 {
  line-height: 1;
  font-weight: 300;
  -webkit-font-feature-settings: "halt" 1;
  font-feature-settings: "halt" 1;
}
ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
table {
}
dl,dt,dd {
  margin: 0;
  padding: 0;
}
th,td {
  padding: 0;
  line-height: 1.4rem;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a img{
  text-decoration: none;
  border: none;
}
@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
    img[src$=".svg"] {
      width: 100%;
    }
}
address{
  font-style:normal;
}
@media screen and (min-width:769px){
  .pcdn, .sp{
    display: none;
  }
}
@media screen and (max-width:768px){
  .spdn, .pc{
    display: none;
  }
}
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* スマホサイトで使うよ */
body {
  -webkit-text-size-adjust: 100%;
}
input,textarea,select {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}


/*案件ごとに*/
html {
  color: rgba(70,70,70,1.00);
}
body {
  font-size: 1.5rem;
  line-height:1;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  letter-spacing: 0.1em;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a {
  color: inherit;
}
a:hover {

}







.button > a,
.button > input,
.submit > input {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
}
a,#spMenuBtn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover,#spMenuBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover,#spMenuBtn:hover {
    opacity: 1;
  }
}
p {
  line-height: 1.73;
  max-width: 100%;
}

header {
  width: 100%;
  min-height: 80px;
  padding: 10px 20px 10px 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 100;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}
header .logo {
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 60px;
}
header .logo p {
  line-height: 1.4;
}
header #menu {
  margin: 0 60px 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #menu li {
  padding-right: 40px;
  height: 100%;
  
}
header #menu li:last-child {
  padding-right: 0;
}
header #menu a {
  position: relative;
  display: block;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header #menu a span {
  background-color: #06f;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header #menu a.active span,
header #menu a:hover span{
  opacity: 1;
}
header .sns_box {
  margin-right: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .sns_box li {
  margin-right: 22px;
}
header .sns_box li:last-child {
  margin-right: 0;
}

header .tel_box {
  margin-right: 35px;
  font-size: 3.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .tel_box::before {
  content: "TEL";
  font-size: 2rem;
  margin-right: 20px;
}
header .tel_box a {
}
header .button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .inquiry img {
  margin-right: 5px;
}
header .menuBtn {
  display: none;
  z-index: 99999;
}
header #spMenuBtn {
  height: 37px;
  width: 37px;
  margin-left: 22px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
header #spMenuBtn.open {
  background: #fff;
}
#spMenuBtn .spMenuBtn_bar {
  position: relative;
  width: 40px;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  -webkit-transition: all 0.2s liner;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 16px;
  height: 13px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
  border-image-slice: 1;
}
header #spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 右からイン */
  -webkit-transition: none;
  transition: none;
  background-color: #fff;
  padding: 0;
}
header #spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
header .spMenu_innerWrap {
}
header .spMenu_inner {
}
header .list_menu {
  padding: 0 17px;
}
header .list_menu__inner {
}
header .list_wrap {
}
header .list_item {
  border-bottom: 1px solid #fff;
  text-align: center;
}
header .list_item {
}
header .list_item a {
  display: block;
/*  padding: 35px 0;*/
  height: 12vh;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .list_item a img {
  margin-right: 5px;
}
header #spMenu .sns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
header #spMenu .sns li {
  padding: 0 16px;
}
header #spMenu .sns a {
}
header #spMenu .sns img {
}

#pagetop {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pagetop.scrolltop {
  opacity: 1;
  cursor: pointer;
}
#pagetop.scrolltop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1600px) {
  header .sns_box,
  header #menu {
    display: none;
  }
  header .menuBtn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 859px) {
  header .tel_box {
    margin-right: 0;
  }
  header .inquiry {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    min-height: inherit;
    height: 60px;
    padding: 0 12px;
  }
  header .logo {
    font-size: 1.8rem;
  }
  header .logo img {
    height: 45px;
  }
  header .tel_box {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  header .tel_box::before {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  header #spMenuBtn {
    margin-left: 0;
  }
  
  #pagetop {
    width: 37px;
    height: 37px;
    right: 12px;
    bottom: 80px;
  }
  #pagetop img {
    width: 18px;
  }
}




footer {
  background-color: #f3f3f3;
  padding: 40px 0;
  text-align: center;
  margin-top: 120px;
}
footer .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
footer .logo {
  margin-bottom: 35px;
}
footer .logo img {
  height: 50px;
}
footer .logo p {
  font-size: 2.4rem;
  font-weight: 700;
}
footer .touroku {
  margin-bottom: 18px;
}
footer .touroku .title {
}
footer address {
  margin-bottom: 60px;
}
footer .add {
  margin-bottom: 15px;
}
footer .add .zip {
  
}
footer .add .add1 {
  margin: 0 1em;
}
footer .add .add2 {
  
}
footer .tel {
  font-size: 2.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .tel::before {
  content: "TEL";
  font-size: 1.4rem;
  margin-right: 10px;
}
footer .copy_box {
  font-size: 12px;
}
footer .copy {
  margin-right: 1em;
}
footer .copy::before {
  content: "\0a9";
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
    margin-top: 120px;
  }
  footer .inner {
    padding: 0 17px;
  }
  footer .logo {
    margin-bottom: 25px;
  }
  footer .logo p {
    font-size: 2rem;
  }
  footer .touroku .title {
    display: block;
  }
  footer address {
    margin-bottom: 20px;
  }
  footer .add .zip {
    display: block;
  }
  footer .add .add1 {
    margin: 0;
    display: block;
  }
  footer .add .add2 {
    display: block;
  }
}


/*

共通パーツ

*/
.contents .h_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 33px;
  padding-bottom: 33px;
  position: relative;
}
.contents .h_title span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .contents .h_title {
    font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}


/*

TOP

*/
.contents {
}
.contents .mv_box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contents .swiper-container {
  display: block;
  width: 100vw;
  height: 100vh;
}
.contents .swiper-wrapper {
}
.contents .swiper-slide {
}
.contents .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contents .swiper-pagination {
}
.contents .copy_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
}
.contents .copy_main {
  background-color: #fff;
  padding: 5px 10px;
  max-width: 960px;
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 45px;
  font-weight: 700;
}
.contents .copy_sub {
  max-width: 960px;
  padding: 5px 10px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
}
.contents .blk {
  width: 1080px;
  margin: 80px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
.contents .blk .l_col {
  width: 220px;
}
.contents .blk .r_col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.contents .blk .l_col .title {
  font-size: 3.5rem;
  margin-bottom: 33px;
}
.contents .blk .l_col button {
  font-size: 18px;
}

.contents .topics_box li {
  border-top: 1px solid #bebebe;
}
.contents .topics_box li:last-child {
  border-bottom: 1px solid #bebebe;
}
.contents .topics_box a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 0;
}
.contents .date {
  margin-right: 33px;
}

.contents .tours_box {
}
.contents .tours_box li {
  margin-bottom: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .tours_box li:last-child {
  margin-bottom: 0;
}
.contents .tours_l {
  margin-right: 30px;
}
.contents .tourimg {
  width: 200px;
  height: 200px;
}
.contents .tourimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.contents .tour_txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contents .mv_box {
    width: 100%;
  }
  .contents .copy_box {
    padding: 0 17px;
  }
  .contents .copy_main {
    font-size: 2rem;
    max-width: 100%;
  }
  .contents .copy_sub {
    font-size: 1.5rem;
    max-width: 100%;
  }
  .contents .blk {
    width: 100%;
    padding: 0 17px;
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contents .blk .l_col {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .contents .blk .r_col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .contents .blk .l_col .title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .contents .blk .l_col button {
    font-size: 1.5rem;
    width: 50%;
  }
  .contents .topics_box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 21px 0;
  }
  .contents .date {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .contents .tours_box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contents .tours_l {
    margin-right: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .contents .tour_title {
    font-size: 1.8rem;
  }
  .contents .tours_r button {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents .tours_r button a {
    width: 50%;
  }
}


/*

下層共通

*/
/*-------------------------
大見出し
-------------------------*/
.pagetitle {
  height: 156px;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
.pagetitle .h2_en {
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .pagetitle {
    padding: 0 17px;
    height: 90px;
  }
  .pagetitle .h2_en {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}

/*-------------------------
パンくず
-------------------------*/
#breadcrumbs {
  padding: 12px 20px;
}

@media only screen and (max-width: 859px) {
  #breadcrumbs {
    padding: 0;
  }
}

#breadcrumbs .innerWrap {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: inherit;
}

@media only screen and (max-width: 859px) {
  #breadcrumbs .innerWrap {
    padding: 10px 0;
  }
}

#breadcrumbs .breadcrumbs_list {
  display: table;
}

@media only screen and (max-width: 859px) {
  #breadcrumbs .breadcrumbs_list {
    padding: 0 12px;
  }
}

#breadcrumbs .breadcrumbs_list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.35;
}

@media only screen and (max-width: 859px) {
  #breadcrumbs .breadcrumbs_list li {
    font-size: 1.0rem;
  }
}

#breadcrumbs .breadcrumbs_list li:before {
  content: '-';
  padding: 0 7px;
}

#breadcrumbs .breadcrumbs_list li a {
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li a:hover {
  opacity: .8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:first-child:before {
  display: none;
}




/*

TOURS

*/
.contents#page_tours .blk {
  width: 1080px;
  margin: 80px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .contents#page_tours .blk {
    width: 100%;
    padding: 0 17px;
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contents#page_tours .tours_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contents#page_tours .tours_box {
    margin-bottom: 60px;
  }
}


/*

terms

*/
.terms_box {
  width: 100%;
  margin-bottom: 40px;
}
.terms_box #acMenu {
}
.terms_box .ac_list {
  border: 1px solid #707070;
  font-size: 2.5rem;
  padding: 20px 68px 20px 18px;
  font-weight: 700;
  margin-bottom: 33px;
  position: relative;
}
.terms_box .ac_list:hover {
  cursor: pointer;
}
.terms_box .ac_list:hover .toggle_btn {
  opacity: 0.7;
}
.ac_list .toggle_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 36px;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ac_list .toggle_btn:before,
.ac_list .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 17px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ac_list .toggle_btn:before {
  width: 3px;
  height: 17px;
}
.ac_list.active .toggle_btn:before {
  content: normal;
}
.terms_box dd {
  display: none;
  margin-bottom: 40px;
}
.terms_box .terms_title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 14px 13px;
  margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.5;
}
.terms_box .terms_title:first-of-type {
	margin-top: 0;
}
.terms_box .notes {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terms_box .notes + .notes > * {
	padding-top: 40px;
}
.terms_box .terms_num {
  margin-right: 1.5em;
  padding-right: 1.5em;
  font-size: 1.8rem;
  font-weight: 700;
  border-right: 1px solid #707070;
	min-width: 145px;
	line-height: 1.5;
}
.terms_box .terms_txt_box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
	width: 100%;
}
.terms_box .terms_txt_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
	line-height: 1.5;
}
.terms_box .terms_txt {
}
.terms_box li {
  list-style-type: decimal;
  margin-left: 2em;
  line-height: 1.73;
  margin-bottom: 20px;
}
.terms_box li:last-child {
  margin-bottom: 0;
}
.terms_box li > ul ,
.terms_box li > ol {
	margin: 10px 0;
}
.list_number02 li {
	list-style-type: cjk-ideographic;
}
.list_number03 li {
	list-style-type: katakana-iroha;
}
.list_number04 li {
	display: flex;
	list-style-type: none;
	counter-increment: list_number04;
}
.list_number04 li:before {
	content: "（" counter(list_number04, cjk-ideographic) "）";
}
.list_number_notes li {
	display: flex;
	list-style-type: none;
	counter-increment: list_number_notes;
}
.list_number_notes li:before {
	content: "注" counter(list_number_notes, cjk-ideographic);
	white-space: nowrap;
	margin: 0 15px 0 0;
}

.terms_box ol + p {
	margin: 20px 0 0;
}

.terms_box table {
	border-collapse: collapse;
    border-spacing: 0;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.terms_box table th,
.terms_box table td {
	background: #fff;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	padding: 10px 20px;
	line-height: 1.73;
	text-align: left;
	vertical-align: top;
}
.terms_box table th {
	background: #f5f5f5;
	font-weight: 700;
}

.terms_box table .bdn > * {
	border-bottom: none;
	padding-bottom: 0;
}

.terms_box table .num {
	width: auto;
	background: #fff;
	border-right: none;
	padding: 10px 0px 10px 20px;
	font-weight: normal;
	vertical-align: top;
}

.terms_box table .num + * {
	padding-left: 10px;
}

.terms_box table .cancel {
	width: auto;
}

.terms_box table ol, .terms_box table ul {
	padding-left: 1.3em;
	padding: 0;
	margin: 0;
}
.terms_box table dl > div {
	display: flex;
}
.terms_box table dl dt {
	flex: 1 0 auto;
	width: auto;
	margin-right: 10px;
}
.terms_box table dl dd {
	display: block;
	width: 100%;
	margin: 0;
}
.terms_box table li {
	margin-left: 0;
}
.terms_box .box {
	border: 1px solid #c5c5c5;
	padding: 10px 20px;
}


@media screen and (max-width: 767px) {
  .terms_box {
    margin-bottom: 20px;
  }
  .terms_box .ac_list {
    margin-bottom: 20px;
    font-size: 1.5rem;
    padding: 16px 48px 16px 15px;
  }
  .ac_list .toggle_btn {
    width: 27px;
    height: 27px;
  }
  .ac_list .toggle_btn:before,
  .ac_list .toggle_btn:after {
    width: 12px;
    height: 2px;
  }
  .ac_list .toggle_btn:before {
    width: 2px;
    height: 12px;
  }
  .terms_box .terms_title {
    font-size: 1.4rem;
    padding: 9px 13px;
  }
  .terms_box .terms_num {
    font-size: 1.5rem;
    margin-right: 1em;
    padding-right: 1em;
  }
  .terms_box .terms_txt_title {
    font-size: 1.5rem;
  }
  .terms_box li {
    font-size: 1.3rem;
    line-height: 1.4;
  }
	.terms_box ol + p {
		font-size: 1.3rem;
	}
	.terms_box .terms_num {
		min-width: inherit;
		width: 100px;
	}
	.terms_box table {
		min-width: 500px;
	}
	.terms_box table th,
	.terms_box table td {
		font-size: 1.3rem;
		padding: 10px;
	}
	.terms_box .box {
		font-size: 1.3rem;
	}
}




/*

ABOUT

*/
#page_about .blk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_box,
.access_box {
  width: 100%;
  margin-bottom: 80px;
}
.about_box .about_table {
}
.about_box .about_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.73;
  background-color: #F3F3F3;
}
.about_box dt {
  width: 170px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_box dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  padding: 14px 0 14px 20px;
  background-color: #fff;
}
.about_box dd a {
  text-decoration: underline;
}

.maps {
  position: relative;
  padding-bottom: 43.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  
  
  margin-top: 30px;
  margin-left: calc((-100vw - 1000px) / 2);
  margin-right: calc((-100vw - 1000px) / 2);
}

.maps iframe,
.maps object,
.maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about_box,
  .access_box {
    margin-bottom: 60px;
  }
  .about_box .about_inner {
    font-size: 1.3rem;
  }
  .about_box dt {
    width: 95px;
    padding: 0 7px;
  }
  .about_box dd {
    padding: 10px 0 10px 15px;
  }
  .about_box.history .about_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_box.history .about_inner:last-child {
    margin-bottom: 0;
  }
  .about_box.history:last-child {
    margin-bottom: 0;
  }
  .about_box.history dt {
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .about_box.history dd {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 0 0px 15px;
    padding-left: 0;
  }
  
  .maps {
    padding-bottom: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}




/*

TOPICS

*/
#page_topics .blk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page_topics .topics_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page_topics .topics_box {
    margin-bottom: 60px;
  }
}

/*ページャー*/
.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
    height: 35px;
  }
}

.wp-pagenavi a:hover:before {
  opacity: .3;
}

.wp-pagenavi .first:before, .wp-pagenavi .last:before, .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
  opacity: 0 !important;
}

.wp-pagenavi .page {
  min-width: 45px;
  margin: 0 10px;
  border-radius: 50%;
}
.wp-pagenavi .page::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-pagenavi .page:hover::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .page {
    min-width: 35px;
  }
}

.wp-pagenavi .current {
  min-width: 45px;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
}
.wp-pagenavi .current::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .current {
    min-width: 35px;
  }
}

/*
.wp-pagenavi .current:before {
  opacity: 1;
}
*/

.wp-pagenavi .extend {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 20px;
  height: 20px;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}
.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -2px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 15px;
    height: 15px;
    background-size: 10px auto;
  }
  .wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after  {
    width: 15px;
    height: 15px;
  }
}

.wp-pagenavi .previouspostslink {
  margin-right: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
}


.wp-pagenavi .extend,
.wp-pagenavi .extend + .page,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: none;
}

#list_pager {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #list_pager {
    margin-bottom: 0px;
  }
}


/*詳細*/
article.entry p, article.entry ul, article.entry ol, article.entry table {
  margin-bottom: 30px;
}
article.entry .alignleft {
  float: left;
  display: block;
  margin-right: 30px;
}
article.entry .alignright {
  float: right;
  display: block;
  margin-right: 30px;
}
article.entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
article.entry img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
article.entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 100%;
}
article.entry table th, article.entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: center;
  padding: 10px;
}
article.entry table th {
  background: #f9f9f9;
  font-weight: 700;
}
article.entry .wp-caption {
  width: 100% !important;
}
article.entry .wp-caption-text {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  article.entry p, article.entry ul, article.entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article.entry .alignleft {
    margin-right: 15px;
  }
  article.entry .alignright {
    margin-right: 15px;
  }
}
.entry {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-bottom: 20px;
}
.entry h1 {font-size: 2.4em;}
.entry h2 {font-size: 2em;}
.entry h3 {font-size: 1.6em;}
.entry h4 {font-size: 1.4em;}
.entry h5 {font-size: 1.2em;}
.entry h6 {font-size: 1em;}
.entry blockquote {
  padding: 20px 15px 15px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  position: relative;
}
.entry blockquote::after {
  content: "“";
  font-size: 10rem;
  position: absolute;
  left: 0px;
  top: -30px;
  color: #c8c8c8;
  
}
.entry li {
  line-height: 2;
}
.entry ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry .img {
  width: 385px;
  height: 385px;
  margin-right: 40px;
}
.entry img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.entry p a {
  text-decoration: underline;
}
.entry .txt_box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.entry .date {
  margin-bottom: 25px;
}
.entry .txt {
  margin-bottom: 1.5em;
}
.entry .txt + .button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .entry .img {
    width: 100%;
    height: calc(100vw - 34px);
    margin-right: 0;
  }
  .entry .txt_box {
    margin-top: 25px;
  }
  .entry .date {
    margin-bottom: 10px;
  }
  .entry .txt {
    font-size: 1.4rem;
  }
  .entry .button {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry .button a {
    text-align: center;
    width: 50%;
    line-height: 1;
  }
}





/*

お問合せフォーム

*/
#page_inquiry .blk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inquiry_box .inquiry_tel {
  margin-bottom: 80px;
  padding: 2px;
}
.inquiry_box .inquiry_tel_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px;
  background-color: #fff;
}
.inquiry_box .inquiry_tel .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inquiry_box .inquiry_tel .title::before {
  content: url(../img/smartphone.png);
  margin-right: 15px;
}
.inquiry_box .inquiry_tel a {
  font-size: 5.5rem;
}

.inquiry_box .notice {
  color: #EE9292;
  margin-bottom: 30px;
}

.inquiry_box .form_inner ,
.inquiry_box .form_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.73;
  background-color: #F3F3F3;
}
.inquiry_box dt {
  width: 260px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inquiry_box dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  padding: 14px 0 14px 20px;
  background-color: #fff;
}
.inquiry_box dd a {
  text-decoration: underline;
}
.inquiry_box .form_inner_column ,
.inquiry_box .privacy {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.inquiry_box .form_inner_column p ,
.inquiry_box .privacy > div {
  border: 1px solid #BFBFBF;
  padding: 15px;
  line-height: 1.8;
  height: 200px;
  overflow-y: scroll;
}
.inquiry_box .privacy > p + div {
	margin-top: 28px;
}

.inquiry_box input[type=text],
.inquiry_box input[type=email],
.inquiry_box textarea {
  display: block;
  width: 200px;
  
  width: 100%;
  padding: 15px;
  border: 1px solid #BFBFBF;
  font-size: 15px;
}
.inquiry_box label span ,
.inquiry_box .required {
  color: #EE9292;
}
.inquiry_box .button ,
.inquiry_box .submit {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
input[type=submit] {
  min-width: 8em;
  display: block;
  text-align: center;
}

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label ,
input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	color: inherit;
}

input[type="checkbox"] + label:before ,
input[type="checkbox"] + span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before ,
input[type="checkbox"]:checked + span:before {
  width: 10px;
  height: 18px;
  top: -1px;
  left: 6px;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #fa3030;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-not-valid {
  border: 2px solid #EE9292 !important;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  color: #EE9292;
  font-size: 1.3rem;
  margin: 5px 0 0;
}
.wpcf7-response-output {
  border: 1px solid #EE9292;
  color: #EE9292;
  line-height: 1.9;
  text-align: center;
  padding: 20px 40px;
	margin: 70px 0 0;
}



@media screen and (max-width: 767px) {
  #page_inquiry .blk {
    
  }
  .inquiry_box .inquiry_tel {
    margin-bottom: 60px;
    
  }
  .inquiry_box .inquiry_tel_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    padding: 15px 20px 15px 60px;
    position: relative;
  }
  .inquiry_box .inquiry_tel_inner::before {
    content: url(../img/smartphone.png);
    margin-right: 15px;
    position: absolute;
    left: 20px;
  }
  .inquiry_box .inquiry_tel .title {
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .inquiry_box .inquiry_tel .title::before {
    display: none;
  }
  .inquiry_box .inquiry_tel a {
    font-size: 3.5rem;
  }
  .inquiry_box .notice {
    font-size: 1.4rem;
  }
  
  .inquiry_box .form_inner ,
  .inquiry_box .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .inquiry_box .form_inner_column ,
  .inquiry_box .privacy {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .inquiry_box dt {
    width: 100%;
    display: block;
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .inquiry_box dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding: 15px 0 10px 15px;
    padding-left: 0;
  }
  .inquiry_box dd + dd {
    padding-top: 0;
  }
  .inquiry_box .button ,
  .inquiry_box .submit {
    margin-top: 30px;
  }
  input[type=submit] {
    min-width: 50%;
  }
	.inquiry_box .privacy > p + div {
		margin-top: 14px;
	}
	.wpcf7-not-valid-tip {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	.wpcf7-response-output {
		padding: 15px 25px;
		margin-top: 30px;
	}
}




.aaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}