@charset "UTF-8";
/* CSS Document スケジュール*/

body{
	width:100%;
	height:100%;
	font-family:'Noto Sans JP','Sawarabi Gothic', 'Sawarabi Mincho','Great Vibes', cursive,'Dancing Script', cursive,'Fredericka the Great', cursive;
	
	font-size:1rem;
}



a:link,
a:active,
a:visited{
	color:rgba(93,68,49,1);
	text-decoration:none;
}
a:hover{
	opacity:0.6;
	
}


#pagemain h1{
	width: 100%;
	height: auto;
	background: #000;
	background-size: cover;
	padding: 190px 0 ;
	font-size: 3.5rem;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color:#fff;
}


.sche_inner{
	text-align: center;
	margin: 0 0 50px;
	
	
}
.sche_more{
	width: 300px;

	margin:30px auto 100px;
	text-align: center;
	background:rgba(0,0,0,1);
}

.sche_more a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	color:#fff;
}
.sche_more a:hover{
	background:  rgba(208,38,38,1.00);
	color:#fff;opacity: 1;
}
.point,h3{
	width: 50%;
	min-width: 800px;
	margin:30px auto;
	font-size: 1.2em;
}
h3{
	background: rgba(0,0,0,1.00);
	padding: 10px 0 10px 10px;
	color: #fff;
}
	h3.in_h3,p.in_point{
	width: 80%;
	min-width: 700px;
		line-height: 1.5em;
	}


#mokuzi{
	background: #262626;
	padding: 50px 0;
}
#mokuzi h2{
	color:#fff;text-align: center;
	font-size: 1.5em;
	margin: 0 0 50px;
}
ul.sche_menu{
	width:800px;
	margin: 20px auto 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.sche_menu li{
	width: calc(100% / 7.5);
	text-align: center;
	padding: 8px;
}
ul.sche_menu li a{
	color:#fff;
	display: block;
}
#kyouto,#nagoya,#kobe,#koubou,#special,#kozin,#rinten{
	background: #eee;
	padding: 50px 0;
}


/*タブ切り替え全体のスタイル*/
.tabs,
.tabs_b,
.tabs_c,
.tabs_d,
.tabs_e,
.tabs_f,
.tabs_g{
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 50%;
	min-width: 800px;
  margin: 0 auto 30px
}
.tabs_b,.tabs_c,.tabs_d,.tabs_e,.tabs_f,
.tabs_g{
	margin-bottom: 100px;
}

/*タブのスタイル*/
.tab_item,.tab_itemb,.tab_itemc,.tab_itemd,.tab_iteme,.tab_itemf,.tab_itemg{
  width: calc(33% - 6px );
  height: 50px;
  border: 3px solid rgba(0,0,0,1);
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover,
.tab_itemb:hover,
.tab_itemc:hover,
.tab_itemd:hover,
.tab_iteme:hover,.tab_itemf:hover,.tab_itemg:hover
{
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
input[name="tab_itemb"] {
  display: none;
}
input[name="tab_itemc"] {
  display: none;
}
input[name="tab_itemd"] {
  display: none;
}
input[name="tab_iteme"] {
  display: none;
}
input[name="tab_itemf"] {
  display: none;
}
input[name="tab_itemg"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content,.tab_contentb,.tab_contentc,.tab_contentd,.tab_contente,.tab_contentf,.tab_contentg{
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.tab_content .tab_content_description p.c-txtsp,
.tab_contentb .tab_content_description p.c-txtsp,
.tab_contentc .tab_content_description p.c-txtsp,
.tab_contentd .tab_content_description p.c-txtsp,
.tab_contente .tab_content_description p.c-txtsp,
.tab_contentf .tab_content_description p.c-txtsp,
.tab_contentg .tab_content_description p.c-txtsp{
	width:100%;
	text-align: center;
	margin: 0 auto;}
.tab_content .tab_content_description p.c-txtsp img,
.tab_contentb .tab_content_description p.c-txtsp img,
.tab_contentc .tab_content_description p.c-txtsp img,
.tab_contentd .tab_content_description p.c-txtsp img,
.tab_contente .tab_content_description p.c-txtsp img,
.tab_contentf .tab_content_description p.c-txtsp img,
.tab_contentg .tab_content_description p.c-txtsp img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#kyosyo:checked ~ #kyosyo_content,
#k_b:checked ~ #k_b_content,
#k_s_b:checked ~ #k_s_b_content,
#k_s_s:checked ~ #k_s_s_content,
#k_ex:checked ~ #k_ex_content,
#k_sp:checked ~ #k_sp_content,
#k_to:checked ~ #k_to_content,
#ko_tanosii:checked ~ #ko_tanosii_content,
#ko_top:checked ~ #ko_top_content,
#ko_sp:checked ~ #ko_sp_content,
#sp_kyouto:checked ~ #sp_kyouto_content,
#sp_kobe:checked ~ #sp_kobe_content,
#koubou_k:checked ~ #koubou_k_content,
#koubou_n:checked ~ #koubou_n_content,
#koubou_be:checked ~ #koubou_be_content,
#kozin_1:checked ~ #kozin_content,
#rinten_1:checked ~ #rinten_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item,
.tabs_b input:checked + .tab_itemb,
.tabs_c input:checked + .tab_itemc,
.tabs_d input:checked + .tab_itemd,
.tabs_e input:checked + .tab_iteme,
.tabs_f input:checked + .tab_itemf,
.tabs_g input:checked + .tab_itemg{
  background-color: rgba(77,77,77,1.00);
  color: #fff;
}


.topimg img{ 
	width: 100%;
	height: auto;
}
.topimg{
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.topimg h2{
	width: 200px;
	height: 1em;
	position: absolute;
	color:#fff;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 2.5rem;
	text-align: center;
	margin: auto;
}

iframe.map{
	display: block;
	 width: 50%;
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	height: 300px;
}
iframe.in_map{
	display: block;
	 width: 80%;
	min-width:700px;
	margin: 0 auto;
	text-align: center;
	height: 300px;
}


/*===========================================sp設定===========================================*/
@media print, screen and (max-width:768px){
	
	.sche_inner img{
		display: block;
		width: 90%;
		height: auto;
		
	text-align: center;
	margin: 0 auto 50px;
	
	
}
	
#pagemain h1{
	background-size: cover;
	padding: 100px 0 ;
	font-size: 1.8rem;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}	
	
	
	.sche_more{
	width: 90%;

	margin: 0 auto 100px;
	text-align: center;
	background:rgba(0,0,0,1);
}

.sche_more a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	color:#fff;
}
	
/*タブ切り替え全体のスタイル*/
.tabs,
	.tabs_b,.tabs_c,.tabs_d,.tabs_e,.tabs_f,.tabs_g{
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;
	min-width: 90%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item,.tab_itemb,.tab_itemc,.tab_itemd,.tab_iteme,.tab_itemf,.tab_itemg{
  width:calc(33% - 4px);
  height: 60px;
  border: 2px solid rgba(0,0,0,1);
  background-color: #d9d9d9;
  line-height:1.2em;
  font-size:0.9em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	padding: 1% 0 0;
}
.tab_item:hover, 
.tab_itemb:hover,
.tab_itemc:hover,
.tab_itemd:hover,
.tab_iteme:hover,.tab_itemf:hover,.tab_itemg:hover{
  opacity: 0.75;
}	
/*タブ切り替えの中身のスタイル*/
.tab_content, .tab_contentb,.tab_contentc,.tab_contentd,
	.tab_contente,.tab_contentf,.tab_contentg{
  display: none;
  padding:2% 0 0;
  padding:2% 0 0;
  clear: both;
  overflow: hidden;
}	
.point,h3,h3.in_h3{
	width: 88%;
	min-width: 88%;
	margin:30px auto;
	font-size: 1em;
	line-height: 1.3em;
}
	p.in_point{
	width: 88%;
	min-width: 88%;
	margin:30px auto;
	}
h3{
	background: rgba(221,173,144,1.00);
	padding: 10px 0 10px 10px;
}	

ul.sche_menu{
	width: 90%;
	margin: 20px auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.sche_menu li{
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
	border:1px solid #fff;
}
ul.sche_menu li a{
	color:#fff;
	display: block;
	width: 100%;
	height:100%;
	padding: 3% 0;
}	
	
iframe.map,iframe.in_map{
	display: block;
	 width: 90%;
	min-width:90%;
	margin: 0 auto;
	text-align: center;
	height: 300px;
}	
	
}/*===================================//END========SP設定===========================================*/
