:root {
  --main-color: #484949;
  --main-color2: #00B7EE;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family: 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

.bg_bray{background-color: #f7f7f7 !important;}
.bg_white{background-color: #FFF !important;border-radius: 15px;padding: 50px 0;}
.bg_blue{background-image:url(../images/bg2.jpg);border-radius: 15px;padding: 50px 0;background-size: cover;}
.bg_blue2{background-image:url(../images/bg1.jpg);border-radius: 15px;padding: 50px 0;background-size: cover;}
@media only screen and (max-width: 991px) {
  .bg_white{padding: 30px 0;}
  .bg_blue{padding: 30px 0;}
  .bg_blue2{padding: 30px 0;} 
}
.bg_blue span{border-bottom:1px dotted #82e2ff ;}
.relative{position: relative;}
.p_relative{position: relative;margin: 50px 0;}
.section_lightgray{background-image:url(../images/bg1.jpg);padding-top: 100px;padding-bottom: 100px;background-size: cover;}

.section_lightgray2{background-image:url(../images/bg3.jpg);padding-top: 100px;padding-bottom: 100px;background-size: cover;}

.section_white{padding-top: 100px;padding-bottom: 100px;background-color: #FFF;}
.copy{position: absolute;top:45%;width: 700px;left: 50%;transform: translate(-50%,-50%);z-index: 9;}
@media only screen and (max-width: 991px) {
.copy{position: absolute;top:50%;width: 300px;left: 50%;transform: translate(-50%,-50%);z-index: 9;}  
}
/*共通*/
h2{position: absolute;display: block;font-size: 5.7rem;text-align: center;font-weight: bold;line-height: 5.7rem;letter-spacing: 0.4rem;color: #09c6ff;opacity: 0.3 !important;right: 0;left:0;top:-50px}
.h2-s{font-size: 1.5rem;text-align: center;font-weight: 500;margin-top: 0em;letter-spacing: 0.2rem;color: #4a4a4a;}
.h2_icon{width: 50px;display: block;margin:-50px auto 0;position: absolute;right: 0;left: 0;z-index: 9;}
h3{display: inline-block;font-size: 2rem;text-align: center;font-weight: 500;line-height: 2.9rem;margin-bottom: 2em;letter-spacing: 0.1rem;color: #00B7EE;}
p{font-size: 1.2rem;color: #797979;font-weight: normal;}

@media only screen and (max-width: 991px) {
  h2{font-size:2.5rem;line-height: 2rem;}
  .h2-s{font-size: 1.5rem;text-align: center;font-weight: 500;margin-top: -1em;letter-spacing: 0.2rem;color: #4a4a4a;}
  p{font-size: 90% !important;margin-bottom: 10px;}
  .h2_icon{width: 50px;display: block;margin:-50px auto 0;position: absolute;right: 0;left: 0;top:-20px}
}   

h4{display: inline-block;font-size: 1.5rem;font-weight: 500;line-height: 2rem;margin: 0px 0 10px;letter-spacing: 0.2rem;color: #00B7EE;}

.h3-s{font-size: 0.8rem;text-align: center;font-weight: 500;letter-spacing: 0rem;color: #888;}

.w100 {width: 100%;height: auto !important;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}

.h2{font-size: 1.8rem;text-align: center;font-weight: 500;line-height: 2.2rem;margin-bottom: 1em;letter-spacing: 0.2rem;color: #00B7EE;display: block;}

@media only screen and (max-width: 991px) {
  .h2{font-size: 1.2rem;text-align: center;font-weight: 500;line-height: 1.4rem;margin-bottom: 1em;letter-spacing: 0.2rem;color: #00B7EE;display: block;}
h3{font-size: 1.3rem;letter-spacing: 0.1rem;line-height: 2rem;}
h4{font-size: 1.1rem;letter-spacing: 0.1rem;margin: 0px 0 10px;}
.h3-s{font-size: 0.7rem;}
.cate_gray{}
.sp-none{display: none;}
}

.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 720px) {
  p{font-size: 80%;margin-bottom: 10px;}
}


/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
top:0px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #242424;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #242424;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}


/* ニュース */

#news .col-lg-2{border-bottom:4px dotted #8be4ff ;padding-bottom: 10px;color: #00B7EE;font-size: 1.2rem;}
#news .col-lg-9{border-bottom:4px dotted #8be4ff ; padding-bottom: 10px;font-size: 1.2rem}
.section_gray{background-color: #00B7EE;padding-top: 100px;padding-bottom: 100px;color: #FFF !important;}
@media (max-width: 992px) {
  #news .col-lg-2{border-bottom:4px dotted #8be4ff ;padding-bottom: 10px;color: #00B7EE;font-size: 1rem;}
#news .col-lg-9{border-bottom:4px dotted #8be4ff ; padding-bottom: 10px;font-size: 1rem}
  .section_gray{background-color: #00B7EE;padding-top: 50px;padding-bottom: 50px;color: #FFF !important;}
  }

.section_white .arrow{background-image: url(../images/arrow.svg);background-position: right ;background-repeat: no-repeat;}
#news a{color: #ee5555 ;text-decoration: underline;}
#news a:visited{color: #ee5555 ;text-decoration: underline;}
#news a:link{color: #ee5555;text-decoration: underline;}
#news a:hover{color: #ee5555;text-decoration: none;}

.qa_q::first-letter{font-size: 150%;}
.qa_q{border-bottom: 3px dotted #ccc;display: block;padding-bottom: 10px;}
.qa_a::first-letter{font-size: 150%;color: #ee5555;margin-right: 0.1em;}
@media only screen and (max-width: 991px) {
  .qa_q{font-size: 100%;line-height: 1.3rem;}
}
/* テーブル */



.maru{border-radius: 50%;}
.class_bg{background: #FFF;padding: 20px;border-radius: 20px;}


.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* ボタンのスタイル */
.button1 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 120px;
  padding: 10px 25px;
  color: #555 !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button1 a:hover {
  color: #222 !important;
}
.button1 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button1 a:hover:after {
  border-color: #555;
}


/* ボタンのスタイル */
.button2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 120px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button2 a:hover {
  color: #b3b3b3;
}
.button2 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button2 a:hover:after {
  border-color: #b3b3b3;
}


/* ボタンのスタイル */
.button3 a {
  position: relative;
  background-color: #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  max-width: 250px;
  padding: 5px 25px;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button3 a:hover {
  color: #FFF;
  background-color: #222;
}

/* ボタンのスタイル */
.button4 a {
  position: relative;
  background-color: #00B7EE;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none !important;
  margin: 30px auto 0;
  width: 100%;
  padding: 10px 25px;
  color: #FFF !important;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button4 a:hover {
  color: #FFF !important;
  background-color: #39cefc;
}


/* ボタンのスタイル */
.button5 a {
  position: relative;
  background-color: #FFF;
  border: 1px solid #333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-left: auto; /* 右寄せに変更 */
  width: 100px;
  font-size: 11px;
  padding: 3px 10px;
  color: #333 !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button5 a:hover {
  color: #FFF !important;
  background-color: #333;
}


/* ボタンのスタイル */
.button6 a {
  position: relative;
  border: 1px solid #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  margin-left: auto; /* 右寄せに変更 */
  text-align: center;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 7px 10px;
  color: #FFF !important;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.button6 a:hover {
  color: #333 !important;
  background-color: #FFF;
}



/* フッター */
#footer{background-color: #FFF;font-size: 1.1rem;width: 100%;text-align: left;padding-top: 30px !important;color: #00B7EE;background:linear-gradient(#FFF 60%, #b9e9ec 100%);}

#footer span{font-size: 2.5rem;letter-spacing: 0em;font-weight: bold;color: #00B7EE;}
.copyright{padding: 10px 0 20px;color: #666;font-size: 1rem}
.tel-number {
  text-decoration:none !important;
  color: #00B7EE !important;
  }
@media (max-width: 992px) {
  #footer{text-align: center;}
}
@media (max-width: 992px) {
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
}
.footer_btn{position: fixed;right: 0; bottom: 0;z-index: 99;width: 350px;}
.footer_btn_left{width: 49%;margin:0 1% 0 0}
.footer_btn_right{width: 49%;margin:0 1% 0 0}
@media (max-width: 992px) {
  .footer_btn{position: fixed;right: 0; bottom: 0;z-index: 99;width: 100%;}

.footer_btn_left{width: 50%;margin:0 0%}
.footer_btn_right{width: 50%;margin:0 0%}
}



#footer_menu ul {
  padding: 0px 10px 30px;
}
#footer_menu ul li {
  position: relative;
  height: auto;
  list-style: disc;
}
#footer_menu ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#00B7EE;
  text-decoration: none;
  padding: 3px 0;
}
#footer_menu ul a:hover {
  color: #00B7EE;
  position: relative;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  #footer_menu ul {
    padding: 0px 0 0;
    margin: 0px 0 0;
  }
  #footer_menu ul li {
    border-bottom: solid 1px #95dbf0;
    position: relative;
    height: auto;
    list-style: none;
  }
  #footer_menu ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color:#00B7EE;
    text-decoration: none;
    padding: 8px 15px 10px 10px;
  }
  #footer_menu ul a:hover {
    color: #00B7EE;
    position: relative;
    text-decoration: underline;
  }
}
#topBtn{
    background:#00B7EE;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1007px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/




/* パララックス用のCSS */
.parallax {
  padding: 0 0;
  height: 100vh;
    background: url(../images/main.jpg);
    background-size: cover;
    background-position: top;
    width: 100%;
   background-repeat: no-repeat;
   position: relative;
   display: flex;
  justify-content: center;
  align-items: center;
}

.parallax2 {
  padding: 0 0;
  height: 400px;
  background: url(../images/slide0.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
 background-repeat: no-repeat;
}
.normal {
  height: 100px;
  background-color: #FFF;
}

@media only screen and (max-width: 991px) {
.parallax{
  padding: 0 0;
  height: 400px;
  width: 100%;
  background-size: cover;}

.parallax2{
  padding: -150px 0 !important;
  height: 300px;
  width: 100% !important;
  background-size: cover 100% !important;}
}

/* ヘッダー */
.logo_area img{ width: 90%;margin: 10px 0;max-height: 80px;}
.header-logo{background-color: #FFF;opacity: 0.9;border-radius: 50px;}
.header-logo {
  position: fixed;
  left: calc(50% - 1080px/2);
  width: 100%;
  margin-top: 10px;
  z-index: 9999;
}
@media only screen and (max-width: 1000px) {

.header-logo{background-color: #FFF;opacity: 0.9;border-radius: 0px;}
.logo_area img{ width: 100%;margin: 10px 0;max-height: 80px;}
  .header-logo {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 0px;
    z-index: 9999;
  }

}
/* PCメニュー */
.pc-menu {
  padding:  0;
}

.pc-menu ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu li {
}

.pc-menu li:first-child {
  margin-left: 0;
}

.pc-menu li:last-child {
  margin-right: 0;
}

.pc-menu a {
  color: #00B7EE;
  text-decoration: none;
  font-weight: normal;
  font-size: 1rem;
  padding: 5px;
}


.pc-menu a:hover {
  color: #00B7EE;
  position: relative;
}

.pc-menu a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #00B7EE;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}
.pc-menu ul li::before {
  content: "|";
  margin: 0 13px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #00B7EE; /* 区切り線の色を適切に設定してください */
  height: 50px !important; /* 縦の線の高さを増やす */
}
.pc-menu ul li:last-child::after {
  content: "|";
  margin-left: 10px; /* 区切り線とテキストの間のマージンを設定してください */
  color: #00B7EE; /* 区切り線の色を適切に設定してください */
}
@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* PCメニューsub */
.menu-item {
  list-style: none; /* リストのデフォルトのマーカーを非表示にする */
  padding-left: 20px; /* アイコンとテキストの間にスペースを追加 */
  background-repeat: no-repeat; /* 背景画像の繰り返しを無効にする */
  background-position: left center; /* 背景画像を左寄せに配置 */
  background-size: 20px 20px; /* アイコンのサイズを設定 */
  line-height: 20px; /* テキストの高さをアイコンの高さに合わせる */
}

.menu-item a {
  text-decoration: none; /* リンクの下線を削除 */
  color: #00B7EE; /* テキストの色を設定 */
}

.menu-item:nth-child(1) {
  background-image: url('../images/icon_event.svg'); /* 1番目のアイコンの画像を指定 */
}

.menu-item:nth-child(2) {
  background-image: url('../images/icon_estate.svg'); /* 2番目のアイコンの画像を指定 */
}

.menu-item:nth-child(3) {
  background-image: url('../images/icon_contact.svg'); /* 3番目のアイコンの画像を指定 */
}
.pc-menu-sub {
  margin-top: 15px;
  margin-bottom: 10px;
}

.pc-menu-sub ul {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu-sub li {margin: 0 15px;
}

.pc-menu-sub li:first-child {
  margin-left: 0;
}

.pc-menu-sub li:last-child {
  margin-right: 0;
}

.pc-menu-sub a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: .8rem;
  padding: 5px;
}


.pc-menu-sub a:hover {
  color: #FFF;
  position: relative;
}

.pc-menu-sub a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}


/* SPメニュー */
.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #00B7EE;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color:#00B7EE;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #00B7EE;
  border-right: solid 2px #00B7EE;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.9;
  background-color: #ffffff;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #9ec7ca;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.9;
    background-color: #ffffff;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #00B7EE;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #00B7EE;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}





.pagination {
  margin:auto;
  justify-content: center;
  text-align:center;
}
.pagination ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
    justify-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
}
.pagination li {
  overflow: hidden;
  margin: 4px;
  padding: 0;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
    padding-top: 3px;
  text-decoration: none !important;
  color: #00B7EE;
  border:1px solid #00B7EE;
  border-radius: 10px;
  background-color: #FFF;
}

.pagination a:visited {
  color: #00B7EE !important;
}
.pagination a:hover {
  display: inline-block;
  margin: 0 3px 0 0;
  text-decoration: none;
  color: #00B7EE;
  background:#effbff;
}
.pagination .current {
  cursor: default;
  margin: 0 3px 0 0;
  color: #FFF;
  background:#00B7EE;
}
.page-numbers {
  width: auto;
  padding: 0;
  background: transparent
}

.tel-number {
  text-decoration:none !important;
  color: #00B7EE !important;
  }