
@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}

html,body{

  width:100%;
  height:100%;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
 
}
#container{
  width:100%;
    position: relative;
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
  background-color:#fdf5e6;
}

#header {
  width:100%;
  height:auto;
/*
  height:150px;
*/
  background-color:#FFF;
}
#header div.inner{
/*
	  width:1200px;
*/
  width:320px;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
}

/*  ヘッダー　ロゴ  */
#header div.head-rogo {
  width:208px;
  height:133px;
  background-image: url(../img/rogo-u.png) ;
  background-repeat: no-repeat;

  margin: auto;

/*
  border: solid #808080;
*/
 }
/*  ヘッダー　電話番号・営業時間  */
#header .head-inf {
  font-size:24px;
  margin:30px 0 20px 0;
  font-weight: bold;
 }
/*  中黒非表示  */
#header .head-inf ul, 
#main-body #main-body02 .menu-btn ul {
  list-style: none;
 }
/*  ヘッダー　アイコン　サイズ指定  */
#header .icf-phone ,#header .icf-time ,#main-body .icf-event {
  font-size:24px;
}
/*  ヘッダー　文字　サイズ指定  */
#header .phone a  ,#header .time {
  font-size:20px;
}

/*  ヘッダ　メニュー（非表示）*/
/*
.head-menu{
	display: none;
}
*/
/*  ヘッダ　メニュー部分  */
nav.head-menu {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
}
 
nav.head-menu ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #FFF;
	background-color: #000;
}
 
nav.head-menu ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
 
/* 最後はラインを描かない */
nav.head-menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.head-menu ul li a {
    display: block;
    color: #FFF;
    padding: 1em 0;
	text-decoration: none;	
}
 
/* このクラスを、jQueryで付与・削除する */
nav.head-menu.active {
    transform: translateY(0%);
}

.nav_toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
	background-color: #000;
}

.nav_toggle span {
    display: block;
    position: absolute;    /* .nav_toggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.nav_toggle span:nth-child(1) {
    top: 9px;
}

.nav_toggle span:nth-child(2) {
    top: 18px;
}

.nav_toggle span:nth-child(3) {
    top: 27px;
}

.nav_toggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.nav_toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.nav_toggle.active span:nth-child(2),
.nav_toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
/*  ボディー  */
#main {
/*
  width:1200px;
*/
  width:100%;
  height:100%;
   margin-left:auto;
  margin-right:auto; 
 padding-bottom:220px; 
} 
#main-body {
/* 
  width:1200px;
*/
  width:95%;
  margin: 0 auto; 
}

/*  ボディー  ヘッダー部*/
div.main-body01 {
/*
  display:none;
*/
  width:100%;
  height:auto;
 margin-bottom:50px; 
/*
  border: solid #808080;
*/
 }
/*  イラスト  */
.body-img-l img{
  float:left;
  width:auto;
	height: 70px;
 margin-top:10px;
 margin-left:10px;
}
/*  タイトル   */
.body-img-c {
	display:none;
}

.MainTitle{
	height: 40px;
	width: 95%;
    background-color:#f9bf0f;
    border-radius: 10px;
    border: solid #f9bf0f;
	font-weight: bold; 
    font-size:20px;
	line-height: 2em;
    margin: auto;
    color:#FFFFFF;
	text-align:center;
	
}
.body-img-r img{
  float:right;	
  width:auto;
	height: 70px;
 margin-top:10px;
 margin-right:10px;
}

/*  ボディー02  ボディー部　トップ　*/
div.main-body02 {
/*
  width:1110px;
*/
  width:100%;
  background-color:#FFFFFF;
  border-radius: 20px;
  margin:0px auto 0 auto;
  padding-top:15px;
  padding-bottom:15px;
  
 }

/*  ボディー03  ボディー部　トップ　*/
div.main-body03 {
  width:100%;
  background-color:#FFFFFF;
  border-radius: 20px;
  margin:15px auto 0 auto;
   padding-top:15px; 
  padding-bottom:15px;
}

/*  ボディー04  ボディー部　トップ　*/
div.main-body04 {
  width:100%;
  background-color:#FFFFFF;
  border-radius: 20px;
  margin:0px auto 0 auto;
  padding-top:15px;  
  padding-bottom:15px;
}
/*  ボディー05  ボディー部　トップ　*/
div.main-body05 {
  width:100%;
  background-color:#FFFFFF;
  border-radius: 20px;
  margin:0px auto 0 auto;
  padding-top:15px;  
  padding-bottom:15px;
 }
/*  フッタ　  */
#footer {
  position:absolute; 
  width:100%;

  height:190px;

  bottom:0;
  margin: 0 auto; 
  z-index:999 ;
  background-color:#20b2aa;
  
 }
/*  ボディー下部　背景  （非表示）*/
.img-bot {
  display:none;
 } 
/*  フッタ　帯  */
.footer-inner {
  width:320px;
  margin-left:auto;
  margin-right:auto;
}
/*  フッタ TOP ボタン  */
#footer .footer-top .footer-top-btn {
  position:absolute; 
  width:100px;
  height:30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 1px #000000;
  right: 10px;
  margin-top: -30px ;
  display: flex;  
  align-items: center;
  justify-content: center;
  background-color:#000000;
  text-decoration:none;
  color:#FFFFFF;
  font-size:14px;
  z-index:20 ;
}
/*　　フッタ メニュー 部分　　*/
#footer .footer-menu { 
  height:70px;
  font-size:16px;
  margin-top: 10px;
 }
#footer .footer-menu ul {
	list-style: none;
 }
#footer .footer-menu ul li a {
  text-decoration: none;
  color:#FFFFFF;
  margin-right: 7px;
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid #FFFFFF;

  float:left;
 }

#footer .footer-menu .home a{
	  width:3.5em;
 }
#footer .footer-menu .comment a,
#footer .footer-menu .plan a{
	  width:5.5em;
 }
#footer .footer-menu .price a,
#footer .footer-menu .event a,
#footer .footer-menu .access a{
	  width:4.5em;
 }
#footer .footer-menu .home a{
	  padding-left: 1em;
}
#footer .footer-menu .price a{
	  padding-left: 4em;
}
#footer .footer-menu .qa a{
	  width:7.5em;
	  padding-left: 3em;
 }
#footer .footer-menu .access a{
  border: none;
 }

/* フッタ　inf　*/
#footer .footer-inf ul {
	list-style: none;
 }
#footer .footer-inf li {
  width:320px;
  font-size:16px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align:center;
  color:#FFFFFF;
 }
#footer .footer-add01,
#footer .footer-add02 {
  display: block;
}
/* フッタ　inf　電話番号 （非表示） */
#footer .footer-phone {
  display:none;
 }

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.maruC{
	font-size: 16px;
	color:#FFF;	
	text-align:center;
}
.clear-element {
  clear: both;
}

