@charset "UTF-8";

html{
  font-size: 100%;
  background:#FFF;
  }
  .clearfix:after,
  .pp_details:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  .clearfix,
  .pp_details{
    min-height: 1px;
    display: inline-table;
  }
  *:first-child+html .clearfix,
  *:first-child+html .pp_details{
    zoom: 1;
  }
  /* Hides from IE-mac \*/
  * html .clearfix,
  * html .pp_details{ height: 1%; }
  .clearfix,
  .pp_details { display: block; }
  /* End hide from IE-mac */

  span {
    display: inline-block;
 }
  
/*基本色*/
.body {  
    margin: 0;
    font-family: 'メイリオ', Meiryo,'游ゴシック',yuGothic,Microsoft Yi Baiti,Mistral,Trajan Pro;
    background-color: #FFFFFF;
    color:#5A5A5A
  }

a{
    text-decoration:none;
  }

p{line-height: 1.7;
  }
.senter{
  text-align: center;
  margin-bottom: 20px;
}
img{
    vertical-align:bottom;
    max-width:100%;
    height:auto;
  } 
  
@media screen and (min-width:769px) {
    /*769ピクセル以上、パソコンなどで表示された時のみの指定*/
    .wrapper{
      min-width: 980px;
    }
    a:hover{
      opacity: 0.7;
    }    
    }
    
.anime{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    }
.anime.effect{
    opacity: 1;
    }    

.logo{
    float: left;
    width: 120px;
    max-width: 70%;
    margin-top: 16px;
    margin-bottom: 18px;
    margin-left: 20px;
  }
.gnav{
    float: right;
    list-style-type: none;    
  }
.gnav li{
	display: inline-block;
  } 
.gnav li a{
    display: block;
    padding: 32px 40px 0 0;
    font-weight: bold;
    color: #000;
}       

/* PCマウスホバー時 */
@media screen and (min-width:769px) {
  /*769ピクセル以上、パソコンなどで表示された時のみの指定*/
  
	.gnav li a:hover{
		text-decoration: underline;
		opacity: 1;
	}
	.gnav{
		display: block!important;
	}	  
}

/* スマホ */
@media screen and (max-width:768px) {
  /*768ピクセル以下の画面サイズの時の指定（タブレット以下）*/
  header{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    height: 90px;
  }
 
.logo img{
    max-height: 55px;
  } 
.sp_btn{
	display: block;
	width:18%;
	max-width:48px;
	float:right;
	padding:10px 5px 0;
	margin-top: 14px;
	text-align:center;
	cursor: pointer;
	}
.sp_btn .line{
	height:4px;
	margin-bottom:10px;
	background:#000;
	}
.sp_btn.active .line1{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:15px;
	}
.sp_btn.active .line2{
	display:none;
	}
	.sp_btn.active .line3{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top:-15px;
	margin-bottom:24px;
	}
.gnav{
	display: none;
	float: none;
	clear: both;
	text-align: center;
	position: absolute;
	width: 250px;
	right: 0;
	top: 90px;
	background: #000;
	padding-bottom: 100%;
	}	
.gnav li{
	display: block;
    border-bottom: 1px solid #fff;
	}
.gnav li a {
	padding: 20px 10px;
	color: #fff;
	}
  
}
@media screen and (max-width:500px) {
  /*500ピクセル以下の画面サイズの時の指定（スマホなど）*/
  
.gnav{
		width: 100%;
	}
.main{
		padding-top: 80px;/*スマホのロゴの重なり解消*/
    padding-left: 10px;
    padding-right: 10px;
	}    
}

.main{
  padding-left: 10px;
  padding-right: 10px;
}

.conC{
  text-align : center;     
  }

.conC h3{
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: bold ;
  color: #000;
}
.article{
  margin-top: 80px;
  margin-bottom: 80px;  
}
.conC h4{
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold ;  
}
.isleimg{
	display: flex;
	flex-wrap:wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.isleimg li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
  list-style-type: none;
}
.isleimg li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */	
}

.isleimg2{
  margin-top: 50px;
  margin-bottom: 50px;
	display: flex;
	flex-wrap:wrap;
}
.isleimg2 li {
	width: calc(100%/6);/*←画像を横に4つ並べる場合*/
	padding:0 2px;/*←画像の左右に2pxの余白を入れる場合*/
	box-sizing:border-box;
  list-style-type: none;
}
.isleimg2 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */	
}

.isleimg3{
  margin-top: 50px;
  margin-bottom: 50px;
	display: flex;
	flex-wrap:wrap;
}
.isleimg3 li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding:0 20px;/*←画像の左右に2pxの余白を入れる場合*/
	box-sizing:border-box;
  list-style-type: none;
}
.isleimg3 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */	
}
@media screen and (max-width:768px) {
  /*768ピクセル以下の画面サイズの時の指定（タブレット以下）*/	
.isleimg{	
    display: block;	
    margin-top: 50px;
    margin-bottom: 50px;
  }
.isleimg li {
    width: 82%;
    padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
    box-sizing:border-box;
    list-style-type: none;  
    margin: auto;
}
}    
.map{  
  max-width:100%; /*画像のはみだしを防ぐ*/
  text-align: center;
} 

.map{
  text-align: center;
}
/*
footer*/
footer{
	text-align: center;
	padding: 30px 0;
	margin-top: 60px;
  background-color: #C19A5B;      
}

 footer a,
 footer .copy{
	color: #5A5A5A;
	margin-bottom: 10px;
	font-size: 90%;
}
 footer .inner{
	position: relative;
}

 footer .pagetop{
	position: absolute;
	top:-80px;
	right: 3%;
}
 footer .footer_logo{
	margin: 0 auto 30px;
	width: 60%;
  max-width: 230px;
}
 footer .footer_sitemap{
	margin-bottom: 30px;
	color: #D1CDBB;
	border-top: 1px solid #D1CDBB;
	padding-top: 30px;
}
 footer .footer_sitemap li{
	display: inline-block;
	padding: 0 30px; 
  color: #FFF;
}

 footer .copy{
	margin-bottom: 10px;
	font-size: 90%;
}

@media screen and (max-width:768px) {
  /*768ピクセル以下の画面サイズの時の指定（タブレット以下）*/
  
	footer .footer_sitemap li{
		padding: 0 10px;
	}
  
}
@media screen and (max-width:500px) {
  /*500ピクセル以下の画面サイズの時の指定（スマホなど）*/
  
	footer .footer_sitemap li{
		font-size: 12px;
	}
	footer .footer_sitemap li.center_line{
		display: none;
	}
  
}

/* ここから下がボタンのCSS　*/
.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 240px;
  text-align: center;
  background-color: #FFF;
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 24px 24px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  opacity: 1 !important;
  margin-top: 20px;
}
.c-button span {
  position: relative;
  z-index: 99;
}
.c-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
}
.c-button svg {
  width: 45px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.2s;
}
.c-button:hover {
  color: #FFF;
}
.c-button:hover:after {
  width: 100%;
}
.c-button:hover svg path {
  stroke: #FFF;
  transition: all 0.1s 0.2s;
}

/* ここから下がID PASSのCSS　*/
body {
  background-color: #ffffff;
}

form {
  width: 400px;
  padding: 40px 10px;
  margin: auto;
  background-color: #000;
  text-align: center;
}

form h1,form p {
  color: white;
  font-weight: 500;
}

form p {
  font-size: 10px;
}

form input[type = "id"],form input[type = "password"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  border: 2px solid #C19A5B;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  border-radius: 24px;
  transition: 0.25s;
  text-align: center;
}

form input[type = "id"]:focus,form input[type = "password"]:focus {
  width: 280px;
  background-color: #f0f8ff;
}

form input[type = "button"]{
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  border: 2px solid #f0f8ff;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 25px;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
}

form input[type = "button"]:hover {
  background-color: #C19A5B;
  border: 2px solid #C19A5B;
}

.box p{
  text-align:center;
  position:relative;
  top:80px;
}

.box h3 {
  text-align:center;
    position:relative;
    top:80px;
}
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}

/*
box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color];
aka
box-shadow: 1px 3px 5px #ccc;
*/

/*=========================================
 * Effect 1
=========================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}