@charset "Shift_JIS";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese&display=swap);

/*---------------------------------------------------------
	レイアウト
--------------------------------------------------------*/

ul,ol{
  list-style:none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  /*font-weight:normal;
*/
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  }

a.link{
  font-size:10px;
  color: #000000;
  letter-spacing: 0.05em;
  text-decoration: none;
}
a:hover.link{
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.05em;
  position: relative;
  left: 2px;
  text-decoration: none;
}


#contents{
	width:850px;
	margin:auto;
	padding:0px 15px 0px 15px;
	background-color:#ffffff;
	text-align:center;
	height:auto;
}

#flash{
  text-align: center;
  width:850px;
  margin:20px 0px 20px 0px;
}
#logo{float:left;
  }



#rss{
  float:left;
  width:520px;
  margin:0px;
  padding:5px 10px 5px 5px;
  text-align:left;
}

#news{
  width:520px;
  margin:0px;
  padding:auto;
  text-align:left;
}


#link {
	float:right;
	width:300px;
	padding:5px 5px 15px 0px;
	text-align:left;
	}
	

p.style1{color:#7E0001;
font-size:18px;
font-weight:bold;
border-bottom:thin solid #7E0001;
padding:10px;
}

p.style2{font-size:15px;
line-height:30px;
}

p.style3{color:#7E0001;
	font-size:14px;
	padding:10px;
	}

p.style4{font-size:14px;
padding:10px 10px 0px 10px;
width:335px;
}

p.style4 > div{width: 270px;}

p.style4 > div > img{width: 270px;!important}

.test3 {width: 270px;!important}

p.style5{color:#7E0001;
font-size:18px;
font-weight:bold;
border-bottom:thin solid #7E0001;
padding:0px 10px 10px 10px;
}

table.style1 {
margin:10px;
border:none;
 border-collapse:separate;}

td.img {
border:none;
margin:auto;}





#takatori{
  margin-bottom: 10px;
}

#syousai{
  margin-top: 8px;
  margin-left: 15px;
}

#aaa{
	float: left;
	width: 150px;
	padding: 14px 10px 0px 0px;
	margin-top: 15px;
}

#bbb{
	float: left;
	width: 335px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.clear{
	clear: both;
	border-bottom: 1px #651414 dashed;
}

/*---------------------------------------------------------
	スライドショー
--------------------------------------------------------*/

.fadein{
  position:relative;
  width:850px;
  height:350px;
}
.fadein img{
  position:absolute;
  left:0;
  top:0;
}

/*---------------------------------------------------------
	レンタルスペース
--------------------------------------------------------*/

ul.rentimgline{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

ul.rentimgline li{
  width: 33%;
  list-style: none;
  border: 1px solid white;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 60px 0px;
  line-height: 2.0em
}

ul.rentimgline li img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.zeikomi{
  font-size: 60%;
}

.hyakusen{
  background-color: #f1efeb;
  width: 100%!important;
  padding: 20px 0px 20px 0px!important;
  font-size: 90%;
}

.usuzumi{
  color:slategray;
  font-size: 90%;
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 400px;
	height: 50px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
  padding-bottom: 5px;
  margin: 130px 0px 0px 100px;
}

.btn a:hover {
	color: #f2f2f2;
}

.btn04 a {
	background-color: #dfc5bd;
	border: 1px solid transparent;
	border-radius: 35px;
}

.btn04 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 35px;
}

.btn04 a:hover {
	background-color: #c2a39a;
}

li.fancy{
  width: 100%!important;
}

.fancyArea {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto 15px auto;
  padding: 0 auto;
  width: 100%;
}

.fancyArea a {
  width: 16%;
}

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

.fancyArea img{
  transition: .3s;
}

.fancyArea img:hover{
  opacity: 0.5;
}

.bihin {
  display: -webkit-flex;
  display: flex;
  padding:15px 35px 15px 35px;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.bihin > * {
  padding-top:15px;
}

.bihin img{
  transition: .3s;
}

.bihin img:hover{
  opacity: 0.5;
}

.btnv2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 400px;
	height: 50px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
  padding-bottom: 5px;
  margin: 130px 0px 0px 100px;
  visibility: hidden;
}

.btnv2 a:hover {
	color: #f2f2f2;
}

.btn04v2 a {
	background-color: #dfc5bd;
	border: 1px solid transparent;
	border-radius: 35px;
}

.btn04v2 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 35px;
}

.btn04v2 a:hover {
	background-color: #c2a39a;
}

@media all and (-ms-high-contrast:none){
  #ie11CssHack{
    visibility: hidden;
  }
  .btnv2 a {
    visibility: visible;
  }
	}

_::-webkit-full-page-media, _:future, :root #ie11CssHack {
  visibility: hidden;
}

_::-webkit-full-page-media, _:future, :root .btnv2 a {
  visibility:visible;
}
