@charset "utf-8";

body{
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

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

a{
	color: #333;
	text-decoration: none;
  outline: none;
}

img{
    max-width: 100%;
    height: auto;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}


/* area */

#container{
    overflow-x: hidden;
    z-index: 1;
    position: relative;
}

/* font-family */

h1,
h2,
#content .content-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2em;
}

/* heading */

h2{
    font-size: 2rem;
    margin: 0 0 50px 0;
    text-transform: uppercase;
		color: #990000;
		text-shadow: 3px 2px 5px #fff;
}

/* header */
#header {background: rgba(255,255,255,0.8);}

#header h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0 0 0 2%; 
    line-height: 1;
    white-space: nowrap;
    text-shadow: 3px 2px 5px #fff;		
}

@media screen and (max-width:960px){
  #header h1{
    position: absolute;
    top:22px;
    left:20px;
    padding: 0;
  }
}

.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}

/* vidualarea */
#vidual-area{
    position: relative;
    height: 100vh;
}

body.appear #vidual-area::after{
    content:'';
    background:#990000;
    width:0;
    height: 12%;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
	  animation-name:vidualbgRLextendAnime;
    animation-duration:.2s;
	  animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:40%;
	}
}

#vidual-area #slider-area{
  position: absolute;
  top:0;
  right: 0;
  width:85%;
  z-index: -1;
}

#vidual-area h2{
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 3vw;
  position: absolute;
  top:36%;
  left:5%;
}

#vidual-area dl{
  position: absolute;
  left:2%;
  bottom:2%;
}

#vidual-area dl{
    color:#aaa;
}

#vidual-area dt,
#vidual-area dd,
#vidual-area ul,
#vidual-area ul li{
    display: inline-block;
}

#vidual-area dt{
    text-transform: uppercase;
}

#vidual-area ul li{
    margin:0 10px;
}

#vidual-area ul img{
    width:20px;
}

@media screen and (max-width:960px) {
  #vidual-area{height: 90vh;}
  #vidual-area #slider-area{
      width:100%;
      height: 90vh;
  }
  #vidual-area h2{font-size:2.1rem;}
  #vidual-area dl{
      left:20px;
      bottom:16px;
  }
  #vidual-area ul li{margin:0 2px;}
}

@media screen and (max-width:450px) {
  #vidual-area h2,
  .h2{
      font-size:7vw;
      top: inherit;
      bottom: 13%;
  }

}

/* content */

#content{
    padding: 5% 0 1% 10%;
}

@media screen and (max-width:768px) {
  #content{
      padding: 30% 0 10% 30px;
  }
}

@media screen and (max-width:500px) {
  #content{
      padding: 5% 0 5% 3%;
  }

  #content .content-lead{
      padding: 0 10% 0 0;
  }
  #content .content-lead br{
      display: none;
  }
}

#content .content-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:3% 0 3% 10%;
    position: relative;
}

#content .content-area::after{
    opacity: 0;
}

#content .content-area.startwd::after{
    content:'';
    position: absolute;
    top:10%;
    right:0;
    width:80%;
    height: 40vh;
    background:rgba(127,127,127,0.20);
    z-index: -1;
	  animation-name:sevicebgRLextendAnime;
    animation-duration:.9s;
	  animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
}

@keyframes sevicebgRLextendAnime{
	0% {
        opacity: 0;
		width:0;
	}
	100% {
        opacity: 1;
		width:80%;
	}
}

#content .content-area section{
     width:30%;   
}

#content .content-area section.etc-sec{
     width:65%;   
}
#content .content-area section.max-sec{
     width:70%;   
}

@media screen and (max-width:570px) {
  #content .content-area{
      padding:3% 0 3% 3%;
  }

  #content .content-area section,
  #content .content-area section.etc-sec,
	#content .content-area section.max-sec{
      width:100%;
      margin: 0 0 50px 0;
      padding: 0 2% 0 0;
  }
}

#content .content-area section h3{
    font-size:1.5rem;
    margin: 0 0 30px 0;
}

#content .content-area section p{
    margin: 0 0 30px 0;
}

#content .content-img-wrapper{
    position:relative;
    overflow: hidden;
    width:30%;
    height: 50vh;
}

#content .content-img{
    height: 35vh;
}

#content #cnt-img-top {
  background:url("../img/01.JPG") no-repeat center;
  background-size: cover;
}

#content #cnt-img-abus1 {
  background:url("../img/gal_01.jpg") no-repeat center;
  background-size: cover;
}

#content #cnt-img-abus2 {
  background:url("../img/00014.jpg") no-repeat center;
  background-size: cover;
}

#content #cnt-img-abus3 {
  background:url("../img/00015.jpg") no-repeat center;
  background-size: cover;
}
#content #cnt-img-abus4 {
  background:url("../img/00013.JPG") no-repeat center;
  background-size: cover;
}
#content #cnt-img-love1 {
  background:url("../img//r04/r040309.JPG") no-repeat center;
  background-size: cover;
}

#content #cnt-img-love2 {
  background:url("../img/r03/r030327.JPG") no-repeat center;
  background-size: cover;
}

#content #cnt-img-love3 {
  background:url("../img/r03/r031030.JPG") no-repeat center;
  background-size: cover;
}
#content #cnt-img-love4 {
  background:url("../img/0000.JPG") no-repeat center;
  background-size: cover;
}
#content #cnt-img-photo {
  background:url("../img/r03/r030331.JPG") no-repeat center;
  background-size: cover;
}

@media screen and (max-width:570px) {
#content .content-img-wrapper,
#content .content-img{
    width:100%;
    height: 40vh;
    background-position: right;
    }
    #content .content-img-wrapper{
        margin:0 0 50px 0;
    }
}

/* news */


.news-img-wrapper{
    position:relative;
    z-index: 1;
    overflow: hidden;
    width:90%;
    height: 60vh;
}

.news-img{
    height: 60vh;
    background:url("../img/02.jpg") no-repeat center;
    background-size: cover;
}

.news-img::after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:70%;
    height: 10vh;
    background:#990000;
    z-index:2;
}

#news{
  padding: 5% 0 5% 15%;
}
#news .area li{padding: 20px 0;}
#news .area time{
    display: block;
    color: #333;
}
#news .tab{
    position: relative;
    top:1px;
}
#news .tab-choice-area{
    border-top:1px solid #4D4D4D;
    border-left:1px solid #4D4D4D;
}

@media only screen and (max-width: 1110px) {
    .tab-area{
        width:100%;
    }
    
}

@media only screen and (max-width: 768px) {
#news {
    padding: 0 0 5% 30px;
}
}

/* gallery */

#gallery{
    margin: 0 0 5% 0;
}

#gallery li{
    overflow: hidden;
}

/* contact */

#contact{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-detail{
    width:65%;
    border-right: 1px solid #aaa;
    text-align: center;
    padding: 20px;
}

#contact .contact-detail h2{
     margin:0 0 5px 0;   
    font-size: 1.5rem;
}

#contact .contact-tel{width:35%;}

#contact .contact-tel p{text-align: center;}

#contact .contact-tel p a{
    display: block;  
    padding: 20px;
    transition: all .3s;
		color: #333;
}

#contact .contact-tel p a:hover{
     background:rgba(255,255,255,0.2);   
}

#contact .contact-tel p:last-child{
    border-top:1px solid #aaa;
}

#contact .contact-tel br{
    display: none;
}

@media screen and (max-width:690px) {
#contact .contact-detail,
#contact .contact-tel{
    width:50%;
}
    
#contact .contact-tel br{
    display: block;
}
#contact .contact-detail h2{
    font-size: 1.2rem;
}
#contact .contact-detail p{
    text-align: left;
}
}

@media screen and (max-width:400px) {
    #contact{
        font-size: 0.8rem;
    }
}
/* footer */

#footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0.8;
    padding:1%;
		background: #990000;
}

#footer .footer-link{
    width:100%;
}

#footer small{
    padding: 1em;
    display: block;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:830px) {
  #footer{
      justify-content: center;
      padding:5% 0;
  }
  #footer .footer-link{
      width:auto;
  }

  #footer small {
      padding:10% 0;
      text-align:center;
  } 
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.content {
  width: 1200px;
	margin: 0 auto;
}
/* table */

table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}
table.table_01 th,
table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(159,159,159,0.80);
	padding: 20px;
}
table.table_01 th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #990000;
	color: #fff;
}
table.table_01 td {
	font-size: 16px;
	line-height: 30px;
}


.flex {display: flex}

.h2 {
  margin-top: 2em;
	border-top: 2px dashed #fff;
}
.h2 span.small{
  font-size: .6em;
  margin-left: 1em;
}

.right {text-align: right}
.left {text-align: left}
.pr-5 {padding-right: 3em;}
.mb-3 {margin-bottom: 3em;}

.h-40 {height: 58vh !important;}

@media only screen and (max-width: 768px) {
  .h-40 {height: 40vh !important;}
}


/* photo */
.zoomInText{
  margin: 0 auto;
  position: relative;
}

.zoomInText span.mask{
  position: relative;
  transition: .3s ease-in-out;
  display: block;
  line-height: 0;
  overflow:hidden;
}

.zoomInText:hover span.mask::before{
  content:"";
  position: absolute;
  z-index:2;
  top:10px;
  left:10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background:rgba(0,0,0,0.5);
}

.zoomInText img{
  transform: scale(1);
  filter: blur(0);
  transition: .3s ease-in-out;
}

.zoomInText:hover img{
  transform: scale(1.2);
  filter: blur(2px);
}

.zoomInText span.cap{
  opacity:0;
  transition: .5s ease-in-out;
  position: absolute;
  z-index:3;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  line-height: 1.5;
	width: 80%;
}

.zoomInText:hover span.cap{
  opacity:1;
}


ul.list {
  margin-left: 3em;
	width: 80%;
}
ul.list li{
  list-style: decimal;
}

.halftone {
  position: relative;
}
.halftone::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#FF0004 30%, transparent 31%), radial-gradient(#FF0004 30%, transparent 31%);
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
}

/* 問い合わせ */
table.with {
	width: 100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.with th,
table.with td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(159,159,159,0.80);
	padding: 20px;
}
table.with th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #990000;
	color: #fff;
}
table.with td {
	font-size: 16px;
	line-height: 30px;
	width: 60%;
}
input[type="text"], textarea {
  border: 1px solid rgba(187,187,187,1.00);
	width: 100%;
}
table.with span {
  font-size: 10px;
	background-color: white;
	padding: 5px;
  margin-left: 5px;
	color: #990000;
}

.with_btn {
  margin: 20px auto;
  display: flex;
	justify-content:center;
}
@media only screen and (max-width: 960px) {
  table.with {
  	width:100%;
  	margin:0 auto;
  }
  table.with th, table.with td {
  	width:auto;
  	display:block;
  }
  table.with th {
  	margin-top:5px;
  	border-bottom:0;
  }
  input[type="text"], textarea {
  	width:100%;
  	padding:5px;
  	font-size:110%;
  	display:block;
  }
@media only screen and (max-width: 450px) {
  .with_btn {
	  display: block;
		text-align: center;
		margin: 10px auto;
	}
}