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



/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {



footer {
  padding: 0px 0 0;
  background-position: center -350px;
}
#header_area {
  background-image: url(../../common/images/bg_woody.jpg);
  height: 190px;
}
.logo_head {
  position: absolute;
  width: auto;
  height: 100px;
  text-align: center;
  top:58px;
  left: 10px;
  z-index: 20;
}
.logo_head img {
  width: auto;
  height: 100%;
}
.header_box {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.header_box nav {
  width: 820px;
}
.visual {
  position: absolute;
  top:0px;
  width: 100%;
  height: 190px;
  z-index: 15;
  background-repeat: no-repeat;
  background-image: url(../images/main.jpg);
  background-position: center;
  background-size: cover;
}


#contents_ttl {
  padding: 10px 10px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
}

#contents_ttl .txt_box {
  padding: 0 0 0 10px;
}
#contents_ttl .txt_box h1 {
  font-size: 182%;
  font-family: "hannari";
  line-height: 1.1em;
  padding: 0 0 8px;
}
#contents_ttl .txt_box p {
  font-size: 100%;
  line-height: 1.6em;
  color: #b28247;
  font-weight: 600;
}




#contents_area {
}
#contents_area ul {
  display:block;
}
#contents_area ul li {
  width: 100%;
  position: relative;
}
#contents_area ul li:last-child {
  width: 100%;
}
#contents_area ul li .img_box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#contents_area ul li .img_box img {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_block {
  position: absolute;
  top:0px;
  width: 100%;
  text-align: center;
}
.index_block a {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-align:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  align-items:center;
  color: #ffffff;
  background-image: url(../../common/images/bg_halftoon.png);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index_block a:hover {
  background-image:url(../../common/images/transmission.png);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index_box {
  margin: auto;
}
.index_box h2 {
  font-size: 154%;
  font-family: "hannari";
  line-height: 1.2em;
  padding: 0 0 10px;
  font-weight: 400;
  letter-spacing: -0.1em;
}
.index_box p {
  display: none;
}
.no_icon {
  height: 80px;
}
.no_icon img {
  height: 100%;
  width: auto;
  
}





.modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
	height:100%;/*for old Safari*/
  height:100vh;
  background-color:rgba(0,0,0,.5)}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}
.modal-content {
  position:relative;
  display:block;
  z-index:3000;
  margin:0px;
  padding:0px;
  border-radius:10px;
  background:#fff;
  }
a.modal-close {
	position:absolute;
	top:5px;
	right:5px;
	color:#b29c33;
	font-size:25px;
	line-height:1;
	font-weight:bold;
	text-decoration:none;
  display: none;
  }
a.modal-close:hover {
	cursor:pointer;
	opacity:.6}



.modal_box {
  width: 100%;
}
.modal_box .column01 {
  width: auto;
  max-width: 920px;
  height: auto;
  display:block;
  padding: 0px 10px 0;
}
.modal_box .column01 .txt_box {
  width: 100%;
  padding: 10px 0 0 0px;
}
  .modal_box .column01 .img_box {
    display: none;
  }
.modal_box .column01 .txt_box p {
  line-height: 1.5em;
  font-size: 108%;
}
#contents_area .modal_box .column01 .txt_box ul {
  padding: 10px 0 10px;
  width: auto;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#contents_area .modal_box .column01 .txt_box ul li {
  width: 48%;
}
#contents_area .modal_box .column01 .txt_box ul li img {
  width: 100%;
  height: auto;
}
.modal_box h3 {
  font-size: 154%;
  font-family: "hannari";
  line-height: 1.1em;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 5px 5px;
  padding: 20px 10px 25px 65px;
  border-bottom: #666 dotted 1px;
  margin: 0px 0 0;
  display: none;
}
.no01 { background-image: url(../images/ico01.png);}
.no02 { background-image: url(../images/ico02.png);}
.no03 { background-image: url(../images/ico03.png);}
.no04 { background-image: url(../images/ico04.png);}
.no05 { background-image: url(../images/ico05.png);}
.no06 { background-image: url(../images/ico06.png);}
.no07 { background-image: url(../images/ico07.png);}






/* Do not delete this Closing parenthesis
------------------------------------------------------------------- */
}
