@charset "utf-8";

/* *****共通設定***** */

main {
   display: block;
   background-color: #fbfbf2;

}

main .btn {
   padding-left: 2.5rem;
   padding-right: 2.5rem;
   font-size: 1.5rem;
   ] background-color: #2DA0FF;
}

h1 {
   font-size: 4rem;
}

h2,
h3 {
   color: #401f0f;
}

.gray {
   color: #401f0f;
}

.card {
   border-color: #ffffff;
}

.img-thumbnail {
   width: 100%;
   padding: .25rem;
   background-color: transparent;
   border: none;
}

/* ヘッダー(navbar) */

.navbar {
   border-bottom: none;
   background-color: white;
}

.navbar .navbar-collapse {
   flex-grow: 0;
}

.navbar .navbar-brand {
   height: 50px;
}

.navbar .navbar-brand img {
   height: 100%;
}

.navbar .navbar-nav .active > .nav-link {
   color: #FF0000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
   color: rgba(0, 0, 255, 5);
}

/* フッター */
#footer {
   background-color: #55546A;
}

#footer .container {
   color: #C8CCCA;
}

#footer .footer-ttl {
   font-size: 1rem;
   font-weight: bold;
   margin: 1.5rem 0;
   color: white;
}

#footer address p,
#footer #footer-news li {
   margin-bottom: 0.5rem;
}

#footer #footer-news ul {
   margin: 0;
   padding: 0
}

#footer #footer-news ul {
   list-style: none;
}

#footer #footer-news li span {
   display: inline-block;
   margin-right: 0.5rem;
}

#footer #copyright {
   border-top: 0px solid #774831;
   background-color: #55546A;
   color: #AFB3B1;
}

#footer img {
   width: 360px;
}

/* *****トップページ***** */
/* メイン画像 */
h1 {
   font-weight: bold !important;
   color: #ffffff;
}

#page-top h1 + span {
   font-size: 3rem;
   font-weight: ;
   color: #ffffff;
   line-height: 110%;
   margin-top: 0.5rem;
   display: block;
}

#page-top .jumbotron-fluid {
   width: 100%;
   height: 550px;
   background-color: #f1efff;
   border-bottom: #dddddd;
   background: url("../img/image2.png") no-repeat center center;
   background-size: cover;
}

#page-top .jumbotron {
   background-color: #f1efff;
   border-bottom: #dddddd;
   background: url("../img/webimage.jpg") no-repeat center center;
   background-size: cover;
}

#page-top .jumbotron-fluid .container {
   height: 100%;
}

#page-top .jumbotron-fluid .btn {
   padding-left: 3rem;
   padding-right: 3rem;
   margin-top: 1.5rem;
   font-weight: bold;
   border-width: 3px;
   border-color: #fff;
}

#page-top .jumbotron .btn {
   padding-left: 3rem;
   padding-right: 3rem;
   margin-top: 1.5rem;
   font-weight: bold;
   border-width: 3px;
   border-color: white;
}

/* 各セクション */
#page-top section {
   border-bottom: 0.5px solid white;
   background-color: #fbfbf2;
   padding: 4rem 0;
}

#page-top section:nth-child(n+3):nth-child(-n+3) {
   background-color: #e3e3de;

}

#page-top section .container > h2 {
   margin-bottom: 30px;
   font-size: 1.8rem;
}

#page-top section .container > h2 + p {
   max-width: 700px;
   margin: 0 auto 50px;
}

#sec1 h3 {
   font-size: 1.4rem;
}

#sec2 {
   line-height: 180%;
}

#sec2 .row {
   min-height: 160px;
   color: #2f2f2f;
}

#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3 {
   margin-left: 115px;
   line-height: 130%;
}

#sec4 .card-body .card-title {
   margin-bottom: 5px;
   color: #401f0f;
}

#sec4 .card-body .card-subtitle {
   font-size: 0.9rem;
   margin-bottom: 5px;
   color: #968075;
}

#sec4 img {
   width: 100%;
}

#sec4 .btn {
   width: 100%;
   background-color: #401f0f;
   border: none;
   padding: 1rem 0;
}

#sec5 article > .row {
   border: 1px solid #ffffff;
}

#sec5 > div:nth-child(1) img {
   width: 100%;
}

*#sec4 > div:nth-child(2) {
   margin-left: 220px;
}

*/ #sec5 h3 {
   margin-bottom: 0.1rem;
}

#sec5 article > div div header {
   padding: 10px;
}

#sec6 article > .row {
   border: 1px solid #dddddd;
}

#sec7 article > .row {
   border: 1px solid #dddddd;
}


/* *****下層ページ***** */

#breadcrumb-wrapper {
   border-bottom: 1px solid #a29080;
}

#breadcrumb-wrapper,
.breadcrumb {
   font-size: 0.9rem;
   background-color: #1f5e89;
}

.breadcrumb a {
   color: rgba(255, 255, 255, .8);
}

.breadcrumb a:hover,
.breadcrumb a:focus {
   color: rgba(255, 255, 255, 1);
}

.breadcrumb-item + .breadcrumb-item::before {
   content: ">";
   padding-right: 1rem;
   color: rgba(255, 255, 255, .8);
}

.breadcrumb-item.active {
   color: #ffffff;
}

h1.page-ttl {
   font-size: 2rem;
}

#page h1 + span {
   font-size: 1.5rem;
   font-weight: bold;
   color: #ffffff;
   line-height: 110%;
   margin-top: 0.2rem;
   display: block;
}

#page article {
   padding: 5rem 0;
}

#page section {
   padding-bottom: 5rem;
}

#page section:last-child {
   padding-bottom: 0rem;
}

#page h1 + small {
   font-size: 1.5rem;
   color: #ffffff;
   line-height: 110%;
   margin-top: 0.2rem;
}

#page-1 .jumbotron {
   background-color: #f1efff;
   border-bottom: #dddddd;
   background: url("../img/flow_1.png") no-repeat center center;
   background-size: cover;
   border-radius: initial;
}

#page .jumbotron {
   background-color: #f1efff;
   border-bottom: #dddddd;
   background: url("../img/contact.jpg") no-repeat center center;
   background-size: cover;
   border-radius: initial;
}

#page .jumbotron .container {
   padding: 0;
}

#page .jumbotron .container p {
   margin-bottom: 0;
}

#page h2 + p {
   margin: 0 0 1.2rem;
}

#page main img {
   max-width: 100%;
}

#page .sample-title {
   display: flex;
   align-items: center;
   text-align: center;
}

#page .sample-title::after {
   border-top: 3px dotted;
   content: "";
   display: inline;
   /* for IE */
   flex-grow: 1;
   margin-left: 0.5em;
}

#page .sample-title span {
   background-color: #fbfbf2;
}

#page .sample-subtitle {
   font-size: 2rem;
   font-weight: bold;
   color: #401f0f;
}

#page .sample1-subtitle {
   font-size: 1.5rem;
   font-weight: bold;
   color: #401f0f;
}

#page .sample2-subtitle {
   font-size: 2.5rem;
   font-weight: bold;
   color: #401f0f;
}

.box {
   position: relative;
   text-shadow: 1px 1px 0px #48163e;


}

details summary::-webkit-details-marker {
   display: none;
}

.form {
   position: absolute;
   text-align: center;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   overflow: visible;
   -webkit-transform: translateY(-50%) translateX(-50%);
}

.btn {
   padding: 5px;
   margin-top: 5px;
   background-color: #2DA0FF;
   background-color: #19B252;
}

/* *****Contactページ***** */

.contact .info {
   border-top: 3px solid #007FBD;
   border-bottom: 3px solid #3868AA;
   padding: 30px;
   background: #fff;
   width: 100%;
   box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
   font-size: 20px;
   color: #007FBD;
   float: left;
   width: 44px;
   height: 44px;
   background: #eaf6ed;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   transition: all 0.3s ease-in-out;
}

.contact .info h4 {
   padding: 0 0 0 60px;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 5px;
   color: #222222;
}

.contact .info p {
   padding: 0 0 10px 60px;
   margin-bottom: 20px;
   font-size: 14px;
   color: #555555;
}

.contact .info .social-links {
   padding-left: 60px;
}

.contact .info .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #333;
   color: #fff;
   line-height: 1;
   padding: 8px 0;
   border-radius: 50%;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
   margin-right: 10px;
}

.contact .info .social-links a:hover {
   background: #5cb874;
   color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
   background: #5cb874;
   color: #fff;
}

.contact .php-email-form {
   width: 100%;
   border-top: 3px solid #007FBD;
   border-bottom: 3px solid #007FBD;
   padding: 30px;
   background: #fff;
   box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
   padding-bottom: 8px;
}

.contact .php-email-form .validate {
   display: none;
   color: red;
   margin: 0 0 15px 0;
   font-weight: 400;
   font-size: 13px;
}

.contact .php-email-form .error-message {
   display: none;
   color: #fff;
   background: #ed3c0d;
   text-align: center;
   padding: 15px;
   font-weight: 600;
}

.contact .php-email-form .sent-message {
   display: none;
   color: #fff;
   background: #18d26e;
   text-align: center;
   padding: 15px;
   font-weight: 600;
}

.contact .php-email-form .loading {
   display: none;
   background: #fff;
   text-align: center;
   padding: 15px;
}

.contact .php-email-form .loading:before {
   content: "";
   display: inline-block;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   margin: 0 10px -6px 0;
   border: 3px solid #18d26e;
   border-top-color: #eee;
   -webkit-animation: animate-loading 1s linear infinite;
   animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
   border-radius: 0;
   box-shadow: none;
   font-size: 14px;
   border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
   border-color: #5cb874;
}

.contact .php-email-form input {
   height: 44px;
}

.contact .php-email-form textarea {
   padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
   background: #007FBD;
   border: 0;
   padding: 10px 24px;
   color: #fff;
   transition: 0.4s;
   border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
   background: #80B5FF;
}

@-webkit-keyframes animate-loading {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

@keyframes animate-loading {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}


/* *****�t�H�[���***** */

.form1 label {
   font-weight: bold;
   font-size: 0.9rem;
   margin-bottom: 1rem;
}

.form1 input,
.form1 textarea,
.form1 select {
   max-width: 768px;
}

.form1 .form-group {
   margin-bottom: 2rem;
}
