@charset "utf-8";
/* CSS Document */
header {
  line-height: 56px;
  text-align: center;
  width: 100%;
  color: #fff;
}
.cb-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  	z-index: 99;
	  color: #000;
}
.font-red{
    color: #AB3234;
}
.title-w{
	color: #c0b885;
	text-align: center;
}
.title-b{
	color: #4b4731;
	text-align: center;
	margin-bottom: 30px;
}
.title-b2{
	color: #4b4731;
	text-align: left;
	margin-bottom: 30px;
}
.sabtitle{
	font-size: 18px;
	position: relative;
display: inline-block;
margin-bottom: 1em;
}
.sabtitle:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #c0b885;
	border-radius: 2px;
}
.maintitle{
	font-size: 36px;
	line-height: 110%;
	margin-top: 10px;
}

a{
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}
address{
	font-size: 12px;
	margin-top: 10px;
}
.nav {
	width: 100%;
	height: 100px;
}

.nav-in {
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: #000;
}
.nav-in p {
      padding: 0;
      margin: 0;
    }

#menu{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	height: 100px;
}
.menu-red{
	font-size: 14px;
	font-weight: bold;
	color: #c0b885;
}
.menu-white{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.menu-oubo{
	background-image: url(../img/menu-oubo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	padding-top: 50px;
	font-size: 20px;
	line-height: 50px;
}
.menu-oubo a{
	display: block;
	height: 30px;
	color: #FFF;
}

#menu li a{
  display: block;
  padding: 35px 0 35px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
	background-color: #000;
opacity: 0.5;
}
#toggle{ 
 display: none;
}
.navi-pc{
	visibility: visible;
}
.navi-sp{
	height: 0px;
	width: 0px;
	overflow: hidden;
}
@media only screen and (max-width: 850px) {
	.nav {
	width: 100%;
	height: 50px;
}

.nav-in {
	width: 100%;
	height: 100px;

	top: 0;
	left: 0;
	z-index: 99;
}
.nav-in p {
      padding: 0;
      margin: 0;
    }
    #menu li{
	width: 25%;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
  }
  #menu li a{
  display: block;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
}
.menu-oubo{
	background-image: url(../img/menu-00.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #6e6634;
	background-position: center;
	padding-top: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #FFF;
}
.navi-pc{
		height: 0px;
	width: 0px;
	overflow: hidden;

}
.navi-sp{
	visibility: visible;
	height: auto;
	width: auto;
	overflow: visible;	
}
}

@media only screen and (max-width: 480px) {
#menu li{
	font-size: 10px;
	line-height: 14px;
	height: 50px;
}
.menu-red{
	font-size: 10px;
	font-weight: bold;
}
.menu-white{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #999;
}


body, html, main {
    /* important */
    height: 100%;
}

body{
	font-family: "a-otf-ryumin-pr6n","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	-webkit-text-size-adjust : 100%!important;
}
img { 
	max-width: 100%; 
	height:auto;
}
#header{
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	height: 1500;
	position: relative;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../img/header-bg.png);
}
#header img{
	margin-bottom: 50px;
}
.main{
	max-width: 90%;
	width: 1200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main h1{
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	line-height: 42px;
	text-shadow: 1px 1px 5px #000; 
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  
}

#header .button {
	display: inline-block;
	width: 500px;
	max-width: 95%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 100px;
	color: #FFF;
	background-color: #4b4731;
}
#header .button::before,
#header .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#header .button,
#header .button::before,
#header .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header .button:hover {
	background-color: #c0b885;
}

#vision{
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.vision-p{
	background-image: url(../img/vision-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	max-width: 90%;
}
.vision-text{
	text-align: left;
	float: right;
	width: auto;
	margin-left: 530px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.midashi{
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #6e6634;
}

.midashi-white{
	font-size: 36px;
	line-height: 55px;
	font-weight: bold;
	color: #FFF;

}
#mind-title{
	width: 800px;
	max-width: 80%;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#mind-menu{
	margin-right: auto;
	margin-left: auto;
}
#mind-menu .menu{
	width: 32%;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #FFF;
}
#mind-menu .menu-in{
	font-size: 25px;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#mind-menu .menu-in img{margin-bottom: 15px;}
#mind-menu .menu-in2{
	text-align: left;
width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	}
#mind-bg{
	width: 100%;
	padding-top: 50px;
	background-repeat: repeat;
	background-image: url(../img/ichimatsu-bg.jpg);
	padding-bottom: 20px;
}
#concept-bg{
	background-image: url(../img/white-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	background-color: #eeeeee;
	padding-bottom: 50px;
}
.concept{
	width: 80%;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 80px;
}
.concept .number{
	font-size: 60px;
	color: #6e6634;
	margin-bottom: 20px;
	margin-top: 20px;
}
.concept .title{
	font-size: 32px;
	color: #6e6634;
	margin-bottom: 20px;
	line-height: 120%;
}

.concept .white{
	background-color: rgba(255,255,255,0.9);
	width: 50%;
	padding: 30px;
	text-align: left;
}
.con-photo01{
	background-image: url(../img/concept-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.concept img{
	margin-bottom: 20px;
}
.concept .white02{
	background-color: rgba(255,255,255,0.9);
	width: 50%;
	padding: 30px;
	text-align: left;
	float: right;
}
.con-photo02{
	background-image: url(../img/concept-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.con-photo03{
	background-image: url(../img/concept-03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.minibg{
	height: 350px;
	width: 100%;
}
.img1{
		background-image: url(../img/minibg-1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.img2{
		background-image: url(../img/minibg-2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
@media only screen and (max-width: 800px) {
.minibg{
	height: 200px;
}
.img1{
		background-image: url(../img/minibg-1b.jpg);
}
.img2{
		background-image: url(../img/minibg-2b.jpg);
}
}

#career{
	width: 100%;
max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.career-one{
	width: 90%;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.career-one .shikaku{
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #4b4731;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
	padding-top: 5px;
	width: 80%;
}

.career-one .title{
	font-weight: bold;
	color: #4b4731;
	text-align: left;
	font-size: 23px;
	line-height: 30px;
	float: left;
	width: 30%;
}
.career-one .text{
	text-align: left;
	float: right;
	width: 65%;
}



#ad-bg{
	background-image: url(../img/ad-bg.jpg);
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0px;
}

#ad-bg .button {
	display: inline-block;
	width: 500px;
	max-width: 80%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 100px;
	color: #fff;
	background-color: #4b4731;
}
#ad-bg .button::before,
#ad-bg .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#ad-bg .button,
#ad-bg .button::before,
#ad-bg .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#ad-bg .button:hover {
	background-color: #c0b885;
}

.check{
	width: 217px;
	height: 217px;
}
.mini-midashi{
	font-size: 27px;
}

#aduatage{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}



#aduatage .left{
	float: left;
	text-align: left;
	width: 50%;
	margin-right: 20px;
}
#aduatage .name{
	color: #FFF;
	background-color: #4b4731;
	text-align: center;
	padding: 10px;
	width: 300px;
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0px;
}
#aduatage .text{
	margin-bottom: 50px;
}
#aduatage .text .q{
	font-weight: bold;
	margin-bottom: 25px;
}

#aduatage .text .q:before {
	content: url(../img/adu-icon.png);
	position: relative;
	top: -5px;
	margin-right: 10px;
}

#aduatage .right{
	float: right;
	width: 47%;
	background-image: url(../img/adu-01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 50px;
}
#aduatage .right3{
	float: right;
	width: 47%;
	background-image: url(../img/adu-03.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 50px;
}
#aduatage img{
	margin-bottom: 50px;
}

.adu-bg{
	background-color: #EFEFEF;
	width: 100%;
	padding-top: 50px;
}
.main-adu{
	max-width: 90%;
	width: 1200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#aduatage .right2{
	float: right;
	text-align: left;
	width: 50%;
	margin-left: 20px;
}

#aduatage .left2{
	float: left;
	width: 47%;
	background-image: url(../img/adu-02.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 50px;
}
#aduatage .left4{
	float: left;
	width: 47%;
	background-image: url(../img/adu-04.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 50px;
}
#time {
	background-image: url(../img/time-bg.jpg);
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 50px;
}
.time-title{
	background-image: url(../img/time-titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-top: 100px;
}
.case01{
	width: 100%;
	background-image: url(../img/time-p01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}
.case02{
	width: 100%;
	background-image: url(../img/time-p02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 50px;
}
.case03{
	width: 100%;
	background-image: url(../img/time-p03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}
.case-text{
	background-color: rgba(255,255,255,0.9);
	float: right;
	width: 60%;
	margin-top: 50px;
	text-align: left;
	padding: 20px;
}
.case-text2{
	background-color: rgba(255,255,255,0.9);
	float: left;
	width: 60%;
	margin-top: 50px;
	text-align: left;
	padding: 20px;
}
.case-maru{
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #6e6634;
	height: 25px;
	width: 30%;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;

}

.time-schedule{
	background-color: #F1F1F1;
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.time-sc-title{
	background-image: url(../img/time-title1.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 412px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -30px;
}

.time-sc-tokei01{
	background-image: url(../img/time-tokei01.png);
	background-repeat: no-repeat;
	height: 201px;
	max-width: 90%;
	width: 1200px;
	position: relative;
	top: 0px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -200px;
}
.time-sc-tokei02{
	background-image: url(../img/time-tokei02.png);
	background-repeat: no-repeat;
	height: 201px;
	max-width: 100%;
	position: relative;
	top: 10px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -180px;
}
.time-sc-tokei03{
	background-image: url(../img/time-tokei03.png);
	background-repeat: no-repeat;
	height: 201px;
	max-width: 100%;
	position: relative;
	top: 10px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -180px;
}
.time-sc-in{
	text-align: center;
	margin: 10px;
}
.time-sc-left{
	float: left;
	width: 50%;
}
.time-sc-right{
	float: right;
	width: 50%;
}
#aes{
	background-image: url(../img/aesthetic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 50px;
	text-align: left;
}
.aes-text{
	width: 601px;
	max-width: 90%;
	color: #FFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#bigaku{
	background-color: #FFF;
	padding: 10px;
	width: 100%;
}

#aes .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #FFF;
	border: 1px solid #FFF;
}
#bigaku .title{
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	background-color: #6e6634;
	text-align: center;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bigaku .line{
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#bigaku .one{
	float: left;
	width: 320px;
	max-width: 32%;
	margin-right: 15px;
}
#bigaku .one2{
	float: left;
	width: 320px;
	max-width: 32%;
}
.one-p img{
	margin-bottom: 15px;
}
#bigaku .one-t{
	text-align: left;
}
#bigaku .midashi2{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

#footer{
	background-color: #000;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #FFF;
}

#mail-boxnaka{
	text-align: left;
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.fo{
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.fo-2{
	margin-bottom: 30px;
	}
.fo-b{
	border:solid 1px #ccc;
	font-family:Arial, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fo-chui{
	font-size: 12px;
	font-weight: normal;
}
.fo-chui a{
	font-size: 12px;
	font-weight: normal;
	color: #C00;
}
.pc{
	visibility: visible;
}
.sp{
	height: 0px;
	width: 0px;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
.time-sc-tokei01{
	background-image: url(../img/time-tokei01.png);
	background-repeat: no-repeat;
	height: 150px;
	max-width: 90%;
	width: 1200px;
	position: relative;
	top: 0px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -150px;
	background-position: right top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
.time-sc-tokei02{
	background-image: url(../img/time-tokei02.png);
	background-repeat: no-repeat;
	height: 150px;
	max-width: 100%;
	position: relative;
	top: 10px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -150px;
	background-position: right top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
.time-sc-tokei03{
	background-image: url(../img/time-tokei03.png);
	background-repeat: no-repeat;
	height: 150px;
	max-width: 100%;
	position: relative;
	top: 10px;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -150px;
	background-position: right top;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
}

@media screen and (max-width: 850px) {
#header{
	  background: url(../img/header-bg.png) no-repeat center center fixed; 
	width: 100%;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	height: 1500;
	position: relative;
}
.pc{
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.sp{
	height: auto;
	width: auto;
	overflow: visible;
}

#vision{
	background-image: url(../img/white2-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 30px;
}
.vision-p{
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 90%;
	height: auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.vision-text{
	text-align: left;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: auto;
	width: 100%;
}

.concept{
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 250px;
}
.concept .white{
	background-color: #FFF;
	width: 527px;
	max-width: 95%;
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.con-photo01{
	background-image: url(../img/concept-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.concept img{
	margin-bottom: 20px;
}
.concept .white02{
	background-color: #FFF;
	width: 527px;
	max-width: 95%;
	padding: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.con-photo02{
	background-image: url(../img/concept-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.con-photo03{
	background-image: url(../img/concept-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mind-menu .menu{
	width: 100%;

	float: none;

}
#mind-menu .menu-in{
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#mind-menu .menu-in2{
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	margin-top: 5px;
	}


.main-adu{
	max-width: 100%;
	width: 1200px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#aduatage .left{
	float: none;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#aduatage .name{
	color: #FFF;
	text-align: left;
	width: 100%;
	margin-bottom: 25px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0px;
	text-indent: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#aduatage .right{
	float: none;
	width: 0px;
	background-image: url(../img/adu-01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
}
#aduatage .right3{
	float: none;
	width: 0px;
	background-image: url(../img/adu-01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
}
#aduatage img{
	margin-bottom: 50px;
}

.adu-bg{
	width: 100%;
	padding-top: 50px;
}


#aduatage .right2{
	float: right;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#aduatage .left2{
	float: none;
	width: 0px;
	background-image: url(../img/adu-01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
}
#aduatage .left4{
	float: none;
	width: 0px;
	background-image: url(../img/adu-01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	margin-bottom: 0px;
	height: 0px;
	overflow: hidden;
}


#time {
	background-image: url(../img/time-bg.jpg);
	background-repeat: repeat;
	width: 100%;
}

.time-title{
	background-image: url(../img/time-titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
	padding-top: 50px;
}
.case01{
	width: 90%;
	max-width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	background-image: url(../img/red-yazirusi.png);
	margin-right: auto;
	margin-left: auto;
}
.case02{
	width: 90%;
	max-width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	background-image: url(../img/red-yazirusi.png);
	margin-right: auto;
	margin-left: auto;
}
.case03{
	width: 90%;
	max-width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	background-image: url(../img/red-yazirusi.png);
	margin-right: auto;
	margin-left: auto;
}
.case-text{
	background-color: rgba(255,255,255,0.9);
	float: none;
	width: 90%;
	max-width: 550px;
	margin-top: 0px;
	text-align: left;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.case-text2{
	background-color: rgba(255,255,255,0.9);
	float: none;
	width: 90%;
	max-width: 550px;
	margin-top: 0px;
	text-align: left;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.case-maru{
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #6e6634;
	height: 25px;
	width: 30%;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
}

.time-schedule{
	background-color: #F1F1F1;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.time-schedule2{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.time-sc-title{
	background-image: url(../img/time-title1.png);
	height: 74px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -30px;
	max-width: 90%;
	width: 412px;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.time-sc-tokei01{
	height: 200px;
	width: 0px;
	overflow: hidden;
}
.time-sc-tokei02{
	height: 200px;
	width: 0px;
	overflow: hidden;
}
.time-sc-tokei03{
	height: 200px;
	width: 0px;
	overflow: hidden;
}
.time-sc-in{
	text-align: center;
	margin: 10px;
}
.time-sc-left{
	float: left;
	width: 50%;
}
.time-sc-right{
	float: right;
	width: 50%;
}

.time-text-sp{
	max-width: 100%;
	padding-left: 65px;
	margin-top: 15px;
	padding-bottom: 30px;
}
.time-maru-sp{
	background-image: url(../img/time00.jpg);
	background-repeat: repeat-y;
	background-position: -5px top;
	width: 100%;
	text-align: left;
}
#aes{
	background-image: url(../img/aesthetic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 50px;
	text-align: left;
}

#bigaku{
	background-color: #FFF;
	padding: 0px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#aes .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
	border: 1px solid #FFF;
}


#bigaku .line{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#bigaku .one{
	float: none;
	width: 300px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#bigaku .one2{
	float: none;
	width: 300px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.one-p img{
	margin-bottom: 15px;
}
#bigaku .one-t{
	text-align: left;
}
#bigaku .midashi2{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.check{
	width: 150px;
	height: 150px;
}

	}
.kaigyou { display: inline-block;
 }
 #bigaku .title2{
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	background-color: #003366;
	text-align: center;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.saiyou-waku{
	width: 100%;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-top: 70px;
	background-color: #F6F1E7;
	margin-bottom: 80px;
	background-image: url(../img/bg-yellow.jpg);
	background-repeat: repeat;
}
.saiyou-naka{
	width: 90%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: left;
}
.saiyou-title{
	font-size: 24px;
	margin-bottom: 30px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#bigaku .title3{
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	background-color: #990000;
	text-align: center;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}


@media only screen and (max-width: 580px) {
	
.maintitle{
	font-size: 28px;
	line-height: 110%;
	margin-top: 10px;
}	
	.midashi{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}
.midashi-red{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #C00;
}
.midashi-white{
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;

}
#header{
	width: 100%;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	height: auto;
	position: relative;
	background-attachment: fixed;
	background-image: url(../img/header-bg-sp.png);
}
#header img{
	height: auto;
	width: 300px;
}
h1{
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
}

#black-bg{
	background-image: url(../img/black-bg2.jpg);
	width: 100%;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
background-size:auto 100%;
	-o-background-size:auto 100%;;
	color: #FFF;
}
#red-bg{
	background-image: url(../img/red-bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
	-o-background-size:auto 100%;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0px;

}

#aes{
	background-image: url(../img/aesthetic2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	padding-top:　50px;
	text-align: left;
}	
.aes-text{
	font-size: 15px;
}

.time-text-sp{
	max-width: 100%;
	padding-left: 45px;
	margin-top: 15px;
	padding-bottom: 30px;
}
	.font-small{
    font-size: 12px;
    line-height: 140%;
}
}

.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 60px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin-right: auto;
    margin-left: auto;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn01 a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
}

.btn01 a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.btn01 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}

