@charset "utf-8";

html,body,h1,h2,h3,h4,p,ul,li,dl,dt,dd{
  margin: 0;
  padding: 0;
  line-height:1;
}


a{text-decoration: none;}
ul{list-style:none;}
body{font-size: 16px;}
img{
  vertical-align: bottom;
  max-width:100%;
}


/* -----------------------------------
layout--- */


body{
  background-color: #faf8ed;
}


.main.container{
  margin:0 auto 70px;
  box-sizing: border-box;
  padding:0 16px;
  max-width: 1400px;
}

.header .container{
  padding-top: 50px;
}


/* -----------------------------------
header */

.header{
  background:url(../img/01.jpg) no-repeat center center/ cover;

  width:100%;
  height:100vh;
  margin-bottom: 80px;

  position:relative;
}

/* .header_inner{
  width:100%;
  height:100vh;
  background-color: rgba(0, 0, 0, 0.3);
} */



.header h1{
  width:200px;
  height:200px;
  margin:0 auto 10px;

  background:url(../img/logo_goshatei.svg) no-repeat center center / contain;
  /* background-color: rgba(0, 0, 0, 0.3); */

  background:url(../img/logo_goshatei_shadow.svg) no-repeat center center / contain;

  text-align: center;

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}



/* .header .container p{
  color:#fff;
  font-family: 'New Tegomin', serif;
  font-size: 24px;
} */

.reservation{
  width:200px;
  height:50;
  line-height: 50px;
  margin:0 auto;

  background:linear-gradient( #b34040, #730f0f);
  border-radius: 6px;

  
  position:absolute;
  left:0;
  right:0;
  bottom:100px;
  margin:auto;
}

.reservation a{
  display:block;
  color:#fff;
  text-align: center;
  font-family: 'New Tegomin', serif;


}

/* ------------------------------------
nav- */

.g-nav{
  display:flex;
  justify-content: center;
}

.g-nav li{
  position:relative;
  margin:0 10px;
}

.g-nav li a{
display:block;

color:#fff;
font-weight: bold;
font-family: 'Cinzel', serif; 
letter-spacing: 2px;
}

/* .g-nav li:nth-of-type(n+2)>a{
  margin-left: 10px;
} */

.g-nav li a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	/* background-color: rgba(185,155,0,0.5); */
  background-color:rgba(7, 245, 205, 0.5) ;
	border-radius: 50%;
	transition: 0.5s;
}

.g-nav li a:hover::after {
	width: 65px;
	height: 65px;
}

/* --------------------------------------- 
top*/

.top{
  position: fixed;
  right:30px;
  bottom:50px;
  width:50px;
  height:50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background:/* linear-gradient( #730f0f, #440707) */#ecaf54 ;
  color:#fff;
  font-weight: 700;
  font-family: 'Cinzel', serif; 
  letter-spacing: 1px;
}
.top:hover{
  border-radius: 50%;
  background: #e6b1b1;
  color:#730f0f;
  cursor:pointer;
}


/* -------------------------------------
main-- */

.main.container .content:first-child .box h2{
  font-family: 'New Tegomin', serif;
  font-size: 24px;
}

.content{
  display: flex;
  flex-direction:column-reverse ;
  margin-bottom:50px;
}

.main h2{
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;

  font-family: 'Cinzel Decorative', cursive; 
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 6px;
}

.content_photo{
  margin-bottom: 40px;
  text-align: center;
}

.content_text{
  /* text-align: center; */
  line-height: 1.65;
  margin-bottom: 40px;

  font-family: 'New Tegomin', serif;
}

.main.container .content:first-child .box .content_text{
  margin-bottom: 0;
}

.main .content .button{
  margin:0 auto;
  width:180px;
  
}

.main .content .button >a{
  display: block;
  line-height: 50px;
  height:50px;
  background:linear-gradient( #730f0f, #440707);
  border-radius: 6px;

  text-align: center;
  font-weight: bold;
  color:#fff;

  font-family: 'Cinzel', serif;
}

.main .content .button>a:hover{
  background: #865151;
}






/* ----------------------------------
footer---- */


.footer{
  background-color: #2e1e02;

  color:#fff;
}

.footer dl{
  overflow: hidden;
}

.footer dt{
  float:left;
}

.footer .container{
  box-sizing: border-box;
  padding:50px 16px;
  font-family: 'New Tegomin', serif;
  
}

.footer .container .info{
  margin-bottom: 50px;
}

/* -------- */

.footer .container .info-l, .footer .container .info-r{
  margin-bottom: 20px;
}

.footer .container dt, .footer .container dd,.footer .container p{
  line-height:1.6;
}

.footer .container dt{
font-size:14px;
}

.footer .container dd{
  /* display:block; */
  margin-left:70px;
  margin-bottom: 5px;
  font-size: 15px;
}

.footer .container dd a{
  color:#fff;
}


.footer .container .info-l .logo{
  background: url(../img/logo_goshatei.svg) no-repeat center center/ contain;
  width:150px;
  line-height: 80px;
  margin-bottom: 20px;

  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* ----------- */

.info-r p{
  font-size: 11.8px;
}

.info-l span, .info-r span{
  display:block;
}



 .footer .copy_right{
  text-align: center;

  font-family: 'New Tegomin', serif;
}

/* ------------------- 
sns*/

.footer .sns{
  max-width:150px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.footer .sns a{
  width:28%;
  display: block;
}


/* ---------------------------------
TB site */

@media (min-width:768px){

  .content_text{
    width:80%;
    margin:0 auto 40px;
  }

  .footer .container{
  box-sizing: border-box;
  padding:50px;
  
  }
}




/* -----------------------------------------
PC site */



@media (min-width:960px){
/* -------------------------------------
header */

.header{
  margin-bottom: 140px;
}

.header h1{
  width:350px;
  height:350px;
}

.reservation{
  display:none;
}


/*---------------------------------------------
main */

.main.container{
  padding:0 10px;
  margin:0 auto 120px;
}

.content{
  flex-direction:row ;
  justify-content: space-between;
  align-items:center;

  margin-bottom: 90px;
}

.content.reverse{
  flex-direction:row-reverse ;
}


/* ----------------------------------- */

.main h2{
  margin-bottom: 30px;
}

.content_photo{
  /* max-width:600px; */
  width:50%;
  
  margin-bottom: 0;
}

.content_text{
  width:80%;
  margin:0 auto 40px;
  line-height: 2;

  font-size: 18px;
}

.box{
  width:50%;
}

/* -----------------------------
footer */


.footer .container{
  max-width: 1400px;
  margin:0 auto;
  padding:80px 16px;
}


.info{
  margin-bottom: 50px;

  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

/* ------------------------------------ */

.footer .container dt{
  font-size:15px;
  }
  
  .footer .container dd{
    margin-left:80px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  

  .footer .container dt, .footer .container dd,.footer .container p{
    line-height:2;
  }


  a[href^="tel:"] {
    pointer-events:none;
}  



}

