 body {
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-size: 16px;
    background-image: url(./../images/common/top_bg.png);
	background-repeat: no-repeat;
	background-color: #f1f1f1;

}

#container02 {
	background-image:url(./../images/common/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 600%;
  margin-top: 90px;

}
/*==== モーダルウインドウ風メニュー ======*/

/*ハンバーガーボタン*/
#header02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  z-index: 10000;
  display: block;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
#header02 .header-inner{
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 11;
  background-color: #eb611d;
  width: 100%;
  height: 68px;
  padding: 0;
}
#header02 .header-inner .left {
  padding: 12px 0 0 0;
}
#header02 .header-inner .left a {
  color: #000000;
  font-size: 20px;
}
#header02 .header-inner .right {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
#header02 .header-inner .right .insta {
  padding: 10px 10px 0 0;
}
#header02 .header-inner .right .insta a {
  padding-top: 18px;
}
#header02 .header-inner .right .sp-tel {
  background-color: #30a308;
  display: none;
  width: 63px;
  height: 68px;
  z-index: 11;
}
#header02 .header-inner .right .sp-tel img {
  width: 100%;
}
#header02 .header-inner .right .sp-button{
  background-color: #ffffff;
  display: block;
  width: 63px;
  height: 68px;
  z-index: 11;
}
#header02 .header-inner .right .sp-tel p {
  position: absolute;
  bottom: 8px;
  left:  14px;
}
#header02 .header-inner .sp-button p {
  color: #000000;
  font-size: 12px;
  position: absolute;
  bottom: 19px;
  right: 13px;
}
#header02 h1{
  padding-left: 10px;
  width: 170px;
}
#header02 h1 img{
  width: 100%;
}
#header02 p{
  padding-left: 10px;
  width: 57%;
}
#header02 p img{
  width: 100%;
}
#header02 .tel-icon{
  padding-left: 10px;
}
#header02 .left p{
  padding-left: 10px;
}
#header02 .left p img{
  width: 100%;
}

/*ハンバーガーメニュー*/
.menu,
.menu span {
  display: inline-block;
  -webkit-transition:all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 17px;
  right:  17px;
  width: 30px;
  height: 16px;
  z-index: 11;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

    .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    z-index: 12;
    }

    .menu span:nth-of-type(1) {
    top: 0px;
    }

    .menu span:nth-of-type(2) {
    top: 7px;
    }

    .menu span:nth-of-type(3) {
    bottom: 0px;
    }

    .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    }

    .menu.active span:nth-of-type(2) {
    opacity: 0;
    }

    .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    }

    #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    padding-top: 68px;
    padding-bottom: 60px;
    overflow-y: scroll;
    }

    #nav.active{
      right: 0;
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
    }

    #nav ul{
      margin:20px 0;
      padding:20px 0;
    }

    #nav ul li{
      font-size: 18px;
      list-style-type: none;
    }

    #nav ul li a{
      display: block;
      padding: 20px 0;
      transition: all 0.2s ease-in-out;
      text-align: center;
      text-decoration: none;
      color: #131e41;
    }
  #nav ul .policy-style a {
      color: #ffffff;
      font-weight: normal;
      padding-top: 100px;
}
button {
  background-color: transparent;
  border: none;
}
.re-pc {
  display: none;
}
.sp-lock-btn {
  display: block;

}
.sp-lock-btn .sp-lock-btn-inner {

  background-color: #ffffff;
  position: fixed;
  padding: 30px 0;
  width: 100%;
  bottom: 0;
  z-index: 11000;
  background-color:rgba(255,255,255,0.8);
}
.sp-lock-btn ul {
  display: -webkit-flex;
    display: flex;
    margin: 10px auto;
    width: 60%;
}

.sp-lock-btn li {
  margin-right: 5px;
}
.sp-lock-btn li:last-child {
  margin-right: 0;
}
.sp-lock-btn li a {
  background-color: #f5a729;
  color: #ffffff;
  padding: 20px 20px;
  width: 40%;
}

#nav .bunner a {
  padding: 0;
}
#nav .last {
  padding-bottom: 20px;
}
#nav .last a {
  padding-bottom: 20px;
}
header {
	display: none;
}

footer {
	background-color: rgba(3,3,3,0.7);
	clear:both;
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
.footer-inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;


}
.inner-left {
	display: none;
	width: 232px;
	float: none;
	margin-bottom: -10px;

}
.inner-left img{
	width: 100%;
	margin: 0 12px;
	background-image:url(./../images/common/nav_in_footer.png);
	background-repeat:no-repeat;
	background-size: cover;

}
.inner-right {
	width: 100%;
	float: none;
	padding-top: 20px;
	padding-bottom: 0px;
}
.footer-inner .left-box {
	width: 84%;
	float: none;
	margin: 0 auto;
}

.footer-inner .right-box {
	width: 100%;
	float: left;
}
.footer-inner .right-box .footer-nav {
	overflow: hidden;
	padding: 10px 10px 20px 10px;
}
.footer-inner .right-box .footer-nav li a {
	font-size: 12px;
	float: left;
	padding: 10px 10px 0 10px;
	color: #ffffff;
}
.copy {
	background-color: #eb611d;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 0;
}
.copy-inner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
}

/*-------- パンくずリスト--------*/
.breadcrumb-area {
  font-size: 1rem;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.breadcrumb-area a {
  color: #000000;
}


#sub-main-contents .contents-bg{
  margin-top: 20px;
  overflow: hidden;
}

#sub-main-contents .contents-bg {
  border-radius: 6px;
  border: 1px #DFDADA solid;
  background-color: #ffffff;
  padding: 0 10px 0 10px;
  /*box-shadow*/
    box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
  background-image:url(./../images/common/bg01.png);
  margin: 0 10px;
}
#sub-main-contents .contents-bg .contents-bg-inner {
background-image:url(./../images/top/h_line01.png);
  background-repeat: repeat-x;
  padding-bottom: 20px;
}
#sub-main-contents .contents-bg .contents-bg-inner-box {
  overflow: hidden;
  margin-right: -10px;
  padding: 0 20px;
  width: 100%;
}

#sub-main-contents .contents-bg .contents-bg-inner h2 {
  background-image:url(./../images/common/h2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-position: left center;
  padding: 10px 24px 10px 30px;
  margin: 10px 0 20px 0;


}

.access-area {
  text-align: center;
  margin-bottom: 40px;
}

.access-area iframe {
  margin-bottom: 20px;
}
.access-area a {
  background-color: #eb611d;
  background-image:url(../images/common/contact_bunner_form.png);
  background-repeat: no-repeat;
  background-position: 36px 13px;
  padding: 10px 45px 10px 65px;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
}

/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
/*===========================================================================================================*/
#header02 h1 img{
  width: 160px;
}
#header02 p{
  padding-left: 10px;
  width: 57%;
}
#header02 p img{
  width: 33%;
}
#header02 .header-inner .sp-button p {
  color: #000000;
  font-size: 12px;
  position: absolute;
  bottom: 19px;
  right: 12px;
}
#container02 {
  background-image:url(../images/common/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 200%;

}
footer {
  background-color: rgba(3,3,3,0.7);
  clear:both;
  position: relative;
  z-index: 2;

}
.footer-inner {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;


}
.inner-left {
  width: auto;
  margin-bottom: 0;

}
.inner-left img {
  width: auto;
  margin: 0 12px;
  background-image:none;
  background-repeat:no-repeat;

}
.inner-right {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
}
.footer-inner .left-box {
  width: 40%;
}

.footer-inner .right-box {
  width: 60%;

}
.footer-inner .right-box .footer-nav {
  overflow: hidden;
}
.footer-inner .right-box .footer-nav li a {
  float: left;
  padding: 0 20px 10px 0;
  color: #ffffff;
}
.copy {
  background-color: #eb611d;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 0;
}
.copy-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#sub-main-contents .contents-bg .contents-bg-inner h2 {
  background-image:url(../images/common/h2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 6px 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-position: left center;
  padding: 10px 30px 10px 30px;
  margin: 10px 0;


}
#sub-main-contents .contents-bg .contents-bg-inner p {
  line-height: 2.0;
  font-size: 16px;

}



}

/* デザインC(PC) */
@media screen and (min-width: 1024px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
/*===========================================================================================================*/
/*=================================

トップページ共通部分

=================================*/
 body {
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-size: 16px;
    background-image: url(../images/common/top_bg.png);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	background-size: 100%;

}




#container {


}
#container02 {
	background-image:url(../images/common/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
  margin-top: 0;
}
#headline {
	background-color: #eb611d;
	height: 25px;
	padding: 5px 0 0 10px;

	/*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;

    /*ボックスのデザイン*/
    border-bottom:1px solid #ccc;
}
#headline h1 {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	width: 1244px;
	margin: 0 auto;
}

#wrapper {
	width: 1244px;
	margin: 0 auto;
  overflow:hidden;
}
header {
	width: 258px;
	margin: 0 auto;
	float: left;
  display: block;
}

#header02 {
  display: none;
}
.header-inner {

}
nav {
	width: 220px;
	background-image:url(../images/common/bg01.png);
	background-repeat:repeat-y;
	padding: 10px 6px 6px 6px;
	border-radius: 10px 10px 0 0;
	margin-left: 12px;
  padding-bottom: 31678px;
	margin-bottom: -31678px;

	position: relative;
	z-index: 1;




	/*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

nav .nav-inner {
	width: 210px;
	margin: 0 auto;
	/*box-shadow*/
    box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
nav .nav-inner li{
	margin-bottom: -7px;
}
nav .bunner-area {
	width: 210px;
	margin: 20px auto 20px auto;
}
#top-main-contents {
	width: 980px;
	float: right;
	margin-bottom: 50px;

}
#sub-main-contents {
	width: 980px;
	float: right;
	margin-bottom: 50px;

}
footer {
  background-color: rgba(3,3,3,0.7);
  clear:both;
  position: relative;
  z-index: 2;
  margin-top: 0;

}
.footer-inner {
  display: -webkit-flex;
  display: flex;
  width: 1244px;
  margin: 0 auto;


}
.inner-left {
  width: auto;
  margin-bottom: 0;

}
.inner-left img {
  width: auto;
  margin: 0 12px;
  background-image:none;
  background-repeat:no-repeat;

}
.inner-right {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
}
.footer-inner .left-box {
  width: 42%;
  text-align: right;
}

.footer-inner .right-box {
  width: 57%;
  margin-left: 20px;
}
.footer-inner .right-box .footer-nav {
  overflow: hidden;
  padding-top: 0;
}
.footer-inner .right-box .footer-nav li a {
  float: left;
  font-size: 16px;
  padding: 0 20px 10px 0;
  color: #ffffff;
}
.copy {
  background-color: #eb611d;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 0;
}
.copy-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/*-------- パンくずリスト--------*/
.breadcrumb-area {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.breadcrumb-area a {
  color: #000000;
}


#sub-main-contents .contents-bg{
	margin-top: 20px;
	overflow: hidden;
}

#sub-main-contents .contents-bg {
	border-radius: 6px;
	border: 1px #DFDADA solid;
	background-color: #ffffff;
	padding: 0 10px 0 10px;
	/*box-shadow*/
    box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #bcbab8, 0 0 5px #ccc, 0 0 1px #aaa;
	background-image:url(../images/common/bg01.png);

}
#sub-main-contents .contents-bg .contents-bg-inner {
background-image:url(../images/top/h_line01.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding: 0 30px 30px 30px;
}
#sub-main-contents .contents-bg .contents-bg-inner-box {
	overflow: hidden;
	margin-right: -10px;
	padding: 0 20px;
	width: 968px;
}

#sub-main-contents .contents-bg .contents-bg-inner h2 {
	background-image:url(../images/common/h2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-position: left center;
	padding: 30px 30px 30px 30px;
	margin: 10px 0;


}
#sub-main-contents .contents-bg .contents-bg-inner p {
	line-height: 1.5;
  font-size: 16px;
}
.access-area {
	text-align: center;
	margin-bottom: 40px;
}

.access-area iframe {
	margin-bottom: 20px;
}
.access-area a {
	background-color: #eb611d;
	background-image:url(../images/common/contact_bunner_form.png);
	background-repeat: no-repeat;
	background-position: 36px 13px;
	padding: 10px 45px 10px 65px;
	border-radius: 6px;
	color: #ffffff;
	text-align: center;
}
.access-area .area h3 {
  font-size: 14px;
  text-align: left;
}
.access-area .area p {
  font-size: 12px;
  text-align: left;
  padding-bottom: 4px;
}
.access-area .tel {
  color:#ea5c1d;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
.access-area .tel span {
  font-size: 14px;
}
.access-area h4 {
  font-size: 14px;
}
.access-area ul {
  padding-bottom: 20px;
}
.access-area li {
  font-size: 14px;
  font-weight: bold;
}
}




