@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/* Mobile Layout: 480px and below. */
  


/* モバイル */

.glass_img {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
	display: none;
}
.glass_img_m {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
    display: block;
    margin-left: 0px;
}
.sdgs01 {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

#pageTop {
	position: fixed;
	bottom: 0px;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 0px;
	width: 80px;
}

#pageTop a {
  display: block;
  z-index: 999;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#glass_txt {
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
	font-family: 'Noto Sans JP', serif;;
    font-weight: 700;
}
#glass_txt02 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
#glass_txt03 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
	font-family: 'Noto Sans JP', serif;;
	font-weight: 700;
	width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.glass_txt04 {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Noto Sans JP', serif;;
	width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.glass_txt04 a {
    opacity: 0.7;
}
.glass_txt04 a:hover {
    opacity: 0.5;
}
.glass_phot {
    margin-top: 20px;
    margin-bottom: 0px;
}
.glass_phot2 {
    margin-bottom: 20px;
}
a.cp_btn {
    display: block;
    text-align: right;
    text-decoration: none;
}
a.cp_btn:after {

}
a.cp_btn:hover:after {

}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Noto Sans JP', serif;;
    width: 100%;
    margin-top: 20px;
}
.button a{
    text-decoration: none;
}	
.button a:hover{
    opacity: 0.6;
}	
.button2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Noto Sans JP', serif;;
    width: 13.4%;
    margin-top: 20px;
}
.txt014g {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.txt014gg {
    margin-top: 30px;
    display: block;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.txtmae {
    display: block;
    width: 100%;
    margin-left: 0px;
    float: left;
    text-align: left;
    height: 20px;
}
.txtushiro {
    display: block;
    width: 70%;
    margin-left: 0px;
    float: right;
    text-align: right;
    height: 20px;
    margin-top: -20px;
}
#scroll{
    font-size: 20px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    width: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    margin-top: -65px;
	text-shadow: 2px 2px 2px #383838;
}
#scroll a{
	color: #FFFFFF;
	text-decoration: none;
}
#scroll2{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Noto Sans JP', serif;;
    width: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    margin-top: -65px;
	text-shadow: 2px 2px 2px #383838;
}
#scroll2 a{
	color: #FFFFFF;
	text-decoration: none;
}
.atxt22{
    font-size: 26px;
    line-height: 28px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 491px) {

	
.glass_img {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
    display: block;
}
.glass_img_m {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
    display: none;
}
.sdgs01 {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

#pageTop {
	position: fixed;
	bottom: 0px;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 0px;
	width: 80px;
}

#pageTop a {
  display: block;
  z-index: 999;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#glass_txt {
    margin-top: 30px;
    text-align: center;
    font-size: 32px;
}
#glass_txt02 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
#glass_txt03 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
	font-family: 'Noto Sans JP', serif;;
	font-weight: 700;
}
.glass_txt04 {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Noto Sans JP', serif;;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}
.glass_txt04 a {
    opacity: 0.7;
}
.glass_txt04 a:hover {
    opacity: 0.5;
}
.glass_phot {
    margin-top: 20px;
    margin-bottom: 0px;
}
.glass_phot2 {
    margin-bottom: 20px;
}
a.cp_btn {
    display: block;
    text-align: right;
    text-decoration: none;
}
a.cp_btn:after {

}
a.cp_btn:hover:after {

}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Noto Sans JP', serif;;
    width: 30%;
    margin-right: 3.3%;
    margin-top: 10px;
}
.button a{
    text-decoration: none;
}	
.button a:hover{
    opacity: 0.6;
}	
.button2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Noto Sans JP', serif;;
    width: 15%;
    margin-right: 3.3%;
    margin-top: 10px;
}
.txt014g {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 97%;
    margin-left: 3%;
}
.txt014gg {
    margin-top: 20px;
    display: block;
    width: 97%;
    margin-left: 3%;
}
.txtmae {
    display: block;
    width: 100%;
    margin-left: 0px;
    float: left;
    text-align: left;
    height: 20px;
}
.txtushiro {
    display: block;
    width: 70%;
    margin-left: 0px;
    float: right;
    text-align: right;
    height: 20px;
    margin-top: -20px;
}
#scroll{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
}
#scroll a{
	color: #FFFFFF;
	text-decoration: none;
}
#scroll2{
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    width: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    margin-top: 480px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {



.glass_img {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
    display: block;
}
.glass_img_m {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #E1E1E1;
    display: none;
}
.sdgs01 {
    display: block;
    width: 782px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

#pageTop {
	position: fixed;
	bottom: 0px;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 0px;
	width: 80px;
}

#pageTop a {
  display: block;
  z-index: 999;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#glass_txt {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    font-family: 'Noto Sans JP', serif;;
    font-weight: 700;
}
#glass_txt02 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
	font-family: 'Noto Sans JP', serif;;
}
#glass_txt03 {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
	font-family: 'Noto Sans JP', serif;;
	font-weight: 700;
	width: 44%;
    margin-left: 28%;
    margin-right: 28%;
}
.glass_txt04 {
    margin-top: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Noto Sans JP', serif;;
    width: 44%;
    margin-left: 28%;
    margin-right: 28%;
}
.glass_txt04 a {
    opacity: 0.7;
}
.glass_txt04 a:hover {
    opacity: 0.5;
}
.glass_phot {
    margin-top: 20px;
    margin-bottom: 0px;
}
.glass_phot2 {
    margin-bottom: 20px;
}
a.cp_btn {
    display: block;
    text-align: right;
    text-decoration: none;
}
a.cp_btn:after {

}
a.cp_btn:hover:after {

}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Noto Sans JP', serif;;
    width: 30%;
    margin-right: 3.3%;
    margin-top: 10px;
}
.button a{
    text-decoration: none;
}	
.button a:hover{
    opacity: 0.6;
}	
.button2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Noto Sans JP', serif;;
    width: 13.4%;
    margin-right: 3.3%;
    margin-top: 10px;
}
.txt014g {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    width: 103.3%;
    margin-left: 0px;
}
.txt014gg {
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin-left: 0px;
    height: auto;
	font-family: 'Noto Sans JP', serif;;
}
.txtmae {
    display: block;
    width: 100%;
    margin-left: 0px;
    float: left;
    text-align: left;
    height: 20px;
}
.txtushiro {
    display: block;
    width: 70%;
    margin-left: 0px;
    float: right;
    text-align: right;
    height: 20px;
    margin-top: -20px;
}
#scroll{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
}
#scroll a{
	color: #FFFFFF;
	text-decoration: none;
}
#scroll2{
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    width: 100%;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFFFF;
    margin-top: 480px;
}
