* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
}

a {
  /* リンク色無効 */
  text-decoration: none;
  color: inherit;
}

main {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

/* メディアクエリ(ベース) */

/* 500px以上(PC用) */
@media screen and (min-width: 600px) {
  /* 背景画像 */
  body {
    /* background-color: red; */
    background-image: url(images/bg_img_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* 要素を覆う */
    background-position: center;
    background-position: top;
    /* 背景画像の位置指定 */
  }

  /* ロゴ */
  .logo {
    position: absolute;
    top: 20vh;
    left: 10vw;
    width: 10%;
    z-index: 1;
    /* background-color: gold; */
    display: flex;
  }

  /* ハンバーガーメニュー */
  .hamburger {
    width: 85%;
    background-color: rgba(181, 159, 152, 0);
    border-radius: 25px 0 0 25px;
    padding-top: 0.5em;
    transition: all ease-out 0.5s;
  }
  .hamburger.headerColorScroll {
    background-color: rgba(181, 159, 152, 1);
  }

  /* フッター */
  .footerBox {
    width: 100%;
    height: 500px;
    position: relative;
    /* background-color: red; */
  }
  footer {
    width: 100%;
    height: 200px;
    /* background-color: red; */
    background-image: url(images/footer_pc.png);
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: 0;
  }
  .map {
    margin-top: 120px;
    /* margin-bottom: 5vh; */
    display: flex;
    justify-content: space-around;
    padding: 20px;
    /* background-color: #ccc; */
  }
  .text_map h2 {
    color: #50636f;
  }
  .text_map p {
    margin-top: 20px;
  }
  .map iframe {
    box-shadow: 10px 10px 10px rgba(58, 52, 52, 0.3);
  }
  .footer_info {
    width: 250px;
    height: 90px;
    color: #f7f5f6;
    position: absolute;
    bottom: 10px;
    left: 250px;
    /* background-color: gold; */
  }
  .footer_logo img {
    width: 200px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    /* background-color: blue; */
  }
  .footer_info img {
    /* position: absolute; */
    width: 50px;
    margin-left: 40px;
    margin-top: 10px;
  }
}

/* 500px以下(SP用) */
@media screen and (max-width: 600px) {
  /* 背景画像 */
  body {
    /* background-color: blue; */
    background-image: url(images/bg_img_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }



  /* ロゴ */
  .logo {
    /* background-color: red; */
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translate(-50%);
    width: 20%;
    z-index: 1;
  }

   .btn{
    padding-left: -30%;
  }

  /* フッター */
  .footerBox {
    width: 100%;
    /* height: 500px; */
    position: relative;
  }
  footer {
    width: 100%;
    height: 200px;
    /* background-color: red; */
    background-image: url(images/footer_pc.png);
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: 0;
  }
  .map {
    margin-top: 120px;
    /* margin-bottom: 5vh; */
    padding: 20px;
    /* background-color: #ccc; */
  }
  .text_map h2 {
    color: #50636f;
  }
  .text_map p {
    margin-top: 40px;
  }
  .map iframe {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    box-shadow: 10px 10px 10px rgba(58, 52, 52, 0.3);
  }
  .footer_info {
    /* width: 40%; */
    height: 90px;
    color: #f7f5f6;
    position: absolute;
    bottom: 10px;
    right: 20px;
    /* left: 120px; */
    /* background-color: gold; */
  }
  .footer_logo img {
    width: 40vw;
    position: absolute;
    left: 20px;
    bottom: 20px;
    /* background-color: blue; */
  }
  .footer_info_img {
    width: 100%;
    /* background-color: #333; */
    display: flex;
  }
  .footer_info img {
    /* position: absolute; */
    width: 10vw;
    margin-left: 5vw;
    margin-top: 10px;
  }
}

/* ハンバーガーメニュー */
nav {
  width: 100%;
  text-align: right;
}

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

.hamburger {
  color: #f7f5f6;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 20px;
  height: 50px;
  display: flex;
  position: fixed;
  justify-content: space-around;
  z-index: 20;
}

.headerBack {
  width: 100%;
  height: 140px;
  /* background-color: green; */
}

.hamburger .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f7f5f6;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.hamburger .btn-gNav span.hambugerColorScroll {
  background: #3a3434;
}
.hamburger .btn-gNav span:nth-child(1) {
  top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
  top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
  top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-gNav {
  display: none;
}
.gNav .gNav-menu {
  display: flex;
  justify-content: space-between;
}

.gNav .gNav-menu li {
  margin: 0 auto;
  padding: 0 2px;
  /* background-color: red; */
}
.gNav .gNav-menu li :hover {
  transition: all 1s ease;
}

/* 1000px以上(PC用) メニュー*/
@media screen and (min-width: 1000px) {
  /* ドロップダウンメニュー */
  .drop-menu-list {
    /* height: 20vh; */
    width: 230px;
    position: absolute;
    top: 110%;
    visibility: hidden;
    /* ホバー前は隠す */
    opacity: 0;
    padding-left: 5px;
    transition: all ease 0.3s;
    padding: 10px;
    border-radius: 10px;
    background-color: #f7f5f6;
  }
  .menu-item:hover .drop-menu-list {
    visibility: visible;
    /* ホバーしたら出現 */
    opacity: 1;
  }

  .gNav-menu a:hover {
    border-bottom: #f7f5f6 1.5px solid;
  }
  .drop-menu-item {
    color: #3a3434;
    height: 50px;
    padding-top: 10px;
    text-align: left;
    /* background-color: blue; */
  }

  .drop-menu-item a {
    padding-bottom: 6px;
    /* border-bottom: 2px solid #b59f98; */
    transition: all ease-in 0.3s;
  }

  .drop-menu-item a:hover {
    color: #9b3341;
  }
}

/* 1000px以下(SP用) メニュー */
@media screen and (max-width: 1000px) {
  .drop-menu-item {
    color: #ffd3d9;
    /* height: 50px; */
    padding-top: 10px;
    /* background-color: blue; */
  }
  
  .btn-gNav {
    display: block;
  }

  .gNav {
    color: #f7f5f6;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 52, 52, 0.9);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 50px;
    transition: 0.3s;
  }

  .gNav.open {
    right: 0;
  }

  .gNav .gNav-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
  }

  .gNav .gNav-menu li {
    max-width: 300px;
    padding: 15px;
    /* border-bottom: #f7f5f6 1px solid; */
  }

  .drop-menu-list li:hover {
    visibility: visible;
  }

  .hamburger.headerColorScroll {
    background-color: rgba(181, 159, 152, 0);
  }

  .drop-menu-list {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
    padding-left: 5px;
    /* background-color: blue; */
  }
  .menu-item:hover .drop-menu-list {
    visibility: visible;
    opacity: 1;
    height: auto;
    /* background-color: red; */
  }
}

/* コンテンツボックス(ベース) */
.containt {
  margin: 0 auto;
  width: 90%;
  height: auto;
  /* background-color: green; */
}

.containt h3 {
  color: #9b3341;
  /* margin-top: 5vh; */
  margin-bottom: 2vh;
  padding-bottom: 0.3em;
  text-align: center;
  /* background-color: blue; */
}

/* 挨拶文 */
article {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  justify-content: center;
  /* background-color: blue; */
}

.Service {
  width: 100%;
  margin-top: 150px;
  /* background-color: red; */
  text-align: center;
}

/* メディアクエリ(コンテンツ) */

/* 500px以上(PC用) */
@media screen and (min-width: 600px) {
  .containt {
    margin-top: 380px;
  }

  /* 最新情報 */
  .new {
    /* color: #9b3341; */
    margin-top: 100px;
    text-align: center;
    /* background-color: blue; */
  }
  .new h3{
    color: #9b3341;

  }

  .new-link {
    margin-left: 3em;
    display: flex;
    justify-content: center;
    /* background-color: gold; */
  }
  .new-link p {
    padding-top: 3%;
  }
  .new img {
    margin-left: 2vw;
    vertical-align: baseline;
    width: 70px;
  }

  /* 挨拶 */
  article {
    /* margin-top: 10vh; */
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    /* height: 50vh; */
    /* margin-left: 3em; */
    /* background-color: palegreen; */
  }
  .toptext {
    word-break: keep-all;
    width: 80%;
    display: inline-block;
    /* background-color: gold; */
  }

  /* サービス一覧 */
  .Service p {
    /* margin-left: 3em; */
    /* margin-top: 3vh; */
    text-align: center;
  }
  .Service_img {
    position: absolute;
    left: 60vw;
    top: 110vh;
    z-index: 1;
  }
  .ServiceBox {
    text-align: center;
    display: flex;
    height: 150px;
    width: calc(100% - 80px);
    min-width: 600px;
    margin-top: 50px;
    /* background-color: red; */
    /* margin-left: 10vw; */
    align-items: center;
    justify-content: space-between;
  }
  .ServiceBox p {
    word-break: keep-all;
    max-width: 400px;
  }
  .ServiceLine {
    height: 100%;
    min-width: 10px;
    background-color: #50636f;
    border-radius: 20px;
    margin-right: -1em;
  }
  .ServiceBox img {
    margin-left: 2vw;
    width: 200px;
    height: 200px;
    /* background-color: gold; */
  }
  .btn {
    /* width: 50%; */
    padding-top: 10em;
    margin-left: auto;
    margin-right: 20%;
    padding-left: 5em;
    gap: 2em;
    /* background-color: gray; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
  }
  .btn p {
    margin-top: 16px;
    color: #f7f5f6;
    margin-left: -1.3em;
    width: 180px;
    height: 50px;
    text-align: center;
    padding-top: .7em;
    background-color: #50636f;
    border-radius: 50px;
    transition: all ease 0.5s;
  }
  .br-sp {
    display: none;
    /* pc用　brを無効 */
  }
  .btn p:hover {
    background-color: #f7f5f6;
    border: #50636f 2px solid;
    color: #50636f;
  }
  .btn_staff {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: chartreuse; */
  }
  .btn_staff p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    color: #f7f5f6;
    width: 200px;
    height: 60px;
    text-align: center;
    padding-top: 1em;
    background-color: #50636f;
    border-radius: 50px;
  }
  .btn_staff p:hover {
    background-color: #f7f5f6;
    border: #50636f 2px solid;
    color: #50636f;
  }
}

/* 500px以下(SP用) */
@media screen and (max-width: 600px) {
  .containt {
    margin-top: 150px;
  }
  .containt h3 {
    text-align: center;
  }
  
  .Service {
    width: 100%;
    margin-top: 80px;
    /* background-color: red; */
    text-align: center;
  }
  

  /* 最新情報 */
  .new {
    margin-top: 100px;
    text-align: center;
    /* background-color: blue;*/
  }

  .new h3 {
    padding: 16px;
  }
  .new img {
    width: 50px;
    margin-top: 1em;
    vertical-align: baseline;
  }

  /* 挨拶 
  article {
    margin-top: 5vh;
    text-align: center;
    /* height: 40vh; 
  }*/
  .toptext {
    width: 90%;
    font-size: 16px;
    display: inline-block;
    /* background-color: red; */
  }

  /* サービス一覧 */

  .Service p {
    /* margin-top: 3vh; */
    font-size: 16px;
  }

  .Service_img {
    margin: 0 auto;
    /* background-color: palevioletred; */
  }
  .Service_img img {
    width: 60%;
    height: 60%;
    /* background-color: indigo; */
  }
  .ServiceBox {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    height: auto;
    margin: 0 auto;
    /* width: 100%; */
    align-items: center;
    margin-top: 60px;
    /* background-color: aqua; */
  }
  .ServiceLine {
    /* height: 150px;
    min-width: 10px;
    background-color: #50636f;
    margin-right: 15px;
    border-radius: 20px; */
    display: none;
  }
  .ServiceBox p {
    max-width: 350px;
    margin-top: 2%;
    /* background-color: darkcyan; */
  }
  .ServiceBox img {
    width: 150px;
    height: 150px;
    margin-left: 2vw;
  }
  .btn {
    width: 100%;
    margin: 0 auto;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background-color: gray; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    text-align: center;
  }
  .btn p {
    margin-top: 30px;
    color: #f7f5f6;
    width: 150px;
    height: 65px;
    text-align: center;
    background-color: #50636f;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
  }
  .btn p:hover {
    background-color: #f7f5f6;
    border: #50636f 2px solid;
    color: #50636f;
  }
  .btn_staff {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* background-color: chartreuse; */
  }
  .btn_staff p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 5vh;
    color: #f7f5f6;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 2.5em;
    background-color: #50636f;
    border-radius: 50%;
    transition: all ease 0.5s;
  }
  .btn_staff p:hover {
    background-color: #f7f5f6;
    border: #50636f 2px solid;
    color: #50636f;
  }
}

.down-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #f7f5f6;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.4em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-top: -0.3em;
  margin-left: 0.4em;
}


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


@media screen and (max-width: 600px) {
  .pc{
    display: none;
  }

  .sp{
    display: flex;
  }
  .sp a{
    margin: 0 auto;
  }
}