/* CSS Document */
/*-----------------初期---------------------*/
@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  line-height: 1.6;
  color: #333333;
  font: 1.6rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  vertical-align: bottom;
}
* {
  box-sizing: border-box;
}
/*-----------------初期ここまで-----------------*/
#wrapper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
section, .content {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}
/*.pc_view {
	display: none!important;
}*/
p {
  font-size: 1.6rem;
}
#header {
  padding: 10px 10px 14px;
}
/*-----------------#headerここまで------------------*/
/*----------------------------------------------------------*/
/* メディアクエリ PC　と　全般にかかる*/
/*----------------------------------------------------------*/
/*@media screen and (min-width:769px),print {*/


#topic_path{
	background: #d4f7f8;
	font-size: 1.4rem;
}

#main {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
}
.pc_flex {
  display: flex !important;
  display: -webkit-flex;
}
/*CTA*/
.ctatop_box {
  width: 100% !important;
  margin: 0 auto 0 !important;
}
@media screen and (max-width:769px), print {
	
	
    #main p {
        margin-right: 0!important;
        margin-left: 0!important;
    }
	
  .ctatop_box {
    padding-top: 15px !important; /*スマホ 共通のCTAの追加により追加20230623*/
  }
}
.ctatop_box .inner {
  width: 960px;
  padding-left: 20px;
}
/*ファーストビュー*/
.fvbg {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 0px 0px 0;
  height: 480px;
  background: #d4f7f8;
  position: relative;
}
.fvbg h1.maintitle {
  font-size: 38px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  position: absolute;
  left: 25%;
  top: 18%;
  line-height: 1.3;
  letter-spacing: 6px;
  /*opacity: 0;*/
}
.fvbg h1.maintitle span {
  font-size: 130%;
}

.fvbg div.slider {
  width: 830px;
  margin: 0 auto;
}
.fvbg .mainbg {
  width: 100%;
  background-image: url(/cm/kumamoto/img/bg_mv_kumamoto.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 30vh;
  position: absolute;
  bottom: 0;
  animation: scroll-anim 32s linear infinite;
}


.fvbg .bg_title {
  width: 52%;
  background-image: url(/cm/kumamoto/img/bg_mv_cloud.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 32.5vh;
  position: absolute;
	top: 6%;
	left: 19%;
}


/*PCのみ背景アニメーション遅く*/
@media screen and (min-width:769px), print {
	.fvbg .mainbg{	
	animation: scroll-anim 64s linear infinite;
	will-change: transform;	
		
	}
}
.fvbg .main_v {
  max-width: 960px;
  position: relative;
  height: 480px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
/*iframe{
	width: 620px;
	height: 320px;
}*/
.point_menu {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  height: auto;
  padding: 40px 0 60px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
    font-weight: 400;		
}
.point_menu div.point_btn {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.point_menu div.point_btn h1 {
  font-size: 42px;
  margin: 0 auto 70px;
  color: #333;
  letter-spacing: 7px;
}
.point_menu h1 span.big {
  font-size: 50px;
}
.point_btn dl {
  border-radius: 20px;
  background: #ffffff;
  width: 180px;
  height: auto;
  float: left;
  padding: 15px 4px;
  font-weight: bold;
  margin-right: 10px !important;
  border: solid 3px #f5a2a2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .4s ease-out;
  /**/
}



/*PCのみ*/
@media screen and (min-width:769px), print {
  .point_btn dl {
    min-height: 170px;
    position: relative;
  }
  .point_btn dl i {
    position: absolute;
    left: 40%;
    bottom: 5%;
  }
  .point_detail {
    width: 100%;
  }
  .point_btn dl dt {
    position: absolute;
    top: -50px;
    left: 5%;
  }
	
	
  .point_btn a.icon dl dt {
    top: -30px;
  }
	
	
  .point_btn .inside {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
  }
}
.point_btn a.btn_link {
  display: block;
}
.point_btn dl:last-child {
  margin-right: 0px;
}
.point_btn dl dt {
  width: 90%;
}
.point_btn dl dt span.number {
  font-size: 24px;
  margin-top: 5px;
}
.point_btn dl dd {
  color: #333 /*#f94987*/ ;
  font-weight: bold;
  font-size: 19px;
  margin-top: 32%;
	letter-spacing: 1px;
	line-height: 1.2;
}
.point_btn dl i {
  display: block;
  color: #d73c3c;
  font-weight: bold;
}


/*ルビの所*/
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: 0%;
    right: 0;
    margin: auto;
    font-size: 0.65em;
	letter-spacing: 2.5px;
}




/*ポイント詳細*/
.point_all {
  width: 100%;
  padding: 80px 0 40px;
	background: #fce1e1;
	margin-top: 40px;
}
.point_detail {
  /*border: solid 10px #efefef;*/
  height: auto;
  margin: 0 0 40px;
  position: relative;
  clear: both;
  border-radius: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 32px 0px;

}
.point_detail .point_number span.number {
  font-size: 72px;
  margin-top: 0px;
  color: #f3a2a2;
  font-family: "Zen Maru Gothic", serif;
    font-weight: 400;	
  position: absolute;
  top: 10px;
  left: 10px;
  letter-spacing: 3px;
}
.point_detail h2 {
  color: #333333;
  text-align: center;
  border-radius: 20px 20px 0 0;
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif;
    font-weight: 400;	
  letter-spacing: 2px;
  margin: 10px 0;
	padding-top: 6px;
}
.point_detail h2 span {}
.point_detail .inside {
  border-radius: 20px;
  background: #fff;
  padding: 50px 40px 40px;
  clear: both;
  overflow: hidden;
}
.point_detail .inside .point_txt {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 2.0;
}


.next_btn a:hover {
box-shadow: rgb(224 77 77 / 80%) 0px 7px 32px 0px;
color:  #e04d4d;/*#d24889*/
background: #fff;
	opacity: 1.0;

}

.point_detail .cap {
  font-size: 0.9em;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
}
ul.check_txt {
  font-size: 32px;
  font-family: serif;
  margin: 20px 0 0 100px;
  font-weight: bold;
}
ul.check_txt i {
  color: #f94987;
  font-size: 32px;
  margin-right: 20px;
}

.point_detail .cap02 {
  font-size: 0.9em;
  margin-left: 100px;
  margin-top: 20px;
}
/* タイトル追加 */
.point_detail h3 {
  text-align: center;
  font-size: 22px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;	
  margin-bottom: 20px;
  line-height: 1.8;
}
.point_detail .inside {
  background: #fff;
  padding: 40px 40px 40px;
  clear: both;
  overflow: hidden;
}
.point_detail .inside .point_txt {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2.0;
}
.next_btn {
  margin: 30px auto 10px;
}
.next_btn a {
  display: block;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  background: #e04d4d;/*#d24889*/
  border-radius: 50px;
  padding: 12px 10px 15px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
    font-weight: 400;	
}
.next_btn a i {
  position: absolute;
  right: 20px;
  top: calc(50% - 17px);
  font-size: 32px;
}
.point_detail .cap {
  font-size: 0.9em;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
	margin-bottom: 0px;
}
ul.check_txt {
  font-size: 32px;
  font-family: serif;
  margin: 20px 0 0 100px;
  font-weight: bold;
}
ul.check_txt i {
  color: #f94987;
  font-size: 32px;
  margin-right: 20px;
}
#point05 .point_txt.f_left {
  float: left;
  width: 70%;
}

/*--　マップの箇所関連　--*/
.maparea {
  margin: 30px 0 0;
}
.maparea .cap {
  margin-top: 10px;
}
.gm-style-iw-d div {
  margin-left: 6px;
}
ul.map_cap li {
  float: left;
  margin-bottom: 15px;
  margin-left: 20px;
}
ul.map_cap li:first-child {
  margin-left: 0px;
}
ul li.mapicon {
  padding-left: 20px;
  line-height: 1.8em;
  background: url(/lp/chiba/img/mappin.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
ul li.mapicon_k {
  padding-left: 20px;
  line-height: 1.8em;
  background: url(/lp/chiba/img/mappin_k.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
ul li.mapicon_j {
  padding-left: 20px;
  line-height: 1.8em;
  background: url(/lp/chiba/img/mappin_j.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
ul li.mapicon_m {
  padding-left: 20px;
  line-height: 1.8em;
  background: url(/lp/chiba/img/mappin_m.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
ul li.mapicon_j {
  padding-left: 20px;
  line-height: 1.8em;
  background: url(/lp/chiba/img/mappin_j.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}

ul li.mapicon_im {
    padding-left: 20px;
    line-height: 1.8em;
    background: url(/lp/chiba/img/mappin_im.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
}

.map p.cap {
  margin-top: 5px;
  font-size: 1.5rem;
}
#point04 ul.area {
  clear: both;
  overflow: hidden;
}
#point04 ul.area li {
  float: left;
  margin-left: 15px;
  margin-bottom: 5px;
}
#point04 ul.area li:first-child {
  margin-left: 0px;
}
@media screen and (min-width:769px), print {
  #point04 ul.area li:nth-child(6) {
    margin-left: 0px;
  }
}
/*	
}	*/
/*----------------------------------------------------------*/
/* メディアクエリ PC  ここまで */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* メディアクエリ SP */
/*----------------------------------------------------------*/
@media screen and (max-width:769px), print {
  .sp_header {
    display: flex;
  }
  #wrapper {
    width: 100%;
  }
  #header {
    background-color: #f5f5f5;
  }
  .sp_flex {
    display: flex;
    display: -webkit-flex;
  }
  #main {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
  }
  .fvbg {
    height: auto;
    padding: 0;
  }
  .fvbg h1 {
    width: 100%;
  }
  .fvbg div.slider {
    width: 100%;
  }
  .point_menu div.point_btn h1 {
    font-size: 5.5vw;
    line-height: 1.0;
    letter-spacing: 4.0px;
	  margin-bottom: 30px;
  }
  .ctatop_box .inner {
    width: 100%;
    padding-left: 0px;
  }
  .point_menu {
    padding: 20px 10px 10px;
  }
  .point_menu div.point_btn {
    width: 100%;
  }
  .point_menu div.point_btn h2 {
    font-size: 24px;
    line-height: 1.0;
    margin-bottom: 20px;
  }
  .point_btn dl {
    width: 100%;
    height: auto;
    float: none;
    padding: 4px;
    margin-right: 0px !important;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    /*テキストの高さ揃える*/
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #fff; 
    border: solid 3px #f5a2a2;
	  box-shadow: rgba(245, 162, 162, 0.2) 0px 7px 15px 0px;
	  
  }
  .point_btn dl dt {
    float: left;
    font-size: 18px;
    margin: 5px 0 5px 5px;
    line-height: 0.9;
    width: 30%;
    height: 42px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
	  font-weight: 400;   
    letter-spacing: -0.8px;
    padding-top: 5px;
  }
  .point_btn dl dd {
    font-size: 5.33vw;/*20px相当*/
    float: left;
    width: 55%;
    /** 以下高さ揃える**/
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
	  letter-spacing: 1px;
  }
	
.point_btn dl dd.kuchikomi {
	margin-top: 5%; /*顧客満足度のところだけ位置調整*/
}
	
	
  .point_btn dl i {
    display: inline;
    float: right;
    margin-right: 0px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0px;
  }
	
	
  /*ポイント詳細*/
  .point_detail .point_number small {
    font-size: 14px;
    margin-top: 10px;
  }
  .point_all {
    padding: 30px 10px;
  }
  .point_detail {
    width: 100%;
    margin: 0 auto 30px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 32px 0px;
  }
  .point_detail .point_number {
    font-size: 34px;
    line-height: 0.9;
    position: absolute;
    top: 2%;
    left: -10px;
  }
  .point_detail .point_number span.number {
    font-size: 12.5vw;
	  left: 15px;
  }
  .point_detail h2 {
    font-size: 5.87vw;/*22px相当*/
    padding: 5px 10px;
    text-align: center;
  }
  .point_detail h2 span {
    display: block;
    text-align: center;
  }
  .point_detail .inside {
    background: #fff;
    padding: 15px;
  }
	
  .point_detail .cap02 {
    margin-left: 0px;
    margin-top: 15px;
  }
  /*ポイント3の中に入っているCTAボタンの背景*/
  .point_all section.ctatop_box {
    background: none;
    width: 100%;
    padding: 10px 0 0 0;
  }
  /*--　マップの箇所関連　--*/
  ul.map_cap li {
    float: none;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 14px;
  }
  ul.map_cap li:first-child {
    margin-left: 0px;
  }
  #point04 ul.area {
    clear: both;
    overflow: hidden;
  }
  #point04 ul.area li {
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
  }
  #point04 ul.area li:first-child {
    margin-left: 15px;
  }
  #point05 .point_txt.f_left {
    float: none;
    width: 100%;
  }
  .linkBox a {
    font-size: 14px !important;
  }
}
/*iPhone 6と6plusのみに適用させたいCSSを記述*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {}
/*androidに適用させたいCSSを記述*/
@media screen and (max-width:360px) {
  section.ctatop_box dd p.txt02 {
    font-size: 22px;
  }
}
/*iPhone 5, 5s, seに適用させたいCSSを記述*/
@media screen and (max-width:320px) {
  .kokyaku dl dd h2 {
    font-size: 16px;
    padding: 8px;
  }
  .point_btn dl dd {
    font-size: 4.7vw;
    width: 60%;
  }
  .point_btn dl dt {
    font-size: 18px;
    line-height: 0.8;
    width: 70px;
    height: 6vh;
  }
  #point03 h2 span {
    margin-left: 55px;
  }
  ul.check_txt {
    font-size: 16px;
  }
  section.ctatop_box dd p.txt02 {
    font-size: 20px;
  }
  section.ctatop_box .siryou p {
    width: 70%;
  }
}
/*androidに適用させたいCSSを記述*/
@media screen and (max-width:300px) {
  section.ctatop_box dd p.txt02 {
    font-size: 18px;
  }
}


	

/*----------------------------------------------------------*/
/* メディアクエリ SP  ここまで */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* タブレット*/
/*----------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #main {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .pc {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
}
/*----------------------------------------------------------*/
/* タブレット ここまで*/
/*----------------------------------------------------------*/
/*デバイス違い*/
/*全て*/
.is-pc {
  display: block !important;
}
.is-pc-tb {
  display: block !important;
}
.is-pc-sp {
  display: block !important;
}
.is-tb {
  display: none !important;
}
.is-tb-sp {
  display: none !important;
}
.is-sp {
  display: none !important;
}
/*タブレットとスマホ*/
@media screen and (max-width: 768px) {
  .is-pc-tb {
    display: block !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .is-pc-sp {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .is-pc-sp {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .is-pc-tb {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
}
/*文字装飾・共通*/
a:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.bold {
  font-weight: bold;
}
.pink {
  color: #cd146c;
}

.salmon_pink {
  color: #e14747;
}

.yellow {
  color: #ffff66;
}
.blue {
  color: #003586;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.cap {
  font-size: 0.9em;
  text-align: left;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml40 {
  margin-left: 40px;
}
.ml60 {
  margin-left: 60px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}


.under_line{
	background: linear-gradient(transparent 70%, #ffcccc 70%);
	}

.under_line02 {
  border-bottom: dotted 4px #e04d4d;
  position: relative;
}

.under_line02:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -3px;
  width: 30%;
}


@media screen and (max-width: 767px) {
  .sp_mt20 {
    margin: 20px 0 20px 0;
  }
  .sp_mt30 {
    margin-top: 30px;
  }
}
/*青下線のリンク　ここから*/
p.linkBox {
  margin-top: 10px;
}
.linkBox {
  overflow: hidden;
  position: relative;
}
.inBox {
  margin-right: auto;
  margin-left: auto;
}
.linkBox a.icon {
  background-image: url(/search_area/img/templates/linkArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
}
.linkBox a {
  display: inline !important; /*→アイコンが左に寄るの防止*/
  color: #347EB0;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 16px;
}
/*20220328 ポイント3にリンク追加*/
.fs_l {
  font-size: 1.1em;
}
#point02 ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 30px
}
#point02 ul li {
  float: left;
  margin-left: 20px;
}
img.trust {
  width: 85%;
}
@media screen and (max-width:769px), print {
  #point02 ul {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #point02 ul li {
    float: none;
    margin-left: 13px;
    margin-bottom: 0;
  }
  img.trust {
    width: 90%;
  }
  .linkBox {
    margin-bottom: 20px;
  }
}
/*青下線のリンク　ここまで*/
.marker-yellow-hoso {
  background: linear-gradient(transparent 60%, #fcfe39 60%);
  font-weight: bold;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*ふわっと出てくる*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*20220208 ポイント3にリンク追加*/
.fs_l {
  font-size: 1.1em;
}
#point03 ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  display: -webkit-flex; /* safari */
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
#point03 ul li {
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0;
}
#point03 ul li:nth-child(1), #point03 ul li:nth-child(2) {
  width: 100%;
}
#point03 ul li.inbox {
  margin-left: 0;
  margin-right: 0;
}
img.trust {
  width: 70%;
}
@media screen and (max-width:769px), print {
  #point03 ul {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #point03 ul li {
    float: none;
    margin-left: 13px;
    margin-bottom: 0;
  }
  img.trust {
    width: 90%;
  }
}
/*------------------------------感染症対策の相談方法 ここから------------------------------*/
/*.soudan_area {
  width: 720px;
}*/
.choice_soudan_contents {
  position: relative;
}
.choice_soudan_contents_text .textlink {
  font-size: 0.9em !important;
  position: absolute;
  top: 240px;
  right: 10px;
}
.choice_soudan_contents h3 {
  width: 100%;
  background: #8b7f29;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0 !important;
}
.choice_soudan_contents_text {
  height: 160px !important;
  padding: 10px;
}
.choice_soudan_contents_text p {
  font-size: 14px !important;
}
.choice_soudan_contents img {
  border-radius: 0 0 0 0 !important;
}
/*------------------------------感染症対策の相談方法 ここまで------------------------------*/
@media screen and (max-width: 767px) {
  /*------------------------------感染症対策の相談方法 ここから------------------------------*/
  .choice_soudan_contents h3 {
    width: 100%;
    border-radius: 5px 5px 0 0 !important;
    font-size: 5vw;
  }
  .soudan_area {
    width: 100%;
  }
  .choice_soudanbox {
    width: 98% !important;
    margin: 0 auto;
  }
  .choice_soudan_contents_text {
    height: auto !important;
    padding: 5px;
    min-height: 155px;
  }
  .choice_soudan_contents_text p {
    font-size: 3.8vw !important;
    margin: 0px !important;
  }
  .choice_soudan_contents_text .textlink {
    top: 96%;
    font-size: 3.5vw !important;
  }
  /*ポイント5のサブタイトル*/
  .point_detail p.ti {
    font-size: 20px;
  }
  /*------------------------------感染症対策の相談方法 ここまで------------------------------*/
}
/*------------------------------北海道調整 ここから------------------------------*/
@media screen and (min-width: 767px) {
  .point_btn dl {
    margin-right: 0 !important
  }
  .point_btn a.btn_link {
    display: inline-block;
    margin-top: 10px;
  }
  .point_btn a.btn_link:hover {
    /*transform: translate(0, -10px);*/
    box-shadow: 0 15px 15px #cccccc;
    opacity: 1.0;
    color: #d34376;
    border-radius: 20px;
  }
  .point_btn dl:hover {
    background: #ffcccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

/*ボックス内リンク押しやすく*/
@media screen and (max-width: 767px) {
  .inside .linkBox a.icon {
    font-size: 4.5vw !important;
  }
  #point02 ul li, #point03 ul li {
    margin-bottom: 15px;
  }
}
.point_flex {
  width: 100%;
  width: 100%;
  max-width: 960px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: space-between;
  margin: 0 auto;
}
/*相談箇所調整*/
.choice_soudan_flex {
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .point_all .choice_soudan_contents {
    width: 23%;
    margin-bottom: 0px;
  }
  .point_all .choice_soudan_contents:nth-child(3), .point_all .choice_soudan_contents:nth-child(4) {
    margin-bottom: 0;
  }
}
/*ポイント01のリンク横並びに*/
#point01 ul {
  display: flex;
  display: -webkit-flex; /* safari */
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#point01 ul li {
  margin-bottom: 10px;
  width: 47%;
}
#point01 .inBox {
  margin-right: 0px;
  margin-left: 0;
}
/*ポイント01のマップ修正*/
#point01 ul.map_cap li {
  width: 100%;
  margin-left: 0;
}
#point01 ul li.mapicon_k {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #point01 ul {
    margin-left: 3%;
  }
  #point01 ul li {
    width: 100%;
  }
}
/*TVCMリンク場所移動*/
.cmbox {
  background: #ffffef;
  width: 100%;
  padding: 40px 0;
}
.cm_title{
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 10px;
}
.cm_title h2 {
  font-size: 40px;
  margin: 0 auto 20px;
  font-family: "Zen Maru Gothic", serif;
    font-weight: 400;	
  text-align: center;
	width: 370px;
}


.cm_imgbox{
	width: 300px;
	margin: 0 auto;	
}



@media screen and (min-width: 767px) {
  .cm_title {
    width: 960px;
    margin: 0 auto;
  }
	
	
	
}
@media screen and (max-width: 767px) {
  .cmbox {
    padding: 20px 0;
  }
  .cm_title {
    padding-bottom: 0px;
  }
.cm_imgbox{
	width: 65%;
}	
  .cmbox .next_btn {
    margin: 10px auto 0;
	  width: 80%;
  }
	
.cm_title h2 {
    font-size: 5.87vw;
	width: 62%;
}	
	
}
.point_all::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 200px solid #eeeeeee;
  border-left: 100vw solid transparent;
  z-index: 1;
}
/*MVアニメーション*/
.main_v_img {
  position: absolute;
  left: 20%;
  bottom: 0;
    /*opacity: 0;*/
}
.sub_img {
  position: absolute;
  right: 15%;
  bottom: 10%;
}

.st_fadein {
  animation: 1s st_fadein 1;
  animation-fill-mode: forwards !important;
}
@keyframes st_fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1.0;
  }
}
.st_fadein02 {
  animation: 1s st_fadein02 1;
  animation-fill-mode: forwards !important;
}
@keyframes st_fadein02 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1.0;
  }
}
.fuwafuwa {
  animation: 1s st_fadein 1 forwards, 4s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0 /*-15px*/ );
  }
}
.fuwafuwa2 {
  animation: 1s st_fadein02 1 forwards, 4s fuwafuwa2 infinite;
}
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0 /*15px*/ );
  }
}
@keyframes scroll-anim {

  100% {
    background-position: -100% 0;
  }
}
.delay01 {
  animation-delay: 0.4s;
}
.delay02 {
  animation-delay: 0.8s;
}
.delay03 {
  animation-delay: 1.2s;
}
.delay04 {
  animation-delay: 1.8s;
}



/*spfv*/
@media screen and (max-width: 767px) {
  .fvbg h1.maintitle {
    font-size: 6vw;
    top: 12vw;
    left: min(80vw, 1%);
	  letter-spacing: 2px;
  }
  .fvbg .main_v {
    min-height: min(102.1vw, 240px);
    height: auto;
  }
  .fvbg .mainbg {
    bottom: 0%;
	 height: 18vh; 
	  animation: scroll-anim 10s linear infinite;
  }
	
.fvbg .bg_title {
  width: 70%;
 left:15%;		
}
	
  .main_v_img {
    left: 15%;
    bottom: 0px;
    width: 70vw;
  }
	
  .sub_img{
    bottom: 10%;
    right: 4%;
    width: min(30vw, 100px);
  }

  .fuwafuwa {
    animation: animation: none;
  }
  .fuwafuwa2 {
    animation: 1s st_fadein 1 forwards, 2s fuwafuwa2 infinite;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0px);
    }
  }
  @keyframes fuwafuwa2 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0px);
    }
  }
  .delay01 {
    animation-delay: 0.4s;
  }
  .delay02 {
    animation-delay: 0.8s;
  }
  .delay03 {
    animation-delay: 1.2s;
  }
  .delay04 {
    animation-delay: 1.6s;
  }
}
/*斎場写真画像角丸に*/
.boreder-r {
  border-radius: 20px;
}


/* iPhone plus XR*/
@media (min-width: 412px) and (max-width: 414px) {
	
.fvbg .mainbg {
        height: 16vh;
    }	
	
.fvbg .main_v {
        min-height:32vh;
    }	

 }


/* iPhone12 Pro*/
@media screen and (max-width: 390px) {

.fvbg .mainbg {
        bottom: 0%;
        height: 16vh;
   }		
			
.fvbg .main_v {
        min-height: min(100vw, 250px);
    }	
	
}


/* iPhone SE*/
@media (min-width: 320px) and (max-width: 320px) {

.fvbg .main_v {
        min-height: min(90vw, 220px);
    }	
	
}


/*ポイントコンテンツ横並びに*/
@media screen and (min-width: 769px) {
  .pc_pointflex {
    display: flex;
    display: -webkit-flex; /* safari */
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    -webkit-box-pack: center;
  }
.pc_pointflex:nth-child(3){margin-top: 20px;}	
  .point_imgbox {
    width: 50%;
  }
	
  .point_imgbox img.illust05{
    width: 80%;
	margin: 20px auto;
    display: block;
  }
	
  .point_textbox {
    width: 48%;
  }
  .point_detail .inside {
    padding-top: 100px;
	border: 4px solid #f18c8c;		  
  }
  .point_detail .point_number span.number {
    top: 10px;
    left: 40px;
  }
  .point_detail h2 {
    position: absolute;
    left: 150px;
    top: 25px;
  }
  /*ポイント01*/
  .maparea {
    width: 100%;
  }
  /*ポイント02*/
  .point02_imgbox {
    width: 48%;
  }
  .pc.point02_imgbox {
    margin: 0;
  }
  /*ポイント03*/
  #point03 ul {
    width: 48%;
    margin-top: 0;
  }
  /*ポイント04*/
  .next_btn {
    margin: 20px auto 0;
	  width: 50%;
	  position: relative;
  }
	
.cmbox .next_btn{
	width: 435px;
}

	
  .next_btn a {
  }
}

@media screen and (max-width: 769px) {
	.point_detail .inside {
    background: #fff;
    padding: 67px 15px 15px;	
	border: 4px solid #f18c8c;			
}
	.point_detail .point_number{
		top: 2%;
		left: 0px;
	}
	.point_detail h2{
	position: absolute;
    top: 1.5%;
	left: 30%;	
	}
	
	.point_detail#point02 h2 {
	left: 25%;	
	}	
	
	.point_detail#point03 h2 {
	left: 21%;	
	}
	
	.point_detail#point05 h2{
	left: 25%;	
	margin-bottom: 50px;
	}
		
	
.point_detail h2 span{text-align: center;}
  .next_btn a {
	  font-size: 4.8vw;/*18px相当*/
  }	

.point_detail img{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 90%;
	}

.point_detail .point02_imgbox img {
        width: 100%!important;
    }
	
.point_detail .inside .point_txt {
    font-size: 4.8vw;/*18px*/
}
	
  .next_btn {
	  position: relative;
  }
	
  .next_btn a {
	  font-size: 4.8vw;/*18px相当*/
  }	

	
.next_btn a i {
  top: calc(60% - 17px);
  font-size: 25px;
}	
	
}



@media screen and (min-width:768px)and (max-width:1024px) {
	
	.point_btn .inside{padding: 0 1.5%;}
	.point_detail{width: 96%; margin-left: auto; margin-right: auto;}
}


/*ポイント5　pad調整*/
@media screen and (min-width:768px)and (max-width:1024px) {
	.choice_soudan_contents h3 span{
		font: 2vw;
		}}



/*地図内の装飾　20231027*/
.maplink {
    color: #0e63cc;
    text-decoration: underline;
}

.pink {
    color: #d34376;
}

.blue {
    color: #407db9;
}

.orange {
    color: #ef7d35;
}

.green {
    color: #0d5a02;
}

.bold {
    font-weight: bold;
}



/*スライダー文言を一部非表示へ*/
.g_review_copy{
	display: none;	
}





.fadein {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    transform: translateY(-30px);
    opacity: 0;
}


.cont_txt{
	line-height: 1.7;
}



/*---------------------------ポイント5がらみ 20250826追加---------------------------*/


.point_detail#point05 .point_detail h3 {
    font-size: 24px;
}

.point_detail#point05 .concept_cont {
    margin-top: 10px;
}

.point_detail#point05 .arrow_tit {
    width: 100%;
	margin-bottom: 0;
}

.point_detail#point05 .point_box ul li dl dt {
    width: 100%;
}

.point_detail#point05 h3.naname_tti{
    margin:40px auto 10px;
    line-height: 1.2!important;
	font-size: 26px!important;
}

.point_detail#point05 h3.tti{
   margin-bottom:0;
}


.point_detail#point05 h3.kadomaru_tti{
	background: #fedde8;
	padding: 6px 4px;
	color: #c2185b;
	border-radius: 30px;
	width: 60%;
	margin: 20px auto 40px;
	display: block;
}


@media screen and (min-width: 767px) {
    .point_detail#point05 .concept .point_box ul li dl {
        width: 23%;
        margin-left: 8px;
        margin-top: -10px;
    }
	.point_detail#point05 .concept .point_box ul li dl dt {
    padding: 6px 5px 6px 5px;
	}
	
	.point_detail#point05 img.osusume_do_img {
        width: 70%;
    }
	.point_detail#point05 img.arrow_img {
        width: 50%!important;
	}	

}


@media screen and (max-width: 767px) {
	
	
	.point_detail#point05 .concept_cont {
        padding-top: 30px;
    }
	
	.point_detail#point05 p.txt_base_emp.center {
        font-size: 5.0vw;
	}
	
	
   .point_detaill#point0 img.osusume_do_img {
        width: 100%;
    }
	
	.point_detail#point05 .concept .point_box {
        width: 100%!important;
    }
	
	.point_detail#point05 .concept .point_box {
        width: 100%;
        height: 260px!important;
    }
	
	.point_detail#point05 .arrow_tit {
        letter-spacing: 0px;
		margin-bottom: 0;
		font-size: 4.0vw;
    }
	.point_detail#point05 img.arrow_img {
        width: 100%!important;
	}
	.point_detail#point05 .arrow_txt {
        font-size: 4.6vw;
        margin-top: 10px;
        letter-spacing: 0px;
    }
	.point_detail#point05 img.penguin_img{
		width: 60%;
	}
	.point_detail#point05 h3.naname_tti{
	font-size: 5.87vw!important;
	}
	.point_detail#point05 h3.kadomaru_tti{
	width: 90%;
	margin-top: 40px;
	margin-bottom: 20px;
		
}	
	
}





