@charset "UTF-8";
/*
Theme Name: sogi
Description: sogi theme
*/

.tel_style {
	width:100%;height:auto;
	max-width:640px;
}

.call_base {
	position:relative;
}

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

#sp_footer {
	display:none;
}

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

.Bnr {
	position:fixed;
	bottom:0;right:0;
	z-index:9998;
}

.Bnr img {
	max-width:320px;
}


.insta {
position: relative;
overflow: hidden;
}
.insta .hover-mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.7);
opacity: 0;
color: #fff;
display: flex;
align-items: center;
text-align: center;
padding: 30px;
} 

.insta .hover-mask:hover {
opacity: 1;
transition:all 0.6s ease;
} 

.staff-name {
	background:#4267b2;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

#sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 240px;
	background:rgba(255,255,255,0.75);
	font-size:0.9em;
	padding:15px;margin-left:10px;
	border-radius:10px;

}

.single_genre, .cat {
	font-size:11px;
	background:#0080c0;
	color:#fff;
	border-radius:2px;
	padding: 0 7px; 
	margin-right:5px;
}
.single_genre a {
	color:#fff;
}


ul.slist {
	width:100%;
  border: solid 2px #666666;
  padding: 10px 20px;
  position: relative;
	background:#fff;
}

ul.slist li {
	font-size:1.2em;
	font-weight:600;
	color:#666666;
  padding: 10px 20px;
  border-bottom: dashed 1px #666666;
  list-style-type: none!important;
}

ul.slist li:before {
  font-family: "fontawesome";
  content: "\f00c";/*アイコン種類*/
  position: absolute;
  left : 0.75em; /*左端からのアイコンまで*/
  color: #666666; /*アイコン色*/
}

ul.slist li:last-of-type {
  border-bottom: none;
}

.sarea {
	border: solid 2px #0080c0;
/*	background:#fff;*/
	padding: 1em;
	overflow: hidden;
}

.item5 .sarea {
	border: 1px solid #dddccc;
	padding:0;
}

.item5 h3 {
	font-size:12px;
	color: #19283C;
	background: #F6F6F6;
	border: 3px solid #19283C;
	border-radius:0;
}


.calls {
	font-size:1.8em;
	font-weight:600;
	color:#333;
	text-align:center;
	text-decoration:none;

	display:block;
	margin:0 auto;
}

/**
pages
*/
.price_yen, .price2_yen {
	font-size:1.65em !important;
	background:#fff !important;
	text-align:center !important;
	vertical-align: middle !important;
	padding: 5px !important;margin:0 !important;
}

.price_yen::after {
	font-size:0.6em;
	content: '円より(税込)';
}

.price2_yen::after {
	font-size:0.6em;
	content: '円(税込)';
}

.flex_content,
.flex_content2 {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.flex_content2::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.flex_content2::after{
  content:"";
  display: block;
  width:23%;
}

.item {
	background:#fff;
	flex-basis: 31.5%;
	position:relative;
	margin:0 0 30px;
	
	border-radius:5px;
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

.item2 {
	background:#fff;
	flex-basis: 31.5%;
	position:relative;
	margin:0 0 18.5px;
	
	border-radius:5px;
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

.item > div, .item3 > div, .item4 > div {
	font-size:0.9em;
	line-height:1.35;
	padding: 20px 15px 10px;
}

.item p, .item3 p, .item4 p {
	padding-top:10px;
	margin-bottom:15px;
}

.item2 {
	flex-basis: 98%;
}

.item3 {
	flex-basis: 48.5%;
	position:relative;
	margin:10px 0 10px;
}

.item33 {
	flex-basis: 48.5%;
	background:#fff;*/
	position:relative;
	margin:10px 0 10px;
	padding:30px;
	border:1px solid #ccc;
}
.item33 > h3 {
text-decoration:none;
font-size:1.45em;
}

.item4 {
	flex-basis: 100%;
	position:relative;
	margin:0 0 18.5px;
	
	border-left:7px solid #1C5337;
	border-radius:3px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.item5 {
	flex-basis: 48.5%;
	position:relative;
	margin:0 0 10px;
	padding:10px 25px;
	vertical-align:middle;
	flex-direction: column;
}

.item, .item2, .item3, .item4 {
		background:#fff;
}

.item h3 {
	font-size:1.2em;
	font-weight:600;
	color:#1C5337;
	text-align:center;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

@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) {

#sp_footer {
	display:block;
	position:fixed;
	bottom:0;left:0;
	border-top: #eee 1px solid;
	z-index:9999;
}

#sp_footer img {
	max-height:60px;
}

#sp_footer .tab2 > div {
	position:relative;
}
#sp_footer a {
	width:100%;height:100%;
	display:block;
	z-index:10000;
	position:absolute;
	left:0;top:0;
}

.col_01 {
	background:#1C5337;
}
.col_02 {
	background:#8F703A;
}

.col_03 {
	background:#68b82b;
}

.Bnr *{
	display:none;
}
	
#sidebar {
margin:0;
}

.item, .item3, .item33 {
	flex-basis: 100%;
	margin-bottom:20px;
}
.item2, .item8 {
	flex-basis: 100%;
}
.item5, .item4, .item6, .item7 {
	flex-basis: 48.5%;
	margin-bottom: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;}
}

/*  矢印 */
a.flow {
	padding-top: 70px;
	display:block;
	position:relative;
	margin: 0 auto;
}
a.flow span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

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