@charset "utf-8";

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* 要素リセット */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	scroll-behavior: smooth;		/* ゆっくり遷移する */
}
html {
 -webkit-text-size-adjust: 100%;			/*  スマホ等で閲覧時、文字サイズの自動調整しないようにする（Chrome/Safari/ほとんどのiOSブラウザ）  */
}
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
				font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333333; /* 標準文字色 */
	   background-color:#ADE0EE;		/*  ベビーブルー  */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
	border:0;
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}


/* リンク文字色 */
a:link{
    color: #333333;
    text-decoration: underline;
}
a:visited{
    color: #333333;
    text-decoration: underline;
}
a:hover{
    color:#2994B1;
    text-decoration: none;
}
a:active{
    color:#2994B1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p,
table,
blockquote,
iframe,
dl{
  margin: 0;
}

ul,
ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
dt{
  font-weight: bold;
}
dd{
  margin-left: 0;
}

/* ヘッダースキップの非表示 */
#skip{
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a#skip{
	color:#FCB2AE;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a:active#skip{
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a#skip:focus{
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}


/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
 width: 980px;
	margin: 0 auto;
	padding: 0;
 position: relative;
	background-color: #ffffff;
}
@media screen and (max-width: 568px) {
	#container{
		width: 100%;
	}
}

#inner{
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 568px) {
#inner{
	width: 100%;
}
}

#inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* 左側
================================================== */
#LeftBox{
	float: left;
	margin-left: 5px;
}
@media screen and (max-width: 568px) {
#LeftBox{
	float: none;
	margin-left: 0px;
}
}


/* ヘッダー
================================================== */
#header{
		position: relative;
  width: 264px;
  height: 290px;
		border: 1px solid #eeeeee;
		border-top-color: #47bede;
		border-top-width: 4px;
		border-top-style: solid;
		background-color: #ffffff;
		box-shadow: 0px 3px 5px 0px #ededed;
  z-index: 2;
}
@media screen and (max-width: 568px) {
#header{
		left: 0;
		width: 100%;
		height: auto;
		border: none;
		border-top-color: #47bede;
		border-top-width: 4px;
		border-top-style: solid;
		box-shadow: 0px 0px 05px 0px #ffffff;
	}
	}

/* ロゴ
================================================== */
#headerLogo{
 position: relative;
 width: 208px;
	margin: 24px auto;
}
#headerLogo a{
 display: block;
	margin: 0;
	padding: 0;
}
	#headerLogo a:hover {
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
	}
@media screen and (max-width: 568px) {
#headerLogo{
 width: 170px !important;
	margin: 10px auto;
}
#headerLogo img{
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}
}
@media screen and (max-width: 359px) {
#headerLogo{
	/*margin: 0 auto 0 10px;*/
	margin: 10px auto 10px 76px;
	}
}

/* お問い合わせ
================================================== */
.headerExtra{
	margin: 15px 17px 2px;
	padding: 20px 0 0;
 border-top-width:1px;
 border-top-style: solid;
 border-top-color:#e8e8e8;
}

/* 電話番号の文字設定 */
.headerExtra p.tel{
	margin: 5px 10px 5px 10px;
	padding: 0;
 font-size: 14px;
 line-height: 20px;
 text-align: left;
	letter-spacing: 0.05em;
}

/* メールの文字設定 */
.headerExtra p.mail{
	margin: 0 10px 10px 10px;
 padding: 0;
 font-size: 14px;
	font-weight: 500;
 line-height: 20px;
 text-align: left;
	letter-spacing: 0.05em;
}
.headerExtra p.mail a{
	color: #333333;
}
.headerExtra p.mail a img{
	vertical-align: middle;
	margin-right: 5px;
}

/* 住所文字設定 */
.headerExtra p.address{
	margin: 0 10px 10px 10px;
 padding: 0;
 font-size: 14px;
 line-height: 18px;
	letter-spacing: 0.05em;
}

/* お問い合わせタイトル */
.headerExtra p.title{
	margin: 0 10px 10px 10px;
 padding: 0;
 font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 568px) {
	.headerExtra{
		width: 100%;
		margin: 15px auto 2px;
 	border-top-width:3px;
	}
	.headerExtra__sp{
		max-width: 266px;
		width: 98%;
		margin: 10px auto 15px !important;
	}
}


/* 表示／非表示
================================================== */
.pc_568px{
	display: block!important;
}
.sp_568px{
	display: none !important;
}
@media screen and (max-width: 568px) {
.pc_568px{
	display: none !important;
}
.sp_568px{
	display: block !important;
}
}


/* 右側
================================================== */
#wrapper{
	float: right;
 width: 643px;
 margin-top: 110px;		/*  ページ画像の高さで調整  */
 margin-right: 10px;
 margin-bottom: 0;
 /*margin-left:auto;*/
	margin-left: auto;
}
@media screen and (max-width: 568px) {
	#wrapper{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-right: auto;
	}
}


#main{
 margin: 0;
 text-align: left;
}
@media screen and (max-width: 568px) {
	#main{
		width: 96%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}


/* 左側-バナー等
================================================== */
.aside{
  width: 266px;
		margin: 15px 0px 0px;
}
@media screen and (max-width: 568px) {
.aside{
  max-width: 266px;
		width: 100%;
		margin: 30px auto 50px;
	}
	}

/* バナー */
.banner ul{
	margin: 0;
	padding: 0;
list-style-type: none;
}
.banner li{
	margin: 0 0 5px;
}
.banner li a{
 display: block;
}
.banner li a:hover {
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}

/* かなちゃん */
.kana{
 width: 266px;
 margin:10px auto;
	padding: 15px 0;
 /*border-width: 1px;
 border-style: solid;
 border-color: #fedb85;
 background-color: #ffffe3;*/
 text-align:center;
}
.kana p{
 font-size: 1.2em;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}
@media screen and (max-width: 568px) {
.kana{
 max-width: 266px;
	width: 100%;
}
}



/* フッター
================================================== */
#footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 568px) {
#footer{
		height:auto;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
}
}

#footerMain{
 width:936px;
	margin: 0 auto;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #cecece;
}

/* コピーライト文字設定 */
#footerMain p{
	margin: 0;
 font-size: 0.9em;
 text-align: center;
 line-height: 50px;
 color: #333333;
}
@media screen and (max-width: 568px) {
	#footerMain{
		position: relative;
		top: 0;
		width:100%;
	}
	#footerMain p{
		word-break: break-all;
		padding: 10px 5px;
		line-height: 1.4;
	}
}


/* ページの先頭へのリンク設定 */
#pagetop{
	max-width: 940px;
	width:100%;
	margin: 15px auto 15px auto;
	text-align: right;
}
#pagetop a:hover img{
	opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 568px) {
#pagetop{
	width:96%;
	text-align: center;
}
}


/*--------------------------------------------------------
  ナビゲーション
--------------------------------------------------------*/
#nav{
 width: 266px;
	margin: 0;
}
#nav ul{
	margin: 10px 0 0;
 padding: 0;
 list-style-type: none;
	box-shadow: 0px 3px 5px 0px #ededed;
}
#nav li{
 display: block;
	border: 1px solid #eee;
	border-bottom: 1px solid #eaeaea;
}
#nav li:last-child{
	border-bottom: 1px solid #dddddd;
}
#nav li a{
 /*display:flex;
	align-items: center;*/
	line-height: 2.2;
	display: block;
 height: 41px;
 font-size: 14px;
	font-weight:bold;
	background: #EEEEEE;
background: linear-gradient(0deg,rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 40%);
}
#nav li a img{
	margin: 5px 10px 5px 10px;
}
#nav a:link{
    text-decoration: none;
}
#nav a:visited{
    text-decoration: none;
}
#nav a:hover{
				color: #4DA8C7 !important;
    text-decoration:underline !important;
				background: #DCF1F9;
background: linear-gradient(0deg,rgba(220, 241, 249, 1) 0%, rgba(255, 255, 255, 1) 40%);
}
#nav a:active{
    text-decoration: none;
}
@media screen and (max-width: 568px) {
	#nav{
		display: none !important;
	}
}


/* ページ画像
================================================== */
.layoutset .page_image{
    width: 100%;
				position: absolute;
				top:0;
				left: 0;
}
@media screen and (max-width: 568px) {
	.layoutset .page_image_sp{
		width: 100%;
	}
}


/* =======================================================
  スマホメニュー
======================================================= */

@media print {
  .sp-menu{
    display: none !important;
  }
  
}

/* 画面サイズが569px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 569px) {
  .sp-menu{
    display: none !important;
  }
}

@media screen and (max-width: 568px) {
.sp-menu{
 display: block !important;
}
.sp-menu__box{
  position: fixed;
  top: 17px;
  left: 11px;
  height: 40px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #47BEDE;
		border-radius: 5px;
		cursor: pointer;
}
.sp-menu__box span{
  position: relative;
}
.sp-menu__box span::before{
  content: "メニュー";
  display: flex;
  justify-content: center;
		align-items: center;
		color: #fff !important;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
}
#sp-menu__check{
  display: none;
}

#sp-menu__check:checked ~ .sp-menu__box span::before{
  content: "閉じる";
}	
	
#sp-menu__check:checked ~ .sp-menu__content{
  /*left: 0;*/
  right: 0;
}
.sp-menu__content{
  width: 100%;
  position: fixed;
  top: 0;
  /*left: 100%;*/
  right: 100%;
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;
	 /* 高さを画面いっぱい（またはメニューの高さ）に設定 */
  height: 100vh; /* または max-height: 100vh; */
  
  /* 縦方向のスクロールを許可 */
  overflow-y: auto; 
  
  /* スクロールをスムーズにする（iOS用） */
  -webkit-overflow-scrolling: touch; 
}
.sp-menu__list{
  padding: 70px 15px 0;
}
.sp-menu__item{
  border-bottom: solid 1px #95CAEF;
  list-style: none;
}
.sp-menu__link{
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 9px 15px 10px 0;
}
	
.sp-contact{
  padding: 15px 15px 30px;
}
.sp-contact p.tel{
    /* 電話番号の文字設定 */
	margin: 5px 0;
	padding: 0;
 font-size: 14px;
 line-height: 20px;
 text-align: left;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.sp-contact p.mail{
    /* メールの文字設定 */
	margin: 0 0 10px;
 font-size: 14px;
	font-weight: 500;
 line-height: 20px;
 text-align: left;
	letter-spacing: 0.05em;
}
.sp-contact p.mail a{
	color: #ffffff;
}
.sp-contact p.mail a img{
	vertical-align: middle;
	margin-right: 5px;
}

.sp-contact p.address{
/* 住所文字設定 */
	margin: 0;
	padding: 0;
 font-size: 14px;
 line-height: 18px;
 color: #ffffff;
	letter-spacing: 0.05em;
}
.sp-contact p.title{
 /* お問い合わせ */
	margin: 0 0 5px;
	padding: 0;
 font-size: 14px;
 line-height: 16px;
	font-weight: bold;
 color: #ffffff;
	letter-spacing: 0.05em;
}	
}
@media screen and (max-width: 359px) {
.sp-menu__box{
  left: 6px;
}
}


