@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);



/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

body{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background-color: #CEEBFF;
	background-image: url(../img/bg002.jpg);
	margin: 0px;
}

a{
	color: #660000;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/*inner共通（header内と、contents内で使っています）
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*最大幅*/
	margin: 0 auto;
}

.inner2 {
	max-width: 1200px;	/*最大幅*/
	margin: 0 auto;
	background-color: #FFF;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
	background-color: #06F;
}

#header h1{
	padding-top: 0px;
}

#mainnav a{
	color: #000;
}

#mainImg{
  position: relative;
  overflow: hidden;
  width: 100%;
}

#mainImg img{
  position: absolute;
  left: 50%;
  max-width: 1000px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 10pt;
	background-color: #06c;
	color: #FFF;
}

.dl-box1{
	margin: auto;
	height: 100%;
	padding-top: 10px;
	background-image: url(../img/bg01.png);
	background-repeat: repeat-x;
}


/* topにもどるナビ
----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
	display: block;
	background-color: #F93;
	text-align: center;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	display: block;
	background-color: #9999FF;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}



/* コンテンツのレイアウト
----------------------------------*/

#container{
	max-width: 1200px;
	margin: 0 auto;
}


/* 画像の収縮
*****************************************************/

@media (max-width: 1000px) {
    #content {
	width: auto;
    }
}


#title-img{
	clear: both;
	margin-top: 5px;
	line-height: 0;
	text-align: center;
	z-index: 0;
	padding-top: 100px;
}



/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}



/*レイアウト用CSS
*****************************************************/

/* ヘッダーのレイアウト
----------------------------------*/
.flex01{
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
@media screen and (min-width:800px) {  
  .flex01{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  }
  .item01{
	margin: auto;
	padding: 5px;
  }
}


/* トップページのレイアウト
----------------------------------*/
.flex02{
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	vertical-align:top;
}
@media screen and (min-width:1000px) {  
  .flex02{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
  }
  .item02a{
	margin: auto;
	padding: 10px;
	width: 60%;
	order: 1;
  }
  .item02b{
	margin: auto;
	padding: 10px;
	width: 40%;
	order: 2;
  }
  .item02c{
	margin: auto;
	padding: 10px;
	width: 40%;
	order: 3;
  }
  .item02d{
	margin: auto;
	padding: 10px;
	width: 60%;
	order: 4;
  }
  
}


.center-box {
	vertical-align: top;
	text-align: center;
}
.center-box-text {
	text-align: center;
}
.left-box {
	text-align: left;
	padding: 5px;
}
.right-box {
	text-align: right;
}

.nowrap {
     white-space: nowrap;
}




/*横並び画像のレイアウト用テーブル
*****************************************************/
table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

table tr {
	margin: auto;
	vertical-align: center;
}
table th,
table td {
	padding: 5px;
	text-align: center;
}
table th {
  font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}
@media screen and (max-width: 900px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    border-bottom: 1;
    margin-bottom: .625em;
  }
  table td {
	display: block;
	font-size: .8em;
	text-align: center;
	position: relative;
	padding: 5px;
    border-bottom: 1;
	border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
  }
  }
  table tbody th {
    color: #fff;
}
}


/* レスポンシブページ 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1200px;
	}
}

@media only screen and (min-width: 800px){
	body{
	font-size: 12px;
	margin: 0px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}


/* ナビの背景 設定
------------------------------------------------------------*/
body{
	margin: 0px;
}

	#header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #06C;
	text-align: center;
	margin: 0px;
	}

	#mainnav{
	top: 0;
	width: 100%;
	z-index: 500;
	}
	
	
	#title-img{
	clear: both;
	margin-top: 5px;
	line-height: 0;
	text-align: center;
	z-index: 0;
	padding-top: 130px;
}

/* ------------------------------------------------------------*/



/* ナビメニューのレイアウト 設定
------------------------------------------------------------*/

	#mainnav {
	overflow: hidden;
	padding-bottom: 15px;	/*メニューブロックの下の余白。下のコンテンツとの間の余白です。*/
	margin: auto;
	text-align: center;
	}

/*メニュー１個あたりの設定*/
	#mainnav li {
		float: left;	/*左に回り込み*/
		width: 150px;		/*メニュー幅。今回４個なので100÷4=25です。５個にしたいなら20%にして下さい。*/
	}
	
	#mainnav li a {
		display:  block;text-decoration: none;
		line-height: 2.5;	/*行間を少し広く再設定。デフォルトは冒頭のbody内にあります。*/
		text-align: center;	/*内容をセンタリング*/
		font-size: 10px;	/*文字サイズ*/
		background: #fff;	/*背景色（古いブラウザ用）*/
		background: linear-gradient(#FFF 50%, #e7e7e7);	/*背景グラデーション*/
		margin-left: 5px;		/*メニューの左に空けるスペース。メニュー同士の余白になります。*/
		border: 1px solid #ccc;	/*線の幅、線種、色*/
		border-radius: 5px;	/*角丸のサイズ*/
		box-shadow: 1px 2px 5px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒のことで0.1は色が10%ついた状態のこと。*/
	}

/*１個目のメニューへの追加設定*/
	#mainnav li:first-child a {
		margin-left: 0;	/*左に空けたスペースをリセット*/
	}

/*英語表記（飾り文字）*/
	#mainnav li a span {
		display: block;
		font-size: 9px;			/*文字サイズ*/
		background: #f79100;	/*背景色*/
		color: #FFF;			/*文字色*/
		border-radius: 0px 0px 8px 8px;	/*角丸のサイズ。左上、右上、右下、左下への設定*/
		margin: 0 30px;			/*上、左右への飾り文字の外側に空けるスペース*/
		letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	}

/*マウスオン時と、現在表示中メニューの設定*/
	#mainnav li a:hover, #mainnav li.current a {
		background: #f79100;	/*背景色*/
		position: relative;
		top: 1px;		/*現在の場所から下に1pxずらす*/
		left: 1px;		/*現在の場所から右に1pxずらす*/
		color: #fff;	/*背景色*/
	}

/*マウスオン時と、現在表示中メニューの飾り文字の設定*/
	#mainnav li a:hover span, #mainnav li.current a span {
		background: #fff;	/*背景色*/
		color: #f79100;		/*文字色*/
	}
	
	
/*ヘッダー部分のスクロール効果*/

	#header.changeNav{
	background: rgba(0,102,204,.7);
	border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
	
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (max-width: 800px){
body{
	margin: 0px;
}

	#header{
	position: fixed;
	width: 100%;
	z-index: 500;
	background-color: #06C;
	}
	
	#headerWrap{
	position: relative;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255,255,255,.9);
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 6px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .5s;
	}
	
	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{	
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}
	
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}
	
	

/*コンパクトメニューの書式CSS
*****************************************************/
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
		background: rgba(255,255,255,.9);
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	
	
/*
*****************************************************/
	
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
}



/*ページのレイアウト設定
*****************************************************/

/*コンテンツ（mainとsidebarを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;	/*ボックスの外への余白。上、左右、下。*/
	margin-top: 40px;
	margin-right: 3%;
	margin-bottom: 0;
	margin-left: 3%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;		/*ボックスの幅*/
	padding-bottom: 30px;
}

#main2 {
	width: 95%;
	padding-bottom: 30px;
	background-color: #FFF;
	margin: auto;
}


/*１カラム時のmainコンテンツ*/
.c1 #main {
	float: none;
	width: auto;
}
#main h1 {
	font-size: 12pt;
	color: #F60;
	background-color: #FFCC99;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-top: 2;
	padding-right: 15px;
	padding-bottom: 3;
	padding-left: 15px;
	margin-bottom: 10px;
}

/*吹き出し風の見出し*/
#main h2 {
	position: relative;
	border: 2px solid #0066CC;
	border-radius: 10px;
	color: #FFF;
	background-color: #0066CC;
	margin-bottom: 15px;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#99cccc));
	background-image: -webkit-linear-gradient(left, #0066cc 0%, #99cccc 100%);
	background-image: linear-gradient(to right, #0066cc 0%, #99cccc 100%);
}
#main h2:before {
	position: absolute;
	bottom: -14px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 0;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#main h2:after {
	position: absolute;
	bottom: -10px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 0;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

/*先頭の文字が大きくなる*/
#main h3 {
  font-size: 14pt;
}
#main h3:first-letter {
  font-size: 140%;
  color: #eb6100;
}


/*丸数字の箇条書き*/
.maru-ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.maru-li {
  font-size: 12pt;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.maru-li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #C96;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #660000;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}


/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0 20px 20px;	/*上、左右、下への余白*/
}
/*他*/
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}
#main p + p {
	margin-top: -10px;
}


/*区切り線*/
#main hr {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}

/*図の縮小アクション*/
.img-small {
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	cursor:pointer;}
.img-small:hover{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	}

/*ノート風のテキストボックス1*/
.note-text01 {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 90%, /* 点線1のサイズ */
                   90% 2.4em; /* 点線2のサイズ */
	line-height: 2.4em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	font-size: 12pt;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

/*ノート風のテキストボックス1*/
.note-text02 {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 90%, /* 点線1のサイズ */
                   90% 2.4em; /* 点線2のサイズ */
	line-height: 2.4em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	font-size: 10pt;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}



/*文字の設定＿基本*/

.text01 {
	color: #000000;		/*文字色*/
	font-size: 10pt;	/*文字サイズ*/
	font-weight: normal;
}
/*文字の設定＿価格1*/
.text02 {
	color: #CC0000;		/*文字色*/
	font-size: 12pt;	/*文字サイズ*/
	font-weight: normal;
	margin: auto;
	line-height: normal;
}
/*文字の設定＿価格2*/
.text03 {
	color: #000000;		/*文字色*/
	font-size: 10pt;	/*文字サイズ*/
	font-weight: normal;
	margin: auto;
	line-height: normal;
}
/*消費税の設定＿税抜*/
.tax01 {
	color: #CC0000;		/*文字色*/
	font-size: 8pt;	/*文字サイズ*/
	font-weight: normal;
}
/*消費税の設定＿税込*/
.tax02 {
	color: #000000;		/*文字色*/
	font-size: 8pt;	/*文字サイズ*/
	font-weight: normal;
}
/*文字の設定＿太字オレンジ中*/
.title01 {
	color: #FF6600;		/*文字色*/
	font-size: 11pt;	/*文字サイズ*/
	font-weight: bold;
}
/*文字の設定＿太字茶色*/
.title02 {
	color: #660000;		/*文字色*/
	font-size: 11pt;	/*文字サイズ*/
	font-weight: bold;
	line-height: normal;
}
/*文字の設定＿太字茶色-中*/
.title03 {
	color: #660000;		/*文字色*/
	font-size: 10pt;	/*文字サイズ*/
	font-weight: bold;
	line-height: normal;
}
/*文字の設定＿太字茶色*/
.title04 {
	color: #660000;		/*文字色*/
	font-size: 12pt;	/*文字サイズ*/
	font-weight: bold;
	line-height: normal;
}
/*文字の設定＿太字オレンジ大*/
.title05 {
	color: #FF6600;		/*文字色*/
	font-size: 12pt;	/*文字サイズ*/
	font-weight: bold;
}


/*ページへのリンクボタン*/
.text04 {
	padding: 3px;	/*上下、左右への余白*/
	border-radius: 10px;		/*角丸のサイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	color: #900;
	background-color: #FC0;
	font-size: 12px;
	font-weight: normal;
	margin: auto;
}


/*リンクボタンのボックス*/
.link-box01 {
	color: #900;
	font-size: 10pt;
	font-weight: normal;
	margin: auto;
	padding: 5px;
	line-height: normal;
}

/*トップページコンテンツ見出しデザイン1*/
.top-title01{
	color: #FFF;
	height: 130px;
	width: 60%;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#99cccc));
	background-image: -webkit-linear-gradient(left, #0066cc 0%, #99cccc 100%);
	background-image: linear-gradient(to right, #0066cc 0%, #99cccc 100%);
}
.top-title01 .text01 {
	margin: 0;
	padding: 10;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}


/*見出しデザイン1　グラーデーション*/
.title001 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #000066;
	background-color: #06C;
	font-size: 12pt;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#99cccc));
	background-image: -webkit-linear-gradient(left, #0066cc 0%, #99cccc 100%);
	background-image: linear-gradient(to right, #0066cc 0%, #99cccc 100%);
}
.title001::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #FFF;
  border-radius: 4px;
}


/*サービス内容の囲み枠*/
.box01 {
	padding: 15px;	/*上下、左右への余白*/
	border-radius: 5px;		/*角丸のサイズ*/
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.box02 {
	padding: 10px;	/*上下、左右への余白*/
	border-radius: 5px;		/*角丸のサイズ*/
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}


/*基本料金のデザイン_囲み丸*/
.service01 {
	position: relative;
	display: inline-block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: skyblue;
	text-align: center;
	margin: auto;
	background-image: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#99cccc));
	background-image: -webkit-linear-gradient(top, #0066cc 0%, #99cccc 100%);
	background-image: linear-gradient(to bottom, #0066cc 0%, #99cccc 100%);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.service01 p {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width : 280px;
	text-align: center;
	margin: auto;
}


/*サービス内容の見出し*/
.service-text01 {
	position: relative;/*相対位置*/
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	font-size: 21pt;
	color: #0066CC; /*文字色*/
}

.service-text01:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #0066CC; /*アイコン色*/
}

/*サービス内容のテキスト*/
.service-text02 {
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	font-size: 18pt;
}

.service-text02:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #990000; /*アイコン色*/
	font-weight: 900;
}


/*料金についての但し書テキスト*/
.service-text03 {
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	font-size: 10pt;
}

.service-text03:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #990000; /*アイコン色*/
}


/*エリアについての見出し*/
.service-text04 {
	position: relative;/*相対位置*/
	padding-left: 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	font-size: 14pt;
	color: #0066CC; /*文字色*/
}

.service-text04:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d1";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #0066CC; /*アイコン色*/
}

/*エリアについてのテキスト*/
.service-text05 {
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	font-size: 12pt;
}

.service-text05:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #990000; /*アイコン色*/
}


/*基本料金文字*/
.price01 {
	color: #000000;		/*文字色*/
	font-size: 16pt;	/*文字サイズ*/
	margin: auto;
}
/*基本料金の時間*/
.price01-t {
	color: #000000;		/*文字色*/
	font-size: 16pt;	/*文字サイズ*/
	margin: auto;
}
/*基本料金の価格*/
.price02 {
	color: #ffffff;		/*文字色*/
	font-size: 42pt;	/*文字サイズ*/
	text-shadow:1px 3px 3px #513c3c;
	margin: auto;
}
/*エリア別の基本料金文字*/
.price03 {
	color: #0066CC;		/*文字色*/
	font-size: 14pt;	/*文字サイズ*/
	margin: auto;
}
/*税込表記*/
.price04 {
	color: #ffffff;		/*文字色*/
	font-size: 12pt;	/*文字サイズ*/
	margin: auto;
}

/*お店紹介のテーブルデザイン*/
table.company {
	width: 95%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 12pt;
	background-color: #FF9900;
	line-height: normal;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FF9900;
	border-width: 10px;
	margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
	table.company th::after {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #295890 10px solid;
	margin-top: -10px;
	}
}

table.company td {
	background: #f8f8f8;
	padding-left: 20px;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
}


/*「詳しくはコチラ」ボタンのデザイン*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #990000;
	border-radius: 0.5rem;
	background-color: #FC6;
}


/*「詳しくはコチラ」ボタンのスタイル*/
a.btn--red.btn--cubic {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9f000c;
	border-right-color: #9f000c;
	border-bottom-color: #9f000c;
	border-left-color: #9f000c;
}

a.btn--red.btn--cubic:hover {
	margin-top: 3px;
	border: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}



/*料金表デザイン*/

.p-table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 650px;
  .p-table-layout: fixed;
	font-size: 12pt;
	font-weight: normal;
}

.p-table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.p-table th,
.p-table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.p-table th {
  font-size: .85em;
}
.p-table thead tr{
	background-color: #006699;
	color: #fff;
}
.p-table tbody th {
	color: #fff;
	background-color: #3399CC;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
	text-align: right;
	color: #336699;
	font-weight: normal;
	line-height: normal;
}
.non{
  background:#fff
}
@media screen and (max-width: 1000px) {
  .p-table {
    border: 0;
    width:100%
  }
  .p-table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .p-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-table tr {
    display: block;
    margin-bottom: .625em;
  }
  .p-table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .p-table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .p-table td:last-child {
    border-bottom: 0;
  }
  .p-table tbody th {
    color: #fff;
}
}


/*条書きデザイン*/
ul.list1{
  padding: 0;
  font: 10pt/1.6 'arial narrow', sans-serif;
  width:95%;
  list-style: none;
}
ul.list li{
	position: relative;
	padding: 7px 5px 7px 10px;
	margin-bottom: 5px;
	color: #660000;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #600;
	text-align: left;
}


/* マウスオーバーで画像が少し拡大 */
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* YouTubeの埋め込み画像 */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





/*メインコンテンツ内の「list」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;	/*ボックスの外（下）に空けるスペース*/
}
#main .list a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 20px;	/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
#main .list a:hover {
	border: 1px solid #e88800;	/*枠線の幅、線種、色*/
	background: #f4fafb;		/*背景色*/
}
/*写真*/
#main .list figure img {
	width: 50%;			/*写真の幅*/
	float: left;		/*左に回り込み*/
	border-radius: 50%;	/*円形にくり抜く指定。通常通りに表示させたいならこの１行削除。*/
}
/*h4タグ*/
#main .list h4 {
	margin-left: 28%;	/*左に空けるスペース。写真(figure)のwidth指定とバランスをとって指定する。*/
	color: #e88800;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	border-bottom: dashed 1px #e88800;	/*枠線の幅、線種、色*/
	margin-bottom: 10px;	/*下に空けるスペース*/
}
/*段落(p)タグ*/
#main .list p {
	padding: 0 !important;
	margin-left: 28%;	/*左に空けるスペース。写真(figure)のwidth指定とバランスをとって指定する。*/
}

/*メインコンテンツ内の「list2」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 {
	overflow: hidden;
	position: relative;
	width: 30%;		/*幅*/
	float: left;	/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	margin-left: 2.4%;	/*ボックス同士に空ける左右間のスペース*/
	font-size: 12px;	/*文字サイズ*/
	margin-bottom: 20px;	/*ボックスの下に空ける上下間のスペース*/
}
#main .list2 a {
	display: block;text-decoration: none;overflow: hidden;
}
/*h4タグ*/
#main .list2 h4 {
	height: 1.5em;	/*高さ。レイアウトが崩れるのを防ぐ為、２行目以降は非表示になります。*/
}
/*写真のマウスオン時*/
#main .list2 a:hover figure img {
	opacity: 0.7;	/*透明度*/
}



/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="sidebarmit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="sidebarmit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;	/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	z-index: 100;
	position: fixed;
	bottom: 50px;	/*ウィンドウの下から50pxの場所に配置*/
	right: 5%;		/*ウィンドウの右から5%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #ccc;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;	/*背景色*/
	color:#fff;				/*文字色*/
	padding: 10px 25px !important;	/*上下、左右へのボックス内余白*/
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #f95f9c !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}




/* フォームスタイル
------------------------------------------------------------*/
.mail{
	margin: auto;
	padding: 10px;
}

.mail table{
	box-sizing: border-box;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.mail th,
.mail td{
	border: 1px solid #900;
	padding: .5em 1em;
	text-align: left;
}

.mail th{
	color: #900;
	font-size: 12pt;
	
	line-height: normal;
	font-weight: normal;
}

.mail-title{
	color: #900;
	font-size: 13pt;
	font-weight: bold;
}


/*箇条書きのスタイル*/

.mail ul {
	list-style: none;
	padding: 10;
	margin: 0;
	line-height: normal;
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 90%, /* 点線1のサイズ */
                   90% 2.4em; /* 点線2のサイズ */
	line-height: 2.4em; /* 最終行の下にも罫線を引く */
	font-size: 11pt;
}
.mail ul li i {
	padding-right: 0.5em;
	color: #0066CC;
	font-size: 12pt;
	padding-left: 5px;
}





@media (max-width: 900px) {
    table th,
    table td{
	display: block;
	padding: 5px;
    }
	.mail th,
    .mail td{
      border-bottom: none; /* 一旦、すべてのborder-topを削除 */
    }
    .mail table tr:first-child th{
      border-top: 1px solid #900; /* 一番上にあるthだけborder-topを追加 */
    }
    .mail table tr:last-child th{
      border-bottom: 1px solid #900; /* 一番上にあるthだけborder-topを追加 */
    }

  }




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーのinnerへの追加設定*/
header .inner {
	height: 120px;	/*高さ*/
}
/*ヘッダーのinnerへの追加設定（トップページへの追加設定）*/
.top header .inner {
	height: 250px;	/*高さの再指定*/
}
/*ロゴ画像の設定*/
header #logo {
	width: 300px;	/*画像の幅*/
}


/*main,sidebar,side,contents-in
---------------------------------------------------------------------------*/
#main, #sidebar, .inner {
	float: none;
	width: auto;
}

/*sidebar,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#sidebar .list figure img, #side .list figure img {
	width: 20%;		/*写真の幅*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sidebar,body.s-n #side,body.s-n #footermenu {display: none;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body{
	margin: 0px;
}


/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーのinnerへの追加設定（トップページへの追加設定）*/
.top header .inner {
	height: 200px;	/*高さの再指定*/
}

/*コンテンツ（mainとsidebarを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 15px;		/*ボックス内の余白*/
	margin: 20px 3% 0;	/*ボックスの外への余白。上、左右、下。*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2,h3タグ設定*/
#main h2, #main h3 {
	font-size: 14px;	/*文字サイズ*/
	padding-left: 10px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0 10px 20px;	/*上、左右、下への余白*/
}

/*メインコンテンツ内の「list」ボックス
---------------------------------------------------------------------------*/
#main .list a {
	padding: 10px;	/*ボックス内の余白*/
}
/*h4タグ*/
#main .list h4 {
	font-size: 12px;	/*文字サイズ*/
}

/*メインコンテンツ内の「list2」ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list2 {
	width: 45%;			/*幅*/
	margin-left: 3%;	/*ボックス同士に空ける左右間のスペース*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}



/*画面幅400px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:400px){

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
body{
	margin: 0px;
}

/*ヘッダーのinnerへの追加設定*/
header .inner {
	height: 100px;	/*高さ*/
}
/*ロゴ画像の設定*/
header #logo {
	width: 200px;	/*画像の幅*/
}

}
