@charset "UTF-8";
/*
Theme Name: komugi
Author: Rit2
Version: 9.99
*/


#pageTop {
	width:48px;height:48px;
	background: #f7b400;
	padding:0;

	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;

	border-radius:24px;
	border: 2px solid #fff;
}

#pageTop a.toplink {
	width:100%;height:100%;
	background: transparent;
	display: inline-block;

	font-size:12px;
	color: #fff;
	line-height:42px;
	text-decoration: none;
}

#pageTop a.toplink:after {
	content:'▲';
}

#pageTop a.toplink:hover {
	text-decoration: none;
	opacity: 0.7;
}



.arrow {
	display: block;
	vertical-align: middle;
	color: #f7b400;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.3em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin: 1.5em auto 1.5em;
}

.time_record {
    position: relative;
	display:block;
	width:160px;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5;
    padding: 0 5px 5px;
    border-radius: 48px;
    background-color: #f7b400;
    color: #fff;
	margin:auto;
	margin-bottom:1em;
}

.time_record::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
	right: 0;
    width: 0;
    height: 0;
	margin:auto;
    border: 11px solid transparent;
    border-top: 11px solid #f7b400;
}

.border_ye {
	border:3px solid #f7b400;
}

.bg_011 { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/flow/001.webp); }
.bg_012 { background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/flow/002.webp); }
.bg_013 { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/flow/003.webp); }
.bg_014 { background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/flow/004.webp); }

.bg_021 { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/schedule/001.jpg); }
.bg_022 { background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/schedule/002.jpg); }
.bg_023 { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/schedule/003.jpg); }
.bg_024 { background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/schedule/004.jpg); }
.bg_025 { background-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, .65) 7%, rgba(255, 255, 255, .0) 30% ), url(/img/schedule/005.jpg); }

.bg_011, .bg_012, .bg_013, .bg_014,
.bg_021, .bg_022, .bg_023, .bg_024, .bg_025 {
background-position: center center;
background-size: cover;
}

@media only screen and (max-width:959px) {
.bg_011 { background-image: url(/img/flow/001.webp); }
.bg_012 { background-image: url(/img/flow/002.webp); }
.bg_013 { background-image: url(/img/flow/003.webp); }
.bg_014 { background-image: url(/img/flow/004.webp); }

.bg_021 { background-image: url(/img/schedule/001.jpg); }
.bg_022 { background-image: url(/img/schedule/002.jpg); }
.bg_023 { background-image: url(/img/schedule/003.jpg); }
.bg_024 { background-image: url(/img/schedule/004.jpg); }
.bg_025 { background-image: url(/img/schedule/005.jpg); }
}

.photo_fix {
	position:absolute;
	right:20px;bottom:20px;
}

.frame {
	width:auto;height:auto;max-width:320px;
	border-radius:100%;
	background:#fff;
	padding:5px;
	box-shadow: 5px 5px 10px -5px #777;
	margin: 0 auto 20px;
}

.rireki {
	width:100%;
	max-width:1080px;
	font-size:0.9em;
	margin: 0 auto 2em;
	table-layout:fixed;
	border:1px solid #ccc;
}
.rireki tr {
	border:0;
	border-bottom:1px solid #ccc;
}
.rireki tr.bnon {
border-bottom:none;
}
.rireki tr.tnon {
border-bottom:1px dashed #ccc;
}
.rireki td {
/*width:12.5%;*/
min-width:135px;
padding: 10px 15px;
border-right:1px solid #ccc;
}
.rireki td.rnon {
border-right:none;
}
.rireki td.tit {
text-align:justify;
text-align-last:justify;
}

@media only screen and (max-width: 959px) {
.rireki td {
	width:100%;
	display:block;
	padding: 10px;
}
.rireki td.tit {
text-align:center;
text-align-last:center;
background:#666;
color:#fff;
}
.rireki td.rnon {
border-right:none;
padding: 20px 10px 0;
}

}

/* table */
.profile,
.profile2,
.profile3,
.profile4 {
	width:100%;
	max-width:1080px;

	margin: 0 auto;
	table-layout:fixed;
}

.profile tr,
.profile2 tr,
.profile3 tr,
.profile4 tr {
	border:0;
	border-bottom:1px solid #ccc;
}

.profile tr:last-child,
.profile2 tr:last-child,
.profile3 tr:last-child,
.profile4 tr:last-child {
}

.profile th, .profile td,
.profile2 th, .profile2 td,
.profile3 th, .profile3 td,
.profile4 th, .profile4 td {
	padding: 10px;
}

.profile th, .profile td {width:50%;}
.profile2 th, .profile2 td {width:calc(100% / 4);}
.profile3 td:first-child {
	width:calc(100% / 4);
	text-align:right;
}
.profile3 td {width:calc(100% / 4 * 3);}


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

/* table */
.profile,
.profile2,
.profile3,
.profile4 {
	width:100%;
	margin: 0 auto;
}

.profile tr,
.profile2 tr,
.profile3 tr,
.profile4 tr {
	border:0;
}

.profile th, .profile td,
.profile2 th, .profile2 td,
.profile3 td:first-child, .profile3 td,
.profile4 th, .profile4 td {
	width:100%;
	vertical-align:top;
	font-size:14px;
	
	display:block;
	padding:5px 0;
}

.profile div > div:first-child,
.profile2 div > div:first-child,
.profile3 td:first-child,
.profile4 td:first-child {
	font-weight:600;
	text-align:center;

	background:#e9e9e9;
}
}








.p_mark {
	padding:10px;
}

.price_box {
	border:1px solid #ccc;
	margin: 0 auto;
	line-height:1.5;
}

.price_title {
	font-size: 1.1em;
	font-weight:bold;

	color:#fff;
	background:#f7b400;
	text-align:center !important;
	vertical-align: middle !important;
	padding: 10px 20px;
}

.price_yen, .price_yen2 {
	font-size:1.8em !important;
/*	background:#fff !important;*/
	text-align:center !important;
	vertical-align: middle !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
	color:#f7b400;
}

.price_yen::after {
	font-size:0.6em;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:bold;
	content: '円';
}

.price_yen2::after {
	font-size:0.6em;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:bold;
	content: '円～';
}



.hint2 {font-size:0.85em;color:#777;}
.line_001 {border:none;border-top:1px solid #ccc;margin: 20px auto 20px;}
.line_002 {border:none;border-top:1px dotted #ccc;margin: 10px auto 10px;}

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

	display:block;
	margin:0 auto;
}

.fix_tag {
	position: -webkit-sticky;
	position:sticky;
	top:0;left:20px;
	z-index: 9999;
}

.fix_bn {
	width:auto;height:auto;
	max-width:290px;
}

#sidemenu {
	width:290px;
	background:#fff;
	display:block;

	margin:0 20px 20px;
	padding:0;
	border-radius: 0 0 15px 15px;
	box-shadow: 5px 5px 10px -5px #777;
	border-top: none;
	border-left: 3px solid #f7b400;
	border-bottom: 3px solid #f7b400;
	border-right: 3px solid #f7b400;
}

#sidemenu > div {
	padding:10px 10px 0;
}

#sidemenu .mainmenu {
	list-style:none;
/*	margin-bottom:10px;*/
}

#sidemenu .mainmenu li {
	width:100%;
	text-align:center;
	cursor: pointer;
}

#sidemenu .mainmenu li:first-child a {
	border-top: none;
}

#sidemenu .mainmenu li a {
	width:85%;
	font-size:17px;
	font-weight:600;
	line-height:2.5;
	color:#666666;
	padding: 5px 15px;
	margin: 0 auto;
	display:block;
	position:relative;
	border-top: 1px dashed #ccc;
	transition: 0.3s;
	text-decoration:none;
}

#sidemenu .mainmenu li:last-child a {
	padding:5px 10px 15px;
}

#sidemenu .mainmenu li {
	background: linear-gradient(to right, transparent 50%, #f7b400 50%);
	background-size: 200% auto;
	background-position: 0 0;

	transition: 0.3s;
	overflow:hidden;
}

#sidemenu .mainmenu li:hover a, 
#sidemenu .mainmenu li:hover a i {
	color:#fff;text-decoration:none;
}

#sidemenu .mainmenu li:hover {
	background-position: -100% 0;
}



#cat.postform, #archives-dropdown-2 {
	width:100%;padding:10px;
}

.post-top-widget label {
	display:none;
}

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

.flex_menus .post-top-widget {
	flex-basis: 48.5%;
	position:relative;
	vertical-align:top;
	flex-direction: column;
} 

.item {
	flex-basis: 25%;
	position:relative;
}

.item2 {
	flex-basis: 68.5%;
	position:relative;
}

.item4 {
	flex-basis: 31.5%;
	position:relative;
	margin:0 0 18.5px;
	
	border-radius:10px;
	background:#fef7e5;
	padding:20px;

	text-align:center;
}


.item5 {
	flex-basis: 23.3%;
	position:relative;
	vertical-align:middle;
	flex-direction: column;
}

.item6 {
	width:calc(100% / 2);
	min-height:180px;
	position:relative;
	vertical-align:middle;
	flex-direction: column;
	padding:3em;
}

.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;}

.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) {
.item {
	flex-basis: 100%;
	position:relative;
}
.item2 {
	flex-basis: 100%;
	margin-bottom:10px;
}
.item5 {
	flex-basis: 48.5%;
}

.item6 {
	width:100%;
	padding:20px 15px 30px;
}

.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;}

}

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