/* このcssはPC版で表示した時に使われます */
/* min-width:500px→500px以上で適用 */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
}

a{
	color:#ffc000;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

a:hover{
	color:#000000;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

/*■フォントサイズ調整*/
body {
	font-family:'メイリオ',Meiryo;/*フォント種*/
	text-align:left;
}

/* ここからは、headerの設定 */
h1{
	margin:0;
}

h1 .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

h1 .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

/* ここからは、メインの部分の設定 */
.main{
	width:96%;
	margin:5px 2%;
}
p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.float_none {
	clear: both;
}


/* ここから*/
.zoom{
    margin:1%;
    position:relative;
}
.zoom .pc{
    width:100%;
    display: block;
}

.zoom .sp{
    display: none;
}

.photo0 .pc{
    width:20%;
    position:absolute;
    right:0;
    top:0;
}

.photo0 .sp{
    display:none;
}

/*ここまで、告知を消す時はここを消去*/

.all{
	display:-webkit-flex; /* 小要素を横に並べるという指定 */
	margin:none;
}

.inazou{
	position:relative;
	margin:0 1%;
	list-style: none;               /* リストの黒丸をなしに */
}

.inazou img{
	width:100%;
}

.inazou .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

.inazou .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

.photo1 .pc{
	width:100%;
	margin:0;
	position:absolute;
	bottom:-1%;
	right:0;
}

.photo1 .sp{
	display:none;
}

.youtube{
	position:relative;
	margin:0 1%;
	list-style: none;               /* リストの黒丸をなしに */
}

.youtube img{
	width:100%;
}

.youtube .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

.youtube .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

.photo2 .pc{
	width:100%;
	margin:0;
	position:absolute;
	bottom:-1%;
	right:0%;
}

.photo2 .sp{
	display:none;
}


.line{
	position:relative;
	margin:0 1%;
	list-style: none;               /* リストの黒丸をなしに */
}

.line img{
	width:100%;
}

.line .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

.line .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

.photo3 .sp{
	display:none;
}


.koe{
	position:relative;
	margin:0 1%;
	list-style: none;               
}

.koe img{
	width:100%;
}

.koe .pc{
	display:block;
	width:100%;
	float:center;
	margin:none;
}

.koe .sp{
	display:none;
	width:100%;
	float:center;
	margin:none;
}

.photo4{
    width:20%;
    float:left;
    margin:0px 0 0px 0px
}
.photo5{
    width:20%;
    float:left;
   margin:0px 0 0px 0px
}
}

.main p{
    font-size:0.8rem;
    float:center;
    text-align: center;
}

.main p a{
    color:#00a800;
}
.main h3{
    font-size:1.2rem;
    margin:20px 0 10px 10px;
}

.main h4{
    font-size:1.1rem;
    margin:10px 0 5px 15px;
}


/* ここからはページのフッターの設定、適当に読み飛ばして*/
.copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}
.copy a{
	text-decoration:none;
}
.p-copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}