@charset "utf-8";    
@import url(https://fonts.googleapis.com/css?family=Sacramento);
@import url(https://fonts.googleapis.com/css?family=Limelight);

/*　フォント
---------------------------------------------------------------------------*/

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }/*明朝体*/
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }/*ゴシック*/
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*　共通
---------------------------------------------------------------------------*/
/*メニュー１
----------------------------------*/
#p1 a,#p2 a,#p3 a,#p4 a{
  text-decoration:none;
  border-bottom:1px dashed #888;
}


/*メインコンテンツ
---------------------------------------------------------*/
#main_contents{
  position:relative;
  /*background:white;*/
  margin-bottom:40px;
}

#main_pic{
  position:relative;
  width:100%;
  display:block;
  margin:30px 0 100px;

  font-family: "Noto Sans Japanese";
}
#main_pic img{
  width:280px;
 float:left;

  margin:50px 50px 0 0;
}

#main_pic h2{
  padding-top:60px;
  font-size:4.5rem;
  letter-spacing:10px;

}

#main_pic h2 span{
  font-size:2rem;
  margin-left:30px;
}

#main_pic .cont{
    margin-top:10px;
    width:1060px;
    font-size:3rem;

}

/*　サブメニュー
--------------------------------------------------------*/
#sub_menu{
  display:block;
  text-align:left;
  margin:10px auto 50px;
}

#sub_menu ul{
padding:0px 0 10px 0;
margin:10px 0 0;

}

#sub_menu li {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

.button {
  font-family: "Noto Sans Japanese";
  position:relative;/* 影の重なり対応　親と子共に positon zoomを入れる*/ 
  margin-right:30px;
	background-color: #fff;/*うすい黄緑*/;
  font-size:1.8rem;
	
  line-height: 52px;/*ボタンの高さの位置*/
  text-decoration:none;

  color:#036eb8;
  letter-spacing:5px;
  color:#fff;
  padding:2px 10px 3px 14px;

  background:#80b639;

}
.button:hover {

  background:#80b639;
	box-shadow: 6px 6px 0 #ddd;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

/*各ヘッダ
-------------------------------------------*/
h3{
  display:inline;
  font-size:2.8rem;
  color:#036eb8;
  /* font-weight:bold;*/
  letter-spacing:5px;
  color:#fff;
  padding:3px 20px 5px 20px;
  font-family: "Noto Sans Japanese";
  background:#80b639;
}

h4{
  display:inline;
  font-family: "Noto Sans Japanese";
  font-size:2.3rem;
  font-weight:bold;
  color:#699c24;/*タイトル向け　濃い緑*/
  margin-bottom:5px;
  letter-spacing:0px;
  border-top:2px solid #80b639;
  border-bottom:2px solid #80b639;
  padding:10px 0px 10px;
}


hr{
  border:none;
  border-bottom:3px dashed #80b639;
}
/*セクション１
-----------------------------------------------------------*/
#p1, #p2, #p3, #p4{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin:50px 0px 70px;
}

.cont01{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin:30px 0 0px;
  text-align:justify;
}

.cont_button{
  position:relative;
  display:block;
  background:#f7530b;
  padding:10px 20px;
  width:200px;
  text-align:center;

  color:white;
  font-weight:bold;
  margin-left:20px;
  margin-top:10px;
}

.cont_button a{
  border-bottom:none!important;
}
.cont_button:hover{
  box-shadow: 6px 6px 0 #ddd;
}
.cont_button:active {
	top: 3px;
	box-shadow: none;
}


/*幅
-------------------------------------*/
#p1 .cont01,#p2 .cont01,#p3 .cont01,#p4 .cont01{
 width:71.2%;
}

/* 写真
--------------------------------------------------*/
.main_pic img,.dummy_pic img{
  position:absolute;
  bottom:0px;
  right:30px;
  border:12px solid #fff;
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  behavior: url(./PIE.htc);
  width:200px;
  height:260px;
  object-fit:cover;
  transform: rotate( 2deg );
  transition: 0.3s;
}
.dummy_pic img{
  transform: rotate( 8deg );
}

/*各パート調整
--------------------------------------------------*/
#p2 .main_pic img,#p2 .dummy_pic img{
  top:90px;

}


#p1 ul,#p2 ul,#p3 ul{
  position:relative;
  margin-top:30px;
  margin-left:0px;

}
#p1 ul p,#p2 ul p,#p3 ul p{
  margin-left:23px;
}
#p1 ul i,#p2 ul i,#p3 ul i{
  color:#f7530b;
  margin-right:10px;
}
#p1 ul li,#p2 ul li,#p3 ul li{
  margin:10px 0;
}

