@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure { margin: 0;}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: 400;
	font-family: "M PLUS 1p";
 	font-family: 'M PLUS Rounded 1c'!important;
}
.txt-s{ font-size:12px;}


mark{ background: linear-gradient(transparent 40%, #FFE06E);}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.container {max-width: none !important;}

.br-sp {display: block;}
@media screen and (max-width: 1000px){
.br-sp {display: none;}
}

a.anchor {
    display: block;
    padding-top: 260px;
    margin-top: -260px;
}

/* ------------------------------------
// base
------------------------------------ */
html {
	font-size: 62.5%;
	overflow: auto;
}
@media screen and (max-width: 767px) {html {font-size: calc(1400vw / 768);}}
body {
  	color: #444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-family: 'M PLUS Rounded 1c'!important;
 	font-size: 1.6em;
  	font-weight: 400;
	line-height: 1.8;
	letter-spacing:0.03em;
	margin: 0;
	padding-bottom:0!important;
  	overflow: hidden;
  	min-width: 1000px;
}
@media screen and (max-width: 1000px) {body {min-width: 0;}}

#wrapper {position: relative;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

a img {transition: .3s;}
a img:hover {opacity: .8;}

img {
  max-width: 100%;
  height: auto;
}
.R-img{
	float:right;
	padding:0 0 2vw 4vw;
	}
.gr{ color:#157679;}
.or{ color:#EB7600;}
.ye{ color:#FFDF76;}
.re{ color:#DD3200;}
.pi{ color:#EA6180;}
.lpi{ color:#EA6281;}
.lgr{ color:#008C8C;}
.bw{ color:#D86C00;}
.lbw{ color:#A38167;}
.be{ color:#A2826A;}
.bl{ color:#75A3AD;}
.d-bl{ color:#40527A;}

.ye-back{ background-color:#FFFDEF;}
.bl-back{ background-color:#FAFEFE;}
.lbl-back{ background-color:#ECF4F8;}
.bl-border{ border-color:#ADDCDC;}

.btm30{padding-bottom:3vh;}
.btm50{padding-bottom:5vh;}

.top20{ margin-top:20px;}
.M-2vw{ margin:2vw;}	
.M-TB-2vw{ margin:2vw 0;}	
.M-LR-2vw{ margin:0 2vw;}
.M-4vw{ margin:4vw;}	
.M-TB-4vw{ margin:4vw 0;}	
.M-LR-4vw{ margin:0 4vw;}
.M-B-2vw{ margin:0 0 2vw;}	
.M-B-4vw{ margin:0 0 4vw;}	

.P-2vw{ padding:2vw;}	
.P-TB-2vw{ padding:2vw 0;}	
.P-LR-2vw{ padding:0 2vw;}	
.P-4vw{ padding:4vw;}	
.P-TB-4vw{ padding:4vw 0;}	
.P-LR-4vw{ padding:0 4vw;}	

@media screen and (max-width: 1400px) {
.M-2vw{ margin:2vw;}	
.M-TB-2vw{ margin:2vw;}	
.M-LR-2vw{ margin:2vw;}
.M-4vw{ margin:4vw;}	
.M-TB-4vw{ margin:4vw;}	
.M-LR-4vw{ margin:4vw;}
.M-B-4vw{ margin:0 0 4vw;}	

.P-2vw{ padding:2vw;}	
.P-TB-2vw{ padding:2vw;}	
.P-LR-2vw{ padding:2vw;}	
.P-4vw{ padding:4vw;}	
.P-TB-4vw{ padding:4v;}	
.P-LR-4vw{ padding:4vw;}	
}

/* 背景画像の透過用 */
.bkRGBA{
	height: 100%;
	background: rgba(255,255,255,0.5);
	padding:5vw 0 5vw;
	}	
.sp {display: none;}
@media screen and (max-width: 767px) {.sp {display: block;}}
@media screen and (max-width: 767px) {.pc {display: none;}}

.txt-c{ text-align:center;}

/* ------------------------------------
// header
----------------------------------- */
#header {
	width:100%;
}

/* ----main photo slider----*/
.slider {
    position:absolute;
	z-index: 1!important;
	width: 100vw!important;
	height:1%;
}
.slider-item01 {background:url(../img/main1.jpg);}
.slider-item02 {background:url(../img/main2.jpg);}
.slider-item03 {background:url(../img/main3.jpg);}

.slider-item {
    width: 100%;
    height:62vw;
	max-height:706px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media screen and (max-width: 1000px) {.slider-item {height:62vw;}}
/* ----main photo slider / ----*/

/*gnav FULL----------------------------------------------------*/
#header .gnav {
	clear:both!important;
	margin: 10px 0 15px 0;
	position: relative;
	width:1050px;
	padding:0;
	color:#fff;
	z-index:99;
 	font-family: 'M PLUS Rounded 1c';
}
#header .gnav dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin:0;
}
#header .gnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
	height:90px;
	color:#FFF!important;
}
#header .gnav ul li:first-child{
	margin-left:-44px!important;
}
#header .gnav ul li{
	margin:0 5.5px!important;
}
#header .gnav ul li img{
	display:block;
	margin:0 auto;
	padding:0;
}
#header .gnav ul li p{ padding:0;}
#header .gnav ul li:first-child {
  margin-left: 1em;
  border-left:none;
}
#header .gnav ul li a {
  display: inline-block;
  padding-top: 0;
  text-align: center;
  min-width: 150px;
}
#header .gnav ul li a:hover {color: #D7D7D5;}


/*gnav 1000----------------------------------------------------*/
@media screen and (max-width: 1401px) {
#header .gnav {
	clear:both!important;
	margin: 10px 0 15px 0;
	position: relative;
	width:920px;
	padding:0;
	color:#fff;
	z-index:99;
 	font-family: 'M PLUS Rounded 1c';
}
#header .gnav dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin:0;
}
#header .gnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
	height:90px;
	color:#FFF!important;
}
#header .gnav ul li:first-child{
	margin-left:10px!important;
}
#header .gnav ul li{
	margin:0 5.5px!important;
}
#header .gnav ul li img{
	display:block;
	margin:0 auto;
	padding:0;
}
#header .gnav ul li p{ padding:0;}
#header .gnav ul li:first-child {
  margin-left: 1em;
  border-left:none;
}
#header .gnav ul li a {
  display: inline-block;
  padding-top: 0;
  text-align: center;
  min-width: 108px;
}
#header .gnav ul li img{ display:block; margin:0 auto;}
#header .gnav ul li a:hover {color: #D7D7D5;}
}




/*ganv FULL fixed*/
#header .gnav.fixed {
	transform: translateY(-100%);
	transition: 0.3s;
	left: 0;
	margin:0;
	padding: 0;
	position: fixed;
	top: 0;
	max-width: initial;
	-webkit-transition: all 0.4s ease 0s, background 0.6s ease 0.2s;
	transition: all 0.4s ease 0s, background 0.6s ease 0.2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	width: 100%;
	z-index: 9;
}
#header .gnav.fixed dl {
	margin:10px auto 0;
	max-width: 1140px;
}
.js-fixedHeader #header .gnav.fixed {transform: translateY(0);}	
@media screen and (min-width:1401px) and (max-width:2920px){
#head-common {
	margin: 0 auto;
	padding: 1vw 0 0 0;
	max-width:1050px;
	max-height:706px;
	overflow: hidden;
}
#head-common h1 {
	display: block;
	margin:0;
	width: 32vw;
	max-width: 500px;
	color:#FFF;
	font-size:180%;
	font-weight:400!important;
 	font-family:'M PLUS Rounded 1c'!important;
}
#head-common h1 p{
	display:block;
	font-size:12px;
	margin:0;
	letter-spacing:0em;
	}
#head-common .assist{
	display: block;
	overflow:hidden;
	width:510px;
	margin:-70px 0 0 0;
	float:right;
	color:#FFF;
	}
#head-common .assist img{
	float:left;
	}
#head-common .assist img.tel{
	margin-right:20px;
	}
}


@media screen and (min-width:1000px) and (max-width:1400px){
#head-common {
	margin: 0 auto;
	padding: 1vw 0 0 0;
	max-width:900px;
	max-height:706px;
	overflow: hidden;
}
#head-common h1 {
	display: block;
	margin:0 0 1vw 0;
	width:480px;
	max-width:60%;
	color:#FFF;
	font-size:160%;
	float:left!important;
}
#head-common h1 p{
	display:block;
	font-size:12px;
	margin:0;
	letter-spacing:0em;
	}
#head-common .assist{
	display: block;
	overflow:hidden;
	width:40%;
	max-width:420px;
	margin:10px auto;
	float:right!important;
	color:#FFF;
	}
#head-common .assist img{
	float:left!important;
	max-width:170px;
	}
#head-common .assist img.tel{
	margin-right:18px;
	float:left!important;
	}
}

#slider-on{
	position: relative;
	z-index:10!important;
	background-color: #42537C;
	background-image: url(../img/foot-top.gif);
	background-position: center bottom;
	background-repeat:repeat-x;
	}

#slider-on.fixed {
	transform: translateY(-100%);
	transition: 0.3s;
	left: 0;
	margin:0;
	padding: 5px 0 5px;
	position: fixed;
	top: 0;
	max-width: initial;
	-webkit-transition: all 0.4s ease 0s, background 0.6s ease 0.2s;
	transition: all 0.4s ease 0s, background 0.6s ease 0.2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	width: 100%;
	z-index: 10;
	background-color: #42537C;
}
#slider-on.fixed dl {
	margin: 0 auto;
	max-width: 1140px;
}
.js-fixedHeader #slider-on.fixed {transform: translateY(0);}


/*max 1000px----------------------------------------------------*/

@media screen and (max-width: 1000px) {
  #header {margin-bottom: 0vw;}
  #head-common{ height:75px; color:#FFF;}
  h1{ padding:16px 0 16px 10px; font-size:18px;}
  nav.gnav,.assist,h1 p{display:none!important;}
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom:20px!important;
  right: 25px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 2rem;
    width: 8rem;
  }
}


/* ------------------------------------
// spmenu
----------------------------------- */
.spmenu {display: none;}
#sp_drw {display: none;}

@media screen and (max-width: 1000px) {
  .spmenu {
    background: url("../img/menu.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    height:44px;
    position: fixed;
    right: 0;
    top: 10px;
    width: 55px;
    z-index: 5000;
  }
  .spmenu.close {
    background: url("../img/menu_close.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    height:44px;
    position: fixed;
    right: 0;
    top: 10px;
    width: 55px;
    z-index: 5000;
  }
  #sp_drw {
	display: block;
	left: 0;
	padding: 2rem 3rem 3.5rem;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	z-index: 15;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	transition: visibility 0.3s, opacity 0.3s, transform 0s 0.3s;
	color:#FFF;
	background-color: #42537C;
  }
  .js-menuOpen #sp_drw {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: visibility 0.3s, opacity 0.3s, transform 0s;
  }
  #sp_drw .sp_nav {
    margin-bottom: 4rem;
  }
  #sp_drw .sp_nav dt {
    line-height: 1.2;
    margin-bottom: 3rem;
	margin-top:3px;
	font-size:16px;
  }
  #sp_drw .sp_nav dt span {
    display: block;
    font-size: 1.4rem;
    font-weight:400;
    margin-top:22px;
    line-height: 1.8;
	letter-spacing:0.1em;
  }
  /*logo size*/
  #sp_drw .sp_nav dt img {
    width: 24rem;
  }
  #sp_drw .sp_nav dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
	width:90%;
	margin:0 auto;
  }
  #sp_drw .sp_nav dd ul li {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.3em;
    width: 50%;
	list-style:disc;
  }
  #sp_drw .sp_nav dd ul li a {
    display: block;
    padding: 0.6em 0 ;
  }
  #sp_drw img{ padding-right:10px; margin-bottom:10px;}
  
   #sp_drw .contact img{
	   width:49%!important;}
  
}

#main-inner{
	overflow: hidden;
	width: 100vw;
	margin:0 auto;
	height:70vw;
	max-height:706px;
	background-image: url(../img/main-inner.png);
	background-repeat: no-repeat;
	background-position:center 16vw !important;
	background-size:80vw;
	background-attachment: fixed!important;
	position: relative;
	z-index:2;
	}
#main-inner .main-txt img{
	display:block;
	text-align: center;
	margin:9vw auto 0;
	width:30vw;
	max-width:380px;
	}
#main-station{
	width:20vw;
	position: relative;
	margin:0 ;
}
@media screen and (min-width:1800px) and (max-width:2400px){
#main-station-photo img{width:19vw!important; max-width:380px!important;}
#main-station-photo{
	width:20vw;
	position: absolute;
	margin:11vw 0 0 70vw;
	z-index:5;
}
}
@media screen and (min-width:1400px) and (max-width:1800px){
#main-station-photo img{width:19vw!important; max-width:380px!important;}
#main-station-photo{
	width:20vw;
	position: absolute;
	margin:18vw 0 0 68vw;
	z-index:5;
}
}
@media screen and (min-width:1000px) and (max-width:1400px){
#main-station-photo img{width:25vw!important; max-width:380px!important;}
#main-station-photo{
	width:20vw;
	position: absolute;
	margin:28vw 0 0 66vw;
	z-index:5;
}
}
@media screen and (max-width: 1000px) {
#main-station-photo img{width:34vw!important; max-width:380px!important;}
#main-station-photo{
	width:20vw;
	position: absolute;
	margin:30vw 0 0 33vw;
	z-index:5;
}
}
/* ------------------------------------
// contents
----------------------------------- */
.inner {
	overflow:hidden;
	margin: 0 auto;
	width: 100vw;
}
.inner-first {
	overflow:hidden;
	margin: 6vw auto;
	width: 90vw;
	max-width: 1400px;
}
	
.inner1400{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}
.inner1200M-TB{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:1100px;
	}
.inner1200M-TB-s{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:1100px;
	}
.inner1200{
	width:92vw!important;
	margin:0 auto!important;
	max-width:1100px;
	}
.inner1100{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}

@media screen and (max-width: 1400px) {
.inner-wide {
	margin: 0 auto;
	width: 92vw;
	max-width: 1000px;
	}
.inner1400{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}
.inner1200M-TB{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:1100px;
	}
.inner1200M-TB-s{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:1100px;
	}
.inner1200{
	width:92vw!important;
	margin:0vw auto!important;
	max-width:1100px;
	}
.inner1100{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}
}
@media screen and (max-width: 1000px) {
.inner-wide {
	margin: 0 auto;
	width: 100vw;
	max-width: 1000px;
	}
.inner1400{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}
.inner1200M-TB{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:1100px;
	}
.inner1200M-TB-s{
	width:92vw!important;
	margin:2vw auto!important;
	max-width:1100px;
	}
.inner1200{
	width:92vw!important;
	margin:0vw auto!important;
	max-width:1100px;
	}
.inner1100{
	width:92vw!important;
	margin:4vw auto!important;
	max-width:980px;
	}
.inner-first {
	overflow:hidden;
	margin: 10vw auto 6vw;
	width: 90vw;
	max-width: 860px;
}
}
@media screen and (max-width: 767px) {
.inner-wide {
	width:92vw!important;
  	max-width: 767px;
	margin:4vw auto!important;
	}
.inner1200M-TB{
	width:90vw!important;
	margin:4vw auto!important;
	max-width:767px;
	}
.inner1200M-TB-s{
	width:90vw!important;
	margin:1vw auto!important;
	max-width:767px;
	}
.inner1200{
	width:90vw!important;
	margin:0vw auto!important;
	max-width:767px;
	}
}



/*TOP-MESSAGE*/
#TOP-MESSAGE{
	width: 100vw;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	margin: 0;
	background-image: url(../img/back-bl.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
#TOP-MESSAGE .inner .box{
	width:50vw;
	margin:4vw 0 0 6vw;
	}	
#TOP-MESSAGE .inner {
	width: 100%;
	position: relative;
	height:28vw;
}
#MESSAGE-img{
	position: relative;
	margin:0 ; 
}
@media screen and (min-width:1400px) and (max-width:2400px){
#MESSAGE-img-photo img{width:38vw; max-width:863px!important;}
#MESSAGE-img-photo{
	margin:4vw 0 0 62vw;
	position: absolute;
	z-index:6;
}
}
@media screen and (max-width:1470px){
#TOP-MESSAGE{
	background-image:none;
	padding:0 0 4vw 0;
	}
}
@media screen and (min-width:980px) and (max-width:1400px){
#MESSAGE-img-photo img{width:38vw; max-width:863px!important;}
#MESSAGE-img-photo{
	position: absolute;
	margin:3vw 0 0 62vw;
	z-index:6;
}
}


@media screen and (max-width: 980px) {
#TOP-MESSAGE .inner .box{
	width:90vw;
	margin:0 auto;
	}	
#TOP-MESSAGE .inner {
	width: 100%;
	position: relative;
	height:auto;
	}
#MESSAGE-img-photo img{ display:none;}
}
.message-sp-img {display: none;}
@media screen and (max-width: 767px) {.sp {display: block;}}
@media screen and (max-width: 767px) {.pc {display: none;}}
@media screen and (max-width: 980px) {.message-sp-img {display: block; float: right; width:50%; margin:0 1vw 1vw 2vw;}}





/* TOP INFO */
#TOP-INFO {
	overflow: hidden;
	width: 100%;
	padding: 0 2vw 4vw;
	background-image: url(../img/back-bl.jpg);
	background-repeat: repeat;
	background-position: center top;
	color:#FFF;
	}
#TOP-INFO .box{
	background-image: url(../img/info-tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:80vw;
	overflow:hidden;
	padding:0 0 0 40px;
	margin:0 auto;
	}	
#TOP-INFO h2{
	display:block;
	font-size:180%;
	}
#TOP-INFO dl{
	overflow: hidden;
	display: block;
	padding: 1vw 0 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}	
#TOP-INFO .inner-L{
	width:50%;
	overflow:hidden;
	padding:0;
	margin:0;
	float:left;
	}	
#TOP-INFO .inner-R{
	width:45%;
	overflow:hidden;
	padding:0;
	margin:80px 0 0 5%;
	float:left;
	}
#TOP-INFO .inner-R ul li{
	float:left;
	width:30%;
	margin: 0 1.5%;
	}
@media screen and (max-width:1470px){
#TOP-INFO {
	padding:4vw 2vw ;
	}
}

@media screen and (max-width: 1400px) {
#TOP-INFO h2{
	display:block;
	font-size:140%;
	padding-left:2vw;
	padding-bottom:15px;
	}
#TOP-INFO .box{
	background-image: url(../img/info-tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:96vw;
	overflow:hidden;
	padding:0 0 0 4vw;
	margin:0 auto;
	}	
#TOP-INFO dl{
	overflow: hidden;
	display: block;
	padding: 0 1% !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width:94%;
	}	
#TOP-INFO .inner-L{
	width:94vw;
	overflow:hidden;
	padding:0 2vw 0 0;
	margin:0 auto;
	float:none;
	}	
#TOP-INFO .inner-R{
	width:90vw;
	overflow:hidden;
	padding:0;
	margin:4vw auto 0 ;
	float:none;
	}
#TOP-INFO .inner-R img{
	display:block;
	margin:0 0 0 -1.5vw;
	text-align:left;
	float:left;
}
	
}

/* TOP POINT */
.point-back {
	background-image: url(../img/point-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEDEA;
	padding-bottom:12vw;
	}
#TOP-POINT {
	overflow: hidden;
	width: 100%;
	padding: 0 2vw 16vw;
	}
#TOP-POINT2 {
	overflow: hidden;
	width: 100%;
	padding: 0 0 4vw;
	background-color: #EFEDEA;
	}
#TOP-POINT .box{
	width:80vw;
	overflow:hidden;
	padding:0;
	margin:4vw auto 0;
	}	
#TOP-POINT2 .box{
	width:100vw;
	overflow:hidden;
	padding:0;
	margin:0 0 2vw;
	float:left;
	}	
#TOP-POINT .inner{
	display:block;
	width:40vw;
	max-width:800px;
	overflow:hidden;
	padding:0;
	}	
#TOP-POINT .inner{
	display:block;
	width:40vw;
	max-width:800px;
	overflow:hidden;
	padding:0;
	float:left;
	}	
#TOP-POINT2 .inner{
	display:block;
	width:40vw;
	max-width:800px;
	overflow:hidden;
	padding:0;
	margin-right:10vw;
	float:right;
	text-align:left;
	}	
#TOP-POINT h2{
  	font-size: 6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display:block;
	float:left;
	width:80px;
	margin:0 2vw 0 0;
	letter-spacing:0.1em;
  	}
#TOP-POINT2 h2{
  	font-size: 6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display:block;
	float:left;
	width:80px;
	margin:0 2vw 0 0;
	letter-spacing:0.1em;
  	}
#TOP-POINT h3 {
  	font-size: 4rem;
	}	
#TOP-POINT2 h3 {
  	font-size: 4rem;
	}	
#TOP-POINT ul{
	overflow: hidden;
	margin:2vw 0;
	}
#TOP-POINT ul li{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:;
	padding:0 0 5px 26px;
	}
.point1-sp-img {display: none;}
.point2-sp-img {display: none;}
	
@media screen and (min-width:1400px) and (max-width:2400px){
.point1-sp-img {display: none;}
.point2-sp-img {display: none;}
#POINT1-img-photo img{width:38vw; max-width:863px!important;}
#POINT1-img-photo{
	margin:0 0 0 52vw;
	position: absolute;
	z-index:6;
}
#POINT2-img-photo img{width:38vw; max-width:863px!important;}
#POINT2-img-photo{
	margin:0;
	position: absolute;
	z-index:6;
}
#TOP-POINT h3,#TOP-POINT2 h3{
  	font-size:2.8rem;
	}	
}
@media screen and (min-width:980px) and (max-width:1400px){
#POINT1-img-photo{
	position: absolute;
	margin:0 0 0 54vw;
	z-index:6;
}
#POINT2-img-photo{
	position: absolute;
	margin:0;
	z-index:6;
}
#TOP-POINT h2{
  	font-size: 4rem;
	width:58px;
	margin:0 1.5vw 0 0;
  	}
#TOP-POINT h3,#TOP-POINT2 h3{
  	font-size:2.6rem;
	}	
#POINT2-img-photo img{width:40vw; max-width:600px!important;}
#TOP-POINT .inner{
	display:block;
	width:auto;
	max-width:500px;
	overflow:hidden;
	padding:0;
	float:left;
	}	
}


@media screen and (max-width: 980px) {
.point-back {
	padding-bottom:6vw;
	}
#TOP-POINT .box{
	width:90%!important;
	overflow:hidden;
	padding:0;
	margin:4vw auto 0vw!important;
	text-align:center;
	float:none;
	max-width:800px!important;
	}	
#TOP-POINT2 .box{
	width:90%!important;
	overflow:hidden;
	padding:0;
	margin:0vw auto 2vw!important;
	float:none;
	max-width:800px!important;
	}	
#TOP-POINT .inner{
	display:block!important;
	width:auto;
	max-width:660px!important;
	overflow:hidden;
	margin:0 auto!important;
	padding:0;
	text-align:center;
	float:none;
	}	
#TOP-POINT2 .inner{
	display:block;
	width:auto;
	max-width:660px!important;
	overflow:hidden;
	padding:0;
	margin:0 auto 0 auto!important;
	margin-right:;
	float:none!important;
	text-align:center;
	}	
#POINT1-img-photo img{ display:none;}
#POINT2-img-photo img{ display:none;}
#TOP-POINT h2{
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  	font-size: 2.8rem;
	width:100%;
	margin:0 0 10px 0;
	text-align:center;
  	}
#TOP-POINT2 h2{
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  	font-size: 2.8rem;
	width:100%;
	margin:0 0 10px 0;
	text-align:center;
  	}
#TOP-POINT h3 {
  	font-size:2rem;
	text-align:center;
	margin:0 0 10px 0;
	}	
#TOP-POINT2 h3 {
  	font-size:2rem;
	text-align:center;
	margin:0 0 10px 0;
	}	
.point1-sp-img {display: block; float: none; width:60%; margin:0 auto!important;}	
.point2-sp-img {display: block; float: none; width:60%; margin:0 auto!important;}	
#TOP-POINT ul{
	overflow: hidden;
	margin:2vw auto;
	clear:both;
	width:62%;
	text-align:left;
	}
}
@media screen and (max-width: 767px) {
	.sp {display: block;}
	.pc {display: none;}
#TOP-POINT ul{
	overflow: hidden;
	margin:2vw auto;
	clear:both;
	width:94%;
	}
}

.Y-btn0 a{
	width:200px;
	text-align:center;
	padding:12px 12px;
	background-color:#FFE06E;
	display:block;
	border-radius:10px;
	margin:0 0 0 110px;
	}
.Y-btn0 a:hover{background-color: #fff;}
@media screen and (max-width: 1400px) {
.Y-btn0 a{
	width:200px;
	text-align:center;
	padding:12px 12px;
	background-color:#FFE06E;
	margin:0 0 0 80px;
}
@media screen and (max-width: 980px) {
.Y-btn0 a{
	float:none;
	width:36vw;
	text-align:center;
	font-size:1em;
	padding:2vw 1vw;
	margin:0 auto;
	}
}

@media screen and (max-width: 1400px) {
#TOP-INFO h2{
	display:block;
	font-size:140%;
	padding-left:2vw;
	padding-bottom:15px;
	}
#TOP-INFO .box{
	background-image: url(../img/info-tit.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:96vw;
	overflow:hidden;
	padding:0 0 0 4vw;
	margin:0 auto;
	}	
#TOP-INFO dl{
	overflow: hidden;
	display: block;
	padding: 0 1% !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width:94%;
	}	
#TOP-INFO .inner-L{
	width:94vw;
	overflow:hidden;
	padding:0 2vw 0 0;
	margin:0 auto;
	float:none;
	}	
#TOP-INFO .inner-R{
	width:90vw;
	overflow:hidden;
	padding:0;
	margin:4vw auto 0 ;
	float:none;
	}
#TOP-INFO .inner-R img{
	display:block;
	margin:0 0 0 -1.5vw;
	text-align:left;
	float:left;
}
}



/*googlemap*/
.google-maps {
	width:100%;
	max-width:555px;
	padding-bottom:10vw;
}
@media screen and (max-width: 767px) {
.google-maps {
}
}



/*---Common--------------------------------------------------------------------------SECOND PAGE*/



main#secontPage{padding-top:290px;}
@media screen and (max-width: 1850px) {main#secontPage{padding-top:300px;}}
@media screen and (max-width: 1400px) {main#secontPage{padding-top:18.5vw;}}
@media screen and (max-width: 1370px) {main#secontPage{padding-top:21.3vw;}}
@media screen and (max-width: 1368px) {main#secontPage{padding-top:19vw;}}
@media screen and (max-width: 1328px) {main#secontPage{padding-top:20vw;}}
@media screen and (max-width: 1300px) {main#secontPage{padding-top:22vw;}}
@media screen and (max-width: 1290px) {main#secontPage{padding-top:21vw;}}
@media screen and (max-width: 1200px) {main#secontPage{padding-top:21.5vw;}}
@media screen and (max-width: 1005px) {main#secontPage{padding-top:21.2vw;}}
@media screen and (max-width: 995px) {main#secontPage{padding-top:24vw;}}
@media screen and (max-width: 767px) {main#secontPage{padding-top:23vw;}}
/*
@media screen and (max-width: 1000px) {main#secontPage{padding-top:30vw;}}
*/
main#secontPage .inner1100{
	width:100vw;
	max-width:1100px;
	margin:0 auto!important;
	}
main#secontPage .inner1100M-tb{
	width:100vw;
	max-width:1100px;
	margin:2vw auto!important;
	}	
main#secontPage .inner980{
	max-width:980px;
	margin:0 auto;
	}
main#secontPage .inner980M-tb{
	max-width:980px;
	margin:2vw auto;
	}
@media screen and (max-width: 1000px) {
main#secontPage .inner1100{
	width:92vw;
	max-width:900px;
	margin:0 auto!important;
	}
main#secontPage .inner1100M-tb{
	width:92vw;
	max-width:900px;
	margin:2vw auto!important;
	}	
}
@media screen and (max-width: 980px) {
main#secontPage .inner1100{
	width:92vw;
	max-width:800px;
	margin:0 auto;
	}
main#secontPage .inner1100M-tb{
	width:92vw;
	max-width:800px;
	margin:2vw auto;
	}	
main#secontPage .inner980{
	width:92vw;
	max-width:800px;
	margin:0 auto;
	}
main#secontPage .inner980M-tb{
	width:92vw;
	max-width:800px;
	margin:2vw auto;
	}
}
	



@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

textarea[name="お問い合わせ内容"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}