/* 
----------------------------------*/

/*----------------------------------
common
----------------------------------*/

body {
  font-family: "Jun 201";
  font-size: 18px;
  line-height: 1.6;
  color: #222222;
}

section .inner {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  padding-right: 20px;
  box-sizing: border-box;
}


section .inner .content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-left: 50px;
  box-sizing: border-box;
}

.bold {
  font-family: "Jun 501";
}

img {
  max-width: 100%
}

ul {
  list-style: none;
}

.black {
  color: #333333 !important;
}

.orange {
  color: #E19500 !important;
}

.red {
  color: red;
}

span.backorange {
  color: #FFF;
  background: #E19500;
  padding: 5px;
}


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

  section .inner {
    max-width: 900px;
    padding-right: 0;
  }

  section .inner .content {
    width: calc(100% - 50px) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
  }

  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  section .inner {
    max-width: 700px;
  }

  section .inner .content {
    width: calc(100% - 60px) !important;
    padding-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  section .inner {
    max-width: 430px;
    padding-right: 0px;
  }

  section .inner .content {
    width: calc(100% - 50px) !important;
    padding-left: 0px
  }
}

/*----------------------------------
#top
----------------------------------*/

#top {
  background: #F5F0E6;
  display: flex;
  justify-content: space-between;
}

#top .left-bottom {
  left: 0;
}

#top .left-top {
  margin-bottom: 85px;
}

#top .top-left {
  padding-top: 115px;
}

#top .top-main {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1285px;
  padding-top: 60px;
  position: relative;
}

#top .top-main:after {
  content: "";
  position: absolute;
  width: 129px;
  height: 140px;
  background: url("../img/kurumaisu-irasuto.png");
  bottom: 0;
  right: 150px;
}

@media screen and (max-width: 999px) {
  #top .top-main {
    width: 1000px;
  }

  #top .top-main:after {
    display: none;
  }
}


@media screen and (max-width: 480px) {
  #top .top-main {
    padding-top: 30px;
  }

  #top .top-left {
    display: none;
  }

  #top .left-top {
    margin-bottom: 50px;
  }
}


/*----------------------------------
header
----------------------------------*/

header {
  text-align: center;
  position: fixed;
  left: 30px;
  right: 850px;
  margin: 0 auto;
  z-index: 100;
  width: 250px;
  padding-top: 30px;
}

header h1 {
  font-size: 16px;
  color: #595757;
  position: relative;
  margin-bottom: 10px;
}

header h1:before {
  content: "/";
  position: absolute;
  transform: scale(-1, 1);
  bottom: 0;
  margin-left: -40px;
  font-size: 30px;
}

header h1:after {
  content: "/";
  position: absolute;
  bottom: 0;
  font-size: 30px;
  margin-left: 10px;
}

header img {
  margin-bottom: 15px;
  max-width: 180px;
}

header p {
  font-size: 15px;
  color: #595757;
  margin-bottom: 10px;
}

nav {
  width: 250px;
}

nav .menu ul li a {
  padding: 8px 0;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
  display: block;
}

nav .menu ul li a:hover {
  color: #ffffff;
  background: #E19500;
}

nav .menu ul li {
  width: 250px;
}

nav .inquiry {
  background: #E19500;
  text-align: center;
  align-items: center;
  width: 250px;
  padding: 10px 10px 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 30px;
  box-sizing: border-box;
}

nav .inquiry p {
  font-size: 18px;
  margin-bottom: 5px;
}

nav .inquiry a {
  color: #ffffff;
  transition: all .5s ease;
}

nav .inquiry a:hover {
  opacity: .8;
}

nav .inquiry ul {
  font-size: 13px;
}

nav .inquiry ul,
nav .inquiry p {
  color: #ffffff;
}

nav .inquiry .mail p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

nav .inquiry .mail img {
  width: 20px;
  margin-bottom: 0;
  margin-right: 5px;
}

a,
a:link,
a:visited {
  color: #595757;
  text-decoration: none;
  transition: all 0.5s ease;
}

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

  header img {
    max-width: 140px;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalMenuSp {
    position: fixed;
    z-index: -1000;
    top: 0;
    left: 0;
    color: #fff;
    background: #E19500;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    height: 100%;
  }

  .globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }

  .globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    display: none;
  }

  .globalMenuSp.active ul li {
    display: block;
  }


  .globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  .globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp.active {
    opacity: 100;
    z-index: 999;
  }

  nav {
    width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  header h1 {
    color: #ffffff;
  }

  nav .menu ul li a {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  nav .inquiry {
    background: #ffffff;
    margin-top: 20px;
  }

  nav .inquiry ul,
  nav .inquiry p {
    color: #E19500;
  }

  nav .inquiry a {
    color: #E19500;
  }

}

/*----------------------------------
#banner
----------------------------------*/
#banner {
  margin-top: -100px;
  background: #F5F0E6;
  padding-bottom: 100px;
}

#banner ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#banner ul li img {
  max-width: 270px;
  width: 100%;
}

#banner .YouTube-banner img {
  width: 850px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #banner {
    padding-top: 80px;
  }

  #banner ul {
    display: block;
    text-align: center;
  }

  #banner ul li img {
    max-width: 250px;
  }
}


/*----------------------------------
#tabisuru
----------------------------------*/
#tabisuru {
  background: #DCE6C8;
  position: relative;
  padding-bottom: 220px;
}

#tabisuru::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/tabisuru-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#tabisuru h2 img {
  position: relative;
  z-index: 1;
  width: 764px;
  margin-top: 105px;
}

#tabisuru h2 {
  position: relative;
}

#tabisuru h2::before {
  content: "";
  position: absolute;
  background: url("../img/tabisapo_n.svg");
  width: 206px;
  height: 206px;
  top: -70px;
  right: 0;
  background-repeat: no-repeat;
  transform: rotate(10deg);
}

#tabisuru h2::after {
  content: "";
  position: absolute;
  background: url("../img/tabisuru-title-photo.png");
  width: 409px;
  height: 479px;
  right: 0;
  top: 100px;
  background-repeat: no-repeat;
  z-index: 1;
}

#tabisuru .tabisuru-main-text ul li {
  list-style: none;
  left: 20px;
  color: #222222;
  margin-top: 10px;
  position: relative;
  background: #DCE6C8;
}

#tabisuru .tabisuru-main-text ul li:before {
  content: "●";
  position: absolute;
  left: -20px;
}

#tabisuru .tabisuru-main-text ul {
  position: relative;
  z-index: 1;
  max-width: 400px;
}

.tabisuru-inner-1 {
  position: relative;
  z-index: 1;
}

.tabisuru-inner-1 h3 {
  width: 416px;
  margin-top: 30px;
  position: relative;
  z-index: 10px;
}

.tabisuru-inner-1-photo img {
  margin-top: -100px;
}


.tabisuru-inner-2 h3 img {
  width: 495px;
  margin-top: 40px;
}

.tabisuru-inner-2-inner {
  display: flex;
}

.tabisuru-inner-2-inner .rightbox ul li {
  list-style: none;
  color: #222222;
}

.tabisuru-inner-2-inner .rightbox .text1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 160px;
  margin-top: 30px;
  transform: rotate(-10deg);
}

.tabisuru-inner-2-inner .rightbox .text1:before {
  content: "";
  position: absolute;
  background: url("../img/tabisuru-senyou-back-1.png");
  width: 285px;
  height: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  z-index: -1;
}


.tabisuru-inner-2-inner .rightbox .text2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 123px;
  margin-top: 40px;
  transform: rotate(-10deg);
}

.tabisuru-inner-2-inner .rightbox .text2:before {
  content: "";
  position: absolute;
  background: url("../img/tabisuru-senyou-back-2.png");
  width: 234px;
  height: 123px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.tabisuru-inner-2-inner .rightbox .text1,
.tabisuru-inner-2-inner .rightbox .text2 {
  font-size: 15px;
  text-align: center;
}

.tabisuru-inner-3-innre {
  display: flex;
  justify-content: space-between;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .rightbox {
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #169530;
  line-height: 1.8;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox {
  position: relative;
  text-align: center;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox img {
  position: absolute;
  width: 370px;
  top: -90px;
  right: 0;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p {
  font-size: 23px;
  color: #169530;
  background: #FFF363;
  text-align: center;
  padding: 10px 35px 20px;
  background-repeat: no-repeat;
  margin-top: -60px;
  background-size: 100%;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p.black {
  margin-bottom: 20px;
  font-size: 21px;
}

.tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p span {
  font-size: 40px;
}

.tabisuru-inner-4 {
  margin-top: 30px;
}

.tabisuru-inner-4 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.tabisuru-inner-4 p {
  color: #222222;
  font-size: 20px;
}

.tabisuru-inner-5 {
  position: relative;
  font-size: 20px;
  background: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  padding: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 65px;
}

.tabisuru-inner-5 p {
  color: #169530;
}

.tabisuru-inner-5 .textWrap span {
  font-size: 130%;
}

.tabisuru-inner-5 p.plus {
  color: #222222;
  font-size: 50px;
}

.tabisuru-inner-5 .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.tabisuru-inner-6 {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  padding: 20px 20px 0;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 65px;
}

.tabisuru-inner-6>div {
  width: calc(100% - 265px);
  padding-bottom: 20px;
}

.tabisuru-inner-6 p {
  list-style: none;
  color: #169530;
  position: relative;
}

.tabisuru-inner-6 p.name {
  color: #595757;
  text-align: right;
  font-size: 10px;
  background: none;
}

.tabisuru-inner-6 .name span {
  font-size: 14px;
  margin-left: 10px;
}

.tabisuru-inner-6 .hanakawa {
  display: flex;
  align-items: flex-start;
  line-height: 0;
  width: 400px;
  padding-left: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.hanakawa img:first-of-type {
  max-width: 230px;
}

.hanakawa>div {
  position: relative;
  margin-top: -45px;
  margin-left: -30px;
}

.hanakawa>div p {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  right: -30px;
  top: 120px;
  transform: rotate(-5deg);
  background: url(../img/tabisuru-tyoitabi-woman-textback.png);
  background-repeat: no-repeat;
  line-height: 1.6;
  width: 136px;
  height: 104px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.hanakawa>div p span {
  margin-top: 5px;
  margin-bottom: -25px;
  font-size: 18px;
}

@media screen and (max-width: 999px) {
  #tabisuru .inner {
    padding-top: 150px;
  }

  #tabisuru h2 img {
    margin-top: 0;
  }

  #tabisuru h2::before {
    top: -180px;
    left: 0;
    margin: 0 auto;
  }

  #tabisuru h2:after {
    width: 400px;
    top: 35px;
    background-size: 100%;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .rightbox {
    font-size: 17px;
  }

  .tabisuru-inner-4 p {
    font-size: 17px;
  }

  .tabisuru-inner-5 ul {
    font-size: 22px;
  }

  .tabisuru-inner-5 .imgWrap img {
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 768px) {
  #tabisuru h2:after {
    width: 280px;
    top: -30px;
    background-size: 100%;
  }

  #tabisuru .tabisuru-main-text ul li {
    list-style: none;
    left: 20px;
    margin-top: 10px;
  }

  .tabisuru-inner-1 h3 {
    width: 300px;
    margin-top: 10px;
  }

  .tabisuru-inner-1-photo img {
    margin-top: -50px;
  }

  .tabisuru-inner-2 h3 img {
    width: 346px;
    margin-top: 40px;
  }

  .tabisuru-inner-2-inner .rightbox .text2 {
    right: -150px;
    top: -45px;
  }

  .tabisuru-inner-2-inner {
    margin-top: -30px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .rightbox {
    font-size: 17px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p.black {
    margin-bottom: 0;
    font-size: 15px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p {
    font-size: 15px;
    padding: 17px 30px 17px;
    margin-top: -30px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p span {
    font-size: 23px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox img {
    width: 300px;
    top: -60px;
    right: -20px;
  }

  .tabisuru-inner-5 ul {
    font-size: 16px;
  }

  .tabisuru-inner-5 .imgWrap {
    display: block;
    text-align: center;
  }

  .tabisuru-inner-5 p {
    font-size: 16px;
  }

  .tabisuru-inner-5 p.plus {
    line-height: 1.2;
  }

  .tabisuru-inner-6 {
    display: block;
    position: relative;
  }

  .tabisuru-inner-6>div {
    width: 100%;
  }

  .tabisuru-inner-6>div ul {
    font-size: 16px;
  }

  .tabisuru-inner-6 p.name {
    margin-top: 10px;
  }

  .tabisuru-inner-6 .hanakawa {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .hanakawa img {
    margin-bottom: 0;
  }

  .hanakawa>div {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #tabisuru h2:after {
    width: 190px;
    top: -35px;
    background-size: 100%;
  }

  #tabisuru .tabisuru-main-text ul li {
    font-size: 15px;
  }

  .tabisuru-inner-1 h3 {
    width: 228px;
    margin-top: 10px;
  }

  .tabisuru-inner-1-photo img {
    margin-top: -35px;
  }

  .tabisuru-inner-2 h3 img {
    width: 272px;
    margin-top: 40px;
  }

  .tabisuru-inner-2-inner {
    display: block;
  }

  .tabisuru-inner-2-inner .rightbox .text2 {
    right: 0px;
    top: 70px;
  }

  .tabisuru-inner-2-inner .leftbox img {
    width: 200px;
  }

  .tabisuru-inner-2-inner .leftbox {
    text-align: right;
    margin-top: -180px;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .rightbox {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .tabisuru-inner-3 {
    margin-top: 150px;
  }

  .tabisuru-inner-3-innre {
    display: block;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p.black {
    padding-bottom: 0;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox p {
    background-size: 100%;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox img {
    width: 203px;
    top: -10px;
    right: -20px
  }

  .tabisuru-inner-3 .tabisuru-inner-3-innre .leftbox {
    margin-top: 10px;
  }

  .tabisuru-inner-4 p {
    font-size: 15px;
  }

  .tabisuru-inner-5 ul {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .tabisuru-inner-6 p.name {
    text-align: left;
    margin-top: 30px;
  }

  .hanakawa img:first-of-type {
    max-width: 160px;
  }

  .hanakawa>div img {
    max-width: 120px;
  }

}

/*----------------------------------
#kaiko
----------------------------------*/
#kaiko {
  background: #F5F0E6;
  position: relative;
  padding-bottom: 150px;
  padding-top: 20px;
}

#kaiko::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 230px;
  background: url(../img/kaiko-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#kaiko h2 img {
  width: 747px;
  margin-top: 105px;
}

#kaiko h2 {
  position: relative;
}

#kaiko h2:after {
  content: "";
  position: absolute;
  background: url("../img/kaiko-main.png");
  width: 444px;
  height: 401px;
  right: 0;
  top: 90px;
  background-repeat: no-repeat;
  z-index: 0;
}

#kaiko h3 {
  display: flex;
  margin-top: 30px;
  z-index: 1;
}

#kaiko h3 .title-left img {
  width: 270px;
}

#kaiko h3 .title-right img {
  width: 390px;
  margin-top: -20px;
  margin-left: 10px;
}

#kaiko .kaiko-inner-1 {
  position: relative;
}

#kaiko .kaiko-inner-1 .title-left {
  position: relative;
}

#kaiko .kaiko-inner-1 .title-right {
  position: relative;
}

#kaiko .kaiko-inner-1-photo {
  margin-top: -50px;
}

#kaiko .kaiko-comment-inner-1 {
  color: #ffffff;
  background: #169530;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
}

#kaiko .kaiko-comment-inner-2 ul li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
}

#kaiko .kaiko-comment-inner-2 ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}


#kaiko .kaiko-comment-inner-3 {
  color: #ffffff;
  background: #169530;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
}

#kaiko .kaiko-comment-inner-4 ul li {
  list-style: none;
  font-size: 20px;
}

#kaiko .kaiko-comment-inner-5 img {
  width: 278px;
  height: 230px;
  margin-right: -30px;
}

#kaiko .kaiko-comment {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#kaiko .kaiko-bottom-comment {
  color: #E19500;
  background: #ffffff;
  border-radius: 30px;
  padding: 15px 20px;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  #kaiko h2:after {
    width: 300px;
    right: 0px;
    background-size: 100%;
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  #kaiko h2:after {
    content: none;
  }

  #kaiko h3 .title-left img {
    width: 188px;
  }

  #kaiko h3 .title-right img {
    width: 273px;
    margin-top: -16px;
  }

  #kaiko .kaiko-comment {
    display: block;
  }

  #kaiko .kaiko-comment-inner-1 {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  #kaiko .kaiko-comment-inner-2 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: max-content;
  }

  #kaiko .kaiko-comment-inner-3 {
    margin: 0 auto 15px;
  }

  #kaiko .kaiko-comment-inner-4 ul li {
    text-align: center;
  }

  #kaiko .kaiko-bottom-comment {
    font-size: 20px;
  }
}


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

  #kaiko h2 img {
    margin-top: 0;
  }

  #kaiko h3 .title-left img {
    width: 148px;
    z-index: 1;
    position: relative;
  }

  #kaiko h3 .title-right img {
    width: 214px;
    margin-top: -13px;
    z-index: 1;
    position: relative;
  }

  #kaiko .kaiko-inner-1-photo {
    margin-top: -30px;
  }

  #kaiko .kaiko-bottom-comment {
    font-size: 16px;
    line-height: 30px;
    padding: 20px;
  }

}


/*----------------------------------
#pro-tenjyo
----------------------------------*/
#pro-tenjyo {
  position: relative;
  background: #DCE6C8;
  padding-bottom: 150px;
}

#pro-tenjyo::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 191px;
  background: url(../img/pro-tenjyo-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#pro-tenjyo .content {
  position: relative;
}

#pro-tenjyo h2 {
  position: relative;
  margin-bottom: 10px;
}

#pro-tenjyo h2:before {
  content: "";
  position: absolute;
  background: url("../img/tabi-present.svg");
  width: 270px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: -130px;
  z-index: 0;
}

#pro-tenjyo h2 img {
  width: 850px;
  margin-top: 105px;
  position: relative;
  z-index: 10;
}

#pro-tenjyo .leftbox p {
  max-width: 375px;
}

#pro-tenjyo .pro-tenjyo-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#pro-tenjyo .rightbox {
  bottom: 0;
}

#pro-tenjyo .pro-tenjyo-bottom p {
  font-size: 15px;
}

#pro-tenjyo .pro-tenjyo-bottom img {
  width: 278px;
  margin-right: -30px;
  right: 0;
  position: absolute;
  bottom: 0;
}

#pro-tenjyo .pro-tenjyo-bottom {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  #pro-tenjyo h2:before {
    width: 200px;
    height: 180px;
    top: -100px;
  }

  #pro-tenjyo .pro-tenjyo-inner {
    margin-top: 20px;
  }

  #pro-tenjyo .leftbox {
    bottom: 0;
  }

  #pro-tenjyo .leftbox p {
    line-height: 2;
  }

  #pro-tenjyo .leftbox img {
    width: 330px;
    margin-top: 25px;
  }

  #pro-tenjyo .rightbox img {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  #pro-tenjyo h2:before {
    left: 0;
    width: 180px;
    margin: 0 auto;
  }

  #pro-tenjyo .leftbox p {
    margin-bottom: 5px;
  }

  #pro-tenjyo .rightbox img {
    width: 340px;
    margin-bottom: 15px;
  }

  #pro-tenjyo .leftbox img {
    width: 270px;
    margin-bottom: 15px;
  }
}

/*----------------------------------
#tabistyle
----------------------------------*/
#tabistyle {
  position: relative;
  background: #ffffff;
  padding-bottom: 100px;
}

#tabistyle::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/kaisya-gaiyou-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#tabistyle h2 {
  margin: 0 auto 25px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 3px;
}

#tabistyle h2 span {
  display: inline-block;
  background: #D7000F;
  border-radius: 50px;
  padding: 10px 40px;
}

#tabistyle .content>p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 23px;
}

#tabistyle .feature {
  position: relative;
  background: #FFFAEF;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

#tabistyle .feature ul *+* {
  border-top: dotted 2px #E19500;
}

#tabistyle .feature ul li {
  position: relative;
  padding: 25px 0 25px 60px;
  font-size: 24px;
}

#tabistyle .feature ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #E19500;
  border-radius: 50%;
  padding: 10px;
  margin: auto 0;
  height: 45px;
  width: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tabistyle .feature ul li:nth-of-type(1)::before {
  content: "1";
}

#tabistyle .feature ul li:nth-of-type(2)::before {
  content: "2";
}

#tabistyle .feature ul li:nth-of-type(3)::before {
  content: "3";
}

#tabistyle .feature ul li:nth-of-type(4)::before {
  content: "4";
}

#tabistyle .feature ul li:nth-of-type(5)::before {
  content: "5";
}

#tabistyle .feature ul li:nth-of-type(6)::before {
  content: "6";
}

#tabistyle .feature ul li:nth-of-type(7)::before {
  content: "7";
}

#tabistyle .feature p {
  font-size: 25px;
  margin: 20px 0;
}

#tabistyle .feature .column {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#tabistyle .feature figure {
  width: calc(100% / 3);
  text-align: center;
}

#tabistyle .goto_travel {
  width: calc(100% / 3);
  text-align: center;
}

#tabistyle .goto_travel img {
  max-width: 250px;
  width: 100%;
}

#tabistyle .goto_travel h3 {
  color: #014998;
  font-size: 16px;
  text-align: center;
}

#tabistyle .vaccine {
  width: calc(100% / 3);
  text-align: center;
}

#tabistyle .vaccine img {
  max-width: 150px;
  width: 100%;
}

#tabistyle .vaccine h3 {
  color: #169530;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tabistyle h2 {
    font-size: 30px;
  }

  #tabistyle .feature ul li {
    font-size: 20px;
  }

  #tabistyle .feature p {
    font-size: 18px;
  }

  #tabistyle .feature .column {
    display: block;
  }

  #tabistyle .goto_travel {
    margin-top: 20px;
  }

  #tabistyle .feature figure,
  #tabistyle .goto_travel,
  #tabistyle .vaccine {
    width: 100%;
  }

  #tabistyle .goto_travel {
    margin-bottom: 35px;
  }
}

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

  #pro-tenjyo .rightbox img {
    width: 195px;
    right: 0;
  }

  #pro-tenjyo .leftbox img {
    width: 195px;
  }

  #pro-tenjyo .leftbox p {
    line-height: 1.5;
  }

  #pro-tenjyo .pro-tenjyo-inner {
    display: block;
    text-align: center;
  }

}

/*----------------------------------
#tour-tirashi
----------------------------------*/
#tour-tirashi {
  position: relative;
  margin-top: 174px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(213, 226, 238, 1) 100%);
}

#tour-tirashi::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/tour-tirashi-top-back.png);
  background-repeat: no-repeat;
}

#tour-tirashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1980px;
  max-width: 100%;
  height: 615px;
  background: url(../img/tour-tirashi-top-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

#tour-tirashi h2,
#item h2,
#staff h2,
#media h2,
#company h2 {
  margin-bottom: 50px;
  color: #595757;
  font-size: 45px;
  text-align: center;
}

#tour-tirashi .content {
  position: relative;
  z-index: 1;
}

#tour-tirashi ul li {
  margin-bottom: 30px;
}


#tour-tirashi .tour-tirashi-pdf {
  text-align: center;
  align-items: center;
  max-width: 600px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  margin-top: 50px;
}

#tour-tirashi .tour-tirashi-pdf a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  background: #E19500;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  box-sizing: border-box;
}



/* ーーーーーースライダーーーーーーー */

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 50px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction.swiper-pagination {
  position: relative;
}




@media screen and (max-width: 999px) {
  #tour-tirashi::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #tabistyle h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }

  #tabistyle h2 span {
    padding: 10px 30px;
    font-size: 18px;
  }

  #tabistyle .content>p {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #tabistyle .feature ul li {
    font-size: 17px;
  }

  #tabistyle .feature {
    padding: 20px 30px 30px 30px;
    margin-bottom: 40px;
  }

  #tabistyle .feature p {
    font-size: 15px;
  }

  #tabistyle .feature::after {
    bottom: -70px;
    right: 0px;
    width: 150px;
    background-size: 100%;
  }

  #tabistyle .goto_travel {
    margin-top: 70px;
  }
}

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

  #tour-tirashi h2,
  #item h2,
  #staff h2,
  #media h2,
  #company h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #tabistyle {
    padding-bottom: 0;
  }
}


/*----------------------------------
#sengarakuzyu
----------------------------------*/
#sengarakuzyu {
  position: relative;
  margin-top: 174px;
  background: #DCE6C8;
  padding-bottom: 120px;
}

#sengarakuzyu::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/sengarakuzyu-top-bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

#sengarakuzyu .titlebox {
  position: relative;
  top: -95px;
  margin-bottom: -50px;
}

#sengarakuzyu h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  max-width: 710px;
  height: max-content;
}

#sengarakuzyu .textBox p {
  width: calc(100% - 130px);
  font-size: 18px;
  padding-right: 20px;
  box-sizing: border-box;
}

#sengarakuzyu .textBox {
  display: flex;
  margin: -80px 0 30px;
}

#sengarakuzyu .textBox figure {
  width: 130px;
}

#sengarakuzyu .flow {
  margin-bottom: 100px;
}

#sengarakuzyu .flow li {
  position: relative;
  display: flex;
  background: #ffffff;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#sengarakuzyu .flow li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 18.5px 0 18.5px;
  border-color: #ffffff transparent transparent transparent;
  margin: 0 auto;
}

#sengarakuzyu .flow li:last-of-type:after {
  content: none;
}

#sengarakuzyu .flow li dl {
  width: calc(100% - 340px);
  padding-right: 12px;
  box-sizing: border-box;
}

#sengarakuzyu .flow li dl dt {
  background: #169530;
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  font-size: 23px;
}

#sengarakuzyu .flow li figure {
  text-align: center;
}

#sengarakuzyu .other {
  position: relative;
  display: flex;
}

#sengarakuzyu .other::before {
  content: "";
  position: absolute;
  width: 144px;
  height: 51px;
  top: -50px;
  left: -10px;
  background: url(../img/sengarakuzyu-h3-moji-sonohoka.svg);
  background-repeat: no-repeat;
}

#sengarakuzyu .other h3 {
  width: calc(100% - 190px);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
}

#sengarakuzyu .other .imgbox {
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
}

#sengarakuzyu .teikei {
  background: #E19500;
  color: #FFF;
  text-align: center;
  padding: 5px 30px;
  margin-top: 15px;
}

@media screen and (max-width: 999px) {
  .flow dd {
    line-height: 1.7;
  }

  #sengarakuzyu .other {
    display: block;
  }

  #sengarakuzyu .other h3 {
    width: 100%;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  #sengarakuzyu .other::before {
    width: 100px;
  }

  #sengarakuzyu .other .imgbox {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sengarakuzyu .textBox {
    margin-top: -30px;
  }

  #sengarakuzyu .flow li {
    display: block;
  }

  #sengarakuzyu .flow li dl {
    width: calc(100% - 0px);
    padding-right: 0px;
  }

  #sengarakuzyu .flow li figure img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .flow dd {
    margin-bottom: 25px;
  }

  #sengarakuzyu .titlebox {
    top: 0px;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 480px) {
  #sengarakuzyu .textBox {
    display: block;
  }

  #sengarakuzyu .textBox p {
    font-size: 15px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  #sengarakuzyu .textBox figure {
    width: 100%;
    text-align: center;
  }

  #sengarakuzyu .titlebox {
    top: 0px;
    margin-bottom: 40px;
  }

  .flow dd {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  #sengarakuzyu .flow li {
    padding: 20px;
  }

  #sengarakuzyu .flow li dl dt {
    font-size: 18px;
  }

}

/*----------------------------------
#item
----------------------------------*/
#item {
  position: relative;
  margin-bottom: 170px;
}

#item::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/oyakudati-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#item h2 {
  line-height: 1.4;
}

#item h2 span {
  color: #E19500;
  font-size: 30px;
}

#item #osyare-senga {
  position: relative;
  margin-bottom: 100px;
}

#item #osyare-senga h3 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#item #osyare-senga h3 {
  width: 100%;
  ;
  max-width: 500px;
}

#item #osyare-senga .imgbox {
  display: flex;
  justify-content: space-between;
}

#item #osyare-senga .imgbox li {
  width: 49%;
}

#item #osyare-senga p {
  font-size: 17px;
}

#item #swany {
  margin-bottom: 100px;
}

#item #swany .subtitle {
  color: #77235E;
  margin-bottom: 10px;
}

#item #swany .itemlist {
  margin-top: 50px;
  margin-bottom: 30px;
}

#item #swany .itemlist h4 {
  position: relative;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -30px;
  width: 120px;
  height: 120px;
  margin-bottom: -100px;
}

#item #swany .itemlist h4::after {
  content: "";
  position: absolute;
  background: #FCF2C2;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  z-index: -1;
}

#item #swany .itemlist #formochambray h4 {
  margin-bottom: -150px;
}

#item #swany .itemlist p {
  font-size: 11px;
}

#item #swany .itemlist .column {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#item #swany .itemlist>ul {
  display: flex;
  align-items: baseline;
}

#item #swany .itemlist>ul>li {
  width: calc(100% / 4);
  padding: 0 10px;
  box-sizing: border-box;
}

#item #swany .itemlist .column li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}

#item #swany .itemlist #lilya li:nth-of-type(1) {
  background: #201D1E;
}

#item #swany .itemlist #lilya li:nth-of-type(2) {
  background: #D9A673;
}

#item #swany .itemlist #formochambray li {
  background: #72696A;
}

#item #swany .itemlist #luma li:nth-of-type(1) {
  background: #433226;
}

#item #swany .itemlist #luma li:nth-of-type(2) {
  background: #201D1E;
}

#item #swany p.link {
  border-radius: 15px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4);
  padding: 15px 15px 18px;
  color: #77235E;
  font-size: 22px;
  font-weight: bold;
}

#item #swany p.link a {
  display: block;
  background: #ffffff;
  padding: 15px 15px 10px;
  box-sizing: border-box;
  color: #77235E;
  font-size: 22px;
  font-weight: bold;
}

#item #swany p.caution {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
}

#item #fuga h3 {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
}

#item #fuga h3 span {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #item #osyare-senga .imgbox {
    padding-top: 5px;
  }

  #item #fuga h3 {
    font-size: 38px;
  }

  #item #swany .itemlist>ul {
    display: block;
    align-items: baseline;
  }

  #item #swany .itemlist>ul>li {
    width: 100%;
    margin-bottom: 50px;
  }

  #item #swany .itemlist>ul>li img {
    width: 90%;
  }

  #item #swany .itemlist>ul>li>figure {
    text-align: center;
  }

  #item #swany .itemlist>ul>li>figure img {
    width: auto;
    height: 210px;
  }

  #item #swany .itemlist h4 {
    left: -100px;
    margin: 0 auto -150px !important;
  }

  #item #swany .itemlist .column {
    justify-content: center;
  }

  #item #swany .itemlist p {
    width: max-content;
    margin: 0 auto;
  }

}

@media screen and (max-width: 480px) {
  #item h2 span {
    font-size: 21px;
  }

  #item #osyare-senga {
    margin-bottom: 50px;
  }

  #item #osyare-senga p {
    font-size: 15px;
  }

  #item #swany .subtitle {
    font-size: 15px;
  }

  #item #swany .itemlist p {
    margin-bottom: 60px;
  }

  #item #swany p.link {
    font-size: 17px;
  }

  #item #swany p.link a {
    font-size: 17px;
  }

  #item #fuga h3 span {
    font-size: 18px;
  }

  #item #fuga h3 {
    font-size: 25px;
  }

}


/*----------------------------------
#staff
----------------------------------*/
#staff {
  position: relative;
  background: #F5F0E6;
  padding-bottom: 150px;
}

#staff::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/staff-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

#staff .top-img {
  margin-bottom: 30px;
  text-align: center;
}

#staff .top-img img {
  position: relative;
  margin-top: -95px;
}

#staff .stafflist dl {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

#staff .stafflist dl dt {
  width: 160px;
}

#staff .stafflist dl dd {
  width: calc(100% - 160px);
  padding-left: 40px;
  box-sizing: border-box;
}

#staff .stafflist dl dd h3 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3;
}

#staff .stafflist dl dd h3 span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #staff .stafflist dl dd h3 {
    margin-bottom: 5px;
  }

  #staff .top-img img {
    margin-top: 0px;
  }

}

@media screen and (max-width: 480px) {
  #staff .stafflist dl {
    display: block;
    margin-bottom: 30px;
  }

  #staff .stafflist dt {
    width: 100%;
    margin: 0 auto 10px;
  }

  #staff .stafflist dl dd {
    width: 100%;
    padding-left: 0;
  }

  #staff .stafflist dl dd h3 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }

  #staff .stafflist dl dd h3 span {
    font-size: 16px;
  }

  #staff .top-img img {
    position: relative;
    margin-top: 0px;
  }

}

/*----------------------------------
#media
----------------------------------*/
#media {
  position: relative;
  background: #DCE6C8;
  padding-bottom: 150px;
}

#media::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/media-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#media h2 {
  margin-bottom: 30px;
}

#media h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  width: 100%;
  height: 140px;
  text-align: center;
  font-size: 24px;
  background: url(../img/media-comment-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 10px;
  margin: 0 auto 60px;
}

#media p {
  margin-top: 10px;
  font-size: 15px;
}

#media .youtube {
  width: 100%;
  margin-bottom: 65px;
  text-align: center;
}

#media .youtube iframe {
  width: 100%;
  max-width: 670px;
  height: 370px;
}

#media .newspaper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#media .newspaper li {
  width: calc((100% - 20px) / 2);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #media .newspaper li {
    width: 100%;
  }

  #media p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  #media h3 {
    font-size: 20px;
  }
}

/*----------------------------------
#company
----------------------------------*/
#company {
  position: relative;
  background: #ffffff;
  padding-bottom: 150px;
}

#company::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1980px;
  height: 174px;
  background: url(../img/kaisya-gaiyou-top-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

#company dl {
  display: flex;
  padding: 15px 0;
}

#company dl dt {
  width: 100px;
  font-size: 20px;
}

#company dl dd {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 60px;
  box-sizing: border-box;
  font-size: 20px;
}

#company dl dd::before {
  content: "";
  position: absolute;
  border-top: dotted 1px #595757;
  width: 60px;
  height: 1px;
  top: 15px;
  left: -10px;
}

#company dl dd ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#company dl dd ul.list li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}

#company dl dd ul.list li::after {
  content: "/";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto 0;
}

#company dl dd ul.list li:last-of-type:after {
  content: none;
}

#company dl dd ul.sublist li {
  font-size: 17px;
}

#company dl dd ul.list li:nth-of-type(1),
#company dl dd ul.list li:nth-of-type(4),
#company dl dd ul.list li:nth-of-type(5) {
  padding-right: 0;
  margin-right: 0;
}

#company dl dd ul.list li:nth-of-type(1):after,
#company dl dd ul.list li:nth-of-type(4):after,
#company dl dd ul.list li:nth-of-type(5):after {
  content: none;
}

#company img.anta {
  max-width: 50px;
  vertical-align: middle;
}

#company .gmap {
  margin-top: 20px;
}

#company .gmap iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #company dl dt {
    font-size: 16px;
    width: 90px
  }

  #company dl dd {
    font-size: 16px;
  }

  #company dl dd::before {
    width: 60px;
    height: 1px;
    top: 7px;
    left: -10px;
  }
}

@media screen and (max-width: 480px) {
  #company dl {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #CCCCCC;
  }

  #company dl:first-of-type {
    border-top: solid 1px #CCCCCC;
  }

  #company dl dt {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
  }

  #company dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

  #company dl dd::before {
    content: none;
  }

  #company dl dd ul.sublist li {
    font-size: 15px;
  }

}

/*----------------------------------
footer
----------------------------------*/

footer {
  padding: 80px 0 70px;
  background: #E19500;
  text-align: center;
  color: #ffffff;
}

footer h4 {
  max-width: 300px;
  margin: 0 auto 20px;
}

footer .tel {
  margin-bottom: 35px;
}

footer .tel a {
  font-size: 22px;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 600px;
}

footer ul li {
  position: relative;
}

footer ul li::after {
  content: "/";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  font-size: 13px;
}

footer ul li:last-of-type:after {
  content: none;
}

footer a {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
}

footer a,
footer a:link,
footer a:visited {
  color: #ffffff;
  transition: all .5 ease;
}

footer a:hover {
  color: #595757;
}

footer .copyright {
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  footer h4 {
    max-width: 200px;
  }
}