@charset "UTF-8";


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

body {
  min-width: 1100px;
  max-height: 100%;
  background: url(../img/bg.jpg);
  background-size: 200px;
  position: relative;
  z-index: 1;
}
header,
footer {
  width: 100%;
}
p,
dl,ol,ul,dt,dd,
caption,figcaption {
  color: #231815;
  font-size: 14px;
  line-height: 2;
}
figure {
  overflow: hidden;
}
a {
  color: #fff;
}
a.call,
.call a {
  pointer-events: none;
}

.load img,
.load span {
  position: absolute;
}
.load,
.load .inner {
  width: 100%;
  height: 100vh;
}
.load {
  position: fixed;top: 0;left: 0;
  background: url(../img/sec03_bg01.jpg);
  background-size: 100px;
  z-index: 99999;
}
.load .inner {
  width: 535px;
  position: relative;
}
.load img {
  top: 0;bottom: 0;
  margin: auto;
}
.load span {
  width: 1px;
  height: 1px;
  background: rgba(255,255,255,.6);
  top: 70%;
}

.sp_only{
	display:none;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CLASS control ->              */
/* =====>=====>=====>=====>=====>=====>===== */

.inner {
  width: 1100px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HEADDING control ->                   */
/* =====>=====>=====>=====>=====>=====>===== */
header {
  overflow: hidden;
}
header>img {
  margin: auto;
}
h2,h3,h4,h3+span {
  font-family: serif;
  line-height: 1.4;
}
h2,
h3,h3+span {
  font-weight: bold;
}
h2 {
  color: #85834F;
  font-size: 45px;
  text-align: center;
}
h3 {
  color: #3E2B24;
  font-size: 25px;
}
h3+span {
  margin-left: 10px;
  color: #C5BFBD;
  font-size: 20px;
}
#sec01 h3 {
  font-size: 19px;
  line-height: 1.9;
}

/* 20171207 */
p.bold{
	font-weight: bold;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TOP-HEADER control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */
#TH,
.hdrSns {
  position: absolute;
}
#TH,
#TH .inner {
  width: 110px;
  overflow: visible;
}
#TH {
  min-height: 950px;
  height: 100vh;
  top: 0;right: 0;
  z-index: 1000;
}
#TH figure {
  position: fixed;right: 0;bottom: 0;
}
.hdrSns {
  height: 340px;
  margin: 0 auto;
  top: 100px;bottom: 0;left: 40px;
}
.hdrSns li img {
  margin: auto;
  opacity: 1;
  transition: .6s;
}
.hdrSns li+li {
  margin-top: 18px;
}
.hdrSns.on {
  margin: auto;
  position: fixed;top: 0;left: auto;right: 30px;
  z-index: 999999;
}
.hdrSns.on img {
  opacity: 0;
  transition: .6s;
}
.hdrSns li:nth-of-type(1) {
  background: url(../img/ico_top_sns01_02.png)no-repeat;
  background-size: 34px;
}
.hdrSns li:nth-of-type(2) {
  background: url(../img/ico_top_sns02_02.png)no-repeat;
  background-size: 36px;
}
.hdrSns li:nth-of-type(3) {
  background: url(../img/ico_top_sns03_02_2024.png)no-repeat;
  background-size: 35px;
}
/* .hdrSns li:nth-of-type(4) {
  background: url(../img/ico_top_sns04_02.png)no-repeat;
  background-size: 34px;
} */
.hdrSns li:nth-of-type(4) {
  background: url(../img/ico_top_sns05_02.png)no-repeat;
  background-size: 34px;
}
.hdrSns li:nth-of-type(5) {
  background: url(../img/ico_top_sns06_02.png)no-repeat;
  background-size: 33px;
}
.hdrSns li:nth-of-type(6) {
  background: url(../img/ico_top_sns07_02.png)no-repeat;
  background-size: 45px;
}
.hdrSns li:nth-of-type(1),
.hdrSns li:nth-of-type(2),
.hdrSns li:nth-of-type(3),
.hdrSns li:nth-of-type(4),
.hdrSns li:nth-of-type(5),
.hdrSns li:nth-of-type(6),
.hdrSns li:nth-of-type(7) {
  background-position: center;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GLOBAL-NAV control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */
#GNav {
  height: 1px;
  width: 700px;
  position: fixed;top: 13px;right: -700px;
  background: #C5BFBD;
  display: none;
  overflow: hidden;
}
#GNav ul {
  overflow: hidden;
}
#GNav li,
#GNav li a {
  float: left;
}
#GNav a {
  height: 70px;
  display: block;
  padding: 24px 25px 23px;
  font-family: serif;
  font-size: 23px;
  letter-spacing: 1.5px;
}
#HAM {
  width: 40px;
  height: 35px;
  position: relative;top: 30px;left: 40px;
  cursor: pointer;
  z-index: 9999999999;
}
#HAM span {
  width: 40px;
  height: 7px;
  display: block;
  background: #fff;
  border-radius: 3px;
  transition: background .5s;
  position: absolute;
}

#HAM span:nth-of-type(1) {
  top: 0;
}
#HAM span:nth-of-type(2) {
  top: 14px;
}
#HAM span:nth-of-type(3) {
  bottom: 0;
}

#HAM span:nth-of-type(1) {
  animation: bar01 .5s forwards;
}
@keyframes bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#HAM span:nth-of-type(2) {
  opacity: 1;
}
#HAM span:nth-of-type(3) {
  animation: bar02 .5s forwards;
}
@keyframes bar02 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#TH.active #HAM span:nth-of-type(1) {
  animation: active-bar01 .5s forwards;
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
#TH.active #HAM span:nth-of-type(2) {
  opacity: 0;
}
#TH.active #HAM span:nth-of-type(3) {
  animation: active-bar03 .5s forwards;
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}

#HAM.on {
  position: fixed;left: auto;right: 30px;
  z-index: 50;
}
#HAM.on span {
  background: #3E2B24;
}
#SP {
  display: none;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MAIN-VISUAL control ->                */
/* =====>=====>=====>=====>=====>=====>===== */
#MV {
  width: 100%;
  height: 100vh;
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 999;
}
#MV a {
  width: 65px;
  height: 102px;
  margin: auto;
  position: absolute;right: 0;bottom: 40px;left: 0;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SECTION control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

main,
article {
   overflow: hidden;
}
section {
  padding: 140px 0;
}

aside {
  display: none;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- BOX CONTROL ->                        */
/* =====>=====>=====>=====>=====>=====>===== */

.cntBox {
  margin: 0 auto;
  overflow: hidden;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FOOTER control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
footer {
  padding: 100px 0 110px;
  background: url(../img/ftr_bg.png)no-repeat;
  background-size: cover;
  background-position: right center;
}

.ftrSns ul {
  justify-content: center;
}
.ftrSns ul li+li {
  margin-left: 8px;
}
#tl {
  padding-top: 50px;
  justify-content: center;
  align-items: stretch;
}
#tl iframe {
  width: 100%;
  height: 100%;
}
#tl iframe:last-child {
  /* display: none; */
}
#tl figure,
#instafeed {
  height: 320px;
}
#tl figure {
  width: 357px;
  text-align: center;
  background: #FFF;
  border: 1px solid rgba(34, 34, 34, 0.38);
  position: relative;
  overflow: visible;
}

#tl figure:first-child::before {
  width: 144px;
  height: 18px;
  background: url(../img/fb_logo.png)no-repeat;
  background-size: 144px;
}
#instafeed::before {
  width: 140px;
  height: 32px;
  background: url(../img/ig_logo.png)no-repeat;
  background-size: 140px;
}
#tl figure:first-child::before,
#instafeed::before,
#tl figure.ig::before{
  display: block;
  margin: auto;
  content: "";
  background-position: center;
  position: absolute;top: -50px;right: 0;left: 0;
}
#tl .ig {
  border: 0;
	overflow: visible;
	padding:4px 0;
}

#tl figure.ig::before {
	width: 140px;
	height: 32px;
	background: url(../img/ig_logo.png)no-repeat;
	background-size: 140px;
}


#instafeed {
  border: 2.5px solid #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
}
#instafeed a {
  display: block;
  width: 33.33%;
  height: 112.5px;
  border: 2px solid #fff;
  overflow: hidden;
}
#instafeed a:hover img {
  transform: scale(1.2);
}
#instafeed a img {
  width: 100%;
  height: auto;
  transition: .8s;
}
#tl figure+figure {
  margin-left: 50px;
}
.ftrLogo {
  margin: 60px auto 43px;
}

/*===== insta 20201020 =====*/

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

.ig .wrap{
	display: block;
	overflow: auto;
	height:320px;
}

.ig .gallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-content: center;
	align-items: center;

}

.ig .gallery li{
	width:30%;
	margin: 4px;
}


.ig .gallery-item{
	flex: 1 1 33.333%;
	-ms-flex: 1 1 33.333%;
}


/*===== PAGETOP =====*/
.pagetop {
  width: 67px;
  height: 36px;
  position: fixed;bottom: 29px;right: 132px;
}




/*===== COPYRIGHT =====*/
small {
  display: block;
  margin: 15px auto 0;
  font-family: serif;
  color: #222;
  font-size: 10px;
  text-align: center;

}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- button control                        */
/* =====>=====>=====>=====>=====>=====>===== */
.btn {
  width: 150px;
  display: block;
  margin: auto;
  padding: 13px 0;
  font-size: 13px;
  text-align: center;
  border: 1px solid #c86464;
  background: #c86464;
  transition: .6s;
}
.btn:hover {
  color: #c86464;
  background: transparent;
}

.scroll {
  text-align: center;
}
.scroll a img {
  margin: auto;
}
.scroll a {
  height: 80px;
  display: inline-block;
  margin: auto;
}
.scroll {
  animation: sd 4s forwards;
}

@keyframes sd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ORDERD SKIN / index ->                */
/* =====>=====>=====>=====>=====>=====>===== */

/*===== #sec01 =====*/
#sec01 {
  margin-top: 75px;
  padding: 75px 0 150px;
}
#sec01 .inner,
#sec01 .cntBox,
#sec01 figure {
  overflow: visible;
}
#sec01 header+figure,
#sec01 .cntBox+.cntBox>img:nth-of-type(2) {
  display: none;
}
#sec01 .cntBox:nth-of-type(1) {
  margin-top: 75px;
  background: url(../img/sec01_img01.png)no-repeat;
  background-size: contain;
  background-position: right top;
}
#sec01 .cntBox:nth-of-type(1) p {
  width: 425px;
  margin-top: 30px;
  letter-spacing: 1px;
}
#sec01 .cntBox+.cntBox {
  margin-top: 60px;
  position: relative;
}
#sec01 .cntBox+.cntBox::after {
  display: block;
  content: "";
  clear: both;
}
#sec01 .cntBox+.cntBox figure {
  position: relative;
  z-index: 10;
}

#sec01 .cntBox+.cntBox>img {
  margin-top: -40px;
  float: right;
  z-index: 0;
}
#sec01 .cntBox+.cntBox>p {
  width: 550px;
  margin-top: -80px;
  margin-left: 260px;
  float: left;
}
#sec01+.scroll {
  width: 100%;
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  content: "";
  background: url(../img/sec02_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#sec01+.scroll a {
  margin: 0 0 -40px;
}


/*===== #sec02 =====*/
#sec02 .cntBox,
#sec02 .imgBox {
  flex-wrap: wrap;
}
#sec02 .cntBox,
#sec02 .inBox header:nth-of-type(n+2) {
  margin-top: 70px;
}
#sec02 {
  margin-top: 130px;
  padding: 70px 0 0;
}
/*
#sec02 .inner {
  padding-bottom: 80px;
  background: url(../img/sec02_bg02.png)no-repeat;
  background-size: 512px;
  background-position: right bottom;
}
*/
#sec02 .lead {
  margin-top: 20px;
  text-align: center;
}
#sec02 .cntBox {
  align-items: flex-start;
}
#sec02 .inBox {
  width: 500px;
}
#sec02 .inBox header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5bfbd;
}
#sec02 .inBox .imgBox,
#sec02 .inBox figure {
  display: none;
}
#sec02 .inBox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
#sec02 .inBox dt {
  width: 230px;
}
#sec02 .inBox.tax dt {
  width: 190px;
  display: flex;
	align-content: center;
	align-items: center;
	height:54px;
}
#sec02 .inBox dt+dd {
  width: 120px;
}
#sec02 .inBox.tax dt+dd {
  width: 160px;
  text-align: right;
  display: flex;
  justify-content: right;
	align-content: center;
	align-items: center;
	height:54px;
}

#sec02 .inBox dd+dd {
  margin-top: 5px;
}
#sec02 .imgBox {
  width: 565px;
}
#sec02 figure {
  position: relative;
}
#sec02 figcaption {
  color: #303030;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 25px #fff, -2px -2px 5px #fff,2px 2px 5px #fff, -2px -2px 5px #fff;
  position: absolute;top: 10px;left: 13px;
  z-index: 500;
}
#sec02 figcaption br {
  display: none;
}
#sec02 figure img {
  transition: .5s;
}
#sec02 figure:hover img {
  transform: scale(1.2);
}
#sec02 .imgBox figure:nth-of-type(n+3) {
  margin-top: 25px;
}
#sec02 .cntBox+.cntBox {
  margin-top: 100px;
}
#sec02 .cntBox+.cntBox dl:nth-of-type(1),
#sec02 .cntBox+.cntBox dl:nth-of-type(2),
#sec02 .cntBox+.cntBox dl:nth-of-type(3) {
  align-items: center;
}
#sec02 .cntBox+.cntBox dl:nth-of-type(3) dt {
  width: 350px;
}
#sec02 .cntBox+.cntBox dl:nth-of-type(3) dd {
  width: 150px;
}
#sec02 .cntBox+.cntBox dl+dl:nth-of-type(n+3) {
  margin-top: .3em;
}
#sec02 .cntBox+.cntBox .imgBox figure:nth-of-type(2) {
  margin-top: 0;
}
#sec02 .scroll {
  margin-top: 115px;
}



/*===== #sec03 =====*/
#sec03{
  position: relative;
}
#sec03 .flex_wrap{
  display:flex;
  justify-content:space-around;
  align-items:stretch;
}

#sec03 .flex_inner{
  width: 40%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#sec03 .flex_inner .cntBox{
  overflow:inherit;
}
@media only screen and (max-width: 900px) {
  #sec03 .flex_wrap{
    flex-direction: column;
  }
  #sec03 .flex_inner{
    width: 90%;
    max-width: 600px;
    display: block;
    margin: 0 auto 50px;
  }
}
#sec03 h2{
  margin-bottom: 30px;
}

#sec03::before,
#sec03::after {
  display: block;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 900px) {
  #sec03::before,
  #sec03::after {
    content: none;
  }
}
#sec03 {
  margin-top: 112px;
  padding: 76px 0 250px;
  background: url(../img/sec03_bg01.jpg);
  background-size: 200px;
}
#sec03 .inner {
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}
#sec03 h3{
  color:#fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#sec03 h3::after{
  content: '';
  width: 50px;
  height:2px;
  position:absolute;
  bottom:0;
  left:calc(50% - 25px);
  background-color:#85834F;
}
#sec03::before {
  width: 396px;
  height: 269px;
  background: url(../img/sec03_img01.png)no-repeat;
  background-size: 396px;
  top: -186px;
  left: 10px;
}
#sec03::after {
  width: 493px;
  height: 237px;
  background: url(../img/sec03_img02.png)no-repeat;
  background-size: 493px;
  right: -60px;
  bottom: -70px;
}
#sec03 li {
  font-family: serif;
  color: #FFF;
  text-align: center;
  line-height: 2.5;
}
#sec03 li:nth-of-type(3) {
  font-size: 26px;
}
#sec03 li i,
#sec03 li:nth-of-type(3) span {
  font-size: 25px;
}
#sec03 li i {
  margin-right: 10px;
  font-size: 25px;
}
#sec03 li span {
  margin: 0 10px 0 20px;
  color: #85834F;
}
#sec03 li:nth-of-type(3) {
  margin-top: 10px;
  letter-spacing: 2.5px;
  line-height: 1.4;
}
#sec03 li:nth-of-type(3) span {
  margin: 0 1em;
  color: #FFF;
}
.map{
  width: 100%;
  margin-top: auto;
}
.map iframe {
  width: 100%;
  height: 550px;
  margin-top: 10px;
}
/* 20180619 */
footer .ftrLink{
	padding-top: 10px;
	text-align: center;
}
footer .ftrLink a{
	color: #333;
	padding: 0 5px;
	text-decoration: underline;
}
footer .ftrLink a:hover{
	text-decoration: none;
}

@media screen and ( max-width: 1600px ) {
  #sec01 .cntBox+.cntBox img {
    max-width: 100%;
    height: auto;
  }
  #sec03 .inner::before {
    background-size: 296px;
    left: -30px;
  }
  #sec03 .inner::after {
    background-size: 353px;
    right: -250px;bottom: -140px;
  }
}
@media screen and ( max-width: 1101px ) {
  body {
    min-width: 750px;
  }
  .inner {
    width: 95%;
  }
  #sec01 .cntBox+.cntBox img {
    max-width: 90%;
    float: none;
  }
  #sec01 .cntBox+.cntBox>p {
    margin-top: -60px;
    margin-left: 0;
  }
  #sec01 .cntBox:nth-of-type(1) p {
    text-shadow: 1px 1px 3px #fff,-1px -1px 3px #fff,1px 1px 3px #fff,-1px -1px 3px #fff;
  }
  
  #sec02 .inner {
	  padding-bottom: 80px;
	  background: url(../img/sec02_bg02.png)no-repeat;
	  background-size: 512px;
	  background-position: left 90%;
  }
  
  #sec02 .imgBox img {
    height: auto;
  }
  #sec02 .cntBox+.cntBox .inBox dd+dd,
  #sec02 .imgBox img,
  #sec02 .cntBox+.cntBox dl:nth-of-type(3) dt,
  #sec02 .imgBox figure:last-child {
    width: 100%;
  }
  #sec02 .inBox,
  #sec02 .imgBox,
  #sec02 .imgBox figure {
    width: 49%;
  }
  #sec02 .inBox dt {
    width: 32%;
  }
  #sec02 .inBox dt+dd {
    width: 30%;
  }
  #sec02 .cntBox+.cntBox dl dt {
    width: 75%;
  }
  #sec02 .cntBox+.cntBox dl dt+dd {
    width: 25%;
  }
  #sec02 .cntBox+.cntBox dl:nth-of-type(3) dt+dd,
  #sec02 .cntBox+.cntBox .inBox dd+dd {
    margin-top: 10px;
  }
  #sec02 .cntBox+.cntBox dl:nth-of-type(3) dd {
    width: 100%;
  }
  #sec02 .inBox header:nth-of-type(n+2) {
    margin-top: 50px;
  }
  #sec02 .imgBox figure:nth-of-type(n+3) {
    margin-top: 2%;
  }
  #sec02 .inBox dl {
    margin-top: 20px;
  }
  #sec02 .inBox p br {
    display: none;
  }
  #sec03 .inner {
    padding-bottom: 80px;
  }
  #sec03 .inner::after {
    right: -180px;bottom: -170px;
  }

}


#news{
    line-height: 2.0;
    text-align: center;
    font-size: 13px;
    padding: 25px;
    border: 1px solid #c5bfbd;
    width: 94%;
    max-width: 1100px;
    margin: 50px auto 0 auto;
    box-sizing: border-box
}
#news h3{
    font-family: serif;
    font-size: 24px;
    margin-bottom: 15px;
}
#news span{
    display: inline-block;
    margin-top: 10px;
}
#news .sp_hide{
    display: block;
}
#sec01{
    margin-top: 0px !important;
}