@charset "utf-8";
/* clearfix */
.cf {
	zoom: 1;
	clear:both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
article section {
	overflow:hidden;
}
a {
	/*text-decoration:none;*/
	color:#454747;
}
a:hover {
	opacity:0.7;
}
.clear {
	clear:both;
}
.pc {
	display:none;
}
.smp {
	display:block;
}
.red {
	color:#F00;
}
.mt20 {
	margin-top:20px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt100 {
	margin-top:100px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
h4 img {
	display:inline-block;
	vertical-align:middle;
	margin:0px 10px 4px 10px;
}
body {
	width: 100%;
	background-color: #fff;
	font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
	line-height:1.7em;
}
/*Header*/
header {
	width:100%;
	overflow:hidden;
	padding:7px 0;
	border-bottom:#cccccc solid 1px;
}
header .logo {
	width:100%;
}
header .logo img {
	margin-left:5px;
}
header .utility {
	width:100%;
	color:#51372d;
	margin:0 auto;
}
.utility ul {
	border:none;
	width:265px;
	margin:15px auto;
}
.utility li {
	border:1px solid #cccccc;
	border-radius:5px;
	padding:10px 3px 0 3px;
	display:inline-block;
	margin:5px 0 0 0;
	color:#51372d;
	height:25px;
	width:120px;
	text-align:center;
}
header.smp {
	background:#10c1d4;
	padding:10px 0 10px 0;
}
/*ナビゲーション*/
.global {
	width:100%;
	border-bottom:1px solid #51372d;
	border-top:1px solid #51372d;
}
.global ul {
	overflow:hidden;
}
.global ul li {
	padding:30px 10px 10px 10px;
	color:#51372d;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:35px;
	line-height:1.5em;
	border:1px dotted #eee;
}
.global ul li img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
nav a, footer a {
	color:#51372d;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background:#ffffff;
}
.nav_toggle {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15px;
	right:10px;
	z-index: 100;
	overflow:hidden;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span {
	display: block;
	height: 3px;
	background: #6E4406;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
 .nav_toggle span:nth-child(1) {
 top:0px;
}
 .nav_toggle span:nth-child(2) {
 top:12px;
}
 .nav_toggle span:nth-child(3) {
 top:24px;
}
/*開閉ボタンopen時*/
	.open .nav_toggle span:nth-child(1) {
 top: 12px;
 -webkit-transform: rotate(135deg);
 -moz-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .open .nav_toggle span:nth-child(2) {
 width: 0;
 left: 50%;
}
 .open .nav_toggle span:nth-child(3) {
 top: 12px;
 -webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.gnav {
	display:none;
}
/*本文*/
main {
	width:100%;
	margin:0 auto;
	padding-top:70px;
}
#contents h1, #tdfk h1 {
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
	padding: 10px;
	margin: 0 auto 20px auto;
	border-bottom:medium dotted;
	clear:both;
}
#contents p {
	font-size:16px;
	line-height:1.7em;
	width:97%;
	margin:0 auto;
}
/*更新日*/
#container .update {
	float:right;
	margin-right:10px;
}
/*パンくず*/
#bread-crumb {
	font-size: 95%;
	padding: 1px 0 10px;
	overflow-x:scroll;
	white-space:nowrap;
}
#bread-crumb:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#bread-crumb li {
	display:inline-block;
	margin:2px;
}
#bread-crumb li.sub {
	padding-left: 10px;
}
#bread-crumb li.sub:before {
	letter-spacing: 10px;
	content: ">";
}
/*SNS*/
#boxArea {
	display:table;
	padding:0 0 15px 2px;
	clear:both;
	margin-top:25px;
}
#boxArea .fb, #boxArea .tw, #boxArea .bm, #boxArea .pocket, #boxArea .line {
	height:22px;
	float:left;
	margin:10px;
}
/*広告表示*/
#place .pr, #plan .pr {
	color:#999;
	font-size:14px;
	padding:0;
}
/*関連リンク*/
.recomend_link {
	display:block;
	text-align:center;
	background:#ffffff;
	font-weight:bold;
	border:#51372d 3px solid;
	color:#51372d;
	padding:20px;
	font-size:20px;
	margin:30px auto 0 auto;
	width:50%;
}
.recomend_link img {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
/*footer*/
footer {
	clear:both;
	text-align:center;
	padding:10px 0;
	margin-top:50px;
}
 @media screen and (min-width:768px) {
#bread-crumb {
 overflow:hidden;
}
}
 @media screen and (min-width:1000px) {
.pc {
 display:block;
}
.smp {
 display:none;
}
header {
 width:1000px;
 margin:10px auto;
 border-bottom:none;
}
header .logo {
 float:left;
 width:340px;
}
header .utility {
 float:right;
 width:265px;
}
header .utility ul {
margin:0 auto;
}
.global {
 margin:0 auto;
}
.global ul {
 width:750px;
 margin:0 auto;
}
.global ul li {
 display:inline-block;
 padding:20px 10px 10px 10px;
 color:#ffffff;
 font-weight:bold;
 text-align:center;
 width:117px;
 height:30px;
 border-right:1px solid #ffffff;
 border-bottom:none;
 line-height:1.5em;
}
.gnav {
 display:block !important;
}
.nav_toggle {
 display:none;
}
main {
 width:1000px;
 margin:0 auto;
 padding-top:140px;
}
#bread-crumb {
 margin-top:40px;
 overflow:hidden;
}
}
