@charset "utf-8";

.spOnly{
        display: none;
    }
/*----------------------------------------------------
 #schedule
----------------------------------------------------*/

#schedule {
  padding: 75px 0 80px 0;
}

#schedule .pageHead {
  margin-bottom: 33px;
}

#schedule p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

#schedule .wp-block-table {
  width: 100%;
  margin-top: 36px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

#schedule .wp-block-table.marginTop {
  margin-top: 36px;
}

#schedule .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#schedule .wp-block-table table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  color: #fff;
  padding: 15px 0;
  background: #db4936;
  border: 1px solid #fff;
  box-sizing: border-box;
  word-break: break-all;
}

#schedule .wp-block-table table tr:first-child th:nth-child(1) {
  width: 13.5%;
}

#schedule .wp-block-table table tr:first-child th:nth-child(2) {
  width: 7.5%;
}

#schedule .wp-block-table table tr:first-child th:nth-child(3) {
  width: 28%;
}

#schedule .wp-block-table table tr:first-child th:nth-child(4) {
  width: 29%;
}

#schedule .wp-block-table table tr:first-child th:nth-child(5) {
  width: 22%;
}

#schedule .wp-block-table table tr:last-child th {
  width: 5.5%;
  font-size: 11px;
}

#schedule .wp-block-table table tr:last-child th:nth-child(1) {
  width: 5.6%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(2) {
  width: 5.6%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(3) {
  width: 5.6%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(4) {
  width: 5.6%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(5) {
  width: 5.6%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(6) {
  width: 5.8%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(7) {
  width: 5.8%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(8) {
  width: 5.8%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(9) {
  width: 5.8%;
}

#schedule .wp-block-table table tr:last-child th:nth-child(10) {
  width: 5.8%;
}


#schedule .wp-block-table table tr td {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  padding: 6px 19px;
  background: #f0f0f0;
  border: 1px solid #fff;
  box-sizing: border-box;
  vertical-align: middle;
  word-break: break-all;
}

#schedule .wp-block-table table tr td:nth-child(1) {
  width: 13.5%;
}

#schedule .wp-block-table table tr td:nth-child(2) {
  width: 7.5%;
  background: #f4c3c2;
}

#schedule .wp-block-table table tr td:nth-child(3) {
  width: 5.6%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(4) {
  width: 5.6%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(5) {
  width: 5.6%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(6) {
  width: 5.6%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(7) {
  width: 5.6%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(8) {
  width: 5.8%;
  background: #f5d9c2;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(9) {
  width: 5.8%;
  background: #f5d9c2;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(10) {
  width: 5.8%;
  background: #f5d9c2;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(11) {
  width: 5.8%;
  background: #f5d9c2;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(12) {
  width: 5.8%;
  background: #f5d9c2;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(13) {
  width: 5.5%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(14) {
  width: 5.5%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(15) {
  width: 5.5%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-table table tr td:nth-child(16) {
  width: 5.5%;
  padding: 6px 4px;
  text-align: center;
}

#schedule .wp-block-image.size-full {
  display: none;
}
    #schedule figure.wp-block-table table:nth-child(1) tr:nth-child(1){
        display: none;
    }
/*----------------------------------------------------
 #contact
----------------------------------------------------*/

#contact {
  padding: 75px 0 41px 0;
}

#contact .pageHead {
  margin-bottom: 44px;
}

#contact .contactBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #DA3A36;
  border-radius: 20px;
  margin: 0 0 41px;
  padding: 67px 0 52px 0;
}

#contact .contactBox .boxHead {
  margin-bottom: 67px;
}

#contact .contactBox .boxHead h2 {
  font-size: 36px;
	font-weight: 700;
  color: #DA3A36;
  text-align: center;
}

#contact .contactBox .boxConts {
  width: 100%;
  max-width: 970px;
}

#contact .contactBox .boxConts p {
  font-size: 20px;
	font-weight: 500;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  margin-bottom: 37px;
}

#contact .contactBox .button {
	width: 100%;
	margin: 0 auto 7px;
}

#contact .contactBox .button a {
	background: #DA3A36;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0 19px;
}

#contact .contactBox .button .text {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0 1px 0 20px;
}

#contact .contactBox .button.mail {
  margin-bottom: 20px;
}

#contact .contactBox .button.mail a {
	background: #DA3A36;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0 24px;
}

#contact .contactBox .button .icon {
	width: 100%;
	line-height: 1;
}

#contact .contactBox.box01 .button .icon {
	max-width: 66.38px;
}

#contact .contactBox.box02 .button .icon {
	max-width: 55px;
}

/*----------------------------------------------------
 #policy
----------------------------------------------------*/

#policy {
  padding: 75px 0 53px 0;
}

#policy .pageHead {
  margin-bottom: 40px;
}

#policy h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}

#policy h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
}

#policy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 29px;
}

/*----------------------------------------------------
 #about
----------------------------------------------------*/

#about {
  padding: 75px 0 78px 0;
}

#about .date {
	margin-bottom: 30px;
}

#about .pageHead {
  margin-bottom: 44px;
}

#about .aboutTable {
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}

#about .aboutTable .box {
  display: flex;
  border-bottom: 1px solid #999999;
  padding: 15px 0 15px 0;
}

#about .aboutTable .box .boxHead {
  position: relative;
  width: 131px;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}

#about .aboutTable .box .boxHead:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#about .aboutTable .box .boxHead p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #DA3A36;
}

#about .aboutTable .box .boxConts {
  width: calc(100% - 131px);
  padding: 0 0 0 19px;
}

#about .aboutTable .box .boxConts p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

#about .aboutTable .box .boxConts p.mb {
  margin-bottom: 17px;
}

#about a{
    text-decoration: underline;
    color:#3B4394;
}

/*----------------------------------------------------
 #serviceNav
----------------------------------------------------*/

#serviceNav {
  padding: 75px 0 40px 0;
}

#serviceNav .pageHead {
  margin-bottom: 44px;
}

#serviceNav .serviceBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#serviceNav .serviceBoxes .box {
  position: relative;
	width: 48.4%;
  margin-bottom: 42px;
}

#serviceNav .serviceBoxes .box a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

#serviceNav .serviceBoxes .box .imageBox {
  position: relative;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
  margin-bottom: 13px;
}

#serviceNav .serviceBoxes .box .imageBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
}

#serviceNav .serviceBoxes .box h2 {
	font-size: 26px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 21px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#serviceNav .serviceBoxes .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/*----------------------------------------------------
 #servicePage
----------------------------------------------------*/

#servicePage {
  padding: 80px 0;
}

#servicePage.page-inspections {
  padding: 80px 0 56px;
}

#servicePage.page-other {
  padding: 80px 0 64px;
}

#servicePage h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2857;
  color: #DA3A36;
  margin-bottom: 36px;
}

#servicePage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 29px;
  text-align: justify;
}

#servicePage a {
  color: #3B4394;
  text-decoration: underline;
}

#servicePage .serviceFlex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#servicePage .serviceFlex .image {
  width: 46.3%;
  padding: 7px 0 0 0;
}

#servicePage .serviceFlex .image img {
  border-radius: 20px;
  overflow: hidden;
}

#servicePage .serviceFlex .conts {
  width: 50%;
}

#servicePage .fullImage {
  width: 100%;
  margin-top: 30px;
}

#servicePage .fullImage-yard {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 34px;
}

#servicePage .iconLink a {
  display: flex;
  align-items: center;
}

#servicePage .iconLink a .icon {
  width: 100%;
  max-width: 16px;
  line-height: 1;
  margin-right: 9px;
}

#servicePage .iconLink a .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #3B4394;
  text-decoration: underline;
}

/*----------------------------------------------------
 #destinationsNav
----------------------------------------------------*/

#destinationsNav {
  padding: 75px 0 29px 0;
}

#destinationsNav .pageHead {
  margin-bottom: 44px;
}

#destinationsNav .destinationsBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#destinationsNav .destinationsBoxes .box {
  position: relative;
	width: 48.4%;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
  margin-bottom: 50px;
    text-align: center;
}

#destinationsNav .destinationsBoxes .box a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

#destinationsNav .destinationsBoxes .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
}

#destinationsNav .destinationsBoxes .box h2 {
	font-size: 26px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 21px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#destinationsNav .destinationsBoxes .box p{
        display: inline-block;
        text-align: left;
        margin-top:20%;
    }
/*----------------------------------------------------
 #destinationsPage
----------------------------------------------------*/

#destinationsPage {
  padding: 70px 0 79px;
}

#destinationsPage h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #DA3A36;
  margin-bottom: 29px;
}

#destinationsPage p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}

#destinationsPage p a {
  color: #3B4394;
  text-decoration: underline;
}

#destinationsPage .button {
  width: 100%;
  max-width: 250px;
  height: 60px;
  margin: 40px 0 40px;
}

#destinationsPage .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DA3A36;
  border: 2px solid #DA3A36;
  border-radius: 10px;
  height: 100%;
}

#destinationsPage .button a .icon {
  width: 100%;
  max-width: 31px;
}

#destinationsPage .button a .text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0 9px;
  transition: all 0.3s ease;
}

#destinationsPage .destinationsFlex {
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
}

#destinationsPage .destinationsFlex  .image {
  width: 50%;
  margin-left: -4%;
  padding: 9px 0 0 0;
}

#destinationsPage .destinationsFlex  .conts {
  width: 46%;
  position: relative;
  z-index: 1;
}

#destinationsPage .fullImage {
  width: 100%;
  margin-top: 30px;
}


/*----------------------------------------------------
 PC VW
----------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1200px) {

  /*----------------------------------------------------
  #schedule
  ----------------------------------------------------*/

  #schedule {
    padding: 6.25vw 0 6.667vw 0;
  }

  #schedule .pageHead {
    margin-bottom: 2.75vw;
  }

  #schedule p {
    font-size: 1.333vw;
  }

  #schedule .wp-block-table {
    margin-top: 3vw;
  }

  #schedule .wp-block-table.marginTop {
    margin-top: 3vw;
  }

  #schedule .wp-block-table table tr th {
    font-size: 1.333vw;
    padding: 1.25vw 0;
  }

  #schedule .wp-block-table table tr:last-child th {
    font-size: 0.917vw;
  }

  #schedule .wp-block-table table tr td {
    font-size: 0.917vw;
    padding: 0.5vw 1.583vw;
  }


  /*----------------------------------------------------
  #contact
  ----------------------------------------------------*/

  #contact {
    padding: 6.25vw 0 3.417vw 0;
  }

  #contact .pageHead {
    margin-bottom: 3.667vw;
  }

  #contact .contactBox {
    border-radius: 1.667vw;
    margin: 0 0 3.417vw;
    padding: 5.583vw 0 4.333vw 0;
  }

  #contact .contactBox .boxHead {
    margin-bottom: 5.583vw;
  }

  #contact .contactBox .boxHead h2 {
    font-size: 3vw;
  }

  #contact .contactBox .boxConts {
    max-width: 80.833vw;
  }

  #contact .contactBox .boxConts p {
    font-size: 1.667vw;
    margin-bottom: 3.083vw;
  }

  #contact .contactBox .button {
    margin: 0 auto 0.583vw;
  }

  #contact .contactBox .button a {
    border-radius: 1.667vw;
    padding: 1.583vw 0 1.583vw;
  }

  #contact .contactBox .button.mail {
    margin-bottom: 1.667vw;
  }

  #contact .contactBox .button.mail a {
    border-radius: 1.667vw;
    padding: 2vw 0 2vw;
  }

  #contact .contactBox .button .text {
    font-size: 3.333vw;
    margin: 0 0.083vw 0 1.667vw;
  }

  #contact .contactBox.box01 .button .icon {
    max-width: 5.532vw;
  }

  #contact .contactBox.box02 .button .icon {
    max-width: 4.583vw;
  }

  /*----------------------------------------------------
  #policy
  ----------------------------------------------------*/

  #policy {
    padding: 6.25vw 0 4.417vw 0;
  }

  #policy .pageHead {
    margin-bottom: 3.333vw;
  }

  #policy h2 {
    font-size: 1.667vw;
    margin-bottom: 0.833vw;
  }

  #policy h3 {
    font-size: 1.333vw;
  }

  #policy p {
    font-size: 1.333vw;
    margin-bottom: 2.417vw;
  }

  /*----------------------------------------------------
  #about
  ----------------------------------------------------*/

  #about {
    padding: 6.25vw 0 6.5vw 0;
  }

  #about .pageHead {
    margin-bottom: 3.667vw;
  }

  #about .aboutTable {
    border-top: 0.167vw solid #999999;
    border-bottom: 0.167vw solid #999999;
  }

  #about .aboutTable .box {
    padding: 1.25vw 0 1.25vw 0;
  }

  #about .aboutTable .box .boxHead {
    width: 10.917vw;
    padding: 0 0 0 1.667vw;
  }

  #about .aboutTable .box .boxHead:after {
    width: 0.083vw;
  }

  #about .aboutTable .box .boxHead p {
    font-size: 1.333vw;
  }

  #about .aboutTable .box .boxConts {
    width: calc(100% - 10.917vw);
    padding: 0 0 0 1.583vw;
  }

  #about .aboutTable .box .boxConts p {
    font-size: 1.333vw;
  }

  #about .aboutTable .box .boxConts p.mb {
    margin-bottom: 1.417vw;
  }

  /*----------------------------------------------------
  #serviceNav
  ----------------------------------------------------*/

  #serviceNav {
    padding: 6.25vw 0 3.333vw 0;
  }

  #serviceNav .pageHead {
    margin-bottom: 3.667vw;
  }

  #serviceNav .serviceBoxes .box {
    margin-bottom: 3.5vw;
  }

  #serviceNav .serviceBoxes .box .imageBox {
    height: 25vw;
    border-radius: 1.667vw;
    margin-bottom: 1.083vw;
  }

  #serviceNav .serviceBoxes .box h2 {
    font-size: 2.167vw;
    bottom: 1.75vw;
  }

  #serviceNav .serviceBoxes .box p {
    font-size: 1.333vw;
  }

  /*----------------------------------------------------
  #servicePage
  ----------------------------------------------------*/

  #servicePage {
    padding: 6.667vw 0;
  }

  #servicePage.page-inspections {
    padding: 6.667vw 0 4.667vw;
  }

  #servicePage.page-other {
    padding: 6.667vw 0 5.333vw;
  }

  #servicePage h2 {
    font-size: 2.333vw;
    margin-bottom: 3vw;
  }

  #servicePage p {
    font-size: 1.333vw;
    margin-bottom: 2.417vw;
  }

  #servicePage .serviceFlex .image {
    padding: 0.583vw 0 0 0;
  }

  #servicePage .serviceFlex .image img {
    border-radius: 1.667vw;
  }

  #servicePage .fullImage {
    margin-top: 2.5vw;
  }

  #servicePage .fullImage-yard {
    margin-top: 2.75vw;
    margin-bottom: 2.833vw;
  }

  #servicePage .iconLink a .icon {
    max-width: 1.333vw;
    margin-right: 0.75vw;
  }

  #servicePage .iconLink a .text {
    font-size: 1.333vw;
  }

  /*----------------------------------------------------
  #destinationsNav
  ----------------------------------------------------*/

  #destinationsNav {
    padding: 6.25vw 0 2.417vw 0;
  }

  #destinationsNav .pageHead {
    margin-bottom: 3.667vw;
  }

  #destinationsNav .destinationsBoxes .box {
    height: 25vw;
    border-radius: 1.667vw;
    margin-bottom: 4.167vw;
      text-align: center;
  }

  #destinationsNav .destinationsBoxes .box h2 {
    font-size: 2.167vw;
    bottom: 1.75vw;
  }


  /*----------------------------------------------------
  #destinationsPage
  ----------------------------------------------------*/

  #destinationsPage {
    padding: 5.833vw 0 6.583vw;
  }

  #destinationsPage h2 {
    font-size: 2.333vw;
    margin-bottom: 2.417vw;
  }

  #destinationsPage p {
    font-size: 1.333vw;
    margin-bottom: 1.333vw;
  }

  #destinationsPage .button {
    max-width: 20.833vw;
    height: 5vw;
    margin: 3.333vw 0 3.333vw;
  }

  #destinationsPage .button a {
    border: 0.167vw solid #DA3A36;
    border-radius: 0.833vw;
  }

  #destinationsPage .button a .icon {
    max-width: 2.583vw;
  }

  #destinationsPage .button a .text {
    font-size: 1.833vw;
    margin: 0 0 0 0.75vw;
  }

  #destinationsPage .destinationsFlex  .image {
    padding: 0.75vw 0 0 0;
  }

  #destinationsPage .fullImage {
    margin-top: 2.5vw;
  }

}


/*----------------------------------------------------
 Hover
----------------------------------------------------*/

@media screen and (min-width: 769px) {

  #serviceNav .serviceBoxes .box a:hover {
    opacity: 0.7;
  }

  #serviceNav .serviceBoxes .box:hover img {
    opacity: 0.7;
  }

  #destinationsNav .destinationsBoxes .box a:hover {
    opacity: 0.7;
  }

  #destinationsNav .destinationsBoxes .box:hover img {
    opacity: 0.7;
  }

  #destinationsPage .button a:hover {
    opacity: 0.7;
  }

  #contact .contactBox .button a:hover {
    opacity: 0.7;
  }

}


/*----------------------------------------------------
 SP
----------------------------------------------------*/

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

    .spOnly{
        display: block;
    }

  /*---------------------------------
  #imageHead
  ---------------------------------*/

  #imageHead {
    height: 200px;
  }

  #imageHead h1 {
    font-size: 22px;
    width:250px;
  }

  /*---------------------------------
  #serviceNav
  ---------------------------------*/

  #serviceNav {
    padding: 36px 0 20px 0;
  }

  #serviceNav .pageHead {
    margin-bottom: 17px;
  }

  #serviceNav .serviceBoxes {
    display: block;
  }

  #serviceNav .serviceBoxes .box {
    width: 100%;
    margin-bottom: 20px;
  }

  #serviceNav .serviceBoxes .box .imageBox {
    height: 173px;
    border-radius: 10px;
    margin-bottom: 5px;
  }

  #serviceNav .serviceBoxes .box h2 {
    font-size: 20px;
    bottom: 13px;
  }

  #serviceNav .serviceBoxes .box p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }

  /*---------------------------------
  #servicePage
  ---------------------------------*/

  #servicePage {
    padding: 31px 0 15px;
  }

  #servicePage.page-inspections {
    padding: 31px 0 15px;
  }

  #servicePage.page-other {
    padding: 31px 0 15px;
  }

  #servicePage h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  #servicePage .serviceFlex {
    display: block;
  }

  #servicePage .serviceFlex .image {
    width: 100%;
    margin: 0 0 12px;
    padding: 7px 0 0 0;
  }

  #servicePage .serviceFlex .image img {
    border-radius: 10px;
  }

  #servicePage .serviceFlex .conts {
    width: 100%;
  }

  #servicePage p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 26px;
  }

  #servicePage .fullImage {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 24px;
  }

  #servicePage .fullImage-yard {
    width: 100%;
    margin-top: -2px;
    margin-bottom: 14px;
  }

  #servicePage .iconLink {
    margin: -7px 0 23px 0;
  }

  #servicePage .iconLink a .icon {
    margin-right: 6px;
  }

  #servicePage .iconLink a .text {
    font-size: 14px;
  }

  /*---------------------------------
  #destinationsNav
  ---------------------------------*/

  #destinationsNav {
    padding: 36px 0 20px 0;
  }

  #destinationsNav .pageHead {
    margin-bottom: 17px;
  }

  #destinationsNav .destinationsBoxes {
    display: block;
  }

  #destinationsNav .destinationsBoxes .box {
    width: 100%;
    height: 173px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  #destinationsNav .destinationsBoxes .box h2 {
    font-size: 20px;
    bottom: 14px;
  }

  /*---------------------------------
  #destinationsPage
  ---------------------------------*/

  #destinationsPage {
    padding: 31px 0 0;
  }

  #destinationsPage h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 13px;
  }

  #destinationsPage p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  #destinationsPage .destinationsFlex {
    display: block;
  }

  #destinationsPage .destinationsFlex  .conts {
    width: 100%;
  }

  #destinationsPage .button {
    width: 100%;
    max-width: 186px;
    height: 46px;
    margin: 40px auto 40px;
  }

  #destinationsPage .button a .icon {
    width: 100%;
    max-width: 24px;
  }

  #destinationsPage .button a .text {
    font-size: 18px;
    margin: 0 0 0 9px;
  }

  #destinationsPage.page-newzealand .destinationsFlex .image {
    width: 100%;
    max-width: 202.46px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-australia .destinationsFlex .image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-northamerica .destinationsFlex .image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-europe .destinationsFlex .image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-middleeast .destinationsFlex .image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-southeastasia .destinationsFlex .image {
    width: 100%;
    max-width: 335.61px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-africa .destinationsFlex .image {
    width: 100%;
    max-width: 311.61px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-oceania .destinationsFlex .image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }

  #destinationsPage.page-caribbean .destinationsFlex .image {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 15px;
    padding: 9px 0 0 0;
  }
    .box10{
        font-size: 14px;
    }
    #destinationsNav .destinationsBoxes .box p{
        margin-top:0;
    }
  /*---------------------------------
  #about
  ---------------------------------*/

  #about {
    padding: 36px 0 40px 0;
  }

  #about .pageHead {
    margin-bottom: 17px;
  }

  #about .aboutTable .box {
    display: block;
    padding: 7px 0 10px 0;
  }

  #about .aboutTable .box .boxHead {
    width: 100%;
    margin: 0 0 1px;
    padding: 0 0 0 10px;
  }

  #about .aboutTable .box .boxHead:after {
    display: none;
  }

  #about .aboutTable .box .boxHead p {
    font-size: 14px;
  }

  #about .aboutTable .box .boxConts {
    width: 100%;
    padding: 0 0 0 10px;
  }

  #about .aboutTable .box .boxConts p {
    font-size: 14px;
  }

  /*---------------------------------
  #contact
  ---------------------------------*/

  #contact {
    padding: 36px 0 41px 0;
  }

  #contact .pageHead {
    margin-bottom: 17px;
  }

  #contact .contactBox {
    border-radius: 10px;
    margin: 0 0 0;
    padding: 24px 0 12px 0;
  }

  #contact .contactBox .boxHead {
    margin-bottom: 34px;
  }

  #contact .contactBox .boxHead h2 {
    font-size: 22px;
  }

  #contact .contactBox .boxConts p {
    font-size: 14px;
    margin-bottom: 27px;
  }

  #contact .contactBox .button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 7px;
  }

  #contact .contactBox .button a {
    border-radius: 10px;
    padding: 11px 0 13px;
  }

  #contact .contactBox .button.mail {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 7px;
  }

  #contact .contactBox .button.mail a {
    border-radius: 10px;
    padding: 13px 0 14px;
  }

  #contact .contactBox.box02 .button .icon {
    max-width: 24px;
  }

  #contact .contactBox .button .text {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  /*---------------------------------
  #policy
  ---------------------------------*/

  #policy {
    padding: 36px 0 17px 0;
  }

  #policy .pageHead {
    margin-bottom: 14px;
  }

  #policy h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #policy h3 {
    font-size: 14px;
    margin-bottom: 0;
  }

  #policy p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  /*---------------------------------
  #schedule
  ---------------------------------*/

  #schedule {
    padding: 36px 0 47px 0;
  }

  #schedule .pageHead {
    margin-bottom: 11px;
  }

  #schedule p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
  }

  #schedule .wp-block-table {
    position: relative;
    overflow-x: scroll;
    margin-top: 20px;
    padding: 0 0 36px;
  }

  #schedule .wp-block-table:after {
    content: '※左右にスクロールできます。';
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #schedule .wp-block-table table {
    white-space: nowrap;
    border-collapse: collapse;
    min-width: 1400px;
  }

  #schedule .wp-block-table table tr th {
    font-size: 12px;
    padding: 8px 4px;
  }

  #schedule .wp-block-table table tr:first-child td {
    font-size: 14px;
    padding: 12px 15px;
  }

  #schedule .wp-block-table table tr td {
    font-size: 14px;
    padding: 10px 19px;
  }

}
