@charset "utf-8";
@import url(http://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 screen and (min-width : 768px ){
.for_sp{
	display:none;
}
}
body,html {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight:500;
}
body {
	width:100%;
	min-width:1100px;
	height:auto;
	color:#000;
	font-size: 14px;
	line-height:1.5;
	background:#fff;
}
#wrapper{
	background: url(../Image/common/bg_06.png) repeat center top #f9f7f7;
}
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;
}
.ttl_01{
	font-size:24px;
	line-height:50px;
	position:relative;
	margin-bottom:30px;
	display:inline-block;
	letter-spacing:0.03em;
}
.ttl_01 .txtwrap{
	z-index:2;
	position:relative;
}
.ttl_01 .first-letter{
	font-size:36px;
	margin-right:3px;
}
.ttl_01:after{
	content:"";
	display:block;
	width:80px;
	height:80px;
	opacity:0.5;
	border-radius:50%;
	position:absolute;
	top: -13px;
    left: -8px;
	background:#ffc3c6;
}

/*.ttl_01:after{
	content:"";
	display:block;
	height:3px;
	z-index:2;
	background:#fed3d6;
}*/
.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 {
	padding:18px 0;
}
#hdrInner{
	width:1100px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
.upper{
	margin-bottom:25px;
}

.upper .logo{
	width:320px;
	float:left;
	padding-top:8px;
}
.upper .logo a{
	display:block;
	height:65px;
	background:url(../Image/common/logo.png) left top no-repeat;
	background-size:contain;
	text-indent:-9999px;
}
@media screen and (min-width : 768px ){
.upper .logo a:hover{
	opacity:0.5;
}
}
#hdrLogo{
}
#hdrLogo a{
}
.upper .contactBox{
	float:right;
}
.upper .contactBox .tel{
	float:left;
	margin-right:90px;
}
.upper .contactBox .title{
	font-size:16px;
	padding-left:24px;
	background:url(../Image/common/icon_tel.png) left 2px no-repeat;
	margin-bottom:5px;
}
.upper .contactBox .number{
	font-size:30px;
	margin-bottom:5px;
	line-height:1;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-style: italic;
   font-weight: bold;
}
.upper .contactBox .hour{
	text-align:right;
	color:#707070;
	line-height:1;
}
.upper .contactBox .form{
    padding-top: 20px;
    float: left;
    display: flex;
}
.upper .contactBox .form .btn_02{
	padding:5px 7px;
/*	background:url(../Image/common/entry_bg.png) left top repeat;*/
}
.upper .contactBox .form .btn_03{
	padding:5px 7px;
/*	background:url(../Image/common/entry_bg.png) left top repeat;*/
}
.upper .contactBox .form .btn_02 a{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
    width: 178px;
    box-sizing: border-box;
    background: #2fbd8a;
    text-align: center;
    border: 3px solid #2fbd8a;
}

.upper .contactBox .form .btn_03 a{
    font-size: 15px;
    color: #fff;
    line-height: 1;
    padding: 14px 0;
    width: 178px;
    box-sizing: border-box;
    background: #ffb6bb;
    text-align: center;
    border: 3px solid #ffb6bb;
}
.upper .contactBox .form .btn_02 a:hover{
	background:#fff;
	color:#4fc78a;
	border: 3px solid #4fc78a;
}
.upper .contactBox .form .btn_03 a:hover{
	background:#fff;
	color:#ffb6bb;
	border: 3px solid #ffb6bb;
}

.globalNavi ul{
	width:1100px;
	margin:0 auto;
}
.globalNavi li{
	float:left;
	box-sizing:border-box;
	text-align:center;
	border-right:1px solid #000;
	width:183px;
	font-size:16px;
}
.globalNavi li:first-child{
	border-left:1px solid #000;
}
.globalNavi li a{
	display:block;
	padding:5px 0;
	background:url(../Image/common/icon_01.png) 53px top no-repeat;
}
.globalNavi li:nth-child(2) a{
	background:url(../Image/common/icon_02.png) 51px top no-repeat;
}
.globalNavi li:nth-child(3) a{
	background:url(../Image/common/icon_03.png) 62px top no-repeat;
}
.globalNavi li:nth-child(4) a{
	background:url(../Image/common/icon_06.png) 36px top no-repeat;
}
.globalNavi li:nth-child(5) a{
	background:url(../Image/common/icon_04.png) 36px top no-repeat;
}
.globalNavi li:nth-child(6) a{
	background:url(../Image/common/icon_05.png) 62px top no-repeat;
}
@media screen and (min-width : 768px ){
.globalNavi li a:hover{
	opacity:0.5;
	text-decoration:none;	
}
}
/*--------------------------------------------
	FRAMEWORK
--------------------------------------------*/
#contents {
	position:relative;
	z-index:20;
}
.under #contents {
}
#main-cts{
	width: 100%;
}
.secInner{
	width:1100px;
	margin:0 auto;
}
/*--------------------------------------------
	FOOTER
--------------------------------------------*/
#footer{
/*	background:#fff;*/
	padding:25px 0 35px;
	border-top:2px solid #9fbc61;
}
#ftrInner{
	width:1100px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}
#ftrUpper{
	margin-bottom:50px;
}
#ftrLogo{
}
#ftrLogo a{
}
#ftrNavi{
	margin-bottom:25px;
}
#subNavi{
	margin-bottom:25px;
}
#subNavi ul{
	text-align:center;
	font-size:0;
}
#subNavi li{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","Hiragino Sans", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN, Arial,"メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	display:inline-block;
	margin:0 20px;
}
@media screen and (min-width : 768px ){
#subNavi li a:hover{
	text-decoration:underline;
}
}
#copy{
	text-align:center;
	font-size:13px;	
}


.totop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 5%;
    bottom: 5%;
    background: #2fbd8a;
    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;
}
