@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*紺色*/
/*灰色*/
/*灰色*/
/*ベージュ*/
#price_info a:link,#price_info a:visited {
	color: #006D8F;
	text-decoration: underline;
}
#price_info a:hover {
	text-decoration: none;
}
#tourism #header .header_logo a {
  background: url("../images/access/header_logo.png") top left no-repeat;
}
#tourism #header .navInfo li a, #tourism #header .gnav li a {
  color: #444;
}
#tourism #header .navInfo .navInfo_news a {
  background: url("../images/access/header_ico_news.png") top 50% left no-repeat;
}
#tourism #header .navInfo .navInfo_access a {
  background: url("../images/access/header_ico_access.png") top 50% left no-repeat;
}


#price_info h2 {
	text-align: center;
	font-size: 140%;
	letter-spacing: 5px;
}
p {font-size: 100%;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 3px;}
.telnm {
	text-align: center;
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
}

.inputarea_name {
	width: 30%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inputarea_add {
	width: 50%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.inputarea_zip{
	width: 10%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inputarea_txt {
	width: 70%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 150px;
}
.formbtn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 30%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 100%;
	font-weight: 600;
	border: none;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 50px;
}

.contacttxt {
	font-size: 80%;
}
@media screen and (max-width: 640px) {
  #tourism #header .header_logo {
    width: 44.7368421053vw;
    /*(340/760)*100vw*/
    top: 3.9473684211vw;
    /*(30/760)*100vw*/
    left: 3.9473684211vw;
    /*(30/760)*100vw*/
  }
  #tourism #header .header_logo a {
    width: 44.7368421053vw;
    height: 8.9473684211vw;
    background-size: contain;
  }
  #tourism #header .drawer_button.active .drawer_bar {
    background-color: #FFF;
  }
  #tourism #header .drawer_button .drawer_bar {
    background-color: #444;
  }
  #tourism #header .drawer_menu_wrapper {
    background-color: #444;
  }
  #tourism #header .gnav li {
    border-bottom: #FFF 1px solid;
    border-left: #FFF 1px solid;
  }
  #tourism #header .gnav li:nth-child(-n+2) {
    border-top: #FFF 1px solid;
  }
  #tourism #header .gnav li a {
    color: #FFF;
  }
	#price_info {
	padding-top: 80px;
}
	
	
.inputarea_name {
	width: 30%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inputarea_add,.inputarea_txt {
	width: 100%;
}
	.inputarea_zip {
	width: 30%;
}
.formbtn {
	width: 50%;
}
}
