@charset "utf-8";
/* *****共通設定***** */
html {
	height: 100%;
}
main {
	display: block;
	background-color: #fbfbf2;
}
main .btn {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1.5rem;
}
h1 {
	font-size: 3rem;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
h2, h3 {
	color: #401f0f;
}
.gray {
	color: #6c757d;
}
.card {
	/* [disabled]border-color: #C0FFBB; */
}
.img-thumbnail {
	width: 100%;
	padding: .25rem;
	background-color: transparent;
	border: none;
}
/* ヘッダー(navbar) */
.navbar {
	border-bottom: 1px solid #a29080;
	background-color: #15923B;
}
.navbar .navbar-collapse {
	flex-grow: 0;
}
.navbar .navbar-brand {
	height: 50px;
}
.navbar .navbar-brand img {
	height: 100%;
}
.navbar .navbar-nav .active > .nav-link {
	color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(251, 251, 241, 1);
}
/* フッター */
#footer {
	width: 100%;
	height: 50px;
	background-color: #563322;
}
#footer .container {
	color: #e0c7b2;
}
#footer .footer-ttl {
	font-size: 1rem;
	font-weight: bold;
	margin: 1.5rem 0;
	color: #ffce11;
}
#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: 1px solid #774831;
	background-color: #401f0f;
	color: #e0c7b2;
}
#footer img {
	width: 360px;
}
/* *****トップページ***** */
/* メイン画像 */
h1 {
	font-weight: bold !important;
	color: #15923B;
}
#page-top h1 + span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 180%;
	display: block;
	margin-top: 1.5rem;
}
#page-top .jumbotron-fluid {
	height: 640px;
	background-color: #f1efff;
	border-bottom: #dddddd;
	background: url("/img/top-main.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 section {
	border-bottom: 1px solid #e0c7b2;
	background-color: #FFF9E2;
	padding: 5rem 0;
}
#page-top section:nth-child(odd) {
	background-color: #DCF1E5;
}
#page-top section .container > h2 {
	margin-bottom: 30px;
	font-size: 2.5rem;
}
#page-top section .container > h2 + p {
	max-width: 700px;
	margin: 0 auto 50px;
}
/*#form-page {
	height: 500px;
}
*/
/*-------------------------*/
#sec1 h3 {
	margin: 1rem;
	font-size: 1.4rem;
}
#sec1 .card-title {
	margin-bottom: 0.1rem;
}
#sec1 .card-title-sub {
	font-size: 0.7rem;
	font-weight: bold;
	color: darkcyan;
	margin-left: 0.9rem;
}
#sec1 .card-img-top {
	margin-top: 1rem;
}
#sec1 .card-text-kome {
	display: block;
	margin-top: 1rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 120%;
}
#sec1 .s1price {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#sec1 .s1Pmenu {
	font-size: 1rem;
	margin-left: 10px;
	margin-bottom: 5px;
	background: #A5A5A5;
	color: #ffffff;
	border-radius: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#sec1 .s1Pprice {
	margin-left: 10px;
	text-align: right;
}
#sec2 {
	line-height: 150%;
}
#sec2 .row {
	min-height: 160px;
	color: #2f2f2f;
	justify-content: center;
}
#sec2 #gaiyou_table {
	width: 100%;
	margin-bottom: 50px;
}
#sec2 #gaiyou_table th {
	text-align: right;
	width: 33%;
	vertical-align: top;
	padding: 10px;
}
#sec2 #gaiyou_table td {
	text-align: left;
	width: 67%;
	vertical-align: top;
	padding: 10px;
}
#sec2 #gaiyou_table table, tbody, th, td {
	border: none;
}
#sec3 .row {
	text-align: center;
	justify-content: center;
}
#sec3 .toi_ex {
	font-size: 0.8em;
	font-weight: bold;
}
#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 #dddddd;
}
#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;
}
/* *****下層ページ***** */
#breadcrumb-wrapper {
	border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper, .breadcrumb {
	font-size: 0.9rem;
	background-color: #563322;
}
.breadcrumb a {
	color: rgba(255, 255, 255, .5);
}
.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, .5);
}
.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 .jumbotron {
	background-color: #f1efff;
	border-bottom: #dddddd;
	background: url("../img/top-main.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: 1.5rem;
	font-weight: bold;
	color: #401f0f;
}
/* *****フォーム***** */
.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;
}
/* *****フォーム追加***** */
#toiawase_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	text-align: center;
}
#toiawase_form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
.cp_iptxt textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt textarea:focus {
	border-color: #da3c41;
}
.cp_iptxt textarea {
	padding-left: 40px;
}
.cp_iptxt textarea:focus + i {
	color: #da3c41;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}
/* *****フォーム用ページ***** */
body #form-page {
	height: 100vh;
	background-color: #fbfbf2;
}
main #form-page {
	height: 100%;
}
div #form-page {
	height: 100%;
}
#form-page .jumbotron-mini {
	height: 100px;
	background-color: #f1efff;
	border-bottom: #dddddd;
	background: url("/img/top-main.jpg") no-repeat center center;
	background-size: cover;
}
#form-page .jumbotron-mini .container {
	height: 100%;
}
#form-page .jumbotron-mini .container span {
	font-weight: bold;
	text-shadow: 0px 0px 2px #fff;
}
#form-page span {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 180%;
	display: block;
}
#form_sec {
	padding-top: 50px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#form_sec h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
}
#form-page .btn {
	position: relative;
	width: 80%;
	margin: 20px 3%;
	text-align: center;
}
#form-page .container > h2 {
	margin-bottom: 30px;
	font-size: 1.5rem;
}
#form-page .container > h2 + p {
	max-width: 700px;
	margin: 0 auto 50px;
}
#form-page #form-tbl {
	text-align: center;
}
#form-page table#formtable {
	width: 100%;
	margin-bottom: 50px;
}
#form-page #formtable th {
	text-align: right;
	width: 33%;
	color: gray;
	font-weight: bold;
	padding: 10px;
}
#form-page #formtable td {
	text-align: left;
	width: 67%;
	padding: 10px;
	font-weight: normal;
}
#form-page #formtable td.form_td_err {
	color: crimson;
}
#form-page #formtable table, tbody, th, td {
	border: none;
}
#form-page-footer {
	width: 100%;
	height: 50px;
	background-color: #563322;
	position: fixed;
	bottom: 0;
}
#form-page-footer .container {
	color: #e0c7b2;
}
#form-page-footer #copyright {
	border-top: 1px solid #774831;
	background-color: #401f0f;
	color: #e0c7b2;
}
/*
#form-page table#form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

#form-page table#form th{
	width: 40%;
	text-align: right;
	margin: 50px;
}

#form-page table#form td{
	width: 60%;
	text-align: left;
	margin: 50px;
}
*/
/*.mov {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}*/
.mov__container {
	margin-bottom: 20px;
	aspect-ratio: 16 / 9;
}
.mov__container iframe {
	width: 100%;
	height: 100%;
}
/*<!--SNS用-->*/
#sns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around
}
#sns a {
	text-decoration: none;
	color: #000000 !important;
}
.sns_line1, .sns_line2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 700px;
}
.sns__part {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 300px;
	height: 60px;
	background: #fff;
	border-radius: 10px;
}
.sns_icon {
	margin-right: 5px;
}
.sns_icon img {
	width: 40px !important;
}
#taiko {
	width: 98%;
	padding-top: 50px;
}
#taiko img {
	width: 95%;
	border-radius: 10px;
}
.taiko__S {
	display: none;
}
.voicegate {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.voicegate a {
	display: flex;
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	background: #44ae73;
	border-radius: 16px;
	padding: 16px 16px;
	justify-content: center;
	align-items: center;
}
.voicegate a:hover {
	background-color: darkgreen;
}
.voicegate_con {
	margin-bottom: 0 !important;
}
@media screen and (max-width:767px) {
	#sec2 #gaiyou_table td {
		padding: 10px 50px 10px 10px;
	}
	.taiko__L {
		display: none;
	}
	.taiko__S {
		display: block;
	}
}