@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;
}


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

.header .container{
  padding-top: 2vh;
}

.main.container{
  margin-bottom:80px;
}


.footer .container{
  padding-top: 120px;
}



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

.header{
  background:url(../../img/06.jpg) no-repeat center center/ cover;
  width:100%;
  height:30vh;
  margin-bottom: 60px;
}

.header h1{
  width:150px;
  height:140px;

  background:url(../../img/logo_goshatei.svg) no-repeat center center / contain;
  text-align: center;
  margin:0 auto;

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



/* ------------------------------------
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 h2{
  margin-bottom: 20px;
  text-align: center;

  font-size: 30px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 400;
}

.main .text{
  margin-bottom: 30px;
  line-height: 1.65;
  text-align: center;

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


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

.g-map{
  width:100%;
  height:100%;
}

.map_inner{
  width:100%;
  height:360px;
  margin-bottom: 40px;
}




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


/* .main .info dl{
  overflow: hidden;
} */

.main .info  dt{
  /* float:left; */
  font-size:14px;
  font-weight: bold;
}

.main .info dd{
  /* display:block; */
  /* margin-left:70px; */
  margin-left:30px; 
  margin-bottom: 12px;
  font-size: 16px;
  
}


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

.main .info .info-l, .main .info .info-r{
  margin-bottom: 30px;
}

.main .info dt, .main .info dd,.main .info p{
  line-height:1.6;
}



.main .info .info-l .logo{
  background: url(../../img/logo_goshatei_bk.svg) no-repeat center center/ contain;
  width:150px;
  line-height: 80px;
  margin-bottom: 10px;

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

.main .info .info-l .tel{
  font-size: 24px;
}

.main .info .info-l .tel a{
  color:#000;
}

.main .info .info-l .tel a:hover{
  text-decoration: underline;
}


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

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

.main .info .info-r span{
  display:block;
}

.main .info .access span{
  font-weight: bold;
}





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

 .footer .copy_right{
  text-align: center;

}

.footer{
  height:250px;
  background-color: #2e1e02;

  color:#fff;

  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){
  .info{
  max-width: 680px;
  margin:0 auto;
  }
}


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


@media (min-width:960px){

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

.container{
  padding:0 10px;
}

.main.container{
  margin-bottom: 150px;
}


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

.header{
  height:300px;
  margin-bottom: 120px;
}

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

.header h1{
  width:150px;
  height:140px;

  margin:0;
}

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

 .header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
} 

/* -----------------------------------
  main */
  
  .main h2{
    margin-bottom: 60px;
    font-size: 60px;
    letter-spacing: 5px;
  }
  
  
  .main .text{
    font-size: 20px;
    line-height: 2;
    max-width: 650px;
    margin:0 auto;
    margin-bottom: 80px;
    
  }

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

.map_inner{
  width:100%;
  height:500px;
  margin-bottom: 120px;
}

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

.info{
  max-width: 1200px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main .info dl{
  overflow: hidden;
}

.main .info  dt{
  float:left;
  
}

.main .info dd{
  /* display:block; */
  margin-left:70px;
}


.main .info .info-l, .main .info .info-r{
  /* width:35%;; */
  margin-bottom: 0;
  width:43%;
}

.main .info .info-r .small_text{
  font-size: 16px;
}

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

.main .info dt, .main .info dd,.main .info p{
  line-height:2.5;
}

.main .info .access{
  line-height: 2.1;
}


.main .info .info-l dl dt:first-child{
  line-height: 62px;
}

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

.main .info .info-l .logo{
  margin-bottom: 20px;
}

}



