@charset "utf-8";

/* common */

* {
  font-family: sans-serif;
}

body {
  margin: 0 auto;
  background: #FAEEC5;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  color: #363636;
}

main {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

/* header */


h1 {
  margin: 0;
  font-size: 0;
  margin: 16px 0 0 16px;
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 3;
}

.btn {
  display: inline-block;
  margin: 16px 16px 0 0;
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 3;
}

/* hero */

.hero {
  max-width: 1280px;
  background-image: url(images/bg-sky.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 560px;
  position: relative;
}

.hero-left {
  width: 670px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 128px;
  left: 36px;
  z-index: 2;
}

.hero-left .bold {
  font-size: 160px;
  font-weight: 900;
  color: #FF6F00;
  text-align: center;
  line-height: 0.76em;
  text-shadow: 6px 6px #ffffff;
}

.hero-left .narrow {
  margin: 0;
  padding: 0;
  font-size: 160px;
  font-weight: 400;
  color: #FF6F00;
  text-align: center;
  line-height: 0.8em;
  text-shadow: 4px 4px #ffffff;
}

.hero-left p {
  margin-top: 16px;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #FF6F00;
  text-align: center;
  line-height: 1.8;
  box-shadow: 6px 6px #ffffff;
}

.hero-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* コンセプト- ポイント */
.concept-point {
  max-width: 960px;
  width: 100%;
  background-image: url(images/map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 84%;
  margin: 0 auto;
}


/* コンセプト */

.concept {
  width: 100%;
  margin: 0 auto;
}

.concept p {
  font-size: 20px;
  text-align: center;
  line-height: 3.5;
  padding: 48px 0;
}

/* point */

.point {
  max-width: 960px;
  width: 100%;
  text-align: center;
  padding: 80px 20px 0;
  margin: 0 auto;
}

.point3 {
  display: flex;
  padding-top: 80px;
}

.set {
  max-width: 320px;
  width: 100%;
  flex: 1;
}

.set p {
  padding-top: 40px;
}

.circle img {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 8px solid black;
}

/* sample-plan */

.sample-title {
  height: 320px;
  text-align: center;
}

.sample-title img {
  padding-top: 120px;
  max-width: 638px;
  width: 100%;
  margin: 0 auto;
}

article {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}

.day-header {
  display: flex;
}

.day-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #FF6F00;
  text-align: center;
}

.day {
  font-size: 36px;
  font-weight: 700;
  color: white;
  padding-top: 16px;
  margin: 0;
}

.number {
  font-size: 68px;
  font-weight: 400;
  color: white;
  padding: 0;
  line-height: 64px;
}

.day-header {}

.header0 {
  padding-left: 16px;
}

h2 {
  font-size: 52px;
  font-weight: bold;
  color: #FF6F00;
}

h3 {
  font-size: 38px;
  font-weight: bold;
  vertical-align: top;

}

.photo-text {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 16px;
  gap: 16px;
}

.photo01 img {
  width: 464px;
  height: auto;
}

.text-photo02 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}


.photo02 img {
  width: 226px;
  height: auto;
}


/* reverse */

.reverse .day-header {
  flex-direction: row-reverse;
}

.reverse h2 {
  text-align: right;
}

.reverse h3 {
  text-align: right;
}

.reverse .header0 {
  padding-left: 0;
  padding-right: 16px;
}


.reverse .photo-text {
  flex-direction: row-reverse;
}

.reverse .photo02 {
  margin: 0 0 0 auto;
}

/* border */

.border img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 80px auto;
}


/* contact */
.contact {
  width: 72%;
  max-width: 760px;
  background: #FF6F00;
  text-align: center;
  padding: 16px 0;
  margin: 0 auto 160px;
}

.contact a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}


/* footer */
footer {
  background: #FF6F00;
  text-align: center;
}

footer p {
  color: #fff;
  padding: 32px;
}

/* 改行位置の変更 */


@media (min-width: 901px) {
  .br-tablet {
    display: none;
  }
}

@media (min-width: 744px) {
  .br-sp {
    display: none;
  }
}


/* ----------------スマートフォン用---------------- */

@media (max-width: 743px) {

  .hero {
     width: 100vw;
    height: 134vw;
  }
  
  .hero-left {
    width: 92vw;
    top: 64vw;
    left: 50%;
    transform: translate(-50%);
  }
  
  .hero-left .bold {
    font-size: 22vw;
    font-weight: 900;
    color: #FF6F00;
    text-align: center;
    line-height: 0.76em;
    text-shadow: 4px 4px #ffffff;
  }
  
  .hero-left .narrow {
    margin: 0;
    padding: 0;
    font-size: 22vw;

  }
  
  .hero-left p {
    margin-top: 6vw;
    padding: 2vw 0;
    font-size: 5vw;
    line-height: 1.6;
  }
  
  .hero-right {
    position: absolute;
    top: 0;
    right: 0;
  }

.hero-right img {
  width: 92vw;
  height: auto;
}

/* コンセプト- ポイント */

/* コンセプト */
.concept-point {
  background-position: center 8%;
  background-size: 92%;
}

.concept p {
  font-size: 16px;
  line-height: 3;
  padding: 32px 0;
}

/* point */
.point {
  padding: 80px 8px 0;
}

.point img {
  width: 172px;
  height: auto;
}

.point3 {
  display: flex;
  padding-top: 64px;
}

.set {
  max-width: 320px;
  width: 100%;
  flex: 1;
}

.set p {
  padding-top: 28px;
  font-size: 14px;
}

.circle img {
  display: inline-block;
  width: 92px;
  height: 92px;
  border: 4px solid black;
}


/* sample-plan */

.sample-title {
  height: 320px;
}

.sample-title img {
  width: 319px;
}

  /* article */

article {
  padding: 0; 
}

.day-header {
  padding: 0 8px;
}

.day-circle {
  width: 80px;
  height: 80px;
}

.day {
  font-size: 18px;
  padding-top: 10px;
  margin: 0;
}

.number {
  font-size: 34px;
  font-weight: 400;
  color: white;
  padding: 0;
  line-height: 32px;
}

.header0 {
  padding-left: 8px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 19px;
}

.photo-text {
  display: block;

}

.photo01 img {
  width: 100vw;
  height: auto;
}

.text-photo02 {
  width: 100vw;
  display: block;
}

.text {
  line-height: 1.8;
  padding: 4vw;
}

.photo02 img{
  display: block;
  width: 50vw;
  height: 50vw;
  margin-left: auto;
}

/* reverse */

.reverse .header0  {
  padding-left: 0;
  padding-right: 8px;
}

.reverse .photo02  {
  width: 100%;
}

.reverse .photo02  img {
  margin: 0 0 auto 0;
}

/* contact */
.contact {
  width: 86vw;
  background: #FF6F00;
  text-align: center;
  padding: 8px ;
}



.contact a {
  font-size: 18px;
}


/* footer */
footer {
  background: #FF6F00;
  text-align: center;
}

footer p {
  font-size: 12px;
  color: #fff;
  padding: 16px;
}


}