/*
Theme Name: irodori_cssmix
Theme URL: http://wordpress.hitsuji.me
Description: Wordpress sample theme for training.
Author: ujidesign
Version: 1.0
*/
@charset "UTF-8";
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/*========================================
ページごとのcss TOP
========================================*/
/*コンテンツ*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_facility { display: block !important; }
.sp_facility { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc_facility { display: none !important; }
    .sp_facility { display: block !important; }
}

.wapper_facility {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; /* ← 中央寄せに変更！ */
  padding-left: 0;
  padding-right: 0;
}

.box_facility{
    display: block;
    clear:both;
    margin-top:30px;    
    margin-bottom:10px;    
    margin-left:0;
    margin-right:0;
}
.list_facility_sp{
    float:left;
    width:46%;
    margin-right:11.5px;
    margin-bottom:20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background-color: #fff;
  padding: 0; 
}
.list_facility_pc{
    float:left;
    width:30%;
    margin-right:11.5px;
    margin-bottom:20px;
}
.list_facility_sp p{
    line-height:1.25em;
    text-align:center;
}
.list_facility_pc p{
    line-height:1.25em;
    text-align:center;
}
.list_facility_sp a{
    text-decoration:none;
    text-decoration-color:#00479D;
}
.list_facility_pc a{
    text-decoration:none;
    text-decoration-color:#00479D;
}
.wapper_facility{
    margin-top:50px;        
}

.facility-tag {
  display: inline-block;
  background-color: #e6f0ff; /* 淡い青（ブランドブルーの薄い版） */
  color: #00479D;            /* テキストはブランドブルー */
  padding: 0px 8px;
  margin: 4px 4px 0 0;       /* タグの間に余白 */
  border-radius: 9999px;     /* pill型 */
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .box_facility {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* 左揃え */
    margin: 0 auto;
  }

  .list_facility_pc {
    width: 30%;
    margin: 0.6rem 0.4rem;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;            
  }
    
  .facility-name {
    font-size: 9px;         
    font-size: 0.9rem;   
    }
  .facility-type {
    font-size: 8px;         
    font-size: 0.8rem;
    margin-top: 4px;  
    margin-bottom: 4px;        
    }
  .facility-tags {
    font-size: 7px;        
    font-size: 0.7rem !important;
    text-align: center;
      
    }      

/* カード全体 */
.facility-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  margin: 8px;
  padding-bottom: 60px; /* ボタン分のスペースを確保 */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ボタン */
.facility-btn {
  bottom: 12px;
  left: 12px;
  right: 12px;
  background-color: #00479D;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin: 12px 48px;    
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.facility-btn:hover {
  background-color: #003e8a;
}    
}

@media screen and (max-width: 750px) {
  .box_facility {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 中央寄せ */
    margin: 0 auto;
  }

  .list_facility_sp {
　  position: relative; /* ← 追加 */      
    width: 46%;
    margin: 0.3rem;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); 
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;      
  }      

  .facility-name {
    font-size: 9px;         
    font-size: 0.9rem;   
    }
  .facility-type {
    font-size: 8px;         
    font-size: 0.8rem;
    margin-top: 4px;  
    margin-bottom: 4px;        
    }
  .facility-tags {
    font-size: 7px;        
    font-size: 0.7rem !important;   
    }      

/* カード全体 */
.facility-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  margin: 8px;
  padding-bottom: 60px; /* ボタン分のスペースを確保 */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ボタン */
.facility-btn {
  bottom: 12px;
  left: 12px;
  right: 12px;
  background-color: #00479D;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin: 6px 8px;    
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.facility-btn:hover {
  background-color: #003e8a;
}
}

/*地図*/
.map-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 40px auto; /* フッターとの余白 */
  text-align: center;
}

.map-iframe {
  border: 0;
  max-width: 100%;
}

/* スマホ表示用 */
@media screen and (max-width: 767px) {
  .map-iframe {
    width: 100%;
    height: 400px;
  }
}

/* PC表示用 */
@media screen and (min-width: 768px) {
  .map-iframe {
    width: 900px;
    height: 580px;
  }
}

.fs_0{font-size:0;}
.fs_return{font-size:16px;}

/*内容講師紹介*/
.annai_underborder{
	padding-bottom:20px;
	border-bottom: dashed 1px #00479D;
}
.annai_top{
	margin-top:20px;
}

#logomind_img{
	display:block; 
    vertical-align: top;
}

#logomind_img img{
	display:block;
	margin-left:auto;
	width:170px;
	height:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:25px;
}
#logomind_text{
	width:100%;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;
	margin-bottom:10px;
}
 
@media only screen and (min-width: 320px) {
h1 img{width:228px;height:auto;}
}
@media only screen and (min-width: 360px) {
h1 img{width:135px;height:auto;}
}
@media only screen and (min-width: 500px) {/*フッター(SP用420以上)*/
footer .footertext{width:363px;height:186px;}
footer .foot_fs_a{font-size:15px;margin-bottom:5px;}
footer .foot_fs_b{font-size:15px;}
footer .foot_fs_c{font-size:15px;}
footer .foot_fs_d{font-size:22px;width:363px;}
footer .foot_fs_d a{color:#FFF;text-decoration:none;}
footer .tel{margin-top:8px;}
footer .mail{margin-top:-4px}
footer .foot_fs_e{font-size:13px;margin-top:9px;}
.icon_tel {width:26px;}
.icon_mail {width:26px;}

h1 img{width:290px;height:auto;}
#button{top:27.5px;width:45px;height:45px;}
/*大項目*/
h2{text-align:center;
	height:70px;
	line-height:70px;
	font-size:35px;}
h2 img{height:27px;}
}
@media only screen and (min-width: 530px) {
	
#top{
	height:150px !important;
	background-color:#00479D;}

h1 img{
	width:290px;
	height:auto;}
	
.pc_sub { display: block !important; width:450px;}
.sp_sub { display: none !important; }
.subtitle{height:75px;}

}

@media only screen and (min-width: 640px) {

#button{top:45px;width: 70px;height: 70px;}
.pc_sub{
	width:592px;
	height:100%;
	position: relative;
    margin-left: auto;
    margin-right: auto;}

}

@media only screen and (min-width: 960px) {

/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }

.index_body { margin-top: 100px;}
    
.l-header-content {
    padding: 10px 30px;
    }    
        

/*標準フォントサイズ変更*/
body {font-size: 18px;
      margin-top: 100px;}

/* ヘッター */

h1{
	padding-right:initial;
	 width:185px;
	 float:left;
	 display:block;}
    
h1 img{
	width:auto;
	height:40px;
    padding-top:initial;}
	 
	

/*アドレス*/
.icon_tel {
  position: relative;
  width:15px;
  height:auto;
  top: 2px;}
.icon_mail {
  position: relative;
  width:30px;
  height:auto;
  top: 7px;}
.icon_menuitem{
  position:relative;
  top:7px;
  right: 2px;}

.hava {
  display:block;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  z-index: 0;}

/*大項目*/
h2 img{
	height:32px;}
	

#topbutton {margin-bottom:100px;}

.box{
	float: right;
    display: block;
	width : -webkit-calc(100% - 220px) ;
   width : calc(100% - 220px) ;
	margin-top:0px;
	margin-bottom:100px;}
	
.con_item {
  width: 140px;
  margin: 30px 0 18px;
}
	

.fs_return{font-size:18px;}

/*フッター（PC用）*/

#footeroverbox{
	height:10px;
	background-color:#00479D;}

#footerbox{
    margin-top:10px;
	height:105px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;}

#footerside_left{
	float: left;
    display: block;
	width:400px;
	margin-top:24px;}
#footerside_left #company_name{
	font-size:17px;}

#footerside_left #copyright{
	font-size:12px;
	margin-top:14px;}

#footerside_right{
	    float: right;
	display: block;
	 text-align: right;
	 margin-top:16px;}

#footerside_right ul{
	 display:block;
	 margin-top:-3px;
	 font-size:13px;}
	 
#footerside_right ul li{
	display: inline-block;
	margin-left:10px;}

#footerside_right ul a{
	color:#FFF;
	text-decoration:underline;}

#footerside_right img{
	 width:45px;
	 height:45px;
	 margin-right:-7px;}
#logomind_text{
	width : 100%;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;}
#logomind_img{
	width :240px;
	display:block;
    vertical-align: top;
	margin-bottom:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#logomind_img img{
	display:block;
	width :240px;
	height:auto;
	margin-top:initial;
}	 
}

@media screen and (min-width: 1201px) {
	
	/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }
.hava {
		max-width:1200px;
		position: relative;
		width:980px;
		padding:initial;
		margin-left:auto;
		margin-right:auto;
		z-index: 0;}
.box{
	float: right;
    display: block;
	width:760px;
	margin-top:0px;
	margin-bottom:100px;}

#logomind_img{
	width:240px;
	margin-right:50px;
	display: inline-block; /* インラインブロック化 */
    vertical-align: top;}

.fs_0{font-size:0;}

#logomind_text{
	width:470px;
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;}

}