@charset "UTF-8";

html {
  font-size: 100%;
}
header .menu li a {
    color: #fff;
}
header .menu li  a:hover {
    color: yellow;
}
body {
  background-color: #383e45;
  color: #fff;
  font-size: 0.9rem;
}
a {
  text-decoration: none;
  color: #fff !important;
}
img {
  text-align: center;
  max-width: 100%;
}
ul {
  overflow:hidden;
  list-style:none;
  margin: 0 auto;
  z-index: 20;
}
ul li {
  display: inline-block;
  padding: 26px 10px 20px 10px;
}
p {
    white-space: nowrap;
}
.site-title {
  width: 120px;
  line-height: 1px;
  padding: 10px 0;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
  border-bottom: solid 1px #383e45;
}
.content-title {
  font-size: 1rem;
  margin: 10px 0;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0 4%;
  text-align: center;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
#header ul {
  display: flex;
  list-style: none;
  padding: 10px 0;
}
#header li {
  display: flex;
  margin-left: 30px;
}
#header li a {
  color: #24292e;
}
#header li a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 80px;
}
#mainvisual img {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  object-fit: cover;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
#about .text {
  text-align: left;
}

 /*-------------------------------------------
Servicemenu
-------------------------------------------*/
#servicemenu ul {
  display: flex;
  justify-content: space-evenly;
}
#servicemenu li {
  width: 40%;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

 /*-------------------------------------------
Gallery
-------------------------------------------*/
#gallery img {
  width: 150px;
  margin-right: 10px;
}
#gallery ul {
  display: flex;
  justify-content: space-evenly;
}
#gallery li {
  width: 35%;
}                 

/*-------------------------------------------
店舗情報・地図
------------------------------------------- */

.map iframe {
 
}  */



#location {
  padding: 4% 0;
}
#location .wrapper {
  display: flex;
  justify-content: space-between;
}
.location-info {
  width: 22%;
  text-align: left;
}
.location-info p {
  padding: 12px 10px;
}
.location-map {
  width: 74%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.location-map iframe {
  position: absolute;
  top: 0; 
  left: 0;
  width: 600px
  height: 450px;
  margin-top: -140px;
}

/* iframe */
iframe {
  width: 100%;
}
/*-------------------------------------------
経歴紹介　Career
------------------------------------------- */
.career {
  text-align: center;
}
.career img {
  width: 600px;
  height: auto;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.5rem;
  padding: 10px 0;
  text-align: center;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual img {
    height: calc(100vh - 60px);
  }

  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about .content {
    flex-direction: column;
  }
  #about img {
    margin-right: 0;
  }
}

/*　モバイル版
----------------------------------------------- */
@media (max-width:600px) {
  .page-title {
    font-size:2.5rem;
  }

  /* HOME */
  .home-content {
    margin-top:20%;
  }
  /*店舗情報・地図 / SNS */
  #location .wrapper,
  #sns .wrapper {
    flex-direction: column;
  }
  .location-info,
  .location-map,
  .sns-box {
    width: 100%;
  }
  .sns-box {
    margin-bottom: 30px;
  }
}