@charset "UTF-8";

/* (1)共通parts */
/* container */
/*.container {
 margin: 0 auto;
 position: relative;
}

@media screen and (min-width: 1024px) {
 .container {
  max-width: 940px;
  width: 940px;
 }
}*/

/* header*/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
  background: #fff;
  box-shadow: 0 2px 0 rgba(219, 219, 219, 0.3);
}
.l-drawer__contact{
margin-left: 0.25em;
}

#p-header__top{
border-bottom: 1px solid rgba(172,179,194,.2);
}

/* sidebar menu */
.menu-nav a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #293855 2px solid;
  border-right: #293855 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-nav a {
  position: relative;
}

.menu-nav a:after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-common a{
  display:block;
  padding: 0.25rem;
  border: solid 1px #d1d1d1;
  margin-bottom: 0.5em;
}
.menu-common a:link {
  text-decoration: none;
}
.menu-common a:hover,
.menu-common a:focus,
.menu-common a:active{
  color: #323232;
  opacity: 0.8;
}
.menu-common .item-list {
    margin: 0 0 0.25rem 0;
    position: relative;
    text-decoration: none;
    display:block;
}

/* (2)ページ別parts */

/*top page*/

.contact-content.panel{
    height: 25vh;
    margin-bottom: 2.5em;
}

.contact-content .panel-header{
background: #3E403E;
color:#fff;
padding: 0.5rem;
}

/* resocia page*/
.entry-archive {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .entry-archive {
   flex-direction: column;
   flex: 100%;
}
}
.entry-title{
  color:#634934;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.resocia-header{
background: #F8F7F5;
  margin-bottom: 2.5em;
  padding: 1.5em 1em;
  border-top: 3px solid #A79990;
  border-bottom: 3px solid #A79990;
}
.resocia-header h2{
margin-bottom: 0.25em;
color:#423122;
}

.subtitle {
    color: #4a4a4a;
    line-height: 1.25;
}

.map-ttl{
  padding: 0.5em 0;
  margin: 1.5em 0 1.5em;
  border-bottom: 2px solid #E5E5E5;
}
.resocia .card {
    border: solid 1px #A89990;
    background: #F4F2F0;
    height: 100%;
}

.resocia .card .card-body{
   font-size: 0.7rem;
}

.btn.btn-detail {
    background: #634934;
    border-color: #634934;
    color: #fff;
}

/* (3)parts */

/*page title*/

.sec-ttl{
  color:#13417D;
}

.title{
  color:#fff;
  margin-bottom: 0;
}
.page-ttl {
  position: relative;
  padding: .4em 0 .5em;
  border-bottom: 3px solid #E5E5E5;
  margin-bottom: 1.4em !important;
}

.page-ttl::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #124b8c;
}

.entry h3 {
  font-size: 1.25rem;
    color: #0D3664;
}

.message {
  background-color: #fff;
  border-radius: 4px;
/*  font-size: 0.65rem;*/
  margin-bottom: 1rem;
}

.message-header {
  align-items: center;
  background-color: #303742;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-body {
  border-radius: 4px;
  padding: 0.75em 1em;
  display:flex;
  justify-content: space-between;
  background-color: #f5f5f5;
}

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.sec-entry{
     padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1rem;
    border:solid 2px #5F8AC1;
}

.badge {
    font-size: 12.75px;
    display: inline-block;
    line-height: 1;
    padding: 4px 7px 3px 7px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #c60f13;
    color: white;
}

/* 調整用parts */

.bg-lgray{
  background-color: #3E6CA8;
}
.bg-top{
  background-color: #FFEFB7;
}
.mb-2em{
  margin-bottom: 2em;
}

.mw-220{
  max-width: 220px;
}
.mw-240{
  max-width: 240px;
}
.entry{
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
/*  border: solid 1px #eee;*/
  margin-bottom: 1.5em;
  position: relative;
  border-radius: 4px;
  border: solid 2px #999;
}

.check-box {
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  border: solid 2px #5F8AC1;
  font-size: 1rem;
  color:#13417D;
  font-weight: 600;
}

.section.is-top {
    padding: 2.5rem 1.5rem 1rem;
}

.l-drawer__tel {
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 56px;
  justify-content: center;
  align-items: center;
}
.l-drawer__tel img{
   width: 34px;
   height: 34px;
}

.l-drawer__tel {
  z-index: 1;
}

/*form*/
form.inline{
  display: inline;
}