@charset "UTF-8";
html{
  font-size:62.5%;
}
body{
  font-family: '游ゴシック', YuGothic, 'メイリオ', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size:1.4rem;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #333333;
}
/* 題字用フォント */
@font-face {
  font-family: 'マメロン';
  src: url('../font/Mamelon3.woff2') format('woff2');
  src: url('../font/Mamelon3.eot') format('embedded-opentype');
  src: url('../font/Mamelon3.otf') format('opentype');
}
@font-face {
  font-family: 'GEN';
  src: url('../font/GenJyu.eot') format('embedded-opentype');
  src: url('../font/GenJyu.woff2') format('woff2');
  src: url('../font/GenJyu.ttf') format('truetype');
}
@font-face {
  font-family: 'CORPO';
  src: url('../font/corpround.eot') format('embedded-opentype');
  src: url('../font/corpround.woff2') format('woff2');
  src: url('../font/corpround.ttf') format('truetype');
}

header{
  background: #ffffff;
}
#header_in{
  padding-top: 10px;
  padding-bottom:4px;
}

/* spView PCmenu非表示 */
@media (max-width: 549px){
  .pc_navi{
    display: none;
  }
  .pc_logo{
    display: none;
  }
}

/* 549px以下,ロゴサイズ、ロゴ下文章指定、フロート、ナビサイズ、ハンバーガーメニュー */
@media(max-width: 549px) {
  .logo{
    width: 80%;
  }
  .sp_logo h1{
    margin:0;
    padding:0;
    line-height: 0;
    margin-top: 10px;
  }

  .sp_logo h1 a{
    display: block;
		font-size: 0;
    background-image: url(../images/sp/logo.png);
    background-size:contain;
    background-repeat:no-repeat;
    height: 40px;
    width: auto;
}

  .sp_logo p {
    width:95%;
    font-size:1.7rem;
    line-height: 1.3;
    letter-spacing: .03em;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
  }
  .navi{
    width:50px;
    float: right;
    margin-top:10px;
    margin-right: -20px;
  }
  .sp_navi_li{
    width: 180px;
    position: absolute;
    top:60px;
    right:2%;
    border: 1px solid #beb098;
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background: white;
    margin: 0;
    padding:0;
    display: none;
    z-index: 20;
  }
  .sp_navi_li li{
    list-style: none;
    margin: 0;
    padding:0;
  }
  .sp_navi_li a{
    display: block;
    padding: 10px 8px;
    border-bottom: 1px solid #beb098;
    font-size: 2.0rem;
    text-decoration: none;
    text-align: center;
    color:#43a639;
  }
}

/* PCViewでSPmenu非表示 */
@media (min-width: 550px) {
  .sp_navi{
    display: none;
  }
  .sp_logo{
    display: none;
  }
}

/* 550px以上,ロゴサイズ、ロゴ上文章指定、フロート、ナビサイズ */
@media(min-width: 550px) {
  #header_in{
    padding: 5px 0 10px 0;
  }
  .pc_logo h1{
    margin:0;
    padding:0;
    line-height: 0;
  }
  .pc_logo h1 a{
    display: block;
		font-size: 0;
    background-image: url(../images/pc/logo.png);
    background-size:contain;
    background-repeat:no-repeat;
    height: 65px;
    width: auto;
}
  .pc_logo p {
    width:270px;
    font-size:1.3rem;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-top: 10px;
    margin-bottom: 1.0em;
    font-weight:normal;
  }
  .pc_time_li{
    margin:0;
    padding:0;
    text-align: right;
    font-size: 0;
    margin-top: 10px;
  }
  .pc_time_li li{
    list-style:none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .pc_time_li li a{
    color: #333333;
    text-decoration: none;
    font-size:1.3rem;
    font-family: 'GEN';
    float: left;
    padding-right: 10px;
    font-weight:bold;
  }
  .pc_time_li li a:hover{
    color: #43a639;
  }

  .pc_appoint{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right:10px;
    padding-top: 1px;
  }

  .pc_appoint a{
    color:#333333;
    font-family: 'GEN';
    text-decoration:underline;
    text-decoration-color:#8FBC8B;
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .pc_appoint a:hover{
    color: #43a639;
  }

  .pc_faq{
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right:10px;
  }
  .pc_faq a{
    color:#333333;
    font-family: 'GEN';
    text-decoration: none;
    font-size:1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .pc_faq a:hover{
    color: #43a639;
  }
  .pc_navi_li{
    margin:0;
    padding:0;
    text-align: right;
    font-size: 0;
    font-weight: bold;
  }
  .pc_navi_li li{
    list-style:none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .pc_navi_li li a{
    color: #333333;
    font-family: 'GEN';
    text-decoration: none;
    font-size:1.3rem;
    float: left;
    padding-right: 7px;
  }
  .pc_navi_li li a:hover{
    color: #43a639;
  }
  /*.pc_time_li li.navi_jikan a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_jikan.png");
    background-size: 18px 18px;
  }
  .pc_time_li li.navi_phone a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_phone.png");
    background-size: 18px 18px;
  }
  .pc_faq a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_faq.png");
    background-size: 18px 18px;
  }

  .pc_appoint a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 21px;
    background-image: url("../images/pc/mail.png");
    background-size: 18px 15px;
  }*/

 /*  .pc_navi_li li.navi_top a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_top.png");
    background-size: 18px 18px;
  }
  .pc_navi_li li.navi_jirei a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_jirei.png");
    background-size: 18px 18px;
  }
  .pc_navi_li li.navi_flow a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_flow.png");
    background-size: 18px 18px;
  }
  .pc_navi_li li.navi_manga a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_manga.png");
    background-size: 18px 18px;
  }
  .pc_navi_li li.navi_voice a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_voice.png");
    background-size: 18px 18px;
  }
  .pc_navi_li li.navi_access a{
    background-repeat:no-repeat;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
    background-image: url("../images/pc/navi_access.png");
    background-size: 18px 18px;
  }*/
}

/* 550px以上,ナビ前のアイコン Retina用画像 
@media screen and (min-width: 550px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 550px) and (min-resolution: 2dppx) {
  .pc_time_li li.navi_jikan a{
    background-image: url("../images/pc/navi_jikan@2x.png");
  }
  .pc_time_li li.navi_phone a{
    background-image: url("../images/pc/navi_phone@2x.png");
  }
  .pc_faq a{
    background-image: url("../images/pc/navi_faq@2x.png");
  }
  .pc_appoint a{
    background-image: url("../images/pc/mail@2x.png");
  }
  .pc_navi_li li.navi_top a {
    background-image: url("../images/pc/navi_top@2x.png");
  }
  .pc_navi_li li.navi_jirei a {
    background-image: url("../images/pc/navi_jirei@2x.png");
  }
  .pc_navi_li li.navi_flow a {
    background-image: url("../images/pc/navi_flow@2x.png");
  }
  .pc_navi_li li.navi_manga a {
    background-image: url("../images/pc/navi_manga@2x.png");
  }
  .pc_navi_li li.navi_voice a {
    background-image: url("../images/pc/navi_voice@2x.png");
  }
  .pc_navi_li li.navi_access a {
    background-image: url("../images/pc/navi_access@2x.png");
  }
}*/

/* 705px以上,ヘッダー表示調整 */
@media(min-width: 705px) {
  .pc_time_li li a{
    font-size: 1.2rem;
  }
  .pc_faq a{
    margin-bottom: 35px;
  }
}

/* 1000px以上,ヘッダー表示調整 */
@media(min-width: 1000px) {
  .pc_logo p {
    font-size:1.4rem;
  }
  .pc_time_li li a{
    font-size: 1.4rem;
  }
  .pc_faq a{
    font-size:1.5rem;
    margin-top: 5px;
    margin-bottom: 55px;/* よくある質問とナビの間の空間 */
  }
  .pc_navi_li li a{
    font-size:1.4rem;
    font-weight: bold;
  }
}

/* 1200px以上,ヘッダー表示調整 */
@media(min-width: 1200px) {
  .pc_navi_li li a{
    font-size:1.2rem;
    font-weight: bold;
  }
}



/* カバーエリア（slider,topPage）*/
@media(min-width: 550px){
  #cover_area{
    width:100%;
    background-color:#FFF1F1;
  }
}

/* カバーエリア（slider,topPage）、SPviewでPCmenu非表示 */
@media (max-width: 549px){
  #pc_cover_area{
    display: none;
  }
}

/* カバーエリア（slider,topPage）,PCviewでSPmenu非表示 */
@media (min-width: 550px) {
  #sp_cover_area{
    display: none;
  }
}

/* slider設定 PCview・SPview切り替えstyle.css */
/* slider見た目slick.css下部 */
/* slider動作slick.min.js下部*/

/*トップページ informationエリア*/
#info{/*#infoで挟んでmargintopつけた*/
  margin-top: 25px;
}

#inform_area .container{
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

#inform_area .info-whole{
  border: 2px solid #faa096;
  border-radius: 4px;
}

#inform_area .info-title{
  background-color: #faa096;
  font-size: 1.8rem;
  font-weight:bold;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.01em;
  text-shadow: 1px 2px 3px #808080
}

#inform_area .info-space{
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight:bold;
  text-align: left;
  background-color: white/*ト#fbc3df*/;
  padding: 8px;
  letter-spacing: 0.01em;
}

#inform_area .info-space .info-text{
  margin-top: 3px;
　letter-spacing: 0.01em;
}

#inform_area .info-space .info-text .kyugyo{
  margin: 0;
  margin-left: 15px;
  font-weight: normal;
  font-size: 1.6rem;
}

#inform_area a:link{
  color:black;
  text-decoration: underline;
}

#inform_area a:visited{
  color:black;
  text-decoration: underline;
}

#inform_area a:hover {
color:#666;
text-decoration:none;
}

#inform_area a:active {
color:#666;
text-decoration: none;
}





/*トップページ ガイドエリア*/
#guide_area {
  margin-top: 50px;
}

@media (max-width: 549px){
  #guide_area .container{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 50px;

  }
}

/* トップページ ガイドエリア、549px以下SPview背景ドット */
@media (max-width: 549px){
  #guide_area{
    background-size: 8px 8px;
    margin: 0 auto;
    background-image: radial-gradient(#CCFF9F 15%, #f5ffec 20%);
    padding-top: 40px;
  }
}

/* トップページ ガイドエリア左、549px以下SPview box全体をリンクにする*/
/*参照：https://www.jiichan.com/programming/programming.php?lang=css&no=02*/
@media (max-width: 549px){
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding:0;
  }
  .guide_jirei a, .guide_flow a, .guide_voice a, .guide_faq a, .guide_access a, .guide_manga a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* トップページ ガイドエリア左、549px以下SPview設定*/
@media (max-width: 549px){
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
    width:47%;
    height:100%;
    margin-top: 20px;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    float: left;
    border-bottom: 3px inset #C8DAB8;
  }
  .guide_jirei, .guide_flow{
    margin-top: 0;
  }
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    text-align: center;
  }
  .guide_logo{
    height: 30px;
    padding-top:20px;
  }
  .guide_title{
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    font-family: 'GEN';
  }
  .guide_desc{
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.1em;
    margin: 0;
    padding: 5px 20px 23px;
  }
  .guide_img{
    border-radius: 5px;
    border: 1px solid #c5bcb3;
    margin-bottom: 15px;
    width: 90%;
  }
  .guide_jirei:hover, .guide_flow:hover, .guide_voice:hover, .guide_faq:hover, .guide_access:hover, .guide_manga:hover{
    transition: 1.0S;
    -webkit-transition: 1.0s;/* Chrome、Safari */
	  -moz-transition: 1.0s;/* Firefox */
	  -o-transition: 1.0s;/* Opera */
    background: #DFEDBE;
  }
}

/*トップページ ガイドエリア左 SPview 399px以下 */
@media (max-width:399px){
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    width: 76%;
    margin: 10px 12%;
    padding: 0;
  }
  .guide_jirei{
    margin-top: 0;
  }
  .guide_left{
    text-align: center;
  }
  .guide_img{
    width: 80%;
  }
}

/* トップページ ガイドエリア左、550px以上PCviewでbox全体をリンクにする*/
@media (min-width: 550px) {
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    position: relative;
    width: 40%;
    margin: 0;
    padding:0;
    margin-right: 10px;
  }
  .guide_jirei a, .guide_flow a, .guide_voice a, .guide_faq a, .guide_access a, .guide_manga a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* トップページ ガイドエリア左、550px以上SPview設定*/
@media (min-width: 550px) {
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    border: 8px solid #caf88c;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    background-color: white;
    width:90%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .guide_jirei{
    margin-top: 0px;
  }
  .guide_logo{
    height: 20px;
    padding-top:20px;
  }
  .guide_title{
    font-weight: bold;
    font-family: 'GEN';
    text-decoration: underline;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    font-size: 1.5rem;
  }
  .guide_desc{
    text-align: left;
    letter-spacing: -.1em;
    margin: 0 10px 5px;
    padding: 2px 5px 5px;
    font-size:1.4rem;
    line-height: 1.5;
  }
  .guide_img{
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }
  .guide_jirei:hover, .guide_flow:hover, .guide_voice:hover, .guide_faq:hover, .guide_access:hover, .guide_manga:hover{
    border: 8px solid #ebe4d2;
    transition: 1.0S;
    -webkit-transition: 1.5s;/* Chrome、Safari */
    -moz-transition: 1.5s;/* Firefox */
    -o-transition: 1.5s;/* Opera */
  }
}

/* トップページ ガイドエリア左、720px以上PCviewの設定*/
@media (min-width: 720px) {
  .guide_jirei, .guide_flow, .guide_voice, .guide_faq, .guide_access, .guide_manga{
    width:48%;
    margin-right: 0;
  }
  .guide_jirei, .guide_flow{
    margin-top: 0;
  }
  .guide_voice, .guide_faq, .guide_access, .guide_manga{
    margin-top: 30px;
  }
  .guide_jirei, .guide_voice, .guide_access,{
    float:left;
  }
  .guide_flow, .guide_faq, .guide_manga{
    float: right;
  }
  .guide_title{
    letter-spacing: 0em;
    margin-top: 5px;
  }
  .guide_desc{
    margin: 3px 20px 20px;
    padding: 0;
    font-size:1.5rem;
    line-height: 1.6;
  }
  .guide_img{
    display:inline;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top:-10px;
  }
}
/*トップページ ガイドエリア左終了*/

/*トップページ ガイドエリア右（greets) 549px以下SPview*/
@media (max-width: 549px){
  .greets {
    margin-top: 40px;
    background:white;
    padding: 3%;
  }
  .greets h2{
    font-size:3.6rem;
    line-height: 1.1;
    font-weight: bold;
    border-left: 8px solid #43a639;
    text-indent: 0.3em;
    margin-top: 30px;
    font-family: 'GEN';
    letter-spacing: 0.1em;
  }
  .greets img{
    border-radius: 5px;
    width: 40%;
    float: left;
    margin-right: 4%;
  }
  .greets p{
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: -.05em;
    margin: 0;
    padding:0;
  }
  .greets .p_last{
    margin-bottom: 40px;
  }
  .movie {
    margin-top: 0;
    background:white;
    padding: 3%;
  }
  .movie h2{
    font-size:3.6rem;
    line-height: 1.1;
    font-weight: bold;
    border-left: 8px solid #43a639;
    text-indent: 0.3em;
    margin-top:20px;
    float:left;
    letter-spacing: 0.1em;
    font-family: 'GEN';
  }
  .movie .movie_time{
    float: right;
    margin-top: 25px;
    margin-right: 2%;
  }
  .movie .p_first {
    clear:both;
  }
  .movie p{
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: -.05em;
    margin: 0;
    padding:0;
  }
  .movie #myVideo {
    border: 1px solid #c5bcb3;
    margin-top:20px;
    margin-bottom: 40px;
  }
}

/*トップページ ガイドエリア右（greets) 399px以下SPview*/
@media (max-width: 399px){
  .greets {
    padding: 5%;
  }
  .greets img{
    display: none;
  }
  .greets .p_last{
    margin-bottom: 0;
  }
  .movie {
    padding: 5%;
  }
  .movie h2 {
    margin-bottom: 0;
  }
  .movie .movie_time{
    float: right;
    margin-top: 3px;
    margin-right: 2%;
    font-size: 1.6rem;
  }
  .movie .p_first{
    clear: both;
    padding-top: 20px;
  }
}

/*トップページ ガイドエリア右（greets) 550px以上PCview*/
@media (min-width: 550px) {
  .greets h2{
    font-size:1.8rem;
    font-family:'GEN';
    line-height: 1.1;
    font-weight: bold;
    border-bottom: 1px solid #c5bcb3;
    padding-bottom: 5px;
    text-indent: 0.3em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .greets img{
    border-radius: 4px;
    width: 47%;
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 5%;
    float: left;
  }
  .greets p{
    letter-spacing: -.05em;
    margin: 0;
    padding:0;
    font-size:1.6rem;
    line-height: 1.5;
  }
  .greets .p_first{
    margin-top: 20px;
  }
}

/*トップページ ガイドエリア右（greets) 720px以上PCview*/
@media (min-width: 720px) {
  .greets img{
    border-radius: 4px;
    width: 50%;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 3%;
    float: left;
  }
}

/*トップページ ガイドエリア右（movie) 550px以上PCview*/
@media (min-width: 550px) {
  .movie h2{
    margin-top: 50px;
    font-size:1.8rem;
    line-height: 1.1;
    font-weight: bold;
    border-bottom: 1px solid #c5bcb3;
    padding-bottom: 5px;
    text-indent: 0.3em;
    margin-bottom: 0;
    font-family: 'GEN';
    letter-spacing: 0.1em;
  }
  .movie .movie_time{
    float: right;
    margin-top: 3px;
    margin-right: 2%;
    font-size: 1.3rem;
  }
  .movie p {
    clear: both;
    letter-spacing: -.05em;
    margin: 0;
    padding:0;
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .movie .p_first{
    padding-top:20px;
  }
  #douga{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #douga iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #c5bcb3;
  }
}

/*トップページ ガイドエリア右（movie) 720px以上PCview*/
@media (min-width: 720px) {
  .movie h2{
    margin-top: 30px;
  }
  .movie .p_first{
    padding-top:10px;
  }
}

/*トップページ ガイドエリア右（movie) 549px以下SPview*/
@media (max-width: 549px) {
  .movie h2{
    margin-top: 30px;
  }
  .movie .p_first{
    padding-top:10px;
  }
  #douga{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #douga iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #c5bcb3;
  }
}
/*トップページ ガイドエリア右 終了*/

/*フッター*/
footer{
  margin-top: 0px;
  background:#f996c8;
  background: linear-gradient(0deg,#dc6b9a 10%, #fbc3df);
  color:#3f3f3f;
  padding-top: 15px;
}

@media (min-width: 550px) {
  footer .featurePhone{/*pcサイズでフッターを下縁に固定*/
    position: absolute;
    bottom: 0;
    width:100%;
  }
  footer .foot_tel:link{/*pcサイズでfooterの電話にﾘﾝｸあるけど下線無し*/
    color: #333;
    text-decoration: none;
    padding: 0;/*aに対するpadding消す*/
  }
}

@media (max-width: 549px) {/*spサイズでfooterの電話にリンク*/
  footer .foot_tel:link{
    color: #333;
    font-weight: bold;
    font-size: 2.0rem;
    padding: 0;/*aに対するpadding消す*/
  }
}



footer .foot_adress{
  padding-top: 10px;
 font-size: 1.6rem;
}
footer .foot_counter  {
 margin: 0;
 padding: 0;
 text-align: right;
 line-height: 1.6rem;
 margin-right: 4%;
}
footer .copy{
  margin-bottom: 3px;/* 謎のmargin-bottom打ち消し*/
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: .01em;
  margin-top: 10px;
  font-family: 'GEN';
  font-weight: bold;
}

/*フッター 549px以下SPview設定*/
@media (max-width: 549px) {
  footer .container{
    padding:0;
    margin: 0;
    margin-top: 15px;
    width:100%;
  }
  footer .sp{
    padding: 0 6%;
    margin: 0 auto;
  }
  footer .foot_adress{
    margin-top: 10px;
  }
  footer .foot_navi{
    margin-top: 20px;
  }
  footer .foot_navi li{
    list-style: none;
    margin-bottom: 1px;
    margin-right: 0;
    width:100%;
  }
  footer .foot_navi li a{
    color:#3f2b1c;
    background-color: #F9E7EF;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 16px 0;
    position: relative;
  }
  footer .foot_navi br{
    display: none;
  }
  footer .copy{
    font-size: 1.5rem;
  }
}

/* フッター550px以上設定 */
@media(min-width: 550px) {
  footer {
    margin-top: 40px;
  }
  footer .foot_adress {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 0%;
    letter-spacing: 0.05em;
    font-family: 'GEN';
    font-weight: bold;
  }
  footer .foot_navi {
    float: right;
    margin-bottom: 1.0rem;
  }
  footer .foot_navi li{
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 1.4rem;
  }
  footer .foot_navi li a{
    color: #3f3f3f;
    padding-left: 10px;
    text-decoration: none;
    font-family: 'GEN';
    font-weight: bold;
  }
  footer .foot_navi li a:hover{
    color:#ffffff;
    font-weight: 1000;
  }
  footer .foot_counter{
    clear:both;
    margin-right: 0;
    font-weight: bold;
  }
}

/*パンくずリストエリア（TOPページ以外、PCビューのみ、タイトルエリア上部）*/
#pankuz_area{
  width: 100%;
  background: -moz-linear-gradient(90deg,#dc6b97 20%, #fbc3df);
  background: -webkit-linear-gradient(90deg,#dc6b97 20%, #fbc3df);
  background: linear-gradient(90deg,#dc6b97 20%, #fbc3df);
  margin-top:10px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom:3px;
  font-size:13px;
}

.clearfix::after {/*floatが入っている親要素に追加 float終了後margin-topが効くように*/
  display: block;
  clear: both;
  content: "";
}

.pankuz{
  margin:0;
  padding:0;
}
.pankuz li{
  list-style:none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color:white;
}
.pankuz li a{
  float: left;
  color: white;
}

@media(max-width:549px){
  #pankuz_area{
    display: none;
  }
}

/*タイトルエリア（TOPpage以外）*/
#title_area,#title_area2{
  width:100%;
  background: -moz-linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  background: -webkit-linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  background: linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  opacity: 0.7;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
  padding-top:30px;
  padding-bottom: 25px;
  border-bottom: solid 3px #F1D7E2;
}
#title_area h2{
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  font-family: 'GEN';
  text-shadow: 2px  2px 5px #9E8D94 ,
               -2px  2px 5px #9E8D94 ,
                2px -2px 5px #9E8D94 ,
               -2px -2px 5px #9E8D94;
}

#title_area2 h2{
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.6rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  font-family: 'GEN';
  text-shadow: 2px  2px 5px #9E8D94 ,
               -2px  2px 5px #9E8D94 ,
                2px -2px 5px #9E8D94 ,
               -2px -2px 5px #9E8D94;
}

/*相談事例TOP 選択肢エリア 549px以下*/
#case_study p {
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: 0.01em;
  padding: 25px 15px 10px;
  color:#333333;
}
#case_study ul p{
  padding:20px 15px;
  color:#333333;
  font-size:1.6rem;
  line-height: 1.5;
}
#case_study li{
   list-style: none;
   width: 95%;
   border: 1px solid #8FBC8B;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 15px auto 20px;
}
#case_study a{
  display: block;
  text-decoration: none;
}
#case_study h3{
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-size: 5px 5px;
  background-image: radial-gradient(#A9D7A8 25%, #CDE8CD 20%);
  border-radius: 20px 20px 0 0;
  padding: 20px 25px;
  color:#333333;
  font-family: 'マメロン';
  transition: 0.5s;
  position: relative;
}
#case_study span{
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: -0.05em;
}
#case_study{
  padding-bottom: 50px;
}
#case_study br{
  display: none;
}

/*相談事例TOP 選択肢エリア 550px以上*/
@media(min-width:550px){
  #case_study li{
    width:47%;
    float:left;
    margin-left: 3px;
  }
  #case_study li:nth-child(even){
    float:right;
    margin-right: 3px;
  }
  #case_study br{
    display:block;
  }
  #case_study{
    padding-bottom: 80px;
  }
}

@media(min-width:1000px){
  #case_study br{
    display: none;
  }
}

/*相談事例 分岐後タイトル 549px以下*/
#case_studies{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#case_studies .subtitle{
  margin-bottom: 0;
  padding:20px;
  width: 90%;
  text-align: center;
  font-family: 'GEN';
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #ecadc7;
  opacity: 0.6;
  color:white;
  text-shadow: 1px 1px 2px #CA94AA, -1px 1px 2px #CA94AA, 1px -1px 2px #CA94AA, -1px -1px 2px #CA94AA;
  border-radius: 10px;
}
#case_studies .intro{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 35px auto 0;
  color:#333333;
  text-indent: 1em;
}
#case_studies .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:25px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#case_studies .sentence{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 20px auto 0;
  color:#333333;
  text-indent: 1em;
}
#case_studies .modoru {
  text-align: center;
  background: #958A77;
  opacity: 0.7;
  width: 50%;
  margin:40px auto;
  border-radius: 15px;
  letter-spacing: 0.01em;
}
#case_studies .modoru a{
  display: block;
  text-decoration: none;
  text-align: center;
  color:#000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:1.6rem;
}
#case_studies .modoru a:hover{
  color:white;
  opacity: 1.0;
  transition: 0.5s;
  text-shadow: 2px  2px 5px #A8A7A4 ,
               -2px  2px 5px #A8A7A4 ,
                2px -2px 5px #A8A7A4 ,
               -2px -2px 5px #A8A7A4;
}

/*相談事例 分岐後タイトル 550px以上*/
@media(min-width:550px){
  #case_studies .subtitle{
    margin-top: 20px;
    padding:0;
    background: none;
    color:#333333;
    text-align: left;
    opacity: 1;
    text-shadow:none;
    width: 100%;
    box-sizing: border-box;/*ボーダーを要素サイズに含める*/
  }
  #case_studies .subtitle::after{
    display: block;
    content: "";
    background: linear-gradient(to right, #958A77 15px, #F7BFBE 15px,#F7BFBE 30px,#958A77 30px,#958A77 45px,#8FBC8B 45px,#8FBC8B 150px,#8FBC8B 140px);
    width: 150px;
    height: 7px;
    border-radius: 3px;
    margin-top: 8px;
  }
}

/*相談の流れ 全px共通*/
#sodan-flow{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#sodan-flow .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:25px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#sodan-flow .sentence{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 20px auto 0;
  color:#333333;
  text-indent: 1em;
}
#sodan-flow .step{
  margin: 30px auto 0;
  font-size:1.9rem;
  letter-spacing: -0.01em;
  color:#61775F;
  text-shadow:1px 0 0 white,0 1px 0 white,-1px 0 0 white,0 -1px 0 white;
  font-weight: bolder;
  border-radius: 10px;
  border: 1px solid #8FBC8B;
  background-color: #a9d7a8;
  display:inline-block;
  padding: 5px 10px;
}

#sodan-flow .reservation{
margin-top: 10px;
margin-left: 10px;
margin-bottom: 5px;
}

#sodan-flow h6 a{
  text-decoration: none;
  color:#333;
  font-size:2.0rem;
  letter-spacing: 0.1em;  
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 160px;
  padding: 10px 10px;
  color: #543618;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 20px;
  border: 0.2rem solid #543618;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

#sodan-flow h6 a:hover{
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}

#sodan-flow h6 a:after{
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

#sodan-flow .no-indent{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 15px auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#sodan-flow .flow_tel{
  padding: 0;
  font-weight: bold;
  color: #333;
}

#sodan-flow h5{
  margin: 0;
  margin-top: 25px;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  color:#333333;
  font-weight: bold;
}

#sodan-flow .no-indent2{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 0 auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#sodan-flow .no-indent3{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 0 auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#sodan-flow .flow_mail{
  padding: 0;
  font-weight: bold;
  color: #333;
}

#sodan-flow .mailto{
  font-size: 1.6rem;
}

#sodan-flow span.telBold{
  font-weight: bold;
}

/*相談の流れ 550px以上*/
@media(min-width:550px){
  #sodan-flow .subtitle{
    margin-top: 20px;
    padding:0;
    background: none;
    color:#333333;
    text-align: left;
    opacity: 1;
    text-shadow:none;
    width: 100%;
    box-sizing: border-box;
}
  #sodan-flow .subtitle::after{
    display: block;
    content: "";
    background: linear-gradient(to right, #958A77 15px, #F7BFBE 15px,#F7BFBE 30px,#958A77 30px,#958A77 45px,#8FBC8B 45px,#8FBC8B 150px,#8FBC8B 140px);
    width: 150px;
    height: 7px;
    border-radius: 3px;
    margin-top: 8px;
  }
  #sodan-flow .flow_tel{
    padding: 0;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }

  #sodan-flow .br550{
    display: none;
}

  #sodan-flow .no-indent3{
  display: none;
}

  #sodan-flow .good-indent{
  text-indent: 12.5em;
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 0 auto 0;
  color:#333333;
}

  
}

/*相談の流れ 549px以下*/
@media(max-width:549px){
  #sodan-flow .good-indent{
    display: none;
  }
}



/*新型コロナウイルス感染症について 550px以上*（下地がsodan-flow)*/
#covid19{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#covid19 .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.0rem;
  font-weight: bold;
  margin:25px auto 0;
  border-bottom: 1px solid #333333;
  padding: 10px;
  letter-spacing: 0.1em;
}

#covid19 .list-all{
  margin-bottom: 0;
  font-size:1.8rem;
  color:#333333;
  letter-spacing: -0.01em;
  list-style: disc outside;
}

#covid19 .newsentence{
  margin-bottom: 0;
  font-size:1.8rem;
  color:#333333;
  letter-spacing: -0.01em;
  margin:10px 20px 0;
}

#covid19 .no-indent{
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

#covid19 .left-indent{
  margin-left: 10px;
  margin-bottom: 40px;
}

#title_area_covid19{
  width:100%;
  background: -moz-linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  background: -webkit-linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  background: linear-gradient(90deg,#ecadc7 20%, #F6DBE7);
  opacity: 0.7;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0px;
  padding-top:30px;
  padding-bottom: 25px;
  border-bottom: solid 3px #F1D7E2;
}
#title_area_covid19 h2{
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  font-family: 'GEN';
  text-shadow: 2px  2px 5px #9E8D94 ,
               -2px  2px 5px #9E8D94 ,
                2px -2px 5px #9E8D94 ,
               -2px -2px 5px #9E8D94;
}

.kuhaku{
  margin: 0;
  height: 150px;
}

@media(max-width:549px){
  .kuhaku{
    margin: 0;
    height: 20px;
  }
}

/*新型コロナウイルス感染症について 549px以下*/
@media(max-width:549px){
  #covid19 .subhead{
    margin-top: 0;
}
}

/*講話会について 549px以下（下地がsodan-flow)*/
#kouwa{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#kouwa .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:40px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#kouwa .sentence{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 20px auto 0;
  color:#333333;
  text-indent: 1em;
}
#kouwa .step{
  margin: 30px auto 0;
  font-size:1.9rem;
  letter-spacing: -0.01em;
  color:#dc6b97;
  text-shadow:1px 0 0 white,0 1px 0 white,-1px 0 0 white,0 -1px 0 white;
  font-weight: bolder;
  border-radius: 6px;
  border: 1px solid #ecadc7;
  background-color: #F6DBE7;
  display:inline-block;
  padding: 3px 9px;
}
#kouwa .no-indent{
  margin-bottom: 0;
  font-size:1.8rem;
  letter-spacing: -0.01em;
  margin: 15px auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#kouwa .no-line-spacing{/*上下margin無しで詰まる*/
  font-size:1.8rem;
  letter-spacing: -0.01em;
  margin: 0 auto;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#kouwa .font_big{
  font-size:2.1rem;
  font-weight: bold;
}

#kouwa .kouwa_tel{
  color:#333;
  padding: 0;
}

#kouwa .highlight{
  border: 1px solid #dc6b97;
  border-radius: 6px;
  background: #F6DBE7;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
}

/*講話会について 550px以上*/
@media(min-width:550px){
  #kouwa .subtitle{
    margin-top: 20px;
    padding:0;
    background: none;
    color:#333333;
    text-align: left;
    opacity: 1;
    text-shadow:none;
    width: 100%;
    box-sizing: border-box;
}
  #kouwa .subtitle::after{
    display: block;
    content: "";
    background: linear-gradient(to right, #958A77 15px, #F7BFBE 15px,#F7BFBE 30px,#958A77 30px,#958A77 45px,#8FBC8B 45px,#8FBC8B 150px,#8FBC8B 140px);
    width: 150px;
    height: 7px;
    border-radius: 3px;
    margin-top: 8px;
  }

  #kouwa .kouwa_tel{/*pcの時電話リンク下線消す*/
    color:#333;
    padding: 0;
    text-decoration: none;
  }
}

/*人と仏 主に549px以下設定*/
#comics{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#comics .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:30px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#comics .comic-link{
  margin-top: 20px;
  padding-bottom: 10px;
}
#comics a{
  text-decoration: none;
  outline: none;
  color: #666699;
  display:block;
  font-size:1.9rem;
}
#comics img{
  width:100%;
  max-width:100%;
  height: auto;
  border: 1px solid #A8A7A4;
  border-radius: 10px;
}
#comics .intro{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.04em;
  color:#333333;
  text-indent: 0.8em;
  padding-top: 10px;
}

#comics .step{
  margin: 20px auto 0;
  font-size:2.4rem;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: bolder;
  display:inline-block;
  padding: 5px;
  font-family: 'GEN';
}
#comics li{
   list-style: none;
   width: 100%;
   box-sizing: border-box;
   margin: 0 auto 30px;
   padding: 0;
}

/*人と仏 550px以上*/
@media(min-width:550px){
  #comics .comic-link{
    max-width: 550px;
  }
  #comics li{
    padding:0;
  }
}

@media(min-width:1000px){
  #comics .jireicomicFloat{
    width:49%;
    float: left;
  }
  #comics li:nth-child(odd){
    margin-right: 2%;
  }
}

/*マンガ画面のcss*/
.comic_body{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #F5F5F5;
}

.comic-return a {
    text-align: center;
    text-decoration-line: none;
    font-size: 2.0rem;
    color: #696969;
    letter-spacing: 0.01em;
    font-weight:bold;
}

.comic_body .vertical{
  margin: 0;
  padding:0;
  padding-top: 30px;
  width:70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size:1.8rem;
  letter-spacing: 0.01em;
  font-weight:bolder;
  line-height:20px;
}

.comic_body .horizontal{
  margin: 0;
  padding:0;
  margin-top:0;
  width:70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size:1.8rem;
  letter-spacing: 0.01em;
  font-weight:bolder;
  line-height:20px;

}

@media(min-width:660px){
  .comic_body .vertical{
    text-align: center;
  }
  .comic_body .horizontal{
    text-align: center;
  }
}


/* @media(max-width:549px){ */
  /* .vertical { */
      /* padding-top: 15px; */
      /* text-align: center; */
  /* } */

  /* .horizontal{ */
    /* display: none; */
  /* } */
/* } */

/* @media(min-width:550px){ */
  /* .horizontal{ */
    /* padding-top: 15px; */
    /* text-align: center; */
  /* } */

  /* .vertical{ */
    /* display: none; */
  /* } */
/* } */

/*体験者の声 all width*/
#contribute_bottom{
  padding-bottom: 50px;
}
#contribute{
  margin-bottom: 50px;
}
#contribute p{
  font-size:1.6rem;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  padding: 25px 15px 10px;
  color:#333333;
}
#contribute .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:30px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#contribute ul{
  margin:15px auto;
}
#contribute li{
  list-style:square;
  margin-left: 5%;
  width: 95%;
  margin-bottom: 8px;
}
#contribute a{
  display: block;
  text-decoration: underline dashed #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#contribute h4{
  font-size: 1.9rem;
  letter-spacing: -0.05em;
  margin-bottom: 0;/*skeleton css h3のマージン指定打ち消し*/
  color:#333333;
  line-height: 2.5rem;
}

/*体験談 各事例 549px以下*/
#experiences{
  color: #333333;
  margin-top: 20px;
}
#experiences .subtitle{
  margin-bottom: 0;
  padding:20px;
  width: 90%;
  text-align: center;
  font-family: 'GEN';
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #ecadc7;
  opacity: 0.6;
  color:white;
  text-shadow: 1px 1px 2px #CA94AA, -1px 1px 2px #CA94AA, 1px -1px 2px #CA94AA, -1px -1px 2px #CA94AA;
  border-radius: 10px;
}
#experiences .author{
  text-align: right;
  font-size: 1.6rem;
  margin-top:10px;
}
#experiences .sentence{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 20px auto 0;
  color:#333333;
  text-indent: 1em;
}
#experiences .modoru {
  text-align: center;
  background: #ecadc7;
  opacity: 0.7;
  width: 65%;
  margin:40px auto;
  border-radius: 15px;
  letter-spacing: 0.01em;
}
#experiences .modoru a{
  display: block;
  text-decoration: none;
  text-align: center;
  color:#000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:1.6rem;
}
#experiences .modoru a:hover{
  color:white;
  opacity: 1.0;
  transition: 0.5s;
  text-shadow: 2px  2px 5px #A8A7A4 ,
               -2px  2px 5px #A8A7A4 ,
                2px -2px 5px #A8A7A4 ,
               -2px -2px 5px #A8A7A4;
}

/*体験談 各事例 550px以上*/
@media(min-width:550px){
  #experiences .subtitle{
    margin-top: 20px;
    padding:0;
    background: none;
    color:#333333;
    text-align: left;
    opacity: 1;
    text-shadow:none;
    width: 100%;
    box-sizing: border-box;
}
  #experiences .subtitle::after{
    display: block;
    content: "";
    background: linear-gradient(to right, #958A77 15px, #F7BFBE 15px,#F7BFBE 30px,#958A77 30px,#958A77 45px,#8FBC8B 45px,#8FBC8B 150px,#8FBC8B 140px);
    width: 150px;
    height: 7px;
    border-radius: 3px;
    margin-top: 8px;
  }
}

/*体験談 各事例 549px以下*/
#contribute_bottom{
  padding-bottom: 50px;
}
#contribute_bottom .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 1.8rem;
  font-weight: bold;
  margin:30px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#contribute_bottom ul{
  margin:15px auto;
}
#contribute_bottom li{
  list-style:square;
  margin-left: 5%;
  width: 95%;
  margin-bottom: 8px;
}
#contribute_bottom a{
  display: block;
  text-decoration: underline dashed #333;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#contribute_bottom h4{
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  color:#333333;
  line-height: 2.5rem;
}

/*アクセス */
#access{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#access .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:25px auto 20px;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}

#access .no-indent{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 0 auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}
#access #map{
  text-align: center;
  margin:35px auto 70px;
  position: relative;
  width:100%;
  height:0;
  padding-top:75%;
}
#access #map iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #696969;
  border-width: 1px;
}
#access #map .small{
  text-decoration: none;
  font-size: 1.5rem;
  padding-top: 10px;
  letter-spacing: -0.05em;
}
#access .step{
  margin: 20px auto 0;
  font-size:2.4rem;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: bolder;
  display:inline-block;
  padding: 5px;
  font-family: 'GEN';
}
#access ol{
  list-style-type: decimal;
  margin-top: 10px;
 }
#access ol li{
  text-indent: -1em;
  padding-left: 2em;
  font-size:1.6rem;
  letter-spacing: -0.01em;
 }



/*アクセス 750px以上*/
@media(min-width:750px){
  #access #map{
    text-align: center;
    margin:35px auto 70px;
    position: relative;
    width:75%;
    height:0;
    padding-top:57%;
  }
  #access #map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #696969;
    border-width: 1px;
  }
}






/*よくあるご質問*/
#faq{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
#faq .subhead{
  margin-bottom: 0;
  font-family: 'GEN';
  font-size: 2.0rem;
  font-weight: bold;
  margin:25px auto 0;
  border-bottom: 1px solid #E6E5E0;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#faq .sentence{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 20px auto 50px;
  color:#333333;
  text-indent: 1em;
}
#case_studies .modoru {
  text-align: center;
  background: #ecadc7;
  opacity: 0.7;
  width: 60%;
  margin:40px auto;
  border-radius: 15px;
  letter-spacing: 0.01em;
}
#case_studies .modoru a{
  display: block;
  text-decoration: none;
  text-align: center;
  color:#000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:1.6rem;
}
#case_studies .modoru a:hover{
  color:white;
  opacity: 1.0;
  transition: 0.5s;
  text-shadow: 2px  2px 5px #A8A7A4 ,
             -2px  2px 5px #A8A7A4 ,
              2px -2px 5px #A8A7A4 ,
             -2px -2px 5px #A8A7A4;
}

/*相談事例 分岐後タイトル 550px以上*/
@media(min-width:550px){
  #case_studies .subtitle{
    margin-top: 20px;
    padding:0;
    background: none;
    color:#333333;
    text-align: left;
    opacity: 1;
    text-shadow:none;
    width: 100%;
    box-sizing: border-box;
  }
  #case_studies .subtitle::after{
    display: block;
    content: "";
    background: linear-gradient(to right, #958A77 15px, #F7BFBE 15px,#F7BFBE 30px,#958A77 30px,#958A77 45px,#8FBC8B 45px,#8FBC8B 150px,#8FBC8B 140px);
    width: 150px;
    height: 7px;
    border-radius: 3px;
    margin-top: 8px;
  }
}


/*動画で解説 550px以上*/
#explanatory{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}

#explanatory #youtubelogo{
  margin-top: 20px;
  margin-bottom: 50px;
  border: 3px solid #c5bcb3;
  border-radius: 20px;
  width:300px;
}

#explanatory .youtube-sts{
  margin-bottom: 0;
  font-size:2.4rem;
  font-weight: bolder;
  letter-spacing: -0.01em;
  margin: 15px auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#explanatory .no-indent{
  margin-bottom: 0;
  font-size:1.6rem;
  letter-spacing: -0.01em;
  margin: 15px auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#explanatory .subhead{
  margin-bottom: 0;
  padding-top: 30px;
  font-family: 'GEN';
  font-size: 2.6rem;
  font-weight: bold;
  margin:25px auto 0;
  border-bottom: 1px solid #d5d3cb ;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
#douga1, #douga2{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 2px solid #c5bcb3;
  border-radius: 0 0 5px 5px;
}

#douga3, #douga4, #douga5, #douga6, #douga7{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  border-bottom: 1px solid #c5bcb3;
  border-radius: 0 0 5px 5px;
}

#douga1 iframe, #douga2 iframe, #douga3 iframe, #douga4 iframe, #douga5 iframe, #douga6 iframe, #douga7 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  border: 2px solid #c5bcb3;
  border-radius: 5px;
  }

#douga3 iframe, #douga4 iframe, #douga5 iframe, #douga6 iframe, #douga7 iframe{
  height: 96%;
  }

#explanatory .transition{
  margin-top: 10px;
   margin-left: 15px;
   margin-bottom: 5px;
  }
    
#explanatory h4 a{
  text-decoration: none;
  color:#333;
  font-size:1.8rem;
  letter-spacing: -0.01em;  
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 230px;
  padding: 10px 10px;
  color: #543618;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eeee;
  border-radius: 20px;
  border: 0.2rem solid #543618;
  box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
  }
    
#explanatory h4 a:hover{
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
  }
    
#explanatory h4 a:after{
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #543618;
  border-right: 3px solid #543618;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  }

  #explanatory h4 #youtube-mxwdth{
    max-width: 290px; 
    margin-left: 20px;
  }

  #explanatory h5 a{
    text-decoration: none;
    color:#333;
    font-size:1.3rem;
    letter-spacing: -0.01em;  
    position: relative;
    display: flex;
    justify-content: space-around;
    max-width: 180px;
    padding: 8px 8px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 20px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
    }
      
  #explanatory h5 a:hover{
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: 1;
    transition: all 0.2s;
    }
      
  #explanatory h5 a:after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    }

    
@media(max-width:799px){
  #explanatory h5 a{
     font-size:0.9rem;
     letter-spacing: -0.05em;
    }
    }
     

@media(max-width:649px){
  #explanatory h4 a{
    font-size:1.5rem;
    }

    #explanatory h5 a{
      font-size:1.5rem;
      letter-spacing: -0.01em;
      padding-right: 20px;
     }
}
 
@media(max-width:574px){
  #explanatory h4 a{
    font-size:1.3rem;
    }
}


@media(max-width:549px){/*sp-size*/
  #explanatory h4 a{
    font-size:1.8rem;
    }

  #explanatory h5 a{
    font-size:1.8rem;
    padding-right: 20px;
    max-width: 230px;
    padding: 10px 10px;
     }

  #explanatory .imgBind{
    margin: 0;
    text-align: center;
   }

  #explanatory .youtube-sts{
    margin:0;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  #explanatory h4 #youtube-mxwdth{
    margin: auto;
  }


  #explanatory .no-indent{
    font-size:1.8rem;
  }
}

/*i.htmlからindex.htmlへの転送*/
#transfer .idou{
  font-size: 2.8rem;
  font-family: 'GEN';
  color: #333;
  margin-top: 20px;
  margin-bottom: 100px;
}

#transfer .idou p{
  margin-bottom: 0;
}

#transfer .idou a{
  margin-bottom: 0;
}


/*festival 全px共通*/
#festival{
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}

#festival .no-indent{
  margin-bottom: 0;
  font-size:2.0rem;
  letter-spacing: -0.01em;
  margin: 15px auto 0;
  color:#333333;
  margin-left: 15px;
  margin-right: 15px;
}

#festival img{
  width:100%;
  max-width:100%;
  height: auto;
  border: 1px solid #A8A7A4;
  border-radius: 5px;
  margin-top: 30px;
}


