*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}


body {
  max-width: 2000px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  position: relative;
  background: #F0F0F0;
}



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


a {
  color: #FF522E;
}


p {
  margin-top: 20px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}



/*----------------------------*/

.drawer_menu {
  display: none;
}


.nav-top {
  padding: 10px 20px;
  margin: auto;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  z-index: 9999999;
}

.nav-top img {
  width: 280px;
}

.nav-top li {
  margin-left: 30px;
}

.nav-top li.logo {
  margin-left: 0;
}

.nav-top li.ex {
  margin-left: 15px;
}

.nav-top a {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  color: #3E3E3F;
}

.nav-top a:hover {
  opacity: 1;
  color: #FF522E;
}

.nav-top li:nth-child(2) {
  margin-left: auto;
}

.nav-top i {
  font-size: 20px;
  margin-right: 10px;
}

.nav-top i.ex {
  margin-right: 0;
}


/*----------------------------*/

.box-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 60px;
}

.box-btn.ex {
  flex-direction: column;
  align-items: center;
}


.btn-fix {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  width: 168px;
  height: 133px;
  background-image: url(../img/btn-fix.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.btn-fix:hover {
  opacity: 1;
  background-image: url(../img/btn-fix-hover.png);
}


.btn {
  display: block;
  width: 280px;
  height: 60px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .3);
  transition: 0.3s;
  box-sizing: border-box;
}

.btn.large {
  display: block;
  width: 480px;
  height: 75px;
  border-radius: 100px;
  line-height: 75px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .3);
  transition: 0s;
  margin-bottom: 30px;
}

.btn.large i:first-child {
  margin-right: 30px;
}

.btn.large i:last-child {
  margin-left: 30px;
}


.btn.large:hover {
  background: #fff;
  transform: translate(0, 0px);
  border: 6px solid #FF522E;
  color: #FF522E;
  line-height: 65px;
  transition: 0s
}


.btn.ex {
  margin-right: 20px;
}


.btn:hover {
  transition: 0.3s;
  transform: translate(0, 3px);
}

/*----------------------------*/

.title-1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}

.title-2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.title-2.ex {
  text-align: left
}



.title-3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.title-set {
  text-align: center;
  margin: 0px auto;
  margin-bottom: 60px;
  padding-top: 100px;
}


.title-set .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px
}

.title-set .icon {
  margin: 0 auto;
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  transform: skewX(-12deg);
}



/*----------------------------*/

.visual-main {
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 800px;
  position: relative;
}

.visual-main .inner {
  position: absolute;
  top: 220px;
  left: 150px;
  animation: slider 10s infinite ease;
}

.visual-main img {
  margin-bottom: 30px;
}

/*----------------------------*/

#news {
  width: 700px;
  margin: 60px auto;
  margin-left: 100px;
}


.list-news li {
  display: flex;
  margin-bottom: 20px;
}


.list-news time {
  font-weight: bold;
  margin-right: 10px;
  color: #111;
}


/*----------------------------*/

#about .item {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .1);
}


#about .img {
  width: 55%;
  background-size: cover;
}

#about .img.one {
  background-image: url(../img/chitose.work-1.jpg);
  background-position: 50% 50%;
  border-radius: 10px 0 0 10px;
}

#about .img.two {
  background-image: url(../img/chitose.work-2.jpg);
  background-position: 50% 50%;
  border-radius: 0 10px 10px 0;
}


#about .info {
  width: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .info .inner {
  padding: 80px;
}

#about .info .inner img {
  margin-bottom: 30px;
}


.box-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}

.box-circle .circle {
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 17px;
  margin-bottom: 10px;
}


.box-circle .circle:nth-child(n+4) {
  margin-bottom: 0;
}

/*----------------------------*/

#access {
  display: flex;
  height: 600px;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}


#access .item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

#access img {
  display: block;
  width: 420px;
  margin-bottom: 20px;
}

#access time {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

#access time span {
  font-size: 14px;
}

#access h2 {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

#access address {
  font-style: normal;
  font-size: 14px;
  text-align: center;
}


#access .sp {
  display: none;
}

#access .pc {
  display: block;
}

#access iframe {
  width: 700px;
}



/*----------------------------*/

.scene-box {
  display: flex;
  align-items: flex-start;
}

.scene-box .item {
  width: 25%;
  height: auto;
  position: relative;
  background: #fff;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .1);
}

.scene-box .item.ex {
  width: 25%;
  position: relative;
  margin-top: 30px;

}

.scene-box img {
  width: 100%;
  position: relative;
}

.scene-box .info {
  padding: 30px;
}


.number {
  margin: 0 auto;
  display: block;
  width: 45px;
  height: 45px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  transform: skewX(-12deg);
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 999;
}

.number.ex {
  top: -20px;
  left: 0;
  right: 0;
}



/*----------------------------*/

.box-facility {
  background: #fff;
  position: relative;
  height: 520px;
  margin-top: 100px;
  margin-bottom: 100px;
}


.box-facility img {
  width: 800px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-facility .item {
  width: 450px;
  background: rgba(255, 82, 46, 0.9);
  position: relative;
  padding: 25px;
  color: #fff;
  position: absolute;
  border-radius: 15px;
}

.box-facility .item.one {
  top: 20px;
  left: 20px;
}

.box-facility .item.two {
  bottom: 20px;
  left: 20px;
}

.box-facility .item.three {
  top: 20px;
  right: 20px;
}

.box-facility .item.four {
  bottom: 20px;
  right: 20px;
}


/*----------------------------*/

.box-gallery {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-gallery .item {
  width: 380px;
  margin-bottom: 30px;
}

.box-gallery .item span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.box-gallery img {
  border: 10px solid #fff;
}


/*----------------------------*/


.box-greeting {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
}

.box-greeting img {
  width: 500px;
}

.box-greeting .info {
  padding: 60px;
}


.box-greeting .name {
  display: block;
  margin-top: 30px;
  font-weight: bold;
}


/*----------------------------*/

.box-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-open .info {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.box-open span {
  font-size: 15px;
}

.box-open img {
  width: 140px;
}


/*----------------------------*/


.table-plan {
  width: 1100px;
  margin: 60px auto;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}

.table-plan th {
  padding: 10px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  color: #ffffff;
}

.table-plan th:nth-child(1) {
  width: 25%;
}

.table-plan th:nth-child(2) {
  width: 25%;
}

.table-plan th:nth-child(3) {
  width: 50%;
}



.table-plan tr {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.table-plan tr:last-child {
  border-bottom: 0px solid #ddd;
}



.table-plan tr.ex {
  padding-bottom: 0px;
  border-bottom: 0px solid #ddd;
}

.table-plan td {
  padding: 30px 10px;
  vertical-align: middle;
}

.table-plan .plan {
  font-weight: bold;
  text-align: center;
}

.table-plan .price {
  font-weight: bold;
  text-align: center;
}

.table-plan .price span {
  font-size: 13px;
}

.table-plan .time {
  font-size: 15px;
}

.table-plan .time span {
  font-weight: bold;
}


.table-plan.pc {
  display: table;
}

.table-plan.sp {
  display: none;
}


/*----------------------------*/


.box-option {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.box-option .item {
  width: 540px;
}

.box-option .title {
  height: 40px;
  background: linear-gradient(90deg, rgba(208, 47, 0, 1) 0%, rgba(255, 82, 46, 1) 100%);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.box-option .info {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  line-height: 1.5;
}

.box-option .info span {
  font-weight: bold;
}


/*----------------------------*/


.box-flow {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.box-flow .item {
  width: 285px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .1);
}

.box-flow img {
  margin-top: 10px;
  width: 120px;
  margin-bottom: 30px;
}

/*----------------------------*/

.box-route {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.box-route .item {
  width: 430px;
  margin-bottom: 30px;
}

.box-route img {
  border: 10px solid #fff;
}



.box-route .item p {
  margin-top: 10px;
  font-size: 14px;
}

.box-route span {
  display: inline-block;
  width: 20px;
  color: #fff;
  text-align: center;
  text-align: center;
  background: #FF522E;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  transform: skewX(-12deg);
}



/*----------------------------*/


footer {
  background: #C3341E;
  color: #fff;
  padding: 30px;
  position: relative;
  font-size: 14px;
}


footer .txt-logo {
  width: 250px;
  margin-bottom: 20px;
}

footer .logo {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  z-index: 1;
}

.nav-footer {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.nav-footer li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.nav-footer a {
  color: #fff;
}

.copyright {
  font-size: 13px;
  display: block;
  text-align: right;
  margin-right: 180px;
}

.company {
  display: block;
  margin-top: 20px;
  color: #fff;
}

footer address {
  font-style: normal;
  margin-top: 10px;
}

.box-sns {
  text-align: right;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 180px;
}

.box-sns i {
  color: #fff;
}

footer .info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

footer .info img {
  height: 40px;
  margin-right: 10px;
}

footer .info a {
  color: #fff;
  font-weight: bold;
}


/*----------------------------*/

.under-line {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.under-line::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF522E;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}

.under-line:hover::after {
  transform: scale(1, 1);
}


/*----------------------------*/


/*fade_in*/


.fade_in_box {
  overflow: hidden;
  transition: .8s;
}


.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}
