@charset "UTF-8";

@media screen and ( max-width: 780px ) {
/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

body {
  min-width: 320px;
}
p,
dl,ol,ul,dt,dd,
caption,figcaption {
  line-height: 2.2;
}
a.call,
.call a {
  pointer-events: auto;
}

.load {
  display: none;
}

img {
  width: 100%;
  height: auto!important;
}

.sp_only{
	display:block;
}


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

.inner {
  width: 95%;
}


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

h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
h3+span {
  margin-left: 5px;
  font-size: 15px;
}
#sec01 h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
.inner>header img {
  width: 25%;
}
#sec01 .inner>header img {
  width: 23%;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TOP-HEADER control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */
#TH,
#TH .inner {
  height: 70px;
  min-height: auto;
}
#TH,
.hdrSns {
  width: 100%;
}
#GNav ul,
.hdrSns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#TH {
  right: auto;left: 0;
  overflow: visible;
}
#TH .inner {
  margin: auto;
  padding-right: 0;
}
.hdrSns.on {
  right: auto;
}
.hdrSns {
  height: 40%;
  padding: 0 10%;
  position: fixed;top: 60%;bottom: auto;left: 0;right: auto;
  background: #C5BFBD;
}
.hdrSns ul {
  max-width: 70%;
  height: auto;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.7);
}
.hdrSns li {
  width: 33%;
  margin-left: 0;
}
.hdrSns li+li {
  margin-top: 0;
}
.hdrSns li:nth-of-type(n+4) {
  margin-top: 15px;
}
.hdrSns li img {
  width: 70%;
  max-width: 100px;
}
.hdrSns.on img {
  opacity: 1;
}
.hdrSns li:nth-of-type(1),
.hdrSns li:nth-of-type(2),
.hdrSns li:nth-of-type(3),
.hdrSns li:nth-of-type(5),
.hdrSns li:nth-of-type(6),
.hdrSns li:nth-of-type(7) {
  background: none;
}
.hdrSns li:nth-of-type(4) {
  display: none;
}
#TH figure {
  display: none;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GLOBAL-NAV control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#GNav,
#GNav+.hdrSns {
  display: none;
}
#SP,
#SPNav,
#SPNav li,
#SPNav a {
  width: 100%;
}
#TH.active .inner {
  background: none;
}
#SP {
  height: 100vh;
  background: #C5BFBD;
  position: fixed;top: 0;left: 0;
}
#SPNav {
  height: 60%;
  position: fixed;top: 0;right: auto;left: 0;
}
#SPNav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#SPNav a {
  display: block;
  padding: 1em 0;
  font-family: serif;
  font-size: 20px;
  text-align: center;
}
#HAM,
#HAM span {
  width: 30px;
}
#HAM {
  position: fixed;top: 20px;left: auto;
}
#HAM,
#HAM.on {
  right: 20px;
}
#HAM span {
  height: 3px;
  border-radius: 0;
}
#TH.active #HAM span:nth-of-type(1) {
  top: 1px;
}
#HAM span:nth-of-type(2) {
  top: 8px;
}
#HAM span:nth-of-type(3) {
  bottom: 16px;
}
@keyframes bar01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bar02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(30deg);
  }
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}

.br_ini{
  display: initial;
}

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MAIN-VISUAL control ->                */
/* =====>=====>=====>=====>=====>=====>===== */
#MV {
  background: url(../img/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
#MV a {
  width: 50px;
  bottom: 30px;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SECTION control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */
section {
  padding: 50px 0;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- aside control ->                      */
/* =====>=====>=====>=====>=====>=====>===== */
aside {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;bottom: 0;left: 0;
  z-index: 999;
}
aside>a {
  width: 76%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 8px 9px;
  background: #858350;
}
aside>a p {
  margin-left: 4px;
  color: #FFF;
  font-size: 11px;
  letter-spacing: 2px;
}
aside>a img {
  width: 80px;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FOOTER control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */
footer {
  padding: 50px 0 80px;
}
.ftrSns ul {
  width: 70%;
  flex-wrap: wrap;
  margin: auto;
}
.ftrSns ul li {
  width: 25%;
}
#tl iframe:first-child,
.ftrSns li:nth-of-type(4) {
  display: none;
}
.ftrSns li:nth-of-type(5) {
  margin-left: 0;
}
#tl {
  display: block;
}
#tl iframe {
  height: 300px;
}
#tl iframe:last-child {
  display: block;
}
#tl figure:first-child {
  background: none;
}

#tl figure,
#instafeed {
  height: 300px;
}

.ig .wrap{
		height: 292px;
	}
	
#tl figure {
  width: 304px;
  margin: auto;
}
#instafeed {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#instafeed a {
  width: 149px;
  height: 149px;
}
#tl figure+figure {
  margin: 90px auto 0;
}
#tl figure:first-child::before,
#instafeed::before {
  top: -40px;
}



.ftrLogo {
  width: 147px;
  margin: 30px auto 20px;
}

/*===== PAGETOP =====*/
body>.pagetop {
  display: none;
}
aside .pagetop {
  width: 24%;
  height: 60px;
  bottom: 0;right: 0;
  background: #FFF;
  z-index: 999;
}
aside .pagetop img {
  width: 67px;
  margin: 11px auto 0;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- button control                        */
/* =====>=====>=====>=====>=====>=====>===== */
.btn {
  width: 298px;
  color: #c86464;
  background: none;
}

.scroll a img {
  width: 50px;
}
#sec02 .scroll a img {
  width: 30px;
}



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

/*===== #sec01 =====*/
#sec01 header+figure,
#sec01 .cntBox+.cntBox>img:nth-of-type(2) {
  display: block;
}
#sec01 .cntBox:nth-of-type(1) p br:nth-of-type(1),
#sec01 .cntBox+.cntBox>p br:last-child,
#sec01 .cntBox+.cntBox figure,
#sec01 .cntBox+.cntBox>img:nth-of-type(1) {
  display: none;
}
#sec01 .cntBox+.cntBox>img,
#sec01 .cntBox+.cntBox>p {
  float: none;
}
#sec01 .cntBox+.cntBox img {
max-width: 100%;
}
#sec01 .cntBox:nth-of-type(1) p,
#sec01 .cntBox+.cntBox>p {
  width: 100%;
}
#sec01 {
  margin-top: 40px;
  padding: 20px 0 50px;
}
#sec01 header+figure {
  margin: 15px auto;
}
#sec01 .cntBox:nth-of-type(1) {
  margin-top: 0;
  background: none;
}
#sec01 .cntBox:nth-of-type(1) p {
  margin: 20px auto 0;
}
#sec01 .cntBox+.cntBox {
  margin-top: 20px;
}
#sec01 .cntBox+.cntBox>img {
  margin-top: 0;
  margin-bottom: 20px;
  z-index: 0;
}
#sec01 .cntBox+.cntBox>p {
  margin: 0 0 10px;
  clear: both;
}
#sec01+.scroll {
  height: 200px;
}
#sec01+.scroll a {
  margin: 0 0 -35px;
}


/*===== #sec02 =====*/
#sec02 .cntBox,
#sec02 .imgBox,
#sec02 .cntBox+.cntBox,
#sec02 .inBox header:nth-of-type(n+2) {
  margin-top: 50px;
}
#sec02 .inBox dl,#sec02 .scroll
#sec02 .cntBox+.cntBox dl:nth-of-type(3) dt,
#sec02 .inBox dd+dd,
#sec02 .inBox .imgBox,
#sec02 .inBox {
  width: 100%;
}
#sec02 .imgBox figure:nth-of-type(n+2),
#sec02 .cntBox+.cntBox dl+dl:nth-of-type(n+3),
#sec02 .cntBox+.cntBox dt,
#sec02 .cntBox+.cntBox dt+dd {
  margin-top: 0;
}
#sec02 .inBox .imgBox figure,
#sec02 .cntBox+.cntBox .imgBox figure {
  width: 49%;
}
#sec02 .inBox figure,
#sec02 .cntBox:nth-of-type(1),
#sec02 figcaption br {
  display: block;
}
#sec02 .inBox .imgBox+dl,
#sec02 .inBox dd+dd {
  margin-top: 20px;
}
#sec02 .inBox dl+dl dt,
#sec02 .inBox dl+dl dt+dd {
  margin-top: 15px;
}
#sec02 .inBox dt,
#sec02 .inBox dd {
  line-height: 2.4;
}
#sec02 {
  margin-top: 60px;
  padding: 30px 0 0;
}
#sec02 .inner {
  padding-bottom: 0;
  background-size: 250px;
  background-position: 160% 98%;
}
#sec02 .lead {
  text-align: left;
}
#sec02 .cntBox {
  align-items: flex-start;
}
#sec02 .inBox>figure {
  margin-bottom: 20px;
}
#sec02 .inBox .imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#sec02 .inBox p {
  font-size: 14px;
}
#sec02 .inBox p br {
  display: none;
}
#sec02 .inBox dl {
  width: 298px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#sec02 .inBox dl+dl {
  margin-top: 25px;
  padding: 0 /* 3px */;
  border-top: 1px dotted #c5bfbd;
}

#sec02 .inBox.tax dt {
  width: 65%;
  display: inline-block;
	align-content: inherit;
	align-items: inherit;
	height:auto;
}
#sec02 .cntBox + .cntBox dl dt{
  width: 65%;
}
#sec02 .inBox dt,
#sec02 .cntBox+.cntBox dt {
  width: 65%;
  font-weight: bold;
}

#sec02 .inBox.tax dt+dd {
  width: 35%;
  text-align: right;
  display: inline-block;
  justify-content: inherit;
	align-content: inherit;
	align-items: inherit;
	height:auto;
}
#sec02 .cntBox + .cntBox dl dt + dd{
  width: 35%;
}

#sec02 .cntBox+.cntBox dt+dd,
#sec02 .inBox dt+dd {
  width: 35%;
  text-align: right;
}
#sec02 .cntBox>.imgBox {
  display: none;
}
#sec02 .imgBox figure:nth-of-type(n+3) {
  margin-top: 2%;
}
#sec02 .cntBox+.cntBox dl+dl {
  border-top: 0;
}

#sec02 .cntBox+.cntBox dl:nth-of-type(3) dd {
  width: 304px;
  margin: 30px auto 0;
}

#sec02 figcaption {
  top: 5px;left: 5px;
  font-size: 11px;
}

#sec02 .scroll {
  margin-top: 60px;
}



/*===== #sec03 =====*/
#sec03 li i,
#sec03 li:nth-of-type(3) span {
  font-size: 18px;
}
#sec03 li:nth-of-type(2) span:nth-of-type(2)::before,
#sec03 li:nth-of-type(3),
#sec03 li:nth-of-type(3) span {
  display: block;
}
#sec03 li:nth-of-type(2) span:nth-of-type(2)::before,
#sec03 li:nth-of-type(3) span {
  height: 1px;
}
.map,
.map iframe {
  height: 250px;
}
#sec03 {
  margin-top: 85px;
  padding: 70px 0 0;
}
#sec03 header {
  margin-bottom: 15px;
}
#sec03 .inner {
  padding-bottom: 70px;
}
#sec03 .inner::before {
  width: 170px;
  height: 170px;
  background-size: 170px;
  top: -130px;left: -20px;
}
#sec03 .inner::after {
  width: 200px;
  height: 150px;
  background-size: 200px;
  right: -60px; bottom: -90px;
}
#sec03 li {
  width: 304px;
  margin: auto;
}
#sec03 li span {
  margin: 0 10px 0 0;
}
#sec03 li:nth-of-type(2) {
  width: 280px;
  text-align: left;
}
#sec03 li:nth-of-type(2) span:nth-of-type(2)::before {
  content: "\A";
  white-space: pre;
}
#sec03 li:nth-of-type(2) span:nth-of-type(3):not(.parking) {
  margin-left: 20px;
}
#sec03 li:nth-of-type(3) {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.5;
}
#sec03 li:nth-of-type(3) span {
  height: 1px;
  opacity: 0;
}
    
    #news{
        line-height: 1.8;
        text-align: left;
        font-size: 13px;
        padding:30px 20px;
        border: 1px solid #c5bfbd;
        width: 94%;
        max-width: 1100px;
        margin: 25px auto 0 auto;
        box-sizing: border-box
    }
    #news h3{
        text-align: center;
        font-family: serif;
        font-size: 20px;
        margin-bottom: 15px;
    }
    #news span{
        display: inline-block;
        margin-top: 10px;
    }
    #news .sp_hide{
        display: none;
    }
    #sec01{
        margin-top: 15px !important;
    }

}
@media screen and ( max-width: 380px ) {

.hdrSns ul {
  max-width: 100%;
}
.hdrSns li img {
  width: 70%;
  max-width: 100%;
}
}
