﻿@charset "UTF-8";

/* CSS Document */

/* 共通 */
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
} 

body{
	color: #808080;
	margin: auto;
font-family: "Meiryo UI", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
	font-weight: normal;
}

body::before {
content: "";
background: url(../dream-kikaku-sozai/k01-bg-1fs.gif);

display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}

h1{
text-align:  center;
	}

div.wrap{
margin: 50px 7.5% 0px 7.5%;
text-align: center;

}

div.table{
margin-bottom:20px;
	border-radius: 6em;
	background-color: #ffffff;
	border: solid 1px #FFFFFF;
}

div.text{
margin: 1em;
    padding-bottom:4em;
text-align: left;
}

/* 分岐先ごと */

div.textd{
margin: 1em;
text-align: left;
color:#895b8a;
}

div.textl{
margin: 1em;
text-align: left;
color:#719BAD;
}

div.textr{
margin: 1em;
text-align: left;
color:#cd5c5c;
}

div.textm{
margin: 1em;
text-align: left;
color:#8c7042;
}

span.subt{
	margin: auto;
	text-align: center;
	font-size: 1.5rem;
	color: #808080;
}




p.back{
	text-align: left;
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	
}


/* リンク系 */

a {	text-decoration: none;
color: #69b076;
}

a.go {
	display: inline-block;
	text-decoration: none;
	color: #38b48b;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	border: solid 2px #38b48b;
	text-align: center;
	overflow: hidden;
	text-indent: transition: .4s;
	font-weight: bold;
}

a:hover {
    color: #00cc00;
    font-weight:bold;
}

a.go:hover {
    background-color:;: #deffd6;
    font-weight:bold;
}

a.counter
{
text-decoration: none;
}

a.egg:hover {
position:relative;
top: 2px;
left:2px;
}



/* ★★★★★★★★★★スマホ用★★★★★★★★★★ */

@media screen and (min-width:0px) and (max-width:736px){


body {

width:100%;
font-size: 80%;
line-height:1.6em;
-webkit-text-size-adjust: 100%;
	}



/* 文字かくとこ */ 
div.table{
margin:2em 0 2em 0;
padding: 3em 1.5em 3em 1.5em;
}


p.h2
{
margin: 1.5em 0 0.5em 0;
font-size: 1.5em;

}


div.text{
width: 100%;
}


h1{
font-size: 3rem;
	}





}

/* ★★★★★★★★★★PC用★★★★★★★★★★ */


@media screen and (min-width:737px){

body{
font-size: 16px;
letter-spacing: 0.1em;
line-height: 1.8;

}


/* 文字かくとこ */ 
div.table{
	padding: 3em 1em 3em 1em;
}



div.title{

	margin:80px 0 16px 0;
    line-height:-5px;
    font-size: 12px;

}

h1{
font-size: 6rem;
	}

div.text{
width: 30em;


}




