@charset "UTF-8";
* {
  line-height: 140%; }

body {
  font-size: 90%;
  color: #231815;
  text-align: center;
  z-index: 0;
  background-image: url("../image/body_bg.png");
  background-position: top left;
  background-repeat: repeat;
  background-color: #f2e7d0;
  line-break: strict; }

p {
  margin-bottom: 17px;
  text-indent: 20px; }

header {
  position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 900; }

menu {
  position: fixed;
  display: block;
  top: 100px;
  width: 100%;
  z-index: 900; }

main {
  margin-top: 141px; }

#bg {
  position: relative; }

#base {
  text-align: left;
  background-color: #f2e7d0; }

#header {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  overflow: hidden;
  background-color: #6b3f1c;
  z-index: 100; }

#main {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  overflow: hidden;
  background-color: #f2e7d0;
  z-index: 1; }

#footer {
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  overflow: hidden;
  background-color: #6b3f1c; }

#head_menu {
  z-index: 10;
  position: relative;
  zoom: 1;
  text-align: center;
  margin: 0px 0px;
  background-color: #cda148; }

#header_in {
  position: relative;
  zoom: 1;
  margin: 0px auto;
  text-align: left;
  width: 1160px;
  height: 100px; }

#main_in {
  position: relative;
  zoom: 1;
  margin: 0px auto;
  text-align: left;
  width: 1160px; }

#footer_in {
  position: relative;
  zoom: 1;
  margin: 0px auto;
  text-align: left;
  width: 1160px;
  height: 200px; }

#head_menu_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 1160px;
  overflow: hidden; }

#head_menu_in a {
  border-left: 1px solid #fff;
  display: block;
  float: left;
  text-align: center; }

#head_menu_in a:last-child {
  border-right: 1px solid #fff; }

#left {
  left: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
  background-color: #f2e7d0;
  position: absolute;
  width: 200px; }

#right {
  margin-left: 200px;
  width: 780px;
  text-align: left;
  background-color: #f2e7d0;
  padding: 0px 20px;
  position: relative;
  min-height: 1000px;
  _height: 1000px; }

.section_in {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 1160px;
  overflow: hidden; }

.footer_copyright {
  text-align: center;
  padding: 20px 0px;
  background-color: #6b3f1c; }

.clear {
  clear: both; }

.f_group,
.f_box {
  overflow: hidden;
  zoom: 1; }

.f_left {
  float: left; }

.f_right {
  float: right; }

/* for IE6 or lower */
* html .f_left, * html .f_right {
  display: inline; }

.f_clear {
  clear: both;
  display: block; }

.f_clear_r {
  clear: right; }

.clear_height {
  clear: both;
  font-size: 1px; }

.clear_height_right {
  clear: right;
  font-size: 1px; }

/* layout */
.center * {
  text-align: left; }

.center {
  text-align: center; }

.m_center,
.center > * {
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle !important; }

.bottom {
  vertical-align: bottom; }

div.hr {
  clear: left;
  font-size: 1px; }

div.hr hr {
  display: none; }

.notice {
  color: #ff0000;
  font-weight: 800; }

.bold {
  font-weight: 800; }

.highlight {
  background-color: #ffff88; }

.large {
  font-size: 114%; }

.larger {
  font-size: 125%; }

.small {
  font-size: 86%; }

.smaller {
  font-size: 75%; }

.caution {
  color: #ff0000;
  font-weight: 800;
  font-size: 130%; }

.form_long {
  width: 300px; }

.form_middle {
  width: 100px; }

.form_short {
  width: 60px; }

.form_tel {
  width: 40px; }

.form_table textarea {
  width: 300px;
  height: form_textarea_short; }

.imeOff {
  ime-mode: disabled; }

.hidden {
  display: none; }

.nowrap {
  white-space: nowrap; }

input.disabled,
select.disabled,
textarea.disabled {
  background-color: #dddddd; }

.ie6_fclear {
  font-size: 1px;
  clear: left; }

.mgL10 {
  margin-left: 10px; }

.mgL30 {
  margin-left: 30px; }

.mgR10 {
  margin-right: 10px; }

.mgT10 {
  margin-top: 10px; }

.mgT30 {
  margin-top: 30px; }

.mgT50 {
  margin-top: 50px; }

.mgB30 {
  margin-bottom: 30px; }

.width50p {
  width: 50%; }

.width90p {
  width: 90%; }

.red {
  color: red;
  font-weight: 800; }

/* --------------------------------------------------
   角丸 Table
-------------------------------------------------- */
.table_radius {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 1px #cccccc; }

.table_radius th,
.table_radius td {
  padding: 10px;
  background: #ffffff;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc; }

.table_radius th {
  background: #e3dcd5;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  color: #69655c; }

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.table_radius tr:first-child th:first-child,
.table_radius tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.table_radius tr:first-child th:last-child,
.table_radius tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

/* -----------------------
  右上角丸 thead内　最初の行の最初かつ最後のセル
----------------------- */
.table_radius thead tr:first-child th:first-child:last-child,
.table_radius thead tr:first-child td:first-child:last-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.table_radius tr:last-child th:first-child,
.table_radius tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.table_radius tr:last-child th:last-child,
.table_radius tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  右下角丸　最後の行の最初かつ最後のセル
----------------------- */
.table_radius tr:last-child th:first-child:last-child,
.table_radius tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* --------------------------------------------
  thead,tbodyを使う場合の設定
-------------------------------------------- */
.table_radius thead th {
  background: #ddd7d0; }

.table_radius thead + tbody th {
  background: #f4ede6; }

.table_radius tbody th {
  /*IE*/
  text-align: left; }

/* -----------------------
  左上角丸 thead内　最初の行の最初のセル
----------------------- */
.table_radius thead tr:first-child th:first-child,
.table_radius thead tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

/* -----------------------
  右上角丸 thead内　最初の行の最後のセル
----------------------- */
.table_radius thead tr:first-child th:last-child,
.table_radius thead tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

/* -----------------------
  左右上角丸 thead内　最初かつ最初の行の最後のセル
----------------------- */
.table_radius thead tr:first-child th:first-child:last-child,
.table_radius thead tr:first-child td:first-child:last-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* -----------------------
  角丸なし　theadの後のtbody 最初の行の最初のセル
  角丸なし　theadの後のtbody 最初の行の最後のセル
  角丸なし　tfootの後のtbody 最初の行の最初のセル
  角丸なし　tfootの後のtbody 最初の行の最後のセル
----------------------- */
.table_radius thead + tbody tr:first-child th:first-child,
.table_radius thead + tbody tr:first-child td:first-child,
.table_radius thead + tbody tr:first-child th:last-child,
.table_radius thead + tbody tr:first-child td:last-child,
.table_radius thead + tfoot + tbody tr:first-child th:first-child,
.table_radius thead + tfoot + tbody tr:first-child td:first-child,
.table_radius thead + tfoot + tbody tr:first-child th:last-child,
.table_radius thead + tfoot + tbody tr:first-child td:last-child,
.table_radius thead + tfoot + tbody tr:last-child th:first-child,
.table_radius thead + tfoot + tbody tr:last-child td:first-child,
.table_radius thead + tfoot + tbody tr:last-child th:last-child,
.table_radius thead + tfoot + tbody tr:last-child td:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

/* -----------------------
  左下角丸　theadの後のtbody 最後の行の最初のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:first-child,
.table_radius thead + tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　theadの後のtbody 最後の行の最後のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:last-child,
.table_radius thead + tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  左右下角丸　theadの後のtbody 最後の行の最初かつ最後のセル
----------------------- */
.table_radius thead + tbody tr:last-child th:first-child:last-child,
.table_radius thead + tbody tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* -----------------------
  左下角丸　theadの後のtfoot 最後の行の最初のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:first-child,
.table_radius thead + tfoot tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

/* -----------------------
  右下角丸　theadの後のtfoot 最後の行の最後のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:last-child,
.table_radius thead + tfoot tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

/* -----------------------
  左右下角丸　theadの後のtfoot 最後の行の最初かつ最後のセル
----------------------- */
.table_radius thead + tfoot tr:last-child th:first-child:last-child,
.table_radius thead + tfoot tr:last-child td:first-child:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

tbody.deleted td,
tr.deleted td {
  background-color: #ccccda; }

tbody.checked th,
tbody.checked td.checkbox,
tr.checked th,
tr.checked td.checkbox {
  background-color: #fff266 !important; }

.noBorder,
.noBorder th,
.noBorder td {
  border: none; }

.noBg,
.noBg th,
.noBg td {
  background: none; }

.btn_spMenu {
  display: none; }

/****************************
	etc
****************************/
.privacy {
  margin: 20px; }

#pri-lead {
  padding-top: 20px; }

.level1 {
  margin-left: 15px; }

.level2 {
  margin-left: 30px; }

.mini {
  font-size: 80%; }

#privacy h4 {
  margin-top: 20px;
  font-size: 1.1em; }

p.level1 {
  margin-top: 5px;
  margin-bottom: 0px; }

.table01 {
  margin: 20px auto;
  width: auto; }

.table01 th {
  padding: 9px 20px;
  background-color: #684123;
  text-align: left;
  vertical-align: top;
  font-weight: 800;
  border: 1px solid white;
  color: white; }

.table01 tr:first-child th {
  border-top: 1px solid #684123; }

.table01 tr:last-child th {
  border-bottom: 1px solid #684123; }

.table01 td {
  border: 1px solid #684123;
  padding: 9px 20px;
  text-align: left; }

/* Reset Style */
* {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-size: 100%;
  list-style: none;
  word-break: break-all; }

header,
main,
footer {
  display: block; }

img {
  margin: 0px;
  border: none; }

em {
  font-weight: bold;
  font-style: normal; }

table {
  font-size: 100%;
  border-collapse: collapse; }

.checkbox {
  white-space: nowrap; }

a:hover img {
  opacity: 0.75 !important; }

.red2 {
  color: #be472c;
  font-weight: bold; }

.home_frame {
  overflow: hidden;
  padding: 30px 0px; }

.home_frame2 {
  border-top: 1px solid #d3a243;
  border-bottom: 1px solid #d3a243;
  margin: 20px 0;
  padding: 20px 0px; }

.home_left {
  float: left;
  text-align: left;
  font-size: 130%;
  line-height: 180%;
  width: 450px; }

.home_right {
  float: right;
  text-align: left;
  font-size: 130%;
  line-height: 180%;
  width: 450px; }

.left_wide {
  width: 550px; }

.right_wide {
  width: 550px; }

.border01 {
  border-bottom: 2px solid #be472c;
  margin-bottom: 45px; }

#home01 {
  background-color: white; }

#home01 .section_in {
  width: 1280px;
  background: url(../image/home_image101.png) left top no-repeat;
  height: 384px; }

.home0111 {
  visibility: hidden; }

#about01 .home0111 {
  visibility: visible; }

.home0101 {
  position: absolute;
  right: 60px;
  top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 550px; }

.home0101 img {
  margin-bottom: 15px;
  opacity: 0.01; }

.home0201 {
  text-align: center;
  margin: 30px 0px; }

.home0301 {
  margin: 30px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.home0302 {
  margin-bottom: 30px; }

.home0302 img {
  opacity: 0.01; }

.home0400 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.home0401 {
  width: 493px;
  border: 1px solid #ca9b54;
  height: 443px;
  background-color: white; }

.home0411 {
  float: right;
  width: 493px;
  height: 443px;
  border: 1px solid #ca9b54;
  background-color: #fff; }

.home0402 {
  background-color: #603816; }

.home0403 {
  height: 409px;
  overflow: auto; }

.home0403 dl {
  padding: 15px;
  background-color: #fff; }

.home0403 dt {
  color: #e34f39;
  margin: 4px 0px;
  margin-top: 6px;
  font-weight: 800; }

.home0403 dt:first-child {
  margin-top: 0px; }

.home0403 dd {
  color: #917231;
  overflow: hidden; }

.home0405 {
  float: right; }

.home0407 {
  padding-right: 85px; }

.home0406 {
  border-bottom: 1px dotted #917231;
  margin: 6px 0px;
  padding-bottom: 6px; }

.home0406:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

#about01 {
  background-color: white; }

#about01 .section_in {
  width: 1280px; }

.about0202 {
  margin-top: 60px;
  text-align: center; }

.bg01_head {
  margin-top: -23px;
  height: 80px;
  background: url(../image/bg01_head.png) center top no-repeat; }

.bg01_bottom {
  height: 80px;
  background: url(../image/bg01_bottom.png) center top no-repeat; }

.about0201 {
  margin: 0px auto;
  position: relative;
  width: 1120px;
  background-color: white; }

.about0203 {
  margin: 0px 0px 40px;
  padding-top: 0px;
  text-align: center; }

.about0204 {
  margin: 40px 0px;
  padding: 0px 0px;
  overflow: hidden; }

.about0205 {
  float: left; }

.about0206 {
  font-size: 130%;
  line-height: 180%;
  margin-left: 500px; }

.about0301 {
  margin-top: 70px; }

.about0302 {
  text-align: center; }

.about0303 {
  margin-top: 40px;
  text-align: center; }

.about0304 {
  margin: 40px 0px;
  overflow: hidden; }

.about0305 {
  float: left; }

.about0306 {
  font-size: 130%;
  line-height: 180%;
  margin-left: 500px; }

.about0307 {
  margin-top: 50px;
  text-align: center; }

.greet0111 {
  margin-top: 10px;
  vertical-align: bottom; }

.greet0111 img {
  margin-left: 15px;
  vertical-align: bottom; }

.greet0202 {
  margin-top: 60px;
  text-align: center; }

.greet0201 {
  margin: 0px auto;
  position: relative;
  width: 1120px;
  background-color: white; }

.greet0202 {
  overflow: hidden; }

.greet0203 {
  margin-top: 60px;
  padding-bottom: 30px;
  overflow: hidden; }

.home0501 {
  text-align: center;
  margin: 20px 0px 40px; }

.home0505 {
  text-align: center;
  padding: 20px 0px; }

#home05 .home_left {
  width: 550px; }

#home05 .home_right {
  width: 386px; }

.access0102 {
  margin: 20px 0px 10px; }

.omamori0101 {
  float: right;
  text-align: center;
  width: 400px;
  padding-left: 25px; }

.omamori0102 {
  font-size: 1.36rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

.column0101 {
  text-align: center;
  width: 400px;
  padding-left: 25px; }

.houji_right {
  float: right;
  text-align: left;
  font-size: 130%;
  line-height: 180%;
  width: 360px; }

.houji_right img {
  width: 360px; }

.totop {
  position: fixed;
  bottom: 30px;
  right: 5%; }

.totop img {
  width: 50px;
  height: 60px;
  opacity: 0.5; }

.access0201 {
  text-align: right; }

.houji0201 {
  width: 580px; }

.houji0202 {
  margin-left: 20px; }

.home05ex {
  position: relative;
  margin: 30px 0px;
  padding: 15px 0px;
  border-top: 1px solid #cea148;
  border-bottom: 1px solid #cea148; }

.home05ex02 {
  margin: 10px 0px; }

.home05ex03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.home05ex0301 {
  width: 200px;
  margin: 10px 5px; }

.home05ex030101 img {
  width: 200px; }

.home05ex030102 {
  text-align: right;
  margin-top: 5px; }

.home05ex11 {
  position: relative;
  width: calc( 100% - 40px );
  margin: 10px auto;
  max-height: calc( 100vh - 300px );
  overflow: auto;
  border: 2px solid #cea148;
  padding: 10px;
  background: white; }

.home05ex1101 {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }

.btn_close {
  background-color: #684123;
  color: white;
  font-size: 20px;
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid white; }

.home05ex1102 {
  text-align: left;
  padding-left: 425px; }

.page_title {
  margin-top: 60px;
  text-align: center; }

.page_contents {
  margin: 0px auto;
  padding: 0px 70px;
  position: relative;
  width: 980px;
  background-color: white; }

.page_contents_title {
  text-align: center;
  padding: 25px 0px 10px 0px; }

.fes0101 {
  margin: 20px 0px; }

.fes0101 th {
  vertical-align: middle;
  text-align: left;
  background-color: white;
  padding: 10px 10px; }

.fes0101 td {
  vertical-align: middle;
  text-align: left;
  background-color: white;
  padding: 10px 10px; }

.fes0101 tr:nth-child(odd) th {
  background-color: #f7f6ec; }

.fes0101 tr:nth-child(odd) td {
  background-color: #f7f6ec; }

.fes0102 {
  width: 175px; }

.fes0103 {
  width: 300px;
  font-size: 150%;
  color: #6F3E14;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho',sans-serif; }

.fes0104 {
  border-left: 1px solid #BE472C; }

.fes0105 {
  line-height: 200%;
  padding-left: 10px;
  font-size: 125%; }

.fes0201 {
  margin: 30px 0px; }

.fes0202 {
  font-size: 160%;
  color: #6c401d;
  font-wieght: 800;
  margin-bottom: 10px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho',sans-serif; }

.fes0202 span {
  font-size: 70%;
  font-weight: 500; }

.fes0203 {
  margin-left: 40px;
  margin-bottom: 30px;
  font-size: 120%; }

.fes0211 {
  padding-top: 30px;
  float: right; }

.fes0301 {
  padding: 30px 0px;
  font-size: 130%;
  line-height: 180%; }

.fes0401 {
  padding: 30px 0px;
  font-size: 130%;
  line-height: 180%; }

.contact010101 h3 {
  color: #684123;
  font-size: 1.2em;
  border-bottom: 1px solid #684123;
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-indent: 5px; }

.contact010102 {
  margin: 8px 0px; }

.contact010102 li {
  margin-left: 20px; }

.contact010103 {
  font-size: 1.1em;
  font-weight: 800;
  color: #684123;
  text-indent: 5px; }

.contact010104 {
  margin-top: 8px;
  margin-left: 12px; }

.head_logo {
  position: absolute;
  top: 20px;
  left: 0px; }

.head_tel {
  position: absolute;
  top: 30px;
  right: 10px; }

.head_contact {
  position: absolute;
  top: 30px;
  right: 210px; }

#head_menu {
  -webkit-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  -moz-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  -ms-box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6);
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.6); }

#head_menu_in a {
  margin: 2px 0px;
  width: 230px; }

.footer_copyright {
  color: #fff; }

.foot_menu {
  margin: 0px auto;
  width: 1160px;
  text-align: right;
  padding: 10px 0px; }

.foot_menu a {
  color: white; }

.foot_menu div {
  margin: 0px 20px; }

#contact01 h1 {
  text-align: center;
  margin-top: 30px; }

.contact0101 {
  background-color: white;
  margin-top: -23px;
  padding: 20px;
  padding-top: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.contact010101 {
  font-size: 120%;
  line-height: 160%;
  margin: 10px 0 50px 100px; }

.form_table {
  margin: 10px auto 30px auto;
  width: 920px; }

.form_table th {
  width: 260px;
  padding: 12px 10px;
  background-color: #684123;
  color: white;
  font-weight: 800;
  text-align: center;
  border: 1px solid white; }

.form_table td {
  padding: 12px 10px;
  border: 1px solid #684123; }

.form_table tr:nth-child(even) th {
  background-color: #903f01; }

.form_table tr:nth-child(even) td {
  background-color: #fff09e; }

.tfoot {
  margin: 30px 0px; }

.paginate {
  margin: 10px 0px; }

.paginate a {
  margin: 5px 2px;
  border: 1px solid #684123;
  background-color: white;
  padding: 5px;
  color: #684123; }

.paginate a:hover {
  border: 1px solid #684123;
  background-color: #684123;
  color: #ffffff; }

.form_send {
  text-align: center;
  margin: 60px 0px;
  margin-bottom: 0px; }

input.btn_exec,
input.btn_search,
input.btn_del,
input.btn_correction,
input.btn_address,
.btn_link,
input.btn_menu {
  padding: 2px 12px;
  letter-spacing: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 3px 3px 3px #c2ccdc;
  -moz-box-shadow: 3px 3px 3px #c2ccdc;
  -webkit-box-shadow: 3px 3px 3px #c2ccdc;
  text-decoration: none;
  white-space: nowrap; }

input.btn_exec {
  background-color: #ffccaa;
  border: 1px solid #ffaa00;
  font-size: 1.5rem; }

input.btn_exec:hover {
  background-color: #ffaaaa; }

input.btn_correction {
  color: #ffffff;
  background-color: #a2aaaa;
  border: 1px solid #7777cc;
  font-weight: 400;
  font-size: 1.2rem; }

input.btn_correction:hover {
  background-color: #99aacc; }

.contact_text {
  width: 90%;
  min-width: 400px;
  height: 120px; }

.contact_note {
  margin: 40px 100px;
  margin-bottom: 0px; }

.contact_note_title {
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #684123;
  margin-bottom: 2px;
  background-color: #684123;
  padding: 3px;
  color: #ffffff; }

.contact_note_in {
  border: 1px solid #684123;
  padding: 10px; }

.send_success {
  margin: 50px 20px;
  border: 1px solid #684123;
  text-align: center;
  padding: 30px 40px; }

@CHARSET "UTF-8";
/*===============================================
●mobile.css  画面の横幅が640pxまで
　一般設定
===============================================*/
@media screen and (min-width: 768px) {
  body,
  #base,
  #header,
  #body,
  #footer {
    min-width: 1160px; } }
@media screen and (max-width: 767px) {
  #head_menu {
    display: none; }

  img {
    max-width: 100%;
    height: auto;
    width: auto; }

  .block_inline {
    display: inline; }

  .block_display {
    display: block; }

  .bold_sp {
    font-weight: 800; }

  .center_sp {
    text-align: center !important; }

  .header_search {
    position: relative;
    top: 10px;
    left: auto; }

  #base {
    width: 100%; }

  #body {
    position: relative;
    width: auto; }

  #head {
    width: 100%; }

  #main {
    width: 100%; }

  #header_in {
    width: 100%;
    height: auto !important; }

  #head_menu {
    width: 100%;
    background-color: rgba(205, 161, 72, 0.9); }

  #head_menu_in {
    width: 100%;
    background-color: none; }

  #main_in {
    width: 100%; }

  #footer_in {
    width: 100%; }

  #sidebar {
    width: 95%; }

  .section_in {
    margin: 0px auto;
    width: 95% !important;
    height: auto;
    background-color: white; }

  table {
    border-collapse: separate;
    border-spacing: 0; }

  table,
  tr {
    display: block;
    max-width: 100%; }

  th,
  td {
    display: block;
    width: auto !important; }

  input {
    max-width: 100%; }

  textarea {
    max-width: 100% !important;
    min-width: auto !important; }

  h1 {
    text-align: center; }

  .h1_sub {
    text-align: center; }

  .spbr {
    display: block; }

  .pcbr {
    display: inline; }

  .head_logo {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center; }

  .head_tel {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    margin-top: 10px; }

  .head_contact {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 15px; }

  .btn_spMenu {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 30px; }

  #head_menu_in a {
    width: 230px;
    margin-left: calc( 100% - 230px );
    margin-right: 0;
    border: none; }

  .foot_menu {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .btn_spMenu {
    display: none; } }
@CHARSET "UTF-8";
/*===============================================
●mobile.css  画面の横幅が640pxまで
　個別設定
===============================================*/
@media screen and (max-width: 767px) {
  /*---------mobileここから---------*/
  #head_menu {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

  #head_menu_in {
    text-align: center;
    background-color: transparent !important; }

  #head_menu_in a {
    text-align: center;
    background-color: #654329; }

  #head_menu_in img {
    margin: 0px auto; }

  .head_logo img {
    max-height: 44px; }

  .sp_center {
    text-align: center; }

  .bg01_head {
    display: none; }

  .bg01_bottom {
    display: none; }

  .home_left {
    float: none;
    text-align: left;
    font-size: 130%;
    line-height: 180%;
    width: 100%;
    margin: 20px 0px; }

  .home_right {
    float: none;
    text-align: left;
    font-size: 130%;
    line-height: 180%;
    width: 100%;
    margin: 20px 0px; }

  .page_contents {
    width: 100%;
    padding: 0px 0px; }

  .left_wide {
    width: 550px; }

  .right_wide {
    width: 550px; }

  #home01 .section_in {
    background: none;
    height: auto;
    width: 100% !important; }

  div.slide01 {
    width: 116%;
    margin-left: calc( -116% / 2 );
    height: auto; }

  div.slide01 img {
    height: auto; }

  .home0111 {
    visibility: visible; }

  .home0101 {
    position: absolute;
    text-align: center;
    width: 40%;
    top: 5px;
    right: auto;
    left: 55%; }

  .home0101 img {
    margin-bottom: 5px; }

  .home0102 {
    width: 30%; }

  .home0301 {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; }

  .home0401 {
    width: 100%;
    float: none;
    border: 1px solid #ca9b54;
    height: 243px;
    margin-left: 0px; }

  .home0411 {
    float: none;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    height: 243px;
    border: 1px solid #ca9b54;
    background-color: #fff; }

  .greet0301 {
    width: 90%; }

  .sp_center {
    text-align: center; }

  #home05 .home_left {
    width: 100%; }

  #home05 .home_right {
    width: 100%; }

  .left_wide {
    width: 100%; }

  .right_wide {
    width: 100%; }

  .omamori0101 {
    float: none;
    text-align: center;
    width: 100%;
    padding-left: 0px; }

  .houji_right {
    float: none;
    text-align: center;
    font-size: 130%;
    line-height: 180%;
    width: 100%; }

  .column0101 {
    text-align: center;
    width: 100%;
    padding-left: 0px; }

  .access0201 {
    margin: 0px auto;
    text-align: center; }

  .houji0201 {
    width: 100%; }

  .houji0202 {
    margin-left: 0px; }

  .contact010101 {
    margin-left: 20px; }

  .contact_note {
    margin: 40px 20px; }

  #about01 .section_in {
    background: none;
    height: auto;
    width: 100% !important; }

  .home05ex1101 {
    float: none;
    margin: 10px 20px;
    text-align: center; }

  .home05ex1102 {
    text-align: left;
    padding-left: 10px; }

  .fes0211 {
    text-align: center;
    float: none; }

  /*---------mobileここまで---------*/ }

/*# sourceMappingURL=style.css.map */
