@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
	color: #534741;
}
@media screen and (max-width:767px) {
body {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
th, td {
	word-break: break-all;
}
}
a {
	color: #0198C2;	
}
a:visited {
	color: #0198C2;	
}
a:hover {
	color: #005081;
}
img {
	border-style: none;
	vertical-align: bottom;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 100%;
}
#headerBox {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#headerBox .headerLeft {
	width: 200px;
	position: relative;
	float: left;
	padding-top: 48px;
	display: table-cell;
}
#headerBox .headerText1 {
	width: 335px;
	padding-left: 22px;
	position: absolute;
	padding-top: 18px;
	top: 0px;
	left: 0px;
}
#headerBox .headerLogo1 {
	width: 100%;
	padding-left: 11px;
	padding-bottom: 14px;
}
#headerBox .headerLogo2 {
	width: 100%;
	padding-left: 5px;
}
#headerBox .headerRight {
	display: table-cell;
	vertical-align: top;
}
#headerBox .headerTel {
	width: 100%;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 30px;
}
header .headerText2 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 16px;
	margin-top: -132px;
}
@media screen and (max-width: 767px) {
	#headerBox {
		width: 100%;
	}
#headerBox .headerLeft {
	width: 123px;
	position: relative;
	padding-top: 41px;
}
#headerBox .headerText1 {
	width: 91px;
	height: 32px;
	padding-left: 0px;
	position: absolute;
	padding-top: 0px;
	top: 6px;
	left: 14px;
	background-image: url(../img/sp/header1.gif);
	background-position: left top;
	background-size: 91px auto;
	background-repeat: no-repeat;
}
#headerBox .headerLogo1 {
	width: 100%;
		height: 100px;
	padding-left: 0px;
	padding-bottom: 0px;
		background-image: url(../img/sp/header-logo.gif);
	background-position: 9px top;
	background-size: 100px auto;
	background-repeat: no-repeat;
}
	#headerBox .headerLogo1 a {
	width: 100%;
	height: 100px;
	display: block;		
	}
#headerBox .headerLogo2 {
	width: 100%;
	height: 32px;
	padding-left: 0px;
	background-image: url(../img/sp/header-logo2.gif);
	background-position: 9px 2px;
	background-size: 100px auto;
	background-repeat: no-repeat;
}
	#headerBox .headerLogo2 a {
	width: 100%;
	height: 32px;
	display: block;	
	}
#headerBox .headerRight {
	vertical-align: bottom;
}
#headerBox .headerTel {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 0px;
	
}
header .headerText2 {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 20px;
	
	}
	header img {
	display: none;		
	}
#headerBox .headerTel img {
	display: block;
	width: 100%;
	max-width: 252px;
	height: auto;
	}
header .headerText2 img {
		display: block;
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------
nav
----------------------------------------------*/
nav {
	width: 100%;
	background-color: #E4C8B6;
	z-index: 1;
	position: relative;
}
nav .navi {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#menuBtn {
	display: none;
}
nav .navi ul {
	list-style: none;
	display: table;
	width: 100%;
}
nav .navi ul li {
  display: table-cell;
}
nav .navi ul li a {
	display: block;
	width: 260px;
	height: 60px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/btn-header1.gif);
	text-indent: -999px;
	overflow: hidden;
}
nav .navi ul li:nth-child(2) a {
	width: 160px;
	background-image: url(../img/btn-header2.gif);	
}
nav .navi ul li:nth-child(3) a {
	width: 150px;
	background-image: url(../img/btn-header3.gif);
}
nav .navi ul li:nth-child(4) a {
	width: 160px;
	background-image: url(../img/btn-header4.gif);	
}
nav .navi ul li:nth-child(5) a {
	width: 230px;
	background-image: url(../img/btn-header5.gif);	
}

@media all and (min-width: 768px) {
  nav .navi li a:hover {
    background-image: url(../img/btn-header1-over.gif);
  }
  nav .navi li a:hover img {
    display: none;
  }
  nav .navi ul li:nth-child(2) a:hover {
    background-image: url(../img/btn-header2-over.gif);
  }
  nav .navi ul li:nth-child(3) a:hover {
    background-image: url(../img/btn-header3-over.gif);
  }
  nav .navi ul li:nth-child(4) a:hover {
    background-image: url(../img/btn-header4-over.gif);
  }
  nav .navi ul li:nth-child(5) a:hover {
    background-image: url(../img/btn-header5-over.gif);
  }
}
@media screen and (max-width: 767px) {
  nav {
	display: block;
    position: absolute;
	background-color: #FFFFFF;
	position: absolute;
    right: 0;
    top: 0;
	}
	#menuBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 100;
    transition: all 0.2s linear;
  }
  #menuBtn img {
    cursor: pointer;
    display: block;
    margin: 0;
  }
  #menuBtn.close {
    transition: all 0.4s ease-out;
    width: 100%;
  }
  #menuBtn.close img {
    margin: 0 auto 0 0;
  }
  #menuBtn + ul {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
    height: 100%;
    padding-right: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    transition: all 0.2s linear;
  }
  #menuBtn + ul.open {
    left: 50px;
    transition: all 0.4s ease-out;
  }
  #menuBtn + ul.open + div {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #menuBtn + ul li {
    border-bottom: 1px solid #CCCCCC;
  }
  #menuBtn + ul li:nth-child(n+1) {
    display: list-item;
    text-align: center;
  }
  #menuBtn + ul li:nth-child(n+1) a {
    width: auto;
    height: auto;
    padding: 10px 0;
    background-image: none;
    color: #4D4D4D;
    text-indent: 0;
    text-decoration: none;
  }
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
	width: 100%;
}
.sakura-left {
	width: 490px;
	height: 411px;
	background-image: url(../img/sakura-left.png);
	position: absolute;
	background-repeat: no-repeat;
	top: -16px;
	left: 0px;
	z-index: 0;
}
.sakura-left img,
.sakura-right img {
	display: none;
}
.sakura-right {
	width: 367px;
	height: 411px;
	background-image: url(../img/sakura-right.png);
	position: absolute;
	background-repeat: no-repeat;
	right: 0px;
	bottom: -16px;
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.sakura-left {
	width: 110px;
	height: 130px;
	background-image: url(../img/sakura-left.png);
	background-repeat: no-repeat;
	top: -10px;
	left: 0px;
	background-position: right top;
	background-size: 120px auto;
}
	.sakura-right {
	width: 95px;
	height: 130px;
	background-image: url(../img/sakura-right.png);
	background-repeat: no-repeat;
	right: 0px;
	bottom: -10px;
	background-position: left bottom;
	background-size: 100px auto;
}
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	width: 100%;
	background-color: #FFF9F9;
	padding-bottom: 80px;
}
#footerLink {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 38px;
	text-align: center;
	font-size: 1.5rem;
}
#footerLink a {
	color: #534741;	
}
#footerLink a:hover {
	color: #DA5368;	
}
#copyright {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	text-align: center;
	font-size: 1.3rem;
	color: #666666;
}
#pagetopBtn {
	width: 81px;
	position: fixed;
	bottom: -100px;
	right: 50px;
	z-index: 10;
}
#pagetopBtn a {
	width: 81px;
	height: 77px;
	display: block;
	background-image: url(../img/btn-pagetop-over.png);
	background-position: 0px 77px;
	background-repeat: no-repeat;
	background-size: 81px auto;
}
#pagetopBtn a:hover {
	background-position: 0px 0px;
}
#pagetopBtn a:hover img {
	display: none;
}
@media screen and (max-width: 767px) {
	footer {
	padding-bottom: 50px;
}
#footerLink {
	width: 100%;
	padding-top: 0px;
	text-align: center;
	font-size: 1.3rem;
}
	#footerLink span {
	display: none;		
	}
#footerLink a {
	display: block;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4c8b6;
	background-image: url(../img/sp/footer-yajirushi.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 46px auto;
	text-decoration: none;
}
	#copyright {
	width: 90%;
	padding-top: 30px;
	font-size: 1.3rem;
}
	#pagetopBtn {
	width: 60px;
	position: fixed;
	bottom: -60px;
	right: 20px;
	z-index: 10;
}
	#pagetopBtn img {
	display: none;
	}
#pagetopBtn a {
	width: 60px;
	height: 60px;
	display: block;
	background-image: url(../img/btn-pagetop-over.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 60px auto;
}
}