@charset "UTF-8" ;

/* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	background-image: url('../images/bg.png');
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}

.mik_aki{
	margin: 0 auto ;
	display: none;
}
.newlist2{
	display: none;
}
/* ヘッダー */
#header
{
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 48.313%;
    background: url('../images/head.jpg') 0 0 no-repeat;
    background-size: contain;
	position: relative;
	margin-bottom: 20px;
}


/* ロゴ画像を囲むh1 */
#header.logo-wrapper{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}
/* ロゴ画像 */
#header .logo
{
	width: 550px ;
    left: 0;
    right: 0;
    margin:0 auto;
	top:5%;
	position: absolute;
}

#header .mik
{
    left: 0%;
	bottom: 3%;
	position: absolute;
	z-index: 3;
}

#header .nama
{
    right: 7%;
	bottom: 20%;
	position: absolute;
	z-index: 2;
}

#header .banner
{
    right: 3%;
	bottom: 8%;
    margin:0 auto;
	position: absolute;
	z-index: 3;
}


.cast{
	background: url('../images/cast.png') 0 0 no-repeat;
	height: 287px;
	margin-bottom: 20px;
}


.photo{
	border-radius: 10px 10px 10px 10px;
	border-color: #b59b00;
	border-width: 2px;
	border-style: solid;
}

.setu{
	text-align: left;
	font-size: 1.8em;
	height:270px;
    margin:0 auto;
	padding: 30px;
	display: block;
	color: #020e68;
	font-weight: bold;
	line-height: 1.618 ;	/* 行の高さ */
	background-color: #FFF;

	border-radius: 30px 30px 30px 30px;	/* ボーダー設定 */
	border-color: #b8a104;
	border-width: 5px;
	border-style: solid;

}
.setu-l{
	float:left;
	width:500px;
}

.setu-r{
	float:right
}
.xt_dt{
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin-left: 10px;
	font-size: 1.5em;
	line-height: 1.8em;
}

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

	#header
	{
		height: 0;
	    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	    background: url('../images/head.jpg') 0 0 no-repeat;
	    background-size: contain;
		position: relative;
		margin-bottom: 20px;
	}


	/* ロゴ画像を囲むh1 */
	#header.logo-wrapper{
		margin: 0 ;
		padding: 0 ;
		line-height: 1 ;
	}
	/* ロゴ画像 */
	#header .logo
	{
		width: 350px ;
	    left: 0;
	    right: 0;
	    margin:0 auto;
		top:5%;
		position: absolute;
	}

	#header .mik
	{
	    left: 0%;
		bottom: 3%;
		position: absolute;
		z-index: 3;
		width: 350px ;
	}

	#header .nama
	{
	    right: 5%;
		bottom: 20%;
		position: absolute;
		z-index: 2;
		width:120px;
	}

	#header .banner
	{
	    right: 3%;
		bottom: 8%;
	    margin:0 auto;
		position: absolute;
		z-index: 3;
		width:200px;
	}
	.mik_aki{
		margin: 0 auto ;
		display: none;
	}

	.setu{
		text-align: center;
		font-size: 1.5em;
		height:400px;
		padding: 10px;
		display: block;
		color: #020e68;
		font-weight: bold;
		line-height: 1.618 ;	/* 行の高さ */
		background-color: #FFF;
		width: 500px;

		border-radius: 30px 30px 30px 30px;	/* ボーダー設定 */
		border-color: #b8a104;
		border-width: 5px;
		border-style: solid;


	}


}




/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	#header
	{
		height: 0;
	    background: url('../images/head.jpg') 0 0 no-repeat;
	    background-size: contain;
		position: relative;
		margin-bottom: 20px;
	}


	/* ロゴ画像 */
	#header .logo
	{
		width: 200px ;
	    left: 0;
	    right: 0;
	    margin:0 auto;
		top:5%;
		position: absolute;
	}

	#header .mik
	{
	    left: 0;
	    right: 0;
		width: 200px ;
		top:50%;
	    margin:0 auto;
		position: absolute;
		z-index: 3;
	}

	.setu{
		text-align: center;
		font-size: 1em;
	    margin:0 auto;
		display: block;
	}

	.btn_mail{
		width: 100%;
	}

	.cast{
		background: url('../images/sp_cast.png') 0 0 no-repeat;
		width: 240px;
		height: 225px;
		margin-bottom: 30px;
	    margin:0 auto;
		display: block;
	}

	.title-niki{
		display: inline-block;
	}

	.photo{
		width: 240px;
		border-radius: 10px 10px 10px 10px;
		border-color: #e60012;
		border-width: 2px;
		border-style: solid;
	}


}

/* フッター */
.footer
{
	border-top: 3px solid #888 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;			/* 他のブロックとのスペース */
	padding: 1em 0 ;			/* 上下の余白 */
	background: #e8e8e8 ;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 1000px ;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */


}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper-contents
{
	width: 1000px;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	margin-top: 30px;
	color: #000;

	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	border-color: #014706;
	border-width: 5px;
	border-style: solid;
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	padding: 35px;
	background-image: url('../images/nikki.png');
	background-repeat: no-repeat;
	color: #000;
	padding-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.8em;
}



.chu
{
	width: 180px ;
	float: left;
	margin-left: 5px;
	background-image: url('../images/sp-bg.png');
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border-color: #e60012;
	border-width: 3px;
	border-style: solid;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
}



/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main
	{
		width: auto ;
		padding: 5px ;		/* 余白 */
		border: none ;		/* 枠線 */


		margin-top: 30px;
	}

	.tit{
		width:100%;
	}

	.xt_dt{
		font-size: 1.0em;
	}
	.banner{
		display: none;
	}

	.nama{
		display: none;
	}

	.mik{
		display: none;
	}

	.side
	{
		width: auto ;
	}
	.photo{
		border-radius: 10px 10px 10px 10px;
		border-color: #b59b00;
		border-width: 2px;
		border-style: solid;
		margin: 0 auto ;
		width: 95%;
	}


}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	float: left ;		/* 左に寄せる */
}

.side
{
	float: right ;		/* 右に寄せる */
}

@media screen and (max-width:768px)
{
.wrapper
{
	width: 750px ;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}
.setu-l , .setu-r
{
	float: none ;
}

.wrapper-contents
{
	width: 580px;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	background-image: url('../images/contents_bg.jpg');
	margin-top: 30px;
	color: #000;

	background-color: #FFF;

	border-radius: 30px 30px 30px 30px;	/* ボーダー設定 */
	border-color: #014706;
	border-width: 5px;
	border-style: solid;
}

.main{
	margin-top: 10px;
	width: 570px;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;	/* ボーダー設定 */
	border-width: 0px;
	padding: 10px;
	display: block;
	line-height: 1.618 ;	/* 行の高さ */
	font-size: 1.2em;
}

.side {
	display: none;
}



}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
.wrapper-contents{
    width: 340px;
    margin: 0 auto;
    padding: 0;
    color: #000;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: solid;

	}

	.newlist2{
		margin-top: 10px;
		width: 280px;
		margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
		background-color: #014706;
		border-radius: 10px 10px 10px 10px;	/* ボーダー設定 */
		border-width: 0px;
		padding: 10px;
		display: block;
		line-height: 1.618 ;	/* 行の高さ */
	}


	.main , .side
	{
    float: none;
    /* width: 300px; */
    width: 340px;
	}


	.wrapper
	{
		width: 330px ;
		margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
		padding: 0 ;			/* 上下左右の余白を0にしておく */
	}

	.setu-l {
	    width: 240px;
		font-weight: normal;
		text-align: left;
		font-size: 1em;
	}
	.setu-r{
		width: 60px;
		display: none;
	}

	.setu-l , .setu-r
	{
		float: none ;
	}

.aki{
	width: 10%;
}

}

.wrapper
{
	overflow: hidden ;
}

.wrapper-contents
{
	overflow: hidden ;
}


a{/*リンクされた文字*/
    color:#e60012;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#e60012;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#98030f;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#98030f;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.myButton {
    background-color:#44c767;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    color:#FFF;
    font-size:18px;
    padding:9px 55px;
    text-decoration:none;
	
}
.myButton:hover {
    background-color:#5cbf2a;
}
.myButton:active {
    position:relative;
    top:1px;
}


/* CSSアニメーションの設定 */
.korokoro {
  -webkit-animation: korokoro 2.5s linear 0s 1;
  animation: korokoro 2.5s linear 0s 1;
}
@-webkit-keyframes korokoro {
  0%   { -webkit-transform: translate(0%, 0%); }
  5%   { -webkit-transform: translate(10%, 0%) rotate(10deg); }
  25%  { -webkit-transform: translate(20%, 0%) rotate(20deg); }
  30%  { -webkit-transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { -webkit-transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { -webkit-transform: translate(10%, 0%) rotate(10deg); }
  50%  { -webkit-transform: translate(15%, 0%) rotate(15deg); }
  60%  { -webkit-transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { -webkit-transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { -webkit-transform: translate(0%, 0%) rotate(0deg); }
  100% { -webkit-transform: translate(0%, 0%) rotate(0deg); }
}
@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}
