@charset "UTF-8";
/* 共通 */
body,html {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
/*  letter-spacing: 0.1em;*/
  color: #333;
  line-height: 1.8;
}
.sp_none {
  display: block;
}

.pc_none {
  display: none;
}
h1{
  font-size: 45px;
  font-weight: 600;
	margin-bottom: 1rem;
}
h2{
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
h3{
  font-size: 20px;
  font-weight: bold;
}
p {
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #404E84;
  font-weight: bold;
}
section{
  padding: 80px 0;
}
.section_inner {
  max-width: 1200px;
  margin: auto;
}

.hedding {
  text-align: center;
}
.hedding_sub {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 24px;
  margin-bottom: 40px;
}
.hedding_sub:before, .hedding_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
}
.hedding_sub:before {
  left:0;
}
.hedding_sub:after {
  right: 0;
}
.line{
  margin: 20px 0;
}


/* メインビジュアル */
.main_visual {
  background-image: url("../img/bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0 -220px;
}
@media screen and (max-width: 1600px) {
.main_visual {
  background-position: 0 bottom;
}
}

.main_visual_inner{
  display: flex;
      max-width: 1200px;
      margin: auto;
      padding: 90px 0 80px;
}
.main_visual_contents {
  width: 50%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 10;
}
.main_visual_contents p {
	font-size: 18px;
}
@media screen and (max-width: 640px) {
.main_visual_contents p {
	font-size: 14px;
}
}
.main_visual_img{
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: relative;
  z-index: 20;
}
.main_visual .top_back_lb{
  position: absolute;
  bottom: -120px;
  left: -170px;
  z-index: 0;
}
.main_visual .top_back_rt{
  position: absolute;
    top: -20px;
    right: 0;
}

.main_visual_zodiac {
  position: relative;
    left: -50px;
    bottom: 0;
}

.main_visual_img .main_visual_logo{
  margin-left: 40px;
}

/* お役立ち情報 */
.information {
  background-image: url(../img/bg_03.png);
  background-repeat: repeat;
  text-align: center;
}
.information .hedding{
  text-align: center;
  color: #fff;
}
.information .hedding_sub:before, .information .hedding_sub:after {
  background-color: #fff;
}
.information_card {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.information_card .card_item{
  padding: 50px 30px;
  background: #fff;
  width: 40%;
  border-radius: 10px;
}
.information_card .card_item h3{
  margin-bottom: 20px;
}
.information_card .card_item h3 span{
  color:#FF9900;
}

.information_card .card_item img{
width: 100%;
margin-bottom: 10px;
}
.information_card .card_item .card_item_text{
  text-align: left;
}
.information .summary{
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin: 56px 0 16px;
  color: #fff;
}

/* サービス概要 */
.service{
  background-image: url(../img/bg_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.service .hedding_sub:before, .service .hedding_sub:after {
  background-color: #333;
}
.service_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.service_card .card_item{
  width: 30%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.service_card .card_item img{
  width: 100%;
}
.service_card .card_item img:hover{
  opacity: 0.8;
}
.service_card .card_item .card_item_text{
  text-align: left;
  margin-top: 20px;
}
.service_card .card_item .card_item_text h3{
  font-weight: bold;
}

/* 営業時間 */
.businessHours {
  background-image: url(../img/bg_03.png);
  background-repeat: repeat;
  text-align: center;
}
.businessHours .section_inner{
  background: #fff;
  border-radius: 10px;
  max-width: max-content;
}
.businessHours h3{
  padding: 40px 80px;
  border-bottom: 2px #404E84 solid;
}
@media screen and (max-width: 640px) {
.businessHours h3{
	font-size: 16px;
  padding: 40px 20px;
  border-bottom: 2px #404E84 solid;
}
}

.businessHours_contents{
  padding: 20px 80px 40px;
}
@media screen and (max-width: 640px) {
.businessHours_contents{
  padding: 20px 20px 40px;
}
}


.businessHours_contents img{
  padding: 20px 0px;
}

footer{
  background: #333;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
footer p{
  font-size: 12px;
}


@media screen and (max-width: 640px) {

  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  img {
    width: auto;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
    padding: 0;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
  section {
    width: 100%;
    margin: auto;
    padding: 40px 14px;
    box-sizing: border-box;
}
.line{
  width: 100%;
}
.hedding h2{
margin: 10px 0 20px;
}

.hedding_sub{
  font-size: 18px;
}

/* メインビジュアル */
.main_visual {
  background-image: url("../img/bg_01_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.main_visual_inner{
  display: block;
      max-width: 100%;
      margin: auto;
      padding: 40px 0;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      transform:none;
}
.main_visual_contents{
  width: 90%;
        box-sizing: border-box;
        padding: 40px 20px;
        margin: auto;
}
.main_visual_logo{
  width: 90%;
  margin: 0 auto 20px;
}
.main_visual_zodiac {
  position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* お役立ち情報 */
.information_card .card_item{
  width: 100%;
  margin: 0;
  padding:40px 20px
}

/* サービス概要 */
.service {
  background-image: url("../img/bg_04_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
  .service_card .card_item{
    width: 100%;
  }
/* 営業時間 */
.businessHours_contents img{
  width: 100%;
}
footer{
  background: #333;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
}
footer p{
  font-size: 12px;
}

}

