@charset "utf-8";
/* --------------------------------------------
   リセット
-------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
ul{letter-spacing: -.4em;}
li{letter-spacing: normal;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
img {vertical-align:bottom;}
/* --------------------------------------------
   ベース
-------------------------------------------- */
html {
	height: 100%;
}
body {
	background: #fafade;
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #613b15;
	min-width: 1000px;
}
a.op:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a {
	color:#613b15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
 @media screen and (max-width: 640px) {
body {
	background-image:none;
	max-width: 640px;
	min-width: 100%;
}
   img {
     max-width: 100%;
     height: auto;
   }
}

/* --------------------------------------------
   【structure】
-------------------------------------------- */
#header{
	background:url(../images/common/hdrBg.png) no-repeat top center;
	background-size:1920px auto;
}
#mainContents{
	width:1000px;
	padding:0 0 40px;
	margin:0 auto;
}
.inner{
	width:1000px;
	margin:0 auto;
}
#footer{
	border-top:#f8ce46 44px solid;
}
#fixedTop {
	right: 40px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	z-index: 9999;
}
#fixedTop img {
	width: 60px;
	height: 60px;
}

 @media screen and (max-width: 640px) {
#header{
	background:url(../images/common/hdrBg_sp.png) no-repeat top center;
	background-size:375px auto;
	border-top:#613b15 20px solid;
}
#mainContents{
	width:98%;
	padding:20px 0 40px;
}
.inner{
	width:98%;
}
#footer{
	border-top:none;
}
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	display: none;
}
#fixedTop img {
	width: 40px;
	height: 40px;
}

}
/* --------------------------------------------
   【header】
-------------------------------------------- */
#header .inner{
	position:relative;
}
#header h1{
	position:absolute;
	top:38px;
	left:156px;
}
#header h1{
	position:absolute;
	top:38px;
	left:20px;
  font-size: 12px;
}
#header .hdrLogo{
	padding-top:30px;
	text-align:center;
}
#header .hdrTel{
	position:absolute;
	top:28px;
	right:68px;
}
#header .hdrTel > li:nth-child(2){
	font-size:14px;
}
#header .hdrContent{
	position:absolute;
	top:161px;
	right:20px;
}
#header .hdrContent li{
	display:inline-block;
	vertical-align:top;
}
#header .hdrContent li:first-child{
	margin-right:10px;
}
@media screen and (max-width: 640px) {
#header h1{
	width:100%;
	color:#fff;
	font-size: 12px;
	text-align:center;
	position:absolute;
	top:-18px;
	left: 0;
}
#header .hdrLogo{
	padding:15px 0 10px;
	text-align:center;
}
#header .hdrLogo img{
	width:auto;
	height:80px;
}
#header .hdrTel,
#header .hdrContent{
	position:static;
	text-align:center;
}
#header .hdrContent{
	margin:5px 0;
}
}

/* --------------------------------------------
   【navi】
-------------------------------------------- */
#header ul#menu{
	margin:12px auto 20px;
}
#header ul#menu > li{
	width:200px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
#header ul#menu > li > span{
	width: 200px;
	height: 82px;
	text-align: center;
	position:absolute;
	top:6px;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;
}
#header ul#menu > li > a{
	width:200px;
	height:88px;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
#header ul#menu > li:first-child > a{
	background:url(../images/common/nav01.png) no-repeat top center;
	background-size:200px auto;
}
#header ul#menu > li:nth-child(2) > a{
	background:url(../images/common/nav02.png) no-repeat top center;
	background-size:200px auto;
}
#header ul#menu > li:nth-child(3) > a{
	background:url(../images/common/nav03.png) no-repeat top center;
	background-size:200px auto;
}
#header ul#menu > li:nth-child(4) > a{
	background:url(../images/common/nav04.png) no-repeat top center;
	background-size:200px auto;
}
#header ul#menu > li:nth-child(5) > a{
	background:url(../images/common/nav05.png) no-repeat top center;
	background-size:200px auto;
}
/* プルダウン */
#header ul#menu > li > ul.child{
	width:100%;
	display: none;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
#header ul#menu > li > ul.child > li{
	color:#fff;
	display:block;
	border-bottom:#fff 1px solid;
	text-align:center;
	padding:10px 0;
}
#header ul#menu > li:first-child > ul.child > li{
	background:#00a651;
}
#header ul#menu > li:nth-child(2) > ul.child > li{
	background:#f15f19;
}
#header ul#menu > li:nth-child(3) > ul.child > li{
	background:#613b15;
}
#header ul#menu > li:nth-child(4) > ul.child > li{
	background:#00a651;
}
#header ul#menu > li:nth-child(5) > ul.child > li{
	background:#f15f19;
}
#header ul#menu > li > ul.child > li > a{
	color:#fff;
	display:block;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 5px;
	top: 8px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	border:#999 2px solid;
	background:#fff;
	padding:6px 3px;
}
#navToggle div {
	position: relative
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
	top: 0
}
#navToggle span:nth-child(2) {
	top: 11px
}
#navToggle span:nth-child(3) {
	top: 22px
}
@media screen and (max-width: 640px) {
#header ul#menu{
	margin:0;
}
#header ul#menu > li{
	width:100%;
	display:block;
}
#header ul#menu > li > span{
	display:none;
}
#header ul#menu > li > a{
	width:100%;
	height:auto;
	background:rgba(97,59,21,.9) !important;
	color:#fff;
	text-align:center;
	padding:10px 0;
	border-bottom:#fff 1px solid;
	text-indent:inherit;
	overflow:inherit;
	white-space:inherit;
}
/* プルダウン */
#header ul#menu > li > ul.child{
	position:relative;
	width:100%;
}
header nav {
	width:100%;
	position: absolute;
	top: -400px; /*通常時はビュー外*/
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index:999;
}
/* Toggle(Button) */
#navToggle {
	display: block;
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2) {
	display:none;
}
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(585px);
	-webkit-transform: translateY(585px);
	transform: translateY(585px)
}
}

/* --------------------------------------------
   CTAデモ	26.05.20
-------------------------------------------- */
#cta {
	text-align: center;
	padding: 30px 0 40px;
}
#cta .contact {
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	column-gap: 40px;
	margin: 40px auto 0;
}
#cta .contact .tel {
	max-width: 320px;
	height: 60px;
	background: #fff;
	display: grid;
	place-content: center;
	border: 2px solid #613b15;
	border-radius: 20px;
}
@media screen and (max-width: 640px) {
	#cta .ttl img {
		width: min(100%, 300px);
	}
	#cta .ttl + p span {
		display: inline-block;
	}
	#cta .contact {
		grid-template-columns: auto;
		row-gap: 20px;
		margin-top: 30px;
	}
}
/* --------------------------------------------
   【footer】
-------------------------------------------- */
#footer .inner{
	height:175px;
	position:relative;
}
#footer .ftrMenu{
	text-align:center;
	position:relative;
	top:-44px;
}
#footer .ftrMenu > li{
	height:44px;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
#footer .ftrMenu > li > span{
	width:44px;
	height:44px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
#footer .ftrMenu > li > a{
	width:200px;
	height:44px;
	line-height:44px;
	display:block;
}
#footer .ftrMenu > li:first-child > a{
	background:url(../images/common/ftrMenu01.png) no-repeat center bottom;
	background-size:200px auto;
}
#footer .ftrMenu > li:nth-child(2) > a{
	background:url(../images/common/ftrMenu02.png) no-repeat center bottom;
	background-size:200px auto;
}
#footer .ftrMenu > li:nth-child(3) > a{
	background:url(../images/common/ftrMenu03.png) no-repeat center bottom;
	background-size:200px auto;
}
#footer .ftrMenu > li:nth-child(4) > a{
	background:url(../images/common/ftrMenu04.png) no-repeat center bottom;
	background-size:200px auto;
}
#footer .ftrMenu > li:nth-child(5) > a{
	background:url(../images/common/ftrMenu05.png) no-repeat center bottom;
	background-size:200px auto;
}
#footer .ftrMenu > li > ul{
	width:200px;
	height: auto;
}
#footer .ftrMenu > li > ul > li{
	height: auto;
	display:block;
	padding: 4px 0;
}
#footer .ftrMenu > li > ul > li:first-child{
	padding-top:8px;
}
#footer .ftrMenu > li > ul > li > a{
	height:auto;
	background:none !important;
	line-height:1.5;
}
#footer .ftrMenu > li > ul > li > a:before{
	width:22px;
	height:26px;
	content:'';
	background:url(../images/common/flowerPink.png) no-repeat center;
	background-size:22px auto;
	display:inline-block;
	vertical-align:middle;
}
#footer .ftrMenu > li > ul > li:nth-child(2) > a:before{
	width:22px;
	height:26px;
	content:'';
	background:url(../images/common/flowerBlue.png) no-repeat center;
	background-size:22px auto;
	display:inline-block;
	vertical-align:middle;
}
#footer .ftrNav{
	position:absolute;
	top:145px;
	left:0;
}
#footer .ftrNav > li{
	display:inline-block;
	vertical-align:top;
}
#footer .ftrNav > li:after{
	content:'｜';
	padding:0 5px;
}
#footer .ftrNav > li > a{
	font-size:14px;
}
#footer .ftrNav > li:last-child > a:after{
	content:none;
}
#footer .ftrContent{
	position:absolute;
	top:90px;
	right:0;
}
#footer .ftrContent > li{
	display:inline-block;
	vertical-align:bottom;
}
#footer .ftrContent > li > dl{
	text-align:right;
	margin-right:10px;
}
#footer .ftrContent > li > dl > dd{
	font-size:11px;
	padding-top:5px;
}
/* コピーライト */
.copyright{
	text-align:center;
	font-size:11px;
	padding:5px;
	color:#fff;
	background:#613b15;
}
.sanzen{
	font-size:11px;
	text-align:right;
	padding:2px 0;
}
.sanzen a{
	color:#f8ce46;
}
@media screen and (max-width: 640px) {
#footer .inner{
	height:auto;
	padding:20px 0;
}
}

/* --------------------------------------------
   【追従バナー】
-------------------------------------------- */
#fltBnr {
  width: 250px;
  display: none;
  position: fixed;
  bottom: 140px;
  right: 0;
  z-index: 9999;
}
#fltBnr li {
  position: relative;
}
#fltBnr li:not(:last-child) {
  margin-bottom: 20px;
}
#fltBnr li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  border-radius: 20px 0 0 20px;
  position: relative;
}
#fltBnr .admission a {
  background: #f15f19;
}
#fltBnr .inquiry a {
  background: #00a651;
}
#fltBnr .admission::before,
#fltBnr li a::before,
#fltBnr li a::after {
  content: '';
  display: block;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: .3s;
}
#fltBnr .admission::before {
  background-image: url(../images/common/flowerBlue.png);
  width: 22px;
  height: 26px;
  bottom: 5px;
  right: 50px;
  z-index: 10;
}
#fltBnr .admission a::before {
  background-image: url(../images/top/top201_icon.png);
  width: 32px;
  height: 72px;
  bottom: 3px;
  left: 35px;
}
#fltBnr .admission a::after {
  background-image: url(../images/top/top103_icon.png);
  width: 50px;
  height: 50px;
  top: 5px;
  right: 15px;
}
#fltBnr .inquiry a::before {
  background-image: url(../images/top/top202_icon.png);
  width: 66px;
  height: 74px;
  bottom: 3px;
  right: 10px;
}
#fltBnr .inquiry a::after {
  background-image: url(../images/top/top101_icon.png);
  width: 38px;
  height: 38px;
  top: 10px;
  left: 28px;
}
#fltBnr li a:hover {
  text-decoration: none;
}
#fltBnr li a:hover::before {
  transform: translateY(-5px);
}
@media screen and (max-width: 640px) {
  #fltBnr {
    width: auto;
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  #fltBnr li {
    display: inline-block;
  }
  #fltBnr li:not(:last-child) {
    margin: 0 5px 0 0;
  }
  #fltBnr li a {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    border-radius: 15px;
  }
  #fltBnr .admission a {
    padding: 0 20px 0 40px;
  }
  #fltBnr .inquiry a {
    padding: 0 50px 0 20px;
  }
  #fltBnr .admission::before,
  #fltBnr .admission a::after,
  #fltBnr .inquiry a::after {
    content: none;
  }
  #fltBnr .admission a::before {
    width: 22px;
    height: 50px;
    left: 15px;
  }
  #fltBnr .inquiry a::before {
    width: 46px;
    height: 52px;
    right: 5px;
  }
}

/* ---------------------------------------------------------
   【テキストスタイル】
--------------------------------------------------------- */
.center {text-align: center !important; margin:inherit auto !important;}
.right {text-align: right !important;}
.left {text-align: left !important;}
.top {vertical-align: top !important;}
.bottom {vertical-align: bottom !important;}

.bold{ font-weight:bold; }
.normal {font-weight:normal;}
.underline {text-decoration:underline;}
.italic {font-style:italic;}

.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}
.f30 {font-size:30px !important;}
.f36 {font-size:36px !important;}

.fMincho{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}
.fGothic {font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.lh10 {line-height:1;}
.lh12 {line-height:1.2;}
.lh20 {line-height:2;}

.fcRed{color:#c00;}
.fcRed{color:#c00;}
.fcOrange{color:#f15f19;}
.fcGreen{color:#00a651;}
.fcRightGreen{color:#90c31f;}
.fcBrown{color:#613b15;}

/* ---------------------------------------------------------
   【余白】	5px未満は個別に追加
--------------------------------------------------------- */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml00 {margin-left: 0px !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.mr00 {margin-right: 0px !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}

.pt00 {padding-top: 0px !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pb00 {padding-bottom: 0px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl00 {padding-left: 0px !important;}
.pl05 {padding-left: 05px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pr00 {padding-right: 00px !important;}
.pr05 {padding-right: 05px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}


/* ---------------------------------------------------------
   【フロート】	#は削除
--------------------------------------------------------- */
.fltL { float:left; }
.fltR { float:right; }
.both 	{ clear:both; }
.both05 { clear:both;height:05px;line-height:1;font-size:1px; }
.both10 { clear:both;height:10px;line-height:1;font-size:1px; }
.both15 { clear:both;height:15px;line-height:1;font-size:1px; }
.both20 { clear:both;height:20px;line-height:1;font-size:1px; }
.both30 { clear:both;height:30px;line-height:1;font-size:1px; }
.both40 { clear:both;height:40px;line-height:1;font-size:1px; }
.both50 { clear:both;height:50px;line-height:1;font-size:1px; }

.clearfix:after {
	display: block;
	clear: both;
	height: 0.1px;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* for macIE \*/
* html .clear {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */

#mfp_buttons li {
	margin:0;
	padding:0;
}
/* ----------------------------------------------
	forms
---------------------------------------------- */
form dl dt {
}
textarea, input[type=email], input[type=tel], input[type=text], input[type=password] {
	border: 0;
	width: 96%;
	padding: 5px 2%;
	font-size: 16px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
select {
	border: 0;
	padding: 5px;
	font-size: 16px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit], .searchsubmit_btn, .submit_btn, .btn a {
	color: #003300;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	background-color: #99cc99;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type=submit]:hover, .searchsubmit_btn:hover, .submit_btn:hover, .btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
 @media screen and (min-width: 641px) {
input[type=email], input[type=tel], input[type=text], input[type=password] {
	width: auto;
}
}