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


/* ==================== base =====================*/

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

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

a {
	transition: .3s;
}

a:link {
	color:#6a3906;
	text-decoration: none;
}
a:visited {
	color:#6a3906;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #f29600;
	text-decoration: none;
	}
a:active {
	color: #f29600;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*ページトップへ（矢印）*/
#ptop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


/*スマホでは非表示*/
.sp_displaynone {
    display: none;
}


/*==================== main ====================*/

.info {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.info h3 {
	margin-top: 50px;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.info_a {
	margin-bottom: 30px;
}

.info_p_a {
	margin-bottom: 10px;
}

.info_p_b {
	margin-bottom: 5px;
}

.info_p_c {
	text-align: right;
}

.info_b {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 15px;
}

.info_pd {
	margin-bottom: 15px;
}

.info_qr {
	text-align: center;
}

.info_qr img {
	width: 120px;
	height: auto;
}

.info_logo {
	text-align: center;
	margin-top: 40px;
}

.info_logo img {
	width: 120px;
	height: auto;
}

.info_logotext {
	text-align: center;
}

.info_logotext img {
	width: 70px;
	height: auto;
}


