html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #221919;
}
.helvetica{
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link{
  transition: .3s;
}
a:link:hover{
  opacity: 0.7;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

em, b {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

/*//////////////////////////////
		header
//////////////////////////////*/
header .headInner{
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 100;
  background-color: rgba(255,255,255,0.6);
}
.headTop{
  height: 60px;
  max-width: 1200px;
  width: 1160px;
  padding: 0 20px;
  left: calc(50% - 600px);
  position: absolute;
  z-index: 2;
}
.headTop h1{
  margin-top: 20px;
  height: 20px;
  float: left;
}
.headTop h1 img{
  width: auto;
  height: 100%;
}
.headTop .sns{
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
.headTop .sns li{
  float: left;
  padding: 0 10px;
  width: 20px;
  border-left: 1px solid #ccc;
}
.headTop .sns li:first-child{
  padding-top: 3px;
  border-left: 0;
}

header button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
  outline: none;
  z-index: 10;
  border-radius: 30px;
  border: 1px solid #000;
  overflow: hidden;
}


/*   ハンバーガーボタン3本線   */
header button span.bar {
	display: block;
  width: 15px;
	height: 1px;
	background-color: #000;
	margin: 3px auto;
	transition: all 0.3s;
	transform-origin: 0 0;
}

/*  メニューアクティブ時  */
header button.active{

}
header button.active span.bar {
  width: 15px;
}
header button.active .bar1 {
	margin: 4px 14px;
  transform: rotate(45deg);
}
header button.active .bar2 {
  transform: translate(60px, 0);
  opacity: 0;
}
header button.active .bar3 {
  transform: rotate(-45deg);
	margin: 5px 13px;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    visibility: hidden;
}
.open .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    /* opacity: 1; */
    visibility: visible;
}
.spglobalheader{
  opacity: 0;
  width: 100vw;
  position: fixed;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 5;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1
}
.spglobalheader .inner{
  opacity: 0;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.spglobalheader.open{
  opacity: 1;
  height: 100vh;
  z-index: 2;
}
.spglobalheader.open .inner{
  opacity: 1;
}
.spglobalheader ul.hnav{
  text-align: center;
  line-height: 2vh;
}
.spglobalheader ul.hnav li a{
  display: block;
  padding: 3vh 0;
}
.spglobalheader.open ul.hnav li {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.spglobalheader ul.hnav li {
   -moz-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
   -o-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
   -webkit-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
   transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
   -moz-transform: scale(0.8, 0.8);
   -ms-transform: scale(0.8, 0.8);
   -webkit-transform: scale(0.8, 0.8);
   transform: scale(0.8, 0.8);
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   opacity: 0;
 }
.spglobalheader ul.hnav li:nth-child(1) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.spglobalheader ul.hnav li:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.spglobalheader ul.hnav li:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.spglobalheader ul.hnav li:nth-child(4) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.spglobalheader ul.hnav li:nth-child(5) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.spglobalheader ul.hnav li:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.spglobalheader ul.hnav li:nth-child(7) {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.spglobalheader ul.hnav li:nth-child(8) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.spglobalheader ul.hnav li a:hover{
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .headTop{
    width: calc(100% - 40px);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  header button {
    right: 10px;
  }
  .headTop {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .headTop .sns {
    margin-left: 10px;
  }
  .spglobalheader ul.hnav {
    width: 100%;
    float: none;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
footer{
  border-top: 1px solid #ffd1d1;
  text-align: center;
  background-color: #fff4f4;
}
footer .tel{
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
footer .sns{
  display: inline-block;
  margin-bottom: 40px;
}
footer .sns li{
  display: inline-block;
  width: 60px;
  margin: 0 5px;
  font-size: 13px;
}
footer .sns li img{
  display: block;
  width: 54px;
  margin: 0 auto;
}
footer .sns li p{
  margin-top: 5px;
}
.foot_logo{
  width: 210px;
  margin: 50px auto 20px;
}
.footer_nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer_nav ul{
  display: inline-block;
}
.footer_nav ul li{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px;
  text-decoration: underline;
}
.copyright{
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px){
  .foot_logo {
    width: 160px;
    margin: 30px auto 20px;
  }
  footer .sns li {
    width: 50px;
    font-size: 11px;
  }
  footer .sns li img{
    width: 45px;
  }
  footer .tel {
      text-align: center;
      font-size: 18px;
      margin-bottom: 20px;
  }
  .copyright {
    font-size: 12px;
  }
}
/* /////////////////////////////
      common
///////////////////////////// */
.is-pc{
  display: block;
}
.is-sp{
  display: none;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.ta-c{
  text-align: center;
}
.secInner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}
#lower{
  background-color: #fff4f4;
}
#lower .secInner{
  padding: 50px 20px;
}
.mincho{
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.lowvidual{
  position: relative;
  width: 100%;
  height: 250px;
}
.lowvidual::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background:linear-gradient(to right,#ffc8c8,#ffe6e6);
}
.lowvidual::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background:linear-gradient(to left,#ffc8c8,#ffe6e6);
}
#lower h2{
  position: absolute;
  color: #ec768d;
  margin-bottom: 0;
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}

#lower h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#lower h3::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ec768d;
}
@media screen and (max-width: 767px) {
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
  main{
    padding-top: 60px;
    font-size: 14px;
  }
  .secInner ,#lower .secInner{
    padding: 30px 10px;
  }
  #lower h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lowvidual {
    height: 120px;
  }
  #lower .lowvidual h2{
    font-size: 24px;
    top: 50%;
  }

}

/* /////////////////////////////
      top page
///////////////////////////// */
#mainvidual{
  padding: 100px 0;
  width: 100%;
  background: linear-gradient(#fff4f4,#ffd1d1 )
}
#mainvidual .mvArea{
  position: relative;
  float: right;
  max-width: 1280px;
  width: calc(100% - 300px);
  height: 670px;
  background: url(assets/img/top/img-mv01.jpg) center / cover no-repeat;
}
#mainvidual .mvArea .mvTxt{
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#mainvidual .mvArea .mvTxt .catch{
  width: 350px;
}
#mainvidual .mvArea .mvTxt .txt{
  margin-top: 50px;
  width: 250px;
}
#mainvidual ul{
  max-width: 1200px;
  padding: 0 20px;
  margin: 100px auto 0;
}
#mainvidual ul li{
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  height: 330px;
  overflow: hidden;
  position: relative;
}
#mainvidual ul li p{
  position: absolute;
  width: 94%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#mainvidual ul li .bnr{
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
#mainvidual ul li:hover .bnr{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#mainvidual ul li:last-child{
  margin-right: 0;
}
#topLink{
  overflow: hidden;
  position: relative;
}
#topLink .bnrbg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#topLink .bnrbg img{
  height: 100%;
  width: auto;
  -moz-transition: -moz-transform 20s linear;
  -webkit-transition: -webkit-transform 20s linear;
  -o-transition: -o-transform 20s linear;
  -ms-transition: -ms-transform 20s linear;
  transition: transform 20s linear;
}
#topLink .bnrbg::before{
  content: "";
  position: absolute;
  transition: .5s;
  width: 100%;
  height: 100%;
  background: url(assets/img/common/bg-ptn01.png) repeat;
  background-color: #fff4f4;
  z-index: 1;
}
#topLink ul li{
  position: relative;
  float: left;
  width: calc(33% - 20px);
  height: 130px;
  overflow: hidden;
  border: 1px solid #ec768d;
  color: #ec768d;
  margin-left: 30px;
  z-index: 2;
}
#topLink ul li a{
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s;
  background-color: #fff;
}
#topLink .secInner:hover + .bnrbg::before{
  opacity: 0;
}
#topLink .secInner:hover + .bnrbg img{
  -webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -o-transform: scale(2.0);
  -ms-transform: scale(2.0);
  transform: scale(2.0);
}
#topLink ul li:hover a{
  opacity: 0.7;
}
#topLink ul li p{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
  z-index: 2;
}
#topLink ul li:first-child{
  margin-left: 0;
}


@media screen and (max-width: 1200px) {
  #mainvidual ul li {
    height: 25vw;
  }
  #topLink ul li {
    height: 11vw;
  }
  #topLink ul li p {
    font-size: 18px;
  }
  #mainvidual .mvArea{
    height: 550px;
  }
}
@media screen and (max-width: 1000px) {
  #mainvidual .mvArea {
    height: 400px;
    width: calc(100% - 200px);
  }
  #mainvidual .mvArea .mvTxt{
    left: -150px;
  }
  #mainvidual .mvArea .mvTxt .catch{
    width: 250px;
  }
  #mainvidual .mvArea .mvTxt .txt{
    margin-top: 30px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #mainvidual {
    padding: 30px 0;
  }
  #mainvidual ul{
    padding: 0 10px;
    margin: 30px auto 0;
  }
  #mainvidual .mvArea {
    height: 300px;
    width: calc(100% - 80px);
    margin-right: 20px;
    background: url(assets/img/top/img-mv01.jpg) right/ cover no-repeat;
  }
  #mainvidual .mvArea .mvTxt {
    top: 70%;
    left: -50px;
  }
  #mainvidual .mvArea .mvTxt .catch {
    width: 150px;
  }
  #mainvidual .mvArea .mvTxt .txt {
    margin-top: 20px;
    width: 100px;
  }
  #mainvidual ul li {
    float: none;
    width: 100%;
    height: 53vw;
    margin-right: 0;
  }
  #mainvidual ul li:first-child {
    margin-bottom: 30px;
  }
  #topLink ul li {
    float: none;
    width: 100%;
    height: 25vw;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #topLink ul li:last-child {
    margin-bottom: 0;
  }
  #topLink ul li p {
    font-size: 16px;
  }
}

/* /////////////////////////////
      about page
///////////////////////////// */
ul.list-half li.img{
  float: left;
  width: 47%;
}
ul.list-half li.txtArea{
  float: left;
  width: 50%;
}
#message .ttl{
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
#message .txt{
  line-height: 1.7;
}
#message .num{
  font-size: 22px;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  margin: 20px 0 5px;
}
#message .num span{
  display: block;
  height: 25px;
  float: left;
  margin-right: 10px;
}
#message .num span img{
  height: 100%;
  width: auto;
}
#message .fm-box{
  padding: 30px;
  background-color: #fff;
}
#message .fm-box .info{
  line-height: 1.5;
  margin-top: 15px;
}
#message .fm-box .info .bold{
  font-weight: bold;
}
#message .fm-box .imgArea{
  float: left;
  width: 20%;
}
#message .fm-box .txtArea{
  float: left;
  margin-left: 4%;
  width: 76%;
}
#message .fm-box .txtArea .q{
  color: #ec768d;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
#message .fm-box .txtArea .a{
  line-height: 1.5;
  margin-bottom: 20px;
}
#message .fm-box .txtArea .a:last-child{
  margin-bottom: 0px;
}
.border-btm{
  border-bottom: 1px solid #ccc;
}
.ml3{
  margin-left: 3%;
}
.mr3{
  margin-right: 3%;
}
.mb50{
  margin-bottom: 50px;
}
.mb40{
  margin-bottom: 40px;
}
.mb30{
  margin-bottom: 30px;
}
.mb20{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 10px;
}
.pt50{
  padding-top: 50px;
}
.pb50{
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  ul.list-half li.img,ul.list-half li.txtArea,#message .fm-box .imgArea,#message .fm-box .txtArea {
    float: none;
    width: 100%;
  }
  #message .ttl {
    margin-top: 15px;
    font-size: 18px;
  }
  #message .num {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
  }
  #message .num span {
    height: 20px;
  }
  #message .fm-box {
    padding: 20px;
  }
  #message .fm-box .txtArea {
    margin-left: 0;
    margin-top: 15px;
  }
  .ml3{
    margin-left: 0;
  }
  .mr3{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mb50{
    margin-bottom: 30px;
  }
  .mb40{
    margin-bottom: 20px;
  }
  .mb30{
    margin-bottom: 15px;
  }
  .mb20{
    margin-bottom: 10px;
  }
  .mb10{
    margin-bottom: 5px;
  }
  .pt50{
    padding-top: 30px;
  }
  .pb50{
    padding-bottom: 30px;
  }
}
/* /////////////////////////////
      village page
///////////////////////////// */
#village .intro{
  text-align: center;
  line-height: 1.5;
}
.aska-list{
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.aska-list .imgArea{
  float: left;
  width: 30%;
  margin-right: 4%;
}
.aska-list .txtArea{
  float: left;
  width: 66%;
}
.aska-list .txtArea .ttl{
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.aska-list .txtArea .txt{
  font-size: 18px;
  line-height: 1.7;
}

.low-contact{
  padding: 30px 0;
}
.low-contact a{
  display: block;
}
.low-contact a:hover{
}
.low-contact .ttl{
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.low-contact .contactBtn{
  width: 60%;
  background-color: #fff;
  color: #ef8b9d;
  border: 2px solid #ef8b9d;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 40px 0;
  margin:0 auto;
}
.low-contact .contactBtn p{
  display: inline-block;
  width: 30px;
  line-height: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .aska-list .imgArea {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .aska-list .txtArea{
    float: none;
    width: 100%;
  }
  .aska-list .txtArea .ttl{
    font-size: 18px;
  }
  .aska-list .txtArea .txt{
    font-size: 14px;
    line-height: 1.5;
  }

  .low-contact .ttl {
    text-align: center;
    font-size: 16px;
  }
  .low-contact .contactBtn {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
  }
  .low-contact .contactBtn p {
    display: inline-block;
    width: 20px;
    line-height: 16px;
    margin-right: 10px;
  }
}

/* /////////////////////////////
      school page
///////////////////////////// */
#school h3{
  text-align: center;
  line-height: 1.4;
}
#school h3::before{
  left: calc(50% - 20px);
}
#school .intro{
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
}


/* /////////////////////////////
      personal page
///////////////////////////// */
#personal .txt{
  line-height: 1.7;
}
#personal .check{
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 15px;
}
#personal .check span{
  display: block;
  height: 20px;
  float: left;
  margin-right: 10px;
}
#personal .check span img{
  height: 100%;
  width: auto;
}
#personal .voice li{
  position: relative;
  float: left;
  min-height: 90px;
  width: calc(33.33% - 72px);
  padding: 15px;
  margin-right: 60px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ec768d;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
#personal .voice li:nth-child(3n){
  margin-right: 0;
}
#personal .voice li .txt{
  line-height: 1.5;
  margin-bottom: 40px;
}
#personal .voice li .year{
  position:absolute;
  font-size: 14px;
  left: 15px;
  bottom: 15px;
}
.card-box{
  margin-top: 40px;
}
.card-box .imgArea{
  width: 20%;
  float: left;

}
.card-box .txtArea{
  width: 75%;
  margin-left: 5%;
  float: left;
}
.card-box .txtArea .ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

#personal .list-half .ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#personal .list-half .ttl02{
  font-size: 22px;
  color: #ec768d;
  margin-bottom: 10px;
  font-weight: bold;
}
#personal .list-half .tag{
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
  background-color: #ec768d;
}
#personal .list-half .txt{
}
#personal .propose{
  background: url(assets/img/lower/bg-silk01.jpg) center / cover no-repeat;
  text-align: center;
  position: relative;
}
#personal .propose .ttl{
  font-size: 24px;
  font-weight: bold;
}
#personal .propose .ttl02{
  font-size: 20px;
  color: #ec768d;
  font-weight: bold;
  margin: 5px 0 10px;
}
#personal .propose ul li{
  float: left;
  width: calc(33.33% - 52px);
  padding: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ec768d;
}
#personal .propose ul li:nth-child(3n){
  margin-right: 0;
}
#personal .propose .prof{
  position: absolute;
  width: 140px;
  left: calc(50% - 70px);
  bottom: -70px;
}
#personal .low-contact .ttl{
  font-weight: normal;
}
br.tab{
  display: block;
}


@media screen and (max-width: 1000px) {
  br.tab{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #personal .check {
    font-size: 14px;
  }


  #personal .voice li,#personal .propose ul li {
    float: none;
    min-height: unset;
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
  .card-box .imgArea{
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .card-box .txtArea{
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .card-box .txtArea .ttl,#personal .list-half .ttl,#personal .propose .ttl {
    font-size: 18px;
  }
  #personal .list-half .ttl02,#personal .propose .ttl02{
    font-size: 16px
  }
  #personal .propose .prof {
    width: 100px;
    left: calc(50% - 50px);
    bottom: -50px;
  }
}





/* /////////////////////////////
      privacypolicy page
///////////////////////////// */
#privacypolicy p{
  line-height: 1.5;
}
#privacypolicy .ttl{
  font-weight: bold;
}
#privacypolicy .txt{
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  #privacypolicy p{
    font-size: 14px;
  }
  #privacypolicy .txt{
    margin-bottom: 15px;
  }
}

/* /////////////////////////////
      contact page
///////////////////////////// */

#contact .contact{
  width: 100%;
}
#contact .telnum{
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
#contact .intro{
  line-height: 2;
  margin-bottom: 50px;
}
#contact .contact th{
  padding: 15px 30px 15px 0;
  width: 250px;
  vertical-align: top;
  text-align: left;
}
#contact .contact td{
  padding: 15px 0;
}

.asterisk {
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input,
.wpcf7 textarea {
	width: calc(95% - 20px);
	background-color: #fff;
	color: #333;
	border: none;
	font-size: 100%;
	padding: 10px;
	border-radius: 4px;
}
.wpcf7 select{
  -webkit-appearance: none;
  height: 40px;
  width: 95%;
  padding-left: 10px;
  border: 0;
  border-radius: 3px;
}
.wpcf7 .sendBtn{
  position: relative;
  width: 200px;
  margin: 30px auto 0;
}
.wpcf7 .sendBtn::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    right: 24px;
    top: 16px;
}
.wpcf7 input[type="submit"] {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  font-weight: bold;
  background-color: #ffc8c8;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  #contact .contact th,#contact .contact td{
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: left;
  }
  #contact .telnum {
    font-size: 18px;
    margin-bottom: 20px;
  }

}
/* /////////////////////////////
      news page
///////////////////////////// */
.postinner{
  float: left;
  width: calc(100% - 280px);
}
.post_list{
  border-top: 1px solid #ccc;
}
.post_list li{
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.post_list .img{
	float: left;
  position: relative;
	width: 300px;
	height: 200px;
  overflow: hidden;
}
.post_list .img img{
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.post_list .post_detail{
	float: left;
	margin-left: 30px;
	width: calc(100% - 330px);
}
.post_list .ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.post_list .date{
	font-size: 16px;
	margin-bottom: 5px;
	color: #666666;
}
.post_list .txt{
	font-size: 14px;
	line-height: 24px;
}
#sidebar{
  width: 240px;
  float: left;
  margin-left: 40px;
}
#sidebar .ttl{
  text-align: center;
  padding: 15px 0;
  background-color: #ffe5e5;
  color: #f39dac;
  font-weight: bold;
}
#sidebar .ttl span{
  margin-left: 10px;
  font-size: 13px;
  color: #15499e;
}
#sidebar ul{
  border: 2px solid #f3f3f3;
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
#sidebar ul li{
  border-bottom: 2px solid #f3f3f3;
  padding: 15px 0;
  font-size: 13px;
}
#sidebar ul li:last-child{
  border: 0;
}
#sidebar ul li .date{
  float: left;
  margin-right: 10px;
  color: #555555;
}
#sidebar ul li .pttl{
  float: left;
  color: #555555;
  text-decoration: underline;
}
#sidebar ul li .txt{
  margin-top: 5px;
  font-weight: bold;
}
#sidebar .side_content{
  padding: 15px 0;
  margin-bottom: 30px;
  position: relative;
}
#sidebar .side_content::after{
  position: absolute;
  right: 5px;
  top: 30px;
  content: "";
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
  border-left: 7px solid transparent;
}
#sidebar select{
  width: 100%;
  border-radius: 3px;
  line-height: 30px;
  padding: 5px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
}
.wp-pagenavi{
	text-align: center;
	padding: 50px 0;
}
.wp-pagenavi .pages,.wp-pagenavi a.first,.wp-pagenavi a.last{
	display: none;
}
.wp-pagenavi span.current{
	background-color: #ccc;
	color: #fff;
	font-weight: normal;
}
.wp-pagenavi span,.wp-pagenavi a{
	display: inline-block;
	width: 40px;
	line-height: 40px;
	font-size: 22px;
	padding: 0 !important;
	border: none !important;
}
.single_ttl{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
}
.single_ttl .post_date{
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
}
.single_ttl .post_title{
  font-size: 22px;
}
.single_post_detail{
  line-height: 1.8;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

#lower .paging{
	text-align: center;
	width: 100%;
	margin: 60px auto;
}
#lower .paging a{
  display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 0;
	position: relative;
}
#lower .paging .prev{
	float: left;
	width: 150px;
}
#lower .paging .next a::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	top: calc(50% - 3px);
	right: 12px;
}
#lower .paging .next{
	float: right;
	width: 150px;
}
#lower .paging .prev a::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	top: calc(50% - 3px);
	left: 12px;
}
#lower .paging .back{
	width: 150px;
	margin: 0 auto;
}
#lower .paging .back a{
}


@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .postinner {
    float: none;
    width: 100%;
  }
  .post_list .img {
    float: none;
    width: 100%;
    height: 62vw;
  }
  .post_list .post_detail {
    float: none;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #sidebar {
    width: 100%;
    font-size: 14px;
    float: none;
    margin-left: 0;
    margin-top: 40px;
  }
  .single_ttl .post_date {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .single_ttl .post_title {
    font-size: 18px;
  }
  .single_post_detail{
    font-size: 14px;
  }
  #lower .paging .prev,#lower .paging .next {
    width: 80px;
  }
  #lower .paging a {
    font-size: 12px;
  }
}
