@charset "utf-8";
@font-face {
   src: url('/nato_sans_jp/NotoSansJP-Medium.woff')  format("woff");
   font-family: "Noto Sans JP";
   font-style: normal;
   font-display: swap;
}
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.font02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.font03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.font04 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.font05 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2, .wrapper3,.wrapper4 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1600px;
}
.wrapper3 {
  width: 100%;
  max-width: 1400px;
}
.wrapper4 {
  width: 100%;
  max-width: 1300px;
}
.deco01 a {
  text-decoration: none;
}
.sub-c{
	/*color: #CECBCB;*/
	color:#e75401;
}

/* ----------------------------------------
  head
---------------------------------------- */
#head {
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
}
#head h1 {
  float: left;
  width: 20%;
  max-width: 200px;
}
#head h1 img {
  margin-top:5%;
	margin-left:25%;
	 width: 200px;
	
}
#head .tel {
  display: block;
  text-align: right;
	
}
#head .tel img {
  width: 30%;
  max-width: 270px;
  height: auto;
  position:absolute;
  right:0;
  top:0;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  width: 80%;
  max-width: 1300px;
  float: right;
  padding: 2% 0;
 
}
#gnav ul {
  position: relative;
  overflow: hidden;
  text-align: right;
  font-size: 0;
  padding-top: 3%;
}
#gnav li {
  display: inline-block;
  border-right: 1px solid #4b4949;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.1;
  text-align: center;
  padding: 10px 20px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 3px;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #000;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: rgb(255,254,255,0.95);
  padding: 70px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #4b4949;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #000;
  font-size: 1.7rem;
  line-height: 9vh;
  text-decoration: none;
}
/* ----------------------------------------
 page-title
------------------------------------------- */
#page-title {
  position: relative;
  padding-left: 0%;
  padding-top: 0px;
}

#page-title-img {
  padding-top: 400px;
  background: url('/images/index-images/mv01.jpg') 50% 50% no-repeat;
  background-size: cover;
}

#page-title #page-title-catch {
	width:100%;
  text-align: center;
position: absolute;
	top:50%;
	
}
#page-title-catch h1 {
  font-size: 4.4rem;
  line-height: 1;
}

@media screen and (max-width:1599px) {
  #page-title {
    padding-left: 0%;
    padding-top: 0%;
	margin-top:-5%!important;
	color:#fff;
  }
  #page-title-img {
    padding-top: 35%;
  }
  #page-title-catch {
    top: 0%;
    left: 0%;
  }
  #page-title-catch h1 {
    font-size: 2.4vw;
  }
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
  margin-bottom:7%;
}
section p {
  margin-bottom: 10px;
}
.bg01{
background-color: #e8f7f8;
}

.box01 p{
font-size: 1.8rem;
}
.box01 .float-l{
width: 47%;
}
.box01 .float-r{
width: 47%;
}
.img-box{
overflow: hidden;
}
.img-box img{
width: 100%;
height: auto;
}

.last{
border-bottom: 1px solid #ccc;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #000;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
　letter-spacing:0.5rem;
  margin-bottom: 40px;
}
.cmn-title01 span{
  display: block;
  color: #e75401;
  font-size: 1.5rem;
  letter-spacing:2px;
  padding-top: 10px;
  
}
.cmn-title02 {
	color:#ffe102!important;
  font-size: 30px;
  font-size: 4rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin-bottom:10%;
	font-style: italic!important;
	
}
.cmn-title02:before{
position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ffe102;
}

.cmn-title02 span{
 font-size: 18px;
  font-size: 1.8rem;
  display: block;
 color:#fff;
}

.cmn-title03 {
	color:#0287c5!important;
  font-size: 30px;
  font-size: 4rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin-bottom:10%;
	font-style: italic!important;
	
}
.cmn-title03:before{
position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ffe102;
}

.cmn-title03 span{
 font-size: 18px;
  font-size: 1.8rem;
  display: block;
 color:#4b4949;
}

.bg-h2 {
  position: absolute;
  padding-top:500px;
  width:20%;
  right:0;
  z-index:-1;
}
.bg-h2 {
  /*background-color:rgba(231,84,1,1);*/
 background-color:rgba(0,0,0,0.1);
  background-size: cover;
  
}
.bg-box {
  position: relative;
  z-index: 1;
}
.bg-box::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #0287c5;
  z-index: -1;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
}



@-moz-document url-prefix() {
  .cmn-title02 span{
  font-size: 1.5rem;
  letter-spacing:2px;
 vertical-align: middle;
  margin-left:25px;
}
}




.cmn-title04 {
  color: #2c6c72;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.cmn-title04 span{
  color: #a3d3d5;
  font-size: 1.4rem;
  margin-left: 10px;
}
.cmn-title05 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 15px;
}



.cmn-title06 {
	color:#0287c5!important;
  font-size: 30px;
  font-size: 4rem;
  position: relative;
  padding: 1.5rem;
  text-align: left;
	margin-bottom:10%;
	font-style: italic!important;
	
}
.cmn-title07 {
	color:#0287c5!important;
  font-size: 30px;
  font-size: 4rem;
  position: relative;
  padding: 1.5rem;
  text-align: left;
	font-style: italic!important;
	
}

.cmn-title08 {
  color:#0287c5!important;
  font-size: 25px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: left;
	font-style: italic!important;
	border-bottom:solid 1px #4b4949;
	
}
.cmn-title09 {
  color:#0287c5!important;
  font-size: 25px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: left;
	font-style: italic!important;

	
}

.cmn-title03 span{
 font-size: 18px;
  font-size: 1.8rem;
  display: block;
 color:#4b4949;
}

.title-border01{
	border-top:solid 1px #4b4949;
	border-bottom:solid 1px #4b4949;
	padding:15px 0 15px 15px;
	margin-bottom:55px;
}

.title-border02{
	border-bottom:solid 1px #4b4949;
	padding:15px 0;
	margin-bottom:55px;
}
.title-border02-{
	border-bottom:solid 1px #4b4949;
	padding:15px 0;
	margin-bottom:20px;
}

.under {
  /*background: linear-gradient(transparent 80%, #a8eaff 80%);*/
  padding: 5px 0;
}

/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 80%;
  box-sizing: border-box;
  color: #0287c5;
  font-size: 1.7rem;
  text-align: center;
  background-color: #ffe102;
  padding: 10px;
  text-decoration: none!important;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.cmn-btn01 a::after {
  font-family: 'FontAwesome';
  content: "\f101";
  color: #0287c5;
  display: inline-block;
  margin-left: 10px;
}

.cmn-btn01 a:hover{
	color: #0287c5;
	text-decoration: none;
	opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.c-btn{
	width:40%;
	margin:50px auto 0 ;
	text-align: center;
}

/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color:#0287c5!important;
}
#foot a{
  color: #4b4949;
}
#foot .box {
  float: left;
  width: 500px;
  padding: 30px 0;
}
#foot .box h2 {
  width: 300px;
  margin: 30px 0 30px 0;
}
#foot .box dl {
  overflow: hidden;
  margin-bottom: 5px;
}
#foot .box dl dt {
  float: left;
  text-align: left;
  padding: 0px 10px;
}
#foot .box dl dd {
  float: left;
  text-align: left;
  padding: 0px 10px;
}

#foot .tel {
  color: #000;
  text-align: left;
  padding: 0px 10px;
  font-size: 4rem;
  
}
#foot .tel::before {
  font-family: 'FontAwesome';
  content: "\f095";
  color: #000;
  display: inline-block;
  margin-right: 10px;
}

#foot .copy {
  color: #0287c5;
  background-color: #ffe102;
  padding: 15px 0;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 500px;
  padding: 50px 0 30px 0;
}
#fnav h3 {
  background: url('/images/cmn-images/line.png') 50% 50% repeat-x;
  margin-bottom: 10px;
}
#fnav h3 span {
  background-color: #0287c5!important;
  padding-right:10px;
}
#fnav ul {
  overflow: hidden;
  margin-bottom: 20px;
}
#fnav li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: left;
  transition: 0.4s ease-in-out;
}
#fnav li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.foot-bottom{
position: fixed;
width: 100%;
box-sizing: border-box;
background-color: #fff;
bottom: 0;
left: 0;
z-index: 9999;
padding: 15px 5%;
}
.foot-bottom .float-l,.foot-bottom .float-r{
width: 48%;
}
/* ----------------------------------------
 select
------------------------------------------- */


#select{
	margin:0 auto!important;
}

#select .float-l{
width: 31%;
}

#select .float-l:nth-child(2){
width: 31%;
margin-left:3.5%;
}

#select .float-r{
width: 31%;
}
#select div a{
display: block;
border: 1px solid #cccccc;
color: #4b4949;
font-size: 2.2rem;
text-align: center;
line-height: 1;
	letter-spacing: 0.2rem;
padding: 30px 0;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}
@media screen and (max-width:1599px) {
  #gnav li a {
    font-size: 1.15vw;
    padding: 10px 15px;
  }
}
@media screen and (max-width:1199px) {
  #gnav li a {
    padding: 10px 6px;
  }
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .animal {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 70%;
	margin-bottom: 15px;
  }
/* ----------------------------------------
  foot
---------------------------------------- */
#foot .box {
  float: left;
  width: 40%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 45%;
}
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2, .wrapper3 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
  }
  #head h1 {
	width:35%;
    padding: 10px 0;
	position:absolute;
	top:0px;
	left:-30px;
  }
	#head h1 img{
	width:60%;
	max-width:200px!important;
	
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
 #page-title {
    margin-top:-10%!important;
  }
  #page-title-img {
    padding-top: 83%;
  }
  #page-title-catch {
    top: 57%;
  }
  #page-title-catch h1 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
#page-title-catch h3 {
    font-size: 3vw;
   
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 50px 0;
  }
  .cmn-box02 {
    padding-bottom: 50px;
  }
  
.box01 p{
font-size: 1.4rem;
}
.box01 .float-l{
float: none;
width: 100%;
}
.box01 .float-r{
float: none;
width: 100%;
}
.img-box{
/*border: 3px solid #a3d3d5;*/
}

  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
.cmn-title01 span{
  font-size: 1.2rem;
  padding-top: 5px;
}
  .cmn-title02 {
    font-size: 2.4rem;
    margin-bottom: 15%!important;
	margin-top:-5%;
  }
.cmn-title02 span{
  font-size: 1.4rem;
  letter-spacing:2px;
  margin-left:1rem;
  /*padding-top:40px;*/
  line-height: 3vh;
}


.cmn-title04 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.cmn-title04 span{
  font-size: 1.2rem;
  margin-left: 10px;
}
.cmn-title05 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}


  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    font-size: 1.5rem;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
 bn
------------------------------------------- */
  #bn ul li {
    float: none;
    width: 80%;
    margin: 0 auto 15px auto;
  }
  #bn ul li:nth-child(2n) {
    margin: 0 auto 15px auto;
  }
  #bn ul li h3 {
    font-size: 1.6rem;
    padding: 30px 0;
  }
  #bn ul li h3 span {
    font-size: 1.1rem;
    padding-top: 15px;
  }
  
/* ----------------------------------------
 select
------------------------------------------- */
#select{
		margin-top:30px;
	}
	
#select .float-l{
width: 32%;
}
#select .float-l:nth-child(2){
width: 32%;
margin-left:2%;
}
#select .float-r{
width: 32%;
}
#select div a{
font-size: 1.3rem;
padding: 10px 0;
}
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .box {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #foot .box h2 {
    width: 300px;
    margin: 0;
  }
#foot .box dl {
	float:inherit;
  margin: 0 auto;
 text-align: center;
	
}
#foot .box dl dt {
  text-align: center;
  padding: 0px 10px;
	margin: 0 auto;
  
}
#foot .box dl dd {
  text-align: center;
  padding: 0px 10px;
	margin: 0 auto;
	display:block;
	
	

}

#foot .tel {
  color: #000;
  padding: 0px 10px;
  font-size: 3rem;
  
}
#foot .copy {
  padding: 15px 5% 20% 5%;
}
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  #fnav h3 {
    font-size: 1.3rem;
  }
  #fnav ul {
    margin-bottom: 20px;
  }
  #fnav li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
  }
  #fnav li:last-child {
    border-right: none;
  }
  #fnav li a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
/* line63 requested changes */
#mv-catch .icon li{width:115px!important;max-width:115px!important;margin-right:24px!important;}
#mv-catch .icon li img{width:100%!important;height:auto!important;}
@media screen and (max-width:768px){#mv-catch .icon li{width:58px!important;max-width:58px!important;margin-right:5px!important;margin-bottom:5px!important;}}
.price-note-outside{max-width:1100px;margin:12px auto 0;text-align:right;font-weight:700;color:#222;font-size:15px;}
