@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------------------------
	 BASE
--------------------------------------------*/
/* ---- MOUSE OVER STYLE ---- */
.over {
	transition: 0.3s;
}
@media screen and (min-width : 768px ){
.over:hover {
	opacity:0.6;
}
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
	opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
.ggmap,
.youtube {
	position: relative;
	padding-bottom: 58%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width : 768px ){
.for_sp{
	display:none;
}
}
body,html { 
	font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}
body {
	width:100%;
	min-width:1250px;
	height:auto;
	color:#4b4442;
	font-size: 16px;
	line-height:1.5;
	background:#fff;
	box-sizing: border-box;
}
#wrapper{
	text-align:center;
    transform: none;
}
a {
	text-decoration:none;
	color:#000;
	display:inline-block;
	transition:0.8s;
}
@media screen and (min-width : 768px ){
a:hover {
	color:#000;
	text-decoration:none;
}
}
table {
	width:100%;
}

/*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/
.plane{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
}
.nolink {
	pointer-events: none;
}

.btn_01{
	text-align:center;
}
.btn_01 a{
	font-size:16px;
	line-height:1;
	padding:12px 0;
	width:218px;
	border:2px solid #ffe2e4;
	text-align:center;
}
@media screen and (min-width : 768px ){
.btn_01 a:hover{
	background:#ffe2e4;
}
}
/*--------------------------------------------
	HEADER
--------------------------------------------*/
#header {
}
#hdrInner{
	background: #fdeae6;
}

#header .wrapp{
    width: 1200px;
    margin: auto;
}

#hdrInner .logoArea{
    float: left;
    padding: 10px 0 0 10px;;
}

#hdrInner .logoArea img{
    float: left;
}

#hdrInner .logoArea a{
    display: inline;
}
#hdrInner .logoArea a:hover img{
   opacity: 0.7;
}

#header h1{
    font-size: 12px;
    float: left;
    padding: 10px;
}

#hdrInner .contactArea{
    float: right;
}

#hdrInner .tel{
    background: #a26b5f;
    color: #fff;
    float: left;
    padding: 10px 20px;
    font-family: 'Pathway Gothic One',"游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
}

#hdrInner .tel span{
    font-size: 13px;
}

#hdrInner .contact{
    float: right;
}
#hdrInner .contact a{
    color: #fff;
    background: url(../Image/common/icon_mail01.png) no-repeat 90% 50% #fd9580;
    padding: 13px 40px 13px 15px;
}

#hdrInner .contact a:hover{
    color: #fd9580;
    background: url(../Image/common/icon_mail02.png) no-repeat 94% 50% #fff;
}

/*--------------------------------------------
	NAVI
--------------------------------------------*/

#gNavi{
    width: 1200px;
    margin: auto;
    background: #fff;
    clear: both;
}

.globalNavi ul{
    width: 1200px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.globalNavi ul{
  position: relative;
  list-style: none;
}

.globalNavi ul li a {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #483e3a;
    padding: 0 15px;
}
.globalNavi ul li a span {
    font-size: 14px;
    color: #ff9f8b;
    display: block;
    margin-top: 8px;
    font-weight: normal;
    font-family: 'Pathway Gothic One',"游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.globalNavi ul li a::before,
.globalNavi ul li a::after {
  display: block;
  position: absolute;
  bottom: -10px;
  width: 0;
  content: "";
  border-bottom: solid 1px #FD9580;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.globalNavi ul li a::before {
  left: 50%;
}
.globalNavi ul li a::after {
  right: 50%;
}
.globalNavi ul li a:hover::before,
.globalNavi ul li a:hover::after {
  width: 50%;
}

/*dropdown*/

.menu ul{
  margin:0;
  padding:0;
}
.globalNavi ul li {
    position: relative;
    background: #fff;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}
.globalNavi ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
    
}

.globalNavi ul li .service {
    position: absolute;
    top: 78px;
    left: -38px;
    z-index: 100;
    display: block;
}
.globalNavi ul li .service li {
    visibility: hidden;
    overflow: hidden;
    width: 200px;
    height: 0;
    background: #fdeae6;
    padding: 0;
}

.globalNavi ul .drop:hover .service li{
    visibility: visible;
    overflow: visible;
    height: 35px;
    z-index: 10;
    padding: 15px 0 0 0;
}

.globalNavi .service{
    width: 200px;
    padding: 0px;
}

.globalNavi * {
  transition: 0.5s;
}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/
#footer{
    background: #fdeae6;
    text-align: left;
    padding: 40px 0 20px;
    clear: both;
}

#ftrInner{
    width: 1200px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #fd9580;
}

#ftrInner .lBox{
    float: left;
    width: 430px;
	padding-top: 12px;
}

#ftrInner .lBox img{
    margin:0 0 20px 0;
}

#ftrInner .contactBtn a{
    border: 1px solid #fd9580;
    background: #fd9580;
    color: #fff;
    display: inline-block;
    padding: 5px 60px;
	border-radius: 5px;
}

#ftrInner .contactBtn a:hover{
    background: #fff;
    color: #fd9580;
}

#ftrInner .rBox{
    float: right;
    width: 770px;
    margin: 0 0 30px;
}

#ftrInner #ftrNavi{
    font-size: 14px;
}

#ftrInner #ftrNavi ul.box{
    line-height: 1.9;
}

#ftrInner #ftrNavi ul.box li{
    float: left;
    margin: 0 20px 0 0;
}

#ftrInner #ftrNavi ul.box li:nth-child(1){
    width: 230px;
}
#ftrInner #ftrNavi ul.box li:nth-child(2){
    width: 240px;
}
#ftrInner #ftrNavi ul.box li:nth-child(3){
    width: 240px;
    margin: 0px;
}

#ftrInner #ftrNavi ul.box .ttl{
    font-size: 24px;
    border-bottom: 1px solid #fd927d;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
    color: #fd927d;
    font-family: 'Pathway Gothic One',"游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#ftrInner #ftrNavi ul.box .inner li{
    float: none;
}

/*hover*/

#ftrInner #ftrNavi li a:hover{
    font-weight: bold;
    color: #fd927d;
    transition-duration: 0.3s;
    padding: 0 0 0 5px;
}

#footer .copy{
    clear: both;
    width:1200px;
    margin: auto;
    text-align: right;
    font-size: 12px;
    color: #5b4e4d;
}

  

.totop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 5%;
    bottom: 5%;
    background: #FF6647;
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: .4s ease;
    transform: scale(0);
    z-index: 200;
    color: #fff;
}
.totop.visible{
  transform:scale(1);
}
.totop i {
  font-size: 30px;
  line-height: 60px;
  animation: bounce 3.6s ease infinite;
}

#footer .snsList li a:hover {
	transform: translateY(-10px);
}
#footer #ftrBnr a:hover {
	opacity: 0.5;
}
.totop:hover {
	background: #FD9580;
	color: #fff;
}
.totop:before {
    content: "";
    background: url(../Image/common/icon_top.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
}
