/* ------------------
CSSリセット
------------------ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

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

/* ------------------
フォント
------------------ */
* {
  font-family: 'Noto Serif JP', serif;
}


/* ------------------
共通パーツ
------------------ */
.inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.section_title {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  padding: 100px 0 50px;
}

.contact_btn {
  padding: 1em;
  text-align: center;
}

.contact_btn_link {
  display: inline-block;
  min-width: 230px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 15px 16px;
  background: #3f51b5;
  color: #fff;
  border-radius: 3px;
}

.contact_btn_link:hover {
  color: #fff;
}




/* ------------------
HEADER
------------------ */
header {
  position: fixed;
  width: 100%;
  background-color: #dddddd;
  opacity: 0.7;
  z-index: 50;
}

.contact_header {
  opacity: 1;
}

/* ------------------
TOP
------------------ */
.top {
  background-image: url(../img/top-img.JPG);
  background-size: cover;
  width: 100%;
  height: 100vh;
}



/* ------------------
HOME
------------------ */
.home_title_sp {
  display: none;
}

.home_message_wrap {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}


.facebook {
  background-color: #F7FAFF;
  padding-bottom: 50px;
}

.facebook_title {
  font-size: 40px;
  font-weight: 500;
  padding: 50px 0 10px;
  text-align: center;
  position: relative;
}

.facebook_title::after {
  content: "";
  width: 500px;
  height: 5px;
  background: #3f51b5;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.facebook_message {
  font-size: 20px;
  margin: 60px auto;
  text-align: center;
}

.info_container {
  display: flex;
  justify-content: space-between;
}

.facebook_iframe_wrap {
  text-align: center;
  width: 500px;
}

.facebook_iframe_sp {
  display: none;
}

.info {
  width: 480px;
  margin-left: 20px;
}

.service_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.service_content {
  font-size: 18px;
  text-align: left;
  line-height: 2;
}

.service_content p {
  margin-left: 20px;
}



/* ------------------
WORKS
------------------ */
.works {
  padding-bottom: 50px;
}

.swiper-container {
  width: 1000px;
  height: 600px;
}


.work1 {
  width: 100%;
  height: 600px;
  background-image: url(../img/work-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.work2 {
  width: 100%;
  height: 600px;
  background-image: url(../img/work-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.work3 {
  width: 100%;
  height: 600px;
  background-image: url(../img/work-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.work4 {
  width: 100%;
  height: 600px;
  background-image: url(../img/work-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
	width: 50px;
  height: 50px;
  z-index: 3;
}

.swiper-button-prev::after, 
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background-image: url(../img/arrow-prev.png);
  background-size: contain;
}

.swiper-button-next {
  background-image: url(../img/arrow-next.png);
  background-size: contain;
}

.works_message {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
  line-height: 2;
}




/* ------------------
MAP
------------------ */
.dragon_road {
  background-color: #F7FAFF;
  padding-bottom: 50px;
}

.dragon_road_map {
  margin: 0 auto 50px;
}

.dragon_road_map img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.dragon_road_message {
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

.map_item {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-around;
}

.map_item:last-child {
  margin-bottom: 0;
}

.map_item_img {
  width: 45%;
}

.map_item:nth-child(2n) .map_item_img {
  order: 2;
  margin-right: 0;
}

.map_item img {
  width: 100%;
}

.map_item_info {
  width: 45%;
}

.map_item:nth-child(2n) .map_item_info {
  order: 1;
}

.item_title {
  font-size: 32px;
  margin-bottom: 20px;
}

.item_text {
  font-size: 20px;
  line-height: 1.6;
}




/* ------------------
ACCESS
------------------ */
.access {
  padding-bottom: 50px;
}

.google_map_wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.google_map_iframe {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.google_map_iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.map_title {
  font-size: 24px;
  margin: 40px 0 20px;
}

.address {
  font-size: 16px;
  margin-bottom: 10px;
}

.access_info {
  font-size: 16px;
  line-height: 2;
}

.access_info a {
  text-decoration: none;
  color: tomato;
}

.access_info a:hover {
  opacity: 0.6;
}

.bus_info {
  display: block;
  text-align: right;
}



/* ------------------
CONTACT
------------------ */

.contact_title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  padding: 150px 0 50px;
}

.contact_confirm_title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  padding: 150px 0 50px;
}

.contact_confirm_message_wrap {
  margin: 0 auto;
  text-align: center;
}

.contact_confirm_message {
  font-size: 25px;
  line-height: 2;
  display: inline-block;
  text-align: left;
}



/* ------------------
FOOTER
------------------ */
footer {
  border-top: 2px solid #767171;
  padding: 20px 0;
}

footer .inner {
  text-align: center;
}

.copyright {
  margin-bottom: 10px;
}

.twitter_color {
  color: #00ACEE;
}

.facebook_color {
  color: #3C5A99;
}




/* ------------------
レスポンシブ
------------------ */
@media only screen and (max-width:1000px) {

  /* 共通パーツ */
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* HEADER */
  .header_right {
    display: none;
  }

  .drawer-icon {
    display: block;
  }

  /* HOME */
  .home_title {
    display:none;
  }

  .home_title_sp {
    display: block;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0 25px;
    line-height: 1.5;
  }

  .home_message_wrap {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: left;
    line-height: 2;
  }


  /* FACEBOOK  */
  .facebook_title {
    font-size: 30px;
    font-weight: 500;
    padding: 50px 0 0;
    text-align: center;
    position: relative;
  }

  .facebook_title::after {
    display: none;
  }

  .facebook_message {
    font-size: 18px;
    margin: 40px auto 30px;
    text-align: center;
    line-height: 2;
  }

  .info_container {
    display: block
  }

  .facebook_iframe_wrap {
    text-align: center;
    width: 100%;
  }

  .facebook_iframe_pc{
    display: none;
  }

  .facebook_iframe_sp {
    display: block;
    width: 100%;
  }

  .info {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .service_content {
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }

  .service_content p {
    margin-left: 0;
  }


  /* WORKS */

  .section_title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 50px 0;
  }

  .swiper-container {
    width: 100%;
    height: 300px;
  }
  
  
  .work1 {
    width: 100%;
    height: 300px;
    background-image: url(../img/work-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .work2 {
    width: 100%;
    height: 300px;
    background-image: url(../img/work-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .work3 {
    width: 100%;
    height: 300px;
    background-image: url(../img/work-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .work4 {
    width: 100%;
    height: 300px;
    background-image: url(../img/work-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    z-index: 3;
  } 

  .works_message {
    font-size: 14px;
    text-align: center;
  }


  /* MAP  */
  .dragon_road_message {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-bottom: 25px;
  }

  .dragon_road_map {
    margin: 0 auto 25px;
  }

  .map_item {
    display: block;
    margin-bottom: 25px;
  }

  .map_item_img {
    width: 100%;
    margin: 0 auto;
    
  }
  
  .map_item_info {
    width: 100%;
    margin: 0 auto;
  }

  .map_item:nth-child(2n) .map_item_img {
    order: 2;
    margin: 0 auto;
  }

  .item_title {
    font-size: 25px;
    margin: 10px 0;
  }

  .item_text {
    font-size: 16px;
    line-height: 1.6;
  }

  
  /* access */
  .map_title {
    font-size: 22px;
    margin: 20px 0;
  }

  .address {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .access_info {
    font-size: 14px;
    line-height: 2;
  }

  .access_info a {
    text-decoration: none;
    color: tomato;
  }

  .access_info a:hover {
    opacity: 0.6;
  }

  .bus_info {
    display: block;
    text-align: left;
  }

  .access {
    padding-bottom: 25px;
  }

}









