
@charset "UTF-8";
/*
Theme Name: 「文化の道」ものがたり街道 
Theme URI: http://www.bunkanomichi.com
Description: 「文化の道」ものがたり街道 
Version: 1.1
Author: 「文化の道」ものがたり街道 
Author URI: http://www.bunkanomichi.com
*/

* { margin: 0; padding: 0; background-position: center center; }
li {list-style:none;}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:visited { text-decoration:none; color:#FFFFFF;}
a,
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


a:hover,
a:hover img,
.top_content a:hover h3,
.top_content a:hover p,
.book_index a:hover h3,
.book_index a:hover p,
.book_index a:hover span { 
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
}


.fullSlideShow a h2,
.fullSlideShow a h3,
.fullSlideShow a span {
	color: #fff;
}

.fullSlideShow a:hover h2,
.fullSlideShow a:hover h3,
.fullSlideShow a:hover span {
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
}

.fullSlideShow ul li a:hover img { 
	opacity: 0.97;
	filter: alpha(opacity=97);
	z-index: 1;
}


html {
	height: 100%;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	background: #deb545;
	color: #4b5854;
	font-size:14px;
	line-height:2;
	margin: auto;
	text-align: center;
	letter-spacing: 0.08em;
	height: 100%;
	overflow-x: hidden;
	}

/*bordeer*/
 
#border_top {
	background-color: #fff;
	height: 15px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
#border_right {
	background-color: #fff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 15px;
	z-index: 999999;
}
#border_left {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 15px;
	z-index: 999999;
}
#border_bottom {
	background-color: #fff;
	bottom: 0;
	height: 15px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}

/*ベース*/

*::selection {
	background: #333333;
	color: #fff;
}
*::-moz-selection {
	background: #333333;
	color: #fff;
}

.top_about h2::selection,
.top_about p::selection {
	background: #fff;
	color: #333333;
}

.top_about h2::-moz-selection,
.top_about p::-moz-selection, {
	background: #fff;
	color: #333333;
}

img{
	border:0;
	}

nav ul li a, h1, h2, h3, h4, p {
	text-align: justify;
}

nav ul li a, h1, h2, h3, h4, .btn{
	font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho Pro W3", "ヒラギノ明朝 Pro W3", serif ;
	letter-spacing: 0.04em;
	line-height: 1.6; 
	font-size: 100%;
	font-weight: normal;
	}

.top_main h2,
.top_main h3,
.book_title h2,
.book_title h3 {
	font-family: "A1 Mincho", "A1明朝", serif ;
	letter-spacing: 0;
}

h3 {
	font-size: 143%;
	margin-bottom: 8px;
}

.lora {
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
}

.arrow {
	background: url(../images/common/arrow.png) no-repeat right center;
	background-size: 5px 9px;
	padding-right: 12px;
}

.arrow_black {
	background: url(../images/common/arrow_black.png) no-repeat right center;
	background-size: 5px 9px;
	text-align: right;
	display: block;
	margin-top: 10px;
}

a.btn,
.btn {
	display: block;
	background: url(../images/common/bg_btn.png) no-repeat right center;
	background-size: 62px 62px;
	width: 62px;
	height: 62px;
	color: #fff;
	margin: 0 auto;
	font-size: 86%;
	line-height: 62px;
	padding-top: 4px;
	letter-spacing: 0.1em;
}

/*a.btn,
.btn {
	display: block;
	background: #000;
	width: 62px;
	height: 62px;
	color: #fff;
	margin: 0 auto;
	font-size: 86%;
	line-height: 62px;
	padding-top: 2px;
	letter-spacing: 0.1em;
	border-radius: 62px;
	box-sizing: border-box;
}*/


table {
	border-collapse: collapse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_br_only {
	display: none;
}

/*ローディング*/

#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #deb545;
    background-repeat : no-repeat;
    background-position : 50%;
		background-image : url(../images/common/load.gif ) ;
		background-size: 300px;
    background-repeat : no-repeat;
    background-position : 50%;
    z-index: 100000;

}

.loadingWrap{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:999999;
	background: url(../images/common/bg3.png) center center #762e3b;
	background-size: cover;
}

.loadingWrapCover {
	width: 100%;
	height: 100%;
	background: #a6beba;
	z-index:99998;
	position: fixed;
	top: 0;
	left: 0;
}

.loadingWrapCover img,
.loadingWrap img{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 50%; 
	margin-bottom: -25px;
}

.loadingWrap_sub{
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99998;
	background: #fff;
	background-size: cover;
	background-size: cover;
}

.loadingWrap_sub img {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 50%; 
	margin-bottom: -25px;
}

/*フッター*/

.footer {
	background: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 56px;
	padding-left: 0;
}

.footer p {
	text-align: center;
	font-size: 72%;
	margin-top: 30px;
	color: #CCCCCC;
	background-color: #000;
	padding: 10px;
	width: 100%;
}

.footer img {
	display: block;
	margin: 15px auto 0 auto;
}

/*ヘッダー*/
/*

#header {
	opacity: 0;

}

#mainscroll {
	opacity: 0;


}

.fullSlideShow ul li:first-child #top_caption {
	opacity: 0;

}

.pagiNation {
	opacity: 0;

}

*/

.header {
	padding: 40px 50px 70px 50px;
}

.header h1 {
	float: left;
	width: 210px;
	margin-top: 8px;
}

.header .navi {
	float: right;
	text-align: right;
}

.header .navi ul {
	text-align: right;
}

.header .navi ul.navi_main {
	margin: 0;
}

.header .navi ul.navi_sub {
	margin: -10px 0 0 0;
}

.header .navi ul li {
	display: inline-block;
	background: url(../images/common/border_navi.png) no-repeat left center;
}


.header .navi ul li:first-child {
	background: none;
}

.header .navi ul.navi_main li {
	padding-left: 16px;
	background-size: 9px 14px; 
	font-size: 129%;
	margin-left: 2px;
}

.header .navi ul.navi_sub li {
	padding-left: 13px;
	background-size: 7px 11px; 
	margin-left: 2px;
}

.header .navi ul li a {
	color: #4b5854;
}

.navi #toggle {
	display: none;
}

.home .header #menu a {
	color: #fff;	
}
.home .header #menu {
	display: none;
	position: relative;
}
/*下層ページ*/

body {
	background-attachment: fixed;
	background-image: url(../images/common/bg.gif);
}

.page-template-bookstore-php {
	background:url(../images/common/bg2.gif); background-attachment: fixed;
}

.page-template-contact-php {
	background:url(../images/common/bg3.png); background-attachment: fixed;
}

.page_title {
	text-align: center;
	margin: 0 0 40px 0;
}

.page_title img {
	height: 40px;
	width: auto;
}

.sub_page {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.sub_page_center,
.sub_page_center p {
	text-align: center;
}

.lead {
	font-size: 115%;
	margin-bottom: 50px;
}





/*------------------------------------------------------------

	トップページ
	
------------------------------------------------------------*/


.home .navi_main a,
.home .navi_sub a {
	color: #252c2a;
	margin-left: 5px;
}


.home .navi_main {
	font-size: 129%;
	margin: 25px 0 0 0;
}

.home .navi_main li {
	margin-bottom: 4px;
}

.home .navi_sub {
	margin: 15px 0 0 0;
}

.home .navi_sub li {
	margin-bottom: 5px;
}

.top_main {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
}

.home .header {
	position: fixed;
	bottom: 40px;
	left: 55px;
	z-index: 999;
	padding: 0;
}

.home .header h1 {
	float: none;
}

.home .header h1 .logo_black {
	display: none;
}

.header .navi {
	float: none;
}

.home .header li {
	float: none;
}

.home .header ul {
	float: none;
	text-align: left;
}

.top_main .btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	text-align: center;
	z-index: 500;
}


.home .top_content h2 {
	margin: 0 0 20px 0;
	text-align: center;
}
.home .top_content .attachment-medium img{
	width: 50%;
	margin: 0 auto;
}

.home .top_content {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 80px 0;
	z-index: 999;
}

.top_book {
	background:url(../images/common/bg.gif) #e7eeed; background-attachment: fixed;
}

.top_note {
	background:url(../images/common/bg2.gif) #e7eeed; background-attachment: fixed;

}

.top_about {
	background:url(../images/common/bg3.png) 0 -100px; background-attachment: fixed;
}

.top_book_list {
	width: 820px;
	margin: 10px auto 10px auto;
}

.top_book_list p,
.top_book_list h3{
	text-align: center;
	}
.top_book ul {
	margin: 0 -21px 0 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.top_book ul li {
	position: relative;
	text-align: center;
	width: 400px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 0;
	margin-right: 19px;
	margin-bottom: 30px;
	margin-left: 0;
}

.top_book ul li img {
	width: 350px;
	height: auto;
}

.top_book_list .arrow {
	position: absolute;
	top:200px;
	left:286px;
	font-size: 86%;
	color: #fff;
}

.top_book_list ul li p span {
	display: block;
	font-size: 86%;
	margin-top: 5px;
}

.top_book ul li img:first-child {
	margin-bottom: 10px;
}


.top_note_list {
	width: 720px;
	margin: 0 auto;
}

.top_note ul {
	margin: 0 -51px 0 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.top_note ul li {
	position: relative;
	text-align: left;
	width: 340px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 0;
	margin-right: 43px;
	margin-bottom: 50px;
	margin-left: 0;
	letter-spacing:0.3px;
}

.top_note ul li h3 {
	margin-top: 6px;
	text-align: left;
}

.top_note ul li span {
	font-size: 72%;
	color: #fff;
	padding: 1px 4px;
	background:url(../images/common/bg_note_date.png);
	background-size: 58px 14px;
}

.top_about p {
	text-align: center;
	color: #fff;
}

.top_about p.about_access {
	background: url(../images/top/icon_about.png) no-repeat center top;
	background-size: 30px 37px;
	margin-top:26px;
	padding-top: 66px;
	font-size: 86%;
}


/*------------------------------------------------------------

	ブック
	
------------------------------------------------------------*/

.book_index {
	overflow: auto;
	margin: 0 0 50px 0;
}

.book_index img {
	display: block;
	float: none;
}

.book_index_list img {
	width: 240px;
	height: auto;
}

.book_index_list img:first-child {
	width: 480px;
	height: auto;
}


.book_index img:first-child {
	float: left;
}

.book_index .left {
	margin: 20px 0 0 0;
}


.book_index .right {
	margin: 52px 0 0 0;
}

.book_main {
	width: 980px;
	height: 540px;
	margin: 0 auto;
	overflow: hidden;
}

.book_main img {
	width: 980px;
	height: auto;
	margin-top: -56px;
}


.book_title h2 {
	font-size: 280%;
	text-align: center;
	line-height: 1.5;
	margin: 50px 0 10px 0;
}

.book_title h3 {
	font-size: 172%;
	text-align: center;
	margin-bottom: 25px;
}

.book_title p {
	font-size: 115%;
}

.book_title p.bookdata {
	font-size:86%;
	text-align: center;
	margin-bottom: 25px;
}

.book_title p.profile {
	font-size: 100%;
	margin: 30px 0 0 0;
}

.book_title .btn {
	margin: 30px auto 50px auto;
}

.book_ph_b img {
	width: 720px;
	height: auto;
	margin: 0 0 30px 0;
}

.book_ph_s img {
	width: 360px;
	height: auto;
	margin: 0 0 30px 0;
}

.link_back {
	margin: 30px 0 0 0;
	display: block;
}

.single-book a.btn,
.single-book .btn {

	padding-top: 2px;

}

/*------------------------------------------------------------

	その他のご依頼
	
------------------------------------------------------------*/

.other_index {
	width: 765px;
	margin-left: -5px;
	text-align: left;

}

.other_index div {
	width: 220px;
	text-align: left;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 40px;
	vertical-align: top;
}

.other_index h3 {
	text-align: left;
}

.other_index p {
	text-align: left;
}

.other_index img {
	width: 220px;
	height: 220px;
	margin-bottom: 12px;
}

.other_index a {
	text-align: right;
	display: block;
	margin-top: 10px;
}

/*------------------------------------------------------------

	ノート
	
------------------------------------------------------------*/

.note_index {
	border-bottom: 1px solid #bbc2c0;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.note_index h3 {
	font-size: 172%;
	margin: 8px 0 16px 0;
}

.note_index p {
	font-size: 115%;
}

.note_index img {
	max-width: 640px;
	height: auto;
	margin: 30px 0;
}

.note_index span.right {
	line-height: 1.3;
}

.note_index span.lora {
	display: block;
	float: left;
	font-size: 86%;
	color: #fff;
	padding: 3px 4px 1px 4px;
	background:url(../images/common/bg_note_date.png);
	background-size: 58px 14px;
	line-height: 1.3;
}

.nextBack {
	float: right;
}

.nextBack span a {
	display: inline-block;
	width: 20px;
	height: 40px;
	text-indent: -9999px;
}

.nextBack span.nav-previous a {
	background:url(../images/note/btn_note_back.png) no-repeat;
	background-size: 20px 40px;
}

.nextBack span.nav-next a {
	background:url(../images/note/btn_note_next.png) no-repeat;
	background-size: 20px 40px;
	margin-left: 30px;
}

.note_data {
	width: 620px;
	text-align: left;
}

.note_data h3 {
	margin: 0;
}

.note_data ul {
	margin-bottom: 20px;
}

.note_data ul li {
	display: inline-block;
	padding-left: 13px;

	background: url(../images/common/border_navi.png) no-repeat left center;
	background-size: 7px 11px; 
	margin-left: 2px;
}

.note_data ul li:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}


/*------------------------------------------------------------

	書店の方へ
	
------------------------------------------------------------*/

.bookstore_index .icon {
	margin: -20px 0 26px 0;
}

/*------------------------------------------------------------

	お問い合わせ
	
------------------------------------------------------------*/


.lead_contact {
	font-size: 115%;
	margin-bottom: 20px;
}

.annotation {
	background: #d3dad9;
	padding: 15px;
	margin-top: 60px;
	width: 100%;
	box-sizing: border-box;
}

.annotation span {
	font-weight: bold;
	display: block;
}

.contact_form table {
	border-top: 1px solid #bbc2c0;
	text-align: left;
	width: 100%;
	margin-top: 30px;
}

.contact_form table th,
.contact_form table td {
	padding: 15px 0;
	border-bottom: 1px solid #bbc2c0;
	vertical-align: top;
}

.contact_form table th {
	width: 160px;
}

.contact_form table input,
.contact_form table textarea {
	border: 1px solid #a7b2b0;
}

.contact_form table input {
	width: 360px;
	height: 30px;
}

.contact_form table textarea {
	width: 100%;
	height: 180px;
}

.require {
	color: #882a39;
	font-size: 72%;
}

.error {
	color: #882a39;
}

#confirm-button input {
	background:url(../images/common/bg_note_date.png);
	background-size: 58px 14px;
	width: 100px;
	height: 40px;
	border: none;
	color: #fff;
	margin: 30px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}

/*==================================================================================
	
	スマホ
	
==================================================================================*/


@media screen and (max-width:768px){

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.8;
}

/*bordeer*/

#border_top,
#border_right,
#border_left,
#border_bottom {
	display: none;
}

/*ローディング*/

#js_fade {

		background-image : url(../images/common/load.gif ) ;
		background-size: 172px ;

}


.pagiNation {
	opacity: 1;
	margin-top: 0;
}

#header {
	opacity: 1;
	width: 100%;
}

.loadingWrap_sub {
	z-index: 999999;
}

.loadingWrap_sub img {
	width: 20px;
	height: auto;
	margin-left: -12px;
	margin-bottom: -12px;
}




h3 {
	font-size: 1.7rem;
}

.home .header,
.header {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:76px;
	z-index: 99999;
	background: #fff;
	padding: 25px 0 0 0;
	box-sizing: border-box;
}

.home .header h1,
.header h1 {
	margin: 0 auto;
	text-align: center;
	float: none;
	height: 40px;
	background: url(../images/common/logo.png) no-repeat center center;
	background-size:185px 40px; 
}

.home .header h1 img,
.header h1 img {
	display: none;
}

.header h1 a {
	display: block;
	width: 185px;
	height: 40px;
	margin: 0 auto;
}

.toggle {
	display: block;
	position: fixed;
	top: 22px;
	right: 10px;
	z-index: 99999;
	width: 39px;
	height: 37px;
	background-size: 39px 37px;
	background-image: url(../images/common/icon_menu.png);
	background-repeat: no-repeat;
}

#menu {
	display: none;
	position: relative;
}

.home .header #menu a {
	color: #4b5854;	
}

.toggle.active {
	background: url(../images/common/icon_close.png) no-repeat;
	background-size: 39px 37px;
}

.home .navi_main,
.navi_main {
	margin: 60px 0 0 0;
}

.header .navi ul.navi_sub{
	margin-top: 20px;
}

.navi_main li a {
	padding: 14px 0 12px 0;
	display: block;
}

.navi_sub li a {
	padding: 9px 0 9px 0;
	display: block;
}

.home .navi .navi_main li a,
.home .navi_main li a {
	display: block;
	padding: 10px 0 12px 0;
}

.home .navi .navi_sub li a,
.home .navi_sub li a {
	display: block;
	padding: 5px 0 9px 0;
}

.navi ul li {
	margin: 0;
	padding: 0;
}

.navi_main li,
.navi_sub li {
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}

.navi_main li:first-child {
	border-top: 1px solid #999;
}

.home .navi_main a,
.home .navi_sub a {
	margin-left: 0;
}

.home .navi_main li:first-child a {
	padding-top: 15px;
}

.menu_about {
	display: none;
}

#menu {
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	top:0;
	padding: 20px;
	box-sizing: border-box;
	z-index: 9999;
	overflow: scroll;
}

.footer {
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer img {
	margin: 5px 0 auto 0 auto;
}

.footer_logo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.footer_bunka {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.footer_bunka img,
.footer_logo img{
	width: 100%;
}



.top_main .btn {
	display: none;
}

.home .top_content,
.home .top_book,
.home .top_note,
.home .top_about {
	width: 100%;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}



.top_book_list {
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.top_note_list {
	width: 100%;
	margin: 0 auto;
}

.top_book_list p {
	font-size: 12px;
	text-align: center;
	
	}
.top_book_list h3{
	font-size: 14px;
	text-align: center;
	
	}
.top_book ul {
	margin: 0 0 0 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.top_note ul {
	margin: 0 0 0 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.top_book ul li {
	position: relative;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
	vertical-align: top;
	font-size: 14px;
}

.top_note ul li {
	position: relative;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin: 0 0 50px 0;
	vertical-align: top;
	font-size: 14px;
}


.home .top_content h2 {
	margin: 10px 0 10px 0;
	text-align: center;
}

.home .top_book h2 {
	margin: 10px 0 20px 0;
}

.home .top_content h2 img {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}


.home .top_book_list ul li {
	margin: 0 0 30px 0;
}

.top_book_list ul li img {
	width: 100%;
	height: auto;
}

.top_book ul li img:first-child {
	margin-bottom: 0;
}

.top_book ul li h3 {
	margin: 6px 0 0 0;
}

.top_book ul li.book_blank {
	display: none;
}


.home .top_note ul li {
	margin: 0 0 20px 0;
}

.home .top_note,
.home .top_about {
	padding-bottom: 35px;
}

.home .top_note .btn {
	margin: 0 auto 0 auto;
}

.home .top_about h2 img {
	width: auto;
	height: 80px;
	margin-bottom: 10px;
}

.home .top_about p {
	text-align: justify;
}

.home .top_about p.about_access {
	text-align: left;
}

.home .top_about p.about_access a {
	color: #fff;
}

.home .top_about p br {
	display: none;
}

.sp_br,
.sp_br_only {
	display: block !important;
}

/*下層ページ*/

.header .navi ul li {
	display: block;
	background: none;
}

.header .navi ul li:first-child {
	background: none;
}

.header .navi ul.navi_main {
	margin-top: 60px;
}

.header .navi ul.navi_main li {
	padding-left: 0;
	margin-left: 0;
}

.header .navi ul.navi_sub {
	margin-top: 10px;
}

.header .navi ul.navi_sub li {
	padding-left: 0;
	margin-left: 0;
}

.header .navi ul.navi_main li {
	font-size: 129%;
}


.header .navi ul li a {
	color: #000;
}

.sub_page {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.page_title {
	margin: 0 0 25px 0;
	background: #cad9d5;
	padding: 10px 0;
	width: 100%;
}

.page_title img {
	margin: 80px 0 0 0;
	height: 24px;
	width: auto;
}

.sub_page_center,
.sub_page_center p {
	text-align: left;
}

.lead {
	font-size: 1.4rem;
	margin-bottom: 30px;
	margin-top: -5px;
}


/*------------------------------------------------------------

	book
	
------------------------------------------------------------*/

.book_index {
	margin: 0 0 0 0;
}

.book_index_list a img {
	width: 100%;
	height: auto;
	display: none;
}

.book_index_list a img:first-child {
	width: 100%;
	height: auto;
	display: block;
}

.book_index .left {
	width: 100%;
	margin-top: 10px;	
}

.book_index h3 {
	margin-bottom: 5px;
}

.book_index .right {
	margin-top: 0;
}

.top_book_list .arrow {

	top:196px;
	left:278px;

}


.book_index .btn {


	background: url(../images/common/arrow_black.png) no-repeat right center;
	background-size: 5px 9px;
	color: #4b5854;
	text-align: right;
	display: block;
	margin-top: -10px;
	padding: 0 12px 0 0;
}

.book_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 75px;
}

.book_main img {
	width: 140%;
	margin: 0 0 0 -20%;
	height: auto;
}

.book_title h2 {
	font-size: 2.8rem;
	line-height: 1.4;
	margin: 20px 0 5px 0;
}

.book_title h3 {
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}

.book_title p {
	font-size: 1.4rem;
}

.book_title p.profile {
	font-size: 1.2rem;
}


.book_ph_b img,
.book_ph_s img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0 ;
}

.link_back {
	margin: 20px 0 40px 0;
}


/*------------------------------------------------------------

	その他のご依頼
	
------------------------------------------------------------*/

.other_index {
	width: 100%;
	margin-left: 0;
}

.other_index div {
	width: 100%;
	display: block;
	margin-right: 0;
	margin-bottom: 30px;
}

.other_index img {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}

.other_index p,
.other_index h3 {
	text-align: left;
}

/*------------------------------------------------------------

	ノート
	
------------------------------------------------------------*/
#pamf{
	width: 100%;
	
	}
.note_index h3 {
	font-size: 1.8rem;
}

.note_index p {
	font-size: 1.4rem;
}

.note_index img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}

.nextBack {
	float: none;
	margin-top: -20px;
}


.note_data {
	width: 100%;
	margin-top: 30px;
}


/*------------------------------------------------------------

	お問い合わせ
	
------------------------------------------------------------*/

.contact_index br {
	display: none;
}

.contact_index p span {
	display: block;
}

.contact_form {
	padding: 0;
	width: 100%;
}


table input,
table textarea {
	font-size: 1.6rem;
}

.contact_form table th,
.contact_form table td {
	display: block;
}



.contact_form table th {
	border: none;
	padding-bottom: 0;
}

.contact_form table td {
	padding-top: 5px;
}


.contact_form table input {
	width: 100%;
}


#confirm-button {
	width: 100%;
	text-align: center;
}

.annotation {
	margin-bottom: 30px;
}
#menu_pc{
	display: none;
}

.footer p {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}
}
#immunity .st_immunity img{
	width: 559px;
	
	}
.bar_bunka{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.bar_bunka img{
	width: 100%;
}
@media screen and (min-width:769px) and ( max-width:1920px){
.logo_white{
	width: 80%;
	
	}
	.bunka_right{
	float: left;
	margin-right: 20px;
	}
	.bunka_left{
	float: left;
	margin-right: 0px;
	}
.bar_bunka{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
}
.bunka_right p,
.bunka_left p{
	line-height: 120%;
}
.bunka_right h3,
.bunka_left h3{
	line-height: 110%;
}
@media screen and (max-width:768px){
#immunity .st_immunity img{
	width: 90%;
	
	}
	
.home .top_content .attachment-medium img{
	width: 100%;
	margin: 0 auto;
}
.home .top_book_list ul li {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}
#immunity h4{
	text-align: center;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	}
	.en2{
	font-size: 90%;
	color: #666!important;
		}
	.en{
	font-size: 90%;
	color: #FF9!important;
		}
@media screen and (max-width:375px){
.bunka_right p,
.bunka_left p{
	line-height: 120%;
	font-size: 68%;
}
.bunka_right h3,
.bunka_left h3{
	font-size: 90%;
	line-height: 120%;
}
	.top_book_list{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
}


@media screen and (max-width:550px){
.bar_bunka{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.home .top_content .attachment-medium img{
	width: 100%;
	margin: 0 auto;
}
.home .top_book_list ul li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}



