@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: "AXIS Std","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	background: url(../images/main_bg.png) repeat center top #fff;
	color: #282828;
}
.entry-content a {
	color: #4b6fe6;
	text-decoration: underline;
}
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 146px;
	display: none;
}
a,a:focus {
	outline: none;
	border: none;
}

/* ---------------------------------------
	追加 
--------------------------------------- */
.menu-scroll-down {
	display: none!important;
}
.site-content-contain {
	background-color: rgba(0,0,0,0);
}
.site-branding {
	padding: 1.4em 0;
  text-align: center;
}
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:focus:not(.prev):not(.next), .pagination a:hover:not(.prev):not(.next), .comments-pagination a:focus:not(.prev):not(.next), .comments-pagination a:hover:not(.prev):not(.next), .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	box-shadow: none;
}
.entry-title a, .entry-meta a, .page-links a, .page-links a .page-number, .entry-footer a, .entry-footer .cat-links a, .entry-footer .tags-links a, .edit-link a, .post-navigation a, .logged-in-as a, .comment-navigation a, .comment-metadata a, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a, .comments-pagination a, .site-info a, .widget .widget-title a, .widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a,
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong,
.entry-title a:hover, .entry-meta a:hover, .page-links a:hover, .page-links a .page-number, .entry-footer a:hover, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:hover, .edit-link a:hover, .post-navigation a:hover, .logged-in-as a:hover, .comment-navigation a:hover, .comment-metadata a:hover, .comment-metadata a.comment-edit-link, .comment-reply-link, a .nav-title, .pagination a:hover, .comments-pagination a:hover, .site-info a:hover, .widget .widget-title a:hover, .widget ul li a:hover, .site-footer .widget-area ul li a:hover, .site-footer .widget-area ul li a:hover,
.entry-content a:hover, .entry-summary a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-navigation a:hover, .widget_authors a:hover strong {
	box-shadow: none;
	transition: color 80ms ease-in 0s, box-shadow 0 ease-in-out 0s, -webkit-box-shadow 0 ease-in-out 0s;
}
.has-sidebar #secondary,
.widget_archive {
	float: none;
	width: 100%;
}
h2.widget-title {
	background: rgba(0, 0, 0, 0) url(../images/side_title_bg.png) no-repeat scroll left bottom;
  font-size: 20px;
  font-weight: normal !important;
  margin: 0 0 15px;
  padding: 0 0 25px;
}
.widget_archive dt {
	font-weight: normal;
	background: rgba(0, 0, 0, 0) url("../images/side_arrow_close.png") no-repeat scroll left top;
  cursor: pointer;
  margin: 0 0 10px;
  padding: 0 0 0 18px;
}
.widget_archive dt.active {
	background: rgba(0, 0, 0, 0) url("../images/side_arrow_open.png") no-repeat scroll left top;
}
	.widget_archive dd {
		margin: 0;
		padding: 0 0 0 40px;
	}
.widget ul li {
	border: none;
}
.entry-meta {
	padding: 20px 0 0;
	text-align: right;
}
	.entry-meta a {
		background: rgba(0, 0, 0, 0) url(../images/cal_icon.png) no-repeat scroll left center;
	  display: inline-block;
	  font-size: 1.3em;
	  font-weight: normal;
	  height: 28px;
	  padding: 8px 0 0 42px;
	}
.entry-header .entry-title,
.post h2 {
	font-size: 28px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	padding: 0 0 30px;
	background: url(../images/title_bg.png) no-repeat left bottom;
}
input.search-field {
	background: #e1e1e1 none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) inset;
	height: 45px;
	width: 100%;
}
button.search-submit {
	background: rgba(0, 0, 0, 0) url("../images/search_icon.png") no-repeat scroll center center;
  border: medium none;
  display: block;
  float: right;
  height: 0;
  overflow: hidden;
  padding: 42px 0 0 !important;
  vertical-align: top;
  width: 16%;
}
.search-form .search-submit .icon {
	display: none;
}
.site-footer {
  border-top: none!important;
}
.max-width-1200 {
	margin: 0 auto;
	max-width: 1200px;
}
.widget a img {
	box-shadow: none;
}
#footer .copyright {
	font-size: 12px;
}
button, input[type="button"].wpcf7-back, input[type="submit"].wpcf7-back,
button, input[type="button"].wpcf7-confirm, input[type="submit"].wpcf7-confirm {
	padding: 0.75em 2em;
}
.entry-title a {
	margin-left: 0;
}



/* PC */
@media (min-width: 1200px) {
a:hover {
	opacity: 0.7;
}
.wrap {
	max-width: 1200px;
	padding: 0;
}
#content .wrap {
	background: rgba(0, 0, 0, 0) url(../images/contents_bg.png) repeat-y scroll center top;
}
#content .wrap.bg-none {
	background: none;
}
#masthead {
	background: url(../images/head_bg02.jpg) no-repeat center top;
	height: 226px;
}
#masthead h1,
.site-title {
  padding: 0 68px 0 0;
}
#masthead h1 a:hover {
	opacity: 1;
}
.widget_area {
	float: right;
	font-size: 0.875rem;
	line-height: 1.6;
	padding: 40px 20px 0 0;
	width: 30%
}
.has-sidebar #primary,
.has-sidebar:not(.error404) #primary {
  float: left;
  margin: -18px 0 0;
  width: 65%;
}

.contentswrapper {
	width: 1200px;
	margin: 100px auto 40px auto;
	background: url(../images/contents_bg.png) repeat-y center top;
}
#contents {
	float: left;
	width: 780px;
	margin: -60px 0 0 0;
}
.post .date {
	font-size: 16px;
	text-align: right;
	color: #707070;
	margin: 0 0 35px 0;
}
.post .date span {
	display: inline-block;
	height: 28px;
	padding: 8px 0 0 38px;
	background: url(../images/cal_icon.png) no-repeat left center;
}
.post .entry-content p {
	line-height: 1.5;
	margin: 0 0 20px 0;
}
.post .entry-content p a {
	color: #4b6fe6;
	text-decoration: underline;
}
.post .entry-content img {
	border: 8px solid #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
	margin: 0 0 10px;
}
.post .more {
	margin: 15px 0 0 0;
}
.post .more-link {
	display: block;
	margin: 0 auto;
	background: url(../images/more_btn.png) no-repeat center top;
	width: 572px;
	height: 0;
	margin: 40px auto 30px;
	padding: 60px 0 0 0;
	overflow: hidden;
}
#side {
	float: right;
	width: 380px;
}
.sideinner {
	padding: 40px 20px;
	text-align: left;
}
#side .sidetitle {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 25px 0;
	background: url(../images/side_title_bg.png) no-repeat left bottom;
	margin: 0 0 15px 0;
}
#side .archive {
	margin: 0 0 40px 0;
}
#side .archive .archivelist .archivetop a {
	display: block;
	background: url(../images/side_arrow_close.png) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop.open a {
	background: url(../images/side_arrow_open.png) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop .archive_sub a {
	background: none;
	padding: 0;
	margin: 0 0 10px 40px;
}
#side .search {
	margin: 0 0 40px 0;
}
#side .search .searchbox {
	background: #e1e1e1;
	border-radius: 10px;
	width: 100%;
	height: 45px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3) inset;
}
#side .search input[type="text"] {
	display: block;
	float: left;
	background: none;
	border: none;
	width: 84%;
	height: 45px;
	vertical-align: top;
	padding: 10px;
	font-size: 16px;
}
#side .search input[type="button"] {
	display: block;
	float: right;
	border: none;
	width: 16%;
	height: 0;
	padding: 45px 0 0 0;
	overflow: hidden;
	background: url(../images/search_icon.png) no-repeat center center;
	vertical-align: top;
}
#side .search input[type="button"]:hover {
	opacity: 0.7;
}
.link {
	margin: 0 0 40px 0;
}
.linklist li {
	text-align: center;
}
.linklist li:last-child {
	margin: 0;
}
#footer {
	background: #303030;
}
.footinner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: url(../images/footer_bg.png) no-repeat center top;
	color: #fff;
	padding: 45px 0 10px;
	font-size: 14px;
	text-align: center;
}
#footer .footnav {
	margin: 0 0 20px;
	text-align: right;
}
#footer a {
	background: #eee none repeat scroll 0 0;
  font-size: 10px;
  padding: 5px 8px 4px;
}

/* お問い合わせページ -------------------- */
.contact-content {
	margin: 0 auto;
	max-width: 800px;
}
.contact-content h1 {
	margin: 0 0 30px!important;
}
}

/* TB */
@media(max-width:1199px) and (min-width: 768px) {
.wrap {
	max-width: 1200px;
}
.max-width-1200 {
	padding-left: 3em;
  padding-right: 3em;
}
.site-branding {
	padding: 0;
}
.comment-body {
  margin-left: 65px;
}
img {
	max-width: 100%;
	height: auto;
}
a:hover {
	opacity: 0.7;
}
#page {
	margin: 0 auto;
}
#masthead {
	background: url(../images/tb_head_bg02.jpg) no-repeat center top;
	height: 176px;
}
#masthead.header02 .headinner {
	height: 176px;
}
#masthead .headinner {
	height: 257px;
	margin: 0 auto;
	position: relative;
}
#masthead h1 {
	margin: 0 auto;
	padding: 2% 0 0 0;
	width: 80%;
}
#masthead h1 a:hover {
	opacity: 1;
}
#masthead .title02 {
	position: absolute;
	bottom: 8%;
	left: 0;
	width: 46%;
	max-width: 500px;
}
.contentswrapper {
	margin: 100px 0 40px 0;
	position: relative;
}
#contents {
	float: left;
	width: 65%;
	margin: -60px 0 0 0;
}
.entry-header .entry-title,
.post h2 {
	font-size: 20px;
	padding: 0 0 20px;
	background-size: contain;
}
.widget_area {
	background: #ededed;
	float: right;
	font-size: 0.875rem;
	line-height: 1.6;
  padding: 20px 10px 0;
	width: 30%
}
.has-sidebar #primary,
.has-sidebar:not(.error404) #primary {
  float: left;
  width: 65%;
}
h2.widget-title {
	background-size: contain;
}
button.search-submit {
	background-size: contain;
}
.post h1 {
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
	background: url(../images/tb_title_bg.png) no-repeat left bottom;
}
.post .date {
	font-size: 16px;
	text-align: right;
	color: #707070;
	margin: 0 0 15px 0;
}
.post .date span {
	display: inline-block;
	height: 28px;
	padding: 6px 0 0 36px;
	background: url(../images/cal_icon.png) no-repeat left center;
}
.entry-meta {
	padding: 10px 0 0;
}
.entry-meta a {
	display: inline-block;
	height: 16px;
	padding: 1px 0 0 20px;
	background: url(../images/cal_icon.png) no-repeat left center;
	background-size: 14px auto;
}
.post .entry-content p {
	line-height: 1.5;
	text-align: left;
	margin: 0 0 20px 0;
}
.post .entry-content p a {
	color: #4b6fe6;
	text-decoration: underline;
}
.post .entry-content img {
	border: 4px solid #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.post .more {
	margin: 15px 0 0 0;
}
.post .more-link {
	display: block;
	margin: 0 auto;
	background: url(../images/sp_more_btn.png) no-repeat center top;
	background-size: 300px auto;
	width: 300px;
	height: 0;
	margin: 20px auto;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#side {
	float: right;
	width: 33%;
	margin: 0 0 60px 0;
	background: #ededed;
}
.sideinner {
	padding: 30px 15px;
	text-align: left;
}
#side .sidetitle {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 30px 0;
	background: url(../images/tb_title_bg.png) no-repeat left bottom;
	margin: 0 0 15px 0;
}
#side .archive {
	margin: 0 0 30px 0;
	font-size: 16px;
}
#side .archive .archivelist .archivetop a {
	display: block;
	background: url(../images/side_arrow_close.png) no-repeat 0 1px;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop.open a {
	background: url(../images/side_arrow_open.png) no-repeat 0 1px;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop .archive_sub a {
	background: none;
	padding: 0;
	margin: 0 0 10px 20px;
}
#side .search {
	margin: 0 0 30px 0;
}
#side .search .searchbox {
	width: 100%;
	background: #e1e1e1;
	border-radius: 10px;
	height: 46px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3) inset;
}
#side .search input[type="text"] {
	display: block;
	float: left;
	background: none;
	border: none;
	width: 88%;
	height: 46px;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
}
#side .search input[type="button"] {
	display: block;
	float: right;
	border: none;
	width: 12%;
	height: 0;
	padding: 46px 0 0 0;
	overflow: hidden;
	background: url(../images/search_icon.png) no-repeat center center;
	vertical-align: top;
}
.link {
	margin: 0 0 30px 0;
}
.linklist li {
	text-align: left;
}
.linklist li:last-child {
	margin: 0;
}
#side .twitter {
	max-width: 340px;
	margin: 0;
}
#footer {
	background: #303030;
}
.footinner {
	margin: 0 auto;
	position: relative;
	background: url(../images/footer_bg.png) no-repeat center top;
	background-size: auto 7px;
	color: #fff;
	padding: 30px 0 10px;
	font-size: 12px;
	text-align: center;
}
#footer .footnav {
	margin: 0 0 15px 0;
}
#footer a {
	color: #fff;
}
}

/* SP */
@media (max-width: 767px) {
.max-width-1200 {
	padding-left: 2em;
  padding-right: 2em;
}
#masthead {
	background: url(../images/sp_head_bg02.jpg) no-repeat center top;
	background-size: cover;
}
#masthead h1 {
	padding: 4px 0 0 0;
}
.has-sidebar #secondary,
.widget_archive {
	padding: 1em 0 2em
}
#contents {
	margin: 30px 0;
}
h2.widget-title {
	background-size: contain;
}
.post h1 {
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	padding: 0 0 30px 0;
	margin: 0 0 15px 0;
	background: url(../images/sp_title_bg.png) no-repeat left bottom;
	background-size: auto 15px;
}
.entry-header .entry-title,
.post h2 {
	font-size: 20px;
	padding: 0 0 20px;
	background: url(../images/sp_title_bg.png) no-repeat left bottom;
	background-size: auto 15px;
}
.entry-meta {
	padding: 10px 0 0;
}
.entry-meta a {
	display: inline-block;
	height: 16px;
	padding: 1px 0 0 20px;
	background: url(../images/cal_icon.png) no-repeat left center;
	background-size: 14px auto;
}
.post .entry-content p {
	line-height: 1.5;
	text-align: left;
	margin: 0 0 20px 0;
}
.post .entry-content p a {
	color: #4b6fe6;
	text-decoration: underline;
}
.post .entry-content img {
	border: 4px solid #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.post .more {
	margin: 15px 0 0 0;
}
.post .more-link {
	display: block;
	margin: 0 auto;
	background: url(../images/sp_more_btn.png) no-repeat center top;
	background-size: 300px auto;
	width: 300px;
	height: 0;
	margin: 20px auto;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#side {
	margin: 0 0 60px 0;
}
.sideinner {
	padding: 0 10px;
	text-align: left;
}
#side .sidetitle {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
	background: url(../images/sp_title_bg.png) no-repeat left bottom;
	background-size: auto 15px;
	margin: 0 0 15px 0;
}
#side .archive {
	margin: 0 0 30px 0;
	font-size: 14px;
}
#side .archive .archivelist .archivetop a {
	display: block;
	background: url(../images/side_arrow_close.png) no-repeat 0 3px;
	background-size: 8px auto;
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop.open a {
	background: url(../images/side_arrow_open.png) no-repeat 0 3px;
	background-size: 8px auto;
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
}
#side .archive .archivelist .archivetop .archive_sub a {
	background: none;
	padding: 0;
	margin: 0 0 10px 20px;
}
#side .search {
	margin: 0 0 30px 0;
}
#side .search .searchbox {
	background: #e1e1e1;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3) inset;
}
#side .search input[type="text"] {
	display: block;
	float: left;
	background: none;
	border: none;
	width: 84%;
	height: 40px;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
}
#side .search input[type="button"] {
	display: block;
	float: right;
	border: none;
	width: 16%;
	height: 0;
	padding: 40px 0 0 0;
	overflow: hidden;
	background: url(../images/search_icon.png) no-repeat center center;
	background-size: 17px auto;
	vertical-align: top;
}
.link {
	margin: 0 0 30px 0;
}
.linklist li {
	text-align: center;
}
.linklist li:last-child {
	margin: 0;
}
#side .twitter {
	max-width: 340px;
	margin: 0 auto;
}
#footer {
	background: #303030;
}
.footinner {
	margin: 0 auto;
	position: relative;
	background: url(../images/footer_bg.png) no-repeat center top;
	background-size: auto 7px;
	color: #fff;
	padding: 30px 0 10px;
	font-size: 12px;
	text-align: center;
}
#footer .footnav {
	margin: 0 0 15px 0;
}
#footer a {
	color: #fff;
}
#twitter-widget-0 {
	width: 100%!important;
}
#pageTop {
	display: none!important;
}

}
