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

@font-face{
	font-family:'Blogger Sans Bold';
	src: url("Blogger Sans-Bold.ttf") format("truetype");
	}
@font-face{
	font-family:'Blogger Sans Medium';
	src: url("Blogger Sans-Medium.ttf") format("truetype");
	}
	
body{
	height:auto;
}

.br_none{
	display:none;
}

#all{
	overflow:hidden;
}
#container{
	width:100%;
}
#contents{
	width:90%;
}

header{
	max-width:100%;
	margin-top:50px;
	margin-bottom:15px;
	
}
#hed01{
	margin-left:0px;
	width:400px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
#hed01 img{
	width:168px;
	height:78px;
	float:left;
	margin-left:15px;
}
#hed01 p{
	display:none;
}
#hed02{
	display:none;
}

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
#toggle {
  display: block;
  background: #ad997b;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 28px;
  height: 19px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 8px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.toggleWrap {
  background:rgba(255,251,241,0.93);
  padding: 100px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:15;
}
.mainNav li {
  list-style-type: none;
  width:90%;
}
.navItem {
  display: block;
  text-decoration: none;
  color: #412B12;
  border-bottom: 1px dashed #412B12;
  padding: 20px 0px 15px 0px;
  text-align: center;
  font-size: 20px;
}

/* メニューを閉じる時のスタイル
display:none; を使用せず、opacityを使うとfadeっぽくなる */
.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* アニメーションはメニューの開閉時のみでいいので
.toggleWrapに書かず、別にclassを用意 */
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden;
}



.main-image{
	display:none;
	}
.main-image02{
	display:block;
	margin-bottom:0px;
	}

#text,#text02,#image,#image02,#image03{
	float:none;
	margin-left:0px;
	margin-right:0px;
	width:100%;
}
#other-link,#other-link02{
	float:none;
	margin-left:0px;
	margin-right:0px;
	width:87%;
	font-size:13px;
}
#other-link h2,#other-link02 h2{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
	}
#text,#text02{
	max-width:100%;
}
#text03{
	max-width:100%;
	margin-left:0px auto;
	margin-right:0px auto;
}
#image img,#image02 img,#image03 img{
	max-width:100%;
	margin-left:0px auto;
	margin-right:0px auto;
	width:100%;
}
#image,#image02{
	margin-top:40px;
}
#other-link ul,#other-link02 ul{
	margin-right:0px;
	margin-left:20px;
}

footer{
	overflow:hidden;
	width:100%;
	height:auto;
	}
#footer_b p{
	margin-top:250px;
}

#text03{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
#footer_a,#footer_b{
	width:90%;
	float:none;
}
#footer_b ul{
	max-width:100%;
	width:100%;
	border-top:1px #d3b937 dashed;
	border-left:none;
	border-right:none;
	
}
#footer_b ul li{
	width:100%;
	float:none;
	text-align:center;
}
.border{
	border-right:none;
	border-bottom:1px #d3b937 dashed;
	border-left:none;
	border-top:none;
}

#return{
	width:73px;
	float:right;
}
