@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 *
 * ****************************
 */
 
/*@media screen and (min-width: 768px){
*** tablet style ****
}
@media screen and (max-width:640px){
*** smp style ****
}*/

/*
======= 1: general style =======
*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  overflow-y: scroll;
}

/*
======= 2: body =======
*/
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
  font-size: 75%;
  line-height: 1.8;
  text-align: left;
  position:relative;
  overflow: hidden;
}
@media screen and (max-width:640px){
body { margin:0px; padding:0px; border:0px; color: #333; background:none;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
}

/*
======= 3: container =======
*/
#contentArea {
  max-width: 960px;
  width: 100%;
  margin: 30px auto 100px;
  display: grid;
  grid-template-columns: 1fr;
}
#home #contentArea {
  margin: 0 auto 60px;
}
/**/
#toTop {
  position: absolute;
  right: 0;
  top: -95px;
}
@media screen and (max-width: 820px){
#contentArea {
  width: 100%;
  margin: 15px auto 64px;
    padding: 0 3%;
}
}
@media screen and (max-width:640px){
#contentArea {
  padding: 0 5px;
  margin: 15px auto 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#home #contentArea {
  margin: 0 auto 30px;
}
#toTop {
  display: none;
}
}
/*
======= 4: header =======
*/
#headerArea {
  width: 100%;
  background-color: #F06294;
}
#header {
  max-width: 960px;/*1088*/
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#logo,
#hContact,
#hEntry {
  position: absolute;
  top: 19px;
}
#logo{display: inline-block;}
#logo img{
  max-height: 100%;
  max-width: 100%;
}
#hContact{
  right: 260px;
  width: 248px;
  height: 40px;
  background: #EEEAE1;
}
#hEntry {
  right: 0;
  width: 248px;
  height: 40px;
  background: #EEEAE1;
}
#menu {
  display: none;
}
@media screen and (max-width: 1024px){
  #header {overflow: hidden;}
}
@media screen and (max-width: 820px){
  #header{
    width: 100%;
    height: 50px;
  }
#logo{
  top: 10px;
  left: 5px;
  height: 30px;
}
#hContact {
  top: 6px;
  right: 370px;
  width: 130px;
  height: 30px;
}
#hEntry{
  top: 6px;
  right: 65px;
  width: 186px;
  height: 30px;
  background: none;
}
}
@media screen and (max-width:640px){
#headerArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000 !important;
}
#main {
  margin-top: 50px;
}
#hContact,#hEntry { display: none; }
#menuList {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*margin: 50px 0 20px;*/
}
#menuList dt {
  position: absolute;
  /*top: -50px;*/
  top: 0;
  right: 0;
  width: 105px;
  height: 50px;
  display: block;
  background: url(../../img/common/btn_menu.gif) no-repeat 0 0;
  background-size: 105px 50px;
}
#menuList dd {
  position: absolute;
  top: 50px;
  width: 100%;
  background: #F5F3EF;
  border: 4px solid #6A353F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
#menuList ul {
  margin: 10px;
  border: 1px solid #CDB8C0;
  border-bottom: none;
}
#menuList li {
  border-bottom: 1px solid #CDB8C0;
  background: -moz-linear-gradient(top, #FEF1F5 0%, #FDE3EC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEF1F5), color-stop(100%,#FDE3EC));
}
#menuList li a {
  padding: 5px 5px;
  color: #DD4379;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  background: url(../../img/common/icon_arrow02.png) no-repeat 96% 50%;
  background-size: 9px 14px;
}
#menuList .close {
  padding: 5px;
  text-align: center;
  display: block;
  background: #6A353F;
}
}

/*
======= 5: content =======
*/
#content {
  width: 960px;
}
#home #content {
  width: 630px;
  float: left;
}

#main {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
#topicPath {
  border-bottom: 1px solid #E9E9E9;
  background: #FCFCFC;
}
#topicPath ul {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 8px;
}
#topicPath ul li {
  float: left;
  padding-left: 5px;
}


@media screen and (max-width: 820px){
#content,
#home #content {
  width: 100%;
  float: none;
}

#topicPath ul {
  width: 100%;
}
/* .side01{
  max-width: 100%;
  grid-column: 1 / 3;
} */
}
@media screen and (max-width:640px){
#home #content {
  float: inherit;
  width: 100%;
}
#main {height: 100%;}
#topicPath ul {
  margin-top: 50px;
}
/* .side01 {
  width: 100%;
} */
}

/*
======= 6: navi =======
*/
#globalNavi {
  background-color: #cdb1b0;
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  height:60px;
}
#home #globalNavi {
  margin-bottom: 10px;
}
@media screen and (max-width:640px){
#globalNavi, #globalNavi * { display: none;}
}
/*
======= 7: footer =======
*/
#footerArea{
  width: 100%;
  background: #F26093;
}
#footer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1024px;
  margin: 0 auto;
  padding: 28px 0 12px;
  color: #FAF8F3;
}
#fLogo {
  padding: 15px 0 10px;
  text-align: center;
  border-top: 1px solid #E0D9E5;
  border-bottom: 1px solid #E0D9E5;
  background: #F2EAF7;
}
#fLogo img:hover{opacity: 0.7;}

#fContent{margin-right: 15px;}
#fContact{
  display: flex;
  border: 1px solid #F48EB0;
}
#fContact dt{
  padding: 0 0 2px 0;
  width: 220px;
  vertical-align: top;
  border-right: 1px solid #F48EB0;
  line-height: 1.4;
  text-align: center;
}
#fContact dt span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
}
#fContact dd{
  vertical-align: top;
  padding: 8px 10px 0;
}
#fContact dd img {width: 243px;}
#copy{
  padding-top: 5px;
  text-align: left;
  color: #F9D6DE;
  font-size: 83%;
}
.ftmailform{margin-right: 15px;}

@media screen and (max-width: 820px){
  #footer{
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0;
  }
  #fContent{
    margin-right: 0;
    text-align: center;
    order: 3;
  }
  #fContact{border: 1px solid #F48EB0;}
  #fContact dd img {
    width: 182px;
    height: auto;
  }
  .ftmailform{
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
    order: 1;
  }
  #fEntry{
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
    order: 2;
  }
}
@media screen and (max-width:640px){
  #fLogo{padding: 5px 0;}
  #fContact{
    flex-wrap: wrap;
    margin: 0 auto;
    width: 94%;
    border: 1px solid #F48EB0;
  }
  #fContact dt{
    width: 100%;
    padding: 5px 0;
    border-right: 0;
    border-bottom: 1px solid #F48EB0;
    line-height: 1.4;
    text-align: center;
  }
  #fContact dd{
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #fContact dd img{width: auto;}
  #copy {text-align: center;}
}

/*2017.07.13 追加 リンクバナー*/
.linkbnrarea{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCD5DD;
  border-bottom: 1px solid #CCD5DD;
  padding:40px 0;
  margin-bottom: 40px;
}
.linkbnrarea div{
  background-color:#EFEFEF;
  width:210px;
  vertical-align:top;
  text-align:center;
}
.linkbnrarea div>img{width:100%;}
.linkbnrarea div p{
  padding: 10px 0;
  height: 65px;
  line-height: 1.2;
  color: #462446;
  font-size: 1.125rem;
  font-weight: bold;
  vertical-align:middle;
}
.linkbnrarea div:nth-of-type(3) p{font-size: 1rem;}
.linkbnrarea div p.ilnk{
  padding:0 15px 10px;
  height: auto;
  color:#DE3166;
  text-align:center;
}
.linkbnrarea div p.ilnk a{
  display: block;
  background-color:white;
  border:2px solid #DE3166;
  height: 40px;
  line-height: 40px;
  color:#DE3166;
  font-size: 0.875rem;
  text-decoration:none;
  transition: all 0.5s;
}
.linkbnrarea div p.ilnk a:hover{
  color: #FFFFFF;
  background-color: #DE3166;
}
.linkbnrarea div:nth-of-type(3) p.ilnk a{
  line-height: 1.2;
  padding-top: 3px;
}
.linkbnrarea div p.ilnk a img{
  margin-right: 5px;
  vertical-align: middle;
}
.linkbnrarea div p.ilnk a span{
  display: inline-block;
  vertical-align: middle;
}

/*2017.07.13 追加 診断シート*/
.sindntable{
    border-spacing: 0;
}
.sindntable button{
    border: none;
    background: none;
    font-size: nomal;
}
.sindntable td{
    background: url(../../img/news/ph_shindantablebg.png);
    width: 176px;
    height: 100px;
    color: #462446;
    font-size: 1.125rem;
    font-weight: bold;
    text-align:center;
}

.tdstart{
  background: none;
  background-color:#F36094;
  color:white;
  width:176px;
  height:50px;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
}
.tdstart img{vertical-align: middle;}
.td00s{
    color: #462446;
    font-size: 1.125rem;
}
.bpnk{margin-left: 5px; color: #F36094;}
.bblu{margin-left: 5px;color: #51BEE8;}
td.td00{
  background: none;
  width: 20px;
  text-align: left;
}
td.td00 img{cursor: pointer;}
td.td00v{
  background: none;
  height: 15px;
  vertical-align: top;
}
td.td00v img{
  vertical-align: top;
  cursor: pointer;
}
td.td00hv{
    background: none;
    width: 20px;
    height: 15px;
}
.td01{
    border: 2px solid;
    border-top-color: #51BEE8;
    border-right-color: #51BEE8;
    border-bottom-color: #F36094;
    border-left-color: #F36094;
}
.td02{
    border: 2px solid;
    border-top-color: #F36094;
    border-right-color: #F36094;
    border-bottom-color: #51BEE8;
    border-left-color: #51BEE8;
}
td.tdresult{background: none;}
.sindntable td a{
    display: block;
    height: 100%;
}
.adn_sheetimg{display: none;}

.tdstart:hover,
td.td00 img:hover,
td.td00v img:hover{opacity: 0.7;}

/* インストラクター
.colred{color:red;}
#content ul li{background-color:white;}
#content ul li p a{text-decoration:none;color:black;cursor:pointer;font-family:"Palatino Linotype","Times New Roman",times;font-weight:bold;font-size:1.1em;}
#content ul li p a:visited{color:black;}
#content ul li p a b{font-family:"HG明朝E","HGMinchoE","ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif,times}
#content ul li p a span{font-size:1.2em;}
#content ul li p{line-height:1.6em;padding:.2em;}

*/

/* school 福山校 */
#yumeh2 {font-size:1.8em;}
#yumeh2 b{font-size:1.8em;font-weight:normal;}
#yume{font-weight:bold;font-size:1.6em;color:#DE3166;font-family:"HG明朝E","HGMinchoE","ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;}
#yumeh3{font-size:1.2em;margin-bottom:.8em;}
#contenthdrimg{
    width:100%;
    text-align:center;
}
.fukuyama_instractor{
    text-align:center;
    width:100%;
    padding: 40px 0;
    margin-bottom: 40px;
}
.fukuyama_instractor li{
    display:inline-block;
    margin-right: 53px;
    width:200px;
}
.fukuyama_instractor li:last-of-type{margin-right: 0;}
.fukuyama_instractor li a{
    display: block;
    text-decoration:none;
    color:black;
}
.contentz #fukuyamatemp{width:100%;text-align:left;padding:0;margin:0 0 20px 0;}
.contentz #fukuyamatemp>div{
    display:inline-block;
    width:30%;
    text-align:left;
    vertical-align: top;
}
.contentz #fukuyamatemp div b#colpink{
    line-height:1.2em;
    margin-bottom:.2em;
    color:#F487AE;
    font-size:2em;
}
.contentz #fukuyamatemp div b#colblack{
    line-height:1em;
    margin-bottom:.2em;
    color:black;
    font-size:1.2em;
}
#contentz01{text-align:center;}
#contentz01 h2{text-align:left;}
/* レッスン料金 */
#courseBox001{font-weight:bold;font-size:1.8em;line-height:1.3em;margin-bottom:1em;}
#colpinkx{color:#F487AE;}
.break01table{
    border:#C8C8C8 1px solid;
    margin-top:-1px;
    font-size:1.125em;
}
.break01table div b{font-size:1.4em;}
.break01th{
    width:50%;
    background-color:#F2F2F2;
    padding:1em;
}
.break01td{
    width:50%;
    padding:1em;
    text-align:center;
}
.break01td div{
    display: inline-block;
    vertical-align: middle;
}
.break01td div:first-of-type{
    border-right: 1px dotted #CCCCCC;
    width: 86%;
}
.break01td div:last-of-type{
    width: 14%;
    text-align: center;
}
.break01table tr:first-of-type th,
.break01table tr:first-of-type td{border-bottom:#C8C8C8 1px solid;}

.ash_error{
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #FF0101;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::placeholder {
   color: #bbbbbb;
}

