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

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mainVisual .bg {
	position: fixed;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url("../../../images/main01.jpg") no-repeat 0 0;
	background-size: 100%;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 b {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 85%;
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#index .indexBox01 {
	margin-bottom: 1em;
}

#index .indexBox01 li {
	margin-bottom: 2.5em;
}

#index .indexBox01 li a {
	background: #f8f8f8;
	display: block;
}

#index .indexBox01 li a dl {
	display: table;
	width: 100%;
}

#index .indexBox01 li a dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 54%;
	background: #222;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4;
}

#index .indexBox01 li a dl dt span {
	display: block;
	font-family: 'Lobster', cursive;
	font-size: 1.5rem;
	font-weight: normal;
	color: #ffdd0e;
}

#index .indexBox01 li a dl dt img {
	width: 30%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}

#index .indexBox01 li a dl dt strong {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
}

#index .indexBox01 li a dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1.5em 1.5em 4em;
	position: relative;
	color: #000;
}

#index .indexBox01 li a dl dd .btn01 {
	position: absolute;
	bottom: 0;
	right: 0;
    padding: 0.5rem 3rem 0.7rem 3rem;
    background-color: #29a3dd;
    font-weight: normal;
    color: #fff;
	text-align: center;
}

/*******************************
books
*******************************/
#books {
	overflow: hidden;
	line-height: 1.6;
}

#books h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 1em;
}

#books table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin: 1em 0 2.5em;
}

#books table th,
#books table td {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.5em;
	vertical-align: top;
}

#books table th {
	background: #333;
	color: #fff;
}

#books table th.cel01 {
	background: #f8f8f8;
	width: 22%;
	text-align: left;
}

#books table th.cel02 {
	width: 30%;
}

#books table th .new {
	margin-left: 2%;
	background: #dc2520;
	border-radius: 100%;
	padding: 8px 4px;
	font-family: 'Lobster', cursive;
	font-size: 90%;
	letter-spacing: 1px;
	color: #fff;
}

.booksBox01 {
	letter-spacing: -.4em;
	margin-bottom: 1.5em;
}

.booksBox01 img {
	letter-spacing: normal;
	display: inline-block;
	width: 18%;
	margin-right: 2%;
	vertical-align: middle;
}

.booksBox01 p {
	color: #a58a43;
	letter-spacing: normal;
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

#books .txt01 {
	margin-bottom: 3em;
}

/*******************************
50th
*******************************/
.booksBox02 {
	margin-bottom: 3em;
}

.booksBox02 li {
	margin-bottom: 1.5em;
	display: table;
	width: 100%;
}

.booksBox02 dl {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	background: #f4f4f4;
}

.booksBox02 .btn01 {
	display: table-cell;
	width: 24%;
	background: #29a3dd;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.booksBox02 dl dt {
	display: table-cell;
	width: 8em;
	background: #222;
	color: #fff;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
}

.booksBox02 dl dd {
	display: table-cell;
	width: 82%;
	padding: 0.5em;
	vertical-align: middle;
	font-weight: bold;
}

.booksBox02 dl dd .txt02 {
	color: #787878;
	font-size: 85%;
	font-weight: normal;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/*******************************
50th renew
*******************************/

#main50th {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.photo_with1 {
	width: 150px;
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_r1 {
	width: 150px;
	float: right;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_236 {
	width: 236px;
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_200 {
	width: 200px;
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_r200 {
	width: 200px;
	float: right;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_r250 {
	width: 250px;
	float: right;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_250 {
	width: 250px;
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_226 {
	width: 226px;
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_r226 {
	width: 226px;
	float: right;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_r140 {
	width: 140px;
	float: right;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_flex {
	width: 200px;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_flex2 {
	width: 300px;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with_flex_double {
	width: 500px;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with25 {
	width: 400px;
	text-align: center;
}
.photo_with26 {
	width: 250px;
	text-align: center;
}
.photo_with25a {
	width: 200px;
	text-align: center;
}
.photo_with25b {
	width: 200px;
	text-align: center;
}
.photo_with25c {
	width: 250px;
	text-align: center;
}
.photo_with26a {
	width: 430px;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}
.photo_with26b {
	width: 200px;
	text-align: center;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
}



.photo_with25a p {
	text-align: left;
}
.photo_with25b p {
	text-align: left;
}
.photo_with25c p {
	text-align: left;
}

.photo_with25 p {
	text-align: left;
}
.photo_with26 p {
	text-align: left;
}
.photo_with_r1 p {
	text-align: left;
}
.photo_with_236 p {
	text-align: left;
}
.photo_with_200 p {
	text-align: left;
}
.photo_with_r200 p {
	text-align: left;
}
.photo_with_r250 p {
	text-align: left;
}
.photo_with_250 p {
	text-align: left;
}
.photo_with_226 p {
	text-align: left;
}
.photo_with_r226 p {
	text-align: left;
}
.photo_with_r140 p {
	text-align: left;
}
.photo_with_flex p {
	text-align: left;
}
.photo_with_flex2 p {
	text-align: left;
}
.photo_with_flex_double p {
	text-align: left;
}
.photo_with1 p{
	text-align: left;
}
.photo_with2 p{
	text-align: left;
}
.photoflex26a p {
	text-align: left;
}

#message p:first-child {
	padding:5px 1rem;
	text-indent: 0rem;
	background-color: #000;
	color:#FFF;
}
#message {
	margin-bottom: 40px;
}
#message:after {
	content: "";
    clear: both;
    display: block;
}
h3 {
	font-weight: 700;
}
table td {
	text-indent: 1rem;
}
.photoflex {
	display: flex;
	justify-content: space-between;
	
}
.photoflex2 {
	display: flex;
	justify-content: space-around;
	
}
.photo001 {
	display: flex;
	justify-content: space-between;
	border: 1px solid #000;
	margin: 0px auto;
	padding: 10px;
	width: 670px;
	text-align: center;
}
.photo25_bottom {
	display: flex;
	justify-content: space-around;
	border: 1px solid #000;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
.photoflex {
	display: flex;
	justify-content: space-around;
	
}
.photoflex26a {
	display: flex;
	justify-content: space-around;
	
}