@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/body-bg.png);
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}
/*IE7用*/
*:first-child+html body {
	font-size: 62.5%;
}
/*IE6用*/
*html body {
	font-size: 62.5%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
	vertical-align: bottom;
}
table{border-collapse:collapse;border-spacing:0;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*ここからクリアフィクス*/

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*--ここからレイアウト-----------------------------*/
#base {
	width: 980px;
	margin: 0px auto;
}
.logobox {
	width: 252px;
	float: left;
}
.navibox {
	float: right;
	width: 400px;
	padding-top: 8px;
}
.navi-text  {
	list-style: none;
	font: normal  1.6em "ヒラギノ丸ゴ W4 JIS2004";
	color: rgba(136,69,109,1.00);
	text-align: right;
	margin-right: 5px;
}




#contents {
	clear: none;
	margin-top: 5px;
	margin-bottom: 45px;
}
.topimgbox {
	width: 100%;
}
.topimgbox img {
	width: 100%;
	height: auto;
}
#main {
	font-size: 1.4em;
}


.inner {
	width: 685px;
	margin: 0px auto 70px;
}
.textbox1 {
	text-align: center;
	margin: 15px 0px 60px;
	background-image: url(../images/textbox-bg.png);
	background-repeat: no-repeat;
	padding: 30px 0px 0px;
	background-position: left bottom;
}
.bgbox {
	background-image: url(../images/textbox-bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.textbox-inner {
	background-image: url(../images/textbox-bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

.textbox1 img {
	margin-bottom: 20px;
	max-width: 600px;
	height: auto;
}



#main h2 {
	text-align: center;
	border-bottom: 1px solid rgba(155,34,88,1.00);
	margin-bottom: 40px;
}
#main h3 {
	font: normal  1.5em "ヒラギノ丸ゴ W4 JIS2004";
	margin-bottom: 18px;
}
#main h4 {
	color: #9E507E;
	font: normal 1.3em "新丸ゴ R";
	margin-bottom: 10px;
}

#main p {
	margin-bottom: 15px;
	line-height: 160%;
}
.profilebox {
	margin-bottom: 60px;
}
.profile-left {
	width: 340px;
	float: left;
	text-align: center;
}
.profile-left img {
	width: 100%;
	height: auto;
	max-width: 340px;
	padding: 7px;
	-webkit-box-shadow: 1px 1px 6px #C6C6C6;
	box-shadow: 1px 1px 6px #C6C6C6;
}

.profile-right {
	width: 560px;
	float: right;
}
dl {
	margin-bottom: 20px;
}
dt {
	width: 7em;
	float: left;
}
dd {
	clear: right;
	margin-left: 7em;
	margin-bottom: 8px;
}






table {
	width: 100%;
	margin-bottom: 30px;
}
th {
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FBF0F6;
}
td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
.accessbox {
}

.access-textbox {
	float: left;
	text-align: center;
	width: 500px;
}

.access-textbox strong {
	font-size: 1.1em;
}
.access-textbox a {
	color: #616161;
	text-decoration: none;
}
.access-textbox a:hover {
	color: #DCBACE;
}


.access-imgbox {
	width: 430px;
	float: right;
}

.access-imgbox img {
	width: 100%;
	height: auto;
	padding: 8px;
	-webkit-box-shadow: 1px 1px 6px #C6C6C6;
	box-shadow: 1px 1px 6px #C6C6C6;
}








footer {
	text-align: center;
	padding: 20px 0px 30px;
	background-color: #EEDAE3;
}
footer p {
	margin-bottom: 15px;
}






/* End hide from IE-mac */









/*--------基本クラス------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-red {
	color: #CC3366;
}
.text-big {
	font-size: 120%;
}
.text-small {
	font-size: 85%;
}
.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}

.sp-non {
	display:inherit;
}
.sp-disp {
	display: none;
}

/*--ハンバーガーメニュー用--------------*/

#nav-drawer {
	position: relative;
	width: 45px;
	float: right;
	height: 65px;
	padding-top: 25px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 35px;/*長さ*/
	border-radius: 3px;
	background-color: #9E507E;
	display: block;
	content: '';
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 82%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #FFFFFF;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	color: #9E507E;
}
#nav-content h3 {
	font-size: 1.6em;
	background: #9E507E;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}
#nav-content ul {
	list-style: none;
	font-size: 1.6em;
}
#nav-content li {
	border-bottom: 1px solid #9E507E;
}
#nav-content a {
	color: #9E507E;
	text-decoration: none;
	padding: 12px 15px 8px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/icon-ham1.png);
	background-position: right center;
}
#nav-content a:hover {
	background-color: #EFDFE8;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}








/*---スマホ用レスポンシブ 768px以下-----------------------*/
@media (max-width: 768px){
body {

}
#base {
	width: 100%;
	padding: 0px 0px;
	border-width: 0px;
}
header,footer {
	min-width: 100%;
}
header {

}
.logobox {
	width: 252px;
	float: left;
	margin-left: 15px;
}
.navibox {
	width: 60px;
	padding-top: 25px;
}
.navi-text  {
	display: none;
}

#contents {
	font-size: 1.1em;
}

#main {
	width: 100%;
	padding-right: 0px;
}
#main h2 img {
	width: 85%;
	height: auto;
	max-width: 360px;
}

.textbox1 {
	text-align: center;
	margin: 15px 0px 60px;
	background-image: url(../images/textbox-bg.png);
	background-repeat: no-repeat;
	padding: 30px 0px 0px;
	background-position: left bottom;
}
.bgbox {
	background-image: url(../images/textbox-bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.textbox-inner {
	background-image: url(../images/textbox-bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

.textbox1 img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	max-width: 600px;
}

.profilebox {
	margin-bottom: 60px;
	padding: 0px 15px;
}
.profile-left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.profile-left img {
	width: 100%;
	height: auto;
	max-width: 340px;
	padding: 7px;
	-webkit-box-shadow: 1px 1px 6px #C6C6C6;
	box-shadow: 1px 1px 6px #C6C6C6;
}

.profile-right {
	width: 100%;
	float: none;
}
dl {
	margin-bottom: 20px;
}
dt {
	width: 7em;
	float: left;
}
dd {
	clear: right;
	margin-left: 7em;
	margin-bottom: 8px;
}


.inner {
	width: 94%;
	margin: 0px 3% 70px;
}


.accessbox {
	padding: 15px;
}

.access-textbox {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.access-imgbox {
	width: 100%;
	float: none;
	text-align: center;
}

.access-imgbox img {
	width: 100%;
	height: auto;
	max-width: 360px;
}

}





/*---スマホ用レスポンシブ 420px以下-----------------------*/
@media (max-width: 420px){

.logobox {
	width: 252px;
	float: left;
	margin-left: 30px;
}
.textbox1 img {
	margin-bottom: 0px;
}
.sp-non {
	display:none;
}
.sp-disp {
	display: inherit;
}


}
