@charset "UTF-8";
/*
Theme Name: kobe
Description: Original
*/

#bn_08 iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.seikei_tab > table {
	margin: auto;
}

.seikei_tab > table td {
	padding:20px 30px;
}

/*
table {
	display:block;
	margin: auto;
}*/

.pading30{
	padding:30px;
}

.font14 {
  font-size: 14px;
}

.drop_area > table {
	width:100%;
	height:auto;
}

.drop_area > table td {
	width:50%;
	padding:20px;
}

.breadcrumbs, .breadcrumbs * {
	color:#fff;
}

.sf_6000 .search-filter-result-item {
	border-left: 7px solid #60ba00;
}
.sf_6000 .item5 {
	margin-bottom:20px;
	padding-bottom:20px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	border-radius:5px;
}

.tag_btm {
	margin-top:15px;
}

.list_item_box10 span {
	background:#60ba00;
	border:1px solid #aaa;
	border-radius:5px;
	padding:0 5px;
	line-height:2.5;
}
.list_item_box10 span a {
	font-size:0.8em;
	color:#fff;
	text-decoration:none;
	padding:0;
}
.list_item_box10 span:hover {
	background:#aaa;
}

.sf-input-radio {
  display: none;
}
.searchandfilter label.sf-label-radio {
  background-color: #ccc;
  padding: 2px 7px;
	display:block;
	text-align:center;
	border-radius:5px;
}

.sf-input-radio:hover + label {
	background-color: #23ac38;
	color:#fff;
}

.sf-input-radio:checked + label {
	background-color: #23ac38;
	color:#fff;
	font-weight:bold;
}


#search-filter-form-6600 > ul,
#search-filter-form-6887 > ul,
#search-filter-form-8020 > ul {
	width:100%;height:auto;
	max-width:1080px;
	margin:auto;
}
#search-filter-form-6600 > ul > li,
#search-filter-form-6887 > ul > li,
#search-filter-form-8020 > ul > li {
/*	display:inline-block;*/
}
#search-filter-form-6887 > ul > li > ul > li {
	width: calc(100% / 4);
	display:inline-block;
	padding:2px 7px;
}

#search-filter-form-6887 > ul > li > ul > li {
	width: calc(100% / 3);
	display:inline-block;
	padding:3px 7px;
}


#search-filter-form-6600 > ul > li > ul:nth-child(2) {
  display: flex;
  flex-direction: row;
	flex-wrap:wrap;
}

#search-filter-form-6600 > ul > li > ul > li {
/*	width: calc(100% / 3);*/
	display:inline-block;
	padding:2px 7px;
}


#search-filter-form-6600 > ul > li > ul > li > ul.children {
/*	width: calc(100% / 3);
	display: inline-block;
	padding: 5px 10px;*/
}

#search-filter-form-6600 > ul > li > ul > li > ul.children > li {
	width: calc(100% / 3);
	display:inline-block;
	padding:5px 10px;
	margin:none;
}



.archive_info,
.archive_info br {
	line-height:1.35;
}

.archive_info {
	font-size:0.9em;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {

#search-filter-form-6600 > ul > li > ul {
/*white-space: nowrap;*/
overflow-x: auto;
-webkit-overflow-scrolling: touch;
width:100%;height:auto;
max-width:100vw;
}
#search-filter-form-6600 > ul > li > ul > li {
/*	width: calc(100% / 6);*/
display: table-cell;
}


#search-filter-form-6887 > ul > li > ul {
white-space: wrap;
width:100%;height:auto;
max-width:100vw;
}
#search-filter-form-6887 > ul > li > ul > li {
/*	width: calc(100% / 6);
display: table-cell;*/
	display:block;
	width:100%;
}


.archive_info {
	font-size:0.9em;
	padding: 10px 0;
}

}



.list_item_code {
	color:#ee0000;
}

.list_item_title {
	font-weight:bold;
	border-bottom: 1px solid #60ba00;
}

.list_item_box01 {
}

#pc_visual_area {
	height: 65vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pc_visual_area .catch_phrase {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: .2em;
	margin-bottom: 5px;
}


@media screen and (max-width: 768px) {
.drop_area > table {
	width:100%;
	height:auto;
}

.drop_area > table td {
	width:100%;height:auto;
	display:block;
	padding:10px 0 10px;
}
table {
	width:100%;
	height:auto;
}

td {
	width:100% !important;height:auto;
	max-width:100%;
	display:block;
}

.plan3 {
}

.plan3 td {
	width: auto !important;
	height:auto;
	max-width:100%;
	display:table-cell;
}
.pading30{
	padding:10px;
}

}

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

#pc_visual_area {
	min-width: 960px;
}

#pc_visual_area .catch_phrase{
	font-size: 60px;
	margin-bottom: 10px;
}
}

/* video */
#video{
  width: 100%;
  height: 100vh;
  background: url(../img/index/service/01-01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

#video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

#video video{
/*  display: none;*/
}

@media screen and (min-width: 768px) {
  #video{
    min-width: 960px;
  }

  #video video{
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}


#cat {
	width:100%;
	max-width:480px;
	padding:10px;
}

#Top_Menu {
	background:#f9f9f9;
}

.news_line {
	border-bottom: 1px solid #ccc;
}

.news_line a {
	padding: 10px 20px;

	text-decoration:none;
	color:#444;
	width:100%;height:100%;
	display:block;
}

.news_line:hover {
	background:#ddd;
}

.new_icon {
	font-size:12px;
	border: 1px solid #800000;
	color:#800000;
	border-radius:5px;
	padding: 0 7px; 
	margin-left:5px;
}

.news_title {
	font-size:1em;
	line-height:1;
}

.cat {
	width:90%;
	font-size:0.8em;
	background:#0080c0;
	color:#fff;
	border-radius:5px;
	padding: 3px 10px; 
}

.news_box {
	display:table;
	table-layout:fixed;
	width:100%;height:auto;
}

.news_box_01, .news_box_02, .news_box_03 {
	display:table-cell;
	vertical-align:top;
}
.news_box_01, .news_box_03 {
	text-align:center;
}

.news_box_01 {
width:15%;
}
.news_box_02 {
width:70%;
}
.news_box_03 {
width:15%;
}

@media only screen and (max-width:959px) {
.news_box {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 8px 0;
}
.news_box_01 {
display: block;
width: 50%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.news_box_02 {
display: block;
width: 100%;
padding: 8px 0 0;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.news_box_03 {
display: block;
width: 50%;
padding-top: 3px;
text-align: right;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}

}

/* フォームの確認画面の処理 */
.mw_wp_form_input #btn2 {display:none;}
.mw_wp_form_preview #btn { display:none; }
.mw_wp_form_preview #btn2 { display:block; }
.mw_wp_form_preview .attentions { display:none; }

.index-img_desp {
	font-size:1.15em;
	font-weight:bold;
	line-height:1.25;
	text-align:center;
	padding:30px 20px;
	display:block;
	vertical-align:middle;
}
.index-img_desp br {
	line-height:1.25;
}

#course_menu, #course_menu2, #course_menu3 {
	width:100%;
	max-width:1080px;
	display: flex;
	margin:0 auto;
}

#course_menu li {
	width:calc(100% / 4);
	line-height:1.2;
	text-align:center;
	display:inline-block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-radius: 5px 5px 0 0;
	padding:10px 5px;
	background: #666;
}

#course_menu2 li {
	width:calc(100% / 2);
	line-height:1.2;
	text-align:center;
	display:inline-block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-radius: 5px 5px 0 0;
	padding:10px 5px;
	background: #666;
}

#course_menu3 li {
	width:calc(100% / 3);
	line-height:1.2;
	text-align:center;
	display:inline-block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;

	border-radius: 5px 5px 0 0;
	padding:10px 5px;
	background: #666;
}

#course_menu li.active {
	background:#23ac38;
}

#course_menu2 li.active {
	background:#23ac38;
}

#course_menu3 li.active {
	background:#23ac38;
}

#course_menu li a, #course_menu2 li a, #course_menu3 li a {
	width:100%;height:100%;
	display:block;
	color:#fff;
}

#course_menu li:hover {
	background:#23ac38;
}

#course_menu2 li:hover {
	background:#23ac38;
}

#course_menu3 li:hover {
	background:#23ac38;
}

.header_image {
	width:100%;
	position: relative;
	width: 100%;
	height: 500px;
	background:#fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display:block;
	
	border-top: 7px solid #00a497;
}

.tategaki {
	right:5%;top:10%;
	position: absolute;
	display:block;
	z-index:3;
	
	min-height:100%;
	writing-mode: vertical-rl;
	text-orientation: upright;

	white-space: nowrap;
	padding: 0 10px;
	
}

.tategaki li {
	font-size:72px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:600;
	color:#fff;
	line-height:1.2;

	background: #00a497;
	padding: 30px 0;
	margin-left:10px;
}

.intro_word {
	font-size:54px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:600;
	color:#00a497;
	line-height:1em;
	text-align:center;
	letter-spacing:-0.07em;
	margin-bottom:20px;
}

.intro_word > .hint2 {
	color:#444;
	letter-spacing:0;
}

.intro_sub_word {
	font-size:1.3em;
}

.wide_view {
	min-height:100vh;
}

.img_hover-big {
	overflow: hidden;
	width: 100%;
}
.img_hover-big a img {
	display: block;
	transition-duration: 0.5s;
}
.img_hover-big a:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.dummy_pic {
	background:#666;
	width:100%;height:auto;
	min-height:320px;
}

.tel_style a {
	font-size:4em;
	font-weight: 800;
	font-family: Roboto;
	text-decoration: none;
	color:#fff;
	line-height:1;
}

.call_base {
	position:relative;
}

.call_img {
	position:absolute;
	left:0;right:0;bottom:-20px;
	margin: auto;
}

.jambo_icon {
	font-size:1.6em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:600;
	margin-bottom:10px;
}

#sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 240px;
	background:#00a497;
	font-size:0.9em;
	padding: 20px 10px;margin-left:10px;
	border-radius:5px;
}

#sidebar * a {
	color:#fff;
}

#sidebar h3 {
	color:#fff;
	text-decoration:none;
	padding: 0.5em 0;
	border-bottom: solid 2px #fff;
}

label.screen-reader-text {
	display:none;
}

#archives-dropdown-3 {
	width:100%;
	padding:10px;
}

#sidebar .widget {
	margin-bottom:20px;
}

/**
pages
*/
.flex_content {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.item {
	width:auto;max-width:100%;
	min-height:100vh;
/*	flex-basis: calc(100%/2);*/
	-webkit-flex: 1;
	flex: 1;
}

.item > div {
	width:100%;height:100%;
	background:#fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}

.action {
	opacity:0;
}

.item2 {
	width: 640px;
	position:relative;
	padding: 40px 20px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.item3 {
	width:23%;
	padding:10px;
}

.item4 {
	width:31.5%;
	padding:10px;
}

.item5 {
	width:48%;
	padding:10px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.sarea:hover a img {
transform:scale(1.2);
}

.cont_01 {order:2;}
.cont_02 {order:1;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:6;}
.cont_06 {order:5;}
.cont_07 {order:8;}
.cont_08 {order:7;}


.sitemap {
	max-width:1080px;
	margin:0 auto;
	padding:20px 0 40px;
}

.sitemap > li > ul > li:not(:first-child) {
	font-size:14px;
}

.sitemap > li > ul > li:first-child a {
	font-size:1em;
}

.sitemap ul {
	list-style:none;
	padding:10px;
}

.sitemap > li {
	width:33.3%;
	display:inline-block;

	vertical-align:top;
}

.sitemap > li > ul > li:not(:first-child) {
	text-indent:1.5em;
}

@media only screen and (max-width:959px) {

#sidebar {
	margin:0;
	margin-top:20px;
}
	
.item, .item2, .item8 {
	flex-basis: 100%;
}
.item4, .item6, .item7 {
	flex-basis: 48.5%;
	margin-bottom:10px;
}

.item5 {
	flex-basis: 100%;
	margin-bottom:10px;
}

.item3 {
	width:50%;
	padding:10px;
}
	
.item5 .sarea img {
	width:100%;height:auto;
}

.cont_01 {order:1;}
.cont_02 {order:2;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:5;}
.cont_06 {order:6;}
.cont_07 {order:7;}
.cont_08 {order:8;}
}

/******************************************************
* 202311追加※
******************************************************/
.items_field {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
.it_ps6, .it_p6s3, .it_p6s2, .it_p6s1 {
	width:calc(100% / 6);
}
.it_ps5, .it_p5s3, .it_p5s2, .it_p5s1 {
	width:calc(100% / 5);
}
.it_ps4, .it_p4s3, .it_p4s2, .it_p4s1 {
	width:calc(100% / 4);
}
.it_ps3, .it_p3s2, .it_p3s1 {
	width:calc(100% / 3);
}
.it_ps2, .it_p2s1 {
	width:calc(100% / 2);
}

@media screen and (max-width:768px) {
.it_p6s3, .it_p5s3, .it_p4s3 {
	width:calc(100% / 3);
}
.it_p6s2, .it_p5s2, .it_p4s2, .it_p3s2 {
	width:calc(100% / 2);
}
.it_p6s1, .it_p5s1, .it_p4s1, .it_p3s1, .it_p2s1 {
	width:calc(100% / 1);
}

}

/******************************************************
* WordPress Origin Class
******************************************************/

.wp-caption{
  max-width: 100%;
}
.wp-caption-text{
  text-align: left;
}
.alignright{
  float: right;
}
.alignleft{
  float: left;
}
.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .alignright,
  .alignleft,
  .aligncenter{
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

/******************************************************
*Style for wrap
*
* - Includes main visual, main contents and sidebar.
******************************************************/

#wrap{
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  #wrap{
    margin-top: 70px; /*Set the height of header.*/
  }
}

/******************************************************
*  Style for main contents
*
* - Stretch according to the width of the browser.
******************************************************/

/*Wrapper id of main contents.*/
#primary{
  float: left;
  width: 100%;
  margin-right: -220px; /*Set a value more than the width of the sidebar.*/
  padding-right: 220px; /*Set a value more than the width of the sidebar.*/
}
#primary main{
  border: 1px #BBB solid;
  padding: 10px;
}

@media screen and (max-width:768px) {
  #primary{
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}

/******************************************************
*  Style for sidebar
*
* - Fixed width.
******************************************************/

/*Wrapper id of sidebar.*/
#secondary{
  float: right;
  width: 200px; /*Set the width of sidebar.*/
  border: 1px #BBB solid;
  margin-bottom: 20px;
  padding: 10px;
}

/*Wrapper class of widget.*/
#secondary .widget{
  border: 1px #BBB solid;
  padding: 10px;
}
#secondary .widget:not(:last-child){
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #secondary{
    float: none;
    width: 100%;
  }
}

/******************************************************
*  Style for Front Page (displays Your latest posts)
*
* - The body tag has 'home' when you select 'Front page displays Your latest posts'.
* - Describe here if you want to define unique style on the Front Page.
******************************************************/

/*Style for the article box. */
.home .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.home .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.home .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.home .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .home .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .home .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .home .archive-entry .entry-main{
    display: block;
  }
}

/******************************************************
*  Style for Single Page
*
* - The body tag has 'single' class on the single page.
* - Describe here if you want to define unique style on the single page.
******************************************************/

/*Style for the article title.*/
.single h2.entry-title{
  font-size: 20px;
}

/*Style for the article thumbnail. */
.single .entry-thumbnail{
  text-align: center;
}
.single .entry-thumbnail img{
  width: 100%;
  max-width: 250px; /*Set the max width of the thumbnail.*/
}

/*Style for the article content. */
.single .entry-content{
  border: 1px #BBB solid;
  margin-bottom: 10px;
}

/*Style for the pagenation. */
.single .pagenation{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}
.single .pagenation .prev{
  float: left;
}
.single .pagenation .next{
  float: right;
}

/*Style for the tag. */
.single .tag{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}

/******************************************************
*  Style for Archive Page
*
* - The body tag has 'archive' class on the archive page.
* - Describe here if you want to define unique style on the archive page.
******************************************************/

/*Style for the archive category title.*/
.archive h2.archive-title{
  font-size: 20px;
}

/*Style for the article box. */
.archive .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.archive .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.archive .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.archive .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .archive .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .archive .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .archive .archive-entry .entry-main{
    display: block;
  }
}
