@charset "UTF-8";

/*スマホの時の画面サイズ*/
@media screen and (max-width: 660px){
body {

	margin: 0 auto;
	background-position-y: -340px !important;
		
	 }
	
}




@media screen and (max-width: 660px){
.design{
	max-width:370px !important;
	list-style: none;
	
	}
}

.design{
	  width: 33% !important;
		float: left;
}

.example {
  max-width: 100%;
	}


.sns{
	width:30%;
	
}

.center{
	width: 350px;
	margin: 0 auto;
	margin-bottom:30%;
}

.insta{
	max-width:100%;
	text-align:center;
}

.aboutcenter h6{
	margin:auto 0px;
	vertical-align:middle;
	text-align:center;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

.menuh5{
	text-align: center !important;
	display: block;
	margin:20px;
}

.menuh5 h5{
	text-align:left !important;
	display: inline-block;
}




/* スマホの時メニューバー無くす*/
@media screen and (max-width: 660px){
#pcmenu a{color: white;
	font-size: px;
	pointer-events: none;}
}


/**/
body{
	max-width:800px;
	margin: 0 auto;
	background-image:url("images/back.png");
	background-position:center;
	background-position-y:-20%;
	background-repeat: no-repeat;
	background-size:200%;

}



/* top morimotocrayon */
h2 {
	padding-left: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	font-family: 'Sen', sans-serif;
}

h5{
	margin-top:5px;
	padding-left: 30px;
	font-family: 'Sawarabi Gothic', sans-serif;
}
/*  */


h6{
	font-size:15px;
	text-align:left;
	font-family: 'Sen', 'Sawarabi Gothic',sans-serif;
}


table{
	margin: 15px;
	font-size: 15px;
	margin-bottom:100px;
	margin-top:50px;
	margin-left: 20px;
	vertical-align: middle;
}

tr{
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

th{
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

td{
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
	padding: 10px 5px 10px 0px ;
}


/*  上右下左　*/




li{
	font-family: 'Sen', sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	list-style: none;
	clear: left;
}

a .menu{
	text-decoration: none;
	border-bottom-style:none;
}

a{
	color: #000;
	text-decoration: none;
	border-bottom-style:double;
}

a:hover {
	color: rgba(0,0,0,0.1);
}



figure {
	
    display: block;   /* インラインブロック化 */
    margin: 0px 5px 5px 0px; /* 外側に余白を追加(※右に3px・下に7px) */
}
/* ▼画像に対する装飾 */
figure img {
	
    display: block;          /* 余計な余白が出ないようにする */
}


      
.fee{
	margin: 0 auto;
}

.menulist{
	margin: 30px;
}



/*pcの時のメニューバー*/
#pcmenu ul li {
	display: inline;
	margin-left: 20px;
}
#pcmenu{
	margin-bottom: 30px;
}













/* bager menu */
#header #navi {
  transition: all .6s;
  overflow-y: auto;
  padding-top: 40px;
  width: 150px;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -320px;
  background-color: #fff;
  position: fixed;
}

#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 7px;
  right: 7px;
  cursor: pointer;
  position: absolute;
}

.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #000;
  position: absolute;
}

.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }

.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav_open #header #navi { right: 0; }

.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}

.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}

.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}


