@charset "UTF-8";
/* CSS Document */
/*===============================================================

	共通cssの上書き

===============================================================*/
body {
  /*color: #333;*/
}

.l-content__body {
  margin: 0;
}

/* タブレット以下 */
/* for tablet max-width: 1023px */
/* SP向けレイアウトの指定：～767px */
/* for SP max-width: 767px */
/*===============================================================

	font

===============================================================*/
.mincho {
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* タブレット以下 */
/* for tablet max-width: 1023px */
/* SP向けレイアウトの指定：～767px */
/* for SP max-width: 767px */
img {
  width: 100%;
  height: auto;
}

/*===============================================================

	width（適宜調整してください）

===============================================================*/
.wide_width {
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.content_width {
  width: auto;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* タブレット以下 */
/* for tablet max-width: 1023px */
/* SP向けレイアウトの指定：～767px */
/* for SP max-width: 767px */
/*===============================================================

	section_inner（適宜調整してください）

===============================================================*/
.section_inner {
  position: relative;
  padding: 80px 0 100px 0;
  z-index: 1;
}
.section_inner.pb50 {
  padding-bottom: 50px;
}

.section:last-child .section_inner {
  padding-bottom: 100px;
}

/* タブレット以下 */
@media (max-width: 1070px) {
  .section_inner {
    padding: 60px 8vw;
  }

  .section:last-child .section_inner {
    padding-bottom: 70px;
  }
}
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～767px */
@media (max-width: 767px) {
  .section_inner {
    padding: 8vw;
  }

  .section:last-child .section_inner {
    padding-bottom: 50px;
  }
}
/* for SP max-width: 767px */
/*===============================================================

	mainvisual（適宜調整してください）

===============================================================*/
.mainvisual {
  padding: 0 0;
}
.mainvisual .logo {
width: 480px;
}

.mainvisual .kv {
  background: url("/havefun/campus_guide_tour/common/images/kv.jpg") repeat center center;
  background-size: cover;
  overflow: hidden;
  height: 480px;
  position: relative;
}
.mainvisual .kv .student {
  position: absolute;
  bottom: 0;
}
.mainvisual .kv .student_left {
  width: 250px;
  left: 30px;
  z-index: 2;
}
.mainvisual .kv .student_right {
  width: 250px;
  right: 0;
  z-index: 1;
}

/* タブレット以下 */
@media (max-width: 1200px) {
  .mainvisual {
    padding: 0;
  }
.mainvisual .logo {
  width: 380px;
  }

  .mainvisual .kv .student_left {
/*    width: 40%;*/
		width: 50%;
    left: -3%;
  }
  .mainvisual .kv .student_right {
    width: 50%;
    right: -8%;
  }
}

/* for tablet max-width: 1200px */
/* SP向けレイアウトの指定：～767px */
@media (max-width: 767px) {
  .mainvisual {
    padding: 0;
  }
  .mainvisual .logo {
    width: 60%;
  }
  .mainvisual .kv .student_left {
/*    width: 30%;*/
		width: 40%;
    left: -3vw;
  }
  .mainvisual .kv .student_right {
/*
    width: 50%;
    right: -8%;
*/
		width: 40%;
		right: -5%;
  }
}
/* for SP max-width: 767px */
/*===============================================================

	hoge

===============================================================*/
/*===============================================================

	section_floor_guide

===============================================================*/
.section_floor_guide {
  position: relative;
}
.section_floor_guide .section_inner {
  position: relative;
}
.section_floor_guide .photo_block {
  position: relative;
  z-index: 1;
}
.section_floor_guide .photo_block .label {
  position: absolute;
  width: 308px;
  top: -48px;
  left: -20px;
  z-index: 10;
}
.section_floor_guide .txt_block {
  background: #F3EEE3;
  padding: 40px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.section_floor_guide .txt_block .title {
  font-size: 28px;
}
.section_floor_guide .txt_block p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}
.section_floor_guide .txt_block.pl165 {
  padding-left: calc(230px - 55px);
}
.section_floor_guide .txt_block.pl233 {
  padding-left: calc(288px - 55px);
}
.section_floor_guide .txt_block.pr315 {
  padding-right: calc(360px - 55px);
}
.section_floor_guide.bg_color-gradation .txt_block {
  background: #fff;
}
.section_floor_guide .txt_2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_floor_guide .txt_2block .block {
  width: calc((100% - 35px)/2);
}
.section_floor_guide .txt_photo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_floor_guide .txt_photo_block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  /*width: 70%;*/
}
.section_floor_guide .txt_photo_block .photo {
  position: relative;
  width: 320px;
}
.section_floor_guide .txt_photo_block .photo .cap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background: #00320D;
  padding: 5px;
  z-index: 1;
}
.section_floor_guide .caption_block {
  padding: 0 40px;
}
.section_floor_guide .caption_block p {
  font-size: 15px;
  font-weight: bold;
  color: #9F8753;
  margin-top: 30px;
}
.section_floor_guide .student {
  position: absolute;
  z-index: 1;
}
.section_floor_guide .student .balloon01 {
  position: absolute;
  top: 40px;
  right: -70px;
  display: block;
/*
  width: 120px;
  margin: -20px -40px 0 0;
*/
	width: 200px;
	margin: -50px 119px 0 0;
	z-index: 3;
}
.section_floor_guide .student .balloon02 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
	width: 200px;
  margin: -379px -30px 0 0;
	z-index: 1;
}
.section_floor_guide .student_left {
/*  width: 230px;*/
  width: 279px;
  left: 0;
  bottom: -40px;
  z-index: 10;
}
/* .section_floor_guide .student_left img {
	position: relative;
  z-index: 2;
} */
.section_floor_guide .student_left .student_img {
	position: relative;
  z-index: 2;
  top: -170px;
  left: -80px;
}



.section_floor_guide .student_left2 {
  width: 288px;
  left: 0;
  z-index: 10;
}
.section_floor_guide .student_right {
  width: 310px;
  right: -10px;
  bottom: 0;
  z-index: 2;
}
.section_floor_guide .student_right2 {
  width: 360px;
  right: -50px;
  bottom: -80px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .section_floor_guide {
    /*
    .student_left {
    	width: 120px;
    	left: -10px;
    }
    .student_right {
    	width: 180px;
    	right: -30px;
    }
    */
  }
  .section_floor_guide .caption_block {
    padding: 0 150px 0 130px;
  }
  .section_floor_guide .txt_block.pl165 {
    padding-left: 21vw;
  }
  .section_floor_guide .txt_block.pl233 {
    padding-left: 26vw;
  }
  .section_floor_guide .txt_block.pr315 {
    padding-right: 33vw;
  }
}
@media (max-width: 1070px) {
  .section_floor_guide .txt_block {
    padding: 30px;
  }
  .section_floor_guide .txt_block.pl165 {
    padding-left: 220px;
  }
  .section_floor_guide .txt_block.pl233 {
    padding-left: calc(288px - 55px);
  }
  .section_floor_guide .txt_block.pr315 {
    padding-right: calc(360px - 55px);
  }
	.section_floor_guide .txt_block.pr210 {
  	padding-right: calc(360px - 150px);
	}
  .section_floor_guide .caption_block {
    padding: 0 60px 0 60px;
  }
  .section_floor_guide .student .balloon01 {
/*
		width: 100px;
    margin: -20px -30px 0 0;
*/
		width: 150px;
		margin: -50px 100px 0 0;
    top: -20px;
    right: -55px;
  }
	.section_floor_guide .student .balloon02 {
		width: 150px;
		margin: -320px -100px 0 0;
  }
  .section_floor_guide .student_left {
/*    width: 180px;*/
    width: 240px;
    left: 8vw;
    bottom: -10vw;
  }
  .section_floor_guide .student_left2 {
    width: 220px;
    left: 8vw;
  }
  .section_floor_guide .student_right {
/*    width: 260px;*/
		width: 282px;
    right: 4vw;
  }
  .section_floor_guide .student_right2 {
    width: 282px;
    right: 4vw;
  }
}
@media (max-width: 767px) {
  .section_floor_guide {
    padding-bottom: 0;
  }
  .section_floor_guide .section_inner {
    padding: 0;
    padding-bottom: 10vw;
  }
  .section_floor_guide .photo_block .label {
    width: 60vw;
    top: -9vw;
    left: -0.5vw;
  }
  .section_floor_guide .txt_block {
    padding: 6vw;
    margin: 0 5vw;
    margin-top: -5vw;
    position: relative;
    z-index: 2;
  }
  .section_floor_guide .txt_block .title {
    font-size: 5vw;
  }
  .section_floor_guide .txt_block p {
    font-size: 3.5vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    /* IEで必要 */
    text-justify: inter-character;
    /* Firefoxで必要 */
    margin-top: 3vw;
  }
  .section_floor_guide .txt_block.pl165 {
    padding-left: 26vw;
  }
  .section_floor_guide .txt_block.pl233 {
    padding-left: 38vw;
  }
  .section_floor_guide .txt_block.pr315 {
    padding-right: 13vw;
    padding-bottom: 20vw;
  }
	.section_floor_guide .txt_block.pr210 {
  	padding-right: 17vw;
    padding-bottom: 20vw;
	}
  .section_floor_guide .txt_2block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_floor_guide .txt_2block .block {
    width: 100%;
  }
  .section_floor_guide .txt_2block .block + .block {
    margin-top: 8vw;
  }
  .section_floor_guide .txt_photo_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_floor_guide .txt_photo_block .txt {
    width: 100%;
  }
  .section_floor_guide .txt_photo_block .photo {
    width: 100%;
    margin-top: 5vw;
  }
  .section_floor_guide .txt_photo_block .photo .cap {
    font-size: 3vw;
  }
  .section_floor_guide .caption_block {
    padding: 0 22vw;
    height: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_floor_guide .caption_block p {
    font-size: 3.8vw;
    line-height: 1.6;
    margin-top: 3vw;
  }
  .section_floor_guide .caption_block .txt_align_right {
    text-align: left !important;
  }
  .section_floor_guide .caption_block01 {
    padding: 0 0 0 25vw;
  }
  .section_floor_guide .caption_block02 {
    padding: 0 0 0 13vw;
  }
  .section_floor_guide .student .balloon01 {
/*    width: 20vw;*/
		width: 25vw;
    top: 10vw;
/*    right: -5vw;*/
		right: 3vw;
    bottom: 100%;
/*    margin: 0 0 -4vw;*/
		margin: 0 0 1vw;
  }
	.section_floor_guide .student .balloon02 {
		width: 35vw;
		top: auto;
		right: 3vw;
		bottom: 100%;
		margin: 0 0 42vw;
  }

  .section_floor_guide .student_left .student_img {
    top: -10vw;
    left: -5vw;
  }
  .section_floor_guide .student_left {
/*    width: 30vw;*/
		width: 34vw;
    left: -3vw;
    bottom: 4vw;
  }
  .section_floor_guide .student_left2 {
    width: 44vw;
    left: -3vw;
  }
  .section_floor_guide .student_right {
    width: 35vw;
    right: 0;
    bottom: -3vw;
  }
  .section_floor_guide .student_right2 {
    width: 45vw;
    right: -10vw;
  }
}

/*===============================================================

	section_lead

===============================================================*/
.section_lead .section_inner {
  padding: 0;
}
.section_lead .title {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section_lead {
    padding: 0;
  }
  .section_lead .section_inner {
    padding: 8vw 8vw 10vw;
  }
  .section_lead .title {
    font-size: 4vw;
    line-height: 1.8;
  }
}
/*# sourceMappingURL=style.css.map */