@charset "utf-8";
/* CSS Document */



/*reset---------------------------*/

body {
	margin: 0;
	padding: 0;
}

p,ul,li,h1,h2,h3,h4,h5,body,div{
  margin: 0;
  padding: 0;
}

html {
	box-sizing: border-box;
	font-size:18px;
	line-height:1.5em;
	font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

*,*:before,*:after {
	box-sizing: inherit;
}

h1,h2,h3,h4,h5,h6{
	font-size:18px;
	font-weight:normal;
}

table{
	border-collapse: collapse;
	width:100%;
	margin:20px 0px;
	border:1px solid #e4e4e4;
}

a{
	text-decoration:none;
	transition: all 0.5s;
}

a:hover img {
	opacity: 0.5;
}

table td{
	padding:10px 15px;
}


li{
	list-style:none;
}

img{
	max-width:100%;
}

.to-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	padding-bottom: 50px;
	z-index:100;
}

.to-top a:hover {
	opacity: 1;
}



/*common---------------------------*/



.p-top-30 {
	padding-top: 30px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.m-top-10 {
	margin-top: 10px;
}

.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}

.nomgn-r {
	margin-right: 0;
}

.clearfix{
	clear:both;
}

.m-btm-20 {
	margin-bottom: 20px;
}

.m-top-50 {
	margin-top: 50px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.red {
	color:red;
	font-weight: bold;
}

.sp-show {
	display: none;
}

.pc-show {
	display: block;
}

.sp2-show {
	display: none;
}

.sp1-show{
	display: none;
}

.txt-deco {
	text-decoration: underline;
}


.center {
	text-align: center;
}

.font30 {
	font-size: 30px;
}

.bold {
	font-weight: bold;
}

.line-hight2 {
	 line-height: 2.0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	
	/*transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #db7093;	
	text-decoration: none;
}

a:visited {
	color: #db7093;
}

a img {
    border-style:none;
}


	
/*ヘッダー--------------------------------------------------*/
	
header {
	height: 122px;
	width: 100%;
	background-color: #FFF;
	
}


/*サイト名--------------------------------------------------*/
.hp-namebg {
	height: 122px;
	padding: 15px 0 0 0;
	clear: both;
	position: relative;
}

.hp-name {
	width: 100%;
	position: relative;
}

.hp-name h1{
	position: absolute;
	top: 5px;
	left: 50px;
	z-index: 3;
	font-size: 30px;
	padding-left: 80px;
	background: url(../img/logo_s.png) left center no-repeat;
	
}

.hp-name h1 span:nth-of-type(2) {
	font-size: 40px;
	color:#db7093;
	font-weight:bold;
	
}

.hp-name h1 span.sub-title{
	font-size: 16px;
	color: #333;
	display:block;
}


.hp-name .tel{
	background-color: none;
	height: 0;
	width: 280px;
	position: absolute;
	right: 300px;
	top: 30px;
	z-index: 3;
	margin-left: 360px;
}

.hp-name .contact{
	position: absolute;
	right: 50px;
	top: 30px;
	z-index: 3;
	border: 0;
	margin-top: 0;
	padding-top: 0;
	width: 230px;
}

.hp-name .availability{
	position: absolute;
	top: 5px;
	right: 154px;
	width: 187px;
	height: 60px;
	text-align: center;
	background-color: #FFF;
	z-index: 3;
	padding-top: 0px;
}

.hp-name .availability span {
	display: block;
	background-color: #ffc0cb;
	text-align: center;
	padding: 2px 0;
	margin-bottom: 5px;
}


.pc-avail-show{
	display: block;
}
	
.sp-avail-show{
	display:none;
}
	


/*グローバルナビ--------------------------------------------------*/

/*pc用メニューを表示させる*/
#gnav {display: block;}

#gnav {
	width: 100%;
	border-top: 15px solid #db7093;
	background-color: #ffc0cb;
	height: 75px;
	position: relative;
	z-index: 3;
}
#gnav ul{
	width: 1050px;
	margin: 10px auto 0 auto;
	clear: both;
}

#gnav ul li{
	float: left;
	margin-right: 10px;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
}

#gnav ul li a {
	font-size: 17px;
	display: block;
	padding: 5px 0;
	border: 2px solid #FFF;
	border-radius: 17px;
	color: #333;
}


#gnav ul li a:hover {
	background: #FFF;
	color: #333;
}

#gnav ul li.last a{
background-color: #069;
	color: #FFF;
	width:230px
}

#gnav ul li.last2 {
  width: 149px;
	margin-bottom: 5px;
  }


#gnav ul li.dropdown {
    position: relative;
}


#gnav ul li.dropdown .nav-link::after {
    content: "";
    position:absolute;
    top: 15px;
    right: 10px;
    border: 5px solid transparent;
    border-top-color: #333;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 220px;
    margin-left: -110px;
    background: #fff;
    border-radius: 3px;
    line-height: 1.46667;
    margin-top: -5px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity:0;
    -webkit-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0)scale(.85);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
		
}

#gnav ul li.dropdown nav.submenu::after, 
#gnav ul li.dropdown nav.submenu::before {
    content: ""; 
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    height: 0;
}

#gnav ul li.dropdown nav.submenu::after {
    border-bottom-color: #fff;
}

#gnav ul li.dropdown nav.submenu::before {
    margin-left: -13px;
    border: 13px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
    -webkit-filter:blur(1px);
    filter:blur(1px);
}

#gnav ul li.dropdown nav.submenu-items {
    list-style: none;
    padding: 10px 0;
}

#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item {
    display: block;
    text-align: left;
		float: none;
}

#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item a.submenu-link,
#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item a.submenu-link:link, 
#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item a.submenu-link:visited, 
#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item a.submenu-link:active {
    color: #db7093;
    padding: 0 0 0 20px;
		display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
		width:200px;
}

#gnav ul li.dropdown nav.submenu ul.submenu-items li.submenu-item a.submenu-link:hover {
    text-decoration: underline;
}


.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}
	
/*スマホ用メニューを表示させない*/
.gnav-sp {display: none;}
/*３本バーアイコンを表示させない*/
.navToggle {display: none;}


/*カレンダーボタン---------------------------------------------------------*/

div.calender {
	position: absolute;
	width: 200px;
	top: 195px;
	right: 5px;
	z-index: 2;
	
}

/*採用ボタン---------------------------------------------------------*/

div.recruit_btn a{
	position: absolute;
    display: block;
	width: 300px;
	top: 195px;
	right: 100px;
	z-index: 2;
    background:#5ea84b;
    border:#2e8b57 solid 2px;
    border-radius: 0 0 15px 15px;
    padding:17px 0;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
	
}
div.recruit_btn a:hover{
    opacity: 0.5;
    
}

/*バナー---------------------------------------------------------*/
.banner {
	margin: 0 auto 15px auto;
	width: 1000px;
	
}

.banner img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
}



/*メインボックス---------------------------------------------------------*/

/*トップイメージ---------------------------------------------------*/

p.pc-topimg-show{
  display: block;
 }
 
p.sp-topimg-show{
  display: none;
		
 }

main.mainbox {
	width: 100%;
	
}

section.topimg {
	width: 100%;
	position: relative;
	
}
.topfade {
	animation: fadeIn 20s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


section.topimg p:nth-child(2){
	position: absolute;
	top: 90%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 60vw;
	font-size: 1.4vw;
	font-style: italic;
	font-weight:bold;
	color: #555555;
	line-height: 2;
}

section.topimg p:nth-child(3){
	position: absolute;
	top: 75%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 60vw;
	font-size: 1.2vw;
	font-style: italic;
	line-height: 1.8;
}

section.topimg p:nth-child(4){
	position: absolute;
	top: 85%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	
}

/*section.topimg p.btn-gaikoku{
	position: absolute;
	top: 30%;
	right: 3%;
	width:350px;
}*/


/*コンテンツ---------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateX(80px);
  transition: all 0.5s;
}

.fadein2 {
  opacity : 0;
  transform: translateX(-80px);
  transition: all 0.5s;
}



section.cont1,
section.cont2,
section.cont3,
section.cont4 {
	width: 100%;
	height: 600px;
	padding-top: 100px;
}

section.cont2,
section.cont3,
section.cont4 {
	margin-top: -20px;
}


section.cont1 {
	background-image: url(../img/cont5_bg.jpg);
	background-size: 600px;
	background-position: 102% 0px;
	background-repeat: no-repeat;
	padding-right: 15%;
	padding-left: 15%;
}

section.cont2 {
	background-image: url(../img/cont4_bg.jpg);
	background-size: 600px;
	background-position: -5% 20%;
	background-repeat: no-repeat;
	padding-right: 15%;
	padding-left: 15%;
}

section.cont3 {
	background-image: url(../img/cont5_bg.jpg);
	background-size: 600px;
	background-position: 102% 0px;
	background-repeat: no-repeat;
	padding-right: 15%;
	padding-left: 15%;
}

section.cont4 {
	/*background-image: url(../img/cont4_bg.jpg);*/
	background-size: 600px;
	background-position: -5% 0px;
	background-repeat: no-repeat;
	padding-right: 15%;
	padding-left: 15%;
}


section article {
	margin: 0 auto;
}


section article p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

section article ul.menu li {
	width: 40%;
	margin: 10px 10px 0 0;
	background-color: rgba(255,255,255,0.7);
}

section article ul.menu li a {
	display: block;
	padding: 20px;
	border: 1px solid #cccccc;
	background: url(../img/arrow1.png) right bottom no-repeat;
	font-weight: bold;
	font-size: 20px;
}

section article ul.menu li a:hover {
	background: url(../img/arrow1.png) #ffe4e1 right bottom no-repeat;
}

section article ul.menu li dt {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 3px dotted #db7093;
}

section article ul.menu li dd {
	margin: 0;
	padding: 0;
}

section.cont1 article ul.menu li,
section.cont3 article ul.menu li{
	float: left;
}

section.cont2 article ul.menu li,
section.cont4 article ul.menu li,
section.cont2 article p,
section.cont4 article p{
	float: right;
}

section.cont2 article p,
section.cont4 article p{
	width: 60%;
}

section.cont1 article p,
section.cont3 article p{
	width: 90%;
}

section.cont1 article{
	margin: 0 auto;
	background-image: url(../img/line_img2.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 500px;
}

section.cont2 article{
	margin: 0 auto;
	background-image: url(../img/line_img.png);
	background-position: 100% bottom;
	background-repeat: no-repeat;
	height: 500px;
}




section article h2{
	background: url(../img/h2_bg.png) no-repeat;
	width: 243px;
	height: 242px;
	font-size: 40px;
	padding-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	font-weght: bold;
	line-height: 0.8;
	color: #FFF;
}

section article h2 span {
	font-size: 15px;
	font-weigth: bold;
}

section.cont1 article h2,
section.cont3 article h2 {
	float: left;
	margin-right: 40px;
	
}

section.cont2 article h2,
section.cont4 article h2 {
	float: right;
	margin-left: 40px;
	
}

section.cont4 dl{
	float: right;
	width: 60%;
	background-color: rgba(255,255,255,0.7);
}

section.cont4 dl dt{
	width: 130px;
	float: left;
	padding: 10px;
	
	
}

section.cont4 dl dd {
	width: 90%;
	padding: 10px 0 10px 150px;
	border-bottom: 1px dotted #FCC; 
	margin-left: 0;
	background: url(../img/new_day.gif) left repeat-y;
}

section.cont4 dl dd img {
	padding-right: 10px;
	padding-top: 5px;
}










/*フッター---------------------------------------------------------*/

footer {
  width: 100%;
  background-color: #db7093;
	padding: 50px 70px;
	color: #fff;
	/*background-image: url(../img/logo.png);*/
	/*background-position: 102% 105%;
	background-repeat: no-repeat;*/
	clear: both;
}

footer section.ft-map {
	width: 48%;
	float: left;
}

footer section.ft-map p:first-child {
	font-size:30px;
	padding: 40px 0 40px 80px;
	background: url(../img/logo_s.png) left center no-repeat;
}

footer section.ft-map iframe {
	width: 100% !important;
	height: 450px;
}

footer section.ft-nav {
	width: 48%;
	float: right;
}

footer section.ft-nav ul li {
	width: 460px;
	border-top: 1px dotted #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}

footer section.ft-nav ul li a {
	display: block;
	padding: 10px;
	color: #fff;
}

footer section.ft-nav ul li a:hover {
	color: #db7093;
	background: #FFF;
}


footer section.ft-nav ul li ul{
	float: right;
	width: 300px;
}


footer section.ft-nav ul li ul li{
	 border-top: none;
	 font-size: 14px;
	 width: 300px;
}

footer section.ft-nav ul li ul li:nth-of-type(2),
footer section.ft-nav ul li ul li:nth-of-type(3),
footer section.ft-nav ul li ul li:nth-of-type(4){
	padding: 0;
}


footer section.ft-nav ul li ul li:last-child {
	margin-bottom: 10px;
}

footer section.ft-nav ul li ul li a {
	 padding: 5px 0 5px 5px;
}

footer p.copy {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
}

.fb-page {
	margin-bottom: 20px;
	width: 100%;
	background: url(../img/service_10.png) repeat;
	text-align: center;
	padding: 10px;
}









/* 1100px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:1100px){

section.cont1,
section.cont2,
section.cont3,
section.cont4 {
	width: 100%;
	height: 700px;
	padding-top: 100px;
}

section article ul.menu li {
	width: 45%;
	margin: 10px 10px 0 0;
}

section.cont1 article h2,
section.cont3 article h2 {
	float: none;
	margin-right: 40px;
}

section article h2{
	margin-bottom: 50px;
}

section.cont2 article ul.menu,
section.cont4 article ul.menu,
section.cont2 article p,
section.cont4 article p{
	float: left;
}

section.cont2 article p,
section.cont4 article p{
	width: 100%;
}

section.cont2 article,
section.cont4 article{
	height: 600px;
}

section.cont4 dl{
	float: right;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
}

section.cont4 dl dt{
	width: 130px;
	float: left;
	padding: 10px;
	
}

section.cont4 dl dd {
	width: 90%;
	padding: 10px 0 10px 150px;
	border-bottom: 1px dotted #FCC; 
	background: url(../img/new_day.gif) left repeat-y;
	margin-left: 0;
}

	
}


/* 1000px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:1000px){

.sp-show {
	display: block;
}

.pc-show {
	display: none;
}

.sp2-show {
	display: none;
}
.sp1-show{
	display: block;
}



header {
	height: 80px;
}
	
/*施設名--------------------------------------------------*/
 
.hp-namebg {
	position: fixed;
	z-index: 3;
	width: 100%;
	padding: 5px 0;
	background-color: #fff;
	height: 80px;
	border-bottom: 6px solid  #db7093;
	
  }


.hp-name h1{
	top: 0px;
	left: 10px;
	padding-left: 70px;
	background: url(../img/logo_s.png) left center no-repeat;
	background-size: 15%;
  }
	
.hp-name h1 span:nth-of-type(2) {
	font-size: 30px;
	color:#db7093;
	font-weight:bold;
	
}
	


.hp-name h1 span.sub-title{
	font-size: 12px;
	color: #333;
	margin-bottom: -20px;
	font-weight: normal;
}


.availability{
	width: 100%;
	text-align: center;
	background-color: #ffc0cb;
	padding-top: 70px;
}

.availability span {
	background-color: #ffc0cb;
	text-align: center;
	padding: 0 8px;
	margin-bottom: 5px;
	color: #db7093; 
}

.tel1 {
  display: none;
  }

.contact1 {
  display: none;
  }

.pc-avail-show{
	display: none;
	}
	
.sp-avail-show{
	display: block;
}

/*カレンダーボタン---------------------------------------------------------*/

div.calender {
	display: none;
	
}
    
    div.recruit_btn {
	display: none;
	
}


	/*グローバルナビ--------------------------------------------------*/

/*pc用メニューを表示させない*/
#gnav {display: none;}
/*スマホ用メニューを表示させる*/
.gnav-sp {display: block;}

/*スマホ用グローバルナビ-------------------------------------------*/
.gnav-sp {
	position: fixed;
  z-index: 1;
  top: 75px;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
	z-index:2;
}
.gnav-sp ul {
	background-color: rgba(255,255,255,0.9);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
 
.gnav-sp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #db7093;
}
 
/* 最後はラインを描かない */
/*.gnav-sp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}*/
 
.gnav-sp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}

.gnav-sp ul li a:hover {
	background-color: rgba(255,182,193,0.9);
}
 
/* このクラスを、jQueryで付与・削除する */
.gnav-sp.active {
    transform: translateY(0%);
}

/*ハンバーガー用----------------------------------------------------*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 5px;
    top: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #ffc0cb;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #db7093;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #db7093;
    font-size: 9px;
    font-weight: bold;
    top: 30px;
}

/*タップした後----------------------------------------------------*/

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*バナー---------------------------------------------------------*/
.banner {
	margin: 0 0 15px 0;
	width: 100%;
	
	
}

}





/* 750px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:750px){
	
	



/*フッター---------------------------------------------------------*/
footer {
	padding: 15px;
	color: #fff;
	background-image: url(../img/logo.png);
	background-position: 102% 105%;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	overflow: hidden;
}

footer section.ft-map {
	float: none;
	width: 95%;
	margin: 0 auto;
}

footer section.ft-nav {
	float: none;
	width: 100%;
}

footer section.ft-nav ul li {
	width: 100%;
}

footer section.ft-nav ul li ul{
	width: 70%;
}


footer section.ft-nav ul li ul li{
	 border-top: none;
	 font-size: 14px;
	 width: 100%;
}

.telbtn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: fixed;
	bottom:0;
	z-index: 3;
}

.fb-page {
	margin-bottom: 20px;
	width: 100%;
	background: none;
	text-align: center;
	padding: 10px;
}



/*index------------------------------------------------------------*/
	
/*トップイメージ---------------------------------------------------*/

	

section.topimg {
	width: 100%;
	margin-right: 0;
}
	
  
p.pc-topimg-show{
    display: none;
 }
 
p.sp-topimg-show{
    display: block;
}

p.sp-topimg-show img {
	width:100%;
}

main.mainbox {
	width: 100%;
	overflow: hidden;
}


/*コンテンツ---------------------------------------------------*/

section.cont1,
section.cont2,
section.cont3,
section.cont4 {
	padding-top: 250px;
	padding-right: 5%;
	padding-left: 5%;
	
}

section.cont2,
section.cont3,
section.cont4 {
	margin-top: 0;
	
}


section.cont1 {
	background: url(../img/cont1_bg.jpg) left 0 no-repeat;
	background-size: 100% auto;
}

section.cont2 {
	background: url(../img/cont2_bg.jpg) no-repeat;
	background-size: 100% auto;
}

section.cont3 {
	background: url(../img/cont3_bg.jpg) no-repeat;
	background-size: 100% auto;
}

section.cont4 {
	background: url(../img/cont4_bg.jpg) no-repeat;
	background-size: 100% auto;
}


section article p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}


section article ul.menu li {
	width: 100%;
	margin: 10px 0;
	background-color: rgba(255,255,255,0.7);
	float: none;
}

section article ul.menu li a {
	display: block;
	padding: 20px;
	border: 1px solid #cccccc;
	background: url(../img/arrow1.png) right bottom no-repeat;
	font-weight: bold;
	font-size: 18px;
}

section article ul.menu li a:hover {
	background: url(../img/arrow1.png) #ffe4e1 right bottom no-repeat;
}

section article ul.menu li dt {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 3px dotted #db7093;
}

section article ul.menu li dd {
	margin: 0;
	padding: 0;
}


section.cont2 article p,
section.cont4 article p,
section.cont1 article p,
section.cont3 article p{
	width: 100%;
	padding-top: 0px;
}


section.cont1 article,
section.cont3 article{
	background-image: none;
	background-position: 0 100%;
	background-repeat: no-repeat;
	
}

section.cont2 article,
section.cont4 article{
	margin: 0 auto;
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

section article h2{
	background-image: url(../img/h2_bg.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 50% 50%;
	font-size: 30px;
	padding-top: 110px;
	margin-bottom: 20px;
	text-align: center;
	font-weght: bold;
	line-height: 0.8;
	color: #FFF;
}

section article h2 span {
	font-size: 15px;
	font-weigth: bold;
}

section.cont1 article h2,
section.cont3 article h2 {
	margin: 0 auto;
	float: none;
	
}

section.cont2 article h2,
section.cont4 article h2 {
	margin: 0 auto;
	float: none;
	}

section.cont4 dl{
	width: 100%;
	margin: 0;
	overflow: hidden;
}

section.cont4 dl dt{
	font-size: 12px;
	width:100%;
	padding: 2px;
	background-color:#FFDBDB;
	
}

section.cont4 dl dd {
	font-size: 13px;
	width: 100%;
	padding-left: 5px;
	padding-top: 0;
	background: none;
}



}

/* 480px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:480px){
	
	
.hp-name h1{
	top: 0px;
	left: 10px;
	padding-left: 45px;
	background: url(../img/logo_s.png) left center no-repeat;
	background-size: 15%;
  }

.hp-name h1 span:nth-of-type(2) {
	font-size: 25px;
	color:#db7093;
	font-weight: bold;
}

.hp-name h1 span.sub-title{
	font-size: 11px;
	color: #333;
	margin-bottom: -25px;
	font-weight: normal;
}

	
	
 
.gnav-sp ul li {
  font-size: 1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #db7093;
}

.gnav-sp ul li a {
  display: block;
  color: #000;
  padding: 0.5em 0;
}


}


/* 320px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:320px){
.sp2-show {
	display: block;
}
.sp1-show{
	display: none;
}

}