body {
    background-color:#fff;
    font-family: "Kosugi Maru","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    font-size: 0.85em;
     line-height: 1.8em;
    color: #555;
}

a {
	-webkit-transition: 0.15s ease-in-out;
	   -moz-transition: 0.15s ease-in-out;
	     -o-transition: 0.15s ease-in-out;
	        transition: 0.15s ease-in-out;
	color: #00773f;
    text-decoration: none;
}
a:hover { opacity: 0.6; filter: alpha(opacity=60); }
a img:hover { opacity: 0.6; filter: alpha(opacity=60); }
a:visited { color:#00773f;}

ul li { list-style: none;}

/* HEADER */
header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10vh 0 2vh;
    z-index: 3;
    
    background-image: url(../images/top/ttl_bg_01.png),url(../images/top/ttl_bg_02.png),url(../images/top/ttl_bg_03.png);
    background-position: left -4vw top -4vh,bottom -6vh left 10vw,right top -12vh;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 17%,15%,20%;
}

header h1 {
    width: 40%;
    margin: 0 auto 10vh;
}

header h1 img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}


header nav {
    display: block;
    width: 80%;
     margin: 3em auto 2em;
}

header nav ul {
    display: table;
    width: 100%;
    align-items: center;
}


header nav ul li {
     display: table-cell;
    text-align: center;
}

header nav ul li a {
    border: 1px solid #ededed;
    border-radius: 2em;
    text-align: center;
    background: #fff;
    padding: 0.8em 1em;
}

header nav ul li a span {
    border-radius: 1em;
    padding: 0.8em 1em;
}

/*
header nav ul li.n_01,header nav ul li.n_02 { width: 30%; }
header nav ul li.n_03,header nav ul li.n_04 { width: 20%; }
*/


header ul#sns {
	position: absolute;
	top: 2vh;
	right:1em;
    list-style: none;
}
header ul#sns li{
	float: left;
    margin: 0 0.5em 0 0;
}
header ul#sns li i {
	font-size: 1.7em;
	margin: 0 0.3em 0 0;
    color: #fff;
}

div#container {
    width: 100%;
    height: 100%;
    text-align: justify;
}
div#container h2,div#container h3 { margin:auto 6vw 1vh 6vw ; min-width: 16em; }
div#container h2 { font-size: 1.9em; line-height: 1.6em;}
div#container h3 { font-size: 1.1em; margin-bottom: 8vh;}


/* COLUMN */
div#container section#col_01,div#container section#col_02,div#container section#col_03 {
    width: 100%;
    margin: 0;
    padding: 8vh 0;
}
div#container div.text p {
    margin: 1em 0;
}

div#container section#col_01 div.text,
div#container section#col_02 div.text,
div#container section#col_02 div.text_2,
div#container section#col_03 div.text,
div#container section#col_03 div.text_2 {
     margin:0 0 5vh 6vw;
    min-width: 35%;
    max-width: 45%;
}

div#container section#col_02 div.text_2 {
     margin:10vh 0 5vh 6vw;
}

div#container section#col_01 p.mar_02,
div#container section#col_02 p.mar_02,
div#container section#col_03 p.mar_02 { margin: 1.5em 0;}

/* COLUMN-01 */
div#container section#col_01 {
    position: relative;
    background:#e06a05;
    background-image:url(../images/top/col_01_bg.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: right -5vw bottom 2%;
    color:#fff;

}


/* COLUMN-02 */
div#container section#col_02 {
    position: relative;
    background:#00773f;
    background-image:url(../images/top/tsumiki.png),url(../images/top/house.png),url(../images/top/yuka.png);
    background-repeat:no-repeat,no-repeat,repeat-x;
    background-position: right 30% bottom 1%,right -15% bottom 6%,left bottom -7%;
    background-size: 12%,50%,4%;
    color:#fccc00;
       padding-bottom: 25vh;
}

div#container section#col_02 div.text_2 ul { margin: 1.5em 0;}

div#container section#col_02 p.pict {
    position: absolute;
    margin:0 6vw 5vh;
    top: 26vh;
    right: 0vw;
    min-width: 35%;
    max-width: 39%;
}


div#container section#col_02 p img {
    display:inline-block;
    width:47%;
    margin: 0 1%;
    border: #0057a8;
    border-radius: 1em;
}


/* COLUMN-03 */
div#container section#col_03 {
    position: relative;
    background: #fccc00;
    background-image:url(../images/top/sun.png);
    background-repeat:no-repeat;
    background-position:95% 2%;
    background-size:20%;
    color: #0057a8;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#container section#col_03 div.box {
    display: block;
background: url(../images/top/ship.png),url(../images/top/sensuikan.png),url(../images/top/fish.png),url(../images/top/col_03_bg.png);
background-repeat: no-repeat,no-repeat,no-repeat,repeat-x;
    background-position:45% 0vh,right 30% bottom 17%,left 3em bottom,left 8vh;
  background-size:9vh,25%,30%,45%;
  height: 500px;
    min-height: 500px;
    margin:0 0;
}

div#container section#col_03 p.pict {
    margin:0 6vw 5vh;
    min-width: 35%;
    max-width: 45%;
}


div#container section#col_03 p img {
    display:inline-block;
    width:47%;
    margin: 0 1%;
    border: #0057a8;
    border-radius: 1em;
}

div#container section#col_03 div.timeline {
    position: absolute;
    top: 10vh;
    right: 3%;
    margin: 0 0;
    width: 40%;
}

div#container section#col_03 div.timeline div.box {
background:none;
  min-height: auto;
    margin: 0.5em auto 0.5em;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
div#container section#col_03 div.timeline h4 {
    display: inline-block;
    background:#fff;
    padding: 2vh 2vw;
    width: 5em;
    height: 1.4em;
    margin: 3em 3em -0.3em 10%;
    border-radius: 2em;
    font-size: 1.2em;
    
}

div#container section#col_03 div.timeline h4 span {
    position: absolute;
    display: block;
    background-image:url(../images/top/tl_arw.png);
    background-repeat:no-repeat;
    background-position: left 5px bottom 5px;
    background-size: 20%;
    height: 7vh;
    z-index: 10;
}


div#container section#col_03 div.timeline div.box p {
    position: relative;
    background:#fff;
    margin: 0 0 1em;
    padding: 1.8vh 4vw 1.8vh 12vh;
    border-radius: 7em;
    z-index: 2;
}
div#container section#col_03 div.timeline div.box p:before {
    content: '';
    position: absolute;
    background-image:url(../images/top/tl_arw.png);
    background-repeat:no-repeat;
    background-position: left top -3px;
    background-size: 25%;
    left: 50%;
    bottom: -7vh;
    padding:0;
    margin: 0;
    width: 15%;
    height: 7vh;

}


div#container section#col_03 div.timeline div.box p.end:before {
    content: '';
    position: relative;
    background-image:none;
    top: auto;
    width: auto;
}

div#container section#col_03 div.timeline div.box p span {
    position: absolute;
    left: 3.5vw;
    top:33%;
    font-size: 3em;
}

div#container section#col_03 div.text { margin:6vh 0 0 6vw; }
div#container section#col_03 div.text_2 {
    padding: 14vh 0 0;
    color:#fff;
}


div#container section#contact h3,div#container section#note h3 {
    margin:0 auto;
    font-size: 1.3em;
    padding: 3em 0;
}


/* COLUMN-note */
div#container section#note {
    background: #fccc00;
}
div#container section#note div {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom:8vh;
}
div#container section#note h3 { color: #00773f; padding-bottom:1em;}
div#container section#note a {
    display: block;
    width: 22%;
    margin: 2em auto 0;
    border-radius: 3em;
    background: #fff;
    overflow: hidden;
    line-height: 1em;
     border: 1px solid #00773f;
}
div#container section#note img { width: 80%; margin: 0; }

div#container section#note h3,
div#container section#contact h3 { max-width: auto; min-width: auto;}


/* COLUMN-contact */
div#container section#contact {
    width: 100%;
    background: #00773f;
    padding: 0 0 10vh;
}

div#container section#contact h3 {
    margin:0 auto;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
}

div#container section#contact button {
    display: block;
    width: 30%;
    height: 3em;
    margin: 0 auto;
    font-size: 1.4em;
    background: #fccc00;
    border: none;
    color: #00773f;
    border-radius: 2em;
}
div#container section#contact button a {
    display: inline-block;
    width: 100%;
}

div#container section#contact button:hover {
    opacity: 0.8;
}




/* SEMINAR,PROFILE,CONTACT commons */

div#container.seminar section#col_01,
div#container.profile section#col_01,
div#container.contact section#col_01 {
    border-top: 1px solid #ccc;
    width:100%;
    float: none;
    margin: 0 auto;
    padding: 38vh 0 0;
    color: #555;
}

div.col_wrp { width: 70%; margin: 0 auto 3em;}

/* SEMINAR */

div#container.seminar section#col_01 {
    background: none;
    padding: 12vh 0 0;
    color: #0057a8;
}

div#container.seminar section#col_01 h2,
div#container.seminar section#col_01 h3 { text-align: center; min-width: auto; margin-left: auto; margin-right: auto; }

div#container.seminar section#col_01 div.text {
    display: block;
    max-width: 100%;
    margin:  2em 0 0 0;
}

div#container.seminar section#col_01 div#list{ display: table; margin-top:3em;}

div#container.seminar section#col_01 div#list div.box {
    float: left;
    display: table-cell;
    width: 47%;
    margin: 2em 1.5% 8em;
}
div#container.seminar section#col_01 div#list div.box h4 { font-size: 1.1em; }
div#container.seminar section#col_01 div#list div.box p { min-height: 7em; }

div#container.seminar section#col_01 p.notice {
    border-top: 2px solid #0057a8;
    border-bottom: 2px solid #0057a8;
    padding: 1em 0; 
    text-align:center;
}

div#container.seminar section#col_01 div#list div.box figure {
    width:100%; margin: 0.5em 0;
}
div#container.seminar section#col_01 div#list div.box figure img {
    width:100%;
    border-radius: 1em;
}


/* PROFILE */
div#container.profile,div#container.contact {
    width: 100%;
    padding-bottom:10vh;
}


div#container.profile section#col_01 {
    background: url(../images/profile/ttl_profile.png) no-repeat top 13vh center;
    background-size: 25%;
}

div#container.profile section#col_01 h2 { margin-left: 0; }
div#container.profile section#col_01 h2 span {
    font-size: 0.5em; vertical-align: middle; margin-left: 2em;}
div#container.profile section#col_01 h3 {
    margin: 1em 0 3em 0;
}

div#container.profile section#col_01 div.text {
    display: table-cell;
    float: left;
    max-width: 60%;
    vertical-align: top;
    margin:  2em 0 0 0;
}
div#container.profile section#col_01 div.text p { margin: 0 0 1em;}


div#container.profile section#col_01 div.text_2 {
    float: right;
    max-width: 30%;
    margin:  2em 0 0 0;
}
div#container.profile section#col_01 div.text_2 img{
    width: 100%;
    min-width: 200px;
    border-radius: 1em;
}



/* CONTACT */
div#container.contact section#col_01 {
    background: url(../images/contact/ttl_contact.png) no-repeat top 13vh center;
    background-size: 25%;
    padding-bottom: 10vh;
}

div#container.contact section#col_01 h2 {
    margin: 0;
    font-size:1.5em;
    text-align: center;}

div#container.contact section#col_01 div.text {
    display: block;
    margin: 0;
    float: none;
    max-width: 100%;
    text-align: center;
}

div#container.contact section#col_01 p {margin: 1em 0;}

/* FORM */

table.formTable{
	width:100%;
	margin:10vh auto 5vh;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:3em 1em 0 0;
}
table.formTable tr {
	border-bottom: 1px dotted #ccc;
}
table.formTable td {
	width:70%;
    text-align:left;
    padding:3em 0;
}
table.formTable th {
	width:30%;
	font-weight:bold;
	text-align:left;
    vertical-align: top;
}

select { width:100%; font-size: 1.1em;}

input[type="text"],[type="tel"],textarea {
	width:95%;
	padding:3.5%;
	font-size:1.2em;
    background: #ccc;
    border: none;
	display:block;
    color:#333;
    border-radius: 1em;
}
input[type="text"]:hover,input[type="tel"];hover,textarea:hover {
    background: #ececec;
}
textarea {
	height: 10em;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	position: absolute; 
    display:block;
	width:60%;
	height:40px;
    right:0;
    font-size: 1.1em;
    background: #ccc;
    
}
.btn input {
    position: relative;
    margin: 2em 0 0;
    text-align: center;
    background: #ccc;
    border: 0;
    border-radius: 1em;
}
.btn input:hover {
    background: #ddd;
}

p.submit input[type="submit"],p.submit input[type="reset"],p.submit input[type="button"] {
	position: relative; 
    display:block;
	width:50%;
	height:40px;
    right:auto;
    margin: 1em auto;
}



/*メニュー部分*/
@media screen and (max-width:960px){
	header nav{
		display: none;
		position: absolute;
		top:10vh;
		width: 100%!important;
		background: #fff;
		left: 0;
		z-index: 10;
	}
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
	}
	header nav ul li {
        display: block;
        width: 100%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block;
        line-height: 5em;
        font-size: 1.1em;
	}

}

@media screen and (max-width:960px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 3vh;
		left: 2vh;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 4px;
		background: #00773f;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}





/* FADE IN */
 .fadein {
  transition : all 2000ms;
}


/* CLEARFIX */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}