@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  使用カラー

パープル purple
#9b72b0
rgb(155,114,176)

チェリーピンク cherry pink
#eb6ea0
rgb(235,110,160)

アザレ azalee
#d83473
rgb(216,52,115)

サフランイエロー saffron yellow
#fac559
rgb(250,197,89)

マリーゴールド marigold
#f39800
rgb(243,152,0)

ナイルブルー nile blue
#2cb4ad
rgb(44,180,173)

アイボリー ivory
#f8f4e6
rgb(248,244,230)

ミルキーホワイト milky white
#fffff9
rgb(255,255,249)

チャコールグレイ charcoal gray
#4e454a
rgb(78,69,74)

#977a5e
rgb(151,122,94)

 ================================================*/



/*================================================
 *  一般・共通設定
 ================================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size:18px;
	color:#4e454a;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height:1.7;
	height: 100%;
	background-color: #f8f4e6;
}

body:after {  
	content: '';/*ボックス作成*/
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url(../images/background.png);
	background-position: top center;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	height:100%;
	box-shadow: 0px 0px 10px 2px #999 ;
}
@media screen and (min-width:768px) {
	#contents:before {
		position:absolute;
		top:0;
		left:0;
		width:240px;
		height:100%;
		content: '';
	}
}

#main {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding:30px 50px 0px 50px;
	background:rgba(248,244,230,0.7);/*#f8f4e6*/
	height:100%;
	min-height:100vh;
}

#sub {
	overflow:hidden;
	position:fixed;
	box-sizing: border-box;
	width:240px;
	height:100%;
	background:rgba(235,110,160,0.8);/*#eb6ea0*/
	z-index: 20;
	font-size:15px;
	box-shadow: 0px 0px 5px 1px #4e454a ;
}

h1	{
	position: relative;
	text-align:center;
	color: #4e454a/*#fffff9*/;
    font-size:32px;
	font-weight: bold;
	padding: 20px 90px 20px 90px;
	line-height: 1.2em;
	z-index: 10;
	text-shadow: 1px 1px 10px #fffff9, -1px 1px 10px #fffff9, 1px -1px 10px #fffff9, -1px -1px 10px #fffff9;
	background-color: rgba(255,255,249,0.8);
	box-shadow: 0px 0px 20px rgba(151,122,94,0.5) inset;
	border: double 6px #977a5e; 
}
h1:before {  
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/deco/deco_h1_01.png");
	background-position: left center;
	background-size: auto 90% ;
	background-repeat: no-repeat;
}
h1:after {  
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/deco/deco_h1_02.png");
	background-position: right center;
	background-size: auto 90% ;
	background-repeat: no-repeat;
}
h1 > span {
	font-weight: bold;
	}

h2 {
	position: relative;
	font-size:24px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 5px 10px; 
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	background-color: #4e454a;
	text-shadow: 1px 1px 3px #333, -1px 1px 3px #333, 1px -1px 3px #333, -1px -1px 3px #333;
	border: solid 3px #977a5e; 
	border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; 
	background-image:url("../images/deco/deco_h2.png");
	background-position: center center;
	background-size: 95% auto;
	background-repeat: no-repeat;
	clear: both ;
	text-decoration: none;
}
h2 img {
	height:25px;
	padding:0px;
	margin:2px 5px ;
	vertical-align: middle;
}
h2 > span {
	font-weight: bold;
	}

h3 {
	position: relative;
	font-size:22px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 10px 8px 0px; 
	margin-top:1em;
	margin-bottom:0.5em;
	text-align: left;
	vertical-align: middle;
	color:#866629;
	background-image:url("../images/deco/deco_h3.png");
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	clear: both ;
	text-decoration: none;
}
h3 img {
	height:25px;
	padding:0px;
	margin:0px 5px ;
	vertical-align: middle;
}

h4 {	
	font-size:20px;
	clear: both ;
	color:#977a5e;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0px 0px 0px; 
	margin-top:1em;
	margin-bottom:0.5em;
	border-bottom: 2px dotted #977a5e;
}
h4 img {
	height:32px;
	vertical-align:middle;
	padding:0px 2px 0px 0px;
}

h5 {	
	font-size:18px;
	clear: both ;
	color:#2cb4ad;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px 0px 0px 15px; 
	text-align: left;
	margin-top:1em;
	margin-bottom:0.5em;
	background-image:url("../images/deco/deco_h5.png");
	background-position: left center;
	background-size: auto 12px ;
	background-repeat: no-repeat;
}

.kakomi_h5 {
	padding: 10px;
	border: solid 1px #4e454a;
	background-color: #fffff9;
	width: auto;
}

section{
	overflow: hidden;
	margin-bottom:1em;
	clear: both ;
}
a {
	color:#d83473;
}
a:hover {
	color:#866629;
}
p {
	margin:0 0 1em 0;
}
p img{
	height:20px;
	margin:5px;
}
img {
	vertical-align:middle;
}
/*img.frame {
	border:1px solid #eb6ea0;
	background-color: rgba(0,0,0,0.5);
}*/

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
li {
	margin-left:2em;
}

.before { /*スマホヘッダー固定用の空白*/
	padding-top: 20px; 
	margin-top: -20px;
}

/*================================================
 *  表
 ================================================*/
table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 2px #4e454a;
}
th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding:4px 10px;
	background: rgba(250,197,89,0.7);
}
td {
	text-align:left;
	font-size:18px;
	color:#4e454a;
	padding:2px 10px;
	background: rgba(255,255,249,0.3);/*#fffff9*/
}
th img {
	height:25px;
	vertical-align:middle;
	margin:5px;
}
td img {
	height:25px;
	vertical-align:middle;
	margin:5px;
}
th,td {
  	border: solid 1px #4e454a;
	vertical-align: middle; 
}

.table_set {
  	margin:0px;
	padding:0px;
	border: none;
	background: none;
}
.table_set_left {
  	margin:0px;
	padding:0px 5px 0px 0px;
	border: none;
	vertical-align: top;
	background: none;
}
.table_set_right {
  	margin:0px;
	padding:0px 0px 0px 5px;
	border: none;
	vertical-align: top;
	background: none;
}
.th_01 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding:4px 10px;
	background: rgba(250,197,89,0.8);
}
.th_02 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding:2px 10px;
	background: rgba(250,197,89,0.4);
}
.th_03 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding:2px 10px;
	background: rgba(250,197,89,0.2);
}


/*================================================
 *  表（ボタン）
 ================================================*/
.table_btn {
	
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 2px #4e454a;
	table-layout: fixed;
	line-height: 1.2;
}
.table_btn th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding: 5px 2px;
	background: rgba(44,180,173,0.6);
}
th>span {
	text-align:center;
	font-weight:bold;
}
.table_btn td {
	text-align:center;
	font-size:18px;
	color:#4e454a;
	padding:2px;
	background: rgba(255,255,249,0.3);/*#fffff9*/
	font-weight:bold;
}
.table_btn td img {
	height:25px;
	vertical-align:middle;
	margin:2px;
}

/*================================================
 * index（top）ページ用
 ================================================*/

#topmain {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding: 0px;
	background:rgba(248,244,230,0.7);/*#f8f4e6*/
	height:100%;
	min-height:100vh;
}
.topimg {
    width: 100%;
    height: auto;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
	left: 35%;
    bottom: 30px;
	width:30%;
}
.absolute_01 {
    position: absolute;
	right: 30px;
    bottom: -15px;
	width:38%;
}
.absolute_02 {
    position: absolute;
	left: 30px;
    bottom: -15px;
	width:38%;
}
.topcopy {
	font-size:13px;
	text-align: justify;
	padding: 0px 50px;
}
.topcopy img {
	height: 15px;
}
.topics {
  	text-align: center;
	padding: 0px 10px;
	border: solid 1px #4e454a;
	background-color: #fffff9;
	margin: 20px 50px;
  }
.top_cap{
	display: inline-block;
	width: 28%;
	margin: 0px 2%;
	vertical-align: top;
}
.top_cap img{
	width:100%;
	margin-bottom: 5px;
}
.top_cap img:hover{
	box-shadow: 0px 0px 10px 2px #eb6ea0;
}
.top_cap span{
	color: #eb6ea0;
	font-size:16px;
	font-weight:bold;
	line-height: 1em;
}
.top_cap span:hover{
	color:#977a5e;
}	
.top_cap p{
	color: #4e454a;
	font-size:14px;
    text-decoration: none;
	text-align: justify;
}
.top_cap p:hover{
	color:#977a5e;
}	
.top_cap a{
	text-decoration: none;
}	


/*================================================
 *  囲み
 ================================================*/

.kakomi {
  	text-align: center;
	padding: 20px;
	border: solid 1px #4e454a;
	background-color: #fffff9;
  }
.kakomi_nai {
	clear: both;
	padding: 10px;
	background: radial-gradient(rgba(250,197,89,0.5), rgba(250,197,89,0));
  }
.kakomi table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 0px #4e454a;
}
.kakomi th {
	text-align:justify;
	padding:0px;
	width:30%;
	border: solid 0px #4e454a;
	font-weight: normal;
	background: rgba(250,197,89,0);
	line-height: 1.2;
}
.kakomi td {
	text-align:center;
	padding:0px 10px;
	width:20%;
	border: solid 0px #4e454a;
}
.kakomi td img {
	width: 100%;
	height: auto;
}
.kakomi_cap{
	display: inline-block;
	width: 45%;
	margin: 10px;
	background: linear-gradient(to left,rgba(250,197,89,0), rgba(243,152,0,1),rgba(250,197,89,0));
}
.kakomi_cap img{
	width:100%;
}
.kakomi_cap span{
	color: #f8f4e6;
	font-size:16px;
	font-weight:bold;
	line-height: 1em;
	text-shadow: 1px 1px 5px #f39800, -1px 1px 5px #f39800, 1px -1px 5px #f39800, -1px -1px 5px #f39800;
}


/*================================================
 *  ヘッダー（sub=メニューの上のロゴ、クリックでTOPページへ）
    スマートフォン非表示
 ================================================*/
header {
	position:relative;
}
.logo {
	text-align:center;
	font-size:20px;
	padding:20px;
}
.logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.logo a {
	text-decoration: none;
	color: /*#fffff9*/#4e454a;
}
.qr {
	position:relative;
	text-align:center;
	font-size:12px;
	color: /*#fffff9*/#4e454a;
}
.qr img {
	display: block;
	max-width: 40%;
	margin: 0 auto;
	padding:20px;
}

/*================================================
 *  グローバルナビゲーション（sub=メニューの中身）
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
}
nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	display:none;   /*全画面非表示*/
}
nav dt {
	margin:0;
	padding:10px 10px 10px 25px;
	color:#4e454a;
	font-weight: bold; 
	cursor:pointer;
	border-bottom:solid 1px #eb6ea0;
	border-top:solid 1px #eb6ea0;
	background: rgba(248,244,230,0.5);
	background-repeat: no-repeat;
	background-position: 95%;
}
nav dt:hover {
	color:#4e454a;
	font-weight: bold; 
	background: linear-gradient(rgba(216,52,115,0.8), rgba(235,110,160,1),rgba(216,52,115,0.8));/*#ff4500rgb(255,69,0)*/
}
nav ul{
	margin:0;
	padding:0;
	display: none;
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
	background:#4e454a;
}
nav li a {
	display:block;
	padding:3px 5px 3px 25px;
	color:#fffff9;
	text-decoration:none;
	font-size: 14px;
}
nav li a:hover {
	color:#d83473;
	transition:all 0.2s ease 0s;
	background-image:url("../images/deco/deco_nav.png");
	background-position: left 5px center;
	background-size: auto 20px ;
	background-repeat: no-repeat;
}
nav .now {
	background: #4e454a;
	transition:all 0.2s ease 0s;
}
nav .now a{
	color:#eb6ea0;
	text-decoration:none;
}


/*================================================
 *  backnextボタン
 ================================================*/


.backnext a {
	display: inline-block;
	text-decoration:none;
	text-align:center;
}
.backnext img {
	height: 30px;
	padding: 3px 3px;
	background:rgba(250,197,89,0.5);
	border: solid 2px rgba(78,69,74,0.3);
}
.backnext img:hover {
	opacity: 0.8;
}
.back {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
.next {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}


/*================================================
 *  フッター
 ================================================*/

.copy {
	padding:20px 0px 40px 0px;
	font-size:13px;
	text-align:center;
	color:#4e454a;
	clear: both;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	margin-left:820px;
	z-index: 20;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	height: 30px;
	padding: 3px 3px;
	background:rgba(44,180,173,0.5);
	border: solid 2px rgba(78,69,74,0.3);
}
.totop img:hover {
	opacity: 0.8;
}


/*================================================
 *  画像
 ================================================*/

.photo table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 0px #4e454a;
}
.photo th {
	text-align:justify;
	padding:0px;
	width:40%;
	border: solid 0px #4e454a;
	font-weight: normal;
	background: rgba(250,197,89,0);
	line-height: 1.2;
}
.photo td {
	text-align:center;
	padding:0px 5px;
	width:20%;
	border: solid 0px #4e454a;
	background: rgba(255,255,249,0);/*#fffff9*/
	line-height: 1.2;
}
.photo th img {
	width: 100%;
	height: auto;
	margin: 0;
}
.photo td img {
	width: 100%;
	height: auto;
	margin: 0;
}
.photo_em {
	width:100%;
}
.photo {
	text-align: center;
}
.photo_main_0 {
	width:100%;
}
.photo_main {
	width:80%;
}
.photo_right_cap {/*capあり */
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:1em;
}
.photo_left_cap {/*capあり */
	float: left;
	width:40%;
	margin-top: 0.5em;
	margin-right: 1em;
  	margin-bottom:1em;
}
.photo_right {
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:1em;
}
.photo_right_02 {
	float: right;
	width:30%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:1em;
}
.photo_left {
	float: left;
	width:40%;
	margin-top: 0.5em;
	margin-right: 1em;
  	margin-bottom:1em;
}
.photo_center {
	width:30%;
	margin-top: 0.5em;
	margin-right: 1em;
  	margin-bottom:1em;
}


/*================================================
 *  クラス
 ================================================*/

.clear{
	clear: both ;
}
.inline{
	display: inline-block;
}
.text_main{
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	padding:0;
	text-align: justify;
}
.text_main img {
	height:22px;
	margin:5px;
}
.cap {/*本文より小さいテキスト*/
	margin-top: 0.5em;
	font-size:17px;
	text-align: justify;
	color:#977a5e;
}
.cap img {
	height:20px;
	margin:5px;
}
.capcenter {/*h2へのリンク*/
	margin: 0px;
	font-size:17px;
	text-align:center;
}
.capcenter a {
	display: inline-block;
}
.capright {/*他ページへのリンク*/
	margin-top: 0.5em;
	font-size:17px;
	text-align:right;
	clear: both ;
}
.capright a {
	padding-left: 15px;
	/*text-decoration: none;*/
	background-image:url("../images/sankaku.png");
	background-position: left ;
	background-size:12px;
	background-repeat: no-repeat;
	margin-left: 10px;
	display: inline-block;
}
.capleft {/*一番上のcap*/
	margin-bottom: 1.5em;
	font-size:15px;
	text-align:left;
	clear: both ;
}
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #4e454a;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before{
position: absolute;
top: 0;
bottom: 1px;
margin: auto;
content: "";
vertical-align: middle;
left: 7px;
width: 7px;
height: 7px;
border-top: 1px solid #4e454a;
border-right: 1px solid #4e454a;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);	
}

.textL {
	text-align:left;
}
.textR {
	text-align:right;
}
.bold {
	font-weight:bold;
}

.red{
	color:#ea5550;
}
.blue{
	color:#007bbb;
}
.lightblue{
	color:lightblue;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1199px) {
	
	body:after {  
	content: '';/*ボックス作成*/
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url(../images/background.png);
	background-position: top center;
	background-size:  auto 100% ;
	background-repeat: no-repeat;
	}
	#contents {
	box-sizing: border-box;
	width:100%;
	}
	#main {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:30px 20px 0px 20px;
	border-right: solid 0px #eb6ea0; 
	}
	.totop {
	bottom:15px;
	right:32px;
	width: 30px;
	}
	.before { /*スマホヘッダー固定用の空白*/
	padding-top: 50px; 
	margin-top: -50px;
	}
	#topmain {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding: 0px;
	border-right: solid 0px #eb6ea0; 
	}
	.topcopy {
	padding: 0px 20px;
	}
	.topics {
	margin: 10px 20px;
  	}
	h1	{
    	font-size:28px;
	}
	h2	{
    	font-size:22px;
	}
	h3	{
    	font-size:20px;
	}
	h4	{
    	font-size:18px;
	}
	h5	{
    	font-size:18px;
	}
	.kakomi_cap img{
	margin-bottom: 2px;
	}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
		font-size:13px;
	}
	#main {
		float:none;
		width:100%;
		margin: 0 auto;
		padding:70px 10px 0px 10px;
	}
	#sub {
		position:fixed;
		top:0px;
		left:0px;
		float: left;
		width:100%;
		height: auto;
		border-right:0px solid #eb6ea0;
		border-left:0px solid #eb6ea0;
	}
	#contents {
	background-position: center top;
	background-size: 100% auto;
	}
	#contentstop {
	position:relative;
	overflow:hidden;
	margin-left:0px;
	padding-top:40px;
	}
	header {
		display:none;   /*スマートフォン非表示*/
	}
	.qr {
		display:none;   /*スマートフォン非表示*/
	}
	nav {
		display:block;
		position:relative;
		width:100%;
		background:rgba(235,110,160,0.7);
	}
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
		display:block;
		cursor:pointer;
		margin-bottom:0;
		margin-top:0;
		padding:13px 40px 13px 10px;
		background:/*#eb6ea0*/#eb6ea0;
		border-top:none;
		border-left:none;
		border-right:none;
		border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; 
		font-size:13px;	
		text-align: left;
		line-height:1.2;
	}
	nav h3 a { 
		text-decoration: none;
		color: #4e454a/*#f8f4e6*/;
		text-shadow: none;
		}
	nav h3 a >span {
	font-weight:bold;
	}
	nav h3 a:hover { 
		background:none;
		color: #f8f4e6;
		text-shadow: none;
		}
	nav h3:before {  
	display:none; 
	}
	nav h3:after {  
	display:none; 
	}
	dl {
		margin:0px;
	}
	#navBtn {
		display:inline-block;
		position:absolute;
		top:5px;
		right:5px;
		width:30px;
		height:30px;
		background:#d83473;
		border:1px solid #f8f4e6;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f8f4e6;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f8f4e6;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	h1	{
    	font-size:20px;
		padding: 20px 50px 20px 50px;
	}
	h2	{
    	font-size:17px;
	}
	h2 img {
		height:20px;
	}
	h3	{
    	font-size:14px;
	}
	h3 img {
		height:20px;
	}
	h4	{
    	font-size:13px;
	}
	h4 img {
		height:24px;
	}
	h5	{
    	font-size:13px;
	}
	.photo_main {
	width:90%;
	}
	.photo_right {
	width:90%;
	float:none;
	margin: 0 auto;
	}
	.photo_left {
	width:90%;
	float:none;
	margin: 0 auto;
	}
	.photo_center {
	width:50%;
	float:none;
	margin: 0 auto;
	}
	.photo_right_02 {
	width:50%;
	}
	.totop {
	bottom:15px;
	right:15px;
	}
	.totop img {
	height: 25px;
	}
	.backnext img {
	height: 25px;
	}
	.copy {
	font-size:11px;
	}
	.cap {
	font-size:12px;
	}
	.cap img {
	height:15px;
	}
	.capcenter {
	font-size:12px;
	}
	.capcenter a {
	font-size:12px;
	}
	.capright {
	font-size:12px;
	}
	.capleft {
	font-size:12px;
	}
	.arrow{
	font-size: 12px;
	}
	.capblue{
	font-size:12px;
	}
	.capblue img {
	height:15px;
	}
	th,td {
	font-size:13px;
	padding:1px 5px;
	}
	th img {
	height:20px;
	}
	td img {
	height:20px;
	}
	.th_01 {
	font-size:13px;
	padding:1px 5px;
	}
	.th_02 {
	font-size:13px;
	padding:1px 5px;
	}
	.th_03 {
	font-size:13px;
	padding:1px 5px;
	}
	.table_btn th {
	font-size:13px;
	}
	.table_btn td {
	font-size:13px;
	line-height: 1.5;
	padding-top: 4px;
	}
	.table_btn td img {
	height:20px;
	}
	.text_main img {
	height:15px;
	}
	
	#topmain {
	float:none;
	width:100%;
	margin: 0 auto;
	padding:40px 0px 0px 0px;
	}
	.topcopy {
	font-size:11px;
	padding: 0px 10px;
	}
	.topcopy img {
	height: 12px;
	}
	.topics {
	margin: 10px 10px;
  	}
	.top_cap{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	}
	.top_cap img{
	width:50%;
	margin: 0px;
	}
	.top_cap span{
	font-size:12px;	
	}
	.top_cap p{
	width:46%;
	display:inline-block;
 	vertical-align:middle;
	text-align: left;
	font-size:11px;	
	margin-left: 10px;
	}
	
	.kakomi {
	padding: 10px;
  	}
	.kakomi_cap {
	margin: 5px;
  	}
	.kakomi_cap span{
	font-size:14px;
	}
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:430px) {
	
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:12px;	
	}
	h1	{
	font-size:19px;
	padding: 10px 40px 10px 40px;
	}
	h1:before {  
	background-size: auto 70% ;
	}
	h1:after {  
	background-size: auto 70% ;
	}
	h2	{
	font-size:16px;
	}
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小、改行あり)
 ================================================*/
@media screen and (max-width:400px) {
	
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:12px;	
	padding:6.5px 55px 6.5px 10px;
	}
	th,td {
	font-size:12px;
	}
	.th_01 {
	font-size:12px;
	}
	.th_02 {
	font-size:12px;
	}
	.th_03 {
	font-size:12px;
	}
	th img {
	height:18px;
	}
	td img {
	height:18px;
	}
}
