﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: right;
	background: #fff;
}

#hon {
	float: right;
	width: 100%;
	height: 25px;
	text-align: right;
}

a:link { text-decoration:none; color: #aa9968;}
a:visited { text-decoration:none; color: #494949;}
a:active { text-decoration:none; color: #494949;}
a:hover { text-decoration:none; color: #cccccc;}

.s1 { color: #ffffff;}
.s1 a:link{color:inherit; text-decoration:none !important;}
.s1 a:visited{color:inherit; text-decoration:none !important;}
.s1 a:active{color:inherit; text-decoration:none !important;}
.s1 a:hover{color:inherit; text-decoration:none !important;}

.me1 { color: #ffffff;}
.me1 a:link{color:inherit; text-decoration:underline !important;}
.me1 a:visited{color:inherit; text-decoration:underline !important;}
.me1 a:active{color:inherit; text-decoration:underline !important;}
.me1 a:hover{color:#333; text-decoration:underline !important;}



.bb {
  font-weight:bold;
  letter-spacing:1px;
}
#gold {

}
#order {

}
#contact {

}
#ove {

}

input::placeholder {
	color: #ccc;
}
textarea::placeholder {
	color: #ccc;
}
dl{
	margin-bottom:10px;
}
dt{
	width:40%;
  float: left;
	background-color:#eee;
}

dt::after{
  content: "："
}
dd{
	width:60%;
	text-align:left;
}
/* ラジオボタン02 */
input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: #00cccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}
.fa-angle-up{
	color:#fff;
	font-size:46px;
	font-weight:bold;
}

.lipa10{
	padding-top:10px;
}
.f14{
	font-size:14px;
}
.pink-f {
	color: #fb60a9;

}
@media all and (min-width: 901px) {
/* **************************************************
  Header
************************************************** */
#Header {
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 100;
	overflow: hidden;
}

#Header .main-logo {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: -370px;
	margin: 0 auto;
	pointer-events: none;
}


/* main-img-slider
-------------------------------------------------- */
#Header .main-img-slider {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
#Header .main-img-slider .slider-wrapper {
	overflow: hidden;
	zoom: 1;
}
#Header .main-img-slider .slide {
	background: #000;
	text-align: center;
	float: left;
	height: 550px;
}
#Header .main-img-slider .slide-prev,
#Header .main-img-slider .slide-next {
	width: 34px;
	height: 63px;
	margin-top: -32px;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index:99;
}
#Header .main-img-slider .slide-prev {
	background: url(../images/main_slider_button.png) no-repeat 0px 0px;
	margin-left: -560px;
}
#Header .main-img-slider .slide-next {
	background: url(../images/main_slider_button.png) no-repeat -34px 0px;
	margin-left: 530px;
}
/* **************************************************
  Nav
************************************************** */
#Nav {
	width: 100%;
	height: 106px;
	background: url(../images/nav_bg.png) top left repeat-x;
	text-align: center;
	overflow: hidden;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* menu
-------------------------------------------------- */
#Nav ul {
	width: 100%;
	margin: 0 auto;
	max-width:980px;
list-style-type: none;
}
#Nav ul li {
	float:left;
	padding: 44px 20px 0 20px;
	font-size:18px;
	text-align:center;
}
#Nav ul li.nav_logo {
	padding-top: 0px !important;
}
.flex {
	display: flex;
	justify-content: center;
}
/* info
-------------------------------------------------- */
#Nav #info {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width:980px;
}
#Nav #info .tel {
	position: absolute;
	top: 10px;
	right: 0;
}
#Nav #info .open {
	position: absolute;
	top: 73px;
	right: 0;
}
/* deco
-------------------------------------------------- */
#Nav #deco {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width:980px;
}
#Nav #deco .deco_left {
	position: absolute;
	top: -60px;
	left: -345px;
}
#Nav #deco .deco_right {
	position: absolute;
	top: -60px;
	right: -345px;
}

.bg-sliderBox {
	position: relative;
	width:100%;
	height:100vh;
	float:left;
    margin:0px 0 20px 0;
}
.bg-slider {
  position: relative;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
  z-index: 1;
    margin:0px 0 0px 0;
}
.bg-slider__title{
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
h1 {
	max-width: 1170px;
	text-align: center;
	font-size: 46px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fcd003;
    font-weight: 900;
	line-height:50px;

}
.red {
	font-size: 32px;
	color: #fcd003;

}

.b-Box2 {
	width:48%;
	height:581px;
	float:left;
    margin:0px 2% 20px 0;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-2 {
	width:56%;
	float:left;
	margin:60px 22% 0 22%;
	box-sizing:border-box;
	text-align:center;
	
}
.b-2tx {
	font-size:20px;
	font-weight:bold;
color:#a37804;
line-height:28px;

}
.b-2tx2 {
	font-size:16px;
	font-weight:bold;
color:#444;
padding:15px 0;
border-top:#444 double 3px;
border-bottom:#444 double 3px;
margin:20px 0 20px;
}
.b-Box3 {
	width:48%;
	height:581px;
	float:left;
    margin:0px 0 20px 2%;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-Box35 {
	width:18%;
	float:left;
}
.b-Box65 {
	width:80%;
	float:left;
	margin-left:2%;
}
.toku-b {
	width:100%;
	float:left;
	margin:0 auto;
}
.btn-border1 {
  display: inline-block;
  width:90%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  border: 5px solid #e0e3c2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
  background:#c4d700;
  margin:15px 6% 0 4%;
}

.btn-border1:hover {
	background:#a3b204;
  border-color: #e0e3c2;
  color: #fff;
}

#container {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.cb1 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
}
.cb2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../images/nav_bg.png);
}
.cb3 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../img/main-back.jpg);
}

.contentsu{
	width: 100%;
	margin:0px auto 60px;
	max-width:980px;
	text-align: left;
}
.w5{
	display:none;
}
h2{
	font-size:30px;
	font-weight:bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #f00,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	color: #f90678;
	padding:0 5px 0px 50px;
	text-align:left;
	line-height:34px;
	
}
table.aaa{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.aaa tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.aaa td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	vertical-align:top;
}

table.aaa td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.aaa tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.aaa tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.aaa tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta20{
  width: 20%;
	background-color:#eee;
}
.ta5{
  width: 5%;
}
.ta75{
  width: 75%;

}
.t {
  border-top: 1px solid #a8b7c5;
}
.x1{
	font-size:20px;
	font-weight:bold;
	color: #fcd003;
	margin:0 10%;
	text-align:center;
	width:100%;
	float:left;
	
}
.text1 {
	font-size:16px;
	line-height:30px;
	padding:20px;
}
.text2 {
	width:85%;
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	text-align:right;
	box-sizing:border-box;
	float:left;
}
.text3 {
	width:12%;
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.pro-img {
  width: 90%;
  margin:30px auto 0;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  font-size:30px;
  color:#FFF;
}

.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}

table.ccc{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 80px;
  float:left;
}
table.ccc tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ccc td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 20px 10px;
  vertical-align:middle;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}

table.ccc td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.ccc tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}

table.ccc tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ccc tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ccc tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.c25{
  width: 25%;
	background-color:#eee;
	letter-spacing:1px;
}
.c75{
  width: 75%;
	letter-spacing:1px;
}
.c30{
  width: 30%;
	letter-spacing:1px;
}
.c45{
  width: 45%;
	letter-spacing:1px;
}
.hoge30{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:30%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.hoge2{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.comment{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
	margin:20px auto 10px;
}
.apli {
	width: 40%;
	padding: 15px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #7d6d34;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin:0 auto;
	box-sizing:border-box;
}
.top1{


}
p.gotop{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.top2{
	display:none;
}
p.gotop2{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop2 a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}


.thanks {
	width: 100%;
	font-size: large;
	text-align: center;
	line-height: 30px;
	color:#494949;
	padding:100px 0;
  font-size:18px;
  }


.gr1{
	width: 50%;
	float: left;
	background-image: url(../img/b-img00.png);
	background-position: 0% 0% 0% 0%;
	background-repeat: no-repeat;
	height:104px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 padding-left:20px;
 box-sizing:border-box;
 line-stacking:1px;

}
.gr2{
	width:50%;
	float:right;
	text-align:right;
	max-width:400px;
}
.de-box1{
	width:100%;
	margin:20px 0;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:16px;
	line-height:28px;
	background-color:#FFF;
}
.de-box2{
	width:100%;
	margin-bottom:20px;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:18px;
	line-height:28px;
	background-color:#FFF;
}
.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 20px;    /* 周りの余白指定 */
    font-size: 24px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
}
.head_test2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin: 15px 0;    /* 周りの余白指定 */
    font-size: 24px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
}

.head_test-point {
    display:  block;        /* ブロック要素にする */
    font-size:  14px;       /* 文字サイズ指定 */
    margin-top:  0px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 96%;           /* 幅指定 */
    margin: 0px auto 0;    /* 周りの余白指定 */
	color:#333;
}
.w-100{
	width: 100%;
	float:left;
}
.m-100{
	width: 100%;
	float:left;
	margin-bottom:20px;
} 
.w-100-1{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	margin:0px 0 10px;
	float:left;
} 
.w-100-2{
	width: 100%;
	float:left;
	margin:60px 0 10px;

} 
.t20{
	padding-top:20px;
}
.hin{
	padding:10px 0 10px 10px;
	background-color:#e7e3d6;
	margin:30px 0 0;
    font-weight:  bold;
}


.fq {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    font-size: 18px;        /* 文字サイズ指定 */
    text-align:  left;    /* 文字位置指定 */
	color:#ccc4ad;
}
.fa-t1 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
	border-bottom:#CC6 dotted 1px;
	padding-bottom:15px;
}
.fa-t2 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
}
.k-midashi {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin-bottom:10px;
  font-weight:bold;
  font-size:22px;
  margin-top:15px;
  float:left;
  width: 100%;
}

.k-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 36%;
}
.k-midashi2 {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin:20px 0 10px;
  font-weight:bold;
}

.k-midashi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 20%;
}
.resize{
  width: 100%;
  height: auto;
}
.resize2{
  width: 100%;
  height: auto;
  max-width:300px;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ccc4ad;
	float: left;
	line-height:40px;
}
.w-tel{
	width: 100%;
	margin:0px auto;
	display:none;
} 
.waku7{
	width: 100%;
	font-size:16px;
	height:50px;
	border-top:#444 dotted 1px;
	padding-top:20px;
} 
.sp-bottom{
	display:none;
}
.s10{
	font-size:14px;
}
.ryo100{
	width: 100%;
	margin:20px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.ryo1{
	width: 20%;
	font-size:16px;
	float:left;
	font-weight:bold;
}
.ryo2{
	width: 80%;
	font-size:16px;
	float:left;
} 
.ryo100-2{
	width: 100%;
	margin:0px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.bbb3 {
  border-bottom: solid 3px #666666;
  position: relative;
  margin:30px 0 10px;
  font-size:20px;
  font-weight:bold;
  float:left;
  width:100%;
}

.bbb3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fcd003;
  bottom: -3px;
  width: 20%;
}
table.bbb{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.bbb tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.bbb td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;

}

table.bbb td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.bbb tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.bbb tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.bbb tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta40{
  width: 40%;
	background-color:#eee;
}
.ta60{
  width: 60%;
}
.ta60-2{
  width: 60%;
  vertical-align:middle;
}
.ta25{
  width: 25%;
  text-align:center;
  vertical-align:middle;
}
.ta50{
  width: 50%;
  vertical-align:middle;
}
.ta25-m{
  width: 25%;
	background-color:#eee;
	text-align:center;
}
.ta50-m{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.ta50-50{
  width: 50%;
  vertical-align:middle;
  text-align:center;
}
ul.zoom{
	width:100%;
	float:left;
	font-size:16px;
}
ul.zoom li{
	margin-left:30px;
	list-style:disc;
}
.pah20{
	padding-top:20px;
	float:left;
	width:100%;
}
.pah10{
	padding-top:10px;
	float:left;
	width:100%;
}
ul.zoom2{
	width:100%;
	float:left;
	font-size:16px;
}
ul.zoom2 li{
	margin-left:30px;
	list-style:decimal;
}
ul.zoom3{
	width:100%;
	float:left;
	font-size:16px;
  margin-top:15px;
}
ul.zoom3 li{
	margin-left:30px;
	list-style:disc;
}
table.ddd{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.ddd tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ddd td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;

}

table.ddd td:last-child{

  border-bottom: 1px solid #a8b7c5;
}
table.ddd tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.ddd tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ddd tr:last-child td:last-child {
  border-radius: 0 0 0 5px;
}
.ta33{
  width: 33%;
  text-align:center;
  vertical-align:middle;
}
.ta34{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta34-2{
  width: 34%;
  text-align:center;
  vertical-align:middle;
}
.ta33-m{
  width: 33%;
	background-color:#eee;
	text-align:center;
}
.ta34-m{
  width: 34%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.ta34-m2{
  width: 34%;
	background-color:#eee;
	text-align:center;
}
.ta33-b{
  width: 33%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f2f2f2;
}
.ta34-2b{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f9f9f9;
}
.tagc-m1{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.tagc-m2{
  width: 50%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.tagc-m3{
  width: 50%;
  text-align:center;
  vertical-align:middle;
}
.tagc-m4{
  width: 50%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta15{
  width: 15%;
  text-align:center;
  vertical-align:middle;
}
.ta17{
  width: 17%;
  vertical-align:middle;
  font-weight:bold;
}
.ta17-2{
  width: 17%;
}
.ta15-m{
  width: 15%;
	background-color:#eee;
	text-align:center;
}
.ta17-m{
  width: 17%;
	background-color:#eee;
	text-align:center;
}
.ta17-m1{
  width: 17%;
	background-color:#fdedef;
	text-align:center;
}
.ta17-m2{
  width: 17%;
	background-color:#f6fdea;
	text-align:center;
}
.ta17-m3{
  width: 17%;
	background-color:#eaf8fd;
	text-align:center;
}
.ta17-m4{
  width: 17%;
	background-color:#fdfcea;
	text-align:center;
}
.ta85{
  width: 85%;
  text-align:center;
  vertical-align:middle;
}
.box-kouza{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
}
.box-kouza2{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:30px;
}
.box-kouza3{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:30px;
  width:60%;
  background-image:url(../img/r-logo.png);
	background-position: right 2% bottom 10%;
	background-repeat: no-repeat;
}
h4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-weight:bold;
}

h4:before,
h4:after {
  position: absolute;
  content: '';
}

h4:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

h4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

h4 i {
  font-size: 30px;
  font-size: 22.6: 60px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h4 span {
  position: relative;
  z-index: 1;
}
.mi{
	width: 100%;
	float:left;
	margin:100px 0 10px;
}
.cb4 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
}
.de-box3{
	width:100%;
	margin:20px 0;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:16px;
	line-height:28px;
	background-color:#FFF;
}
.sp-h{
	display:none
}
.pc-h{

}
.f-menu{
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ccc4ad;
	float: left;
	line-height:30px;
	padding:50px 0;
}
.g-midashi {
  border-bottom: solid 3px #ccc4ad;
  position: relative;
  margin-bottom:10px;
  font-weight:bold;
  font-size:22px;
  margin-top:15px;
}

.g-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #706957;
  bottom: -3px;
  width: 24%;
}
.j1 {
	float:left;
  width: 75%;
}
.j2 {
	float:left;
  width: 25%;
}
.m-jv{
	width:100%;
	margin:20px 0 10px;
	padding:15px;
	box-sizing:border-box;
	float:left;
	font-size:16px;
	line-height:28px;
	background-color:#000;
	color:#FFF;
}
.chu{
	width:100%;
	margin:10px 0 10px;
	float:left;
	font-size:12px;
	line-height:20px;
}
.ta100-n{
  width: 100%;
  text-align:left;
  vertical-align:middle;
	background-color:#f2f2f2;
}
.j3 {
	float:left;
  width: 25%;
  margin-top:-10px;
}
.b-3tx {
	font-size:16px;
	font-weight:bold;
color:#a37804;
line-height:24px;

}
.ta60-m{
  width: 60%;
  vertical-align:middle;
}
.b-Boxd {
	width:48%;
	height:581px;
	float:left;
    margin:0px 26% 20px;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.ee20{
  width: 20%;
  text-align:left;
}
.ee20-1{
  width: 20%;
	text-align:center;
  vertical-align:middle;
}
.ee20-2{
  width: 20%;
  text-align:left;
}
.ee20-m{
  width: 20%;
	background-color:#eee;
	text-align:center;
}
.midashi-zoom {
	font-size:14px;
	padding:5px;
	background-color:#bbb;
	color:#FFF;
	float:left;
	margin-bottom:10px;
}
}
@media all and  (min-width:768px) and (max-width:900px) {
#Header {
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 100;
	overflow: hidden;
}

#Header .main-logo {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: -370px;
	margin: 0 auto;
	pointer-events: none;
}


/* main-img-slider
-------------------------------------------------- */
#Header .main-img-slider {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
#Header .main-img-slider .slider-wrapper {
	overflow: hidden;
	zoom: 1;
}
#Header .main-img-slider .slide {
	background: #000;
	text-align: center;
	float: left;
	height: 550px;
}
#Header .main-img-slider .slide-prev,
#Header .main-img-slider .slide-next {
	width: 34px;
	height: 63px;
	margin-top: -32px;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index:99;
}
#Header .main-img-slider .slide-prev {
	background: url(../images/main_slider_button.png) no-repeat 0px 0px;
	margin-left: -560px;
}
#Header .main-img-slider .slide-next {
	background: url(../images/main_slider_button.png) no-repeat -34px 0px;
	margin-left: 530px;
}
/* **************************************************
  Nav
************************************************** */
#Nav {
	width: 100%;
	height: 106px;
	background: url(../images/nav_bg.png) top left repeat-x;
	text-align: center;
	overflow: hidden;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* menu
-------------------------------------------------- */
#Nav ul {
	width: 100%;
	margin: 0 auto;
	max-width:980px;
list-style-type: none;
}
#Nav ul li {
	float:left;
	padding: 44px 20px 0 20px;
	font-size:18px;
	text-align:center;
}
#Nav ul li.nav_logo {
	padding-top: 0px !important;
}
.flex {
	display: flex;
	justify-content: center;
}
/* info
-------------------------------------------------- */
#Nav #info {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width:980px;
}
#Nav #info .tel {
	position: absolute;
	top: 10px;
	right: 0;
}
#Nav #info .open {
	position: absolute;
	top: 73px;
	right: 0;
}
/* deco
-------------------------------------------------- */
#Nav #deco {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width:980px;
}
#Nav #deco .deco_left {
	position: absolute;
	top: -60px;
	left: -345px;
}
#Nav #deco .deco_right {
	position: absolute;
	top: -60px;
	right: -345px;
}

.bg-sliderBox {
	position: relative;
	width:100%;
	height:100vh;
	float:left;
    margin:0px 0 20px 0;
}
.bg-slider {
  position: relative;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
  z-index: 1;
    margin:0px 0 0px 0;
}
.bg-slider__title{
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 1170px;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
h1 {
	max-width: 1170px;
	text-align: center;
	font-size: 46px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fcd003;
    font-weight: 900;
	line-height:50px;

}
.red {
	font-size: 32px;
	color: #fcd003;

}
.b-Box2 {
	width:48%;
	height:581px;
	float:left;
    margin:0px 2% 20px 0;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-2 {
	width:66%;
	float:left;
	margin:60px 17% 0 17%;
	box-sizing:border-box;
	text-align:center;
	
}
.b-2tx {
	font-size:20px;
	font-weight:bold;
color:#a37804;
line-height:28px;

}
.b-2tx2 {
	font-size:16px;
	font-weight:bold;
color:#444;
padding:15px 0;
border-top:#444 double 3px;
border-bottom:#444 double 3px;
margin:20px 0 20px;
}
.b-Box3 {
	width:48%;
	height:581px;
	float:left;
    margin:0px 0 20px 2%;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-Box35 {
	width:25%;
	float:left;
}
.b-Box65 {
	width:73%;
	float:left;
	margin-left:2%;
}
.toku-b {
	width:100%;
	float:left;
	margin:0 auto;
}
.btn-border1 {
  display: inline-block;
  width:90%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  border: 5px solid #e0e3c2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
  background:#c4d700;
  margin:15px 6% 0 4%;
}

.btn-border1:hover {
	background:#a3b204;
  border-color: #e0e3c2;
  color: #fff;
}

#container {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.cb1 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
}
.cb2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../images/nav_bg.png);
}
.cb3 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../img/main-back.jpg);
}

.contentsu{
	width: 94%;
	margin:0px 3% 30px;
	max-width:980px;
	text-align: left;
}
.w5{
	display:none;
}
h2{
	font-size:26px;
	font-weight:bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #f00,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	color: #f90678;
	padding:0 5px 0px 50px;
	text-align:left;
	line-height:34px;
	
}
table.aaa{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.aaa tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.aaa td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	vertical-align:top;
}

table.aaa td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.aaa tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.aaa tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.aaa tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta20{
  width: 20%;
	background-color:#eee;
}
.ta5{
  width: 5%;
}
.ta75{
  width: 75%;

}
.t {
  border-top: 1px solid #a8b7c5;
}
.x1{
	font-size:20px;
	font-weight:bold;
	color: #fcd003;
	margin:0 10%;
	text-align:center;
	width:100%;
	float:left;
	
}
.text1 {
	font-size:16px;
	line-height:30px;
	padding:20px;
}
.text2 {
	width:85%;
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	text-align:right;
	box-sizing:border-box;
	float:left;
}
.text3 {
	width:12%;
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.pro-img {
  width: 90%;
  margin:30px auto 0;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  font-size:30px;
  color:#FFF;
}

.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}

table.ccc{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 80px;
  float:left;
}
table.ccc tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ccc td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 20px 10px;
  vertical-align:middle;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}

table.ccc td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.ccc tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}

table.ccc tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ccc tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ccc tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.c25{
  width: 25%;
	background-color:#eee;
	letter-spacing:1px;
}
.c75{
  width: 75%;
	letter-spacing:1px;
}
.c30{
  width: 30%;
	letter-spacing:1px;
}
.c45{
  width: 45%;
	letter-spacing:1px;
}
.hoge30{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:30%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.hoge2{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.comment{border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
	margin:20px auto 10px;
}
.apli {
	width: 40%;
	padding: 15px 0;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #7d6d34;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin:0 auto;
	box-sizing:border-box;
}
.top1{


}
p.gotop{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.top2{
	display:none;
}
p.gotop2{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop2 a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}


.thanks {
	width: 100%;
	font-size: large;
	text-align: center;
	line-height: 30px;
	color:#494949;
	padding:100px 0;
  font-size:18px;
  }


.gr1{
	width: 50%;
	float: left;
	background-image: url(../img/b-img00.png);
	background-position: 0% 0% 0% 0%;
	background-repeat: no-repeat;
	height:104px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 padding-left:20px;
 box-sizing:border-box;
 line-stacking:1px;

}
.gr2{
	width:50%;
	float:right;
	text-align:right;
	max-width:400px;
}
.de-box1{
	width:100%;
	margin:20px 0;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:16px;
	line-height:28px;
	background-color:#FFF;
}
.de-box2{
	width:100%;
	margin-bottom:20px;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:18px;
	line-height:28px;
	background-color:#FFF;
}
.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 20px;    /* 周りの余白指定 */
    font-size: 24px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
}
.head_test2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin: 15px 0;    /* 周りの余白指定 */
    font-size: 22px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
}

.head_test-point {
    display:  block;        /* ブロック要素にする */
    font-size:  14px;       /* 文字サイズ指定 */
    margin-top:  0px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 96%;           /* 幅指定 */
    margin: 0px auto 0;    /* 周りの余白指定 */
	color:#333;
}
.w-100{
	width: 100%;
	float:left;
}
.m-100{
	width: 100%;
	float:left;
	margin-bottom:20px;
} 
.w-100-1{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	margin:0px 0 10px;
	float:left;
} 
.w-100-2{
	width: 100%;
	float:left;
	margin:30px 0 10px;

} 
.t20{
	padding-top:20px;
}
.hin{
	padding:10px 0 10px 10px;
	background-color:#e7e3d6;
	margin:30px 0 0;
    font-weight:  bold;
}


.fq {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    font-size: 18px;        /* 文字サイズ指定 */
    text-align:  left;    /* 文字位置指定 */
	color:#ccc4ad;
}
.fa-t1 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
	border-bottom:#CC6 dotted 1px;
	padding-bottom:15px;
}
.fa-t2 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
}
.k-midashi {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin-bottom:10px;
  font-weight:bold;
  font-size:22px;
  margin-top:15px;
  float:left;
  width: 100%;
}

.k-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 36%;
}
.k-midashi2 {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin:20px 0 10px;
  font-weight:bold;
}

.k-midashi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 20%;
}
.resize{
  width: 100%;
  height: auto;
}
.resize2{
  width: 100%;
  height: auto;
  max-width:150px;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ccc4ad;
	float: left;
	line-height:40px;
}
.w-tel{
	width: 100%;
	margin:0px auto;
	display:none;
} 
.waku7{
	width: 100%;
	font-size:16px;
	height:50px;
	border-top:#444 dotted 1px;
	padding-top:20px;
} 
.sp-bottom{
	display:none;
}
.s10{
	font-size:14px;
}
 .ryo100{
	width: 100%;
	margin:20px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.ryo1{
	width: 20%;
	font-size:16px;
	float:left;
	font-weight:bold;
}
.ryo2{
	width: 80%;
	font-size:16px;
	float:left;
} 
.ryo100-2{
	width: 100%;
	margin:0px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.bbb3 {
  border-bottom: solid 3px #666666;
  position: relative;
  margin:30px 0 10px;
  font-size:20px;
  font-weight:bold;
  float:left;
  width:100%;
}

.bbb3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fcd003;
  bottom: -3px;
  width: 20%;
}
table.bbb{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.bbb tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.bbb td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;

}

table.bbb td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.bbb tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.bbb tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.bbb tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta40{
  width: 40%;
	background-color:#eee;
}
.ta60{
  width: 60%;
}
.ta60-2{
  width: 60%;
  vertical-align:middle;
}
.ta25{
  width: 25%;
  text-align:center;
  vertical-align:middle;
}
.ta50{
  width: 50%;
  vertical-align:middle;
}
.ta25-m{
  width: 25%;
	background-color:#eee;
	text-align:center;
}
.ta50-m{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.ta50-50{
  width: 50%;
  vertical-align:middle;
  text-align:center;
}
ul.zoom{
	width:100%;
	float:left;
	font-size:16px;
}
ul.zoom li{
	margin-left:30px;
	list-style:disc;
}
.pah20{
	padding-top:20px;
	float:left;
	width:100%;
}
.pah10{
	padding-top:10px;
	float:left;
	width:100%;
}
ul.zoom2{
	width:100%;
	float:left;
	font-size:16px;
}
ul.zoom2 li{
	margin-left:30px;
	list-style:decimal;
}
ul.zoom3{
	width:100%;
	float:left;
	font-size:16px;
	margin-top:15px;
}
ul.zoom3 li{
	margin-left:30px;
	list-style:disc;
}
table.ddd{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.ddd tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ddd td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;

}

table.ddd td:last-child{

  border-bottom: 1px solid #a8b7c5;
}
table.ddd tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.ddd tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ddd tr:last-child td:last-child {
  border-radius: 0 0 0 5px;
}
.ta33{
  width: 33%;
  text-align:center;
  vertical-align:middle;
}
.ta34{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta34-2{
  width: 34%;
  text-align:center;
  vertical-align:middle;
}
.ta33-m{
  width: 33%;
	background-color:#eee;
	text-align:center;
}
.ta34-m{
  width: 34%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.ta34-m2{
  width: 34%;
	background-color:#eee;
	text-align:center;
}
.ta33-b{
  width: 33%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f2f2f2;
}
.ta34-2b{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f9f9f9;
}
.tagc-m1{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.tagc-m2{
  width: 50%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.tagc-m3{
  width: 50%;
  text-align:center;
  vertical-align:middle;
}
.tagc-m4{
  width: 50%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta15{
  width: 15%;
  text-align:center;
  vertical-align:middle;
}
.ta17{
  width: 17%;
  vertical-align:middle;
  font-weight:bold;
}
.ta17-2{
  width: 17%;
}
.ta15-m{
  width: 15%;
	background-color:#eee;
	text-align:center;
}
.ta17-m{
  width: 17%;
	background-color:#eee;
	text-align:center;
}
.ta17-m1{
  width: 17%;
	background-color:#fdedef;
	text-align:center;
}
.ta17-m2{
  width: 17%;
	background-color:#f6fdea;
	text-align:center;
}
.ta17-m3{
  width: 17%;
	background-color:#eaf8fd;
	text-align:center;
}
.ta17-m4{
  width: 17%;
	background-color:#fdfcea;
	text-align:center;
}
.ta85{
  width: 85%;
  text-align:center;
  vertical-align:middle;
}
.box-kouza{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
}
.box-kouza2{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:30px;
}
.box-kouza3{
  padding:20px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:30px;
  width:80%;
  background-image:url(../img/r-logo.png);
	background-position: right 2% bottom 10%;
	background-repeat: no-repeat;
}
h4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-weight:bold;
}

h4:before,
h4:after {
  position: absolute;
  content: '';
}

h4:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

h4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

h4 i {
  font-size: 30px;
  font-size: 22.6: 60px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h4 span {
  position: relative;
  z-index: 1;
}
.mi{
	width: 100%;
	float:left;
	margin:100px 0 10px;
}
.cb4 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
}
.de-box3{
	width:100%;
	margin:20px 0;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:16px;
	line-height:28px;
	background-color:#FFF;
}
.sp-h{
	display:none
}
.pc-h{

}
.f-menu{
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ccc4ad;
	float: left;
	line-height:30px;
	padding:50px 0;
}
.g-midashi {
  border-bottom: solid 3px #ccc4ad;
  position: relative;
  margin-bottom:10px;
  font-weight:bold;
  font-size:22px;
  margin-top:15px;
}

.g-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #706957;
  bottom: -3px;
  width: 24%;
}
.j1 {
	float:left;
  width: 65%;
}
.j2 {
	float:left;
  width: 35%;
}
.m-jv{
	width:100%;
	margin:20px 0 10px;
	padding:15px;
	box-sizing:border-box;
	float:left;
	font-size:16px;
	line-height:28px;
	background-color:#000;
	color:#FFF;
}
.chu{
	width:100%;
	margin:10px 0 10px;
	float:left;
	font-size:12px;
	line-height:20px;
}
.ta100-n{
  width: 100%;
  text-align:left;
  vertical-align:middle;
	background-color:#f2f2f2;
}
.j3 {
	float:left;
  width: 25%;
  margin-top:-10px;
}
.b-3tx {
	font-size:16px;
	font-weight:bold;
color:#a37804;
line-height:24px;

}
.ta60-m{
  width: 60%;
  vertical-align:middle;
}
.b-Boxd {
	width:48%;
	height:581px;
	float:left;
    margin:0px 26% 20px;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.ee20{
  width: 20%;
  text-align:left;
}
.ee20-1{
  width: 20%;
	text-align:center;
  vertical-align:middle;
}
.ee20-2{
  width: 20%;
  text-align:left;
}
.ee20-m{
  width: 20%;
	background-color:#eee;
	text-align:center;
}
.midashi-zoom {
	font-size:14px;
	padding:5px;
	background-color:#bbb;
	color:#FFF;
	float:left;
	margin-bottom:10px;
}
}

@media all and (max-width: 767px) {
.w2{
	width: 100%;
	text-align: right;
	margin-top: -30px;
	color: #CC6666;
	padding-top: 0px;
	padding-bottom: 3px;
	float: right;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	display:none
}

.w5{
	width: 100%;
	text-align: left;
	color: #CC9999;
	float: left;
}
#nav  {
	width: 100%;
	height: 40px;
}
#nav li  {
	width: 100%;
	height: 40px;
	text-align: center;
	list-style: none;
	float: right;
	border-bottom: 1px solid #CC9999;
}
#nav li a {
	display: block;
	width: 100%;
	height: 40px;
	background: #CC6666;
	color: #ffffff;
	font-size: 13px;
	line-height:40px;
	float: right;
}
#nav li a:hover {
	color: #ee8cbe;
}
#nav li ul {
	width: 100%;
	display: none;
	position: relative;
	top: 0px;
	float: right;
}

p.resizeimage-b img { width:100%;
max-width: 98%;
height: auto;
	display: none; }
p.resizeimage-s img {
	width: 100%;
	max-width: 98%;
	height: auto;
}
p.resizeimage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #e8e3d5;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #97875a;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #97875a;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 999;
    background: #ccc4ad;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* **************************************************
  Header
************************************************** */

#Header {
	position: relative;
	width: 100%;
	height: 80vh;
	text-align: center;
	z-index: 9;
	overflow: hidden;
}
#Header h1 {
	position: absolute;
	width: 100%;
	top: 19px;
	left: 80px;
	margin: 0 auto;
	pointer-events: none;
}
#Header .main-logo {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: -70px;
	margin: 0 auto;
	pointer-events: none;
}


/* main-img-slider
-------------------------------------------------- */
#Header .main-img-slider {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
#Header .main-img-slider .slider-wrapper {
	overflow: hidden;
	zoom: 1;
}
#Header .main-img-slider .slide {
	background: #000;
	text-align: center;
	float: left;
	height: 550px;
}
#Header .main-img-slider .slide-prev,
#Header .main-img-slider .slide-next {
	width: 34px;
	height: 63px;
	margin-top: -32px;
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index:99;
}
#Header .main-img-slider .slide-prev {
	background: url(../images/main_slider_button.png) no-repeat 0px 0px;
	margin-left: -560px;
}
#Header .main-img-slider .slide-next {
	background: url(../images/main_slider_button.png) no-repeat -34px 0px;
	margin-left: 530px;
}
/* **************************************************
  Nav
************************************************** */
#Nav {
	display:none;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
/* menu
-------------------------------------------------- */
#Nav ul {
	width: 1000px;
	margin: 0 auto;
}
#Nav ul li {
	display: inline;
	float: left;
	padding-top: 48px;
	padding-right: 28px;
	font-size:13px;
}
#Nav ul li.nav_logo {
	padding-top: 31px !important;
}
/* info
-------------------------------------------------- */
#Nav #info {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#Nav #info .tel {
	position: absolute;
	top: 10px;
	right: 0;
}
#Nav #info .open {
	position: absolute;
	top: 73px;
	right: 0;
}
/* deco
-------------------------------------------------- */
#Nav #deco {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#Nav #deco .deco_left {
	position: absolute;
	top: 0;
	left: -345px;
}
#Nav #deco .deco_right {
	position: absolute;
	top: 0;
	right: -310px;
}

.bg-sliderBox {
	position: relative;
	width:100%;
	height:70vh;
	float:left;
    margin:0px 0 0px 0;
}
.bg-slider {
  position: relative;
	height: 70vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
  z-index: 1;
    margin:0px 0 0px 0;
}
.bg-slider__title{
	position: absolute;
	left: 30%;
	top: 15%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
h1 {
	text-align: center;
	font-size: 20px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fcd003;
    font-weight: 900;
	line-height:26px;

}
.red {
	font-size: 14px;
	color: #fcd003;

}
.b-Box2 {
	width:100%;
	height:581px;
	float:left;
    margin:0px 0% 20px 0;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-2 {
	width:70%;
	float:left;
	margin:60px 15% 0 15%;
	box-sizing:border-box;
	text-align:center;
	
}
.b-2tx {
	font-size:18px;
	font-weight:bold;
color:#a37804;
line-height:26px;

}
.b-2tx2 {
	font-size:16px;
	font-weight:bold;
color:#444;
padding:15px 0;
border-top:#444 double 3px;
border-bottom:#444 double 3px;
margin:20px 0 20px;
}
.b-Box3 {
	width:100%;
	height:581px;
	float:left;
    margin:0px 0 20px 0;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.b-Box35 {
	width:100%;
	float:left;
}
.b-Box65 {
	width:100%;
	float:left;
	margin-top:10px;
}
.toku-b {
	width:100%;
	float:left;
	margin:0 auto;
}
.btn-border1 {
  display: inline-block;
  width:90%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  border: 5px solid #e0e3c2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
  background:#c4d700;
  margin:15px 6% 0 4%;
}

.btn-border1:hover {
	background:#a3b204;
  border-color: #e0e3c2;
  color: #fff;
}

#container {
	width: 100%;
	text-align: center;
	margin-top:-67px;
}
.cb1 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
}
.cb2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../images/nav_bg.png);
}
.cb3 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-color:#f5f5f5;
	background: url(../img/main-back.jpg);
}

.contentsu{
	width: 94%;
	margin:0px 3% 30px;
	max-width:980px;
	text-align: left;
}

h2{
	font-size:20px;
	font-weight:bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #f00,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	color: #f90678;
	padding:0 5px 0px 50px;
	text-align:left;
	line-height:26px;
	
}
table.aaa{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.aaa tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.aaa td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	vertical-align:top;
}

table.aaa td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.aaa tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.aaa tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.aaa tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.aaa tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta20{
  width: 25%;
	background-color:#eee;
}
.ta5{
  width: 5%;
}
.ta75{
  width: 70%;

}
.t {
  border-top: 1px solid #a8b7c5;
}
.x1{
	font-size:20px;
	font-weight:bold;
	color: #fcd003;
	margin:0 10%;
	text-align:center;
	width:100%;
	float:left;
	
}
.text1 {
	font-size:14px;
	line-height:24px;
	padding:10px;
}
.text2 {
	width:66%;
	font-size:14px;
	line-height:24px;
	padding-top:15px;
	text-align:right;
	box-sizing:border-box;
	float:left;
}
.text3 {
	width:30%;
	font-size:14px;
	line-height:24px;
	padding-top:15px;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.pro-img {
  width: 90%;
  margin:30px auto 0;
}

.inner{
  display: table-cell;
  vertical-align: middle;
  font-size:30px;
  color:#FFF;
}

.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}

table.ccc{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 80px;
  float:left;
}
table.ccc tr{
  width: 100%;
	font-size:12px;
	letter-spacing:1px;
}

table.ccc td{
  text-align:left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 20px 10px;
  vertical-align:middle;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
}

table.ccc td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.ccc tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}

table.ccc tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ccc tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ccc tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.c25{
  width: 25%;
	background-color:#eee;
	letter-spacing:1px;
}
.c75{
  width: 75%;
	letter-spacing:1px;
}
.c30{
  width: 30%;
	letter-spacing:1px;
}
.c45{
  width: 45%;
	letter-spacing:1px;
}
.hoge30{border:0;
padding:10px;
font-size:14px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:30%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.hoge2{border:0;
padding:10px;
font-size:14px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
.comment{border:0;
padding:10px;
font-size:14px;
font-family:Arial, sans-serif;
color:#000;
border:solid 1px #ccc;
margin:0 0 20px;
width:100%;
-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing:border-box;
}
input:focus {
    border:solid 1px #EEA34A;
}
.nw {
	width: 100%;
	text-align: center;
	float: left;
	margin:20px auto 10px;
}
.apli {
	width: 80%;
	padding: 15px 0;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #7d6d34;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin:0 auto;
	box-sizing:border-box;
}
.top1{
	display:none;

}
p.gotop{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.top2{

}
p.gotop2{
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index:10;
}
p.gotop2 a{
    width: 50px;
    height: 50px;
    display: block;
	background-color:#c4d700;
  justify-content: center;
  align-items: center;
  text-align:center;
}


.thanks {
	width: 100%;
	text-align: center;
	line-height: 24px;
	color:#494949;
	padding:50px 0 80px;
  font-size:14px;
  }


.gr1{
	width: 100%;
	float: left;
	background-image: url(../img/b-img00s.png);
	background-position: 0% 0% 0% 0%;
	background-repeat: no-repeat;
	height:50px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 padding-left:20px;
 box-sizing:border-box;
 line-stacking:1px;

}
.gr2{
	display:none;
}
.de-box1{
	width:100%;
	margin:20px 0;
	padding:15px 15px 15px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:14px;
	line-height:24px;
	background-color:#FFF;
}
.de-box2{
	width:100%;
	margin-bottom:20px;
	padding:20px 15px 20px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:18px;
	line-height:28px;
	background-color:#FFF;
}
.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 10px;    /* 周りの余白指定 */
    font-size: 20px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
}
.head_test2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin: 10px 0;    /* 周りの余白指定 */
    font-size: 18px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
	color:#e16b70;
	line-height:26px;
}

.head_test-point {
    display:  block;        /* ブロック要素にする */
    font-size:  14px;       /* 文字サイズ指定 */
    margin-top:  0px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 96%;           /* 幅指定 */
    margin: 0px auto 0;    /* 周りの余白指定 */
	color:#333;
}
.w-100{
	width: 100%;
	float:left;
}
.m-100{
	width: 100%;
	float:left;
	margin-bottom:20px;
} 
.w-100-1{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	margin:0px 0 10px;
	float:left;
} 
.w-100-2{
	width: 100%;
	float:left;
	margin:30px 0 10px;

} 
.t20{
	padding-top:20px;
}
.hin{
	padding:10px 0 10px 10px;
	background-color:#e7e3d6;
	margin:30px 0 0;
    font-weight:  bold;
}


.fq {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    font-size: 18px;        /* 文字サイズ指定 */
    text-align:  left;    /* 文字位置指定 */
	color:#ccc4ad;
}
.fa-t1 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
	border-bottom:#CC6 dotted 1px;
	padding-bottom:15px;
}
.fa-t2 {
	width:100%;
	float:left;
    margin:0px 0 20px 0;
}
.k-midashi {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin-bottom:5px;
  font-weight:bold;
  font-size:18px;
  margin-top:15px;
}

.k-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 50%;
}
.k-midashi2 {
  border-bottom: solid 3px #eeeeee;
  position: relative;
  margin:20px 0 10px;
  font-weight:bold;
}

.k-midashi2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ccc4ad;
  bottom: -3px;
  width: 20%;
}
.resize{
  width: 100%;
  height: auto;
}
.resize2{
  width: 30%;
  height: auto;
}
footer {
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	font-weight:bold;
	font-size:x-small;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: -80px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #ccc4ad;
	float: left;
	line-height:20px;
	padding:5px 0;
}
.w-tel{
	width: 100%;
	margin:0px auto;
	display:none;
} 
.waku7{
	width: 100%;
	font-size:14px;
	height:50px;
	border-top:#444 dotted 1px;
	padding-top:20px;
} 
.sp-bottom{
	width:100%;
	display:block;
	position:fixed;
	bottom:0;
	background-color:
	rgba(0,0,0,0.7);
	padding:3px 1%;
	
	z-index:777;
}
.sp-bottom-tel{
	float:left;
	width:51%;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;  
    border-radius:6px;
	background-color:#EEEEEE;
	text-align:center;
	margin:5px 1%;
	height:40px;
	
}
.sp-bottom-tel a{
	color:#000000;
	
	font-size:14px;
	line-height:40px;
}
.sp-bottom-tel a:before {
	padding-right: 5px;
    content: '\f2a0';
  font-weight:900;
    font-family: 'Font Awesome 5 Free'; }
.sp-bottom-toiawase{
	float:left;
	width:43%;
	-webkit-border-radius:6px;
    -moz-border-radius:6px;  
    border-radius:6px;
	background-color:#cddc39;
	text-align:center;
	margin:5px 1%;
	height:40px;	
}
.sp-bottom-toiawase{
	color:#000000;
	
	font-size:14px;
	line-height:40px;	
	
}
.sp-bottom-toiawase a:before {
	padding-right: 5px;
    content: '\f0e0';
  font-weight:900;
    font-family: 'Font Awesome 5 Free'; }
.s10{
	font-size:12px;
} 
.ryo100{
	width: 100%;
	margin:20px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.ryo1{
	width: 100%;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
.ryo2{
	width: 100%;
	font-size:14px;
	float:left;
} 
.ryo100-2{
	width: 100%;
	margin:0px 0 10px;
	float:left;
	background-color:#f5f5f5;
	padding:10px;
	box-sizing:border-box;
}
.bbb3 {
	border-bottom: solid 3px #666666;
	position: relative;
	margin: 30px 0 10px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.bbb3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fcd003;
  bottom: -3px;
  width: 20%;
}
table.bbb{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.bbb tr{
  width: 100%;
	font-size:11px;
	letter-spacing:0px;
	line-height:20px;
}

table.bbb td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:11px;
	line-height:20px;
	letter-spacing:0px;

}

table.bbb td:last-child{
  border-right: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
}
table.bbb tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.bbb tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.bbb tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.bbb tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.ta40{
  width: 40%;
	background-color:#eee;
}
.ta60{
  width: 60%;
}
.ta60-2{
  width: 60%;
  vertical-align:middle;
}
.ta25{
  width: 25%;
  text-align:center;
  vertical-align:middle;
}
.ta50{
  width: 50%;
  vertical-align:middle;
}
.ta25-m{
  width: 25%;
	background-color:#eee;
	text-align:center;
}
.ta50-m{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.ta50-50{
  width: 50%;
  vertical-align:middle;
  text-align:center;
}
ul.zoom{
	width:100%;
	float:left;
	font-size:14px;
}
ul.zoom li{
	margin-left:30px;
	list-style:disc;
}
.pah20{
	padding-top:20px;
	float:left;
	width:100%;
}
.pah10{
	padding-top:10px;
	float:left;
	width:100%;
}
ul.zoom2{
	width:100%;
	float:left;
	font-size:14px;
}
ul.zoom2 li{
	margin-left:30px;
	list-style:decimal;
}
ul.zoom3{
	width:100%;
	float:left;
	font-size:14px;
	margin-top:10px;
}
ul.zoom3 li{
	margin-left:30px;
	list-style:disc;
}
table.ddd{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  background:#FFF;
  margin:0px 0 0;
  float:left;
}
table.ddd tr{
  width: 100%;
	font-size:14px;
	letter-spacing:1px;
}

table.ddd td{

  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 5px 5px;
	font-size:12px;
	line-height:24px;
	letter-spacing:1px;

}

table.ddd td:last-child{

  border-bottom: 1px solid #a8b7c5;
}
table.ddd tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:first-child td {
  border-top: 1px solid #a8b7c5;
}

table.ddd tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-top: 1px solid #a8b7c5;
}
table.ddd tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ddd tr:last-child td:last-child {
  border-radius: 0 0 0 5px;
}
.ta33{
  width: 33%;
  text-align:center;
  vertical-align:middle;
}
.ta34{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta34-2{
  width: 34%;
  text-align:center;
  vertical-align:middle;
}
.ta33-m{
  width: 33%;
	background-color:#eee;
	text-align:center;
}
.ta34-m{
  width: 34%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.ta34-m2{
  width: 34%;
	background-color:#eee;
	text-align:center;
}
.ta33-b{
  width: 33%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f2f2f2;
}
.ta34-2b{
  width: 34%;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
	background-color:#f9f9f9;
}
.tagc-m1{
  width: 50%;
	background-color:#eee;
	text-align:center;
}
.tagc-m2{
  width: 50%;
	background-color:#eee;
	text-align:center;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
}
.tagc-m3{
  width: 50%;
  text-align:center;
  vertical-align:middle;
}
.tagc-m4{
  width: 50%;
  text-align:center;
  vertical-align:middle;
  border-right: 1px solid #a8b7c5;
  box-sizing:border-box;
  border-radius: 0 0 5px 0;
}
.ta15{
  width: 15%;
  text-align:center;
  vertical-align:middle;
}
.ta17{
  width: 17%;
  vertical-align:middle;
  font-weight:bold;
}
.ta17-2{
  width: 17%;
}
.ta15-m{
  width: 15%;
	background-color:#eee;
	text-align:center;
}
.ta17-m{
  width: 17%;
	background-color:#eee;
	text-align:center;
}
.ta17-m1{
  width: 17%;
	background-color:#fdedef;
	text-align:center;
}
.ta17-m2{
  width: 17%;
	background-color:#f6fdea;
	text-align:center;
}
.ta17-m3{
  width: 17%;
	background-color:#eaf8fd;
	text-align:center;
}
.ta17-m4{
  width: 17%;
	background-color:#fdfcea;
	text-align:center;
}
.ta85{
  width: 85%;
  text-align:center;
  vertical-align:middle;
}
.box-kouza{
	width:100%;
	font-size:12px;
  padding:15px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
}
.box-kouza2{
	width:100%;
	font-size:12px;
  padding:15px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:20px;
}
.box-kouza3{
  padding:15px 15px 46px 15px;
  border: 1px solid #a8b7c5;
  box-sizing:border-box;
  float:left;
  margin-bottom:20px;
  width:100%;
	font-size:12px;
  background-image:url(../img/r-logo.png);
	background-position: right 2% bottom 10%;
	background-repeat: no-repeat;
}
h4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-weight:bold;
}

h4:before,
h4:after {
  position: absolute;
  content: '';
}

h4:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

h4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

h4 i {
  font-size: 30px;
  font-size: 22.6: 60px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h4 span {
  position: relative;
  z-index: 1;
}
.mi{
	width: 100%;
	float:left;
	margin:100px 0 10px;
}
.cb4 {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-image:url(../img/back.jpg);
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
	float:left;
}
.de-box3{
	width:100%;
	margin:20px 0 60px;
	padding:15px 15px 15px;
	box-sizing:border-box;
	float:left;
	border:#ccc4ad solid 5px;
	font-size:14px;
	line-height:24px;
	background-color:#FFF;
}

.sp-ta25-1{
  width: 20%;
  text-align:center;
  vertical-align:middle;
}
.sp-ta50-1{
  width: 40%;
  vertical-align:middle;
}
.sp-ta50-2{
  width: 40%;
  vertical-align:middle;
  font-weight:bold;
}
.sp-ta80-1{
  width: 80%;
  text-align:center;
  vertical-align:middle;
}
.sp-ta50-m1{
  width: 40%;
	background-color:#fdedef;
	text-align:center;
}
.sp-ta50-m2{
  width: 40%;
	background-color:#f6fdea;
	text-align:center;
}
.sp-ta50-m3{
  width: 40%;
	background-color:#eaf8fd;
	text-align:center;
}
.sp-ta50-m4{
  width: 40%;
	background-color:#fdfcea;
	text-align:center;
}
.sp-ta50-m5{
  width: 40%;
	background-color:#eee;
	text-align:center;
}
.sp-h{
}
.pc-h{
	display:none
}
.f-menu{
	display:none;
}
.g-midashi {
  border-bottom: solid 3px #ccc4ad;
  position: relative;
  margin-bottom:5px;
  font-weight:bold;
  font-size:18px;
  margin-top:15px;
}

.g-midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #706957;
  bottom: -3px;
  width: 24%;
}
.j1 {
	float:left;
  width: 100%;
}
.j2 {
	float:left;
  width: 100%;
}
.m-jv{
	width:100%;
	margin:20px 0 10px;
	padding:15px;
	box-sizing:border-box;
	float:left;
	font-size:16px;
	line-height:28px;
	background-color:#000;
	color:#FFF;
}
.chu{
	width:100%;
	margin:10px 0 10px;
	float:left;
	font-size:12px;
	line-height:20px;
}
.ta100-n{
  width: 100%;
  text-align:left;
  vertical-align:middle;
	background-color:#f2f2f2;
}
.j3 {
	float:left;
  width: 100%;
  margin-top:0px;
  text-align:center;
}
.b-3tx {
	font-size:16px;
	font-weight:bold;
color:#a37804;
line-height:24px;

}
.ta60-m{
  width: 60%;
  vertical-align:middle;
}
.b-Boxd {
	width:100%;
	height:581px;
	float:left;
    margin:0px 0 20px 0;
	background-image:url(../img/mado.png);
	background-position:center center;
	background-size: cover;
}
.ee20{
  width: 20%;
  text-align:left;
}
.ee20-1{
  width: 20%;
	text-align:center;
  vertical-align:middle;
}
.ee20-2{
  width: 20%;
  text-align:left;
}
.ee20-m{
  width: 20%;
	background-color:#eee;
	text-align:center;
}
.midashi-zoom {
	font-size:12px;
	padding:5px;
	background-color:#bbb;
	color:#FFF;
	float:left;
	margin-bottom:10px;
}
}
