/* PC??µã?¤ã?? */
@charset "utf-8";

* {
   box-sizing: border-box;
}
 
body {
   margin: 0;
   padding: 0;
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 16px;
}

img {
   /* width: auto; */
   height: auto;
   display: block;
}

a {
   text-decoration: none;
   color: rgb(0, 0, 0);
}

h2 {
   border: none !important;
}

.main_center {
   margin: 55px auto 0 auto;
   width: 700px;
}

.span {
   display: block;
}

.pamphlet_contactBtn {
   display: flex;
   justify-content: center;
}

@media screen and (max-width: 766px) {
   .pamphlet_serviceImg {
      width: 100%;
   }
}

@media screen and (max-width: 766px) {
   .TD2 img {
      width: 40vw;
   }
}


@media screen and (max-width: 766px) {
   .main_center {
      width: 90%;
   }
}

@media screen and (min-width: 766px) {
   .sp_only {
      display: none;
   }
}

.wrapper {
   width: 1000px;
}

@media screen and (max-width: 1080px) {
   .wrapper {
      width: 90%;
   }
}

/* header  */
header {
   width: 100%;
}

header .top_container {
   display: flex;
   justify-content: space-between;
   margin: 0 auto;

   padding-bottom: 10px;
   transition: 0.3s;
}

@media screen and (max-width: 1050px) {
   header .top_container {
      align-items: center;
   }
}

header .logoImgBlock {
   margin-top: 15px;
}

@media screen and (max-width: 1050px) {
   header .logoImgBlock {
      margin-right: 3%;
      width: 100%;
   }
}

@media screen and (max-width: 1050px) {
   header .logoImgBlock img {
      width: 100%;
   }
}

header .top_container .detailBlock .topBlock {
   display: flex;

   color: rgb(255,255,255);
   font-weight: 600;
}

header .heartfull_center, header .haruka_travel {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

header .heartfull_center {
   margin-right: 5px;
   padding: 6px 6px 3px;

   background-color: rgb(218,82,120);
}

header .haruka_travel {
   padding: 6px 13px 3px;
   background-color: rgb(84,188,232);
}

header .heartfull_center p, header .haruka_travel p {
   color: rgb(255,255,255);
}

header .tel_numberImgBlock {
   margin: 10px 0 3px;
}

header .dateBlock, header .timeBlock {
   display: flex;
   align-items: center;
}

header .circle, header .circle {
   margin-top: 4px;
   margin-right: 3px;

   width: 15px;
   height: 15px;
   background-color: rgb(132,192,157);
   border-radius: 50%;
}

header .date, header .time {
   line-height: 16px;
   font-weight: 600;
}

/* nav */
header nav {
   background-color: rgb(57,181,74);
}

header .nav_container  {
   margin: 0 auto;
}

header .nav_block  {
   display: flex;
   width: 100%;
}

@media (min-width: 766px) and (max-width: 950px) {
   header .nav_block  {
      justify-content: space-between;
   }
}

header .nav_a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: calc(100% / 5);
   padding: 5px 0;
   border-left: 1px solid white;
}
header .nav_a:last-of-type {
   border-right: 1px solid white;
}

@media (min-width: 766px) and (max-width: 950px) {
   header .nav_a {
      width: 18%;
   }
}

@media (min-width: 766px) and (max-width: 950px) {
   header .nav_a:nth-of-type(3) {
      width: 23%;
   }
}

header .nav_p {
   padding: 10px 0;
   width: 100%;
   height: 100%;
   text-align: center;
   
   font-size: 16px;
   font-weight: 600;
   color: rgb(255,255,255);
   
   /* border-left: 1px solid rgb(255,255,255); */
}

header .nav_a:hover .nav_p {
   opacity: 0.7;
}

/* header .nav_a:last-of-type .nav_p  {
   border-right: 1px solid rgb(255,255,255);
} */


footer {
   margin-top: 30px;
   padding: 20px 0;
   text-align: center;

   background-color: rgb(8,128,60);
   color: rgb(255,255,255);
}

footer .container {
   margin: auto;
}

footer .txtBlock {
   font-size: 22px;
}

footer .txtBlock_br {
   display: none;
}

@media (min-width: 766px) and (max-width: 1080px) {
   footer .txtBlock_br {
      display: block;
   }
}

footer .copywriterBlock {
   margin-top: 10px;
   font-size: 20px;
}



