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

html { width: 100%;height: 100%;margin: 0;	padding: 0;} 
body{width:100%;height: 100%;margin:0;padding:0; -webkit-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body.fixed {	position: fixed;height: 100vh;}

.mincho{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.clearfix:after{content: "";clear: both;display: block;}

:hover{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all  0.3s ease;}

#page-top{display:block;position:fixed;right:0px;bottom:0px;z-index:9999;bottom:0;width:60px;height:50px;padding:10px 0px 0px 0px;background:#B0AC84;color: white;font-size:18px;letter-spacing:0;text-transform:uppercase;text-decoration: none;text-align: center;}
#page-top span{display:block;font-size: 12px}
#page-top:hover{color:white;background:#FA8A80;}

@media (min-width:1051px) {
	header{width: 100%; height:110px;margin: 0 auto;}
	header #header_wrap {position: fixed;top:0;left: 0;width: 100%;height:110px;margin: 0 auto;background:#FFEFE0;box-sizing:border-box;z-index: 99;}
	/* スクロール時のヘッダーロゴはindex.css,2nd.cssに記述 */
	header #header_wrap nav{position: absolute;top: 35px;right: 0;width:100%;min-width: 1250px;/*border-top: 1px #dcdddd solid;border-bottom: 1px #dcdddd solid;*/}	
	/*メニューボタン・展開時のメニュー*/
	.button{display:block;}	
	.button p{display:none;}
  
	#menu_wrap #menu_inner{text-align: center;}	
	#menu_wrap #menu_inner a{display: inline-block;position: relative;text-align:center;text-decoration: none; padding:20px 20px; font-size: 15px;letter-spacing: 0px; color:#92806C;}
	#menu_wrap #menu_inner a::before{   content:"";   display:inline-block;   width:1px;   height:22px;   background:#BEBCA6;   position:absolute;   top:20px;   left:0px;}
	#menu_wrap #menu_inner a:first-of-type::before{display:none;}
	#menu_wrap #menu_inner a:hover{color:#BEBCA6}	
  
  /*言語切り替えのボタン*/
  #header_wrap .lang_btn {
    position: absolute;
    top: 5%;
    right: 2%;
  }
  
  #header_wrap .lang_btn a {
    display: inline-block;
    font-size: 14px;
    color:#92806C;
    text-decoration: none;
    text-align:center;
    width: 25px;
    height: 20px;
    border-bottom: 1px solid #cccbbc;
    position: relative;
/*    margin-left: 10px;*/
  }
  
  #header_wrap .lang_btn a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
      /*背景の形状*/
    width: 0;
    height:100%;
    background:#fa6474;
      /*アニメーションの指定*/
    transition:all .5s;
    opacity: 0;/*はじめは透過0*/
  }
  
  /*現在地とhoverの設定*/
  #header_wrap .lang_btn a:hover::after {
      /*背景の形状*/
    width: 100%;/*横幅を伸ばす*/
    opacity: 1;/*不透明に*/
  }

  #header_wrap .lang_btn a:hover{
      color: #fff;
  }


	footer{margin:0 auto;padding: 0;}	
	footer #inquiry{margin: 0;padding: 50px 0;background-color: #FFE1CA;}
    footer #inquiry a{display:block;width:  350px;margin: 0 auto 30px auto; background:#FA6474; padding: 30px 0; text-decoration: none; font-size: 18px;color: white;text-align: center;}
	footer #inquiry a:hover{background:#fffbf2;color:#FA6474;}
	footer #inquiry a .fa-arrow-right{margin-left:10px;}
	footer #inquiry p{margin: 0 auto; padding: 0;font-size: 13px;text-align: center;color:#5F5858;line-height: 24px;letter-spacing: 1px; }
	footer #link_banner{text-align: center; padding: 50px 0;font-size: 0}
	footer #link_banner a{position: relative;display:inline-block;/*width: 300px;*/max-width: 250px;margin: 0 50px 0 0;text-align: left;font-size:18px;text-decoration: none;color: #231815;vertical-align:middle;}
	footer #link_banner a::after{content:'';position: absolute;top: 50%;right: -20px;transform: translateY(-50%);width: 1px;height: 30px;background: #808080;}
	footer #link_banner a:last-of-type::after{display: none}
	footer #link_banner a:hover{opacity:0.5;}
	footer #link_banner a#ieice{padding: 30px 0px 30px 80px; background: url("../img/logo_ieice.png") no-repeat;background-size:60px auto;background-position: 0 50%;}
	footer #link_banner a#cs{padding: 30px 0px 30px 70px; background: url("../img/logo_cs.png") no-repeat;background-size: 40px auto;background-position: 0 50%;}
	footer #link_banner a#csws{margin: 30px 0px 30px 0;padding: 0 0px 0 120px; background: url("../img/logo_csws.jpg") no-repeat;background-size: 100px auto;background-position: 0 50%;line-height: 24px}
	footer #link_banner a span{display:block;font-size: 11px;line-height: 14px}
	footer #link_banner a#cs span{color:#00a1e9;}
	footer #link_banner a#csws span{color:#8c8cd3;}	
	footer #sitemap{width: 100%;margin: 0 auto;padding: 50px 0 00px 0;text-align: center;font-size: 0;background: #fffbf2;}	
	footer #sitemap .inner:first-of-type{margin: 0 0 10px 0;}
	footer #sitemap .inner a{position: relative;display:inline-block;padding: 0px 15px;text-decoration: none;font-size: 14px;letter-spacing:1px;color: #92806C;text-align:center;}
	footer #sitemap .inner a::after{   content:"";   display:inline-block;   width:1px;   height:22px;   background:#dcdddd;   position:absolute;   top:0px;   left:0px;}
	footer #sitemap .inner a:first-of-type::after{display:none;}
	footer #sitemap .inner a:hover{color:#BEBCA6}	
	footer #copy_right{width: 80%;margin: 0 auto;padding:50px 10% 50px 10%;background: #fffbf2}
	footer #copy_right #logo_footer{float:left;width:50%;margin:0;padding: 0;}
	footer #copy_right #logo_footer figure{width:300px; margin:0 auto 0 0;padding: 0;}
	footer #copy_right #logo_footer figure a img{width:100%;}
	footer #copy_right #logo_footer figure a:hover{opacity:0.3;}
	footer #copy_right small{float: left;width:50%; margin:0;padding: 0;display: block;color:#92806C;font-size: 12px;letter-spacing:1px;text-align: right}
}


/*======================================= タブレット ===============================================
=================================================================================================*/
@media screen and (min-width:701px) and ( max-width:1050px)  {	
	header{width: 100%;height:80px; margin: 0 auto;}
	header #header_wrap {position: fixed;top:0;left: 0;width: 100%;height:80px;margin: 0 auto;background:#FFEFE0;box-sizing:border-box; z-index: 99}
	
	/* スクロール時のヘッダーロゴはindex.css,2nd.cssに記述 */
	
	header #header_wrap nav{width: 100%;position:fixed;	top:0px;left: 0;}	
	/*メニューボタン・展開時のメニュー*/
	.button{display:block;	position: absolute;	right:0%;top:0px;width: 80px;height:80px;padding:0px 0 0 0px;margin: 0 0;text-align: center;letter-spacing: 1px;  cursor:pointer;} 
	.button p{margin:15px 0 0 0;padding: 0;font-size:14px;color:#92806C}
	.button span {display:block;position: absolute;	height:2px;border-radius: 2px;	background:#92806C;right:25%;	-webkit-transition: .35s ease-in-out;	-moz-transition: .35s ease-in-out;	transition: .35s ease-in-out;}
    .button span:nth-child(1) {display: none;	top:40%;width:50%;}
    .button span:nth-child(2) {	top:50%;width:50%;}
    .button span:nth-child(3) {	top:60%;width:30%;}        
	.open .button p{color:#FA6474}
	.open .button span{display:block;	background:#FA6474;}
    .open .button span:nth-child(1) {width: 0;	left: 50%;}
    .open .button span:nth-child(2) {	width:30%;top: 55%;left: 35%;	-webkit-transform: rotate(45deg);	-moz-transform: rotate(45deg);	transform: rotate(45deg); 	}
    .open .button span:nth-child(3) {	width:30%;top:55%;left: 35%;	-webkit-transform: rotate(-45deg);	-moz-transform: rotate(-45deg);	transform: rotate(-45deg);}
    .open #menu_wrap{	display: block;	animation-duration: 0.6s;	animation-name:button_open;}         
    @keyframes button_open{ from { opacity:0.1;}        to { opacity:1;}    }	
	
	#menu_wrap{display: none;width: 100%;height:100vh;position:fixed;	top:80px;left: 0;background:rgba(255,255,255,0.7);}
	#menu_wrap #menu_inner{position: fixed;top:80px;left:0%;width:100%;height:75vh;margin:0 auto;padding:0;list-style: none;background:rgba(255,251,242,0.95);overflow-y: scroll;	-webkit-overflow-scrolling: touch;	overflow-scrolling: touch;}
	#menu_wrap #menu_inner a{position: relative;display: block;padding:20px 10%;text-decoration: none;color:#92806C;border-bottom: 1px solid #e0ddc8; font-size: 16px;letter-spacing: 1px;}	
	#menu_wrap #menu_inner a::before{   content:"";   display:inline-block;   width:20px;   height:1px;   background:#fa6474;   position:absolute;   top:35px;   left:50px;   }
	#menu_wrap #menu_inner a:hover{background:white;color:#fa6474;} 	
	
  /*言語切り替えのボタン*/
  #header_wrap .lang_btn {
    position: absolute;
    top: 11px;
    right: 10%;
  }
  
  #header_wrap .lang_btn a {
    display: inline-block;
    font-size: 14px;
    color:#92806C;
    text-decoration: none;
    text-align:center;
    width: 25px;
    height: 20px;
    border-bottom: 1px solid #cccbbc;
    position: relative;
    margin-left: 12px;
  }
  
  #header_wrap .lang_btn a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
      /*背景の形状*/
    width: 0;
    height:100%;
    background:#fa6474;
      /*アニメーションの指定*/
    transition:all .5s;
    opacity: 0;/*はじめは透過0*/
  }
  
  /*現在地とhoverの設定*/
  #header_wrap .lang_btn a:hover::after {
      /*背景の形状*/
    width: 100%;/*横幅を伸ばす*/
    opacity: 1;/*不透明に*/
  }

  #header_wrap .lang_btn a:hover{
      color: #fff;
  }
  
	footer{margin:0 auto;padding: 0;}	
	footer #inquiry{margin: 0;padding: 50px 0;background-color: #FFE1CA;}
    footer #inquiry a{display:block;width:  350px;margin: 0 auto 30px auto;background:#FA6474; padding: 30px 0; text-decoration: none; font-size: 18px;color: white;text-align: center;}
	footer #inquiry a:hover{background:#fffbf2;color:#FA6474;}
	footer #inquiry a .fa-arrow-right{margin-left:10px;}
	footer #inquiry p{margin: 0 auto; padding: 0;font-size: 14px;text-align: center;color:#5F5858;line-height: 26px;}
	footer #link_banner{text-align: center; padding:50px 0 0px 0;font-size: 0}
	footer #link_banner a{position: relative;display:block;width: 80%;margin: 0 auto 30px auto;text-align:center;font-size:16px;text-decoration: none;color: #231815;vertical-align:middle;}
	footer #link_banner a::after{content:'';position: absolute;bottom: 0%;left:50%;transform: translateX(-50%);width: 100%;height: 1px;background:#DCDDDD;}
	footer #link_banner a:last-of-type::after{display: none}
	footer #link_banner a:hover{opacity:0.5;}
	footer #link_banner a#ieice{padding: 50px 0px 30px 0px; background: url("../img/logo_ieice.png") no-repeat;background-size:60px auto;background-position: 50% 0%;}
	footer #link_banner a#cs{padding: 50px 0px 30px 0px; background: url("../img/logo_cs.png") no-repeat;background-size: 40px auto;background-position:50% 0%;}
	footer #link_banner a#csws{padding: 30px 0px 30px 0px; background: url("../img/logo_csws.jpg") no-repeat;background-size: 80px auto;background-position:50% 0%;}
	footer #link_banner a span{display:block;font-size: 11px;line-height: 14px}
	footer #link_banner a#cs span{color:#00a1e9;}
	footer #link_banner a#csws span{color:#8c8cd3;}	
	footer #link_banner a#csws .sp_csws{display:none;}
	footer #sitemap{width: 100%;margin: 0 auto;padding: 0px 0 0px 0;text-align: center;font-size: 0;background: #fffbf2;border-bottom: 1px solid #808080}
	footer #sitemap .inner a{display:block;margin: 0;padding: 14px 10%;text-decoration: none;font-size: 14px;letter-spacing:1px;color: #92806C;text-align:left;border-bottom: 1px solid #dcdddd}
	footer #sitemap .inner:last-of-type a:last-of-type{border-bottom:none}
	footer #sitemap .inner a:hover{color:#BEBCA6}	
	footer #copy_right{width: 80%;margin: 0 auto;padding:50px 10% 50px 10%;background: #fffbf2}
	footer #copy_right #logo_footer{width:50%;margin:0 auto 10px auto;padding: 0;}
	footer #copy_right #logo_footer figure{width:100%; margin:0 auto;padding: 0;}
	footer #copy_right #logo_footer figure a img{width:100%;}
	footer #copy_right #logo_footer figure a:hover{opacity:0.3;}
	footer #copy_right small{width:80%; margin:0 auto;padding: 0;display: block;color:#92806C;font-size: 12px;letter-spacing:1px;text-align:center}
}


/*============================================== SP ===============================================
=================================================================================================*/
@media (max-width: 700px) {
	header{width: 100%;height:80px; margin: 0 auto;}
	header #header_wrap {position: fixed;top:0;left: 0;width: 100%;height:80px;margin: 0 auto;background:#FFEFE0;box-sizing:border-box; z-index: 99}
	
	/* スクロール時のヘッダーロゴはindex.css,2nd.cssに記述 */
	
	header #header_wrap nav{width: 100%;position:fixed;	top:0px;left: 0;}			
	/*メニューボタン・展開時のメニュー*/
	.button{display:block;	position: absolute;	right:0%;top:0px;width: 80px;height:80px;padding:0px 0 0 0px;margin: 0 0;text-align: center;letter-spacing: 1px;  cursor:pointer;} 
	.button p{margin:15px 0 0 0;padding: 0;font-size:12px;color:#92806C}
	.button span {display:block;position: absolute;	height:2px;border-radius: 2px;	background:#92806C;right:25%;	-webkit-transition: .35s ease-in-out;	-moz-transition: .35s ease-in-out;	transition: .35s ease-in-out;}
    .button span:nth-child(1) {display: none;	top:40%;width:50%;}
    .button span:nth-child(2) {	top:50%;width:50%;}
    .button span:nth-child(3) {	top:60%;width:30%;}        
	.open .button p{color:#FA6474}
	.open .button span{display:block;	background:#FA6474;}
    .open .button span:nth-child(1) {width: 0;	left: 50%;}
    .open .button span:nth-child(2) {	width:30%;top: 55%;left: 35%;	-webkit-transform: rotate(45deg);	-moz-transform: rotate(45deg);	transform: rotate(45deg); 	}
    .open .button span:nth-child(3) {	width:30%;top:55%;left: 35%;	-webkit-transform: rotate(-45deg);	-moz-transform: rotate(-45deg);	transform: rotate(-45deg);}
    .open #menu_wrap{	display: block;	animation-duration: 0.6s;	animation-name:button_open;}         
    @keyframes button_open{ from { opacity:0.1;}        to { opacity:1;}    }		
	#menu_wrap{display: none;width: 100%;height:100vh;position:fixed;	top:80px;left: 0;background:rgba(255,255,255,0.7);}
	#menu_wrap #menu_inner{position: fixed;top:80px;left:0%;width:100%;height:75vh;margin:0 auto;padding:0;list-style: none;background:rgba(255,251,242,0.95);overflow-y: scroll;	-webkit-overflow-scrolling: touch;	overflow-scrolling: touch;}
	#menu_wrap #menu_inner a{position: relative;display: block;padding:16px 15%;text-decoration: none;color:#92806C;border-bottom: 1px solid #e0ddc8; font-size: 14px;letter-spacing: 0px;}	
	#menu_wrap #menu_inner a::before{   content:"";   display:inline-block;   width:14px;   height:1px;   background:#fa6474;   position:absolute;   top:25px;   left:5%;   }
	#menu_wrap #menu_inner a:hover{background:white;color:#fa6474;} 	
		
  /*言語切り替えのボタン*/
  #header_wrap .lang_btn {
    position: absolute;
    top: 11px;
    right: 90px;
  }
  
  #header_wrap .lang_btn a {
    display: inline-block;
    font-size: 14px;
    color:#92806C;
    text-decoration: none;
    text-align:center;
    width: 25px;
    height: 20px;
    border-bottom: 1px solid #cccbbc;
    position: relative;
    margin-left: 15px;
  }
  
  #header_wrap .lang_btn a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
      /*背景の形状*/
    width: 0;
    height:100%;
    background:#fa6474;
      /*アニメーションの指定*/
    transition:all .5s;
    opacity: 0;/*はじめは透過0*/
  }
  
  /*現在地とhoverの設定*/
  #header_wrap .lang_btn a:hover::after {
      /*背景の形状*/
    width: 100%;/*横幅を伸ばす*/
    opacity: 1;/*不透明に*/
  }

  #header_wrap .lang_btn a:hover{
      color: #fff;
  }
  
  
	footer{margin:0 auto;padding: 0;}	
	footer #inquiry{margin: 0;padding: 30px 0;background-color:#FFE1CA;}
    footer #inquiry a{display:block;width:  80%;margin: 0 auto 20px auto; background:#FA6474; padding: 20px 0; text-decoration: none; font-size: 16px;color: white;text-align: center;}
	footer #inquiry a:hover{background:#fffbf2;color:#FA6474;}
	footer #inquiry a .fa-arrow-right{margin-left:10px;}
	footer #inquiry p{width:80%;margin: 0 auto; padding: 0;font-size: 13px;color:#5F5858;line-height: 18px;}
	footer #link_banner{text-align: center; padding:30px 0 10px 0;font-size: 0}
	footer #link_banner a{position: relative;display:block;width: 80%;margin: 0 auto 20px auto;text-align:center;font-size:15px;line-height: 20px;text-decoration: none;color: #231815;vertical-align:middle;}
	footer #link_banner a::after{content:'';position: absolute;bottom: 0%;left:50%;transform: translateX(-50%);width: 100%;height: 1px;background:#DCDDDD;}
	footer #link_banner a:last-of-type::after{display: none}
	footer #link_banner a:hover{opacity:0.5;}
	footer #link_banner a#ieice{padding: 30px 0px 20px 0px; background: url("../img/logo_ieice.png") no-repeat;background-size:40px auto;background-position: 50% 0%;}
	footer #link_banner a#cs{padding: 40px 0px 20px 0px; background: url("../img/logo_cs.png") no-repeat;background-size: 30px auto;background-position:50% 0%;}
	footer #link_banner a#csws{padding: 30px 0px 0px 0px; background: url("../img/logo_csws.jpg") no-repeat;background-size: 70px auto;background-position:50% 0%;}
	footer #link_banner a span{display:block;font-size: 10px;line-height: 12px}
	footer #link_banner a#cs span{color:#00a1e9;}
	footer #link_banner a#csws span{color:#8c8cd3;}	
	footer #link_banner a#csws .sp_csws{display:none;}
	footer #sitemap{width: 100%;margin: 0 auto;padding: 0px 0 0px 0;text-align: center;font-size: 0;background: #fffbf2;border-bottom: 1px solid #808080}
	footer #sitemap .inner a{display:block;margin: 0;padding: 14px 10%;text-decoration: none;font-size: 14px;letter-spacing:0px;color:#92806C;text-align:left;border-bottom: 1px solid #dcdddd}
	footer #sitemap .inner:last-of-type a:last-of-type{border-bottom:none}
	footer #sitemap .inner a:hover{color:#BEBCA6}	
	footer #copy_right{width: 80%;margin: 0 auto;padding:30px 10% 20px 10%;background: #fffbf2}
	footer #copy_right #logo_footer{width:70%;max-width: 250px;margin:0 auto 10px auto;padding: 0;}
	footer #copy_right #logo_footer figure{width:100%; margin:0 auto;padding: 0;}
	footer #copy_right #logo_footer figure a img{width:100%;}
	footer #copy_right #logo_footer figure a:hover{opacity:0.3;}
	footer #copy_right small{width:100%; margin:0 auto;padding: 0;display: block;color:#92806C;font-size: 10px;letter-spacing:0px;text-align:center}
}