@charset "UTF-8";

/* ********** parts ********** */
body{
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,meiryo,arial,sans-serif;
}

.pc_only{ display: block;}
.sp_only{ display: none;}

img{
  width: 100%;
  vertical-align: middle;
}

sub {
  bottom: 0;
}

.w100per{ width: 100%!important; }

.taL{ text-align: left!important;}
.taC{ text-align: center!important;}
.taR{ text-align: right!important;}

.vaT{ vertical-align: top!important; }
.vaM{ vertical-align: middle!important; }
.vaB{ vertical-align: bottom!important; }

.fwB{ font-weight: bold!important; }
.fwN{ font-weight: normal!important; }

._clrBlack{ color: #000000!important;}
._clrPink{ color: #EC1E79!important;}
._clrBrown{ color: #603813!important;}
._clrBlue{ color: #036EB7!important;}
._clrOrange{ color: #F05A24!important;}
._clrGreen{ color: #1B8826!important;}
._clrRed{ color: #FF0000!important;}

._bgYellow{
  background-color: #FDF9BE!important;
  color: #000!important;
}
._bgGreen{
  background-color: #D6E9BE!important;
  color: #000!important;
}
._bgSkyblue{
  background-color: #BCE2EC!important;
  color: #000!important;
}
._bgPink{
  background-color: #F8CDE0!important;
  color: #000!important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.w652px{
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}
.w956px{
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.w1004px{
  max-width: 1004px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px){
  .pc_only{ display: none;}
  .sp_only{ display: block;}

  .sp_taL{ text-align: left!important;}
  .sp_taC{ text-align: center!important;}
  .sp_taR{ text-align: right!important;}

  .sp_vaT{ vertical-align: top!important; }
  .sp_vaM{ vertical-align: middle!important; }
  .sp_vaB{ vertical-align: bottom!important; }
}


.mT0{margin-top:0px!important;}
.mT10{margin-top:10px!important;}
.mT15{margin-top:15px!important;}
.mT20{margin-top:20px!important;}
.mT25{margin-top:25px!important;}
.mT30{margin-top:30px!important;}
.mT35{margin-top:35px!important;}
.mT40{margin-top:40px!important;}
.mB0{margin-bottom:0px!important;}
.mB10{margin-bottom:10px!important;}
.mB20{margin-bottom:20px!important;}
.mB30{margin-bottom:30px!important;}
.mB40{margin-bottom:40px!important;}
.pT0{padding-top:0px!important;}
.pT10{padding-top:10px!important;}
.pT20{padding-top:20px!important;}
.pT30{padding-top:30px!important;}
.pT40{padding-top:40px!important;}
.pB0{padding-bottom:0px!important;}
.pB10{padding-bottom:10px!important;}
.pB20{padding-bottom:20px!important;}
.pB30{padding-bottom:30px!important;}
.pB40{padding-bottom:40px!important;}

.mgM{
  margin-bottom: 55px!important;
}
.mgS{
  margin-bottom: 40px!important;
}
.mgSS{
  margin-bottom: 25px!important;
}
@media screen and (max-width: 768px){
  .sp_mT0{ margin-top: 0px!important;}
  .sp_mT10{ margin-top: 10px!important;}
  .sp_mT15{ margin-top: 15px!important;}
  .sp_mB20{ margin-bottom: 20px!important;}
  .sp_mB50{ margin-bottom: 50px!important;}
  .sp_pT8{ padding-top: 8px!important;}
  .mgM,.mgS,.mgSS{
    margin-bottom: 30px!important;
  }
  .sp_mgM{
    margin-bottom: 20.23px!important;
  }
}


/* ********** common ********** */

.category_golf .breadcrumbsArea .breadcrumbs{
  background: transparent;
}
.category_golf .breadcrumbsArea .breadcrumbs__lists{
  display: inline;  
}
.category_golf .breadcrumbsArea .breadcrumbs__list{
  display: inline;
  margin-right: 0;
}
.category_golf .breadcrumbsArea .breadcrumbs__list:last-child{
  width: auto;
  white-space: normal;
}
#popular-categories{
  margin: 0!important;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.categoryLogo{
  margin-top: 26px;
}
.categoryLogo a{
  display: inline-block;
}
.categoryLogo img{
  max-width: 320px;
  width: 100%;
}
.note{
  margin-top: 14px;
}
.note li{
  text-align: left;
  font-size: 17px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.note._indent li{
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px){
  .category_golf .breadcrumbsArea .breadcrumbs{
    padding-bottom: 0;
  }
  .categoryLogo{
    margin-top: 30px;
    text-align: center;
  }
  .categoryLogo img{
    max-width: 240px;
    margin: 0 auto;
  }
  #popular-categories{
    padding-bottom: 20px;
  }
  .note li{
    font-size: 12px;
    line-height: 1.4;
  }
}

.contact-btn{
  color: #fff;
  max-width: 908px;
  background: #1B8826;
  border: #1B8826 solid 1px;
  margin: auto;
  border-radius: 40px;
  position: relative;
  transition: all .2s;
  margin-top: 110px;
}
.contact-btn .btn-link{
  display: block;
  font-size: 2.2rem;
  padding: 25px;
  text-align: center;
}
.contact-btn .btn-link:hover{
  opacity: 1;
}
@media screen and (min-width: 769px){ 
  .contact-btn:hover{
    background: #fff;
    color: #1B8826;
    border: #1B8826 solid 1px;
  }
}
@media screen and (max-width: 768px){  
  .contact-btn{
    max-width: 344px;
    margin-top: 210px;
  }
  .contact-btn .btn-link{
    font-size: 1.4rem;
    padding: 12px;
    line-height: 1.4;
  }
}

/* imgBlock */
.imgBlock{
  margin-bottom: 80px;
  text-align: center;
}
.imgBlock img{
  max-width: 1004px;
  margin: 0 auto;
}
.imgBlock .title{
  text-align: left;
  font-size: 24px;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: bold;
}
.imgBlock .caption{
  text-align: center;
  font-size: 22px;
  margin-top: 14px;  
  letter-spacing: 0.04em;
}
.imgBlock.col_2{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 768px){
  .imgBlock{
    margin-bottom: 30px;
    text-align: center;
  }
  .imgBlock .title{
    font-size: 13px;
  }
  .imgBlock .caption{
    font-size: 12px;
    margin-top: 8px;
  }
  .imgBlock.col_2{
    column-gap: 30px;
    row-gap: 30px;
  }
}


/* ********** index ********** */

.articleListArea{  
  padding: 72px 0 84px;
}
.index .leadText{
  font-size: 22px;
  color: #006934;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.itemList{
  margin-top: 70px;
}
.itemList .link-btn{
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #006934;
  margin-bottom: 50px;
}
.itemList .link-btn .btn{
  -webkit-flex: 1;
  flex: 1;
  color: #006934;
}
.itemList .link-btn .btn.bgGreen{
  border-left: 2px solid #006934;
  background: #006934;
  color: #fff;
}
.itemList .link-btn .btn a{
  display: block;
  padding: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.itemList .link-btn.btm-link{
  margin-top: 72px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px){
  .articleListArea{  
    padding: 40px 0 50px;
  }
  .index .leadText{
    font-size: 15px;
    text-align: left;
  }
  .itemList{
    margin-top: 30px;
  }
  .itemList .link-btn{
    margin-bottom: 32px;
  }
  .itemList .link-btn .btn a{
    padding: 8px;
    font-size: 16px;
  }
  .itemList .link-btn.btm-link{
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

/* hole */
@media screen and (max-width: 768px){
  .out-hole, .in-hole{
    padding: 0 13%;
  }
  .in-hole{
    margin-top: 20px;
  }
}

/* articles-list-area */
.index .articles-list-area{
  display: flex;
  flex-wrap: wrap;
}
.index .articles-list-area .articleBox{
  width: calc( calc(100% - 104px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 52px;
  margin-top: 60px;
}
.index .articles-list-area .articleBox:nth-child(3n){
  margin-right: 0;
}
.index #out .articles-list-area .articleBox:nth-child(-n+3){
  margin-top: 0;
}

.index .articles-list-area .articleBox .holeNo{
  text-align: center;
  margin-bottom: 16px;
}
.index .articles-list-area .articleBox .holeNo .flag-img{
  width: 60px;  
}
.index .articles-list-area .articleBox .holeNo ._no{
  font-size: 22px;
  color: #1B8826;
  font-weight: bold;
  margin-top: 12px;  
  letter-spacing: 0.1em;
}
.index .articles-list-area .articleBox .ttl{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  color: #4D4D4D;
  letter-spacing: 0.1em;
}
.index .articles-list-area .articleBox.comingsoon a:hover{
  opacity: 1;
}
@media screen and (max-width: 768px){  
  /* .index .indexMainArea .main-img{
    min-height: 330px;
  } */
  .index .articles-list-area .articleBox{
    width: 100%;
    margin-right: 0;
    margin-top: 40px!important;
  }
  .index .articles-list-area .articleBox:first-child{
    margin-top: 25px!important;
  }
  .index .articles-list-area .articleBox .holeNo{ 
    text-align: left;
  }
  .index .articles-list-area .articleBox .holeNo .flag-img{
    display: none;
  }
  .index .articles-list-area .articleBox .holeNo ._no{
    text-align: center;
    font-size: 17px;
    margin-top: 0;
    position: relative;
  }
  .index .articles-list-area .articleBox .holeNo ._no:before{
    content: '';
    background: url('/homelounge/totikatuyo/chiekana/img/index/icon_flag.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 42px;
    left: 0;
    bottom: 0;
  }
  .index .articles-list-area .articleBox .ttl{
    font-size: 16px;
    margin-top: 12px;
  }
}

/* member */
.index .articles-list-area .articleBox[data-membership=true] .imgBox{
  position: relative;
}
.index .articles-list-area .articleBox[data-membership=true] .imgBox:before {
  background-image: url(/homelounge/totikatuyo/chiekana/img/index/bg_lock.png)!important;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* videoArea */
.videoArea{
  text-align: center;
  position: relative;
}
.videoArea::before{
  display: block;
  background: url(/homelounge/totikatuyo/chiekana/img/index/img_club.png) no-repeat;
  background-size: contain;
  content: "";
  width: 102px;
  height: 87px;
  position: absolute;
  right: 22%;
  top: -15px;
}
.videoArea .ttl{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #1B8826;
  letter-spacing: 0.08em;
}
.videoArea .arw-btm{
  width: 32px;
  margin: 20px auto 24px;
}
.videoArea .heading{
  font-size: 23px;
  color: #1B8826;
  font-weight: bold;
  line-height: 1.6;
}
.videoArea .heading .txt{
  position: relative;
  display: inline-block;
  padding: 10px 20px 0;
  letter-spacing: 0.08em;
}
.videoArea .heading .txt:before,
.videoArea .heading .txt:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 85%;
  top: 12px;
  background: #1B8826;
  border-radius: 3px;
}
.videoArea .heading .txt:before { 
  left: -30px;
  transform: rotate(-25deg);
} 
.videoArea .heading .txt:after {
  right: -30px;
  transform: rotate(25deg);
}
.videoArea .bnr-img{
  margin-top: 22px;
}
.videoArea .bnr-img img{
  max-width: 441px;
}
@media screen and (max-width: 768px){
  .videoArea::before{
    width: 52px;
    height: 45px;
    right: 0;
    top: -3px;
  }
  .videoArea .ttl{
    font-size: 18px;
  }
  .videoArea .arw-btm{
    width: 16px;
    margin: 12px auto 15px;
  }
  .videoArea .heading .txt{
    font-size: 15px;
    padding-top: 0;
  }
  .videoArea .heading .txt:before,
  .videoArea .heading .txt:after{    
    height: 100%;
    top: 0;
  }
  .videoArea .heading .txt:before{    
    left: 10px;
  }
  .videoArea .heading .txt:after{    
    right: 10px;
  }
  .videoArea .bnr-img img{
    padding: 0 5%;
    max-width: 100%;
  }
}


/* sponsorCmt */
.sponsorCmt{
  color: #4D4D4D;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 75px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px){
  .sponsorCmt{
    font-size: 14px;
    margin-top: 45px;
  }
}



/* ********** background ********** */

.category_golf #contentArea{
  background-size: cover;
  /* background-size: auto 100%; */
  background-position: top center;
  background-repeat: no-repeat;
}
.category_golf.illuimg #contentArea{ /* 確認用 */
  background-color: #D6E9C0;
}
.category_golf.hole001 #contentArea{
  background-color: #D6E9C0;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole001/bg_img.png');
}
.category_golf.hole002 #contentArea{
  background-color: #F2F2C3;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole002/bg_img.png');
}
.category_golf.hole003 #contentArea{
  background-color: #CEE6D5;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole003/bg_img.png');
}
.category_golf.hole004 #contentArea{
  background-color: #ffffff;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole004/bg_img.png');
}
.category_golf.hole005 #contentArea{
  background-color: #D6E9C0;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole005/bg_img.png');
}
.category_golf.hole006 #contentArea{
  background-color: #F2F2C3;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole006/bg_img.png');
}
.category_golf.hole007 #contentArea{
  background-color: #CEE6D5;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole007/bg_img.png');
}
.category_golf.hole008 #contentArea{
  background-color: #ffffff;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole008/bg_img.png');
}
.category_golf.hole009 #contentArea{
  background-color: #D6E9C0;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole009/bg_img.png');
}
.category_golf.hole010 #contentArea{
  background-color: #F2F2C3;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole010/bg_img.png');
}
.category_golf.hole011 #contentArea{
  background-color: #CEE6D5;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole011/bg_img.png');
}
.category_golf.hole012 #contentArea{
  background-color: #ffffff;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole012/bg_img.png');
}
.category_golf.hole013 #contentArea{
  background-color: #D6E9C0;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole013/bg_img.png');
}
.category_golf.hole014 #contentArea{
  background-color: #F2F2C3;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole014/bg_img.png');
}
.category_golf.hole015 #contentArea{
  background-color: #CEE6D5;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole015/bg_img.png');
}
.category_golf.hole016 #contentArea{
  background-color: #ffffff;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole016/bg_img.png');
}
.category_golf.hole017 #contentArea{
  background-color: #D6E9C0;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole017/bg_img.png');
}
.category_golf.hole018 #contentArea{
  background-color: #F2F2C3;
  background-image: url('/homelounge/totikatuyo/chiekana/img/hole018/bg_img.png');
}
@media screen and (min-width: 769px){
  .category_golf.hole018 #contentArea{
    background-position: top 50px center;
  }
}
@media screen and (max-width: 768px){
  .category_golf.hole001 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole001/bg_img_sp.png');
    background-position: bottom -25px center;
  }
  .category_golf.hole002 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole002/bg_img_sp.png');
  }
  .category_golf.hole003 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole003/bg_img_sp.png');
    background-position: top -15px center;
    margin-bottom: -15px;
  }
  .category_golf.hole004 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole004/bg_img_sp.png');
    background-position: top -26px center;
    margin-bottom: -26px;
  }
  .category_golf.hole005 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole005/bg_img_sp.png');
  }
  .category_golf.hole006 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole006/bg_img_sp.png');
    background-position: top 5.5vh center;
  }
  .category_golf.hole007 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole007/bg_img_sp.png');
  }
  .category_golf.hole008 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole008/bg_img_sp.png');
  }
  .category_golf.hole009 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole009/bg_img_sp.png');
  }
  .category_golf.hole010 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole010/bg_img_sp.png');
  }
  .category_golf.hole011 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole011/bg_img_sp.png');
    background-position: top 5vh center;
  }
  .category_golf.hole012 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole012/bg_img_sp.png');
  }
  .category_golf.hole013 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole013/bg_img_sp.png');
  }
  .category_golf.hole014 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole014/bg_img_sp.png');
    background-position: top -20px center;
    margin-bottom: -20px;
  }
  .category_golf.hole015 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole015/bg_img_sp.png');
  }
  .category_golf.hole016 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole016/bg_img_sp.png');
    background-position: top -15px center;
    margin-bottom: -15px;
  }
  .category_golf.hole017 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole017/bg_img_sp.png');
  }
  .category_golf.hole018 #contentArea{
    background-image: url('/homelounge/totikatuyo/chiekana/img/hole018/bg_img_sp.png');
  }
}



/* ********** hole common ********** */

/* article-info-area */
.article-info-area{
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
  border-top: #eeeded 2px solid;
}
.article-info-area .article-info-title{
  font-family: "Noto Serif JP",sans-serif;
  font-weight: 400;
  text-align: center;
  color: #545350;
  font-size: 2.8rem;
  letter-spacing: 6px;
  margin-bottom: 40px;
}

/* tag-unit */
.tag-unit li {
  display: inline-block;
}
.tag-unit li:not(:last-child) {
  padding-right: 1em;
  position: relative;
}
.tag-unit li a {
  font-size: 1.4rem;
  display: inline-block;
  color: #9d9d9c;
  padding-bottom: 2px;
  border-bottom: #9d9d9c 1px solid;
}
.tag-unit li:not(:last-child)::after {
  content: ",";
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  color: #9d9d9c;
}

/* article-share-area */
.article-share-area .share-icons li {
  display: inline-block;
  margin: 0 10px;
}
.article-share-area .share-icons li img{
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .article-info-area{
    padding: 20px 0;
  }
  .article-info-area .article-info-title {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .tag-unit li a {
    font-size: 1.3rem;
  }
}



/* mainArea */
.mainArea{
  text-align: center;
}
.mainArea .holeNo{
  margin-top: 8px;
  margin-bottom: 47px;
}
.mainArea .holeNo img{
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.mainArea .main-ttl{
  font-size: 62px;
  color: #1B8826;
  margin-bottom: 56px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.mainArea .main-img img{
  max-width: 1004px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .mainArea .holeNo{
    margin-top: 0;
    margin-bottom: 21px;
  }
  .mainArea .holeNo img{
    max-width: 135px;
    margin-top: 30px;
  }
  .mainArea .main-ttl{
    font-size: 24px;
    margin-bottom: 24px;
  }
}

/* articleArea */
.articleArea{
  margin-top: 156px;
}
.articleArea .article-inner{
  font-size: 26px;
}
.articleArea .aItem{
  width: 100%;
  margin-bottom: 80px;
  display: table;
  padding-left: 0;
  padding-right: 17%;
}
.articleArea .aItem.orderRight{
  padding-left: 17%;
  padding-right: 0;
}
.articleArea .aItem:after{
  content: "";
  display: block;
  clear: both;
}
.articleArea .aItem > .imgBlock{
  margin-bottom: 80px;
}
.articleArea .aItem .talker{
  width: 210px;
  display: table-cell;
  text-align: center;
  padding-right: 34px;
  vertical-align: middle;
}
.articleArea .aItem.orderRight .talker{
  padding-left: 34px;
  padding-right: 0;
}
.articleArea .aItem .talker img{
  max-width: 146px;
}

.articleArea .aItem .talker.chie img{
  max-width: 161px;
}
.articleArea .aItem .talker.chie._chie_good img{
  max-width: 178px;
}
.articleArea .aItem .talker.chie._chie_good_new img{
  max-width: 179px;
}
.articleArea .aItem .talker.chie._chie_heart img{
  max-width: 142px;
}
.articleArea .aItem .talker.chie._chie_hoozue img{
  max-width: 96px;
}
.articleArea .aItem .talker.chie._chie_hoozue_new img{
  max-width: 104px;
}
.articleArea .aItem .talker.chie._chie_udegumi img{
  max-width: 111px;
}
.articleArea .aItem .talker.chie._chie_yubi img{
  max-width: 124px;
  margin-left: -30px;
}
.articleArea .aItem .talker.chie._chie_te img{
  max-width: 118px;
}
.articleArea .aItem .talker.chie._chie_kagami img{
  max-width: 156px;
}
.articleArea .aItem .talker.chie._chie_shot img{
  max-width: 134px;
}
.articleArea .aItem .talker.chie._chie_shot_new img{
  max-width: 130px;
}

.articleArea .aItem .talker.kana img{
  max-width: 164px;
}
.articleArea .aItem .talker.kana._kana_shot img{
  max-width: 140px;
}
.articleArea .aItem .talker.kana._kana_shot_new img{
  max-width: 130px;
}
.articleArea .aItem .talker.kana._kana_te img{
  max-width: 114px;
}
.articleArea .aItem .talker.kana._kana_te_new img{
  max-width: 102px;
}
.articleArea .aItem .talker.kana._kana_udegumi img{
  max-width: 114px;
}
.articleArea .aItem .talker.kana._kana_udegumi_new img{
  max-width: 110px;
}
.articleArea .aItem .talker.kana._kana_tameiki img{
  max-width: 139px;
  margin-right: -40px;
}
.articleArea .aItem .talker.kana._kana_zenshin img{
  width: 202px;
  max-width: 202px;  
  margin-left: -28px;
}
.articleArea .aItem .talker.kana._kana img {
  max-width: 129px;
}
.articleArea .aItem .talker.kana._kana_good img {
  max-width: 122px;
}
.articleArea .aItem .talker.kana._kana_zenshin2 img {
  max-width: 128px;
}

.articleArea .aItem.chiekana .arrBlock {
  max-width: 650px;
}
.articleArea .aItem .talker.chiekana img {
  width: 252px;
  max-width: 252px;
  margin-left: 17px;
}
.articleArea .aItem .talker.chiekana .name span{
  display: inline-block;
}

.articleArea .aItem .talker.owner img{ max-width: 110px;}
.articleArea .aItem .talker.owner._owner_fumu img{
  max-width: 116px;
}
.articleArea .aItem .talker.owner._owner_good img{
  max-width: 112px;
}
.articleArea .aItem .talker.owner._owner_shot img{
  width: 240px;
  max-width: 240px;  
  margin-right: -65px;
}
.articleArea .aItem .talker.owner._owner_anshin img{
  max-width: 132px;
  margin-left: -8px;
}
.articleArea .aItem .talker.owner._owner_more_smile img{
  max-width: 108px;
}
.articleArea .aItem .talker.owner._owner_cha img{
  max-width: 126px;
}

.articleArea .aItem .talker.misawa img{ max-width: 108px;}
.articleArea .aItem .talker.misawa._misawa_kochira img{
  width: 184px;
  max-width: 184px;
  margin-left: -66px;
}
.articleArea .aItem .talker.misawa._misawa_smile img{
  max-width: 104px;
}
.articleArea .aItem .talker.misawa._misawa_kochira_smile img{
  width: 172px;
  max-width: 172px;
  margin-left: -54px;
}
.articleArea .aItem .talker.misawa._misawa_hitosashi img{
  max-width: 112px;
}
.articleArea .aItem .talker.misawa._misawa_shinpai img{
  max-width: 103px;
}
.articleArea .aItem .talker.misawa._misawa_shinken img{
  max-width: 105px;
}
.articleArea .aItem .talker.misawa._misawa_gattsu_shinken img{
  max-width: 104px;
}

.articleArea .aItem .talker .name{
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .articleArea .aItem .talker.chiekana {
    max-width: 300px;
    vertical-align: top;
  }
  .articleArea .aItem .talker.chiekana .name{
    padding-left: 28px;
  }
  .articleArea .aItem .talker.chiekana .name .kana{
    padding-left: 19px;
  }
  .articleArea .aItem .talker.misawa .name{
    font-size: 20px;
  }
}

@media screen and (max-width: 768px){
  .articleArea{
    margin-top: 38px;
  }
  .articleArea .aItem{
    padding-right: 0;
    margin-bottom: 30px;
  }
  .articleArea .aItem.orderRight{
    padding-left: 0;
  }
  .articleArea .aItem .talker{
    width: 105px;    
    padding-right: 17px;
  }.articleArea .aItem.orderRight .talker{
    padding-left: 17px;
  }
  .articleArea .aItem .talker .name{
    font-size: 11px;    
    margin-top: 8px;    
    letter-spacing: 0;
  }

  .articleArea .aItem .talker.chie img{
     max-width: 86px;
  }
  .articleArea .aItem .talker.chie._chie_good img{
    max-width: 100px;
    width: 95px;
  }
  .articleArea .aItem .talker.chie._chie_good_new img{
    max-width: 100px;
    width: 95px;
  }
  .articleArea .aItem .talker.chie._chie_heart img{
    max-width: 80px;
  }
  .articleArea .aItem .talker.chie._chie_hoozue img{
    max-width: 53px;
  }
  .articleArea .aItem .talker.chie._chie_hoozue_new img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.chie._chie_kagami img{
    max-width: 73px;
  }
  .articleArea .aItem .talker.chie._chie_shot img{
    max-width: 72px;
  }
  .articleArea .aItem .talker.chie._chie_shot_new img{
    max-width: 75px;
  }
  .articleArea .aItem .talker.chie._chie_udegumi img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.chie._chie_yubi img{
    max-width: 68px;
    margin-left: -12px;
  }
  .articleArea .aItem .talker.chie._chie_te img{
    max-width: 58px;
  }

  .articleArea .aItem .talker.kana img{
    max-width: 86px;
  }
  .articleArea .aItem .talker.kana._kana_te img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.kana._kana_te_new img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.kana._kana_udegumi img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.kana._kana_udegumi_new img {
    max-width: 63px;
  }
  .articleArea .aItem .talker.kana._kana_tameiki img{
    max-width: 84px;
    margin-right: -10px;
  }
  .articleArea .aItem .talker.kana._kana_shot img{
    max-width: 72px;
  }
  .articleArea .aItem .talker.kana._kana_shot_new img{
    max-width: 74px;
  }
  .articleArea .aItem .talker.kana._kana_zenshin img{    
    max-width: 96px;
    margin-left: -14px;
  }
  .articleArea .aItem .talker.kana._kana img {
    max-width: 70px;
  }
  .articleArea .aItem .talker.kana._kana_good img{
    max-width: 67px;
  }
  .articleArea .aItem .talker.kana._kana_zenshin2 img{
    max-width: 71px;
  }
  
  .articleArea .aItem .talker.chiekana {
    width: 155px;
  }
  .articleArea .aItem .talker.chiekana img {
    max-width: 135px;
    margin-left: 0;
  }
  .articleArea .aItem .talker.chiekana .name{
    padding-left: 10px;
  }
  .articleArea .aItem .talker.chiekana .name .kana{
    padding-left: 10px;
  }

  .articleArea .aItem .talker.owner img{ max-width: 59px;}
  .articleArea .aItem .talker.owner._owner_fumu img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.owner._owner_good img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.owner._owner_cha img{
    max-width: 66px;
  }
  .articleArea .aItem .talker.owner._owner_shot img{
    max-width: 100px;
    margin-right: -8px;
  }
  .articleArea .aItem .talker.owner._owner_anshin img{
    max-width: 70px;
    margin-left: 0;
  }
  .articleArea .aItem .talker.owner._owner_more_smile img{
    max-width: 60px;
  }

  .articleArea .aItem .talker.misawa img{ max-width: 58px;}
  .articleArea .aItem .talker.misawa._misawa_kochira img{
    width: 100%;
    max-width: 94px;
    margin-left: -18px;
  }
  .articleArea .aItem .talker.misawa._misawa_kochira_smile img{
    width: 100%;
    max-width: 87px;
    margin-left: -18px;
  }
  .articleArea .aItem .talker.misawa._misawa-kochira.kochira01 img{
    margin-top: 6vh;
  }
  .articleArea .aItem .talker.misawa._misawa_smile img{
    max-width: 56px;
  }
  .articleArea .aItem .talker.misawa._misawa_hitosashi img{
    max-width: 60px;
  }
  .articleArea .aItem .talker.misawa._misawa_shinpai img{
    max-width: 56px;
  }
  .articleArea .aItem .talker.misawa._misawa_shinken img{
    max-width: 56px;
  }
  .articleArea .aItem .talker.misawa._misawa_gattsu_shinken img{
    max-width: 56px;
  }
}

/* 吹き出し本体 */
.articleArea .aItem .arrBlock{
  max-width: 740px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.articleArea .aItem.orderRight .arrBlock{
  text-align: right;
}
.articleArea .aItem .arrBlock .arrBox{
  position: relative;
  padding: 40px;
  background-color: #fff;
  display: inline-block;
  line-height: 1.8;  
  border-radius: 8px;
  margin-bottom: 50px;  
  text-align: left;
  letter-spacing: 0.06em;
}
.articleArea .aItem .arrBlock .arrBox:last-child{
  margin-bottom: 0;  
}
.articleArea .aItem.bgImg02 .arrBlock{
  width: 100%;
  max-width: 605px;
}
@media screen and (min-width: 769px){
  .articleArea .aItem .arrBlock{
    float: left;
  }
  .articleArea .aItem.orderRight .arrBlock{
    float: right;
  }
}
@media screen and (max-width: 768px){
  .articleArea .aItem .arrBlock{
    width: calc( 100% - 105px )!important;
  }
  .articleArea .aItem .arrBlock .arrBox{
    margin-bottom: 22px;
    padding: 20px;
    font-size: 14px;
  }
}

/* beforeで三角を表現 */
.articleArea .aItem .arrBlock .arrBox::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -16px;
  margin-top: -30px;
  top: 50%;
  border-color: transparent #fff #fff transparent;
  border-width: 30px;
  border-radius: 0 0 8px 0;
  transform: scaleY(0.5) rotate(135deg);
  z-index: -1;
}
.articleArea .aItem.orderRight .arrBlock .arrBox::before{
  left: auto;
  right: -16px;
  border-color: #fff transparent transparent #fff;
  border-radius: 8px 0 0 0;
}

.articleArea .aItem .arrBlock .arrBox._arr10per::before{ top: 10%; }
.articleArea .aItem .arrBlock .arrBox._arr20per::before{ top: 20%; }
.articleArea .aItem .arrBlock .arrBox._arr30per::before{ top: 30%; }
.articleArea .aItem .arrBlock .arrBox._arr40per::before{ top: 40%; }
.articleArea .aItem .arrBlock .arrBox._arr45per::before{ top: 45%; }
@media screen and (max-width: 768px){
  .articleArea .aItem .arrBlock .arrBox._arrSp20per::before{ top: 20%; }
  .articleArea .aItem .arrBlock .arrBox._arrSp25per::before{ top: 25%; }
  .articleArea .aItem .arrBlock .arrBox._arrSp30per::before{ top: 30%; }
  .articleArea .aItem .arrBlock .arrBox._arrSp40per::before{ top: 40%; }
  .articleArea .aItem .arrBlock .arrBox._arrSp50per::before{ top: 50%; }
}

/* 0, 100per common */
.articleArea .aItem .arrBlock .arrBox._arr0per::before,
.articleArea .aItem .arrBlock .arrBox._arr100per::before{
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  border: none;
  border-radius: 0;
  margin-top: 0;
  left: -12px;
}
.articleArea .aItem .arrBlock .arrBox._arr0per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_lt.png);
  top: -15px;
}
.articleArea .aItem .arrBlock .arrBox._arr100per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_lb.png);
  top: auto;
  bottom: -15px;
}

/* blue */
.articleArea .aItem .arrBlock .arrBox._bgSkyblue._arr0per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_bl_lt.png);
}
.articleArea .aItem .arrBlock .arrBox._bgSkyblue._arr100per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_bl_lb.png);
}

/* orderRight */
.articleArea .aItem.orderRight .arrBlock .arrBox._arr0per::before,
.articleArea .aItem.orderRight .arrBlock .arrBox._arr100per::before{
  right: -15px;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._arr0per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_rt.png);
  left: auto;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._arr100per::before{
  background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_rb.png);
  left: auto;
  top: auto;
}

@media screen and (max-width: 768px){
  .articleArea .aItem .arrBlock .arrBox::before{
    border-width: 16px;
    margin-top: -16px;
    left: -14px;
  }
  .articleArea .aItem .arrBlock .arrBox._arr0per::before{
    background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_lt.png);
    top: -7px;
  }
  .articleArea .aItem .arrBlock .arrBox._arr100per::before{
    background-image: url(/homelounge/totikatuyo/chiekana/img/icon_arrow_lb.png);
    top: auto;
    bottom: -7px;
  }

  /* orderRight */
  .articleArea .aItem.orderRight .arrBlock .arrBox::before{
    right: -14px;
  }
  .articleArea .aItem.orderRight .arrBlock .arrBox._arr0per::before,
  .articleArea .aItem.orderRight .arrBlock .arrBox._arr100per::before{
    right: -14px;
  }
}

.articleArea .aItem .arrBlock .arrBox._bgYellow::before{
  border-color: transparent #FDF9BE #FDF9BE transparent;
}
.articleArea .aItem .arrBlock .arrBox._bgGreen::before{
  border-color: transparent #D6E9BE #D6E9BE transparent;
}
.articleArea .aItem .arrBlock .arrBox._bgSkyblue::before{
  border-color: transparent #BCE2EC #BCE2EC transparent;
}
.articleArea .aItem .arrBlock .arrBox._bgPink::before{
  border-color: transparent #F8CDE0 #F8CDE0 transparent;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._bgYellow::before{
  border-color: #FDF9BE transparent transparent #FDF9BE;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._bgGreen::before{
  border-color: #D6E9BE transparent transparent #D6E9BE;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._bgSkyblue::before{
  border-color: #BCE2EC transparent transparent #BCE2EC;
}
.articleArea .aItem.orderRight .arrBlock .arrBox._bgPink::before{
  border-color: #F8CDE0 transparent transparent #F8CDE0;
}

/* fadeInUp */
.category_golf .fadeInUp.is-animated {
  opacity: 1;
  transform: none;
  transition: none;
  animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	  transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

.category_golf.illuimg .fadeInUp{
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.category_golf.illuimg .fadeInUp.is-animated{
  transition: none;
  animation-name: none;
	animation-duration:0s;
  animation-fill-mode: none;
}

/* pager */
.pagerArea{
  margin-top: 65px;
  text-align: center;
  margin-bottom: 30px;
}
.pagerArea._singleUnit{
  margin-bottom: 106px;
}
.pagerArea .next img{
  max-width: 284px;
}
.pagerArea .next._in img{
  max-width: 296px;
}
/* .pagerArea .next.next10 img{
  max-width: 538px;
} */
.pagerArea .prev{
  margin-top: 50px;
}
.pagerArea .prev img{
  max-width: 218px;
}
.btn_pagelist{
  padding-bottom: 80px;
  text-align: center;
}
.btn_pagelist img{
  max-width: 130px;
}
@media screen and (max-width: 768px){
  .pagerArea{
    margin-top: 44px;
    margin-bottom: 20px;
  }
  .pagerArea._singleUnit{
    margin-bottom: 78px;
  }
  .pagerArea .next img{
    max-width: 192px;
  }
  .pagerArea .next._in img{
    max-width: 208px;
  }
  /* .pagerArea .next.next10 img{
    max-width: 335px;
  } */
  .pagerArea .prev{
    margin-top: 36px;
  }
  .pagerArea .prev img{
    max-width: 145px;
  }
  .btn_pagelist{
    margin-top: 20px;    
  }
  .pagerArea._singleUnit + .btn_pagelist{
    margin-top: 78px;    
  }
  .btn_pagelist img{
    max-width: 91px;
  }
}


/* ********** hole001 ********** */

.hole001 .imgBlock.map img{
  max-width: 956px;
}
.hole001 .imgBlock.report img{
  max-width: 928px;
}
.hole001 .talker.chie img{
  margin-top: -50px;
}
@media screen and (min-width: 769px){
  .hole001 ._gattsu01 img{
    padding-top: 120px;
  }
  .hole001 .imgBlock.point {
    margin-bottom: 50px;
  }
  .hole001 .aItem.bgImg01,
  .hole001 .aItem.bgImg02,
  .hole001 .aItem.bgImg03{
    position: relative;
    z-index: 0;
  }
  .hole001 .aItem.bgImg01:after{
    content: '';
    background: url(/homelounge/totikatuyo/chiekana/img/hole001/img_golf.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 280px;
    height: 292px;
    top: -30px;
    right: -1%;
    z-index: -1;
  }
  .hole001 .aItem.bgImg02:after{
    content: '';
    background: url(/homelounge/totikatuyo/chiekana/img/hole001/img_machi.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 524px;
    height: 207px;
    top: 30px;
    left: -30px;
    z-index: -1;
  }
  .hole001 .aItem.bgImg03:after{
    content: '';
    background: url(/homelounge/totikatuyo/chiekana/img/hole001/img_family.png) no-repeat;
    position: absolute;
    background-size: contain;
    width: 164px;
    height: 166px;
    top: calc( 50% - 83px);
    right: 0;
    z-index: -1;
  }
  .hole001 .talker.kana img{
    margin-top: -45px;
  }
  .hole001 .contact-btn{
    margin-top: 55.16px;
  }
}
@media screen and (max-width: 768px){
  .hole001 .talker.chie img{
    margin-top: -20px;
  }
  .hole001 .imgBlock.golf img{
    max-width: 210px;
  }
  .hole001 .imgBlock.machi img{
    max-width: 344px;
  }
  .hole001 .imgBlock.family{
    text-align: left;
  }
  .hole001 .imgBlock.family img{
    max-width: 86px;
    margin-top: -50px;
    margin-left: 5px;
  }
  .hole001 ._gattsu01 img{
    padding-top: 90px;
  }
  .hole001 .kochira01 img{
    padding-top: 40px;
  }
  .hole001 .contact-btn{
    margin-top: 192px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)  
  and (-webkit-device-pixel-ratio: 2) { 
  .hole001 ._gattsu01 img{
    padding-top: 145px;
  }
}

/* ********** hole002 ********** */

.hole002 .imgBlock.kana{
  padding: 0 17%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hole002 .evaluation{
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}
.hole002 .clover{
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
.hole002 .examination{
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}
.hole002 .talker.chie img{
  margin-top: -30px;
}
.hole002 .talker.chie._chie_good img{
  margin-top: -20px;
}
.hole002 .map .caption{
  text-align: left;
}
@media screen and (min-width: 769px){
  .hole002 .articleArea{
    margin-top: 136px;
  }
  .hole002 .report img{
    max-height: 370px;
    max-width: 560px;
  }
  .hole002 .kakeizu img{
    max-height: 370px;
    max-width: 408px;
  }
  .hole002 ._hitosashi01 img{
    margin-top: 25px;
  }
  .hole002 ._kochira01 img{
    margin-top: -4.5em;
  }
  .hole002 ._gattsu01 img{
    margin-top: -50px;
  }
  .hole002 .owner01{
    margin-bottom: 75px;
  }  
  .hole002 .contact-btn{
    margin-top: 68.53px;
  }
}
@media screen and (max-width: 768px){
  .hole002 .imgBlock.kana{
    padding: 0;
    max-width: 425px;
  }
  .hole002 .kana01 img{
    max-width: 308px;
  }
  .hole002 .misawa01 img{
    padding-top: 16px;
  }
  .hole002 .misawa02 img{
    margin-top: -14px;
  }
  .hole002 ._hitosashi01 img{
    margin-bottom: -36px;
  }
  .hole002 ._kochira01 img{
    margin-top: -84px;
  }
  .hole002 ._gattsu01 img{
    margin-top: -50px;
  }
  .hole002 .talker.chie._chie_good img{
    margin-top: 4px;
  }
  .hole002 .clover{
    max-width: 315px;
  }
  .hole002 .map .caption{
    text-align: right;
  }
  .hole002 .kakeizu{
    max-width: 290px;
  }
  .hole002 .examination{
    max-width: 290px;
  }
  .hole002 .contact-btn{
    margin-top: 200px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)  
  and (-webkit-device-pixel-ratio: 2) { 
    .hole002 ._hitosashi01 img{
      margin-bottom: -65px;
    }
    .hole002 .misawa02 img{
      margin-top: 10px;
    }
    .hole002 ._kochira01 img{
      margin-top: -112px;
    }
}

/* ********** hole003 ********** */
.hole003 .bg_zzz img{
  max-width: 546px;
  margin-left: -120px;
}
.hole003 ._fuan2_01 img{
  margin-top: -88px;
}
.hole003 ._gattsu01 img{
  margin-top: -60px;
}
@media screen and (min-width: 769px){
  .hole003 .talker.kana img{
    margin-top: -60px;
  }
  .hole003 .owner01{
    margin-bottom: 76px;
  }
  .hole003 .contact-btn{
    margin-top: 23.38px;
  }
}
@media screen and (max-width: 768px){
  .hole003 .bg_zzz img{
    max-width: 275px;
    margin-left: -8%;
  }
  .hole003 .img_land02{
    margin-bottom: 16.95px;
  }
  .hole003 .misawa01 img{
    padding-top: 20px;
  }
  .hole003 .talker.kana img{
    padding-top: 15px;
  }
  .hole003 .contact-btn{
    margin-top: 190px;
  }
}


/* ********** hole004 ********** */
.hole004 .animal img{
  max-width: 710px;
}
.hole004 .fish img{
  max-width: 640px;
}
.hole004 .panel img{
  max-width: 652px;
}
.hole004 .zu2 img{
  max-width: 924px;
}
.hole004 .zu3 img{
  max-width: 908px;
}
.hole004 .talker.kana._kana_te img{
  margin-top: -20px;
}
.hole004 .owner01{  
  margin-bottom: 40px;
}
.hole004 .owner01 .talker.owner img{
  margin-top: -30px;
}
.hole004 .talker.chie img{  
  margin-top: -30px;
}
.hole004 .talker.chie._chie_good img{
  margin-top: -52px;
}
.hole004 ._hitosashi01 img {
  margin-top: -50px;
}
.hole004 ._kochira01 img {
  margin-top: -56px;
}
@media screen and (min-width: 769px){
  .hole004 .misawa01{  
    margin-bottom: 50px;
  }
  .hole004 .misawa01 .misawa img{  
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px){
  .hole004 .animal{
    margin-bottom: 7.63px;
  }
  .hole004 .animal img{
    max-width: 350px;
  }
  .hole004 .fish img{
    max-width: 320px;
  }
  .hole004 .owner01{  
    margin-bottom: 7.63px;
  }
  .hole004 .owner01 .talker.owner img{
    margin-top: 4px;
  }
  .hole004 .talker.chie._chie_good img{
    margin-top: 0;
  }
  .hole004 .talker.kana._kana_te img{
    margin-top: 15px;
  }
  .hole004 ._kochira01 img {
    margin-top: -105px;
  }
  .hole004 .contact-btn{
    margin-top: 194px;
  }
}


/* ********** hole005 ********** */
.hole005 .misawa01 img{
  margin-top: -50px;
}
.hole005 .misawa02 img{
  margin-top: 20px;
}
.hole005 .misawa03 img{
  margin-top: -50px;
}
.hole005 .bgImg01,
.hole005 .bgImg02{
  position: relative;
  z-index: 0;
}
.hole005 .bgImg01:after{
  content: '';
  background-image: url(/homelounge/totikatuyo/chiekana/img/hole005/img_dentaku.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 138px;
  height: 169px;
  bottom: -30px;
  right: 0;
  z-index: -1;
}
.hole005 .bgImg02:after{
  content: '';
  background-image: url(/homelounge/totikatuyo/chiekana/img/hole005/img_okane.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 250px;
  height: 218px;
  top: -20px;
  left: 0;
  z-index: -1;
}
.hole005 .chie_3p img {
  max-width: 840px;
}
@media screen and (min-width: 769px){
  .hole005 .talker.kana img{
    margin-top: -40px;
  }
  .hole005 .contact-btn{
    margin-top: 50.16px;
  }
}
@media screen and (max-width: 768px){
  .hole005 .misawa01 img{
    margin-top: 22px;
  }
  .hole005 .misawa02 img{
    margin-top: 10px;
  }
  .hole005 .bgImg01:after{
    width: 69px;
    height: 84px;
    bottom: 0px;
    right: auto;
    left: 8px;
  }
  .hole005 .bgImg02:after{
    width: 112px;
    height: 98px;
    top: -7px;
    left: -7px;
  }
  .hole005 .chie_3p img {
    max-width: 100%;
  }
  .hole005 .contact-btn{
    margin-top: 205px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)  
  and (-webkit-device-pixel-ratio: 2) { 
  .hole005 .bgImg01:after{
    width: 69px;
    height: 84px;
    bottom: 10px;
    right: auto;
    left: 8px;
  }
}



/* ********** hole006 ********** */

.hole006 .hyou img{
  max-width: 908px;
}
.hole006 .bank img{
  max-width: 769px;
}
.hole006 .talker.chie img{  
  margin-top: -55px;
}
.hole006 .bgImg01{
  position: relative;
  z-index: 0;
}
.hole006 .bgImg01:after{
  content: '';
  background-image: url(/homelounge/totikatuyo/chiekana/img/hole006/img_dentaku.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 155px;
  height: 190px;
  top: 50%;
  right: 10px;
  margin-top: -95px;
  z-index: -1;
}
@media screen and (max-width: 768px){
  .hole006 .misawa01 img{
    margin-top: 30px;
  }
  .hole006 .zu img{
    max-width: 290px;
  }
  .hole006 .hyou img{
    max-width: 344px;
  }
  .hole006 .bank img{
    max-width: 340px;
  }
  .hole006 .talker.chie img{  
    margin-top: 0;
  }
  .hole006 .bgImg01:after{
    display: none;
  }
  .hole006 .icon_dentaku{
    max-width: 76px!important;
    margin: 14px auto 0!important;
  }
  .hole006 .aItem.bgImg01 .arrBlock .arrBox::before{
    top: 27%;
  }
  .hole006 .contact-btn{
    margin-top: 230px;
  }
}

/* ********** hole007 ********** */
.hole007 .illust img{
  max-width: 815px;
}
.hole007 .misawa01 img{  
  margin-top: -25px;
}
.hole007 .talker.chie img{  
  margin-top: 12px;
}
@media screen and (min-width: 769px){ 
  .hole007 .owner01 img{  
    margin-top: -75px;
  }
  .hole007 .ownerMg{
    margin-bottom: 14.55px!important;
  }
  .hole007 .contact-btn{
    margin-top: 69.17px;
  }
}
@media screen and (max-width: 768px){
  .hole007 .illust{
    margin-bottom: 22.38px;
  }
  .hole007 .illust img{
    max-width: 305px;
  }
  .hole007 .misawa01 img{  
    margin-top: 15px;
  }
  .hole007 .talker.kana.kana01 img{  
    margin-top: 15px;
  }
  .hole007 .ownerMg{
    margin-bottom: 22.38px!important;
  }
  .hole007 .misawaMg{
    margin-bottom: 20.675px!important;
  }
  .hole007 .contact-btn{
    margin-top: 192px;
  }
}

/* ********** hole008 ********** */
.hole008 .graph,
.hole008 .graph2{
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.hole008 .talker.chie img{  
  margin-top: 12px;
}
.hole008 .talker.misawa01 img{  
  margin-top: -15px;
}
@media screen and (min-width: 769px){  
  .hole008 .articleArea{
    margin-top: 146px;
  }
  .hole008 .owner01{
    margin-bottom: 68.17px;
  }
  .hole008 .talker.kana img{
    margin-top: -78px;
  }
  .hole008 .contact-btn{
    margin-top: 41.39px;
  }
  .hole008 .misawaMg{
    margin-bottom: 26.18px;
  }
  .hole008 .aItem.chie{
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 768px){
  .hole008 .talker.misawa01 img{  
    margin-top: 22px;
  }
  .hole008 .talker.misawa02 img{  
    margin-top: 30px;
  }
  .hole008 .owner02{  
    margin-bottom: 15.45px;
  }
  .hole008 .talker.kana img{  
    margin-top: 18px;
  }
  .hole008 .contact-btn{
    margin-top: 200px;
  }
}

/* ********** hole009 ********** */
.hole009 .career img{  
  max-width: 721px;
}
.hole009 .deguchi img{  
  max-width: 987px;
}
.hole009 .misawa01 img{  
  margin-top: -100px;
}
.hole009 .aItem.bgImg01{
  position: relative;
  z-index: 0;
}
.hole009 .aItem.bgImg01:after{
  content: '';
  background: url(/homelounge/totikatuyo/chiekana/img/hole009/bg_fuufu.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 194px;
  height: 173px;
  bottom: 0;
  left: -14px;
  z-index: -1;
}
@media screen and (min-width: 769px){
  .hole009 .career{
    margin-bottom: 65px;
  }
  .hole009 .chie01 img{  
    margin-top: -25px;
  }
  .hole009 .kana01{  
    margin-top: -15px;
  }
  .hole009 .kana01 img{  
    margin-top: -15px;
  }
  .hole009 .misawa02 img{  
    margin-top: 70px;
  }
  .hole009 .chieMg{
    margin-bottom: 67px;
  }
  .hole009 .contact-btn{
    margin-top: 56.96px;
  }
}
@media screen and (max-width: 768px){  
  .hole009 .chieMg{  
    margin-bottom: 12.155px!important;
  }
  .hole009 .kana02 img{  
    padding-top: 12px;
  }
  .hole009 .career img{  
    margin-bottom: 30px;
  }
  .hole009 .misawa00 img{  
    margin-top: 20px;
  }
  .hole009 .misawa01 img{  
    margin-top: -100px;
  }
  .hole009 .misawa02 img{  
    margin-bottom: 90px;
  }
  .hole009 .aItem.bgImg01:after{
    width: 97px;
    height: 86px;
    top: -100px;
    bottom: auto;
    left: -8px;
  }
  .hole009 .contact-btn{
    margin-top: 200px;
  }
}


/* ********** hole010 ********** */
.hole010 .zu img{
  max-width: 768px;
}
@media screen and (min-width: 769px){
  .hole010 .bgImg01{
    position: relative;
    z-index: 0;
  }
  .hole010 .bgImg01:after{
    content: '';
    background-image: url(/homelounge/totikatuyo/chiekana/img/hole010/img_course.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 286px;
    height: 241px;
    top: -56px;
    left: -130px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px){
  .hole010 .zu img{
    max-width: 251px;
  }
  .hole010 .contact-btn{
    margin-top: 200px;
  }
  .hole010 .misawa01 img{
    padding-bottom: 40px;
  }
}


/* ********** hole011 ********** */
.hole011 .chie3 img{
  max-width: 780px;
}
@media screen and (min-width: 769px){
  .hole011 .chie01{
    margin-bottom: 26.19px;
  }
  .hole011 .chie01 .chie img{
    margin-top: -25px;
  }  
  .hole011 .misawa01{
    margin-bottom: 35.19px;
  }
  .hole011 .misawa02{
    padding-bottom: 20px;
  }
  .hole011 .kana01 img{
    margin-top: -60px;
  }
  .hole011 .photo3 .caption{
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
  .hole011 .contact-btn{
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px){
  .hole011 .contact-btn{
    margin-top: 195px;
  }
}


/* ********** hole012 ********** */
.hole012 .zu img {
  max-width: 908px;
}
.hole012 .plan img {
  max-width: 908px;
}
.hole012 .dannetsu img {
  max-width: 652px;
}
.hole012 .garasu img {
  max-width: 495px;
}
.hole012 .pot img {
  max-width: 304px;
}

@media screen and (min-width: 769px){
  .hole012 .articleArea{
    margin-top: 126px;
  }
  .hole012 .owner01{
    margin-bottom: 50px;
  }  
  .hole012 .txtS{
    font-size: 20px;
  }
  .hole012 .misawa01 ._arr::before{
    top: 52%;
  }
  .hole012 .pad img{
    max-width: 788px;
  }
  .hole012 .chieMg{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px){  
  .hole012 .owner01{
    margin-bottom: 20px;
  }  
  .hole012 .articleArea .aItem .talker.kana._kana_tameiki img {
    max-width: 75px;
    margin-right: 0;
  }
  .hole012 .articleArea .aItem .talker.chie._chie_udegumi img{
    max-width: 60px;
  }
  .hole012 .pc img {
    max-width: 280px;
  }
  .hole012 .garasu img {
    max-width: 250px;
  }
  .hole012 .pot img {
    max-width: 160px;
  }
  .hole012 .contact-btn {
    margin-top: 230px;
  }
  .hole012 .txtS{
    font-size: 11px;
  }
}

/* ********** hole013 ********** */
.hole013 .illust img{
  max-width: 514px;
}
.hole013 .misawa01 img {
  margin-top: -50px;
}
.hole013 .misawa02 img {
  margin-top: 5px;
}
.hole013 .zu img{
  max-width: 884px;
}
@media screen and (min-width: 769px) {
  .hole013 ._kochira01 img {
    margin-top: 2em;
  }
  .hole013 ._gattsu01 img {
    margin-top: -95px;
  }
  .hole013 .talker.kana ._kana_te_new img {
    margin-top: 10px;
  }
  .hole013 .ownerMg{
    margin-bottom: 50px;
  }
  .hole013 .illust{
    margin-bottom: 60px;
  }
  .hole013 .misawaMg{
    margin-bottom: 50px;
  }
  .hole013 .zu{
    margin-bottom: 60px;
  }
  .hole013 .chie01{
    margin-bottom: 30px;
  }
  .hole013 .misawa01{
    margin-bottom: 60px;
  }
  .hole013 .misawa01 ._misawa_smile{
    vertical-align: bottom;
  }
  .hole013 ._kana_zenshin img{
    margin-top: -52px;
  }
  .hole013 .contact-btn {
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .hole013 .illust img{
    max-width: 245px;
  }
  .hole013 .misawa01 img {
    margin-top: 22px;
  }
  .hole013 .misawa02 img {
    margin-top: -50px;
  }
  .hole013 ._kochira01 img {
    margin-top: 65px;
  }
  .hole013 ._gattsu01 img {
    margin-top: -80px;
  }
  .hole013 .talker.kana img {
    padding-top: 15px;
  }
  .hole013 .ownerMg{
    margin-bottom: 25px;
  }
  .hole013 .misawaMg{
    margin-bottom: 10px;
  }
  .hole013 .zu{
    margin-bottom: 20px;
  }
  .hole013 .contact-btn{
    margin-top: 220px;
  }
}

/* ********** hole014 ********** */
.hole014 .w788px img{
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
.hole014 ._kochira01 img {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .hole014 .articleArea{
    margin-top: 126px;
  }
  .hole014 .misawa01{
    margin-bottom: 45px;
  }
  .hole014 ._sumaho{
    margin-bottom: 45px;
  }
  .hole014 ._sumaho img{
    max-width: 460px;
  }
  .hole014 .talker.chie img {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hole014 .misawa01{
    margin-bottom: 18px;
  }
  .hole014 ._misawa_smile {
    padding-bottom: 27px;
  }
  .hole014 ._sumaho{
    margin-bottom: 25px;
  }
  .hole014 ._sumaho img {
      max-width: 240px;
  }
  .hole014 ._kochira01 img{
    margin-top: 10px;
  }
}

/* ********** hole015 ********** */
.hole015 ._shuno img{
  max-width: 580px;
}
.hole015 .bgImg01{
  position: relative;
  z-index: 0;
}
.hole015 .bgImg01:after {
  content: '';
  background-image: url(/homelounge/totikatuyo/chiekana/img/hole015/img_kura.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  width: 173px;
  height: 159px;
  top: 3px;
  left: 24%;
  z-index: -1;
}
.hole015 .misawa02 img {
  margin-top: 92px;
}
.hole015 ._apart img {
  max-width: 456px;
}
@media screen and (min-width: 769px) {
  .hole015 ._kana_good{
    margin-bottom: 60px;
  }
  .hole015 ._owner_hou{
    margin-bottom: 45px;
  }
  .hole015 ._apart{
    margin-bottom: 45px;
  }
  .hole015 ._photo {
    margin-bottom: 60px;
  }
  .hole015 .misawaMg {
    margin-bottom: 0;
  }
  .hole015 .misawaMg3{
    margin-bottom: 55px;
  }
  .hole015 .kanaMg {
    margin-bottom: 26px;
  }
  .hole015 ._kana_zenshin2 img {
    margin-top: -46px;
  }
}
@media screen and (max-width: 768px) {
  .hole015 .misawaMg {
    margin-bottom: 0;
  }
  .hole015 ._kana_good{
    margin-bottom: 20px;
  }
  .hole015 ._owner_hou{
    margin-bottom: 15px;
  }
  .hole015 .misawaMg3{
    margin-bottom: 20px;
  }
  .hole015 ._photo {
    margin-bottom: 15px;
  }
  .hole015 ._apart{
    margin-bottom: 15px;
  }
  .hole015 ._shuno img{
    max-width: 264px;
  }
  .hole015 .bgImg01{
    margin-bottom: 165px;
  }
  .hole015 .bgImg01:after{
    width: 125px;
    left: 100px;
    bottom: -180px;
    top: auto;
  }
  .hole015 ._apart img{
    max-width: 250px;
  }
}


/* ********** hole016 ********** */
.hole016 .illust img{
  max-width: 713px;
}
@media screen and (min-width: 769px){  
  .hole016 .chie01{
    margin-bottom: 59.87px;
  }
  .hole016 .photo2 img{
    max-height: 200px;
    max-width: 475px;
  }
  .hole016 .misawa01{
    margin-bottom: 5.19px;
  }
  .hole016 .kana01,
  .hole016 .kana02{
    margin-bottom: 0;
  }
  .hole016 .kana01 .kana img{
    margin-top: -67px;
  }
  .hole016 .kana02 .kana img{
    margin-top: -67px;
  }
  .hole016 .contact-btn{
    margin-top: 40.4px;
  }
}
@media screen and (max-width: 768px){
  .hole016 .photo{
    max-width: 290px;
  }
  .hole016 .misawaMg{
    margin-bottom: 25px;
  }
  .hole016 .contact-btn{
    margin-top: 180px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)  
  and (-webkit-device-pixel-ratio: 2) {
  .hole016 .misawa02 .misawa img{
    padding-bottom: 30px;
  }
}

/* ********** hole017 ********** */
.hole017 .illust img{
  max-width: 973px;
}
.hole017 .illust2 img{
  max-width: 1010px;
}
.hole017 .photo img{
  max-width: 908px;
}
.hole017 .photo4 img{
  max-width: 1072px;
}
.hole017 .misawa01 .misawa img{
  margin-top: -40px;
}
.hole017 .misawa03 .misawa img{
  margin-top: -70px;
}
@media screen and (min-width: 769px){
  .hole017 .chie01 .chie img{
    margin-top: -120px;
  }
  .hole017 .misawa02 .misawa img{
    margin-top: -100px;
  }
  .hole017 .misawa03 .misawa img{
    margin-top: -70px;
  }
  .hole017 .kana01 .kana img{
    margin-top: -50px;
  }
  .hole017 .chie01{
    margin-bottom: 50px;
  }
  .hole017 .contact-btn{
    margin-top: 70.21px;
  }
}
@media screen and (max-width: 768px){
  .hole017 .illust img{
    max-width: 339px;
  }
  .hole017 .illust2 img{
    max-width: 337px;
  }
  .hole017 .photo img{
    max-width: 344px;
  }
  .hole017 .chie01 .chie img{
    padding-top: 20px;
  }
  .hole017 .misawa02 .misawa img{
    margin-top: -80px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px)  
  and (-webkit-device-pixel-ratio: 2) {
  .hole017 .chie01 .chie img{
    padding-top: 40px;
  }  
  .hole017 .misawa01 .misawa img{
    margin-top: -60px;
  }
  .hole017 .misawa03 .misawa img{
    margin-top: -85px;
  }
  .hole017 .contact-btn{
    margin-top: 190px;
  }
}


/* ********** hole015 ********** */
.hole018 .iluust2 img{
  max-width: 394px;
}
.hole018 .nextVideoArea{
  text-align: center;
}
.hole018 .nextVideoArea .heading {
  font-size: 25px;
  color: #1B8826;
  font-weight: bold;
  line-height: 1.6;
}
.hole018 .nextVideoArea .heading .txt {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: 0.08em;
}
.hole018 .nextVideoArea .bnr-img {
  margin-top: 35px;
}
.hole018 .nextVideoArea .bnr-img img {
  max-width: 537px;
}
.hole018 .nextVideoArea .heading .txt:before,
.hole018 .nextVideoArea .txt:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 85%;
  top: 8px;
  background: #1B8826;
  border-radius: 3px;
}
.hole018 .nextVideoArea .heading .txt:before {
  left: -30px;
  transform: rotate(-25deg);
}
.hole018 .nextVideoArea .heading .txt:after {
  right: -30px;
  transform: rotate(25deg);
}
@media screen and (min-width: 769px) {
  .hole018 .kana02{
    margin-bottom: 90px;
  }
  .hole018 ._chie_good_new{
    padding-bottom: 130px;
  }
  .hole018 .bgImg01 {
      position: relative;
      z-index: 0;
  }
  .hole018 .bgImg01::after {
    content: '';
    background-image: url(/homelounge/totikatuyo/chiekana/img/hole018/img_iluust.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 333px;
    height: 259px;
    top: -85px;
    left: 0;
    z-index: -1;
  }
  .hole018 .contact-btn{
    margin-top: 125px;
  }
  .hole018 .pagerArea{
    margin-top: 150px;
  }
  .hole018 .btn_pagelist{
    padding-bottom: 80px;
  }
  .hole018 .btn_pagelist img{
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .hole018 .kana02{
    margin-bottom: 50px;
  }
  .hole018 .iluust2 img{
    max-width: 210px;
  }
  .hole018 .misawa01 img{
    margin-top: -25px;
  }
  .hole018 ._chie_good_new{
    padding-bottom: 75px;
  }
  .hole018 .nextVideoArea .heading .txt {
    font-size: 15px;
  }
  .hole018 .nextVideoArea .bnr-img{
    margin-top: 20px;
  }
  .hole018 .nextVideoArea .bnr-img img {
    padding: 0 11%;
    max-width: 100%;
  }
  .hole018 .nextVideoArea .heading .txt:before,
  .hole018 .nextVideoArea .heading .txt:after {
    height: 100%;
    top: 0;
  }
  .hole018 .nextVideoArea .heading .txt:before{
    left: 10px
  }
  .hole018 .nextVideoArea .heading .txt:after{
    right: 10px
  }
  .hole018 .pagerArea{
    margin-top: 110px;
  }
  .hole018 .btn_pagelist img{
    max-width: 110px;
  }
}
