/*ヘッダー*/
header {
	background-color: #998626;
}
header .example1 {
	width: auto;
	height: 42px;
}
header .cach {
	width: auto;
	height: 887px;
}
footer .footer-color {
	background-color: #EE6D06;
}
th {
    width:  30%;              /* 幅指定 */
    text-align: left;           /* 文字の揃え位置指定 */
}
 
td {
    text-align:  center;        /* 文字の揃え位置指定 */
}
.space{
	margin-bottom: 20px;
}
.footer02 {
 color: #FFFFFF;
 background: #998626;
 text-align: center;
 margin-top: 20px;
	padding: 10px;
}
.footer02 a {
 color: #808080;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}
/*シンプル角丸（影）枠 3*/
.kakomi-maru3 {
 margin: -1.5em auto;
 padding: 0.5em;
 width: 234px; 
 height: 407px;
 background-color: #EAE89C; /* ボックス背景色 */
 color: #998626; /* 文章色 */
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border: 4px solid #403C01;
 border-radius: 20px; /* 角の丸み */
}
.mb-3{
margin-bottom: 0rem!important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.front-main-pc { display: block !important; }
.front-main-sp { display: none !important; }

.form-control{
	padding: 0rem 0.78rem;
}
.form-text01{
	width: 196px;
}
.form-tel{
	width: 197px;
}
.form-btn {
	width: 167px;
}
/*TOP 重ね*/
.relative{
  position: relative;
	height: auto;
}
.absolute{
  position:absolute;
  right: 129px;
	top: 30px;
}
/*FORM*/
.formWrap {
	width:auto;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	font-weight:normal;
	background:#FFFDE1;
	/*text-align:center;*/
}
/*------------------------------------------------------------*/
/* 実行などボタン周り */
/*------------------------------------------------------------*/
.regist_button{
    margin: 1.5em 0 0 0;
    padding: 2em;
    border: 1px solid #90847b;
    background-color: #edebe3;
    text-align: center;
}

/*------------------------------------------------------------*/
/* フォームラベル */
/*------------------------------------------------------------*/
section.container label.head{
    margin-top: 1em;
    padding: 0.8em 0;
    border-left: 5px solid #3399ff;
    background-color: #e8f5ff;
    text-align: left;
    font-size: 90%;
    font-weight: normal;
}
/*フォーム最適化*/
input.inputtext { width: 100%; }
textarea.texrei { width: 100%;}
/*CSSだけを使って、フォームのラジオボタンの選択によって異なる内容をアコーディオン表示する*/
.sbh1,.sbh2{display:none;}
input[type="radio"]:checked#sbh1~div.sbh1 {display:block;}
input[type="radio"]:checked#sbh2~div.sbh2 {display:block;}
.bottan_bg{
	background-color: #014A99;
	text-align: center;
	margin-top: 20px;
}
.btn-ghost {
  background: transparent;
}
.btn-ghost.btn-default {
  color: #777;
}

.btn-ghost.btn-primary {
  color: #337ab7;
}

.btn-ghost.btn-success {
  color: #5cb85c;
}

.btn-ghost.btn-info {
  color: #5bc0de;
}

.btn-ghost.btn-warning {
  color: #f0ad4e;
}

.btn-ghost.btn-danger {
  color: #d9534f;
}
.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.form-but{
	align-content: center;
}
.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}
.button {
  width: 100%;
  border-radius : 5%;          /* 角丸       */
  font-size     : 13pt;        /* 文字サイズ */
  padding       : 12px 12px;   /* 余白       */
  background    : #ee6d06;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 2px 2px #666666;  /* 影の設定 */
  border        : 2px solid #ee6d06;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ee6d06;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
/* 必須 */
.required{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;   /* Safari,Google Chrome */
    -moz-border-radius: 6px;      /* Firefox12まで */
    border-radius: 6px;           /* Firefox13以降 */
    background-color: #ff3957;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
}

/*ナビゲーション*/
.nav-img{
	height: 84px;
}
.nav-center{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

/*アコーディオンメニュー*/
.toggle_contents {
	border: 4px solid #C8BE2B;
	border-radius: 28px;
	
}
.toggle_title {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #C8BE2B;
	display: block;
	width: 51px;
	height: 51px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 20px;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 3px;
	height: 20px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	
}
.toggle_contents img {
	width: 80%;
	height: auto;
}
.toggle_contents li {
	list-style:none
}



@media screen and (max-width:990px) { 
     /*　for iPhone Landscape　(iPhone 横)　*/
	.kakomi-maru3 {
		display:none;
	}
	header .example1 {
	height: 4.5vw;
    }
	.nav-img{
	height: 7.5vw;
    }
	.nav-center{
		width: 100%;
	}
	.box{
		font-size: 1.0rem;
	}
	.front-main-pc { display: none !important; }
    .front-main-sp { display: block !important; }
}
@media screen and (min-width:991px) and (max-width:1199px){
    /*　for iPad 　*/
	header .example1 {
	height: 4.5vw;
    }
	.kakomi-maru3 {
 margin: -1.5em auto;
 padding: 0.5em;
 width: 186px; 
 height: 344px;
 background-color: #EAE89C; /* ボックス背景色 */
 color: #998626; /* 文章色 */
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border: 4px solid #403C01;
 border-radius: 15px; /* 角の丸み */
}
.mb-3{
	font-size: 0.8rem;
    margin-bottom: 0rem!important;
}
.form-text01{
	width: 167px;
}
.form-tel{
	width: 158px;
}
.form-btn {
	width: 142px;
	}

.absolute{
  position:absolute;
  right: 90px;
	top: 30px;
}	
.box{
		font-size: 1.2rem;
	}	
	
	
	
	.nav-img{
	height: 5.5vw;
    }
	.nav-img{
	height: 5.5vw;
    }
	.nav-center{
		width: 100%;
	}
}














