.page .entry-header {
    display: none;
}
.cont_area{
  width:100%;
  height:auto;
  margin:0px auto;
}

.header-image {
    display: block;
}
.header-image p {
    color: #fff;
}
.main_bg{
  text-align:center;
}
.main_bg p{
  line-height:300px;
  color:#fff;
  font-size:250%;
}

div#content {
    padding-top: 0px;
  	padding-bottom: 0px;
}
.cont_block_flex{
  width:100%;
  height:auto;
  margin:0px auto 30px auto;
  display:flow-root;
}
.cb_left{
  width:60%;
  height:auto;
  float:left; 
}
.cb_right{
  width:35%;
  height:auto;
  float:right;
}
.cb_left01{
  width:35%;
  height:auto;
  float:left;
}
.cb_right01{
  width:60%;
  height:auto;
  float:right;
  padding:0px 2.5%;  
}

h2 {
    font-size: 32px;
  	border-top:solid #efefef 1px;
  	border-bottom:solid #efefef 1px;
    padding: 30px 0px;
}
h2 span {
    display: block;
    font-size: 60%;
    padding-top: 3px;
}
p span{
  font-size:120%;
  font-weight:bold;
}

.cont_block{
  width:100%;
  height:auto;
  margin:0px auto 30px auto;
}
section{
  margin-bottom:50px;
  margin-top:-110px;
  padding-top:110px;
}
.section_block{
  width:100%;
  height:auto;
  margin:0px auto 0px auto;
  padding: 0px;
  list-style-type: none;
  display: flex;
}
.section_block li{
  float:left;
  text-align: center;
  padding: 10px 0px;
  width:16%;
  height:auto;
  margin:0px 2%;
}
.section_block li a{
  position: relative;
  display: inline-block;
  color:#333;
}

.section_block li a:before{
  position: absolute;
  top: 1.8em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #d65050;
  transition: 0.5s;
}
.section_block li a:hover:before{
  width: 100%;
}


table{
    border-top: none;
    border-right: solid 1px #f1f1f1;
    border-left: solid 1px #f1f1f1;
    border-bottom: none;
}
th{
    width: 35%;
    vertical-align: middle;
    background-color: #fbfbfb;
    text-align: center;
    text-transform: none;
}
td{
    vertical-align: middle;
}
th, td {
    border-top: solid 1px #f1f1f1;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #f1f1f1;
  	padding:15px 0px;
}
.p_red{
  font-size:85%;
  color:#ff4e4e;
}


.section_block01{
  width:50%;
  height:auto;
  margin:0px auto 0px auto;
  padding: 0px;
  list-style-type: none;
  display: flex;
}
.section_block01 li{
  float:left;
  text-align: center;
  padding: 10px 0px;
  width:33.333%;
  height:auto;
  margin:0px auto;
}
.section_block01 li a{
  position: relative;
  display: inline-block;
  color:#333;
}

.section_block01 li a:before{
  position: absolute;
  top: 1.8em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #d65050;
  transition: 0.5s;
}
.section_block01 li a:hover:before{
  width: 100%;
}


.contact_table{
  margin: 30px auto;
}
input.wpcf7-form-control.wpcf7-text {
    width: 80%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 80%;
}

.site-footer, .site-footer a {
    text-align: center;
}
.site-footer p {
    line-height: 1.6;
    padding: 8px 0px;
}
.site-footer p a:hover {
    color: #d65050;
}

.m_navi{
  display:none;
}


@media only screen and (max-width: 1024px){
.header-image {
 background-image: url(https://aura-st.com/wp-content/uploads/2017/06/main_tail.png) !important; 
}
  }


@media (max-width: 767px) {
.btn-menu {
    float: right;
    margin: 0 40px 40px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#mainnav-mobi {
    top: 5px;
}
#mainnav-mobi ul.sub-menu {
    background-color: #222222;
}
ul.sub-menu li {
    padding: 5px 0px;
}
.header-image {
    height: 130px !important;
}
.main_bg p {
    line-height: 130px;
  	margin: 0px;
}
.content-wrapper {
      padding-top: 15px !important;
}
.page-template-page_front-page .page-wrap .content-wrapper {
    padding-top: 0 !important;
}
h2 {
    text-align:center;
}
.cb_right, .cb_left,.cb_right01, .cb_left01 {
    width: 100%;
    height: auto;
    float: none;
}
.section_block01 {
    width: 100%;
}
.section_block {
    display: inline-block;
}
.section_block li {
    width: 50%;
    margin: 0px;
}

footer#colophon {
    margin-bottom: 70px;
}
.m_navi{
	display:block;
	width:100%;
	background:rgba(255,255,255,1.0);
	position:fixed;
	bottom:0px;
	left:0;
	height:70px;
  	border-top:1px solid #e2e2e2;
    list-style: none;
  	padding:0px;
  	margin:0px auto;
	z-index:1000;
}
.m_navi li{
  float:left;
  width:50%;
  line-height: 70px;
  font-size: 100%;
  text-align: center;
}
.m_navi li a{
  color:#333;
}
.m_navi li:first-child{
  	border-right:1px solid #e2e2e2;
}
.fa-phone:before {
content: "\f095";
}
.fa-envelope-o:before {
content: "\f003";
}
.go-top.show {
    bottom: 70px;
}
  }


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-top: 20px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 10% !important;
     width: 80% !important;
     height: 80% !important;
}
.cont_block iframe{
	width: 100%;
    margin-top: 30px;
    height: 300px;
}


.contact-form p {
  margin-bottom: 0;
}
.contact-form .information {
  margin-bottom: 20px;
}
.contact-form .red {
  color: #ff0507;
}
.contact-form .c-form {
  display: none;
}
.contact-form .form-field {
  margin-bottom: 20px;
}
.contact-form .form-field .head {
  margin-bottom: 10px;
}
.contact-form .form-field dd {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .form-field dd label {
  margin-right: 30px;
}
.contact-form .form-field dd label:last-child {
  margin-right: 0;
}
.contact-form .form-field dd input[type=text], .contact-form .form-field dd textarea {
  width: 250px;
  height: 35px;
  font-family: inherit;
  font-size: inherit;
  padding: 0 10px;
  max-width: 100%;
  width: 100%;
}
.contact-form .form-field dd textarea {
  height: 150px;
}
.contact-form .date-row {
  border: 1px solid;
  padding: 15px 20px;
  margin-bottom: 15px;
  display: flex;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .contact-form .date-row {
    display: block;
  }
  .contact-form .date-row div.col {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

.contact-form .form-field dd.date-wr{
	display:block;
}
.contact-form .date-row div.col {
  display: flex;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  margin-right: 30px;
}
.contact-form .date-row div.col:last-child {
  margin-right: 0;
}

.contact-form .date-row div.col:first-child input{
	max-width:140px;
	text-align:right;
}

.contact-form .date-row div.col:last-child input{
	max-width:100px;
	text-align:right;
}
.contact-form .date-row div.col span.txt {
  margin: 0 5px;
  transform: translateY(8px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact-form .date-row div.col span.txt.txt_head {
    width: 70px;
  }
}
.contact-form .date-row:last-child {
  margin-bottom: 0;
}
.contact-form .f-note02 .f-note01 {
  padding-left: 15px;
}
.contact-form ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}
.contact-form .f-submit input {
  width: 500px;
  max-width: 100%;
  font-weight: bold;
  font-size: 2.5rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #dce6f1;
}
.contact-form .f-submit input:focus, .contact-form .f-submit input:hover {
  background: #ff0507;
  color: #fff;
  border-color: #ff0507;
}

span.wpcf7-list-item {
  margin: 0 30px 0 0 !important;
}

.ui-timepicker-standard a{
	text-align:left;
	font-size:1.3rem;
}

/* Menu reserve */
#menu-item-432 a{
    margin-top: -12px;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 8px 15px;
    text-align: center;
    width: 120px;
    height: 40px;
    position: relative;
    transition-property: background-color, width;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#menu-item-432 a:after{
	content:'利用申込';
	position:absolute;
	opacity:0;
	font-size:14px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:opacity .3s ease;
	line-height:1;
}

#menu-item-432 a:hover{
	color:#fff!important;
}

#menu-item-432 a:hover{
	font-size:0;
}

#menu-item-432 a:hover:after{
	opacity:1;
}

@media only screen and (max-width: 767px){
	#menu-item-432 a{
		width:100%;
    margin-top: 0px;
		text-align:left;
border:none;
	}
	#menu-item-432 a:after{
	left:50px;
	transform:translateY(-50%);
}
}

/* 01-15-2021 */

.cont_block .notice p{
	margin-bottom:0;
}

.cont_block .notice{
	  border: 3px solid #a92116;
    background: #F2DEDE;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 20px;
	 color:#a92116;
}

/* 04-13-2021 */
.page-plan .youtube-list{
	display:flex;
	flex-wrap:wrap;
	margin-top:65px;
}

.page-plan .youtube .ttl{
	font-size:1.9rem;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
}

.page-plan .youtube-list .youtube{
	width:32%;
	margin-bottom:2%;
}

.page-plan .youtube-list .youtube:not(:nth-child(3n)){
	margin-right:2%;
}

.page-plan .youtube-list .youtube__inner{
	position:relative;
	padding-bottom:56.25%;
}

.page-plan .youtube-list .youtube iframe{
	width:100%;
	margin-top:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}

@media screen and (max-width: 767px){
	.page-plan .youtube-list{
		margin-top:50px;
	}
	
	.page-plan .youtube .ttl{
		font-size:1.6rem;
		margin-bottom:8px;
	}
	.page-plan .youtube-list .youtube{
		width:100%;
		margin-bottom:30px;
	}
	.page-plan .youtube-list .youtube:not(:nth-child(3n)){
		margin-right:0;
	}
}

/* 04-14-2021 */
.page-plan #charge > p{
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	background-color: #fbfbfb;
}

.page-gallery .youtube-list{
	margin-top:0!important;
}

/* 04-15-2021 */
.youtube-block .ttl{
	font-size:1.9rem;
	font-weight:bold;
	color:#333;
	margin-bottom:15px;
	text-align:center;
}

.youtube-block{
	width:600px;
	max-width:100%;
	margin:0 auto 30px;
}

.youtube-block .inner{
	position:relative;
}

@media screen and (max-width: 767px){	
	.youtube-block .ttl{
		font-size:1.6rem;
		margin-bottom:8px;
	}
}

.page-id-216 h2{ /* page gallery */
	text-align:center;
	padding: 14px 0px;
	background-color: #34352F;
	color: #fff;
	font-weight: lighter;
	border:none;
}

.page-id-216 h3{
	font-size: 24px;
	padding: 30px 0px 20px 0px;
	border-bottom: solid #efefef 1px;
	text-align:center;
}

.gallery-custom__block{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:flex-end;
}

@media screen and (min-width: 768px){
	.gallery-custom__block .youtube-block{
		margin: 0 0;
	}
}

@media screen and (max-width: 767px){
	.foogallery{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		padding-left:0!important;
	}
	
	.foogallery .fg-item{
		width: 50%;
    margin-right: 0!important;
    margin-bottom: 0%!important;
    padding: 5px;
	}
	
	.gallery-custom__block .image-block .foogallery{
		display:block;
	}
	
	.gallery-custom__block .image-block .foogallery .fg-item{
		width:100%;
		padding: 0;
	}
}

/* 04-16-2021 */
.gallery-custom__block .youtube-block{
	width:483px;
}

.header-image.main_bg__about {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_about.jpg) !important; 
}

.header-image.main_bg__gallery {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_gallery.jpg) !important; 
}

.header-image.main_bg__plan {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_plan.jpg) !important; 
}

.header-image.main_bg__access {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_access.jpg) !important; 
}

.header-image.main_bg__contact {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_contact.jpg) !important; 
}

.header-image.main_bg__reserve {
 background-image: url(https://aura-st.com/wp-content/uploads/2021/04/mv_reserve.jpg) !important; 
}

@media screen and (max-width: 767px){
	.page-id-216 h2{
		padding:12px 0;
		font-size:28px;
	}
	
	.page-id-216 .entry-content section{
		margin-bottom:30px;
	}
	
	.gallery-custom__block .image-block, .gallery-custom__block .image-block .foogallery, .gallery-custom__block .image-block .foogallery .fg-item, .gallery-custom__block .image-block .foogallery .fg-item-inner, .gallery-custom__block .image-block .foogallery .fg-thumb, .gallery-custom__block .image-block .foogallery .fg-image-wrap, .gallery-custom__block .image-block .foogallery .fg-image-wrap img{
		width:483px!important;
		max-width:100%
	}
}

.page-id-216 .sec-2f{
	margin-top:-60px;
}

#wp-custom-header-video-button{
	display:none;
}

@media screen and (max-width: 767px){
	body.home .wp-custom-header{
		height:calc(100vh - 310px);
		height: calc((var(--vh, 1vh) * 100) - 310px);
	}
	
	body.home .wp-custom-header #wp-custom-header-video{
		height:inherit;
		object-fit:cover;
	}
}

/* 04-19-2021 */
body:not(.home) #wp-custom-header{
	display:none!important;
}

/* 04-20-2021 */
/** modal **/
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

@keyframes modal-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes modal-video-inner {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.modal-video-close-btn {
  opacity: 0.65;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-decoration: none;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  user-select: none;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}

@media only screen and (max-width: 768px) {
  .modal-video-close-btn {
    padding-right: 15px;
  }
}
.modal-video-close-btn:hover {
  background: transparent;
  opacity: 1;
}

.c-youtube iframe{
	display:none;
}

.c-youtube{
	position:relative;
	cursor:pointer;
}

.c-youtube:after{
	 content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: 0.3s ease;
	top:0;
}

.c-youtube:hover:after{
	    opacity: 1;
}

.c-youtube .fluid-width-video-wrapper{
	padding: 0 0!important;
}

.c-youtube__playicon{
		position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: red;
    border-radius: 50%;
    z-index: 10;
}

.c-youtube__playicon:after{
	  position: absolute;
    border-style: solid;
    border-width: 10px 0px 10px 15px;
    border-color: transparent transparent transparent white;
    content: "";
    top: 50%;
    left: calc(50% + 2.5px);
    transform: translate(-50%, -50%);
}