@charset "UTF-8";




/* ------------------------------------------
	main
--------------------------------------------- */



#tanaka{
	
	padding: 104px 0px 0px;
}


/* ------------------------------------------
	h1-h3
--------------------------------------------- */
#tanaka h1{
	
	font-weight: bold;
	width: 90%;
	font-size:57px;
	margin: 20px auto;
	box-shadow: 0px -6px 5px -5px #ff5500 inset,0px 8px 4px -8px #ff3311;
	height:100%;
}


#tanaka h2
{
 display: inline-block;
 font-weight: bold;
 font-size:26px;
 margin:40px;
 padding: 15px 20px;
 border: 3px solid #ffc489;
 border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
 }

#tanaka h3
{
	font-weight:bold;
	font-size:40px;
	margin:20px;
}


@media(max-width:599px){
	#tanaka h1{
	
	font-weight: bold;
	font-size:20px;
	margin: 10px;
	box-shadow: 0px -6px 5px -5px #ff5500 inset,0px 8px 4px -8px #ff3311;
	height:100%;
}
#tanaka h2{
	font-size:16px;
	font-weight: bold;
	padding: 5px 10px;
	margin:15px 0;
	height:100%;
}

#tanaka h3
{
	font-weight:bold;
	font-size:20px;
	margin:20px;
}

#tanaka p
{
	font-size:12px;
	text-align:left;
}

}

@media(min-width:600px) and (max-width:959px){
#tanaka h1{
	
	font-weight: bold;
	font-size:30px;
	box-shadow: 0px -6px 5px -5px #ff5500 inset,0px 8px 4px -8px #ff3311;
	height:100%;
}
#tanaka h2{
	font-size:16px;
	font-weight: bold;
	padding: 10px;
	margin:20px 10px;
	height:100%;
	line-height: 2;
}

#tanaka p
{
	font-size:16px;
	text-align:left;
}

}


/* ------------------------------------------
	article
--------------------------------------------- */

#tanaka article{
	padding: 20px;
	
}


.box2 img{
	margin-left:40px;
	padding-left:40px;
}

@media(max-width:599px){

#tanaka article{
	width:100%;
}
}
@media(max-width:599px){
}


@media(min-width:600px) and (max-width:959px){
	#tanaka article{
	width:90%;
}
}





/* ------------------------------------------
	li
--------------------------------------------- */

#tanaka ul{
	margin: 20px auto;
}

#tanaka li{
	list-style:disc;
	text-align:left;
	width:60%;	
}

/* ------------------------------------------
	flex
--------------------------------------------- */

.flex1{
	display:flex;
	flex-direction:row;		/* 横に並んで */
	flex-wrap:wrap;				/* 折り返して */
}

.box1
{
	width:50%;
	margin-top:15px;
	padding-top:15px;
}

.box2
{
	width:50%;
}

@media(max-width:599px){
.box1{
	width: 50%;
}
.box2{
	width:50%;
}

.sensei{
	width:50%;
}
}



.box2 img{
	margin-left:10px;
	padding-left:10px;
}

.box3{
	width:40%;
	padding: 30px;
}

.box4{
	width:60%;
	padding:70px 60px 50px 0;
}

.box5,.box9{
	width: 60%;
}

.box6,.box10{
	width: 40%;
	padding: 0 40px 50px;
}

.box7{
	width: 65%;
	padding-top: 70px;
	height: 50%;
	
}

.box8{
	width: 35%;
	padding: 0 70px 10px 10px;
}

/* ------------------------------------------
	waku
--------------------------------------------- */

.waku {

 position: relative;
 display: inline-block;
 margin: 2.5em auto;
 padding: 0 10px;
 color: #000;/* 文字色 */
 background-color: #ffffe0; /*枠背景色*/
 box-shadow: inset 0 0 40px rgba(200, 340, 400,0.4), 0 2px 2px #ccc;
}
.waku::before {
 display: block;
 position: absolute;
 content: "";
 width: 110px;
 height: 35px;
 left: 27%;
 top: -17px;
 background-color: rgba(204, 186, 136,0.3);/*テープ色*/
 box-shadow: 0 0 3px rgba(0,0,0,0.1);
 transform: rotate( -3deg ); /*テープ角度*/
}
span{
	font-weight: bold;
}

/* ------------------------------------------
	tekisuto
--------------------------------------------- */
.tekisuto span{
	box-shadow: 0px -6px 5px -5px #ff5500 inset,0px 8px 4px -8px #ff3311;
}


/* ------------------------------------------
	nuno
--------------------------------------------- */

.nuno{
	background-image: url("../img/background.jpg");
    background-attachment: fixed;
    background-size: 100%;
}

div.contents,.clearfix:after
{
	content:"";
	display:block;
	clear:both;
}

.sensei {
	display:block;
	width:80%;
	margin-bottom:30px;
}

.form image
{
	width:100%;
}

.balloon2-left {
 	position: relative;
	left:-50px;
	display: inline-block;
	padding:70px;
	margin:50px;
	width:80%;
 	color: #555;
	font-size: 20px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	word-wrap: break-word;
	border-radius:50%;
	text-align:left;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 20px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 22px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}

@media(max-width:599px){
.balloon2-left {
 	position: relative;
	left:0px;
	bottom:15px;
	display: inline-block;
	padding:15px 15px;
	margin:30px 0 0 0;
	width:100%;
 	color: #555;
	font-size: 10px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	word-wrap: break-word;
	border-radius:30%;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 20px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 22px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}
}

@media(min-width:600px) and (max-width:959px){
.balloon2-left {
 	position: relative;
	left:0px;
	top:0px;
	display: inline-block;
	padding:20px;
	margin:20px 0px 0px 0px;
	width:100%;
 	color: #555;
	font-size: 13px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	word-wrap: break-word;
	border-radius:30%;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 20px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 22px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}
}


article
{
}

.form image
{
	width:100%
}


#formWrap {
	width:700px;
	margin:0 auto;
	color:#250d00;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:2px dashed #ff999f;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ffffe0;
	text-align:center;
	vertical-align:middle;
}





/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:599px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:100%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

@media(min-width:600px) and (max-width:959px){
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


.denwa 
{
	display:block;
	width:10%;
	margin:20px auto;
}

.counseling
{
	width:30%;
	margin-bottom:10px;
}

.azuma
{
	position:relative;
	top:-10px;
}

.boxa
{
	width:25%;
	background-color:#fff;
	border: 3px dashed #ff999f;
 	border-radius:10%;
	word-wrap: break-word;
	padding:20px;
	margin:10px auto 30px;
}

.boxb
{
	width:20%;
	background-color:#fff;
	border: 3px dashed #ff999f;
 	border-radius:10%;
	word-wrap: break-word;
	padding:20px;
	margin:10px auto 30px;
}

.boxc
{
	width:20%;
	background-color:#fff;
	border: 3px dashed #ff999f;
 	border-radius:10%;
	word-wrap: break-word;
	padding:20px;
	margin:10px auto 30px;
}

.boxd
{
	width:20%;
	background-color:#fff;
	border: 3px dashed #ff999f;
 	border-radius:10%;
	word-wrap: break-word;
	padding:20px;	
	margin:10px auto 30px;
}

.flex1{
	display:flex;
	flex-direction:row;		/* 横に並んで */
	flex-wrap:nowrap;				/* 折り返して */
}

.boxe
{
	width:33%;
}

.boxf
{
	width:33%;
}

.boxg
{
	width:33%;
	background-color:#fff;
	border: 3px dashed #ff999f;
 	border-radius:10%;
	word-wrap: break-word;
	padding:30px;	
	margin:40px;
	text-align:left;
}

.kojin1
{
	width:100%;
	padding-bottom:40px;
	position:relative;
	left:20px;
}

.kojin2
{
	width:80%;
	padding-bottom:40px;
}


table.formTable{
	width:100%;
	margin:30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:2px solid #ccc;
	padding:15px 7px;
	border:dashed 2px #ff999f;

}
table.formTable th{
	font-weight:normal;
	background:#ffffe0;
	text-align:center;
	vertical-align: middle;
}

table.formTable td{
	font-weight:normal;
	text-align:center;
	vertical-align: middle;
}


.box11
{
	width:25%;
}

.box12
{
	width:25%;
}

.box13
{
	width:25%;
}

.box14
{
	width:25%;
}

@media(max-width:599px){
.flex1{
	display:flex;
	flex-direction:row;		/* 横に並んで */
	flex-wrap:wrap;				/* 折り返して */
}


.box11
{
	width:50%;
}

.box12
{
	width:50%;
}

.box13
{
	width:50%;
}

.box14
{
	width:50%;
}

}


.counseling
{
	width:80%;
}

.flex3{
	display:flex;
	flex-direction:row;		/* 横に並んで */
	flex-wrap:nowrap;				/* 折り返して */
}

.box3
{
	width:50%;
}

.box4
{
	width:50%;
}

.boxaaa
{
	width:20%;
}

.boxbbb
{
	width:20%;
}

.boxccc
{
	width:20%;
}

.boxddd
{
	width:20%;
}

.boxeee
{
	width:20%;
}

.kojin2
{
	font-size:50px;
	font-weight:bold;
	text-align: center;
}

/*------------------------
    TOP戻るボタン
-------------------------*/
footer
{
	text-align:center;
	padding:20px 0;
	margin:0;
}

#page-top /* winkの位置 */
{
    position: fixed;
	display: none;
    bottom: 20px;
    right: -30px;
	z-index:80;
}

#page-top a 
{
    background-image: url("img/wnk_bird.png");
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/* 先頭文字ふわぁー 344*/
a.p:hover {
    position: relative;
	text-decoration: none;
	background-image: 50px;
	width: 50px;
}

a.p span { 
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}

a.p:hover span {
    border: none;
    display: block;
	width: 100px;
	/* 文字 */
}

/* ------------------------
		先頭へ文字 
---------------------------*/
/* animation  先頭文字*/
@keyframes slidein {
	from	{transform:translateY(150%);}
	to		{transform:translateY(0%);}
}

@keyframes imgopacity {
	from	{opacity:0.0;}
	to		{opacity:1.0;}
}

#page-top img:first-child /* 文字の現れる速さ */
{
	animation-duration: 1s;
	animation-name: imgopacity,slidein;
} 

/* winkとり_レスポンシブ411 */
@media(max-width:599px)
{	
#page-top a 
{
    width: 70px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
a.p:hover
{
    position: relative;
	text-decoration: none;
	background-image: 50px;
	width: 50px;
}

a.p span
{ 
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}

a.p:hover span
{
    border: none;
    display: block;
	width: 70px;
	/* 文字 */
}

}

@media(min-width:600px) and (max-width:959px){
    p {
        margin:30px auto;
    }
    article{
        padding:30px;
    }
}