@charset "UTF-8";
/*
Theme Name: kobe
Author: Rit2
Author URI: https://rit2.com/

*/

.biz-hour {
  border-collapse: collapse;
}
  .biz-hour {
	font-size:0.9em;
    width: 100%;
  }

.biz-hour td {
	width:calc(80% / 7);
  padding: 20px 10px;
  text-align: center;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.biz-hour th {
	width:calc(80% / 7);
  padding: 20px 10px;
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #aaa;
}

.biz-hour td:first-child,
.biz-hour th:first-child {
	width:20%;
	border-left:none;
}

.biz-hour th.sat {
  color: #3db2da;
}

.biz-hour th.sun {
  color: #e66a6a;
}


.appeal_area {
	width:90%;max-width:960px;
	border: 2px solid #C13332;
	border-radius:10px;
	margin:auto;
}
.appeal_box {
	background:#C13332;
	border-radius:5px 5px 0 0;

	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:3px 10px;
}
.appeal_box i {
	font-size:0.6em;
	padding:5px 10px;
}

.st_point {
	font-size:1.15em;
	font-weight:bold;
	color:#C13332;
	text-decoration:underline;
}

.st_point2 {
	font-weight:bold;
	color:#00a497;
}

.st_point3 {
	font-size:1.15em;
	font-weight:bold;
	color:#C13332;
}

.st_point4 {
	font-size: 0.85em;
	font-weight:bold;
	color:#C13332;
	line-height:1.35;
	text-align:center;
}

h3.r_bar {
	position: relative;
	overflow:hidden;
	
}
h3.r_bar::after {
position: absolute;
content: "";
top: 50%;
width: 100%;
height: 1px;
background-color: #00a497;
}

.menu_right > div {
	display:inline-block;
}

.head_sitemap {
	 width: 100%;
	padding:  0 10px 10px 10px;
	text-align:left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.head_sitemap > div {
	padding:20px;
	display:inline-block;
	vertical-align:top;
}

.head_sitemap > div > ul > li > a {
	text-align:left;
	padding:5px 20px 5px 10px;
	text-indent:1em;
}
.head_sitemap > div > ul > li:first-child > a {
	text-indent:0;
	font-weight:bold;
}

.head_sitemap > div > ul > li:hover > a {
	background: #00a497;
	color:#fff;
}

.marker2 {
	width:90%;
	max-width:640px;
	height:auto;
	font-size:1.4em;
	color: #00a497;
	text-align:center;
	font-weight:bold;
	border:3px solid #00a497;
	padding:5px 10px;
	border-radius:5px;
	display:block;
	margin: 1em auto 0;
}

.marker {
	font-size:1.6em;
	color: #DB7093;
	text-decoration-line: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 10px;
	text-align:center;
	font-weight:bold;
}

.box_points {
    margin: 2em 0 3em;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.box_points .box-title {
    font-size: 1.2em;
    background: #00a497;
    padding: 5px 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box_points p {
    padding: 20px 40px;
	margin: 0;
}

ul.athlete {
	border: solid 3px #ffb03f;
	padding: 20px 40px;
	position: relative;
	margin-top: 2em;
	font-size:1.25em;
}
ul.athlete li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2.3em;
  border-bottom: dashed 1px #333;
  list-style-type: none!important;
}
ul.athlete li:last-of-type {
  border-bottom: none;
}
ul.athlete li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 2em;
  color: #ffb03f;
}


.price {
	font-size:1.25em;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	color:#C13332;
}

#pc_visual_area {
	height: calc(60vh - 120px);
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	overflow: hidden;
	position:relative;
}

#pc_visual_area .slick-slide img {
	width:100%;height:auto;
	min-width:100vw;
	min-height:50vh;
}

.catch_phrase {
	font-family: Urbanist, 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;color: #333;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.35;
	letter-spacing: 0.2em;
	margin: 20px auto;
}


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

#pc_visual_area {
	min-width: 960px;
	min-height:100vh;
}

#pc_visual_area .catch_phrase{
	font-size: 60px;
	letter-spacing: .1em;
}
}



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

#Top_Menu {
	background:#f9f9f9;
}

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

.news_line a {
	text-decoration:none;
	color:#444;
}

.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) {
.st_point4 {
	text-align:left;
}

.catch_phrase {
	font-size:18px;
	letter-spacing:0;
	margin:0;
}
.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.1em;
	font-weight:600;
	text-align:center;
	padding:10px;
}

.index-img_desp2 {
	font-size:0.9em;
}

#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:#00a497;
}

#course_menu2 li.active {
	background:#00a497;
}

#course_menu3 li.active {
	background:#00a497;
}

#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:#00a497;
}

#course_menu2 li:hover {
	background:#00a497;
}

#course_menu3 li:hover {
	background:#00a497;
}

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

.header_image::before {
	width:100%;height:100%;
	content: '';
/*	background-image:  linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.1) 100%), url('/wp-content/themes/kobe/images/pattern5.png'), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.1) 100%);*/
	background-image:  linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.1) 100%), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.1) 100%);
	background-repeat: repeat, repeat;
	background-size: cover, cover;
	position: absolute;
	z-index:2;
}

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

	white-space: nowrap;
	padding: 0 15px;

  animation: zoomInMv 0.7s linear forwards;
  transform: scale(1.3,1.3);
	opacity:0;
}

@keyframes zoomInMv {
  100% {
    transform: scale(1,1);
	opacity:1;
  }
}

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

	background: #00a497;
	padding: 30px 5px;
	margin-left:10px;
	text-align:right;
}

.tategaki_img {
	max-width:480px;
	position: absolute;
	background:#fff;
	left:0;right:0;bottom:-20px;
	margin:auto;
	z-index:2;
}

.intro_word {
	font-size:24px;
	font-family: Urbanist, 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:500;
	color:#00a497;
	line-height:1.5;
	text-align:center;
	margin-bottom:30px;
	
}

.intro_word > .hint2 {
	color:#aaa;
	letter-spacing:0.05em;
	border-bottom: 1px dashed #aaa;
	display:block;
	margin-bottom: 1em;
	padding-bottom:0.5em;
}

.intro_sub_word {
	font-size:1.1em;
	padding: 10px;
}

.wide_view {
	min-height:100vh;
}

.img_hover-big {
	overflow: hidden;
	width: 100%;
}

.img_hover-big a {
	display:block;
	width:100%;
	height:100%;

	position:relative;
	z-index:1;
}
.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;
}

.img_hover-big:hover a::after {
	content: '詳細を見る';
	width:100%;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.75);
	z-index:2;
	left:0;right:0;bottom:0;
	margin:auto;padding: 10px 0;
	position:absolute;
	display:block;
}


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

.tel_style a {
	font-size:3.5em;
	font-weight: 800;
	text-decoration: none;
	color:#fff;
	line-height:1;
}
.tel_style2 a {
	font-size:3.5em;
	font-weight: 800;
	text-decoration: none;
	color:#00a497;
	line-height:1;
	margin: auto;
}

.tel_style i, .tel_style2 i {
	font-size:0.6em;
}

.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:65vh;
/*	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 {
	line-height:1.5;

	width: 55%;
	position:relative;
	padding: 40px 20px 60px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.item3 {
	width:25%;
	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:7;}
.cont_08 {order:8;}
.cont_09 {order:10;}
.cont_10 {order:9;}


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

#sidebar {
	margin:0;
	margin-top:20px;
}
	
.item, .item2, .item8 {
	flex-basis: 100%;
}
.item5, .item4, .item6, .item7 {
	flex-basis: 48.5%;
	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;}
.cont_09 {order:9;}
.cont_10 {order:10;}
}


/******************************************************
* 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;
  }
}
