@charset "utf-8";

/* リセット */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  zoom:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}

.cf:after {
  clear:both;
}
a{
  display:block;
  width:100%;
  height:100%;
}

.cl-left {
	clear:left;
}
.cl-both {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom:1;
}
/* 朝倉HP設定 */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height:160%;
	color:#333;
}
body p {
	margin-bottom:24px;
	line-height:160%;
}
body a {
	color:#333;
	text-decoration:none;
	display:inline;
}
body a:hover {
	color:#aaa;
}
body h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:140%;
}
h1 {
	font-size:48px;
	margin-bottom:8px;
}
h2 {
	font-size:32px;
	margin-bottom:8px;
}
h3 {
	font-size:24px;
	margin-bottom:8px;
}
h4 {
	font-size:18px;
	margin-bottom:8px;
}
/* header */
header {
	width:1040px;
	margin:0 auto;
	padding-top:12px;
	/* background:#f00; */
}
@media (max-width: 720px) {
	header {
		width:100%;
		display:none;
	}
}
#header-sp {
	width:100%;
	display:none;
	/* background:#f00; */
}
@media (max-width: 720px) {
	#header-sp {
		width:100%;
		margin-top:56px;
		box-sizing: border-box;
		padding:12px;
		display:block;
	}
}
header .logo {
	padding-right:8px;
	float:left;
}
header table {
	float:left;
}
header table tr td.w180 {
	width:184px;
}
header table tr td.w140 {
	width:144px;
}
header .dall {
	width:80px;
}

/*---------------------------
	バーガー
---------------------------- */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav {
	display:none;
}
.entry-title {
	text-align:center;
}
.entry-content {
	line-height:180%;
	text-align:center;
}

/* Fixed */
#top-head {
	display:none;
}
@media screen and (max-width: 720px) {
	#top-head {
		display:block;
	}
}
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,1.0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 720px) {
	#global-nav {
		display:block;
	}
	#nav-down {
		display:none;
	}
	.nav-def {
		display:none;
	}
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
    /* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: rgba(255, 255, 255, 1.0);
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		width:100%
		height:84px;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 36px;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -600px;
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
    }
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 18px;
		font-weight:bold;
		line-height:300%;
		padding:32px 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
		height:40px;
		color: #333;
		border-bottom:1px dashed #333;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #f00;
		padding: 18px 0;
		height:32px;
	}
	#nav-toggle {
		display: block;
	}
    /* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
        /* #global-nav top + #mobile-head height */
	-moz-transform: translateY(656px);
	-webkit-transform: translateY(656px);
	transform: translateY(656px);
	}
}

/* 年代のリンク */
#period {
	width:1040px;
	margin:0 auto;
	font-size:12px;
	/* background:#f00; */
	padding:16px 0;
	/* border-bottom:1px solid #888; */
}
@media (max-width: 720px) {
	#period {
		display:none;
	}
}
#period a {
	display:inline;
}
/* wrapper */
#wrapper {
	width:1200px;
	margin:0 auto;
	font-size:16px;
}
@media (max-width: 720px) {
	#wrapper {
		width:100%;
		margin:0;
		font-size:16px;
		/* background:#0ff; */
	}
}
/* content */
#wrapper .content {
	width:880px;
	padding:0px;
	background:#fff;
	float:left;
	border:1px solid #333;
}
@media (max-width: 720px) {
	#wrapper .content {
		width:98%;
		box-sizing: border-box;
		padding:0 8px;
		margin:0 auto;
		background:#fff;
		float:none;
		border:0;
	}
}
#wrapper .content .infobox {
	width:820px;
	margin:10px auto;
	padding:20px;
	background:#f0f5ff;
}
@media (max-width: 720px) {
	#wrapper .content .infobox {
		box-sizing: border-box;
		width:100%;
		padding:2%;
		/* background:#f0f5ff; */
	}
}
#wrapper .content .infobox-w {
	width:820px;
	margin:10px auto;
	padding:20px;
	background:#fff;
}
@media (max-width: 720px) {
	#wrapper .content .infobox-w {
		box-sizing: border-box;
		width:100%;
		padding:2%;
		/* background:#f0f5ff; */
	}
}
/* タイトル */
h2.title {
	font-size:24px;
	margin-bottom:32px;
	text-align:center;
	line-height:160%;
}
h2.title-left {
	font-size:32px;
	margin-bottom:32px;
	text-align:left;
	line-height:160%;
}
/* sidebar */
#wrapper .sidebar {
	width:280px;
	/* background:#0f0; */
	float:left;
	padding:10px;
}
@media (max-width: 720px) {
	#wrapper .sidebar {
		box-sizing: border-box;
		width:100%;
		/* background:#0f0; */
		float:none;
		padding:10px;
	}
}
/* コンテンツの600px */
.middle_width {
	width:600px;
	margin:0 auto;
}
@media (max-width: 720px) {
	.middle_width {
		width:96%;
		margin:0 auto;
	}
}
/* コンテンツの700px */
.middle_width2 {
	width:700px;
	margin:0 auto;
}
@media (max-width: 720px) {
	.middle_width2 {
		width:96%;
		margin:0 auto;
	}
}
/* コンテンツの500px */
.middle_width3 {
	width:500px;
	margin:0 auto;
}
@media (max-width: 720px) {
	.middle_width3 {
		width:80%;
		margin:0 auto;
	}
}
/* footer */
footer {
	width:100%;
	margin-top:16px;
	padding:16px;
	background:#acaff5;
	font-size:12px;
	text-align:center;
	line-height:160%;
}
@media (max-width: 720px) {
	footer {
		box-sizing: border-box;
		width:100%;
		margin-top:16px;
		padding:16px 2%;
		background:#acaff5;
		font-size:12px;
		text-align:center;
		line-height:160%;
	}
}
/* 過去の公園 */
table.history {
	width:100%;
	border-collapse: collapse;
	font-size:14px;
}
table.history tr.title {
	background:#94e4ae;
}
table.history tr.title td {
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:4px;
}
table.history tr.data-a {
	background:#d5e3ec;
}
table.history tr.data-b {
	background:#fff;
}
table.history td {
	padding:4px;
}

/* お問い合わせ */
#contact {
	width:400px;
	margin:0 auto;
}
@media (max-width: 720px) {
	#contact {
		width:100%;
		margin:0 auto;
	}
}
/* 角丸ボタン */
.kadomaru_btn {
	width:160px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:8px 0 10px;
	color:#fff;
	background-color:#49a9d4;
	border-radius:25px;
	margin-right:4px;
}
/*ハンバーガー*/
/*メニュー部分*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -90%; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 90%; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-90%); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}

/* Page Top */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #f44;
	font-size: 24px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	padding:5px 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* twitter用 */
.tw-box {
	/* border-top:32px #55acee solid; */
	padding:0;
	width:100%;
	height:3600px;
	overflow: scroll;"
}
@media (max-width: 720px) {
	.tw-box {
		box-sizing: border-box;
		border-top:32px #55acee solid;
		width:100%;
		margin:0 auto:
		overflow: scroll;
	}
}
.fs48 {
	font-size:48px;
}
.fs32 {
	font-size:32px;
}
@media (max-width: 720px) {
	.fs32 {
		font-size:28px;
	}
}
.fs24 {
	font-size:24px;
}
@media (max-width: 720px) {
	.fs24 {
		font-size:20px;
	}
}
.fs20 {
	font-size:20px;
}
@media (max-width: 720px) {
	.fs20 {
		font-size:18px;
	}
}
.fs18 {
	font-size:18px;
}
@media (max-width: 720px) {
	.fs18 {
		font-size:16px;
	}
}
.fs16 {
	font-size:16px;
}
.fs14 {
	font-size:14px;
}
.fs12 {
	font-size:12px;
}
.fs11 {
	font-size:11px;
}

/* 高さの調整 */
.h16 {
	height:16px;
}
.h24 {
	height:24px;
}
.h32 {
	height:32px;
}
.h48 {
	height:48px;
}
.h64 {
	height:64px;
}
.quote-p {
	font-weight:normal;
	margin-left:32px;
}
.haiyaku_table {
	width:50%;
	margin:0 auto;
}
@media (max-width: 720px) {
	.haiyaku_table {
		width:96%;
	}
}
/* 配役用のテーブル */
table.haiyaku-tbl {
	width:500px;
	margin:0 auto;
}
@media (max-width: 720px) {
	table.haiyaku-tbl {
		width:96%;
		margin:0 auto;
	}
}
table.haiyaku-tbl th {
	font-weight:bold;
	padding:4px 8px;
	border:1px #aaa solid;
	text-align:center;
	background:#ddd;
}
table.haiyaku-tbl td {
	padding:4px 8px;
	border:1px #aaa solid;
	text-align:center;
}
table.haiyaku-tbl td.comment {
	font-size:14px;
	text-align:left;
}
.box-a {
	width:500px;
	margin:0 auto;
}
@media (max-width: 720px) {
	.box-a {
		width:96%;
		margin:0 auto;
	}
}

/* 配役用のテーブル2 */
table.haiyaku-tbl2 {
	width:500px;
	margin:0 auto;
}
@media (max-width: 720px) {
	table.haiyaku-tbl2 {
		font-size:14px;
		width:100%;
		margin:0 auto;
	}
}
table.haiyaku-tbl2 th {
	font-weight:bold;
	padding:4px 8px;
	border:1px #aaa solid;
	text-align:center;
	background:#ddd;
	vertical-align:middle;
}
table.haiyaku-tbl2 td {
	padding:4px 8px;
	border:1px #aaa solid;
	text-align:center;
	vertical-align:middle;
}
table.haiyaku-tbl2 td.comment {
	width:50%;
	font-size:14px;
	text-align:left;
}
table.haiyaku-tbl2 td.info {
	padding-top:24px;
	text-align:left;
}

/* ヘッダ画像 */
.header-image-box {
    width:66%;
    margin:0 auto;
}
.header-image-box img {
    width:100%;
}
@media (max-width: 720px) {
    .header-image-box {
        width:96%;
        margin:0 auto;
    }
}

.sakurai {
    box-sizing: border-box;
    border:4px dashed #333;
    padding:20px;
    font-size:18px;
    width:880px;
}
@media (max-width: 720px) {
    .sakurai {
         width:96%;
        margin:0 auto;
    }
}

.sakurai2 {
    box-sizing: border-box;
    border:4px dashed #333;
    padding:20px;
    font-size:18px;
    width:100%;
}
@media (max-width: 720px) {
    .sakurai {
         width:96%;
        margin:0 auto;
    }
}
