@charset "utf-8";
a:hover {
  text-decoration: none;
}
a {
  color: #151515;
}
.tel.white a {
  color: #fff;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
div#wrapper {
  background: url(../images/head.jpg) no-repeat center top;
  background-size: 1920px auto;
  background-attachment: fixed;
}
/*-----------------------------------------------------------------*/
/* header */
header {
  width: 100%;
  overflow: hidden;
  position: absolute;
  min-width: 1200px;
  padding: 0px 20px;
}
header h1 {
  float: left;
}
h1#toppage {
  left: 20px;
  position: absolute;
}
#ribbon {
  float: right;
  background: url(../images/ribbon.png) no-repeat center top;
  background-size: 100% auto;
  width: 220px;
  text-align: center;
  height: 180px;
  z-index: 20;
}
#ribbon p {
  color: #fff;
  margin: 14px 0px;
  padding-bottom: 14px;
  background: url(../images/dot.png) no-repeat center bottom;
}
#ribbon .btn {
  color: #5e3b00;
  width: 160px;
  margin: auto;
  border-radius: 20px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(bottom, #bbb, #fafafa 40%);
  background-image: linear-gradient(to top, #bbb, #fafafa 40%);
  border: none;
  box-shadow: none;
}
#ribbon .btn:hover {
  transform: translate3d(0, 0, 0);
}
#ribbon .btn:hover {
  background-color: #bbb;
  background-image: -webkit-linear-gradient(bottom, #999, #eee 40%);
  background-image: linear-gradient(to top, #999, #eee 40%);
}
#ribbon .btn a {
  color: #5e3b00;
  display: block;
  font-weight: bold;
  padding: 2px;
  font-size: 14px;
  background: url(../images/next01.png) no-repeat center right 10px;
  background-size: 6px auto;
}
nav#head_list {
  text-align: center;
  margin-top: 40px;
}
nav#head_list ul#top_ul {
  margin-left: 250px;
}
nav#head_list ul {
  margin-left: 200px;
}
nav#head_list li {
  display: inline-block;
  margin: 0px 10px;
}
nav#head_list li span {
  display: block;
  font-size: 13px;
  color: #ffae00;
}
nav#head_list li a {
  display: block;
  color: #151515;
  transition: 0.3s;
  font-weight: bold;
}
nav#head_list li a:hover {
  color: #ffae00;
}
#main {
  width: 100%;
  overflow: hidden;
  height: 650px;
  background: url(../images/white01.png), url(../images/main.png);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: bottom, center;
}
#main h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
/*-----------------------------------------------------------------*/
/* contents */
div.inner {
  width: 1180px;
  margin: auto;
}
div.section {
  overflow: hidden;
  padding: 80px 0px;
  background: #fff;
}
h2.sec_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0px;
}
h2.sec_title span {
  display: block;
  font-size: 15px;
}
div.dot {
  width: 109px;
  margin: 0px auto 40px;
}
.d_text {
  text-align: center;
  margin-bottom: 40px;
}
.btn {
  width: 260px;
  overflow: hidden;
  background: #eba149;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  margin: 16px auto 0px;
  text-align: center;
  box-shadow: 0px 3px 0px #d77e13;
}
.btn:hover {
  background: #e3902d;
  transform: translate3d(0, 3px, 0);
  box-shadow: 0px 0px 0px #116b8f;
}
.btn a {
  display: block;
  color: #fff;
  padding: 8px 0px 8px 0px;
  background: url(../images/sankaku.png) no-repeat right 20px center;
  background-size: 10px auto;
}
div.wrap {
  clear: both;
  overflow: hidden;
}
/*-----------------------------------------------------------------*/
/* about */
.about h2.sec_title {
  background: url(../images/h201.png), url(../images/h202.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 450px center, right 450px center;
}
div.section.about {
  background: url(../images/left.png), url(../images/right.png);
  background-size: 12vw auto, 12vw auto;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
ul.about_list li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 25%;
  margin-bottom: 60px;
  text-align: center;
}
.absolute_wrap {
  top: 0px;
  left: 0px;
  position: absolute;
}
ul.about_list li img.main {
  margin: 20px auto 40px;
}
ul.about_list li p {
  text-align: center;
}
/*-----------------------------------------------------------------*/
/* flow */
.flow .wrap {
  padding: 0px 120px;
}
.flow h2.sec_title {
  background: url(../images/h203.png), url(../images/h204.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 450px center, right 450px center;
}
div.section.flow {
  overflow: hidden;
  padding: 120px 0px 120px;
  background: url(../images/white01.png), url(../images/white02.png), url(../images/sky.jpg);
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom, top, center;
}
ul.flow_list {
  float: left;
}
ul.flow_list li {
  font-size: 26px;
  padding: 30px 0px 30px 100px;
  background: url(../images/flow01.png) no-repeat left center;
}
ul.flow_list li:nth-child(2) {
  background: url(../images/flow02.png) no-repeat left center;
}
ul.flow_list li:nth-child(3) {
  background: url(../images/flow03.png) no-repeat left center;
}
ul.flow_list li:nth-child(4) {
  background: url(../images/flow04.png) no-repeat left center;
}
div.img_wrap {
  float: right;
  margin-bottom: 60px;
}
/*-----------------------------------------------------------------*/
/* availability */
.availability h2.sec_title {
  background: url(../images/h205.png), url(../images/h206.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 400px center, right 400px center;
}
div.section.availability {
  background-color: #fff;
}
div.bg_wrap {
  position: relative;
  background: url(../images/white.jpg), url(../images/white.jpg), url(../images/dot2.png);
  background-repeat: repeat-x, repeat-y, repeat;
  background-position: left top, left top, center;
  padding-bottom: 30px;
}
div.bg_wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 88px;
  height: 89px;
  background: url(../images/bar.png) no-repeat;
}
div.bg_wrap::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 88px;
  height: 89px;
  background: url(../images/bar.png) no-repeat;
}
div.time_wrap {
  background: #fff;
  padding: 60px;
  width: 1150px;
  overflow: hidden;
  border: 1px solid #c0c0c0;
}
table.ava_list {
  width: 1030px;
}
table.ava_list th {
  font-weight: bold;
  font-size: 52px;
  padding: 20px;
  text-align: center;
  border-right: 3px solid #dedbd1;
  border-bottom: 3px solid #dedbd1;
}
table.ava_list th:last-child {
  border-right: none;
}
table.ava_list td {
  font-weight: bold;
  font-size: 52px;
  padding: 20px;
  text-align: center;
	vertical-align: baseline;
  border-right: 3px solid #ccc;
}
table.ava_list td:last-child {
  border-right: none;
}
div.news_wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
div.news_inner {
  width: 500px;
  float: left;
  overflow: hidden;
}
div.news_inner h3 {
  border-bottom: 2px solid #ccc;
  font-size: 32px;
  padding-bottom: 10px;
  font-weight: bold;
}
div.news_inner h3 span {
  font-weight: normal;
  font-size: 15px;
  margin-left: 15px;
}
div.news_inner li {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
div.news_inner .t_thumbnail {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
div.news_inner .t_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  max-height: 80px;
  transition: 0.3s;
}
div.news_inner .t_thumbnail img:hover {
  opacity: 0.6;
}
div.news_inner span {
  font-size: 15px;
}
div.news_inner p.title {
  margin-top: 5px;
}
div.news_inner p.title a {
  transition: 0.3s;
}
div.news_inner p.title a:hover {
  color: #ffae00;
}
div.fb_inner {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-left: 40px;
}
div.twitter_inner {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-left: 40px;
}
div.insta_inner {
  width: 100%;
  background: #ccc;
  height: 100px;
  margin-top: 4px;
}
div.insta_inner img:hover {
  opacity: 0.8;
}
/*-----------------------------------------------------------------*/
/* last */
.last .wrap {
  padding: 0px 80px;
}
div.section.last {
  overflow: hidden;
  padding: 120px 0px 120px;
  background: url(../images/white03.png), url(../images/white02.png), url(../images/bg02.png);
  background-size: auto, auto, 1850px auto;
  background-attachment: scroll, scroll, fixed;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom, top, top center;
  background-color: #f7f7f7;
}
/*-----------------------------------------------------------------*/
/* contact */
div.section.contact {
  padding: 60px 0px;
}
.contact .info_part {
  float: left;
  width: 520px;
}
ul.logo_icon {
  clear: both;
  width: 100%;
  overflow: hidden;
}
ul.logo_icon li {
  float: left;
  margin-right: 25px;
}
ul.logo_icon li.icon {
  margin-top: 22px;
}
ul.logo_icon li.icon img:hover {
  opacity: 0.6;
}
.text_list {
  margin-top: 20px;
}
.text_list li {
	font-size: 15px;
	line-height: 1.5em;
}


.contact .contact_part {
  float: left;
  width: 320px;
  padding-top: 10px;
  text-align: center;
}
.contact .btn {
  width: 320px;
}
.contact .btn a {
  padding: 15px 0px;
}
.contact_part p.number {
  margin-top: 10px;
  font-size: 28px;
	text-align: center;
	padding: 10px 0px 10px;
}
.contact_part p.number span {
  background: url(../images/tel.png) no-repeat left;
  background-size: 32px auto;
  padding-left: 40px;
}
.contact .right_part {
  float: right;
}
/*-----------------------------------------------------------------*/
/* footer */
footer {
  width: 100%;
  overflow: hidden;
  background: #eba149;
  padding: 40px 0px 40px;
}
footer div.inner {
  position: relative;
}
#foot_list {
  float: left;
  width: 80%;
  margin-bottom: 30px;
  overflow: hidden;
}
#foot_list li {
  width: 20%;
  float: left;
	margin-bottom: 6px;
}
#foot_list li a {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  background: url(../images/sankaku.png) no-repeat left center;
  background-size: 10px auto;
  transition: 0.3s;
}
#foot_list li a:hover {
  color: #353535;
  background: url(../images/sankaku2.png) no-repeat left center;
  background-size: 10px auto;
}
.hyoka {
  top: -20px;
  right: 0;
  width: 120px;
  position: absolute;
}
.hyoka img {
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.hyoka img:hover {
  opacity: 0.8;
}


.program {
  top: -20px;
  right: 140px;
  width: 120px;
  position: absolute;
}
.program img {
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.program img:hover {
  opacity: 0.8;
}
#copylight {
  color: #fff;
  float: left;
  font-size: 14px;
}
.all_btn {
  float: right;
  background: #eba149;
  width: 140px;
  padding: 7px;
  margin-top: 2px;
  text-align: center;
  border-radius: 30px;
}
.all_btn a {
  font-weight: bold;
  color: #fff;
}


/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
  width:100%;
  margin: 0 auto;
  font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
  }
  
  .cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.75em;
  }
  
  .cf7-q {
  width: 30%;
  margin: 0 0 0 10px;
  padding-top: 6px;
  }
  
  .cf7-a {
  width: 60%;
  }

  .cf7-a input{
    border: solid 1px #eaeaea;
    background: #eaeaea;
    box-shadow: none;
    padding: 8px 10px 5px;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 4px;
    }
    .cf7-a textarea{
      border: solid 1px #eaeaea;
      background: #eaeaea;
      box-shadow: none;
      padding: 8px 10px 5px;
      font-size: 16px;
      border-radius: 4px;
      }
      .wpcf7-not-valid-tip{
        display: block;
        color: #ff0000;
      }
      .screen-reader-response p{
        display: none;
      }
      .wpcf7-response-output{
    box-shadow: none;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 60px;
    color: #ff0000;
      }
      .screen-reader-response ul{
        display: none;
      }
  
  /*　見出し　*/
  .form-heading
  {
  width: 100%;
  background-color: #191970;
  border-left: 1em solid #6495ED;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em .8em;
  margin: 0 0 2em;
  }
  
  .form-heading p {
  margin: 0;
  }
  
  /* 各項目共通 */
  #cf7-area label{
  font-weight:bold;
  }
  
  #cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
  width:100%;
  }
  
  #cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
  background: #FFE4E1;
  border: 2px solid #FF1493;
  outline: 0;
  }
  
  #cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
  appearance: auto;
  }
  
  #cf7-area .wpcf7-list-item {
  display: block;
  }
  
  #cf7-area textarea{
  height:200px;
  padding: 0.625em 0.4375em;
  }
  
  .cf7-accept-check{
  text-align: center;
  margin: 20px auto;
  }
  .cf7-accept-check span.wpcf7-form-control{
    display: inline-block;
    margin-right: 8px;
    }
    .cf7-submit {
      margin: 0 auto 60px;
    }
  .cf7-submit input{
  width: 40%;
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    width: 230px;
    border-radius: 30px;
    border: 1px solid #8dc557;
    background-color: #8dc557;
    background-image: -webkit-linear-gradient(top, #8dc557, #639038);
    background-image: linear-gradient(to bottom, #8dc557, #639038);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    display: block;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
  }

  
  #cf7-area input[type=”submit”]:hover
  {
  background-color:#ffffff;
  border: 2px solid #191970;
  color:#191970;
  }
  
  .cf7-btn{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  }
  
  /*　必須ラベル　*/
  .cf7-req{
    font-size: 12px;
    color: #fff;
    background: #acd598;
    float: right;
    font-weight: bold;
    margin: 0px 15px 0px 0px;
    padding: 0px 10px;
    border-radius: 4px;
  }
  
  @media screen and (max-width:768px){
  .cf7-item {
  display: block;
  margin-bottom: 20px;
  }
  .cf7-req {
    float: none;
    display: inline-block;
    margin-left: 10px;
}
  #cf7-area label{
  display: block;
  margin-bottom: 10px;
  }
  
  .cf7-q {
  width: 100%;
  margin: 0;
  }
  
  .cf7-a {
  width: 100%;
  }
  
  #cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
  margin-left: 0;
  }
  
  .cf7-submit{
  width: 90%;
  }
  
  }