@charset "UTF-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  letter-spacing: 1.2px;
  overflow-x: hidden;
  word-break: break-all;
  color: #020202;
  font-size: 16px;
  font-weight: 500;
  scroll-behavior: smooth;
}

body img {
  /* width: 100%; */
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

html.fixed {
  overflow: hidden;
}

a {
  color: #020202;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  color: #020202;
  transition: 0.5s;
}

p,
li p,
address,
table {
  font-size: 16px;
  line-height: 1.875;
  font-style: normal;
}

li {
  font-size: 16px;
  line-height: 1.425;
}
@media (max-width: 896px) {
  li {
    font-size: 16px;
  }
}

a img:hover {
  opacity: 0.7;
  transition: 0.7s;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 896px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

#wrapper {
  position: relative;
}

/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 87px;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  header {
    width: 100%;
    height: 60px;
    padding: 0;
  }
}
header .hd_inner {
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  header .hd_inner {
    display: flex;
    padding: 0 0 0 20px;
  }
}
header .hd_inner .hd_logo {
  width: 85px;
}
@media (max-width: 896px) {
  header .hd_inner .hd_logo {
    width: 70px;
    line-height: 1;
  }
}
header .hd_inner .hd_menu {
  display: flex;
  align-items: center;
  height: 100%;
}
header .hd_inner .hd_menu .hd_gnav {
  height: 100%;
}
header .hd_inner .hd_menu .hd_gnav li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 7px;
}

/*--------------------------------------------
	ハンバーガーメニュー
--------------------------------------------*/
.sp_nav {
  pointer-events: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  transform: translateX(100vw);
  transition: all 0.3s linear;
  background: #DDEFFB;
}

.sp_nav.active {
  pointer-events: auto;
  transform: translateX(0);
}

.nav-inner {
  height: 100%;
  padding: 2.75em 2.2em 0;
  box-sizing: border-box;
  overflow: scroll;
}
.nav-inner .form_area {
  margin-bottom: 1.2em;
}
.nav-inner address {
  font-size: 0.825rem;
  line-height: 1.625;
}

.menu-btn {
  position: fixed;
  top: 12px;
  right: 12px;
  display: flex;
  width: 46px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #DDEFFB;
  z-index: 9999;
  pointer-events: auto;
  /* 必要に応じてクリック有効 */
}

.menu-btn span {
  position: absolute;
  top: 1.225em;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  transition: 0.3s ease transform, 0.3s ease opacity;
}

.menu-btn span:first-child {
  transform: translate(-50%, -10px);
}

.menu-btn span:last-child {
  transform: translate(-50%, 9px);
}

.menu-btn.active span:first-child {
  transform: translate(-50%, 0) rotate(45deg);
  background: #000;
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:last-child {
  transform: translate(-50%, 0) rotate(-45deg);
  background: #000;
}

.sp_logo {
  width: 70px;
  margin: 0 auto 60px;
}

.sp_nav_list {
  margin-bottom: 1.725em;
}
.sp_nav_list li {
  margin-bottom: 20px;
}

/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
main {
  position: relative;
  margin-top: 87px;
}
@media (max-width: 896px) {
  main {
    margin-top: 60px;
  }
}

.s_inner {
  width: 1150px;
  margin: 0 auto;
  padding: 150px 0;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .s_inner {
    max-width: 100%;
    padding: 70px 15px;
  }
}

.s_wideinner {
  margin: 0 auto;
  padding: 150px 40px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .s_wideinner {
    max-width: 100%;
    padding: 70px 15px;
  }
}

.viewPC {
  display: block;
}
@media (max-width: 896px) {
  .viewPC {
    display: none !important;
  }
}

.viewSP {
  display: none !important;
}
@media (max-width: 896px) {
  .viewSP {
    display: block !important;
  }
}

.flexbox {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 896px) {
  .flexbox {
    display: block;
  }
}

.s_title {
  margin-bottom: 48px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 896px) {
  .s_title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.725;
  }
}
.s_title span {
  display: block;
  font-size: 16px;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cv_btn a,
.btn a {
  position: relative;
  display: block;
  background: #E65454;
  border: 2px solid #E65454;
  border-radius: 30px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.cv_btn a:hover,
.btn a:hover {
  background: #FFF;
  color: #E65454;
  transition: 0.7s;
}

.cv_btn_wh a {
  background: #FFF;
  border: 2px solid #FFF;
  color: #E65454;
}
.cv_btn_wh a:hover {
  background: #E65454;
  border: 2px solid #E65454;
  color: #FFF;
}

.btn {
  margin-top: 60px;
  text-align: center;
}
.btn a {
  display: inline-block;
}

.mb_small {
  margin-bottom: 30px;
}

.mb_middle {
  margin-bottom: 60px;
}

.mb_large {
  margin-bottom: 100px;
}

.tCenter {
  text-align: center;
}

.content_cv_list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 896px) {
  .content_cv_list {
    display: block;
  }
}
.content_cv_list li {
  margin: 0 10px;
}
@media (max-width: 896px) {
  .content_cv_list li {
    margin: 0 0 20px;
  }
}

.fadein-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadein-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------------
	メインコンテンツ
--------------------------------------*/
#s_mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url(../../images/dogrun/mv_pc.jpg) center no-repeat;
  background-size: cover;
  margin-top: -87px;
}
@media (max-width: 896px) {
  #s_mv {
    margin-top: -60px;
    background: url(../../images/dogrun/mv_bg_sp.jpg) no-repeat;
     background-size: cover;
  }
}
#s_mv .mv_text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 960px;
  color: #FFF;
}
@media (max-width: 896px) {
  #s_mv .mv_text {
    position: relative;
    width: 92%;
    left: 20px;
  }
}
#s_mv .mv_text h1 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 896px) {
  #s_mv .mv_text h1 {
    font-size: 32px;
  }
}
@media (max-width: 896px) {
  #s_mv .mv_text .mv_btn {
    width: 80%;
    margin: 0 auto;
  }
}
#s_mv .mv_text .mv_btn li:first-child {
  margin-right: 20px;
}
@media (max-width: 896px) {
  #s_mv .mv_text .mv_btn li:first-child {
    margin-right: 0;
  }
}
#s_mv .mv_text .mv_btn li:nth-child(2) {
  margin-right: 20px;
}
@media (max-width: 896px) {
  #s_mv .mv_text .mv_btn li:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 896px) {
  #s_mv .mv_text .mv_btn li {
    margin-bottom: 20px;
  }
}

#s_head {
  position: relative;
  padding: 10rem 0 0;
}
#s_head::before {
  position: absolute;
  top: -25px;
  left: 0;
  content: "";
  width: 100%;
  height: 25px;
  background: url(../../images/dogrun/head_top_decoration.svg) no-repeat;
}
#s_head .flexbox {
  justify-content: space-between;
}
#s_head .s_head_textArea {
  position: relative;
  width: 45%;
}
#s_head .s_head_textArea::after {
  position: absolute;
  top: -14px;
  right: -97px;
  content: "";
  width: 380px;
  height: 285px;
  background: url(../../images/dogrun/head_logo_bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 896px) {
  #s_head .s_head_textArea {
    width: 100%;
  }
  #s_head {
    
    padding: 3rem 0 0;
  }
}
#s_head .s_head_textArea .s_title {
  text-align: left;
}
#s_head .s_head_imgArea {
  position: relative;
  width: 50%;
}
@media (max-width: 896px) {
  #s_head .s_head_imgArea {
    width: 100%;
    margin-top: 30px;
  }
}
#s_head .s_head_imgArea::before {
  position: absolute;
  bottom: -50px;
  left: -125px;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../../images/dogrun/icon01.png) no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  #s_head .s_head_imgArea::before {
    bottom: -115px;
    left: -67px;
    width: 250px;
    height: 250px;
  }
}

#s_price {
  background-color: #DDEFFB;
  background-image: url(../../images/dogrun/price_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
#s_price .price_list {
  width: 850px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  #s_price .price_list {
    width: 100%;
  }
}
#s_price .price_list li {
  width: calc(50% - 60px);
  margin: 0 30px 40px;
}
@media (max-width: 896px) {
  #s_price .price_list li {
    width: 86%;
    margin: 0 7% 40px;
  }
}

#s_rule {
  position: relative;
}
#s_rule::before {
  position: absolute;
  top: 20px;
  left: -20px;
  content: "";
  width: 280px;
  height: 280px;
  background: url(../../images/dogrun/rule_icon.png) no-repeat;
  background-size: cover;
}
#s_rule::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 80px;
  height: 100%;
  background: url(../../images/dogrun/rule_textbg.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  #s_rule::after {
    display: none;
  }
}
#s_rule .rule_list {
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #s_rule .rule_list {
    width: 85%;
  }
}
#s_rule .rule_list li {
  position: relative;
  align-items: center;
  background: #DDEFFB;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
#s_rule .rule_list li::after {
  position: absolute;
  top: 10px;
  right: -10px;
  content: "";
  background: #3765B0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
#s_rule .rule_list li .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
}
@media (max-width: 896px) {
  #s_rule .rule_list li .number {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}
#s_rule .rule_list li .number p {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 896px) {
  #s_rule .rule_list li .number p {
    font-size: 35px;
  }
}
#s_rule .rule_list li .number p span {
  display: block;
  font-size: 18px;
}
@media (max-width: 896px) {
  #s_rule .rule_list li .number p span {
    font-size: 12px;
  }
}
#s_rule .rule_list li .rule_title {
  width: 280px;
  margin: 0 20px;
  font-size: 30px;
}
@media (max-width: 896px) {
  #s_rule .rule_list li .rule_title {
    width: auto;
    margin: 0 0 10px;
    font-size: 20px;
  }
}

.modal_btn {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
.modal_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../images/dogrun/btn_arrow.svg) no-repeat;
  background-size: contain;
}

.modal {
  display: none;
  position: fixed; /* ← 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 90%;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 80vh;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
}
.modal p span {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

#s_restaurant {
  background: url(../../images/dogrun/restaurant_bg.jpg) no-repeat;
  background-size: cover;
}
#s_restaurant .s_inner {
  padding: 150px 0;
}
#s_restaurant .s_inner .restaurant_content {
  width: 720px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.91);
  padding: 60px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  #s_restaurant .s_inner .restaurant_content {
    width: 92%;
    padding: 40px;
  }
}

#s_faq {
  position: relative;
}
#s_faq::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../../images/dogrun/faq_icon01.png) no-repeat;
  background-size: cover;
  z-index: -2;
}
@media (max-width: 896px) {
  #s_faq::before {
    width: 250px;
    height: 250px;
  }
}
#s_faq::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 400px;
  height: 400px;
  background: url(../../images/dogrun/faq_icon02.png) no-repeat;
  background-size: cover;
  z-index: -2;
}
@media (max-width: 896px) {
  #s_faq::after {
    width: 250px;
    height: 250px;
  }
}
#s_faq .faq_list {
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #s_faq .faq_list {
    width: 100%;
  }
}
#s_faq .faq_list li {
  position: relative;
  align-items: center;
  background: #DDEFFB;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
#s_faq .faq_list li::after {
  position: absolute;
  top: 10px;
  right: -10px;
  content: "";
  background: #020202;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
#s_faq .faq_list li .question_box {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  #s_faq .faq_list li .question_box {
    display: flex;
  }
}
#s_faq .faq_list li .question_box span {
  width: 30px;
  margin-right: 10px;
  font-size: 20px;
  color: #5CBBFF;
}
#s_faq .faq_list li .question_box p {
  font-size: 18px;
}
@media (max-width: 896px) {
  #s_faq .faq_list li .question_box p {
    font-size: 15px;
  }
}
@media (max-width: 896px) {
  #s_faq .faq_list li .answer_box {
    display: flex;
  }
}
#s_faq .faq_list li .answer_box span {
  width: 30px;
  margin-right: 10px;
  font-size: 20px;
  color: #E65454;
}
#s_faq .faq_list li .answer_box p {
  font-size: 18px;
}
@media (max-width: 896px) {
  #s_faq .faq_list li .answer_box p {
    font-size: 15px;
  }
}

#s_access {
  background: url(../../images/dogrun/access_bg.jpg) no-repeat;
  background-size: cover;
}
#s_access .s_title,
#s_access table {
  color: #FFF;
}
#s_access .access_content {
  align-items: flex-start;
}
#s_access .access_content table {
  width: 45%;
  text-align: left;
}
@media (max-width: 896px) {
  #s_access .access_content table {
    width: 100%;
  }
}
#s_access .access_content table th {
  padding: 0 20px 20px 0;
}
@media (max-width: 896px) {
  #s_access .access_content table th {
    width: 25%;
    font-size: 14px;
  }
}
#s_access .access_content table td {
  padding: 0 0 20px 0;
}
@media (max-width: 896px) {
  #s_access .access_content table td {
    font-size: 14px;
  }
}
#s_access .access_content .map {
  width: 50%;
  height: 425px;
}
@media (max-width: 896px) {
  #s_access .access_content .map {
    width: 100%;
    height: 285px;
  }
}

#s_reserve {
  background: url(../../images/dogrun/reserve_bg.png) no-repeat left center;
}
#s_reserve .reserve_btn {
  justify-content: center;
}
#s_reserve .reserve_btn li {
  height: 70px;
}
#s_reserve .reserve_btn li:first-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  box-sizing: border-box;
}
#s_reserve .reserve_btn li:nth-child(2) a, #s_reserve .reserve_btn li:nth-child(3) a {
  border: 2px solid #E65454;
}

/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
footer {
  background: url(../../images/dogrun/footer_bg.png) no-repeat top center;
  background-size: cover;
  color: #FFF;
}
footer .ft_inner {
  padding: 120px 40px 100px;
  justify-content: space-between;
}
@media (max-width: 896px) {
  footer .ft_inner {
    padding: 70px 15px 30px;
  }
}
footer .ft_inner .flexbox {
  justify-content: space-between;
}
footer .ft_inner .ft_logo {
  width: 200px;
}
@media (max-width: 896px) {
  footer .ft_inner .ft_logo {
    width: 160px;
    margin-bottom: 30px;
  }
}
footer .ft_inner table th {
  padding: 0 20px 20px 0;
  text-align: left;
}
@media (max-width: 896px) {
  footer .ft_inner table th {
    width: 25%;
    font-size: 14px;
  }
}
footer .ft_inner table td {
  padding: 0 0 20px 0;
  text-align: left;
}
@media (max-width: 896px) {
  footer .ft_inner table td {
    font-size: 14px;
  }
}
footer small {
  font-size: 16px;
}
@media (max-width: 896px) {
  footer small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */