@charset "UTF-8";
/*////////////////////////

windyfarm.jp
teaser

///////////////////////*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
	outline: none;
}
a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
    -webkit-transition: 0.6s ;
	transition: 0.6s ;
}  

.responsiveImg{
    display: block;
    max-width: 100%;
    height: auto;
}
img { vertical-align: bottom;}

/* br */
.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}

.aC{text-align: center;}
.aR{text-align: right;}

@media screen and (max-width: 767px) {
    
.pcView{
	display:none;
}
.spView{
	display:inherit;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}

}

/*===========================
fonts
============================*/
.din{font-family: din-2014, sans-serif;}
.at{font-family: "itc-american-typewriter", serif;}
.m-plus{font-family: 'M PLUS 1p', sans-serif;}
mark{    background:linear-gradient(transparent 40%, #E5DB6B 40%);}

.noto{font-family: 'Noto Sans JP', sans-serif;}
/*===========================
color

color:#1C2A55; WINDY COLOR
color:#4AB9D5; WINDY COLOR
color:#777; footer COLOR

color:#735F51; HOTEL COLOR
color:#E2E2DA; bg gray color / footer link

============================*/
.l_blue{color:#4AB9D5;}

/*===========================
structure
============================*/
body{  
font-family: 'M PLUS 1p', sans-serif;
color:#1C2A55; 
}

main{
    width: 100%;
    margin: 0;
    padding: 0px 0 0;
}

main 
a:link, a:visited{
    color: #1C2A55;
}
main a:hover, a:active{
    color: #1C2A55;
}

/*
header{
    width: 100%;
    display: flex;
    padding: 10px 0 0 10px;
}

header #windyLogo{
    width: 70px;
   position: fixed;
   z-index: 9999;
}
header #windyLogo img{
    width: 100%;
    height: auto;
}

*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width: 340px;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
    
    padding-top: 80px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:200px;
    left:170px;
    transform: translate(-50%,-50%);
   width: 340px;
    padding-top: 80px;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
    font-size: 1.6em;
    padding:0px 0px 0px 40px;
    letter-spacing: .1em;
   
}

#g-nav li a{
	color: #1C2A55;
	text-decoration: none;
	padding:12px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: bold;
}
#g-nav li a:hover{color: #4AB9D5}
#g-nav li a span{
    display: block;
    font-size: .7em;
    font-weight: 200;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width: 767px) {
    
  #g-nav{
    position:fixed;
    z-index: 999;
	top:0;
    right: -120%;
	width:340px;
    height: 100vh;
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}  
    
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    /*top:50%;*/
    /*left:150px;*/
    transform: translate(-50%,-50%);
}    
    
}



/*================================
contactBtn
================================*/
.contactBtn{
}
a.cBtn{
   position: fixed;
   bottom: 0px;
   right: 20px;

   z-index: 10;
   display: flex;
   color:#fff;
   background:#4AB9D5;
   cursor: pointer;
   width: 210px;
   height: 50px;
   font-size: 1.6rem;
   font-weight: bold;
   letter-spacing: .1em;
   text-align: center;
   line-height: 1.0;
   justify-content: center;
   align-items: center;
   text-decoration: none;
}
a.cBtn:hover{
   background:#777;
   /*opacity: 0.7;*/
}

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

.contactBtn{
   display: flex;
   justify-content: center;
}
a.cBtn{
   top: auto;
   right: auto;
   /*bottom: 8px;*/
}
}



/*===========================
first_sec sec
============================*/
#first_sec{
   width: 100vw;
    height: 100vh;

    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
    
    background-image: url(../images/areaImage.webp) ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;   

}

/*
#first_sec .first_bg_wrap{
   width: 100vw;
    height: 120vh;
    background-image: url(../images/areaImage.webp) ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;   
}
*/

#first_sec h1{
    font-size: 2em;
    line-height: 1.4em;
    letter-spacing: .05em;
    margin-bottom: 20px;
}
#first_sec h1 span{
    font-weight: 100;
    font-size: .5em;
    line-height: inherit;
    display: block;
}

#first_sec .first_cont_wrap{
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#first_sec .first_cont_wrap .logo{
    width: 60%;
}
#first_sec .first_cont_wrap .logo .biglogo{
    width: 90%;
    height: auto;
}

#first_sec .first_cont_wrap .open{
    width: 40%;
}
#first_sec .first_cont_wrap .openday{
    font-size: 6em;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .06em;
}


@media screen and (max-width: 767px) {
#first_sec{
   width: 100vw;
    height: 60vh;

    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-align: center;
    
    background-image: url(../images/sp_areaImage.webp) ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;   
}

#first_sec h1{
    font-size: 1.4em;
    line-height: 1.4em;
    letter-spacing: .05em;
    margin-bottom: 20px;
}
#first_sec h1 span{
    font-weight: 100;
    font-size: .8em;
    line-height: 1em;
    line-height: inherit;
    display: block;
}

#first_sec .first_cont_wrap{
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    flex-direction: column;
}

#first_sec .first_cont_wrap .logo{
    width: 80%;
    margin: 8% auto 15%;
}
#first_sec .first_cont_wrap .logo .biglogo{
    width: 100%;
    height: auto;
}

#first_sec .first_cont_wrap .open{
    width: 100%;
}
#first_sec .first_cont_wrap .openday{
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .04em;
}  
}


/*===============================
opening
===============================*/
#opening{
    width: 100%;
    margin: 0 auto;
    
    position: relative;
    
}
h2{
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    margin: 5% auto;
}

.opening_txt{
    width: 70%;
    margin: 2% auto 3%;
    font-size: 1.6em;
    line-height: 2.4em;
    letter-spacing: .1em;
    font-weight: 400;
    color: #49557a;
}

.titleName{
    position: absolute;
    top: -120px;
    left: 100px;
    
    font-size: 10em;
    font-weight: 700;
    text-align: left;
    
    mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
#opening{
    width: 100%;
    margin: 0 auto;
    
    position: relative;
    
}  
h2{
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto 5%;
}

.opening_txt{
    width: 86%;
    margin: 2% auto 3%;
    font-size: 1.2em;
    line-height: 2.4em;
    letter-spacing: .1em;
    font-weight: 400;
}

.titleName{
    width: inherit;
    position: absolute;
    top: -70px;
    left: 0px;
    line-height: .8em;
    font-size: 15em;
    font-weight: 700;
    text-align: left;
    
    opacity: 0.2;
    
    mix-blend-mode: multiply;
    word-wrap: break-word;
     writing-mode: vertical-rl; 
}
  
}

/*===========================
shop_sec_1 sec
============================*/
#shop_sec_1{
   width: 90%;
    margin: 0 auto 5%;

    display: flex;
    justify-content: center;

    text-align: center;
    
    position: relative;
    
}

#shop_sec_1 .d_shopName{
    position: absolute;
    top: 0;
    left: -10px;
    
    font-size: 11em;
    font-weight: 700;
    text-align: left;
    
    mix-blend-mode: multiply;
}
#shop_sec_1 .d_shopName span{
    display: block;
    font-size: .4em;
}


#shop_sec_1 .shop_h3_copy{
    width: 10%;
    
}
#shop_sec_1 .shop_h3_copy .inner{
    width: 90px;
    height: 790px;
    padding: 95px 0 0 0;
    display: block;

    background-image: url(../images/icon_area1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    
    position: relative;
 
}
#shop_sec_1 .shop_h3_copy .inner h3{
    font-size: 24px;
    writing-mode: vertical-rl; 
    
    position: absolute;
    top:95px;
    left: 0px;
    text-align: left;
    line-height: 1.4em;
    font-weight: 100
}

#shop_sec_1 .mainsec{
    width: 90%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_1 .mainsec .cont_wrap{
    width: 100%;
    margin-top: 100px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
/*shop img*/
#shop_sec_1 .mainsec .cont_wrap .cont_img{
   width:50%; 
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_img img{
    width: 100%;
    height: auto;
}
#shop_sec_1 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;margin-bottom: 10px;
}

#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_1 .mainsec .cont_wrap .cont_shop{
   width:50%; 
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 100px;
    height: auto;
}


#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 450px;
    margin: 50px auto;
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.2em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
}

#shop_sec_1 .mainsec .cont_wrap .btn{
    
    
}

@media screen and (max-width: 767px) {
#shop_sec_1{
   width: 90%;
    margin: 0 auto 5%;

    display: flex;
    justify-content: center;

    text-align: center;
    
    position: relative;
    flex-direction: column
    
}

#shop_sec_1 .d_shopName{
    position: absolute;
    top: 175px;
    left: -10px;
    
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    
    mix-blend-mode: multiply;
}
#shop_sec_1 .d_shopName span{
    display: block;
    font-size: .4em;
}


#shop_sec_1 .shop_h3_copy{
    width: 90%;
    margin: 5% auto;
    order: 1;
}
#shop_sec_1 .shop_h3_copy .inner{
    width: 100%;
    height: 0;
    padding: 240px 0 0 0;
    display: block;

    background-image: url(../images/icon_area1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90px auto;
    
    position: relative;
 
}
#shop_sec_1 .shop_h3_copy .inner h3{
    
    font-size: 14.5px;
    writing-mode:inherit;
    
    position: absolute;
    top:95px;
    left: 0px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 700
}

#shop_sec_1 .mainsec{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    order: 2
}

#shop_sec_1 .mainsec .cont_wrap{
    width: 100%;
    margin-top: 0px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
/*shop img*/
#shop_sec_1 .mainsec .cont_wrap .cont_img{
   width:100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_img img{
    width: 100%;
    height: auto;
}
#shop_sec_1 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_1 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_1 .mainsec .cont_wrap .cont_shop{
   width:100%; 
    margin: 10% auto;
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 100px;
    height: auto;
}


#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 94%;
    margin: 50px auto;
    
}
#shop_sec_1 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.6em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
}

#shop_sec_1 .mainsec .cont_wrap .btn{
    
    
} 
    
}
/*===========================
shop_sec_2 sec
============================*/
#shop_sec_2{
   width: 90%;
    margin: 0 auto 5%;

    display: flex;
    justify-content: center;

    text-align: center;
    
    position: relative;
    
}

#shop_sec_2 .d_shopName{
    position: absolute;
    top: 0;
    right: 0;
    
    font-size: 12em;
    font-weight: 700;
    text-align: left;
    
    mix-blend-mode: multiply;
}
#shop_sec_2 .d_shopName span{
    display: block;
    font-size: .4em;
}


#shop_sec_2 .shop_h3_copy{
    width: 10%;
    
}
#shop_sec_2 .shop_h3_copy .inner{
    width: 90px;
    height: 790px;
    padding: 95px 0 0 0;
    display: block;

    background-image: url(../images/icon_area1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    
    position: relative;
 
}
#shop_sec_2 .shop_h3_copy .inner h3{
    font-size: 24px;
    writing-mode: vertical-rl; 
    
    position: absolute;
    top:95px;
    left: 10px;
    
    text-align: left;
    font-weight: 100;
}

#shop_sec_2 .mainsec{
    width: 90%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_2 .mainsec .cont_wrap{
    width: 100%;
    margin-top: 110px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

/*shop img*/
#shop_sec_2 .mainsec .cont_wrap .cont_img{
   width:50%; 
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#shop_sec_2 .mainsec .cont_wrap .cont_img img{
    width: 100%;
    height: auto;
}
#shop_sec_2 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;margin-bottom: 10px;
}

#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_2 .mainsec .cont_wrap .cont_shop{
   width:50%; 
    margin-top: 80px;
    
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 200px;
    height: auto;
}


#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 350px;
    margin: 50px auto;
    /*color: #735F51;*/
    
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.2em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
}

#shop_sec_2 .mainsec .cont_wrap .btn{
    
    
}

@media screen and (max-width: 767px) {
#shop_sec_2{
   width: 90%;
    margin: 0 auto 5%;

    display: flex;
    justify-content: center;

    text-align: center;
    
    position: relative;
    flex-direction: column
    
}

#shop_sec_2 .d_shopName{
    position: absolute;
    top: 205px;
    left: -10px;
    
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    
    mix-blend-mode: multiply;
}
#shop_sec_2 .d_shopName span{
    display: block;
    font-size: .4em;
}


#shop_sec_2 .shop_h3_copy{
    width: 90%;
    margin: 5% auto;
    order:0
}
#shop_sec_2 .shop_h3_copy .inner{
    width: 100%;
    height: 0;
    padding: 225px 0 0 0;
    display: block;

    background-image: url(../images/icon_area1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90px auto;
    
    position: relative;
 
}
#shop_sec_2 .shop_h3_copy .inner h3{
    width: 100%;
    font-size: 16px;
    writing-mode:inherit;
    
    position: absolute;
    top:95px;
    left: 0px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 700
}

#shop_sec_2 .mainsec{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    order: 0
}

#shop_sec_2 .mainsec .cont_wrap{
    width: 100%;
    margin-top: 0px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
/*shop img*/
#shop_sec_2 .mainsec .cont_wrap .cont_img{
   width:100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    order: 1
    
}
#shop_sec_2 .mainsec .cont_wrap .cont_img img{
    width: 100%;
    height: auto;
}
#shop_sec_2 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_2 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_2 .mainsec .cont_wrap .cont_shop{
   width:100%; 
    margin: 10% auto;
    order: 2
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 180px;
    height: auto;
}


#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 94%;
    margin: 50px auto;
    
}
#shop_sec_2 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.6em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
}

#shop_sec_2 .mainsec .cont_wrap .btn{
    
    
} 
    
}

/*===========================
shop_sec_3 sec
============================*/
#shop_sec_3{
   width: 90%;
    margin: 0 auto;

    display: flex;
    justify-content: center;

    text-align: center;
    position: relative;
    
}


#shop_sec_3 .d_shopName{
    width: 10%;
    
}

#shop_sec_3 .d_shopName p{
    width: 90px;
    height: 790px;
    writing-mode: vertical-rl; 
    font-size: 11em;
    font-weight: 700;
    text-align: left;
    
    mix-blend-mode: multiply;
}
#shop_sec_3 .d_shopName p span{
    display: block;
    font-size: .4em;
}



#shop_sec_3 .mainsec{
    width: 90%;

}

#shop_sec_3 .shop_h3_copy .inner{
    width: 820px;
    height: 90px;
    display: block;
    padding-left: 60px;

    background-image: url(../images/icon_area2_v.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    
    position: relative;

}

#shop_sec_3 .shop_h3_copy .inner h3{
    width: 100%;
    font-size: 24px;
    position: absolute;
    top: 34px;
    left: 60px;
    font-weight: 100;
}



#shop_sec_3 .mainsec .cont_wrap{
    width: 100%;
    margin-top: -10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}


/*shop img*/
#shop_sec_3 .mainsec .cont_wrap .cont_img{
   width:50%; 
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

#shop_sec_3 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .mainImg img{
    width: 100%;
    height: auto;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg img{
    width: 100%;
    height: auto;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_3 .mainsec .cont_wrap .cont_shop{
   width:50%; 
    
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 100px;
    height: auto;
}


#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 350px;
    margin: 50px auto;
    
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.2em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
    
}
.ph_spot_txt{
    font-size: 1.1em;
    text-align: right;
    line-height: 1.4em;
}

#shop_sec_3 .mainsec .cont_wrap .btn{
    
    
}

@media screen and (max-width: 767px) {
#shop_sec_3{
   width: 90%;
    margin: 0 auto;

    display: flex;
    justify-content: center;

    text-align: center;
    position: relative;
    
    flex-direction: column;
    
}


#shop_sec_3 .d_shopName{
    width: 60px;
    
    position: absolute;
    top: 0;
    right: 0px;

}

#shop_sec_3 .d_shopName p{
    width: 60px;
    height: auto;
    writing-mode: vertical-rl; 
    font-size: 7em;
    font-weight: 700;
    text-align: left;
    
    mix-blend-mode: multiply;
}
#shop_sec_3 .d_shopName p span{
    display: block;
    font-size: .4em;
}



#shop_sec_3 .mainsec{
    width: 100%;

}

#shop_sec_3 .shop_h3_copy .inner{
    width: 100%;
    height: 0;
    padding: 170px 0 0 0;
    display: block;
    padding-left: 165px;

    background-image: url(../images/icon_area2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90px auto;
    
    position: relative;

}

    
#shop_sec_3 .shop_h3_copy .inner h3{
    width: 100%;
    font-size: 16px;
    
    position: absolute;
    top:95px;
    left: 0px;
    text-align: center;
    line-height: 1.4em;
    font-weight: 700
}



#shop_sec_3 .mainsec .cont_wrap{
    width: 100%;
    margin-top: -10px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}


/*shop img*/
#shop_sec_3 .mainsec .cont_wrap .cont_img{
   width:100%; 
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

#shop_sec_3 .mainsec .cont_wrap .cont_img .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .mainImg img{
    width: 100%;
    height: auto;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg img{
    width: 100%;
    height: auto;
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg .subbox{
    width: 50%;   
}
#shop_sec_3 .mainsec .cont_wrap .cont_img .subImg .subbox:nth-child(1){
    margin-right: 5px;
}


/*shop detail*/
#shop_sec_3 .mainsec .cont_wrap .cont_shop{
   width:100%; 
    margin: 10% auto;
    
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_logo{
      
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_logo img{
      width: 100px;
    height: auto;
}


#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_txt{
    width: 94%;
    margin: 50px auto;
    
}
#shop_sec_3 .mainsec .cont_wrap .cont_shop .shop_txt p{
    font-size: 1.6em;
    line-height: 2em;
    text-align: left;
    margin-bottom: 1.5em;
}
.ph_spot_txt{
    font-size: 1.1em;
    text-align: right;
    line-height: 1.4em;
}

#shop_sec_3 .mainsec .cont_wrap .btn{
    
    
}   
    
    
}


/*===========================
parking_shop sec
============================*/
#parking_shop{
    width: 98%;
    margin: 0 auto 60px;
    
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    text-align: center;

}
#parking_shop .container {
  display: flex;
    /*flex-wrap: wrap;*/
}

#parking_shop .shopBox{
    /*width: calc(20% - 10px);*/
   width: 25%;
    /*margin-right: 10px;*/
   padding:0 5px;
   margin-bottom: 20px;
   /* background: #efefef;*/
        
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
}

/*#parking_shop .shopBox:nth-child(4){*/
/*#parking_shop .shopBox:last-child{
    margin-right: 0;
}*/


#parking_shop .shopBox img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#parking_shop .shopBox .shopname{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;

}

#parking_shop .shopBox .shopname span{
    font-size: 1.6em;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
#parking_shop .shopBox .shop_detail{
    font-size: 1.1em;
    width: 90%;
    margin: 20px auto;
    text-align: left;
    line-height: 1.8em;
}


.and{
    font-size: 11em;
    text-align: right;
    padding-right: 30px;
    font-weight: 700;
    margin: 2% auto 5% ;
}


@media screen and (max-width: 1023px) {
#parking_shop .container {
    flex-wrap: wrap;
}
}


@media screen and (max-width: 767px) {
#parking_shop{
    width: 100%;
    margin: 0 auto ;
    
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    text-align: center;

    overflow-x: scroll;
}

    #parking_shop::-webkit-scrollbar {
      height: 12px; 
    }

    #parking_shop::-webkit-scrollbar-thumb {
      background: #777; 
      border-radius: 6px; 
    }

    #parking_shop::-webkit-scrollbar-track {
      background: #efefef; 
      border-radius: 6px; 
    }

#parking_shop .container {
  display: flex;
   flex-wrap: nowrap;
}

#parking_shop .container .shopBox{
    width: 65%;
    margin-right: 20px;
   margin-bottom: 20px;
        
    display: flex;
    flex-direction: column;
   /* justify-content: center;*/
    flex-shrink: 0;
}

/*#parking_shop .container .shopBox:nth-child(4){*/
#parking_shop .container .shopBox:last-child{
    margin-right: 0;
}

#parking_shop .container .shopBox img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#parking_shop .container .shopBox .shopname{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;

}
#parking_shop .container .shopBoxx .shopname span{
    font-size: 1.6em;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}
#parking_shop .container .shopBox.shop_detail{
    font-size: 1.1em;
    width: 90%;
    margin: 20px auto;
    text-align: left;
    line-height: 1.8em;
}


.and{
    font-size: 4em;
    text-align: right;
    padding-right: 30px;
    font-weight: 700;
    margin: 2% auto 20% ;
}
  
    
}

/*===============================
AREA MAP
===============================*/
#areamap{
    width: 90%;
    margin: 5% auto;
    }
#areamap h3{
    font-size: 11em;
    font-weight: 700;
    margin-bottom: 3%;
}

#areamap .map_wrap{
    width: 100%;
}
#areamap .map_wrap img{
 width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
#areamap{
    width: 90%;
    margin: 5% auto 20%;
}
#areamap h3{
    font-size: 6em;
    font-weight: 700;
    margin-bottom: 8%;
}
}


/*===============================
ACCESS
===============================*/
#access{
    width: 90%;
    margin: 5% auto;
    
}
#access h3{
    font-size: 11em;
    font-weight: 700;
    margin-bottom: 3%;
}

#access .access_detail_wrap{
    width: 90%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#access .access_detail_wrap .access_how{ 
    width: calc(50% - 20px);
    margin-right: 20px;
 
}
#access .access_detail_wrap .access_how p{ 
    font-size: 1.6em;
    line-height: 1.8em;
        text-align: left;
    font-weight: 100;
}

#access .access_detail_wrap .access_how .pin_wrap{ 
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;  
    
    background: #E2E2DA;
    margin-bottom: 10px;
}

#access .access_detail_wrap .access_how .pin_wrap .pin_img{
    width: 10%;
    margin-bottom: 10px;
    text-align: center;

}
#access .access_detail_wrap .access_how .pin_wrap .pin_img img{
    width: 40px;
    height: auto;

}

#access .access_detail_wrap .access_how .pin_wrap .pin_add{
    width: 90%;
    padding: 6% 8% 6% 4%;

    
    font-size: 1em;
    line-height: 1.6em;
    text-align: left;
}


#access .map_wrap{
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;  
    flex-wrap: wrap;
    
    /*background: #E2E2DA;  */
}
#access .map_wrap .map_cont{
 width: calc(50%);
}
#access .map_wrap .map_cont img{
 width: 100%;
    height: auto;
}



@media screen and (max-width: 767px) {
#access{
    width: 90%;
    margin: 5% auto 20%;
    
}
#access h3{
    font-size: 6em;
    font-weight: 700;
    margin-bottom: 8%;
}

#access .access_detail_wrap{
    width: 100%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    flex-direction: column;
}

#access .access_detail_wrap .access_how{ 
    width: 100%;
    margin-right: 0px;
 
}
#access .access_detail_wrap .access_how p{ 
    font-size: 1.6em;
    line-height: 1.8em;
        text-align: left;
    font-weight: 400;
    margin-bottom: 10%;
}

#access .access_detail_wrap .access_how .pin_wrap{ 
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;  
    
    background: #E2E2DA;
    margin-bottom: 10px;
}

#access .access_detail_wrap .access_how .pin_wrap .pin_img{
    width: 10%;
    margin: 10px;
    text-align: center;

}
#access .access_detail_wrap .access_how .pin_wrap .pin_img img{
    width: 40px;
    height: auto;

}

#access .access_detail_wrap .access_how .pin_wrap .pin_add{
    width: 90%;
        padding: 8% 0% 3% 4%;

    
    font-size: .9em;
    line-height: 1.4em;
    text-align: left;
    
    display: flex;
    align-items: center;
}
    
    #access .access_detail_wrap .access_how .pin_wrap .pin_add p{
        align-self: center;
    }

#access .map_wrap{
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;  
    flex-wrap: wrap;
    
    /*background: #E2E2DA;  */
    
    flex-direction: column;
}
#access .map_wrap .map_cont{
 width: 90%;
    margin-bottom: 10px;
}
#access .map_wrap .map_cont img{
 width: 100%;
    height: auto;
}
  
    
}


/*===============================
PHILOSOPHY
===============================*/
#philosophy{
    width: 100%;
    margin: 5% auto 0;
    
    background-image: url(../images/mainimg_01.webp);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
#philosophy .inner{
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 700px;

}

#philosophy h3{
    font-size: 11em;
    font-weight: 700;
    margin-bottom: 3%;
}

#philosophy .cont_wrap{
    width: 100%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#philosophy .cont_img{
    width: 55%;

}
#philosophy .cont_img img{
    width: 100%;
    height: auto;

}

#philosophy .cont_txt{
    width: 45%;
    margin-top: 150px;
    margin-left: 90px;
    
    font-size: 1.2em;
    line-height: 2.4em;
    letter-spacing: .1em;
    text-align: left;
}

@media screen and (max-width: 767px) {
#philosophy{
    width: 100%;
    margin: 5% auto 0;
    
    background-image: url(../images/mainimg_01.webp);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
#philosophy .inner{
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 240px;

}

#philosophy h3{
    font-size: 6em;
    font-weight: 700;
    margin-bottom: 8%;
}

#philosophy .cont_wrap{
    width: 100%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    flex-direction: column;
}

#philosophy .cont_img{
    width: 100%;

}
#philosophy .cont_img img{
    width: 100%;
    height: auto;

}

#philosophy .cont_txt{
    width: 90%;
    margin-top: 5%;
    margin-left: 10%;
    
    font-size: 1.2em;
    line-height: 2.4em;
    letter-spacing: .1em;
    text-align: left;
} 
    
    
}

/*===============================
footer
nav
===============================*/
#nav{
    width: 100%;
    background: #9D9B95;
    border: 1px #fff solid;
    padding: 20px 0;
}
#nav ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
        justify-content: space-between;
	}
		#nav ul li {
			position: relative;
			width: auto;

		}
		/*#nav ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
			background-color: #1C2A55;
		}
		#nav ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			background-color: #1C2A55;
		}*/

        #nav ul li::after:nth-child(1) {
            background-color: none;
            
        }
			#nav ul li a {
				display: block;
				padding: 17px 10px;
				text-align: center;
				text-decoration: none;
                color:#E2E2DA;
                font-size: 1.2em;
			}
			#nav ul li a:hover {
				color: #efefef;
			}


@media screen and (max-width: 767px) {
    
#nav{
    width: 100%;
    background: #9D9B95;
    border: 1px #fff solid;
    padding: 20px 0;
}
#nav ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
        justify-content: space-between;
    
    flex-direction: column;
	}
		#nav ul li {
			position: relative;
			width: auto;

		}


        #nav ul li::after:nth-child(1) {
            background-color: none;
            
        }
			#nav ul li a {
				display: block;
				padding: 17px 10px;
				text-align: center;
				text-decoration: none;
                color:#E2E2DA;
                font-size: 1.4em;
			}
			#nav ul li a:hover {
				color: #efefef;
			}  
    
}

/*===============================
footer
===============================*/
footer{
    width: 100%;
    background: #777;
    color: #fff;
    padding: 30px 0;
}

footer a:link, footer a:visited{
    color:#E2E2DA;
    text-decoration: none;
}
footer a:hover, footer a:active{
    color:#1C2A55;
}

footer .footer_warp{
    width: 90%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer .footer_warp .shopcCont{
    width: 75%;
    display: block;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
        align-items: stretch;
        height: 100%; 
}

footer .footer_warp .shopcCont .shopBox{
    width: calc(25% - 15px);
    margin-right: 20px;
    
    background: rgba(255,255,255,.2);
    padding: 30px 20px 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    text-align: center;


}

footer .footer_warp .shopcCont .shopBox:nth-child(1) {
    background: none;
    padding: 30px 0px 20px;
}

footer .footer_warp .shopcCont .shopBox .logo{
   
   
    height: 90px;
    
    display: flex;
    align-self: center;
    
    text-align: center;
    
}

footer .footer_warp .shopcCont .shopBox .gyo{
    font-size: 1em;
    margin: 40px auto 20px;
}
footer .footer_warp .shopcCont .shopBox .name{
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
footer .footer_warp .shopcCont .shopBox .add{
    font-size: 1em;
    letter-spacing: .1em;
    font-weight: 400;
}
footer .footer_warp .shopcCont .shopBox .url{
    font-size: 1.4em;
    margin: 25px auto;
    letter-spacing: .1em;
    font-weight: 100;
    line-height: 1.4em;
}

footer .footer_warp .shopcCont .shopBox .sns{
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    
    text-align: center; 
    font-size: 4em;
    
    /*display: none;*/
}

footer .footer_warp .pj_link{
    width: 25%;
}

footer .footer_warp .pj_link h4{
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 30px;
}

footer .footer_warp .pj_link p{
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 30px;    
    font-weight: 100;
}


.copyright{
    width: 100%;
    font-size: 1.2em;
    font-weight: 100;
    text-decoration: none;
    color: #1C2A55;
    text-align: center;
    padding: 20px 0;
    letter-spacing: .1em;
    
    background: #9D9B95;
    border-top: 1px #fff solid;
}
.copyright a:link, .copyright a:visited{
    color:#E2E2DA;
    text-decoration: none;
}
.copyright a:hover, .copyright a:active{
    color:#1C2A55;
}


@media screen and (max-width: 767px) {
footer{
    width: 100%;
    background: #777;
    color: #fff;
    padding: 30px 0;
}


footer .footer_warp{
    width: 90%;
    margin: 3% auto;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    flex-direction: column;
}

footer .footer_warp .shopcCont{
    width: 100%;
    display: block;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
        align-items: stretch;
        height: 100%; 
        flex-direction: column;
}

footer .footer_warp .shopcCont .shopBox{
    width: 100%;
    margin-right: 0;
    
    background: rgba(255,255,255,.2);
    padding: 30px 20px 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    text-align: center;
    margin-bottom: 10px;


}

footer .footer_warp .shopcCont .shopBox:nth-child(1) {
    background: none;
    padding: 0px 0px 20px;
}

footer .footer_warp .shopcCont .shopBox .logo{
   
   
    height: 90px;
    
    display: flex;
    align-self: center;
    align-self: center;
    
    text-align: center;
    
}

footer .footer_warp .shopcCont .shopBox .gyo{
    font-size: 1.4em;
    margin: 40px auto 20px;
}
footer .footer_warp .shopcCont .shopBox .name{
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
footer .footer_warp .shopcCont .shopBox .add{
    font-size: 1.2em;
    letter-spacing: .1em;
    font-weight: 400;
}
footer .footer_warp .shopcCont .shopBox .url{
    font-size: 1.4em;
    margin: 25px auto;
    letter-spacing: .1em;
    font-weight: 100
}

footer .footer_warp .shopcCont .shopBox .sns{
    
}

footer .footer_warp .pj_link{
    width: 90%;
    margin: 5% auto;
}

footer .footer_warp .pj_link h4{
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 30px;
}

footer .footer_warp .pj_link p{
    font-size: 1.1em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 30px;    
    font-weight: 400;
}


.copyright{
    width: 100%;
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    color: #1C2A55;
    text-align: center;
    padding: 20px 0 80px;
    letter-spacing: .1em;
    
    background: #9D9B95;
    border-top: 1px #fff solid;
}  
    
}





.comingsoon{
    width: 40%;
    margin: 5% auto;
    padding: 5% 4%;
    background: #efefef;
}

@media screen and (max-width: 767px) {
 .comingsoon{
    width: 80%;
    margin: 5% auto;
    padding: 10% 4%;
    background: #efefef;
}   
}
/*===============================
BUTTON
===============================*/
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#1C2A55;
    color: #E2E2DA;
    padding: 30px 60px 30px 60px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    
    font-size: 1.3em;
    letter-spacing: .1em;
}
.btn06:link, .btn06:visited{
    color: #E2E2DA
}
.btn06:hover{
	background:#777;
}

/* 矢印が右に移動して現在地に戻る */

.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:44%;
    right: 20px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #E2E2DA;
    border-right: 2px solid #E2E2DA;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 13px;
  }
  100% {
    right: 20px;
  }
}


/*===============================
BUTTON
===============================*/
.btn07{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background: rgba(255,255,255,.2);
    color: #E2E2DA;
    padding: 30px 60px 30px 60px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    
    font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 1.4em
}
.btn07:link, .btn07:visited{
    color: #E2E2DA
}
.btn07:hover{
	background:#777;
}

/* 矢印が右に移動して現在地に戻る */

.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:44%;
    right: 20px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #E2E2DA;
    border-right: 2px solid #E2E2DA;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 13px;
  }
  100% {
    right: 20px;
  }
}


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




