@charset "utf-8";
/* CSS Document */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

*{
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}



/*==========================*/
/*		全体 	*/
/*==========================*/

body { 
/*  background: url(../image/bg03.gif) repeat;*/
  color: #333;
  font-size: 14px;
  _font-size: 75%;/* for IF6 */
  font-family: "メイリオ","Meiryo",verdana,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  _font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;/* for IF6 */
  line-height: 1.6;
  text-align: left; /* for ie5_centering */
  padding: 0 5px;
}  
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.red {color: red;}
.redB {color: red; font-weight: bold;}
.bold {font-weight: bold;}

.h3Base {
    background: url('../image/icon_ha2.png') no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.125em;
}
.h3Base2 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.125em;
  border-left: 7px solid #FFAB42;
}
.h3Base3 {
  margin: 20px 0 10px 0;
  padding-left: 15px;
  font-size: 1.125em;
  border-left: 7px solid #FFAB42;
}

.h2Page {
  border: 1px solid #666;
background: #028D01;
color: #fff;
padding: 10px 10px 10px 15px;;
margin: 0 0px 10px 0px;
}

.h4Base {
  border-left: 9px solid #FFAB42;
padding-left: 5px;
margin-bottom: 5px;
}

header,section {
    overflow: hidden;
}
/*==========================*/
/*    ページ  */
/*==========================*/

header h1 {
  font-size: 0.857em;
  font-weight: normal;
  margin-bottom: 5px;
}

.topimg {
  max-width: 100%;
  height: auto;
}

#head {
  margin-bottom: 5px;
}
.logo {
  float: left;
}
.tel {float: right;}

/*nav  */

#topnav {
  margin-bottom: 10px;
}
#bottomNav {
  margin-bottom: 10px;
  border-top: 1px solid #999;
  padding-top: 10px;
}

#menu01{
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#menu01 li{
  float: left;
  list-style: none;
  width: 49.5%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #879c18;
}
#menu01 li:last-child{
 /* border-bottom: 0px;*/
}
#menu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  background: #D1EC95;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#menu01 li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #666;
}
#menu01 li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #D1EC95;
}

#menu01 li:nth-child(1n) {
  border-right: 1px solid #879c18;
  width: 50%;
}
#menu01 li:nth-child(1) {
    -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#menu01 li:nth-child(2) {
}
#menu01 li:nth-child(3) {
}
#menu01 li:nth-child(4) {
}


section {
  margin-bottom: 20px;
}

section h2 {
  border: 1px solid #666;
  background: #028D01;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

.topAbout dt {
  background: url('../image/icon_ha2.png') no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
}
.topAbout dd {
  padding: 0 10px;
  margin-bottom: 20px;
}
.redb {
  color: red;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}

.topAbout2 li {
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 10px;
  list-style-type: decimal;
  border: 1px solid #FF9C25;
border-radius: 5px;
padding: 5px;
background: #FFE4C5;
}



.subNav li {
  display: block;
  width: 100%;
  font-weight:normal;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:2px solid #93a667;
  padding:10px 20px;
  text-decoration:none;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d0ec95), color-stop(100%, #d7f590) );
  background:-moz-linear-gradient( center top, #d0ec95 5%, #d7f590 100% );
  background:-ms-linear-gradient( top, #d0ec95 5%, #d7f590 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0ec95', endColorstr='#d7f590');
  background-color:#d0ec95;
  color:#666666;
  display:inline-block;
  -webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
  -moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
  box-shadow:inset 1px 1px 0px 0px #c1ed9c;
margin-bottom: 1px;
}.css_btn_class:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d7f590), color-stop(100%, #d0ec95) );
  background:-moz-linear-gradient( center top, #d7f590 5%, #d0ec95 100% );
  background:-ms-linear-gradient( top, #d7f590 5%, #d0ec95 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7f590', endColorstr='#d0ec95');
  background-color:#d7f590;
}.css_btn_class:active {
  position:relative;
  top:1px;
}

.subNav li a {
  display: block;
  text-decoration: none;
font-weight: bold;
}

/* TEL */

.telnum {
  color: #ffffff;
  padding: 10px 20px;
  background: -moz-linear-gradient(
    top,
    #ffaa42 0%,
    #f59827);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffaa42),
    to(#f59827));
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #8a8a8a;
  -moz-box-shadow:
    0px 1px 3px rgba(54,54,54,0.5),
    inset 0px 0px 1px rgba(59,59,59,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(54,54,54,0.5),
    inset 0px 0px 1px rgba(59,59,59,0.7);
  box-shadow:
    0px 1px 3px rgba(54,54,54,0.5),
    inset 0px 0px 1px rgba(59,59,59,0.7);
  text-shadow:
    0px -1px 0px rgba(255,255,255,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
text-align: center;
font-size: 1.250em;
margin: 0 auto;
text-align: center;
width: 70%;
margin-bottom: 20px;
}

.telnum a {
  color: #ffffff;
  font-size: 1.250em;
  text-decoration: none; 
  display:block;
}


.h3Base {
    background: url('../image/icon_ha2.png') no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
}

.copy {
  font-size: 0.625em;
  padding: 10px 0 10px 0
}




#priceBox h4 {
  border-left: 6px solid #FFAB42;
padding-left: 5px;
margin-bottom: 5px;
}

.chuui {
  font-size: 0.750em;
  margin-bottom: 30px;
}

.open table {
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.open table th {
  padding: 5px;
  border: #CECECE solid;
  border-width: 0 0 1px 1px;
  background: #ebf5d2;
  text-align:center;
}
.open table td {
  padding: 10px;
  border: 1px #CECECE solid;
  border-width: 0 0 1px 1px;
  text-align:center;
  vertical-align: middle;
}

#map {
  margin-bottom: 30px;
  text-align: center;
}
#map img {margin-top: 20px;}


#profWrap p {
  margin-bottom: 10px;
}

.profBox {margin-bottom: 5px;}
.profBox img {
  float: left;
  margin-right: 5px;
}

/* 院内の風景 */

.aboutBox {
  margin-bottom: 20px;
}
.aboutBox img {
  border: 1px solid #999;
}
#about h3 {
  font-weight: bold;
background: #E5F2C4;
padding: 5px 10px;
margin-bottom: 5px;
}


/* FAQ*/

.faqwrap {
  
}

.faqwrap dt {
  background: #bfdf79;
  padding: 10px 5px;
  border: 1px solid #a5d242;
  margin-bottom: 5px;
  font-weight: bold;
    -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  
}


.faqwrap dd {
  background: #FFEDC1;
  padding: 5px;
  border: 1px solid #ffc92c;
  margin-bottom: 20px;
    -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  }

/* 問い合わせフォーム */

#contactForm {
  margin-bottom: 30px;
}

.contactTb th {

}

.contactTb {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
      border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.contactTb th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
          border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contactTb td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
          border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input[type="text"] {
   font-size: 150%;
   width: 90%
}


.wide {
  width: 100%;
}
.small { width: 20% !important;}

.center {text-align: center;}

input[type="submit"] {
  font-size:16px;
  font-weight:bold;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #bfbfbf;
  padding:9px 18px;
  text-decoration:none;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff8c00), color-stop(100%, #ffaf36) );
  background:-moz-linear-gradient( center top, #ff8c00 5%, #ffaf36 100% );
  background:-ms-linear-gradient( top, #ff8c00 5%, #ffaf36 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ffaf36');
  background-color:#ff8c00;
  color:#ffffff;
  display:inline-block;
  box-shadow:inset 1px 1px 0px 0px #ffffff;
}input[type="submit"]:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffaf36), color-stop(100%, #ff8c00) );
  background:-moz-linear-gradient( center top, #ffaf36 5%, #ff8c00 100% );
  background:-ms-linear-gradient( top, #ffaf36 5%, #ff8c00 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf36', endColorstr='#ff8c00');
  background-color:#ffaf36;
}input[type="submit"]:active {
  position:relative;
  top:1px;
}

.backBtn {

}

.forPc {
  font-size: 0.857em;
}
.forPc img {
  float: left;
  border-right: 5px;
}
.forPc p {
  padding-top: 10px;
}


.acceBox {
  margin-bottom: 20px;
}

#movie {
}
.youtube {
  text-align: center;
}

.sejyutu img {
  text-align: center;
  margin-bottom: 20px;
}

.topBnrWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 8px;
}

.eightBnr {
  width: 60%;
}


















