@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address{
  font-weight: normal;
  font-style: normal;
  margin-bottom : 0px;
  font-size : 12px;
}
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
body{
  font-size: 100%;
  font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  min-width : 1000px;
  color : black;
  line-height : 1.8;
  background-repeat : repeat;
  background-color : #e8f5c9;
}
@media print {
  body{
  display : none;
}
}
ul{
  margin : 0;
  padding : 0;
}
img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  user-drag: none;
  -webkit-user-drag: none;
}
/*
a img:hover {
  opacity: 0.5;
}
*/

td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #e2cd36;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #e2cd36;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #e2cd36;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #e2cd36;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #e2cd36;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 24px;
  font-weight : bold;
}
.bigest{
  font-size : 30px;
}
.smaller{
  font-size : 13px;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.dan2{
  padding-left : 1em;
  text-indent : -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.fb-like iframe{
  max-width: none!important;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 16px;
  width : 980px;
}
.sen{
  height : 2px;
  width : 100%;
  border-top-width : 2px;
  border-top-style : dotted;
  border-top-color : black;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp40{
  width : 40px;
}
.sp10per{
  width : 5%;
}
.sp20{
  width : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar60{
  margin-top : 60px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.topmar90{
  margin-top : 90px;
}
.topmar20{
  margin-top : 20px;
}
.topmar10{
  margin-top : 10px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sns{
  height : 23px;
}
.footer{
  font-size : 12px;
  padding-top : 60px;
  padding-bottom : 60px;
  border-top-width : 1px;
  border-top-style : solid;
  color : #cccccc;
  background-color : rgba(0, 0, 0, 0.8);
  border-top-color : #999999;
}
.titles{
  font-size : 40px;
  color : black;
  letter-spacing : 4px;
}
.titlesbill{
  font-size : 40px;
  color : white;
  letter-spacing : 4px;
}
.bottom120{
  padding-bottom : 120px;
}
.img80per{
  width : 80%;
}
.midashi1{
  font-size : 24px;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 10px;
  background-image : linear-gradient(120deg, white, rgba(166, 128, 28, 0) 50%);
  background-repeat : no-repeat;
  font-weight : bold;
  letter-spacing : 1px;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #00809d;
  border-bottom-color : #00809d;
}
.midashi2{
  font-size : 20px;
  padding-top : 10px;
  padding-bottom : 10px;
  background-repeat : no-repeat;
  font-weight : bold;
  letter-spacing : 1px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : black;
}
.midashi3{
  font-size : 32px;
  padding-bottom : 10px;
  font-weight : bold;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
  text-align : center;
  text-shadow : 0px 0px 4px #d4e84b;
  margin-bottom : 20px;
}
.btn,
a.btn,
button.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color : #212529;
  width : 300px;
  padding-left : 1em;
  padding-right : 1em;
}
a.btn-flat{
  overflow: hidden;
  padding : 0.5em;
  color : white;
  background-image : linear-gradient(#63b1bd, #118a9f);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : #00586a;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.btn2,
a.btn2,
button.btn2{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color : #212529;
  width : 100%;
  padding-left : 1em;
  padding-right : 1em;
  font-size : 20px;
  letter-spacing : 3px;
}
a.btn2-flat{
  overflow: hidden;
  padding : 1.5em 0.5em;
  color : white;
  background-image : linear-gradient(#2e6b32, #26592b);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
a.btn2-flat span{
  position: relative;
}
a.btn2-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #008040;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.btn2-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.text_orange{
  color : #d90000;
}
.text_blue{
  color : #3d9d9b;
}
.table100{
  width : 100%;
}
.medatsu{
  padding-left : 40px;
  padding-right : 40px;
  background-color : rgba(0, 0, 0, 0.4);
  padding-top : 40px;
  padding-bottom : 40px;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}
.noto{
  font-family: 'Noto Serif JP', serif;
}
.uline{
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d90000;
}
.tume{
  letter-spacing : -1px;
}
.left20px{
  margin-left : 20px;
}
.contentsallbill{
  padding-bottom : 120px;
  color : white;
  background-color : #295135;
  padding-top : 120px;
}
.contentsblack{
  padding-bottom : 120px;
  background-color : white;
}
.titlesja{
  font-size : 14px;
  font-weight : bold;
  letter-spacing : 0.4em;
  margin-top : 10px;
}
.normal{
  font-size : 16px;
}
.line_gray{
  padding-left : 20px;
  margin-left : 10px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #00809d;
}
.div_map{
  border-width : 1px;
  border-style : solid;
  border-color : silver;
  background-color : white;
  background-image : url(../img_common/map01.jpg);
  background-repeat : no-repeat;
  background-position : center center;
  height : 592px;
}
.div_waku{
  border-width : 1px;
  border-style : solid;
  border-color : #90c322;
  background-color : white;
  background-image : linear-gradient(to bottom, rgba(61, 157, 155, 0), #ebf0f5);
  background-repeat : no-repeat;
  background-position : left 0px;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
}
.medatsu1{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  border-width : 1px;
  border-style : solid;
  border-color : #999999;
}

