/*===================================
共通
===================================*/
.text8 {
	font-size: 8pt;
}
.tcolor {
	color: #B79090;
	font-weight: bold;
}
a .normallink {
	color: #00C;
	text-decoration: underline;
}
#submenu {
	width: 100%;
	margin: 10px auto 50px;
	border-top: solid 1px #b79090;
	border-bottom: solid 1px #b79090;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
#submenu li {
	font-family: "Hiragino Mincho ProN", serif;
	display: inline-block;
	font-size: 11pt;
	font-weight: bold;
}
#submenu li a {
	display: inline-block;
	padding: 5px 15px;
	color: #000;
}
#submenu li a span{
	font-size: 9pt;
	color: #b79090;
}
#submenu a:hover {
	color: #3CC;
}
#submenu li a:hover span{
	color: #3CC;
}
ol.on {
	margin-bottom: 0px; 
}
ol.on li {
	list-style-type: decimal;
	margin-bottom: 5px;
}
.text12{
	font-size: 12pt;
	line-height: 1.7em;
}
.textc6{
	color: #666;
}
.borderbe{
	border-bottom: solid 1px #eee;
}
.borderbc{
	border-bottom: solid 1px #C59191;
}
.bordertbc{
	margin-top: 20px;
	border-top: solid 1px #C59191;
	border-bottom: solid 1px #C59191;
}
.pricebox {
	text-align: center;
}
.price {
	display: inline-block;
	margin: 12px auto 12px;
	padding: 8px 0 0 0;
	text-align: center;
	border-bottom: solid 3px #C59191;
}
.pricemidashi{
	font-size: 12pt;
	padding-top: 5px;
	color: #333333;
}
.pricerubi {
	display: inline-block;
	font-size: 7pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
	border-bottom: solid 1px #C59191;
	margin-bottom: 6px;
}
.goform {
	margin: 30px 0 3em;
	text-align: center;
}
.goform a {
	width: 300px;
	margin: 12px auto;
	padding: 8px 16px;
	border: solid 1px #C59191;
	background: #C59191;
	font-size: 10pt;
	color: #FFF!important;
}
.goform a:hover {
	color: #3CC!important;
	border: solid 1px #3CC;
	background: #FFF;
}
.borderimg {
	background: url(../img/pagetitle/pegetitle_end.png) no-repeat center top;
	padding-bottom: 30px;
}
.voice-box {
background: rgb(250,255,157);
background: linear-gradient(117deg, rgba(250,255,157,0.44) 8%, rgba(205,255,242,0.44) 28%, rgba(219,217,249,0.44) 66%, rgba(255,213,207,0.44) 95%);
margin: 25px auto 25px;
padding: 10px 18px;
}
.voicemidashi {
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 6px auto 6px;
	color: #000;
}
.bm30 {
	margin-bottom: 30px!important;
}
img.full {
	width: 100%;
	height: auto;
}
img.full2 {
	width: 100%;
	max-width: 700px;
	height: auto;
}
img.full3 {
	display: none;
}
/*googleマップ表示*/
/*googleマップ横幅対応*/
.googlemap {
position: relative;
max-width: 600px;
    margin: 0px auto 0px;
padding-bottom: 56.25%;
padding-top: 15px;
height: 0;
overflow: hidden;
	border: solid 1px #FFF;
	box-shadow: 0 0 5px 1px rgba(50, 50, 50, 0.4);
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.googlemapText {
max-width: 600px;
    margin: 8px auto 60px;
    font-size: 9pt;
    text-align: center;
}


.newswaku {
	width: 380px;
	position: absolute;
	bottom: 100px;
	right: 20px;
	background-color: rgba(255,255,255,0.3);
}

#tophead {
	margin: 0;
	padding: 0;
	text-align:: center;
	width: 100%;
	height: 80%;
	min-height: 580px;
	overflow: hidden;
	zoom: 1;
position: relative;
  z-index: 500;
	background: #FFF;
}
#outline {
	margin: 0;
	padding: 0;
	text-align:: center;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #edede;
}
 
@keyframes slideshow {
  0% {
    opacity: 0;
  }

  3% {
    opacity: 1;
  }

  23% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 0%!important;
  left: 50%;
  transform: translate(-50%, -8%)!important;
  width: 100%!important;
  height: auto;
  opacity: 0;
  animation: slideshow 50s linear infinite;
}
 
.slide img:nth-child(2) {
  animation-delay: 10s;
}
.slide img:nth-child(3) {
  animation-delay: 20s;
}
.slide img:nth-child(4) {
  animation-delay: 30s;
}
.slide img:last-child {
  animation-delay: 40s;
}

.topmidashi {
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 4em;
	color: #b000a4;
	line-height: 1.8em;
}

.toplink {
	background-image: url(../img/toplink.png);
	background-position: center right;
	background-repeat: no-repeat;
}
img.photoimg {
	width: 350px;
}



@media screen and (min-width: 769px) {
/*===================================
スマホ用-css
===================================*/
.form-left02{
width: 200px;
}
.form-right02 {

	width: 700px;
}
#diarybox{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.diarytitle {
	font-size: 13pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4C0BB;
	margin-bottom: 10px;
}
.photo_center {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.d-lefttitile{
}
#sphedimage{
	margin: 0px;
	padding: 0px;
	display: none;
}
.sp-hedbox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.splogo {
	width: 150px;
	margin-left: 75px;
	position: absolute;
	text-align: center;
	display: none;
}
.sp-menurogo {
	display: none;
}
#sp-kasouhed {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.sp-titlemidashi {
	font-size: 15pt;
	margin-bottom: 6px;
	color: #B79090;
	line-height: 25px;
	display: none;
}
.titlemidashi {
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 19pt;
	font-weight: bold;
	text-align: center;
	margin: 12px auto 12px;
	color: #000;
	line-height: 25px;
}

.titlemidashi span {
	display: block;
	font-size: 12pt;
	font-weight: normal;
	color: #666;
}
.cap {
	font-size: 80%!important;
}
#contents_bar .s-menu08 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: none;
}


/*===================================
takeuchi-css
===================================*/
.text11{
	font-size: 11pt;
	line-height: 25px;
}
.icon-b {
}
.proimage {
}
#contenar00{
	padding-top: 20px;

}
#contenar01{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar02{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar03{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar04{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar05{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar06{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.bkprofile {
	background-size: cover;
	background-image: url(../img/profile.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:55px;
}
.fbook {
	height: 50px;
	width: 155px;
	z-index: 200;
	bottom: 0px;
	margin-left: 825px;
}

.linefrend {
	height: 50px;
	width: 155px;
	z-index: 300;
	bottom: 0px;
	margin-left: 665px;
}
#menubk{
	border-top-style: solid;
	border-top-color: #b79090;
	border-top-width: 20px;
}
#gloval_menu2 {
	padding-right: 0px;
	padding-left: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.menurogo2 {
	height: 150px;
	width: 150px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
	margin-top: -40px;
}
.pagetitle {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 400px;
}
.midashiimage {
	text-align: center;
	margin-bottom: 15px;
}
.seminarmidashi {
	margin-bottom: 15px;
}
.midashiimage02 {
	margin-bottom: 15px;
}
.sessionmidashi01 {
	font-size: 12pt;
	padding-top: 5px;
	color: #333333;
}
.midashi01 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;	
}
#mapspace {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 800px;
	padding-top: 20px;
}
#mapspace span {
	display: none;
}
.to-top {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.toimg {
	height: 100px;
	width: 100px;
	margin-left: 465px;
}
.midashi01-b {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C67775;
	margin-bottom: 5px;
}
.icon-a {
	font-family: HeydingsCommonIconsRegular;	
}
.t-box01 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.t-box02 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.t-box03 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.dangumi01{
}
.d-left {
	float: left;
	width: 300px;
}
.d-left02 {
	float: left;
	width: 240px;
	margin-left: 40px;
}
.d-right {
	float: right;
	width: 560px;
}
.d-right02 {
	float: right;
	width: 500px;
}
.d-right03 {
	float: left;
	width: 350px;
	margin-left: 40px;
}
.session {
	margin-bottom: 50px;
}
.session01 {
	float: left;
	width: 250px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.session02 {
	float: left;
	background-color: #CEF5FF;
	width: 240px;
	height: 150px;
	margin-left: 20px;
}
.session03 {
	float: left;
	width: 600px;
	margin-left: 20px;
}
.session04 {
	float: left;
	width: 480px;
	margin-left: 20px;
}
.session05 {
	float: left;
	width: 280px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.session06 {
	float: left;
	width: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.center {
	text-align: center;
}
.textCaption {
	font-size: 8pt!important;
	color: #555!important;
}
.text9{
	font-size: 9pt;
	line-height: 1.7em;
	margin-bottom: 12px;
}
.text9border{
	font-size: 9pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.text10{
	font-size: 10pt;
}
.normal9{
	font-size: 9pt;
	color: #333;
}
.sessionimage{
	float: left;
	width: 450px;
}
.sesssionphoto {
	background-color: #CEF5FF;
	height: 300px;
	margin-bottom: 15px;
}
.sch-l {
	float: left;
	width: 100px;
}
.sch-r {
	float: left;
	width: 500px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b79090;
	margin-bottom: 15px;
}


/*===================================*/

#wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	color: #333;
	line-height: 18px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.90);
}

.siz50_herf {
	max-width: 100%;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}


body {
	margin: 0;
	padding: 0;
	font-family: Meiryo, ''ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 9pt;
	height: 100%;
}
.topcomennt {
	font-size: 8pt;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topics {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.engtittle {
	font-size: 15pt;
	font-family: 'Pathway Gothic One', sans-serif;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	color: #333;
}
.mainspace {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.holyrogo {
	height: auto;
	
	margin-right: auto;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 5%;
}
.daytime {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 10pt;
	padding-right: 5px;
	float: left;
	line-height: 18px;
	padding-left: 15px;
}

.listtext {
	font-size: 9pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	float: left;
	line-height: 18px;
	padding-left: 5px;
}
.newswaku {
	width: 380px;
	position: absolute;
	bottom: 100px;
	left: 10px;
	background-color: rgba(255,255,255,0.3);
}
.list {
	margin-bottom: 5px;
}
.newslist {
	font-size: 9pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.copy_text {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	padding-right: 5px;
}
footer {}
#footcontena {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


nav{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 800;
	padding-bottom: 40px;
	/*background-image: url(../img/body/blabk.png);*/
	background-repeat: repeat;
	/*background-image: url(../img/body/blabk.png);*/
	background-color: #FFF;
	opacity: 0.7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C59191;
}
#tophead nav {
	padding-bottom: 15px;
}
.faces {
	height: 30px;
	width: 150px;
	position: absolute;
	z-index: 200;
	bottom: 0px;
	margin-left: 830px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C59191;
	border-right-color: #C59191;
	border-left-color: #C59191;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

#gloval_menu {
	padding-right: 0px;
	padding-left: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.menurogo {
	height: 150px;
	width: 150px;
	margin-left: -75px;
	position: absolute;
	left: 50%;
	margin-top: -80px;
}
#contents_bar	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
}
#contents_bar a	{
	font-family: BodoniXTRegular;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	/*text-shadow:1px 1px 0px #FFFFFF*/
	display: block;
	overflow: hidden;
	font-size: 10pt;
	color: #000;
	padding-top: 20px;
	height: 50px;
	text-align: center;
	line-height: 17px;
	letter-spacing: 2px;
}

#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	list-style: none;
	float: left;
}
#contents_bar .s-menu01 a	{
	width: 110px;
}
#contents_bar .s-menu02 a	{
	width: 110px;
}
#contents_bar .s-menu03 a	{
	width: 180px;
}
#contents_bar .s-menu04 a	{
	width: 95px;
	margin-left: 180px;
}
#contents_bar .s-menu05 a	{
	width: 95px;
}
#contents_bar .s-menu06 a	{
	width: 140px;
}
#contents_bar .s-menu07 a	{
	width: 70px;
}
#contents_bar a:hover	{
	color: #3CC;
}

/*グローバルメニュー*/

.copys {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 10px;
	z-index: 800;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	letter-spacing: 2px;
}
.copys2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	z-index: 800;
	width: 500px;
	margin-left: auto;
	letter-spacing: 2px;
	margin-right: auto;
}

/*===================================================
==================メールフォームcss==================*/

li.forms {
	clear: both;
	margin-bottom: 5px;
}
form {
	padding-bottom: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 10pt;
}
li.forms_left{
	font-size: 10pt;
}
.midashi_kasen_form {
	font-size: 22pt;
	color: #FFF;
	background-color: #13327A;
	padding: 15px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.form_inp {
	border:0;
	padding:8px;
	font-size:11pt;
	border:solid 1px #ccc;
	width:90%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp2 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:60%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp3 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
}
.form_inp4 {
	border:0;
	padding:2px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100px;
}
.form_inp5 {
	border:0;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:95%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
input#submit_button {
	font-size: 12pt;
	background-color: #574E31;
	color: #fff;
	border-style: none;
	padding-top: 12px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
input:focus {
	border:solid 1px #EEA34A;
}
textarea:focus, input:focus{
	outline:none
}
::-moz-focus-inner {border:0;}
label {
	display: block;
	margin-bottom: 3px;
	clear: both;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.form_left {
	display: block;
	color: #606060;
}
.midashi_form {
	font-size: 13pt;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: solid 5px #b79090;
}
.midashi_form02 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #807245;
	font-size: 13pt;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.sample input{
	display: none;
}
.sample label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.sample label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #bdc3c7;
    border-radius: 50%;
}
7
.sample input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #879c18;
}
pre {
	border: 1px solid #999;
	background: #EFEFEF;
	padding: 10px;
}
#debug {
	margin: 20px 0;
}
.control-group {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gotofb{
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 0.5em 2em;
    position: fixed;
    bottom: 0px;
    right: 120px;
    z-index: 1100;
}
.gotoline{
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 0.5em 2em;
    position: fixed;
    bottom: 0px;
    right: 280px;
    z-index: 1200;
}
.gotofb:hover,
.gotoline:hover{
    opacity: 0.7;
}


}




@media screen and (min-width: 769px) and (max-width: 1599px){
#tophead {
	width: 100%;
	height: 80%;
	min-height: 494px;
}
#contenar00 {
	padding-top: 10px;

}
.slide {
  height: 100%;
}

}




@media screen and (min-width: 641px) and (max-width: 768px){

/*===================================
スマホ用-css
===================================*/

#tophead {
	width: 100%;
	height: 500px;
}
.slide {
  height: 500px;
}


.form-left02{
	width: 200px;
}
.form-right02 {
	width: 550px;
	float: right;
}
#diarybox{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.diarytitle {
	font-size: 13pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4C0BB;
	margin-bottom: 10px;
}

.photo_center {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.d-lefttitile{
}
#sphedimage{
	margin: 0px;
	padding: 0px;
	display: none;
}
.sp-hedbox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.splogo {
	width: 150px;
	margin-left: 75px;
	position: absolute;
	text-align: center;
	display: none;
}
.sp-menurogo {
	display: none;
}
#sp-kasouhed {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.sp-titlemidashi {
	font-size: 14pt;
	margin-bottom: 6px;
	color: #B79090;
	line-height: 25px;
	display: none;
}
.titlemidashi {
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	margin: 6px auto 6px;
	color: #000;
	line-height: 25px;
}
.titlemidashi span {
	display: block;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
}
#contents_bar .s-menu08 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: none;
}


/*===================================
takeuchi-css
===================================*/
.text11{
	font-size: 11pt;
	line-height: 25px;
}
.icon-b {
}
.proimage {
}
.slide img {
  position: absolute;
  top: 20%!important;
  left: 50%;
  transform: translate(-50%, -20%);
  width: auto!important;
  height: 100%!important;
  opacity: 0;
  animation: slideshow 50s linear infinite;
}

#contenar00{
	padding-top: 0px;
}
#contenar01{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar02{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar03{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar04{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar05{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#contenar06{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/contaner/contaner06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.footbox {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:55px;
}
.fbook {
	height: 30px;
	width: 150px;
	z-index: 200;
	bottom: 0px;
	margin-left: 590px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C59191;
	border-right-color: #C59191;
	border-left-color: #C59191;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	position: fixed;
}
#menubk{
	border-top-style: solid;
	border-top-color: #b79090;
	border-top-width: 20px;
}
#gloval_menu2 {
	padding-right: 0px;
	padding-left: 0px;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.menurogo2 {
	height: 100px;
	width: 100px;
	margin-left: -63px;
	position: absolute;
	left: 50%;
	margin-top: -20px;
}
.pagetitle {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 400px;
}
.midashiimage {
	text-align: center;
	margin-bottom: 15px;
}
.seminarmidashi {
	margin-bottom: 15px;
}
.midashiimage02 {
	margin-bottom: 15px;
}
.sessionmidashi01 {
	font-size: 11pt;
	padding-top: 5px;
	color: #333333;
}
.midashi01 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;
	
}
#mapspace {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 640px;
	padding-top: 20px;
}
#mapspace span {
	display: none;
}
.to-top {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.toimg {
	height: 75px;
	width: 75px;
	margin-left: 349px;
}
.midashi01-b {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C67775;
	margin-bottom: 5px;
}
.icon-a {
	font-family: HeydingsCommonIconsRegular;	
}
.t-box01 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.t-box02 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding-right: 50px;
	padding-left: 50px;
}
.t-box03 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0px;
}
.dangumi01{
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}
.d-left {
	float: left;
	width: 250px;
}
.d-left02 {
	float: left;
	width: 230px;
	padding-right: 20px;
}
.d-right {
	float: right;
	width: 380px;
}
.d-right02 {
	float: right;
	width: 380px;
}
.d-right03 {
	float: left;
	width: 250px;
	margin-left: 20px;
}
.session {
	margin-bottom: 50px;
}
.session01 {
	float: left;
	width: 230px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.session02 {
	float: left;
	background-color: #CEF5FF;
	width: 240px;
	height: 150px;
	margin-left: 20px;
}
.session03 {
	float: left;
	width: 375px;
	margin-left: 20px;
}
.session04 {
	float: left;
	width: 480px;
	margin-left: 20px;
}
.session05 {
	float: left;
	width: 280px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.session06 {
	float: left;
	width: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.text9{
	font-size: 9pt;
	line-height: 1.7em;
	margin-bottom: 12px;
}
.text9border{
	font-size: 9pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.text10{
	font-size: 10pt;
}
.normal9{
	font-size: 9pt;
	color: #333;
}
.sessionimage{
	float: left;
	width: 345px;
}
.sesssionphoto {
	background-color: #CEF5FF;
	height: 300px;
	margin-bottom: 15px;
}
.sch-l {
	float: left;
	width: 100px;
}
.sch-r {
	float: left;
	width: 500px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b79090;
	margin-bottom: 15px;
}


/*===================================*/

#wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 748px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	color: #333;
	line-height: 18px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.90);
	padding-right: 0px;
	padding-left: 0px;
}

.siz50_herf {
	max-width: 100%;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


body {
	margin: 0;
	padding: 0;
	font-family: Meiryo, ''ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 9pt;
	height: 100%;
}
.topcomennt {
	font-size: 8pt;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topics {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}

.engtittle {
	font-size: 15pt;
	font-family: 'Pathway Gothic One', sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	color: #333;
}
.mainspace {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.holyrogo {
	height: auto;
	
	margin-right: auto;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 5%;
}
.daytime {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 10pt;
	padding-right: 5px;
	float: left;
	line-height: 18px;
	padding-left: 15px;
	margin-right: auto;
}

.listtext {
	font-size: 9pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	float: left;
	line-height: 18px;
	padding-left: 5px;
}
.newswaku {
	position: absolute;
	bottom: 110px;
	left: 10px;
	z-index: 1000;
	width: 380px;
	background-color: rgba(255,255,255,0.3);
}
.list {
	margin-bottom: 5px;
}
.newslist {
	font-size: 9pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.copy_text {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	padding-right: 5px;
}
footer {}
#footcontena {
	margin-right: auto;
	margin-left: auto;
}


nav{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 800;
	padding-bottom: 40px;
	/*background-image: url(../img/body/blabk.png);*/
	background-repeat: repeat;
	/*background-image: url(../img/body/blabk.png);*/
	background-color: #FFF;
	opacity: 0.7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C59191;
}

.faces {
	height: 30px;
	width: 150px;
	position: absolute;
	z-index: 200;
	bottom: 0px;
	margin-left: 598px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C59191;
	border-right-color: #C59191;
	border-left-color: #C59191;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

#gloval_menu {
	padding-right: 0px;
	padding-left: 0px;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.menurogo {
	height: 100px;
	width: 100px;
	margin-left: -63px;
	position: absolute;
	left: 50%;
	margin-top: -20px;
}
#contents_bar	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 768px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
}
#contents_bar a	{
	font-family: BodoniXTRegular;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	/*text-shadow:1px 1px 0px #FFFFFF*/
	display: block;
	overflow: hidden;
	font-size: 9pt;
	color: #000;
	padding-top: 20px;
	height: 50px;
	text-align: center;
	line-height: 17px;
	letter-spacing: 2px;
}
#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	list-style: none;
	float: left;
}
#contents_bar .s-menu01 a	{
	width: 90px;
}
#contents_bar .s-menu02 a	{
	width: 90px;
}
#contents_bar .s-menu03 a	{
	width: 130px;
}
#contents_bar .s-menu04 a	{
	width: 80px;
	margin-left: 120px;
}
#contents_bar .s-menu05 a	{
	width: 80px;
}
#contents_bar .s-menu06 a	{
	width: 120px;
}
#contents_bar .s-menu07 a	{
	width: 50px;
}
#contents_bar a:hover	{
	color: #3CC;
}

/*グローバルメニュー*/

.copys {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 10px;
	z-index: 800;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	letter-spacing: 2px;
}
.copys2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	margin-left: auto;
	letter-spacing: 2px;
	margin-right: auto;
}

/*===================================================
==================メールフォームcss==================*/

li.forms {
	clear: both;
	margin-bottom: 5px;
}
form {
	padding-bottom: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 10pt;
}
li.forms_left{
	font-size: 10pt;
}
.midashi_kasen_form {
	font-size: 18pt;
	color: #FFF;
	background-color: #13327A;
	padding: 15px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.form_inp {
	border:0;
	padding:8px;
	font-size:11pt;
	border:solid 1px #ccc;
	width:90%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp2 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:60%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp3 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
}
.form_inp4 {
	border:0;
	padding:2px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100px;
}
.form_inp5 {
	border:0;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:95%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
input#submit_button {
	font-size: 12pt;
	background-color: #574E31;
	color: #fff;
	border-style: none;
	padding-top: 12px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
input:focus {
	border:solid 1px #EEA34A;
}
textarea:focus, input:focus{
	outline:none
}
::-moz-focus-inner {border:0;}
label {
	display: block;
	margin-bottom: 3px;
	clear: both;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.form_left {
	display: block;
	color: #606060;
}
.midashi_form {
	font-size: 12pt;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: solid 5px #b79090;
}
.midashi_form02 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #807245;
	font-size: 13pt;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.sample input{
	display: none;
}
.sample label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.sample label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #bdc3c7;
    border-radius: 50%;
}
7
.sample input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #879c18;
}
pre {
	border: 1px solid #999;
	background: #EFEFEF;
	padding: 10px;
}
#debug {
	margin: 20px 0;
}
.control-group {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	

.gotofb{
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 0.5em 2em;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1100;
}
.gotoline{
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 0.5em 2em;
    position: fixed;
    bottom: 0px;
    right: 160px;
    z-index: 1200;
}
.gotofb:hover,
.gotoline:hover{
    opacity: 0.7;
}
	
	
}



@media screen and (min-width: 0px) and (max-width: 640px){
/*===================================
スマホ用-css
===================================*/
.form-left02{
	float: left;
	width: 100px;
	display: none;
}
.form-right02 {
}
#diarybox{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.diarytitle {
	font-size: 13pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4C0BB;
	margin-bottom: 10px;
}
.photo_center {
	width: 280px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.d-lefttitile{
	display: none;
}
#tophead  {
	overflow: hiddeen;
	height: 715px;
}
#outline{
	display: none;
}
#sphedimage{
	margin: 0px;
	padding: 0px;
}
.sp-hedbox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.splogo {
	width: 150px;
	margin-left: 75px;
	position: absolute;
	text-align: center;
}
.sp-menurogo {
	background-color: #363;
}
#sp-kasouhed {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.sp-titlemidashi {
	font-size: 14pt;
	margin-bottom: 6px;
	color: #B79090;
	line-height: 25px;
}
.titlemidashi {
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	margin: 6px auto 6px;
	color: #000;
	line-height: 25px;
}
.titlemidashi span {
	display: block;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
}
#contents_bar .s-menu08 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*===================================
takeuchi-css
===================================*/
.text11{
	font-size: 11pt;
	line-height: 25px;
}
.icon-b {
}
.proimage {
}
.slide img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	max-width: 768px;
	max-height: 514px;
	text-align: center;
	margin-top: 0px;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
}
#contenar00{
	padding-top: 0px;
}
#contenar01{
	/*background-size: cover;
	background-image: url(../img/contaner/contaner01.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#contenar02{
/*	background-size: cover;
	background-image: url(../img/contaner/contaner02.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#contenar03{
/*	background-size: cover;
	background-image: url(../img/contaner/contaner03.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#contenar04{
/*	background-size: cover;
	background-image: url(../img/contaner/contaner04.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#contenar05{
	/*background-size: cover;
	background-image: url(../img/contaner/contaner05.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
#contenar06{
	/*background-size: cover;
	background-image: url(../img/contaner/contaner06.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 40px;
}
.footbox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}
.fbook {
	height: 30px;
	width: 150px;
	z-index: 200;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C59191;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C59191;
	display: none;
}
#menubk{
	border-top-style: solid;
	border-top-color: #b79090;
	border-top-width: 20px;
}
#gloval_menu2 {
	padding-right: 0px;
	padding-left: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.menurogo2 {
	height: 100px;
	width: 100px;
	margin-left: -63px;
	position: absolute;
	left: 50%;
	margin-top: -20px;
	display: none;
}
.pagetitle {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 280px;
	text-align: center;
}
.midashiimage {
	text-align: center;
	margin-bottom: 15px;
	display: none;
}
.seminarmidashi {
	margin-bottom: 15px;
}
.midashiimage02 {
	margin-bottom: 15px;
}
.sessionmidashi01 {
	font-size: 11pt;
	padding-top: 5px;
	color: #333333;
}
.midashi01 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;
	
}
#mapspace {
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 280px;
	padding-top: 20px;
}
#mapspace span {
	display: none;
}
.to-top {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.toimg {
	height: 50px;
	width: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.midashi01-b {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #C67775;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C67775;
	margin-bottom: 5px;
}
.icon-a {
	font-family: HeydingsCommonIconsRegular;	
}
.t-box01 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.t-box02 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
}
.t-box03 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0px;
}
.dangumi01{
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.d-left {
	margin-bottom: 8px;
}
.d-left02 {
	margin-bottom: 8px;
	display: none;
}
.d-right {
}
.d-right02 {
}
.session {
	margin-bottom: 50px;
}
.session01 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C59191;
}
.session02 {
	float: left;
	background-color: #CEF5FF;
	width: 240px;
	height: 150px;
	margin-left: 20px;
}
.session03 {
}
.session04 {
	float: left;
	width: 480px;
	margin-left: 20px;
}
.session05 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C59191;
}
.session06 {
	float: left;
	width: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C59191;
	padding-left: 15px;
}
.text9{
	font-size: 9pt;
	line-height: 1.5em;
	margin-bottom: 12px;
}
.text9border{
	font-size: 9pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.text10{
	font-size: 10pt;
}
.normal9{
	font-size: 9pt;
	color: #333;
}
.sessionimage{
}
.sesssionphoto {
	background-color: #CEF5FF;
	height: 300px;
	margin-bottom: 15px;
}
.sch-l {
}
.sch-r {
	padding-left: 5px;
	margin-bottom: 15px;
}


/*===================================*/

#wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	margin-bottom: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	color: #333;
	line-height: 18px;
	background-color: rgba(255,255,255,0.90);
	padding-right: 0px;
	padding-left: 0px;
}

.siz50_herf {
	max-width: 100%;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


body {
	padding: 0;
	font-family: Meiryo, ''ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: 9pt;
	height: 100%;
	margin: 0;
}
.topcomennt {
	font-size: 8pt;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.topics {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.engtittle {
	font-size: 15pt;
	font-family: 'Pathway Gothic One', sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	letter-spacing: 5px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.mainspace {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.holyrogo {
	height: auto;
	
	margin-right: auto;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 5%;
}
.daytime {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 10pt;
	padding-right: 5px;
	float: left;
	line-height: 18px;
	padding-left: 15px;
	margin-right: auto;
}

.listtext {
	font-size: 9pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	float: left;
	line-height: 18px;
	padding-left: 5px;
}
.newswaku {
	position: absolute;
	z-index: 1000;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	bottom: 0px;
	min-height: 160px;
}
.list {
	margin-bottom: 5px;
}
.newslist {
	font-size: 9pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.copy_text {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	padding-right: 5px;
}
footer { padding-bottom: 20px;}
#footcontena {
	margin-right: auto;
	margin-left: auto;
}

nav{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-bottom: 40px;
	/*background-image: url(../img/body/blabk.png);*/
	background-repeat: repeat;
	/*background-image: url(../img/body/blabk.png);*/
	background-color: #FFF;
	opacity: 0.7;
	margin-top: 0px;
	position: absolute;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C59191;
}
.faces {
	height: 30px;
	width: 150px;
	position: absolute;
	z-index: 200;
	bottom: 0px;
	margin-left: 598px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C59191;
	border-right-color: #C59191;
	border-left-color: #C59191;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	display: none;
}

#gloval_menu {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menurogo {
	height: 100px;
	width: 100px;
	margin-left: -63px;
	position: absolute;
	left: 50%;
	margin-top: -20px;
	display: none;
}
#contents_bar	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 300px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
}
#contents_bar a	{
	font-family: BodoniXTRegular;
	/*font-family: 'Pathway Gothic One', sans-serif;*/
	/*text-shadow:1px 1px 0px #FFFFFF*/
	display: block;
	overflow: hidden;
	font-size: 9pt;
	color: #000;
	padding-top: 10px;
	line-height: 17px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-align: center;
	height: 30px;
}
#contents_bar:after	{ height:0; visibility: hidden;	content: "."; display: block; clear: both; }
#contents_bar li	{
	list-style: none;
	float: left;
}
#contents_bar .s-menu01 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contents_bar .s-menu02 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents_bar .s-menu03 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contents_bar .s-menu04 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents_bar .s-menu05 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contents_bar .s-menu06 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents_bar .s-menu07 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contents_bar .s-menu08 a	{
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents_bar a:hover	{
	color: #3CC;
}

/*グローバルメニュー*/

.copys {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 800;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	letter-spacing: 2px;
	padding-top: 30px;
}
.copys2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 7pt;
	color: #000;
	text-align: center;
	z-index: 800;
	margin-left: auto;
	letter-spacing: 2px;
	margin-right: auto;
}

/*===================================================
==================メールフォームcss==================*/

li.forms {
	clear: both;
	margin-bottom: 5px;
}
form {
	padding-bottom: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 10pt;
}
li.forms_left{
	font-size: 10pt;
}
.midashi_kasen_form {
	font-size: 18pt;
	color: #FFF;
	background-color: #13327A;
	padding: 15px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.form_inp {
	border:0;
	padding:8px;
	font-size:11pt;
	border:solid 1px #ccc;
	width:90%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp2 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:60%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form_inp3 {
	border:0;
	padding:8px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 2px;
	margin-left: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 7px;
}
.form_inp4 {
	border:0;
	padding:2px;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100px;
}
.form_inp5 {
	border:0;
	font-size:11pt;
	color:#333;
	border:solid 1px #ccc;
	width:95%;
	-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
input#submit_button {
	font-size: 12pt;
	background-color: #574E31;
	color: #fff;
	border-style: none;
	padding-top: 12px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
input:focus {
	border:solid 1px #EEA34A;
}
textarea:focus, input:focus{
	outline:none
}
::-moz-focus-inner {border:0;}
label {
	display: block;
	margin-bottom: 3px;
	clear: both;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.form_left {
	display: block;
	color: #606060;
}
.midashi_form {
	font-size: 12pt;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: solid 5px #b79090;
}
.midashi_form02 {
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #807245;
	font-size: 13pt;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.sample input{
	display: none;
}
.sample label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.sample label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #bdc3c7;
    border-radius: 50%;
}
.sample input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #879c18;
}
pre {
	border: 1px solid #999;
	background: #EFEFEF;
	padding: 10px;
}
#debug {
	margin: 20px 0;
}
.control-group {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.gotofb{
    display: none;
}
.gotoline{
    display: inline-block;
    width: 155px;
    height: 50px;
    padding: 0.5em 0.5em 0.5em 2em;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1200;
}
.gotofb:hover,
.gotoline:hover{
    opacity: 0.7;
}

.toplink {
	background-position: top right;
	background-size: 40px auto;
}
#submenu li {
	font-size: 9pt;
}
#submenu li a {
	padding: 5px 5px;
}
#submenu li a span{
	font-size: 8pt;
}
img.photoimg {
	width: 290px;
}
.voicemidashi {
	font-size: 10.5pt;
}
img.full2 {
	display: none;
}
img.full3 {
	display: block;
	width: 100%;
	height: auto;
}	

}

@media screen and (min-width: 0px) and (max-width: 426px){
#tophead  {
	overflow: hiddeen;
	height: 600px;
}
}


.rubi2 {
	font-size: 7pt;
	font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 16px;
}
