body{
	background-color: #fff;
	color: #444;
	font-size: 1.1rem;
	background-image: url(../img/back.jpg);
	background-attachment: fixed;
}
.tel{
	font-family: 'Anton', sans-serif;
	font-size: 1.6em;
}
a {
  color: #FF00D0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
	color: #FF95F2;
	text-decoration: underline;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #733D84;
}
img{
   max-width: 100%;
   height: auto;
}
footer{
	margin-top: 50px;
	border-top: thin solid #FDF4DD;
}
h1{
	font-weight: 800;
	margin-top: 30px;
}
h2{
	margin-top: 30px;
}
h4, .h4 {
  font-size: 1.2rem;
}
section{
	margin-top: 30px;    
}
.bar1 {
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #FFE6A9;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
.bar2 {
  display:block;
  width: 100%;
  height: 2px;
  border: 0;
  border-top: 5px dotted #F9CCB6;
}
@media screen and (min-width:1024px) {
  .container-55{
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
}
@media screen and (max-width: 1024px){
  .container-55{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-right: 0px;
  padding-left: 0px;
}
.nav-bg{
	background-color: #FFF; 
}
.nav-bg :hover{
	color: #666;
}
.navbar-dark .navbar-nav .nav-link {
	color: #DC0676;
}
a.dropdown_multilayer_menu::after { 
 font-weight: 800; 
}
.mega-dropdown { 
position: static;
}
.nav-link a{
      display: block;
}
.dropdown-menu.mega-dropdown-menu.show {
	width: 93%;
	margin-left: 50px;
}
.dropdown-submenu:hover .dropdown-submenu-menu {  
visibility: visible;
}
.dropdown-submenu-menu { 
position: absolute; 
left: 0; 
visibility: 
hidden;
}
p.card-text { 
word-wrap: break-word; 
white-space: pre-line; 
word-break: break-all;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
	background-color: #8E5F9D; 
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.navbar-nav .nav-link {
  padding-left: 2rem;
}
.card-deck{
	margin-bottom: 30px;
}
.card {
	background-color: #FFF5FC;
	color: #D98181;
	font-size: 0.9rem;
    border: 2px solid #FFE6FD;
}
.card .btn-primary {
  color: #fff;
  background-color: #FF96D6;
  border-color: #FF96D6;
}
.card3 {
	background-color: #332900;
	color: #FDF4DD;
	font-size: 1.0rem;
	border-right: 2px solid #FDF4DD;
	border-bottom: 1px solid #FDF4DD;
	margin-bottom: 10px;
	padding-top: 5px;
}
.kanren{
	margin-top: 100px;
	border-top: 1px dashed #FDF4DD;
	padding-top: 20px;
}
.kanren a {
  display: block;
}
.jumbotron{
background-color: #FDF4DD;
	color: #000;
}
.jumbotron h1{
	color: #479829;
	font-weight: 800;
}
.jumbotron h2{
	color: #479829;
	font-weight: 800;
}
.jumbotron h5{
	color: #666;
	font-weight: 800;
}
@media screen and (max-width: 480px) {
.jumbotron h1{
	font-weight: 600;
	font-size: 1.6rem;
}
.jumbotron h5{
	font-weight: 600;
	font-size: 1.2rem;
}
}
.nicomoji{
    font-family: "Nico Moji"; 
}
.bigicon {
  font-size: 5rem;
  line-height: 0rem;
}
.layout-footer_logo {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.layout-footer_sns ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 0px;
	font-size: 1.8rem;
}
.layout-footer_sns a {
	color: #FDF4DD;
}
.footer_nav ul li {
	list-style-type: none;
	border-bottom: thin dashed #FCF4DE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.footer_nav a {
	color: #FDF4DD;
}
.card2 {
	background-color: #000;
	color: #FDF4DD;
	border: 2px solid #FDF4DD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
table.company td {
  padding-left: 20px;
}
table.company th, table.company td {
  padding: 10px;
    padding-left: 10px;
  border-top: 1px solid #DEDEDE;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 25px;
top: 13px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #FDF4DD 10px solid;
margin-top: -10px;
}
}

table.company td {
width: 0%;
padding-left: 20px;
}
.flow {
  margin: 0 auto 50px;
}
.about .about-content {
  padding: 10px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flow .box {
  margin: 0 auto 33px;
  width: 100%;
  padding: 10px;
  border: 2px solid #444;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.flow .box::after {
  border-top: 25px solid #AE9352;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -70px;
}
.ms-orange-box--media {
  padding: 5px 10px;
  color: #fff;
}
.ms-orange-box {
  background-color: #AE9352;
}
.ms-orange-box--round {
  border-radius: 4px;
}
.red {
  color: #FF0000;
}
.waku {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-width: 1px;
	background-color: #fff;
	border-radius: 20px;
	color: #9C7C20;
}

.qandq::before {
    content: "Q.";
    font-size: 36px;
    font-weight: 600;
}
.qandq {
    color: #C00;
}
.qanda::before {
  content: "A.";
  font-size: 36px;
  font-weight: 600;
}
.qanda {
  color: #FDF4DD;
  line-height: 2em;
  padding-left: 3em;
  text-indent: -2.2em;
}
.answer{
	background: none;
	border: 1px solid #FDF4DD;	/* 線の太さ・種類・色 */
	margin: 10px; /* 外側の余白 */
	padding: 20px; /* 内側の余白 */
	position: relative;
}
.answer:after{
	background: none;
	border: 1px solid #FDF4DD;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
table {
	border-collapse: separate;
	border-spacing: 3px;
}
.staff tr {
	border-bottom: 1px solid #AE9352;
}

.staff th {
  background: #AE9352;
  border: solid 1px #AE9352;
  padding: 10px;
}
.staff td {
	border-bottom: 1px solid #AE9352;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #FDF4DD;
    width: 100%;
  }
  .staff {
    width: 100%;
  }
  .staff th,
  .staff td {
　border: solid 1px #FDF4DD;
    display: block;
    width: 100%;
  }
}
.group {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FDF4DD;
}
.group .group-title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: -3px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #FDF4DD;
    color: #AE9352;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.group-title p{
    color: #AE9352;
}
.group p {
    margin: 0; 
    padding: 0;
}
.midashi{
	font-weight: 700;
	font-size: 130%;
}
.table-thanx {
	width: 100%;
	color: #FDF4DD;
}
.table-thanx td{
	border-bottom: 1px solid #FDF4DD;
    	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.small2{
	font-size: 85%;    
}
.row-eq-height {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.shitaki{
	margin-bottom: 50px;    
}
.breadcrumb2 {
	margin-top: 0px;
	padding: 0;
	list-style: none;
}

.breadcrumb2 li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: normal;/*太字*/
	font-size: 0.8em;
}
.breadcrumb2 li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #FDF4DD;
}
.breadcrumb2 li:last-child:after {
  content: '';
}
.breadcrumb2 li a {
  text-decoration: none;
  color: #FDF4DD;/*色*/
}
.breadcrumb2 li a:hover {
  text-decoration: underline;
}
.cd-list {
	font-weight: 600;
	line-height: 2em;
	color: #FFDE8C;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: -20px;
}
/*===== Blog ===*/

article[role="pge-title-content"].blog-header{ padding-bottom:20px}

section.blog-content{ margin-bottom:15px}

section.blog-content figure{ overflow:hidden; position:relative;background-color: rgba(255,255,255,0.4); }

section.blog-content figure .post-date{
	text-align: center;
	color: #FDF4DD;
	font-weight: 800;
	font-size: 24px;
	line-height: 18px;
	display: block;
	background-color: hsla(270,94%,65%,0.50);
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 21px;
	z-index: 50
}

section.blog-content figure .post-date span{ font-size:20px; line-height:35px; display:block}

section.blog-content  article{ font-size:16px; line-height:30px; color:#FFF;  font-weight:400; color:#343434; padding-left:20px; padding-top:20px; padding-bottom:20px;}

section.blog-content:hover figure img{ opacity:0.5}
section.blog-content article {
  font-size: 16px;
  line-height: 30px;
  color: #FDF4DD;
  font-weight: 400;
  color: #343434;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.colortable {
background: #000; /* Old browsers */
}
.table-price {
	padding: 20px 20px 20px 20px;
	font-size: 30px;
	font-weight: 800;
    color: #FFDE8C;/*色*/
	text-align: right;
    vertical-align: middle;

}
.price-copy{
	margin-top: 20px;
	margin-bottom: 10px;
}
.table{
	margin-bottom: 2rem;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    color: #FDF4DD;/*色*/
}
.table td{
    vertical-align: bottom; 
      padding: 0.75rem;
  vertical-align: bottom;
  border-top: 1px solid #FDF4DD;
}
.ushiro{
	text-align: right;  
}
.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #D86CED;
}
.section-title h3 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #FFE6A9;
}
.section-title p {
	margin-bottom: 0;
}
.section-title .section-subtitle{
	font-weight: 500;
	color: #F9E4BC;
}
.shitaki{
	margin-bottom: 50px;    
}
.work-wrapper {
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background: rgb(226,226,226);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0);
	clear: both;
}
.work-wrapper img {
	margin-left: auto;
	margin-right: auto;
}
.obi{
	background-color: #371751;    
}
.yellow-back{
	background-color: #FFFCDE;    
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #FFE1E1;
  border-color: #6c757d;
}
.navbar-toggler{
  border-color: #666;
}.navbar-toggler{
  background-color: #666;
}.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(149,146,146,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.k-address{
    flex-basis: 726px!important;
}
.e-title{
	font-family: 'Playfair Display', serif;
	color: #8D8B8B;
	margin-left: 30px;
	margin-bottom: 20px;
}
.j-title{
  padding: 1rem 1rem;
  border-left: 10px double #D0CECE;
}

.ind{
	margin-left: 30px;
}
.free:before {
  content: url('../img/free.svg');
}