@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  background-color: #000;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
  /*background: #fff;*/
  background-color: #000;
}
main.active1 {
  overflow: hidden;
  height: 100vh;
}
main.active2 {
  overflow: hidden;
  height: auto;
}

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 210px 0 90px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 100px 0 50px 0;
  }
}
#section01 h1 {
  width: auto;
  margin: 0 auto 70px auto;
  text-align: center;
}
#section01 h1 figure {
  width: auto;
  height: 40px;
  margin-bottom: 18px;
}
@media screen and (max-width:1200px) {
  #section01 h1 figure {
    height: 3vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 figure {
    height: 5.6vw;
    margin: 0 auto 35px;
  }
}
#section01 h1 img {
  max-width: 196px;
  width: 60%;
  margin-bottom: 18px;
}
@media screen and (max-width:1200px) {
  #section01 h1 img {
    height: auto;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 img {
    height: auto;
  }
}
#section01 h1 span {
  display: block;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width:1200px) {
  #section01 h1 span {
    font-size: 1.9vw;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 span {
    font-size: 4.5vw;
  }
}
#section01 .base_text {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 180%;
}

#section02 {
  width: 100%;
}

/*

#section02__cv{
	width: 100%;
	padding: 35px 0 50px 0;
	position: relative;
	z-index: 20;
	font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	@media screen and (max-width:800px){
		display: none;
	}





	.section__in{
		width: 90%;
		max-width: 1100px;
		margin: 0 auto;
	}


	h2{
		width: 100%;
		text-align: center;
		font-size: 56px;
		margin-bottom: 0.2em;
		font-weight: 300;
		letter-spacing: 0.05em;
		line-height: 100%;
		@media screen and (max-width:1100px){
			font-size: 36px;
		}
		@media screen and (max-width:800px){
			font-size: 6vw;
		}
	}//h2

	.base_text{
		font-size: 20px;
		line-height: 270%;
		text-align: center;
		font-weight: 400;
		color:#fff;
		letter-spacing: -0.05em;
		@media screen and (max-width:1200px){
			font-size: 18px;
			line-height: 220%;
			letter-spacing: 0.0em;
		}
		@media screen and (max-width:800px){
			font-size: 3.6vw;
			line-height: 220%;
		}
	}//base_text




	.topcv_box{
		width: 100%;
		max-width: 590px;
		margin:  0px auto 0 auto;
		display: flex;
		width: 100%;
		justify-content: space-between;
		@media screen and (max-width:1200px){
			width: 525px;
			font-size: 2vw;
		}
		@media screen and (max-width:800px){
			width: 100%;
			margin:  7.5vw auto 0 auto;
			font-size: 3.4vw;
		}
		a{
			display: block;
			width: 48.55%;
			text-align: center;
			&.topcb_box_item01{
				padding: 0.55em 1.5em 0.55em 1.5em;
				background-color: #3D3A39;
				color:#fff;
				@media screen and (max-width:800px){
					padding: 0.7em 0.5em 0.8em 0.5em;
				}
			}
			&.topcb_box_item02{
				padding: 0.55em 3em 0.55em 3em;
				background-color: #590C10;
				color:#fff;
				@media screen and (max-width:800px){
					padding: 0.7em 0.5em 0.8em 0.5em;
				}

			}
		}
	}


}//section02

*/
.orange_line_animate {
  width: 0px;
  height: 5px;
  /*background-color: #18207F;*/
  background-color: #b0955d;
  margin: 0 auto 30px auto;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .orange_line_animate {
    height: 3px;
    margin-bottom: 15px;
    width: 0vw;
  }
}
.orange_line_animate.active {
  width: 86px;
}
@media screen and (max-width:800px) {
  .orange_line_animate.active {
    width: 20vw;
  }
}

#section03 {
  padding: 90px 0 80px 0;
  background-color: black;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 30px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #231815;*/
  color: white;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 100%;
  }
}
#section03 h2 {
  width: 41%;
  max-width: 400px;
  margin: 0px auto 35px auto;
  position: relative;
  z-index: 30;
}
#section03 h2 figure {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    width: 86%;
    margin: 0vw auto 4vw auto;
  }
}
#section03 h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
  color: #b0955d;
}
@media screen and (max-width:800px) {
  #section03 h3 {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}
#section03 .base_text {
  line-height: 240%;
  text-align: center;
  position: relative;
  z-index: 30;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    line-height: 180%;
  }
}

.section_photo_contena {
  width: 100%;
  overflow: hidden;
  /*background-color: #fff;*/
  background-color: black;
}
.section_photo_contena ul {
  display: flex;
  width: 125vw;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.section_photo_contena ul.ul1 {
  margin-left: -10vw;
}
.section_photo_contena ul.ul2 {
  margin-left: -21vw;
}
.section_photo_contena ul li {
  width: 24.5%;
  position: relative;
}
.section_photo_contena ul li .base {
  position: relative;
}
.section_photo_contena ul li .base_1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1.75s linear;
  opacity: 0;
}
.section_photo_contena ul li .base_1.active {
  opacity: 1;
}
.section_photo_contena ul li .base_2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 1.75s linear;
  opacity: 0;
}
.section_photo_contena ul li .base_2.active {
  opacity: 1;
}

#section04 {
  width: 100%;
  position: relative;
  padding: 150px 0 0 0;    background-color: black!important;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 75px 0 0 0;

  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #231815;*/
  color: white;

  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 100%;
  }
}
#section04 .section__in h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  color: #b0955d;

}
@media screen and (max-width:800px) {
  #section04 .section__in h3 {
    margin-bottom: 40px;
  }
}
#section04 .section__in h3.second {
  margin-top: 175px;
}
@media screen and (max-width:800px) {
  #section04 .section__in h3.second {
    margin-top: 80px;
  }
}
#section04 .section__in .access_map_title {
  margin: 0 auto 86px;
  text-align: center;
  max-width: 450px;
  width: 90%;
}
@media screen and (max-width:800px) {
  #section04 .section__in .access_map_title {
    width: 80%;
    margin: 0 auto 52px;
  }
}
#section04 .section__in figure.access_map {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in figure.access_map {
    width: 94%;
    margin: 0 auto 26px auto;
  }
}
#section04 .section__in .time_list {
  max-width: 716px;
  width: 93%;
  margin: 0 auto;
}
#section04 .section__in .time_list li:nth-child(2) {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .time_list li:nth-child(2) {
    margin-top: 13px;
  }
}
#section04 .section__in .time_list li:nth-child(3) {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .time_list li:nth-child(3) {
    margin-top: 13px;
  }
}
#section04 .section__in .time_list li.longs {
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .time_list li.longs {
    margin-top: 46px;
  }
}
#section04 .section__in .time_list li:last-child {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .time_list li:last-child {
    margin-top: 13px;
  }
}
#section04 .section__in .time_list li.morelast {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .time_list li.morelast {
    margin-top: 25px;
  }
}
#section04 .section__in .time_list li figure.imgs {
  max-width: 708px;
}

#section05 {
  width: 100%;
  position: relative;
  margin-top: 116px;
  padding: 114px 0 0 0;
  padding-bottom: 96px;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
@media screen and (max-width:800px) {
  #section05 {
    margin-top: 44px;
    padding: 25px 0 0 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #231815;*/
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    width: 95%;
    padding-bottom: 18px;
  }
}
#section05 .section__in h3 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  color:#b0955d;
}
@media screen and (max-width:800px) {
  #section05 .section__in h3 {
    margin-bottom: 20px;
  }
}
#section05 .section__in ul.clum02box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .section__in ul.clum02box li {
  width: 47.22%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li {
    width: 48.5%;
  }
}
#section05 .section__in ul.clum02box li h4 {
  text-align: center;
  color: white;
}
#section05 .section__in ul.clum02box li h4 span.base_text {
  text-align: center;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li h4 span.base_text {
    font-size: 3.2vw;
  }
}
#section05 .section__in ul.clum02box li h4 span.base_text2 {
  text-align: center;
  display: block;
}
@media screen and (max-width:800px) {
  #section05 .section__in ul.clum02box li h4 span.base_text2 {
    font-size: 3.2vw;
  }
}
#section05 .section__in ul.clum02box li h4 span.base_text2 span.big {
  font-size: 150%;
}
#section05 .section__in ul.clum02box li h4 span.base_text2 span.mini {
  font-size: 75%;
}
#section05 .section__in .midtext {
  width: 100%;
  max-width: 670px;
  padding-top: 25px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width:800px) {
  #section05 .section__in .midtext {
    padding-top: 15px;
    margin: 0 auto 10px auto;
  }
}
#section05 .section__in .midtext_2 {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .section__in .midtext_2 {
    margin: 0 auto 0 auto;
  }
}

#section05b {
  width: 100%;
  position: relative;
  padding: 0px 0 100px 0;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
@media screen and (max-width:800px) {
  #section05b {
    padding: 0px 0 60px 0;
  }
}
#section05b .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
/*  color: #231815;*/
  color: white;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05b .section__in {
    width: 90%;
  }
}
#section05b .minis {
  margin-top: 28px;
}
@media screen and (max-width:800px) {
  #section05b .minis {
    margin-top: 20px;
  }
}
#section05b h3 {
  text-align: center;
  padding: 90px 0 25px 0;
  width: 100%;
  /*border-top: 1px solid #231815;*/
  border-top: 1px solid white;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section05b h3 {
    padding: 30px 0 25px 0;
  }
}
#section05b .listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section05b .listbox {
    flex-wrap: wrap;
  }
}
#section05b .listbox .left {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section05b .listbox .left {
    width: 100%;
  }
}
#section05b .listbox .right {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section05b .listbox .right {
    width: 100%;
  }
}
#section05b ul.listboxlist {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width:800px) {
  #section05b ul.listboxlist {
    font-size: 3vw;
  }
}
#section05b ul.listboxlist li {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0.45em;
  line-height: 120%;
}
#section05b ul.listboxlist li::after {
  content: "";
  width: calc(100% - 2em);
  height: 3px;
  background: url(../images/access/text_line.png) repeat-x center;
  background-size: auto 3px;
  position: absolute;
  left: 1.5em;
  bottom: 0.6em;
}
@media screen and (max-width:800px) {
  #section05b ul.listboxlist li::after {
    bottom: 0.4em;
  }
}
#section05b ul.listboxlist li .text {
  width: 60.5%;
  text-indent: -1em;
  padding-left: 2em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section05b ul.listboxlist li .text {
    width: 67.5%;
  }
}
#section05b ul.listboxlist li .text.firsttext {
  line-height: 140%;
}
#section05b ul.listboxlist li .text span.backs {
  display: inline-block;
  padding-right: 2%;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
#section05b ul.listboxlist li .text span.color1 {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #BA6930;
  vertical-align: -0.1em;
  margin-right: 0.2em;
}
#section05b ul.listboxlist li .text span.color2 {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #9B4657;
  vertical-align: -0.1em;
  margin-right: 0.2em;
}
#section05b ul.listboxlist li .times {
  width: 38.5%;
  z-index: 5;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section05b ul.listboxlist li .times {
    width: 32.5%;
  }
}
#section05b ul.listboxlist li .times span.backs {
  padding-left: 2%;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}

#section06 {
  font-family: "Noto Serif JP", serif;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
#section06 figure {
  position: relative;
}
#section06 figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  z-index: 10;
  color: #fff;
}
#section06 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section06 .mid_text {
  padding: 35px 0;
  width: 82%;
  max-width: 586px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .mid_text {
    padding: 15px 0;
    width: 87%;
  }
}

#section07 {
  width: 100%;
  position: relative;
  padding: 0px 0 150px 0;
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 0px 0 75px 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  /*color: #231815;*/
  color: white;
  position: relative;
}
@media screen and (max-width:800px) {
  #section07 .section__in {
    width: 90%;
  }
}
#section07 .section__in h3 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section07 .section__in h3 {
    margin-bottom: 20px;
  }
}
#section07 .section__in ul.clum02box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .section__in ul.clum02box li {
  width: 47.22%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li {
    width: 48.5%;
  }
}
#section07 .section__in ul.clum02box li figure {
  position: relative;
}
#section07 .section__in ul.clum02box li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  z-index: 10;
  color: #fff;
}
#section07 .section__in ul.clum02box li h4 {
  text-align: center;
}
#section07 .section__in ul.clum02box li h4 span.base_text {
  text-align: center;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li h4 span.base_text {
    font-size: 3.2vw;
  }
}
#section07 .section__in ul.clum02box li h4 span.base_text2 {
  text-align: center;
  display: block;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li h4 span.base_text2 {
    font-size: 3.2vw;
  }
}
#section07 .section__in ul.clum02box li h4 span.base_text2 span.big {
  font-size: 150%;
}
#section07 .section__in ul.clum02box li h4 span.base_text2 span.mini {
  font-size: 75%;
}
#section07 .section__in ul.clum02box li h4 span.base_text3 {
  text-align: center;
  display: block;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #section07 .section__in ul.clum02box li h4 span.base_text3 {
    font-size: 2.8vw;
  }
}
#section07 .section__in .midtext {
  width: 90%;
  max-width: 650px;
  padding-top: 25px;
  margin: 0 auto 100px auto;
}
#section07 .section__in .min_text {
  margin-top: 61px;
}

.sp_tops {
  pointer-events: none;
  opacity: 0;
  transition: all 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.sp_tops.active {
  opacity: 1;
}

.scrolltext2 {
  position: absolute;
  left: 50.2%;
  top: 70%;
  width: 1px;
  height: 40px;
  z-index: 30;
  font-family: "Noto Serif JP", serif;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .scrolltext2 {
    top: auto;
    display: block;
    bottom: calc(115px + 25vw);
    top: auto;
    bottom: 32.5%;
  }
}
.scrolltext2.active {
  opacity: 0;
  pointer-events: none;
}
.scrolltext2 .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}
.scrolltext2 .scrolltext__moji.active_pc {
  color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__moji.active_pc {
    color: #000;
  }
}
.scrolltext2 .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scrolltext2 .scrolltext__intext.active_pc {
  background-color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__intext.active_pc {
    background-color: #000;
  }
}
@keyframes scrollmoves {
  0% {
    height: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  30% {
    height: 40px;
    top: 0%;
    transform: translate(0%, 0%);
  }
  100% {
    height: 0;
    top: 100%;
    transform: translate(0%, 0%);
  }
}

h2.top_first {
  position: absolute;
  bottom: 30px;
  transform: translate(0%, 0%);
  z-index: 40;
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  display: none;
}
@media screen and (max-width:800px) {
  h2.top_first {
    display: block;
    top: 75%;
    opacity: 1;
  }
}
h2.top_first.active {
  opacity: 0;
  pointer-events: none;
}
h2.top_first .textsub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  h2.top_first .textsub {
    font-size: 2.8vw;
  }
}
h2.top_first .textmain {
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  h2.top_first .textmain {
    font-size: 5.8vw;
  }
}

#footer_nav {
  background-color: #EEECEB;
  background-color: #1e1e1e;
}

#attens_contents.tops {
  /*background-color: #EEECEB;*/
  background-color: #1e1e1e;
}
#attens_contents.tops p {
  /*color: #000;*/
  color: white;
}

.whitebox {
  width: 100%;
  background-color: #fff;
  padding: 60px 80px 35px 80px;
  margin-top: 75px;
}
@media screen and (max-width:800px) {
  .whitebox {
    margin-top: 45px;
    padding: 7.5vw 5vw 5vw 5vw;
  }
}
.whitebox h4 {
  text-align: center;
  letter-spacing: 0;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: 0.75em;
  color: #9B4656;
}
.whitebox .base_text {
  line-height: 200%;
  margin-bottom: 1.5em;
}
.whitebox h3 {
  width: 100%;
  padding: 0.5em 0 0.6em 0;
  background-color: #9B4656;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  .whitebox h3 {
    font-size: 4vw;
  }
}
.whitebox figure.merit {
  width: 90%;
  margin: 0 auto 75px auto;
}
@media screen and (max-width:800px) {
  .whitebox figure.merit {
    width: 90%;
    margin: 0 auto 5vw auto;
  }
}
.whitebox figure.maps {
  width: 100%;
}
.whitebox .attenbox {
  width: 100%;
}
.whitebox .attenbox .atten {
  width: 34.7%;
  margin: 0.5em -35px 0 auto;
}
@media screen and (max-width:800px) {
  .whitebox .attenbox .atten {
    margin: 0.5em 0px 0 auto;
  }
}

.gralbox {
  width: 100%;
  background-color: #D0CBC7;
  padding: 30px 35px 20px 35px;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  .gralbox {
    margin-bottom: 7.5vw;
    padding: 5vw;
  }
}/*# sourceMappingURL=access.css.map */