@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{margin:0;padding:0;}article,aside,figure,footer,header,nav,section{display:block;}ul,ol{line-height:2;list-style-type:none;}h1,h2,h3,dt{font-size:100%;font-weight:normal;color:#300;}html{font-family:-apple-system,BlinkMacSystemFont,YuGothic,"游ゴシック体","Yu Gothic Medium", "游ゴシック Medium",Meiryo,"メイリオ","sans-serif";text-align:left;font-size:16px;color:#666;letter-spacing:1px;line-height:1.75;-webkit-text-size-adjust:100%;}img{width:100%;height:auto;vertical-align:bottom;border:0;}
body{background-color:#FFF9FA;}a{text-decoration:none;}a:hover{text-decoration:underline;}
#wrap{width:100%;margin:0 auto;}
#head{z-index:10;width:100%;height:48px;position:fixed;display:block;background-color:#FFF8F8;border-bottom:thin solid #CFC488;}
#head #logo{width:190px;margin:0 auto;}
#head #contact{display:none;}
#dmenu:checked ~ .contents {transform:translateX(250px);}
/* 【ドロワーボタン】*/
#dmenu {display:none;}
label {cursor:pointer;position:fixed;top:0;right:0;/* 【ボタン位置】	left: 0;から変更　background-color:#600;*/}
.open {z-index:20;width:62px;height:48px;transition:background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);}
.open::before, .open::after {content: "";} .open span, .open::before, .open::after {content: "";	position:absolute;	top:calc(50% - 1px);	left: 30%;	width: 40%;	border-bottom: 3px solid #600;	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);}
.open::before {transform:translateY(-8px);} .open::after {transform:translateY(8px);} 
.close {z-index:5;width:100%;height:100%;pointer-events:none;transition:background .6s;} #dmenu:checked + .open {z-index:45;background:indianRed;transform:translateX(0px);/* 【閉じるボタン】250から 0に変更　*/}
#dmenu:checked + .open span {transform: scaleX(0);}
#dmenu:checked + .open::before {transform:rotate(45deg);}
#dmenu:checked + .open::after {transform:rotate(-45deg);}
#dmenu:checked ~ .close {pointer-events:auto;background:rgba(0,0,0,.3);} /* 【透明カバー】  :::::: */
/* 【ドロワーメニュー】*/
#p-nav {z-index:35;position:fixed;overflow:auto;top:0;right:0; /* ::::::	left: 0;から right:0;に変更 :::::: */
	width:300px; /*【メニューの幅】300px;に変更 :::::: */
	height:100%;margin:0;padding:50px 10px 20px;box-sizing:border-box;background-color:#FFF7F7;/*【メニュー背景色】	background: rgba(0,0,0,.6)から #FFF7F7;　*/
	transform: translateX(100%);/* 【右画面外にメニューを隠す】 transform: translateX(-100%); :::::: */
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);}
#p-nav p{font-size:1.4em;padding-bottom:10px;text-align:center;} 
#p-nav ul {margin:0 6% 0;padding:0;}
#p-nav li {line-height:1.6;}
#p-nav li:not(:first-child) {border-top: 2px solid #600;}
#p-nav a {display:block;padding:14px 6% 14px 12%;text-decoration:inherit;color:#300;transition:background .6s;}
#p-nav a:hover {background-color:#ffdddd;}
/* 
#p-nav .prtel{background:url(../image/icon-phone.jpg) no-repeat left;background-size: contain;}
#p-nav .prmail{background:url(../image/icon-mail.jpg) no-repeat left;background-size: contain;}
 */
#dmenu:checked ~ #p-nav {transform:none; }
/*　【PR文】font-family:"ＭＳ Ｐゴシック", "MS PGothic";　*/
#p-pr{position:absolute;top:48px;width:100%;height:24px;background-color:#600;}
#p-pr .toppr{font-size:0.8em;color:#FFF;text-align:center;line-height:2.1;}
/*　ページ　*/
#page{padding-top:72px;}
#icatch{}
/*　Gナビ　*/
#gnav{display:none;}
/*　index　*/
#index{padding:30px 2% 16px;}
.slider{width:100%;margin:0 auto;overflow:hidden;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;}
 .slider_content{min-width:100%;animation:sliderAnime 20s ease-in-out infinite;}  
@keyframes sliderAnime{0%{
 }
    16.6%{transform:translateX(0);}
    33.3%{transform:translateX(-100%);}
    50%{transform:translateX(-100%);}
    66.6%{transform:translateX(-200%);}
    83.2%{transform:translateX(-200%);}
    100%{transform:translateX(0);}
}  
.slider_img{max-width:100%;min-width:100%;}
#index h2{text-align:center;font-size:1.2em;font-weight:bold;}
#index .title{margin:24px 3% 0;font-weight:bold;}
#index .text{margin:4px 3% 0;font-size:0.9em;line-height:1.5;}
/*　#index img{border-radius:5px;}　*/
#index li a{display:block;transition-duration:0.6s;}
#index li a:hover{opacity:0.6;}
/*　スマホ　メインリンク　*/
#m-link{padding:40px 0 20px;text-align:center;}
#m-link ul{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
#m-link ul li{width:47%;margin-left:2%;line-height:3em;font-size:0.8em;font-weight:bold;}
#m-link li a{color:#300;}
/*　#m-link li img{width:100%;}　*/
/*　スマホ　左側　プランとコース紹介　b7a469　 E5DBB1  CFC488  #AD971D;*/
#rbox{padding-top:20px;}
#rbox .info{margin-top:30px;background-color:#FFF;border:thin solid #CFC488;}
/*　#rbox img{width:100%;}　*/
#rbox .info p.boxtitle{line-height:32px;text-align:center;color:#FFF; font-weight:bold;background:#CFC488;}
#rbox .info ul{overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;}
#rbox .info ul li.box{width:60%;white-space:pre-wrap;display:inline-block;margin:10px 0 10px 3%;}
#rbox .info ul li img{margin:4px 0 2px;width:100%;}
#rbox .info ul li.box a{padding:12px 6% 8px;font-size:0.75em;line-height:1.5em;color:#333;border:2px solid;border-color:#eee #aaa #aaa #eee;}
#rbox .info ul li.box a:hover{text-decoration:none;color:#AD971D;border-color:#bbb #eee #eee #bbb;}
/*　スマホ　右側 PRコンテンツ　*/
#pr-b{margin-top:60px;padding:30px 0;border-top:1px solid #CFC488;text-align:center;font-family:Georgia;}
#pr-b ul{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
#pr-b ul li{width:47%;margin-top:30px;margin-left:2%;border:thin solid #ccc;background-color:#FFF;}
#pr-b li a{padding:4px 0 18px;font-size:0.9em;color:#300;line-height:1.2em;}
#pr-b li .title{font-size:1.6em;line-height:2.2em;}
/*　#pr-b li img{width:100%;}　*/
hr{border-color:#CFC488;}
/*　スマホ　お知らせ　b7a469　*/
#news{margin-top:40px;height:300px;background-color:#CFC488;}
#newstitle{line-height:32px;font-weight:bold;text-align:center;}
#inner{padding:6px 20px;height:245px;overflow:auto;border-right:thin solid #CFC488;border-left:thin solid #CFC488;background-color:#FFF;}
#inner dl dt{margin-top:14px;font-size:0.8em;font-weight:bold;color:#300;border-bottom:thin solid #CFC488;}
#inner dl dd{padding:10px;font-size:0.75em;line-height:1.4em;}
#inner .btn{margin:0 4%;padding:0 0 20px;}
#inner .btn a{display:block;padding:12px 4%;color:#300;border:2px solid;border-color:#eee #aaa #aaa #eee;background:#F5EFCB url(../image/linkbtn.gif)no-repeat right;}
#inner .btn a:hover{border-color:#aaa #eee #eee #aaa;background:#FFFCEB url(../image/linkbtn_on.gif)no-repeat right;}
/*　スマホ　スモールリンク　*/
#s-link{padding-top:30px;}
#s-link ul{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
#s-link ul li{width:32%;margin:10px 0 0 1%;text-align:center;font-size:0.7em;letter-spacing:0.03;}
#s-link li a{padding-bottom:8px;color:#300;}
/*　ボトム　　*/
#bottom{}
#bottom dl{margin:0 2%;padding:0 0 20px 0;}
#bottom dl dt{margin:24px 0 10px;padding:7px 0  5px 3%;font-size:0.9em;background-color:#ddd;}
#bottom dl dd{margin:2px 3% 0;font-size:0.8em;line-height:1.6em;}
#bottom p{margin:2px 3% 0;font-size:0.8em;line-height:1.6em;}
#towrap{margin:10px 4% 0 0;padding-right:16px;font-size:0.9em;text-align:right;background:url(../image/bg_totop.png) no-repeat right;}
/*　地図 と アドレス　　*/
#map{margin:24px 0 0;border-top:1px solid #CFC488;border-bottom:1px solid #CFC488;background-color:#FFF;}
#map dl dt{margin-top:12px;text-align:center;}
#map dl dd.gmap{height:0;overflow:hidden;padding-bottom:75%;position:relative;}
#map dl dd.gmap iframe {position:absolute;left:0;top:0;height:100%;width:100%;}
#map p{margin:12px 0 8px 5%;}
/*　スマホ フッターリンク　　*/
#f-link{position:relative;width:100%;}
#f-link .f-menu{position:absolute;top:10px;left:30px;}
#f-link li {width:33.3%;float:left;text-align:center;box-sizing:border-box;}
#f-link li a{padding:10px 0;display:block;font-size:0.8em;color:#F9F6E3;line-height:1.5;}
#f-link li a:hover{color:#300;background-color:#FFDDDD;}
/*　コピーライト　　*/
#copy-b{padding:8px 0;background-color:#600;text-align:center;}
#copy-t{line-height:1.2;font-weight:bold;color:#FFF;}
@media screen and (min-width : 320px) and (max-width : 500px){
}
@media screen and (min-width : 501px) and (max-width : 800px){
body{}
}
@media screen and (min-width : 801px){
body{background-color:#FFF;}
#wrap{width:1080px;padding:0;background-color:#FFF9FA;}
#head{width:1080px;position:relative;top:28px;height:96px;border-bottom:none;}
#head #logo{width:380px;position:relative;top:0px;margin-left:10px;float:left;}
#head #contact{display:block;float:right;}
#head #contact{width:360px;float:right;position:relative;top:0px;}
/*　PC　電話とメール　*/
#contact li{width:180px;float:left;font-size:0.9em;}
#contact li a{color:#300;}
#contact li.tel a{display:block;padding:8px 0 8px 24px;background:url(../image/tel.gif) no-repeat left;}
#contact li.mail a{display:block;padding:8px 0 8px 24px;background:url(../image/mail.gif) no-repeat left;}
#head #contact:after{content:" ";display:block;clear:both;}
label{display:none;}
/*　PC　PR文　*/
#p-pr{clear:both;position:relative;top:-96px;height:28px;z-index:50;}
#p-pr .toppr{font-size:0.9em;}
#page{padding-top:0px;}
#icatch{width:1080px;}
/*　PC　Gナビ　*/
#gnav{display:block;margin-top:0px;font-family:Georgia;background-color:#FFF;}
#gnav ul{width:846px;height:56px;padding:8px 117px 5px;}
#gnav li {width:140px;float:left;text-align:center;border-right:thin solid #CFC488;}
#gnav li:last-child {border:none;}
#gnav li a{padding:12px 0 2px;display:block;font-size:0.7em;color:#660000;line-height:1.6;}
#gnav li a:hover{padding:12px 0 2px;color:#963;border-bottom:4px solid #963;}
#gnav li a span{font-size:1.4em;font-weight:bold;}
#gnav:after{content:" ";display:block;clear:both;}
/*　PC　index　*/
#index{padding:30px 0 16px;}
#index h2{margin:50px 0 0;font-size:1.6em;}
#index .title{margin:40px 90px 0;font-weight:bold;text-align:center;}
#index .text{margin:10px 240px 0;font-size:1em;}
/*　PC　メインリンク　*/
#m-link{padding:40px 80px 10px 80px;}
#m-link ul li{width:360px;margin-left:80px;}
/*　PC　左側　プランとコース紹介　　*/
#rbox{float:left;width:810px;padding:0 0 100px 0;}
#rbox .info{width:728px;margin:30px 0 0 20px;}
#rbox .text{margin:10px 10px 0;font-size:0.9em;}
#rbox .info ul{margin-top:0px;}
#rbox .info ul li.box{width:240px;}
#rbox .info .title{margin:0;}
#rbox .info ul li.box a{padding:12px 10px 8px;}
/*　PC　右側 PRコンテンツ　*/
#pr-b{float:right;width:260px;margin:0;padding:0 10px 100px 0;border:none;text-align:center;}
#pr-b ul li{width:258px;margin:30px 0 0;}
#pr-b li a{}
#pr-b li img{}
#pr-b li .title{margin:0;}
/*　お知らせ　　*/
#news{clear:both;width:800px;margin:100px 0 0 139px;height:330px;}
#inner{padding:20px 80px;height:255px;}
#inner dl dt{margin-top:18px;padding-left:10px;font-size:1em;}
#inner dl dd{padding:20px;font-size:1em;line-height:1.6;}
/*　PC　スモールリンク　*/
#s-link{width:880px;margin:0 0 0 100px;padding-top:80px;}
#s-link ul li{width:240px;margin:10px 0 0 40px;font-size:1.0em;line-height:2.6;}
#s-link li a{padding-bottom:2px;}
/*　PC　ボトム　
#bottom dl{margin:60px 110px;}
#bottom dl dt{font-size:1.1em;}
#bottom dl dd{margin:2px 16px 0;font-size:1em;}
#bottom p{margin:0 0 0 120px;font-size:1em;}
#towrap{margin:10px 20px 0 0;font-size:1em;}
*/
/*　PC MAP　　*/
#map{margin:60px 0 0;}
#map dl dt{margin-top:30px;font-size:1.4em;}
#map dl dd.gmap iframe {top:30px;left:0px;width:1200px;}
#f-link{position:relative;width:100%;}
#map p{margin:10px 120px 0;font-size:1em;}
/*　PC　フッターリング　*/
#f-link .f-menu{top:20px;left:30px;}
#f-link li {width:140px;float:left;text-align:left;border-left:2px solid #FFF;}
#f-link li a{padding:6px 0 6px 10px;font-size:0.9em;color:#F9F6E3;line-height:1.5;}
#f-link li a:hover{color:#300;background-color:#FFDDDD;}
}




