@charset 'UTF-8';
@font-face {
	font-family: 'FontAwesome';
	src: url('font/fontawesome-webfont.eot?v=4.0.1');
	src: url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow-x: hidden;
	
}
body, input, textarea, select {
	font-family: 'ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 11pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #777;
}
h2 {
	letter-spacing: -0.025em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
strong, b {
	font-weight: 500;
	color: #000000;
}
em, i {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #80BA8E;
}
a:hover {
	text-decoration: underline;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
	margin: 3em 0 0 0;
	padding: 6em 0 0 0;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ol, dl, table {
	margin-bottom: 1em;
}
footer {
	margin-top: 1em;
}
br.clear {
	clear: both;
}
.pennant {
	color: #bbb;
}
/* Sections/Articles */
	
section, article {
	margin-bottom: 3em;
}
section > :last-child, article > :last-child {
	margin-bottom: 0;
}
section:last-child, article:last-child {
	margin-bottom: 0;
}
.row, .row>* {
	padding-left: 0 !important;
}
.row > section, .row > article {
	margin-bottom: 0;
}
/* Images */

.image {
	display: inline-block;
}
.image img {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image.full {
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
/* Lists */

ul.default {
	margin: 0;
	padding: 0em 0em 1.5em 0em;
	list-style: none;
}
ul.default li {
	padding: 0.60em 0em;
	font-size: 0.95em;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.1);
}
ul.default li:first-child {
	padding-top: 0;
	border-top: none;
}
ul.default {
}
ul.style li {
	margin: 0;
	padding: 2em 0em 1.5em 0em;
	border-top: 1px solid;
	border-color: rgba(0,0,0,.1);
}
ul.style li:first-child {
	padding-top: 0;
	border-top: none;
}
ul.style img {
	float: left;
	margin-right: 20px;
}
ul.style a {
	color: #434343;
}
ul.style .posted {
	padding: 0em 0em 1em 0em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 8pt;
	color: #A2A2A2;
}
ul.style .first {
	padding-top: 0px;
	border-top: none;
}
/* Buttons */
		
.button {
	position: relative;
	display: inline-block;
	background: #80BA8E;
	padding: 0.8em 2em;
	text-decoration: none !important;
	font-size: 1.2em;
	font-weight: 300;
	color: #FFF !important;
	-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	text-align: center;
	border-radius: 0.25em;
}
.button:hover {
	background: #70AA7E;
	color: #FFF !important;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
.headerbar {
	background: #fff;
	color: #555f66;
	cursor: default;
	height: 4.8em;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
	padding: 0;
	margin: 0;
}
.logo h1 a img{
	width: 100% ;
}
.headerbar ul{
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.headerbar ul li img{
	width: 100%;
}
.header_ttl img{
	margin-left: 10%;
}
.header_tel img{
	width: 80% !important;
	margin-left: 35%;
	padding-top: 2%;
}
.header_mail img{
	width: 80% !important;
	margin-left: 25%;
	padding-top: 2%;
}
/*---------------------------
パンくずリスト
----------------------------*/
.breadcrumb {
  padding: 12px 10px;
  overflow: hidden;
  text-align: left !important;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  font-family: FontAwesome;
  content: '\f101';
  padding: 0 3px;
  color: #8186a0;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #273376;
}

.breadcrumb li:first-child a:before {/*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width:480px) {
	.logo h1 a img {
		width: 90%;
		margin-left: 1%;
	}
	.headerbar ul li{
		float: left;
	}
	.headerbar ul li{
		margin-left: 0;
	}	
	.header_ttl img{
		margin-left: 0;
	}	
.header_tel, .header_mail {
	display: none;
}
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
	position: relative;
	z-index: 1;
}
#logo h1 {
	color: #FFF;
}
#logo a {
	display: block;
	text-decoration: none;
	font-weight: 300;
	line-height: 1em;
	font-size: 3.5em;
	color: #FFF;
	letter-spacing: -0.05em;
	margin: 0 0 0.125em 0;
}
#logo span {
	font-size: 1.4em;
	color: #FFF;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav {
	background-color: #000;
	position: relative;
	line-height: 0.5em;	
}

/*#nav-wrapper {
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/
#nav > ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav > ul > li {
	display: inline-block;
	border-right: 1px solid #FFF;
	margin: 5px 0
}
#nav > ul > li a:hover {
	color: #c1a240;
}
#nav > ul > li:first-child {
	border-left: 1px solid #FFF;
}
#nav > ul > li:last-child {
	border-right: 1px solid #FFF;
	padding-right: 0;
}
#nav > ul > li > a, #nav > ul > li > span {
	display: inline-block;
	padding: 1.5em 1.5em;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	outline: 0;
	color: #FFF;
}
#nav li.active a {
	color: #FFF;
}
#nav > ul > li > ul {
	display: none;
}
#nav_sp ul{
	display: flex;
}
#nav_sp ul li{
	margin-left: 1%;
	margin-top: 1%;
}

@media screen and (max-width: 450px) {
#nav_sp ul li {
	width: 19%;
}	
#nav_sp ul li {
	margin-right: 1%;
}	
#nav_sp ul li:last-child {
	margin-right: 0;
	}
#nav_sp ul li img {
	width: 100%;
	}
	
}

@media screen and (min-width: 451px) {
#nav_sp ul{
	display: none;
}
}
/*********************************************************************************/
/* NEWS                                                                          */
/*********************************************************************************/
.topics {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	padding: 0 5% 0;
	max-width: 960px;
}
.md_newsBox_link{
	color: #000;
}
.new{
	color: red;
	padding-right: 10px;
	padding-left: 10px;
}
.campaign{
	width: 150px;
	background: #fa052d;
	font-size: 13px;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 10px;
	margin-left: 10px;
}
.topittl {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0 3px 1%;
	font-size: 20px;
	color: #FFF;
	background: #b59643;
}
.topittl2 {
	text-align: center;
	font-size: 25px;
}
.topics{
	padding-top: 2%;
}
.topics a p, .topics p {
	padding: 0.5% 0.5%;
	border-bottom: 1px rgba(229,227,227,0.9) dotted;
	font-size: 15px !important;
	margin-bottom: 0;
	color: rgb(119, 119, 119);;
}
.fa-caret-right{
	padding-left: 2%;
}
span.date{
	margin-right: 20px;
}
span.link {
	float: right;
	font-size: 15px;
	color: #666666;
	vertical-align: top;
}
span.link a {
	text-decoration: none;
	color: #999999;
}
span.link a:hover {
	opacity: 0.6;
}
span.link::after {
	font-family: FontAwesome;
	line-height: 1;
	color: #999999;
	content: '\f0da';
	padding-left: 10px;
}
.fa, .far, .fas{
	font-size: 1.3em;
	vertical-align: middle;
}
@media screen and (max-width: 450px) {
	.topics{
		width: 100%;
	}	
	.topittl{
		width: 100%;
	}	
.topics a p{
	font-size: 75%;
	}
}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
.main {
	position: relative;
	background: #fff;
}
.homepage #content {
	text-align: center;
}
#sidebar h2 {
	display: block;
	padding-bottom: 0.50em;
}
.card{
	margin-top: 5%;
}
@media screen and (max-width: 768px) {
.card img {
	width: 90%;
}
}
/*********************************************************************************/
/* JAFトラベルデスクとは */
/*********************************************************************************/
.how_traveldesk {
	color: #353f70;
}
.txt{
	font-size: 18px;
	
}
.bttl {
	font-size: 2.5em;
	margin-top: 5%;
	color: #353f70;
}
.bttl2 {
	font-size: 2.5em;
	color: #353f70;
	margin-top: 10%;
	text-align: center;
}
ul.merit li:first-child::before {
	background: url(../images/number1.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
}
ul.merit li:nth-child(2)::before {
	background: url(../images/number2.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:nth-child(3)::before {
	background: url(../images/number3.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:nth-child(3)::before {
	background: url(../images/number3.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:nth-child(4)::before {
	background: url(../images/number4.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:nth-child(4)::before {
	background: url(../images/number4.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:nth-child(5)::before {
	background: url(../images/number5.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit li:last-child::before {
	background: url(../images/number6.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: contain;
	width: 125px;
	height: 65px;
	vertical-align: middle;
	
}
ul.merit {
	text-align: left;
	margin-bottom: 10%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
ul.merit li {
	width: 80%;
	margin: 0 10%;
	position: relative;
	line-height: 4em;
	padding: 1% 0 1.5% 180px;
	color: #2f4294;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #C7C3C3;
}
ul.merit li p{
	line-height: 1.3;
	margin-bottom: 0 !important;
	padding-top: 10px;
	font-size: 16px;
}
ul.merit li:last-child {
	border-bottom: none;
}

@media screen and (max-width: 768px) {
p.txt {
	text-align: left;
}
ul.merit li {
	width: 95%;
	margin: 5% 2.5%;
	padding: 0 0 5% 15%;
	line-height: 1.8em;
}
ul.merit li:first-child::before {
	background: url(../images/number1.png) no-repeat;
	position: absolute;
	background-size: 55%;
	left: 0;
	content: "";
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.merit li:nth-child(2)::before {
	background: url(../images/number2.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 55%;
}
ul.merit li:nth-child(3)::before {
	background: url(../images/number3.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 55%;
}
ul.merit li:nth-child(4)::before {
	background: url(../images/number4.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 55%;
}
ul.merit li:nth-child(5)::before {
	background: url(../images/number5.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 55%;
}
ul.merit li:last-child::before {
	background: url(../images/number6.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 55%;
}
}

@media screen and (max-width: 450px) {
ul.merit li {
	width: 100%;
	margin: 5% 0;
	padding: 0 0 5% 31%;
	line-height: 1.8em;
}
ul.merit li p {
	margin: 0;
	padding: 1%;
}
ul.merit li:first-child::before {
	background: url(../images/number1.png) no-repeat;
	position: absolute;
	background-size: 52%;
	left: 0;
	content: "";
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.merit li:nth-child(2)::before {
	background: url(../images/number2.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 52%;
}
ul.merit li:nth-child(3)::before {
	background: url(../images/number3.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 52%;
}
ul.merit li:nth-child(4)::before {
	background: url(../images/number4.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 52%;
}
ul.merit li:nth-child(5)::before {
	background: url(../images/number5.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 52%;
}
ul.merit li:last-child::before {
	background: url(../images/number6.png) no-repeat;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-size: 52%;
}
.bttl {
	font-size: 1.5em;
	margin-top: 5%;
	color: #353f70;
}
.bttl2 {
	font-size: 1.5em;
	color: #353f70;
	margin-top: 12%;
}
}

/*============================================================
    recommend                                                
==============================================================*/
.recomend_area {
	width: 70%;
	background-size: cover;
	margin: 0 15%;
}
ul.recomend_inner{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
ul.recomend_inner > a {
	width: 28%;
	margin: 1% 2.5%;
	color: #000;
	
}
ul.recomend_inner > a li img{
	width: 100%;
}
.title {
	text-align: center;
	border-bottom: 1px solid #666666;
	padding: 0 2% 10px;
	margin: 8px 2%;
	line-height: 1.3;
	font-size: 19px
}
.title {
	color: #000;
	text-decoration: none;	
}
.tour_txt {
	font-size: 14px;
	text-align: left;
	margin: 2% 2% 0;
	line-height: 1.3;
}
.recomend h2, .howtouse h2 {
	width: 100%;
	margin: 0 0 -5% !important;
}
.recomend h1 img {
	width: 20%;
	margin: 0 40%;
}
.recomend h2 img {
	width: 4%;
}

@media(max-width: 768px) {
.recomend h1 img {
	width: 36%;
	margin: 0 32%;
}
.recomend h2 img {
	width: 10%;
}
.recomend_area {
	width: 90%;
	background-size: cover;
	margin: 0 5%;
}
ul.recomend_inner > a {
	width: 45%;
	margin: 1% 2%
}
ul.recomend_inner {	
	padding-left: 0;
	}
}

@media(max-width: 600px) {
.recomend h1 img {
	width: 50%;
	margin: 0 25%;
}
.recomend {
	margin: 3em 0 2em;
}
.tour_txt {
	font-size: 0.6em;

}
}
@media(max-width: 450px) {
ul.recomend_inner > a {
	width: 100%;
}
ul.recomend_inner > a li dl {
	margin-bottom: 2%;
	border-bottom: dotted 1px #666;
padding-bottom:10px;	
	}
 .photo {
	width: 75px;
	 position: absolute;
}
 .photo img {
	 width: 100%;
}
.title{
	border-bottom: none;
	margin-left:75px; 
	font-size: 19px;
	padding: 0;
	}	
.tour_txt{
	margin-left: 95px;
	}	
}

/*********************************************************************************/
/* お取り扱い商品                                                                  */
/*********************************************************************************/
.entry_topttl {
	font-size: 1.8em;
}
.secClear {
	width: 60%;
	margin: 3% 20%;
	display: flex;
}
.entry {
	width: 30%;
	margin: 0 4%;
	padding: 1%;
	border: 1px solid #999999;
}
.entry_ttl {
	padding-top: 10px;
	line-height: 2;
}
.entry_ttl span {
	border-bottom: 2px solid #999999;
}
.entry img {
	width: 70px;
}

@media screen and (max-width: 768px) {
.secClear {
	width: 100%;
	margin: 0 !important;
	display: flex;
}
.entry {
	width: 33%;
	margin: 1%;
}
.entry_topttl {
	font-size: 1.3em;
	padding-bottom: 5%;
}
}
/*********************************************************************************/
/* お取り扱い商品                                                                  */
/*********************************************************************************/
#brand{
	margin-top: 2em;
}
.step {
	display: flex;
	width: 70%;
	margin: 3% 15% 6%;
}
.step li {
	width: 18%;
	margin: 0 1%;
}
.step li img {
	width: 100%;
}
.line img {
	text-align: center;
	width: 100%
}

@media screen and (max-width: 450px) {
.step {
	display: flex;
	width: 100%;
	margin: 3% 0 6%;
	flex-wrap: wrap;
}
.step li {
	width: 31%;
	margin: 0 1%;
}
}
/*********************************************************************************/
/* 商品 */
/*********************************************************************************/
.tour_contents {
	margin: 5% auto;
	width: 85%;
}
.tour_contents li {
	text-align: left;
}
.tour_contents h4 {
	text-align: left;
	font-size: 20px;
	line-height: 1.6;
}
span.emphasis{
	font-size: 28px;
	font-weight: bold;
	color: #9d2328;
}
.tour_title {
	font-size: 2em;
	background: url(../images/tour_title_bg.jpg) repeat-x;
	background-size: contain;
	width: 100%;
	display: inherit;
	color: #fff;
	padding: 1.5% 0;
	text-align: center;
}
.off_area img{
	width: 100%;
}
.discount_area ul {
	width: 90%;
	margin: 0 5%;
}
.discount_area ul li {
	width: 20%;
	margin: 0 1.7%;
	float: left;
}
.discount_area ul li img {
	width: 100%;
}
.ext-center {
	margin-top: 3%;
}
.at {
	margin-bottom: 10%;
	text-align: left;
}

@media screen and (max-width: 450px) {
.tour_title {
	font-size: 1.3em;
	padding: 2% 0
}
.tour_contents {
	width: 100%;
	margin: 10% 0 0;
}
.tour_contents h4 {
	font-size: 1.1em;
	line-height: 1.5;
}
.discount_area ul li {
	width: 45%;
	flex-wrap: wrap;
}
.discount_area ul li img {
	width: 100%;
}	
	.area img{
		width: 100%;
	} 	
}
/*********************************************************************************/
/* 注意事項*/
/*********************************************************************************/
.tour_contents2 {
	margin: 5% auto;
	width: 70%;
	text-align: left;
}

h5 {
	font-size: 20px;
	color: #ffffff;
	
}
.ate {
	list-style: disc;

}

@media screen and (max-width: 450px) {
.tour_contents2 {
	margin: 5% auto;
	width: 80%;
	text-align: left;
}	
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
#footer {
	position: relative;
	text-align: center;
}
#footer header h2 {
	color: #FFF !important;
}
#footer header .byline {
	color: rgba(255,255,255,.2);
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
#copyright {
	position: relative;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
#copyright .container {
	padding: 3em 0em;
	border-top: 1px solid;
	border-color: rgba(255,255,255,.05);
	color: #FFF;
}
#copyright a {
	text-decoration: none;
	color: rgba(255,255,255,.2);
}
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
#featured, .featured {
	position: relative;
	background: #f2f2f2;
	text-align: center;
	padding: 2%;
}
.featured2 {
	position: relative;
	background: #f2f2f2;
	text-align: center;
	padding: 5%;
}
.featured3 {
	position: relative;
	background: #333333;
	text-align: center;
	padding: 3% 5%;
}

#featured h3 {
	display: block;
	font-weight: 300;
}
#featured .pennant {
	font-size: 4em;
}
#featured .button {
	margin-top: 1.5em;
}

@media screen and (max-width: 450px) {
	#featured{
		padding-top: 0 !important;
	}	
}
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
	
#tweet {
	position: relative;
	text-align: center;
	background: url(../images/header.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
    color: #FFF;
}
#tweet .fotter_ttl {
 font-size: 2.5em;
	color: #000;
	padding: 0;
	z-index: 1111;
}
.inquiry_box{
	padding: 1% 0 2%;
	background-color: #fff;
	z-index: 0;
}
.inquiry_box dl{
	margin-top: 1.3%;
	margin-bottom: 0;
}
.inquiry_box dl dt{
	color: #FFF;
	font-size: 1.8em;
	margin-bottom: 2%;
	background-color: #84704c;
	padding: 1% 0;
}
.inquiry_box dl dd{
	display: inline;
	font-size: 2.7em;
	color: #000;
	padding-left: 30px;
}
.tel::before{
font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right : 10px;/*文字との隙間*/
  color: #000;/*アイコンの色*/	
}
dd.fax::before{
content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
 	background:url(../images/fax.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
#tweet section {
	border-color: rgba(255,255,255,.1);
}
#tweet blockquote {
	position: relative;
	border: none;
	margin: 0;
	font-weight: 300;
	color: rgba(255,255,255,.6);
}
.btn_mail a {
    display: inline-block;
}
 
.btn_mail a:hover {
background: url(../images/btn_on.png) no-repeat ;
background-color: transparent; 
}
 
.btn_mail a:hover img {
    visibility: hidden;
}	
.btn_mail img {
	width: 100%;
}

.bikou{
	font-size: 14px;
	line-height: 1.3;
}
@media screen and (max-width: 450px) {
#tweet .fotter_ttl {
 font-size: 2em;
	line-height: 1.5;
}
.inquiry_box dl dt{
	font-size: 1.8em;
	margin: 4% 0;
}
.inquiry_box dl dd{
	display: block;
	font-size: 2.7em;
	padding-left: 10px;
	margin: 8% 0 ;
}
dd.tel::before{
font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right : 13px;
  color: #000;	
}
dd.fax::before{
content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
 	background:url(../images/fax.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.btn_mail a {
    display: inline-block;
}
.btn_mail a:hover,.btn_mail a:visited, .btn_mail a:active {
    background: none ;
}
	
.btn_mail a:hover img {
    visibility: hidden;
}	
.btn_mail img {
	width: 100%;
}
#tweet .fotter_ttl {
 font-size: 2.6em;
	color: #000;
	padding: 0;
	line-height: 1.1;
}
.btn_mail a:hover {
background: url(../images/btn_on.png) no-repeat ;
background-color: transparent; 
}
	
}


/*=================================
ページトップ スクロール
==================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 1;
}
#page-top a {
	display: block;
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}

@media screen and (max-width: 450px) {
/*=================================
ページトップ スクロール
==================================*/
#page-top {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 1;
}
#page-top a {
	display: block;
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}
}
