@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding: 0;
	color: #353535;
}

li{
	list-style-type:none;
}

img{
	display: block;
	width: 100%;
	height: auto;
}

a{
	display: block;
	text-decoration: none;
	color: #008475;
}
body{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
}
	

/*Java Script*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}
.start p {
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
.start p img{
	width: 100%;
}

/*Java Script*/
/*ここからヘッダー*/
header{
	height:175px;
	min-width: 1100px;
}
#headerlogo{
	float: left;
	margin-top: 4%;
	margin-left: 7%;
}
#headertop{
	display: flex;
	float: right;
	margin-top: 2%;
	margin-right: 5%;
}
#headertop li{
	color:#469eba;
	font-size: 24px;
	text-align: center;
	padding: 0px 15px;
}
#headertop li a{
	color: #469eba;
}
header nav{
    display: flex;
    text-align: center;
    font-size: 24px;
	clear: both;
    float: right;
	margin-top: -3%;
}
header nav ul{
	display: flex;
	padding-left: 10px;
}
header nav li{
	margin: 10px 40px;
	font-size: 24px;
	font-weight: 700;
}
header nav a{
	color: #353535;
}
header nav a:hover, header nav a:hover span{
	color: #0a8778;
}
header nav span{
	display: block;
	font-size: 16px;
}
header button{
	display: none;
}
/*トップページ*/
#top{
	text-align: center;
}
#top h2{
	color:#469eba;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
}
.t-common1{
	color: #469eba;
	font-size: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*ここからメイン1*/
#t-main1{
	width: 100%;
	height:600px;
    display: flex;
	background-image: url("../../images/top.main.jpg");
    background-size: 65%;
	background-repeat: no-repeat;
	background-position: right;
}
#t-main1 h1{
    color:#24907e;
	font-size: 104px;
    font-weight: 700;
    letter-spacing: 0.048em;
	margin-top:150px;
    padding-top: 30px;
    padding-left: 100px;
    text-align: center;
}
#t-main1-span1{
    font-size: 24px;
    color:#24907e;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#t-main1-span2{
    font-size: 30px;
    color:#24907e;
	line-height: 5px;
	display: block;
	letter-spacing: 0.0035em;
	margin-left: auto;
	margin-right: auto;
}

/*ここからメイン2*/
#t-main2{
	width: 100%;
	height: 830px;
	position: relative;
	margin-top: 90px;
}
#t-main2 h3{
	text-align: center;
	margin-top: 20px;
	color: #469eba;
}
#t-main2-div2 img{
	display: block;
	width: 100%;
	height: auto;
}
#t-main2-div2{
	position: absolute;
	z-index: 2;
	width: 50%;
	height: auto;
	top: 180px;
}
#t-main2-div1 section{
	position: absolute;
	z-index: 1;
	width: 53%;
	height: auto;
	top: 300px;
	right: 0%;
	background-color:#eceaea;
    padding: 15px;
}
#t-main2-div1 section p{
	color: #353535;
	font-size:18px;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
}
#t-main2 a{
	color: white;
	font-size: 30px;
    text-align: center;
	display: block;
}
#t-main2-div3{
    margin-left: auto;
    margin-right: auto;
	background-color: #469eba;
	width: 230px;
	height:50px;
    text-align: center;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 30px;
    padding: 5px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
	display: block;
}
#t-main2-div3:hover{
	background-color: #24907e;
}


/*ここからメイン3*/
#t-main3{
	width:75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}
#t-main3 h3{
	margin-right: auto;
	margin-left:auto;
}
#t-main3 ul{
	flex-direction: column;
    align-items: center;
	text-align: left;
	margin-top: 50px;
    line-height: 50px;
	vertical-align: middle;
}
#t-main3 li{
    border-bottom: 1.5px;
    border-bottom-color: #469eba;
    border-bottom-style: solid;
	padding-top: 30px;
}
#t-main3 p{
	margin-left: 40px;
	color: #353535;
	display: block;
}
/*ここからメイン4*/
#t-main4{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 90px;
    border: 2px;
    border-style: solid;
    border-color: #469eba;
}
#t-main4 h2{
	margin-top: 50px;
}

#t-main4 p{
    color: #469eba;
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
}
#t-main4 ul{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    line-height: 40px;
	padding-bottom: 50px;
}
#t-main4 li{
    color: #353535;
    text-align: left;
}
#t-main4 li:before{
    margin-right: 5px;
    content: " ";
    display: inline-block;
    width: 10px;
    height:10px;
    border: solid 1px #469eba;
    border-radius: 50%;
}

/*ここからメイン5*/
#t-main5{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
#t-main5 p{
    font-weight: 700;
}
#t-main5 img{
	width: 100%;
	height: auto;
	display: block;
}
.t-main5-class1{
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 90px;
}
#t-main5 ul{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}
#t-main5 li{
    width: 650px;
    height: 560px;
    padding: 25px;
    padding-bottom: 120px;
    position: relative;
}
.t-main5-class2{
	width: 625px;
    margin: auto;
    height: 380px;
    background-color:#ecf5f8;
    position: absolute;
    top: 170px;
    z-index: 1;
}
.t-main5-class2 h3{
    color: #469eba;
    font-size:30px;
	margin-top: 190px;
}
.t-main5-class3{
    color:#353535;
    font-size:18px;
	margin-top: 50px;
}
#t-main5-li1{
	overflow: hidden;
}
#t-main5-li4{
    border: 20px;
    border-style: solid;
    border-color: #ecf5f8;
    box-sizing: border-box;
}
#t-main5-li4{
    font-size: 30px;
}
#t-main5-li4 h3{
	color:#469eba;
}
#t-main5-li4-p1{
    color:#353535;
    font-size:18px;
    margin-top: 50px;
    line-height: 60px;
}
#t-main5 a{
	color: white;
	font-size: 30px;
    text-align: center;
	display: block;
}
#t-main5-div2{
    margin-left: auto;
    margin-right: auto;
	background-color: #469eba;
	width: 230px;
	height:50px;
    text-align: center;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 30px;
    padding: 5px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
	display: block;
}
#t-main5-div2:hover{
	background-color: #24907e;
}


/*ここからメイン6*/
#t-main6{
    width: 1200px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 90px;
}
#t-main6-div1{
    margin-top: 50px;
	display: flex;
    justify-content: center;
	align-items: center;
	vertical-align: middle;
}
#t-main6-div2 img{
	display: block;
	width: 100%;
	height: auto;
}
#t-main6-div2{
	text-align: center;
	width: 350px;
	margin-right: 50px;
}
#t-main6-div1 section{
	background-color: #eceaea;
	width: 500px;
    padding: 20px;
    padding-left: 30px;
    text-align: left;
    line-height: 30px;
	position: relative;
}
#t-main6-div1 section h3{
	margin-left: 55px;
	text-align: left;
    color: #353535;
    font-size: 20px;
	top:20px;
}
#t-main6-div1 section p{
	margin-left: auto;
	margin-right: auto;
    color: #353535;
    font-size: 18px;
	margin-top: 20px;
	width: 80%;
}
#t-main6 img{
	display: block;
	width: 100%;
	height: auto;
}
#t-main6 br{
	display: block;
}

/*ここからメイン7*/
#t-main7{
	width:1200px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
}
#t-main7 ul{
    width: 1000px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}
#t-main7 li{
    width: 280px;
    padding: 50px;
}
#t-main7 span{
    color: #469eba;
}
#t-main7 p{
    text-align: left;
    font-size: 24px;
}
#t-main7-div1{
	display: flex;
}
#t-main7 img{
	display: block;
	width: 70%;
	height: auto;
}
#t-main7-div2{
	display: block;
    width: 100px;
}
#t-main7-div3{
	display: block;
    width: 100px;
}
#t-main7 a{
	color: #353535;
}
#t-main7 a:hover{
	color: #24907e;
}
/*トップページ*/
/*アバウトページ*/
.s-common{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f8f8;
}
#sstyle h2{
	color:#469eba;
	font-size: 30px;
	text-align: center;
}

#s-main1{
	font-weight: 700;
	margin-top: 50px;
	background-color: #ecf5f8;
    text-align: center;
	height:160px;
}
#s-main1 h1{
	color:#24907e;
	font-size: 28px;
	padding:2%;
}
#s-main1 span{
	display: block;
	color:#008475;
	font-size:20px;
}
#s-main2{
	margin-top: 90px;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}
#s-main2 h2{
	font-size: 30px;
	color:#469eba;
	padding-top: 20px;
}
#s-main2 p{
	padding: 20px 0px;
	line-height: 3;
}
#s-main3{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
    text-align: center;
}
#s-main3 img{
	width: 100%;
}
#s-main4{
	margin-top: 160px;
    text-align: center;
}
#s-main4 h2{
	font-size: 30px;
	color: #469eba;
}
#s-main4 span{
	display: block;
	font-size: 24px;
	color: #469eba;
}
#s-main4 div{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ecf5f8;
    padding: 40px 0px;
	margin-top: 40px;
}
#s-main4p1{
	font-weight: 700;
	padding: 0px 0px 40px;
}
#s-main4p2{
	line-height: 2;
	padding: 0px 113px;
}
#s-main5{
	margin-top: 40px;
    text-align: center;
}
#s-main5 h2{
	color:#469eba;
	font-size: 30px;
}
#s-main5span1{
	display: block;
	color:#469eba;
	font-size: 24px;
}
#s-main5 span{
	color: #469eba;
}
.s-main5p2{
	padding: 0px 0px 40px;
	font-size: 24px;
}
.s-main5p3{
	padding: 0px 71px;
}
#s-main5 ul{
	display: flex;
	justify-content: center;
}
#s-main5li1{
	background-color: #f8f8f8;
	margin-top: 50px;
	width: 37%;
	height: auto;
	padding:80px 0px;
	position: relative;
	left:35px;
}
#s-main5li2{
	float: right;
	background-color: rgba(70,158,186,0.1);
	margin-top: 50px;
	width: 37%;
	height: auto;
	padding: 80px 0px;
	position: relative;
	top: 96px;
	right:35px;
}
/*アバウトページ*/

/*メニューページ*/
#menubody{
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}
#mainpic{
	padding: 20px 0px;
	color: #353535;
}
#m-main-menu{
	margin-top: 50px;
    text-align: center;
	height: 160px;
	background-color: #ecf5f8;
}
#m-main-menu h1{
	color:#24907e;
	font-size: 28px;
	padding:2%;
}
#m-main-menu span {
	display: block;
    font-size: 20px;
	color: #24907e
}    
.m-main-pic{
	display:flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 135px;
	align-items: flex-end;
} 

.m-main-pic h2{
	color: #469eba;
	text-align: left;
}
.m-main-body {
    display: flex;
    height: 35px;
    background:rgba(173,154,103,0.24);
	width: 450px;
    padding: 1% 8%;
    justify-content: space-around;
}
.m-main-body li{
    font-size: 20px;
    margin-top: 3px;
}
.m-main-pic-real{
    padding-right: 30px;
    width: 50vw;
	float: right;
}
.m-main-pic-real img{
	float: right;
}
.m-main-pic-top{
    padding-left: 50px;
    width: 50vw;
	margin-left: 50px;
}
.m-main-pic-top h2{
	color: #469eba;
}
#m-main-pic-bottom{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 200px;
	width: 62%;
	
}
#m-main-body-nedan{
	display: flex;
    height: 35px;
    background: rgba(173,154,103,0.24);
    padding: 1% 8%;
    justify-content: space-around;
	width: 225px;
}
#m-main-body-nedan li{
	font-size: 20px;
    margin-top: 3px;
}


#m-main-body3{
	margin-top: 7%;
	margin-right: 20%;
}
#m-main-body4{
	margin-top: 12%;
	margin-right: 22%;
}
#m-main-body-ul {
    display: flex;
	justify-content: space-between;
    height: 35px;
    background:rgba(173,154,103,0.24);
    width: 78%;
    padding: 1% 12%;
}
#m-main-body-ul li{
    font-size: 20px;
    margin-top: 3px;
	margin-bottom: 3px;
}
#m-main-body5{
	margin-top: 6%;
	margin-right: 14%;
}


#m-main-body6-nedan2{
    display: flex;
    background-color: #ad9a67;
    width: 252px;
    height: 35px;
    background: rgba(173,154,103,0.24);
    justify-content: space-evenly;
    font-size: 20px;
    text-align: left;
	padding: 1%;
}

.m-main-sub {
    text-align: center;
    border: solid 3px #daecf1;
    width: 45%;
    height: 316px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m-main-sub h2{
	text-align: center;
	margin-top: 61px;
}

.m-main-body2{
    width: 525px;
}
.m-main-bottom{
	background:rgba(173,154,107,0.24);
    width: 65%;
    height: 35px;
    text-align: center;
	margin-left: 20%;
	margin-bottom: 10%;
	padding: 1%;
}
/*メニューページ*/


/*アクセスページ*/
.ac-common{
	text-align: center;
	margin-bottom: 20px;
    width:1200px;
	margin-left: auto;
	margin-right: auto;
}
#access h2{
	color: #469eba;
	font-size: 30px;
	margin-left:auto;
	margin-right: auto;
}
#ac-main5{
	background-color: #ecf5f8;
	text-align: center;
	margin-top: 50px;
	height: 160px;
}
#ac-main5 h1{
	color:#24907e;
	font-size: 28px;
	padding:2%;
}
#ac-main5 span{
	color:#24907e;
	font-size: 20px;
	display: block;
}
#ac-main1{
	margin-top: 90px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#ac-main1 h2{
	text-align: center;
}
#ac-main1 span{
	color:#469eba;
	font-size: 24px;
	display: block;
}
#ac-main1div1{
	display: flex;
	justify-content: space-around;
}
#ac-main1 dl{
	background-color: #ecf5f8;
	width:755px;
	height:359px;
	padding-top: 70px;
    padding-left: 77px;
	margin-top: 60px;	
}
#ac-main1 dt{
	float : left;
	color: #008475;
	font-size: 18px;
	padding: 10px;
}
#ac-main1 dd{
	margin-left : 150px;
	padding: 10px;
	font-size: 18px;
}
#ac-main1div1 dd br{
    display: none;
}
#ac-main1div2{
	float: right;
    width: 320px;
    height: 387px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 5%;
}
#ac-main1 img{
	width: 100%;
}
#ac-main2{
	margin-top: 90px;
	height: 684px;
}
#ac-main2 h2{
	font-size: 30px;
}
#ac-main2 span{
	color:#469eba;
	font-size: 24px;
	display: block;
}
#ac-main2div{
	margin-right: auto;
	margin-left: auto;
}
#ac-main2 iframe{
    width: 1200px;
	height: 600px;
	margin-top: 50px;
}
#ac-main3{
	margin-top: 90px;
}
#ac-main3 span{
	color: #469eba;
	display: block;
	font-size: 24px;
}
#ac-main3p{
	margin-top: 25px;
	color: #353535;
	font-size: 20px;
	padding: 40px 0px;
}
#ac-main4{
	margin-top: 90px;
}
#ac-main4 span{
	color: #469eba;
    display: block;
	font-size: 24px;
}
#ac-main4p1{
	color:#353535;
	padding: 40px 0px;
}
#ac-main4 ul{
	display: flex;
	justify-content: space-between;
	padding: 65px;
}
#ac-main4li1{
	background-color: #c7e2ea;
	width: 400px;
	height: 260px;
}
#ac-main4li1 div{
	width: 100px;
	position: relative;
	top:90px;
	left:128px;
}
#ac-main4 img{
	width: 100%;
}
#ac-main4 ul h3{
	position: relative;
	top: 55px;
	color: #469eba;
}
#ac-main4 ul p{
	position: relative;
	top: 80px;
	color: #353535;
}
#ac-main4li2{
	background-color: #ecf5f8;
	width: 400px;
	height: 260px;
}
#ac-main4li3{
	background-color: #c7e2ea;
	width: 400px;
	height: 260px;
}
#ac-main4p4{
	padding: 20px 0px;
	color: #353535;
}
/*アクセスページ*/


/*ここからフッター*/
footer{
	background-color:#eeeeee;
	color: #008475;
	margin-top: 180px;
}
#footerul1{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#footerli1{
	margin-top: 4%;
}
#footerli2{

}
#footerp3{
	color: #008475;
	font-size: 16px;
	margin-top: 20%;
}
footer nav{
	display: flex;
	justify-content: space-between;
	margin-top: 19%;
	margin-left: 35%;
}
footer nav span{
	display: block;
	font-size: 14px;
	color: #008475;
}
#footerli2 a:hover, #footerli2 a:hover span{
	color: #469eba;
}
footer nav ul{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	margin-top: -173%;
	margin-left: -45%;
}
#footerli3{
	margin-top: 95%;
}
#footerli4{
	margin-top: 171%;
}
footer nav ul li :hover{
	color: #469eba;
}
#insta{
	margin-top: 10%;
    float: right;
    padding-bottom: 2%;
    padding-right: 0%;
}
#copyright{
	background-color: #24907e;
    text-align: center;
    padding: 30px;
    clear: both;
}
small{
	color:white;
}