@charset "utf-8";
/*
Theme Name: smart260
Theme URI: https://theme.o2gp.com/
Description: smart260
Version: 1.0
Author: o2 Group
Author URI: https://theme.o2gp.com/

	o2 Group v1.0
	 https://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at https://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	https://www.opensource.org/licenses/gpl-license.php
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */{border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#333;
-webkit-text-size-adjust: none;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#313131;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}


*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
background:#fcfcfc;
overflow:hidden;
}

#content{
float:left;
width:690px;
padding:22px 0 50px;
}

#sidebar{
float:right;
width:243px;
padding:22px 0 50px;
}

#footer{
clear:both;

	background-color:#2ea7e0;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:0px 0;
font-size:80%;
font-weight:normal;
	text-align:center;
	background-position:center;
	color:#333;
	border-top:5px solid #2ea7e0;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:5px 0px 0px;
color: #515151;
/*
font-size:160%;
font-weight:bold;
*/
	/*width:40%;*/
}


/* コンタクト
----------------------------------*/
.contact{
	/*width:50%;*/
float:right;
padding:10px 0 0;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}

.contact img{
/*
	width:90%;
*/
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
margin-top:0px;
clear:both;
padding:0px 0;
line-height:0;
text-align:center;
z-index:0;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;

}

.box{
text-align: center;
margin-bottom: 10px;
}
.box img{
	vertical-align:bottom;
}
#mainImg02{
margin-top:10px;
clear:both;
padding:0px 0;
line-height:0;
text-align:center;
z-index:0;
/*
*/
}


.post{
margin:0 0 20px 0;
padding:0px 0px 20px;
background: #fff;
}

.toppage h4{
/*
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
*/
	width:100%;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	color:#ea5514;
	padding:0 0 0 0px;
	font-size: 30px;
	font-weight:bold;
}

.toppage{
padding:0px 0px 20px;
}
/*
#post-6 h2.title{
	display:none;
}


#post-17 h2.title{
	display:none;
}
*/

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title {
  position: relative;
  padding: 0.4em;
  background: #2ea7e0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2.title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2ea7e0;
  width: 0;
  height: 0;
}
/*
h2.title span{
	color:#2ea7e0;
	font-size:13px;
	margin:0 0 0 10px;
	font-weight:bold;
	padding:0 10px;
	background-color:#fff;
}*/

#post-8 h2.title,#post-9 h2.title{
	display:none;
}
/*
#post-16 h2.title,
#post-12 h2.title,
#post-9 h2.title,
#post-17 h2.title,
#post-14 h2.title,
#post-10 h2.title,
#post-11 h2.title,
#post-13 h2.title,
#post-15 h2.title{
	display:none;
}
*/
.dateLabel{
text-align:left;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;
	padding:0 10px;
	margin:5px auto;
	font-size:15px;
	color:#333333;	
}
.post p b{
	/*
	color:#4ad1a8;
	*/
	font-size:120%;
	font-weight:bold;
	color:#2ea7e0;
}
.post ul{margin: 0 0 10px 10px;}

.post ul li{
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2 {
  position: relative;
  padding: 0.4em;
  background: #2ea7e0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.post h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2ea7e0;
  width: 0;
  height: 0;
}

.post h2 span{
	color:#2ea7e0;
	font-size:13px;
	margin:0 0 0 10px;
	font-weight:bold;
	padding:0 10px;
	background-color:#fff;
}


.post h3{

}


/*

*/
ul.nagare02 li{
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	list-style-type:none;
	border-bottom:2px solid #ccc;
	margin:5px 0;
}


.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}
/*


*/


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 0px 10px 0px;
}

section.widget ul{
padding:0 0px 0px 0px;}

section.widget {
	padding:0px 0px 5px 0px;
	background-color:#f2f2f2;
	padding:10px;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

section.widget ul{
	margin:0 auto 10px;
	padding:0;
}
section.widget img{
	margin:5px auto;
	vertical-align:bottom;
	width:100%;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
}

section.widget h3 {
clear:both;
  position: relative;
  padding: 0.4em;
  background: #2ea7e0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
font-weight: bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.widget h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2ea7e0;
  width: 0;
  height: 0;
}

section.widget h3 b{
	color:#2ea7e0;
	font-size:13px;
	margin:0 0 0 10px;
	font-weight:bold;
	padding:0 10px;
	background-color:#fff;
}

section.widget ul li{
	background-color:#e1ebe7;
	margin:0 auto 5px;
	padding:5px 0px 5px 5px;
	list-style-type:none;
	background-image:url(../../../..//image/btn04.webp);
}

section.widget ul li.last{
	border:none;
	margin:5px 0 0 0;
}

section.widget ul li a{
	display:block;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../../../..//image/list.webp);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	font-size:13px;
	font-weight:bold;
	color:#333;
}
section.widget p{
	font-size:14px;
	color:#000000;
	margin:0 auto;
	padding:0;
}
#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.webp) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.webp) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:5px 0;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#fff;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:5px 0;
text-align:center;
color:#fff;
font-size:10px;
	background-color:#2ea7e0;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}
ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}
#footer-tel {
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.75);
}
#footer-telinner {
	margin: 0 auto; 
}
.telBoxSp {
	background-color: #fff;
	opacity:0.9;
	padding: 0px;
	margin:1px auto;
	border-radius: 5px;
	float: none !important;
	width: 90%;
}
.telBoxSp > p {
	color: #1B1B1B;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 8px 0 5px;
/*
	line-height: 1.4;
*/
}
.telBoxSp > div {
	background-color: #FFF;
	padding: 2px;
}
.telBtnSp a {
  color: #FFFFFF;
  height:28px;
  line-height:28px;
	background-position:center center;
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 0 3px ;
	text-decoration: none !important;
}
.telTitleSp {
  height:15px;
  line-height:8px;
	color:#2ea7e0;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding-top: 0;
	padding-bottom: 0;
}
.leftfooter{
	margin:10px 0 0 0;
	width:78%;
	float:left;
}
.rightfooter{
	margin:10px 0 0 0;
	width:18%;
	float:right;
}
.clearfooter{
	clear:both;
}
/*
.pcline{
	display:none;
}*/
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
	background-position:center center;
	background:#2ea7e0;
	/*
	background:url(../../../..//image/right_bg.webp);
	*/
}

nav#mainNav .inner{
padding-left:1px;
	border-right:1px solid #0071bc;
}

nav#mainNav ul li{
float: left;
position: relative;
padding:0px 0px;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:45px;
line-height:40px;
font-size:18px;
margin-right:1px;
padding:10px 32px 0;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	/*text-shadow:1px 1px 1px #000;*/
	border-left:1px solid #0071bc;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:60%;
color:#fff;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#fff;
}

nav#mainNav ul ul{
	width:270px;
border-top:0;
	background:#2ea7e0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
background:#ffeed0;
	text-align:left;
	border-bottom:2px dotted #999;
	background:#2ea7e0;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0 0 0 15px;
line-height:40px;
font-size:95%;
text-align:left;
	background-position:left;
	background-repeat:no-repeat;
	text-shadow:none;
	color:#fff;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#97e0e6;}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}

#footer-tel {
display:none;
}



.clear{
	clear:both;
}

.topmainmenu{
	margin:0 auto 20px;
	width:100%;
}
/****************PC*********************************/

#mainImg02{
	width:1000px;
	margin:10px auto 0;
}


/* ========FOOTER CUSTOMIZE======== */


.sptel{
	display:none;
}

#header h2 img{
	/*height:80px;*/
}


.sptel,.spline,.spmail{
	display:none;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

	nav#mainNav{
	clear:both;
	width:960px;
	margin:20px auto 10px;
	color:#998675;
	background:#732000 url(images/mainnavBg.webp) repeat-x 0 -5px;
	border:1px solid #2ea7e0;
	background-color:#2ea7e0;
	}
	
	nav#mainNav a.menu{
	width:100%;
	color:#fff;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(../../../..//image/menuopen.webp) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(../../../..//image/menuopen.webp) no-repeat 5px -34px;
	color:#fff;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #fff;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#666;
	color:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(images/sub1.webp) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.webp) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(images/subLast.webp) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.webp) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}


/****************************************/





.sptel,.spline,.spmail{
	float:right;
	display:block;
	width:30%;
	margin:20px auto 0;
}
	.pctel,.pcline,.pcmail{
	display:none;
}
/********************************************************/
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:100%;padding:0%;}
	
	.contact{padding:0px 0 0px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}




.clear{
	clear:both;
}

/****************959px以下から 1カラム表示*********************************/


#header h2{
	width:60%;
	margin:0;
}
#header h2 img{
	vertical-align:bottom;
	width:100%;
}
#header .contact{
	width:40%;
}
	#header .contact{}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;
	background-image:none;}
	#header h1{color:#333;}
	#header h2{margin:0 auto; padding:0px;}
	#header h2 img{max-width:90%; margin:0 auto; vertical-align:bottom; padding:0px;}
	nav#mainNav{width:98%; margin:5px auto;}
	#header{text-align:center;}
	#header h2,.contact{float:none; margin:0 auto; vertical-align:bottom; padding:0px;}
	.contact img{ margin:5px auto; vertical-align:bottom; padding:0px;}
	.contact{padding:0 0 0px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}


#header h2{
	width:60%;
	margin:0;
	float:left;
}
#header h2 img{
	vertical-align:bottom;
	width:100%;
}
#header .contact{
	width:40%;
	float:right;
}
	#header .contact{}



/* ========FOOTER CUSTOMIZE======== */



h2.title{
	font-size:150%;
}
.post h2{
	font-size:150%;
	font-weight:bold;
}




/*************************************************/

}

/********▲　幅644px以下から ヘッダー等微調節　▲********************************/


.box02{
	background-color:#fff;
	margin:0px auto 0;
	width:100%;
	border:1px solid #CCC;
	overflow-y:scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	overflow-x:hidden;
	height:300px;
}



.metaslider {
	margin:10px auto;
}


.post p a{
	text-decoration:underline;
	color:#2ea7e0;
}


/* ========FOOTER CUSTOMIZE======== */
/*
.post a h3{
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto 10px auto;
	color:#009ade;
	text-align:left;
	padding:0 0 0 10px;
	font-size: 20px;
	font-weight:bold;
	border-bottom:1px solid #009ade;
	border-left:10px solid #009ade;
}*/



.box02 dl,.box02 dt,.box02 dd{ 
	margin:0;
	padding:0;
}

.box02 dl.table{
padding:0 0 10px 5px;
font-size:0.8em;
width:100%;
text-align:left;
}

/*********▼日付▼***********/
.box02 dl.table dt{
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:15px;
width:100%;
	color:#0071bc;
margin:0;
letter-spacing:0.02em;
font-weight: bold;
clear: both;
}

/*********▲日付▲***********/
.box02 dl.table dt span{

display:inline;
background:#f00;
font-size:10px;
color:#fff;
padding:1px 2px;
font-weight:normal;
}
.box02 dl.table dd span{
display:inline;
line-height:3em;
font-size:10px;
color:#fff;
padding:1px 2px;
}
.box02 dl.table dd span.news1{
background:#00f;
}
.box02 dl.table dd span.news2{
background:#008000;
}

.box02 dl.table dd{
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border-color:#999;
		border-bottom:1px dotted #999;
width:100%;
	overflow:hidden;
}


.box02 .blogtitle{
}


/********************************************************/


table.formTable{
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin:10px auto;
}
table.formTable th{
	background-color:#2ea7e0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px;
	width:25%;
	color:#fff;
	
}
table.formTable td{
	border-bottom:1px solid #ccc;
	padding:10px;
	font-size:16px;
	
}
table.formTable td .input{
	padding:10px 0;
	border-radius:10px;
	width:100%;
}


.submit{
	border-radius:20px;
	padding:0px 40px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-size:18px;
}
/****************************************/

.banner{
	text-align:center;
}

.qa{
	border-radius:10px;
	border:5px solid #ccc;
	padding:15px;
	margin:20px auto;
}
.qa h3{
	
	border-bottom:1px solid #ccc;
	background-image:url(../../../..//image/qa002.webp);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
	font-size: 20px;
	color:#2ea7e0;
	font-weight: bold;
}
.qa p{
	background-image:url(../../../..//image/qa003.webp);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
}


h3.other{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	color:#2ea7e0;
	font-size:20px;
}

h3.other span{
	border-bottom:5px solid #2ea7e0;
}
/********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.boxscroll{
	padding:10px;
	margin:0 auto 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	text-align:left;
	
}


.boxscroll dl,.boxscroll dt,.boxscroll dd{ 
	margin:0;
	padding:0;
}

.boxscroll dl.table{
padding:30px 15px 30px 15px;
font-size:0.8em;
width:100%;

}
.boxscroll dl.table dt{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

		border-bottom:1px dotted #999;
width:300px;
font-size:14px;
line-height:30px;
height:30px;
letter-spacing:0.02em;
font-weight: bold;
float: left;
color:#000;
clear: both;
}
.boxscroll dl.table dt span{
display:inline;
background:#f00;
font-size:10px;
color:#fff;
padding:1px 2px;
font-weight:normal;
}
.boxscroll dl.table dd span,
.boxscroll span.feedlabel{
display:inline;
line-height:3em;
font-size:10px;
color:#fff;
padding:1px 2px;
}
.boxscroll dl.table dd span.news1{
background:#00f;
}
.boxscroll dl.table dd span.news2{
background:#008000;
}

.boxscroll dl.table dd{
border-color:#999;
line-height:30px;
height:30px;
letter-spacing:0.02em;
		border-bottom:1px dotted #999;
	width:600px;
	font-weight:bold;
	overflow:hidden;
}

.boxscroll dl.table dd a{
	color:#666;
font-size:14px;
font-weight:normal;
text-decoration:underline
}

.boxscroll .border-bottom {
	border-bottom: 1px dashed #ccc;
	color:#666;
}
.boxscroll .no-border {
	border: none !important;
}
/**サムネイル画像
*****************************/
.boxscroll .w100px {
	width: 500px !important;
	/*border-radius:10px;*/
}
.boxscroll .h100px {
/*
	height: 100px !important;
	*/
}
/*******************************/
.boxscroll .p5 {
	padding: 5px !important;
}
.boxscroll .pr0 {
	padding-right: 0 !important;
}
.boxscroll .pl0 {
	padding-left: 0 !important;
}
.boxscroll .valign-top {
	vertical-align: top !important;
}
/**ブログタイトル
*****************************/
.boxscroll .f14px {
	font-size:20px;
	color:#c78900;
	font-weight:normal;
	text-decoration:none;
}
.boxscroll .f14px a{
	font-size:16px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.boxscroll .f14px {
  position: relative;
  padding: 0.4em;
  background: #2ea7e0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.boxscroll .f14px:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2ea7e0;
  width: 0;
  height: 0;
}

/*************************************/
.boxscroll .feed-row:hover {
	cursor: pointer;
}
/********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
table.pricetable01{
width: 100%;
border-collapse: collapse;
}
table.pricetable01 caption{
background: #2ea7e0;
color: #fff;
padding: 10px 10px;
border-radius: 5px;
font-size: 20px;
font-weight: bold;
width: 100%;
}
table.pricetable01 tr{
vertical-align: middle;
}
table.pricetable01 th{
border-bottom: 1px solid #ccc;
font-size: 15px;
padding: 10px;
text-align: left;
font-weight: bold;
}
table.pricetable01 th span{
background: #2ea7e0;
color: #fff;
padding: 0 10px;
border-radius: 5px;
}
table.pricetable01 td{
border-bottom: 1px solid #ccc;
font-size: 15px;
text-align: right;
padding: 10px;
}

/*****PC
**********************************************************/
@media only screen and (min-width: 1025px){
	
/*--------------------------------------------------------- */
table.hikaku02{
	margin:50px auto 0;
	width:100%;
	border-collapse:collapse;
}
table.hikaku02 th{
	padding:10px;
	text-align:center;
	font-weight: bold;
}

table.hikaku02 th.t01{
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#ccc;
	color:#fff;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
table.hikaku02 th.t02{
	position:relative;
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#2ea7e0;
	color:#fff100;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:none;
	line-height:40px;
	background-position:center;
}

table.hikaku02 th.t02 img{
	position:absolute;
	top:-48px;
	left:80px;
	width:100px;
}

table.hikaku02 th.td01{
	padding:10px;
	font-size:18px;
	background-color:#2ea7e0;
	background-position:center;
	color:#fff;

	border:2px solid #ccc;
}
table.hikaku02 td{
	font-size:18px;
	text-align:center;
	padding:10px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
table.hikaku02 td.as01{
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:5px solid #2ea7e0;
	color:#2ea7e0;
	background-color:#fffbc5;
	font-weight:bold;
}

table.hikaku02 td.as02{
	color:#2ea7e0;
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:5px solid #2ea7e0;
	border-right:5px solid #2ea7e0;
	background-color:#fffbc5;
	font-weight: bold;
}
/*--------------------------------------------------------- */
table.hikaku{
width: 100%;
border-collapse: collapse;
}
table.hikaku tr{
vertical-align: top;
}
table.hikaku td{
width: 50%;
padding: 0;
}
table.hikaku img{
width: 100%;
}
table.pricetable{
margin: 0 auto;
width: 100%;
font-size: 13px;
	border-collapse:collapse;
}
table.pricetable tr{
vertical-align: middle;
}
table.pricetable th{
padding: 10px;
text-align: left;
font-weight: bold;
color: #fff;
	background:#3d70a0;
border: 1px solid #ccc;
}

table.pricetable th.border{
border-bottom: 2px solid #3d70a0;
}

table.pricetable td{
padding: 10px;
text-align: left;
border: 1px solid #ccc;
}
table.pricetable td.righttd{
text-align: right;
}
table.pricetable td.maker{
text-align: left;
color: #ad7f2d;
}
table.pricetable td span{
font-size: 80%;
}
table.flowbox{
	margin:0 auto 30px;
	width:100%;
	border-collapse: separate;
	border-spacing:10px;
	background-color:#2ea7e0;
}

table.flowbox tr{
	vertical-align:top;
}
table.flowbox th{
	width:35%;
	padding:0;
}
table.flowbox th img{
	width:100%;
}
table.flowbox td{
	padding:0;
}

table.flowbox td h3{
	font-size:25px;
	text-align: left;
	margin:0 auto 0;
	color:#2ea7e0;
	font-weight:bold;
	background-color:#fff;
	padding:5px;
}

table.flowbox td h3 span{
	font-size:25px;
	text-align: left;
	margin:0 auto 0;
	color:#fff;
	font-weight:bold;
	background-color:#2ea7e0;
	padding:0 10px;
	margin-right:10px;
}

table.flowbox td p{
	margin:0 auto;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-align:left;
}
table.bannertable{
width: 100%;
}
table.bannertable tr{}
table.bannertable th{
padding-left: 5px;
width: 50%;
}
table.bannertable td{
padding-right: 5px;
width: 50%;
}
table.reason{
	width:48%;
	border-collapse:separate;
	border-spacing:0 0;
	margin:0 auto 20px;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0 0 6px 3px #ccc;
	float: left;
	margin-right: 2%
}
table.reason tr{
	vertical-align:middle;
}
table.reason th.img{
	width:90px;
}

table.reason th{
	padding:10px 0px 0 10px;
	color:#2ea7e0;
	font-weight:bold;
	font-size:29px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:left;
}
table.reason td{
	padding:10px;
	color:#000;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

table.reason td b{
	color:#ff0000;
}

table.reason th img{
	border-radius:5px;
	vertical-align:bottom;
	width:90px;
	padding:0 0;
}
table.reason td img{
	float:right;
	vertical-align:bottom;
	height:80px;
	padding:0 0;
	margin-left:10px;
	border-radius:10px;
}
table.feature00{
	margin:20px auto 10px;
	width:100%;
	border-collapse:separate;
	border-spacing:20px 10px;
}
table.feature00 tr{
	vertical-align:top;
}
table.feature00 td{
	background-color:#f2f2f2;
	text-align:center;
	padding:0;
	width:50%;
}

table.feature00 td img{
width: 100%;
vertical-align: bottom;
margin: 0;
	padding:0;
}

table.feature00 td h3{
	padding:5px 0;
	color:#fff;
	font-size:15px;
	background:#2ea7e0;
	position:relative;
font-weight: bold;
margin: 0 auto;
}


table.feature00 td h3 span{
	font-size:13px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:-150px;
	left:-10px;
	background-color:#2ea7e0;
	color:#fff;
}

table.feature00 td h3 span b{
	font-size:40px;
}

table.feature00 td p{
	font-size:13px;
	color:#333;
	text-align:left;
	padding:0 5px;
}
ol.act {
	margin:20px 0 0 30px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.act li {
    position:relative; /* Create a positioning context */
    margin:0 0 5px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-size:20px;
	color:#2ea7e0;
	font-weight:bold;
}


ol.act li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#2ea7e0;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:50%;
}

ol.act p{
	font-size:14px;
	font-weight:normal;
	margin:0 auto 10px;
}
/************************************/
.greetings{
	padding:20px;
	background:url(../../../..//image/dotte03.webp) bottom;
}
.greetings div.in{
	padding:10px;
	background:#fff;
}

.greetings div.in img{
	float:right;
	width:30%;
}
/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: white;
	z-index:9999;
	background-image:url(../../../..//image/bghw02.webp);
	padding:10px 0 0 0;
}


#headbar table.pctable{
	border-collapse: collapse;
	padding:0;	
	width:960px;
	margin:0 auto;
}
#headbar table.pctable tr{
	vertical-align:middle;
}
#headbar table.pctable td{
	padding: 0 0 0 0;
	text-align:right;
}
#headbar table.pctable th{
	padding:0 0 0 0;
	padding:0;
	text-align:left;
	width: 440px;
}

#headbar table.pctable td img{
}
table.sptable{
display: none;
}
.contentsbanner{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:47%;
	margin: 1%;
	padding:1% 0.5%;
	text-align:center;
	background-color:#2ea7e0;
	float: left;
text-align: center;
}
.contentsbanner img{
	width:50%;
	border-radius:50%;
}
.contentsbanner h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:16px;
}
.contentsbanner p{
	text-align:left;
	color:#fff;
}
table.profile{
border-collapse: collapse;
width: 78%;
font-size: 16px;
float: right;
}
table.profile tr{}
table.profile th{
padding: 10px 0;
border-bottom: 1px solid #ccc;
width: 28%;
}
table.profile th.img{
width: 30%;
}
table.profile th span{
background-color: #2ea7e0;
color: #fff;
font-weight: bold;
padding: 0 20px;
border-radius: 10px;
}
table.profile td{
border-bottom: 1px solid #ccc;
padding: 10px;
font-size: 16px;
}
img.circleimg{
float: left;
width: 20%;
border-radius: 50%;
}
.flow01{
	border:5px solid #ccc;
	padding:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	margin:10px auto;
	text-align:left;
}
img.fimg{
	width:30%;
	float:right;
	box-shadow:5px 5px #2ea7e0;
	margin:10px;
}
p.last{
	border-bottom:2px solid #2ea7e0;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#2ea7e0;
}
/***************************/

table.menuprice02{
	background-color:#fff;
	width:100%;
	margin: 0 auto;
	border-radius:10px;
	border-collapse: collapse;
}
table.menuprice02 tr{
	vertical-align:top;
}

table.menuprice02 th{
	width:30%;
	padding:10px;
}

table.menuprice02 td{
	padding:10px;
}

table.menuprice02 ul{
	padding:0;
	list-style-type:none;
	margin:0 auto 20px;
}
table.menuprice02 ul li{
	font-weight:bold;
	float:left;
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 10px 10px 0;
	font-size:14px;
}


table.menuprice02 img{
	width:100%;
	border-radius:20px;
	vertical-align:bottom;
}

table.menuprice02 td h3{
	font-size:20px;
	margin:0 auto 10px;
	background-color:#2ea7e0;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 5px;
	border-radius:0 10px 0 0;
}
table.menuprice02 td p{
	font-size:20px;
	margin:0;
}

table.menuprice02 td p span.minite{
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 2px 0 0;
	font-size:14px;
	font-weight:bold;
}


table.menuprice02 td p span.price{
	color:#2ea7e0;
	padding:0px 5px;
	margin:0 0 0 0;
	font-size:35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}

table.menuprice02 td p.text{
	padding:0;
	font-size:15px;
	margin:0 auto;
}

table.area{
width: 100%;
}
table.area tr{
vertical-align: top;
}
table.area td{
width: 70%;
}
table.area th img{
width: 100%;
}


table.gyoumu{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:100%;
	text-align:center;
text-align: center;
border-spacing: 10px;
border-collapse: separate;
}

table.gyoumu tr{
vertical-align: top;
}
table.gyoumu td{
padding: 10px;
width: 33%;
text-align: center;
	background-color:#2ea7e0;
}
table.gyoumu img{
	width:50%;
	border-radius:50%;
}
table.gyoumu h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:16px;
}
table.gyoumu p{
	text-align:left;
	color:#fff;
}

table.gyoumu td a{
display: block;
margin: 0 auto;
color: #2ea7e0;
background: #fff;
border-radius: 10px;
text-align: center;
}
}
/*****PC以下
**********************************************************/
@media only screen and (max-width: 1025px){
.box img{
width: 100%;
vertical-align: bottom;
}
table.reason{
	border-collapse:separate;
	border-spacing:0 0;
	margin:0 auto 20px;
	background-color:#fff;
	border-radius:5px;
	box-shadow:0 0 6px 3px #ccc;
	float: left;
	margin-right: 1%
}
table.reason tr{
	vertical-align:middle;
}
table.reason th.img{
	width:20%;
}

table.reason th{
	padding:10px 10px 0 10px;
	color:#2ea7e0;
	font-weight:bold;
	font-size:27px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:left;
}
table.reason td{
	padding:10px;
	color:#000;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
}

table.reason td b{
	color:#ff0000;
}

table.reason th img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}
table.reason td img{
	float:right;
	vertical-align:bottom;
	width:30%;
	padding:0 0;
	margin-left:10px;
	border-radius:10px;
}
table.profile{
border-collapse: collapse;
width: 100%;
font-size: 16px;
}
table.profile tr{}
table.profile th{
display: block;
padding: 10px;
border-bottom: 1px s #ccc;
display: block;
}
table.profile th.img{
}
table.profile th span{
background-color: #2ea7e0;
color: #fff;
font-weight: bold;
padding: 0 20px;
border-radius: 10px;
}
table.profile td{
border-bottom: 1px s #ccc;
padding: 10px;
display: block;
}
.profile img{
width: 100%;
border-radius: 50%;
}
img.circleimg{
width: 100%;
border-radius: 50%;
}

}

/*****タブレットのみ
**********************************************************/
@media screen and (min-width:480px) and ( max-width:1025px) {
/*--------------------------------------------------------- */
table.hikaku02{
	margin:50px auto 0;
	width:100%;
	border-collapse:collapse;
}
table.hikaku02 th{
	padding:10px;
	text-align:center;
	font-weight: bold;
}

table.hikaku02 th.t01{
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#ccc;
	color:#fff;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
table.hikaku02 th.t02{
	position:relative;
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#2ea7e0;
	color:#fff100;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:none;
	line-height:40px;
	background-position:center;
}

table.hikaku02 th.t02 img{
	position:absolute;
	top:-48px;
	left:80px;
	width:100px;
	display: none;
}

table.hikaku02 th.td01{
	padding:10px;
	font-size:18px;
	background-color:#2ea7e0;
	background-position:center;
	color:#fff;

	border:2px solid #ccc;
}
table.hikaku02 td{
	font-size:18px;
	text-align:center;
	padding:10px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
table.hikaku02 td.as01{
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:5px solid #2ea7e0;
	color:#2ea7e0;
	background-color:#fffbc5;
	font-weight:bold;
}

table.hikaku02 td.as02{
	color:#2ea7e0;
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:5px solid #2ea7e0;
	border-right:5px solid #2ea7e0;
	background-color:#fffbc5;
	font-weight: bold;
}
/*--------------------------------------------------------- */
table.hikaku{
width: 100%;
border-collapse: collapse;
}
table.hikaku tr{
vertical-align: top;
}
table.hikaku td{
display: block;
padding: 0;
}
table.hikaku img{
width: 100%;
}
table.pricetable{
margin: 0 auto;
width: 100%;
font-size: 13px;
	border-collapse:collapse;
}
table.pricetable tr{
vertical-align: middle;
}
table.pricetable th{
padding: 5px;
text-align: left;
font-weight: bold;
color: #fff;
	background:#3d70a0;
border: 1px solid #ccc;
}

table.pricetable th.border{
border-bottom: 2px solid #3d70a0;
}

table.pricetable td{
padding: 5px;
text-align: left;
border: 1px solid #ccc;
}
table.pricetable td.righttd{
text-align: right;
}
table.pricetable td.maker{
text-align: left;
color: #ad7f2d;
}
table.pricetable td span{
font-size: 80%;
}
table.flowbox{
	margin:0 auto 30px;
	width:100%;
	border-collapse: separate;
	border-spacing:10px;
	background-color:#2ea7e0;
}

table.flowbox tr{
	vertical-align:top;
}
table.flowbox th{
	width:35%;
	padding:0;
}
table.flowbox th img{
	width:100%;
}
table.flowbox td{
	padding:0;
}

table.flowbox td h3{
	font-size:25px;
	text-align: left;
	margin:0 auto 0;
	color:#2ea7e0;
	font-weight:bold;
	background-color:#fff;
	padding:5px;
}

table.flowbox td h3 span{
	font-size:25px;
	text-align: left;
	margin:0 auto 0;
	color:#fff;
	font-weight:bold;
	background-color:#2ea7e0;
	padding:0 10px;
	margin-right:10px;
}

table.flowbox td p{
	margin:0 auto;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-align:left;
}
table.bannertable{
width: 100%;
}
table.bannertable tr{}
table.bannertable th{
padding-left: 5px;
width: 50%;
}
table.bannertable td{
padding-right: 5px;
width: 50%;
}
table.feature00{
	margin:20px auto 10px;
	width:100%;
	border-collapse:separate;
	border-spacing:20px 10px;
}
table.feature00 tr{
	vertical-align:top;
}
table.feature00 td{
	background-color:#f2f2f2;
	text-align:center;
	padding:0;
	width:50%;
}

table.feature00 td img{
width: 100%;
vertical-align: bottom;
margin: 0;
	padding:0;
}

table.feature00 td h3{
	padding:5px 0;
	color:#fff;
	font-size:15px;
	background:#2ea7e0;
	position:relative;
font-weight: bold;
margin: 0 auto;
}


table.feature00 td h3 span{
	font-size:13px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:-150px;
	left:-10px;
	background-color:#2ea7e0;
	color:#fff;
}

table.feature00 td h3 span b{
	font-size:40px;
}

table.feature00 td p{
	font-size:13px;
	color:#333;
	text-align:left;
	padding:0 5px;
}
ol.act {
	margin:20px 0 0 30px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.act li {
    position:relative; /* Create a positioning context */
    margin:0 0 5px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-size:20px;
	color:#2ea7e0;
	font-weight:bold;
}


ol.act li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#2ea7e0;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:50%;
}

ol.act p{
	font-size:14px;
	font-weight:normal;
	margin:0 auto 10px;
}
/************************************/
.greetings{
	padding:20px;
	background:url(../../../..//image/dotte03.webp) bottom;
}
.greetings div.in{
	padding:10px;
	background:#fff;
}

.greetings div.in img{
	float:right;
	width:30%;
}
/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: white;
	z-index:9999;
	background-image:url(../../../..//image/bghw02.webp);
	padding:10px 0 0 0;
}


#headbar table.pctable{
	border-collapse: collapse;
	padding:0;	
	width: 100%;
	margin:0 auto;
}
#headbar table.pctable tr{
	vertical-align:middle;
}
#headbar table.pctable td{
	padding: 0 0 0 0;
width: 10%;
}


#headbar table.pctable td.teltd{
width: 55%;
}

#headbar table.pctable th{
width: 35%;
	padding:0 0 0 0;
	padding:0;
}

#headbar table.pctable img{
width: 100%;
}
table.sptable{
display: none;
}
.contentsbanner{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:47%;
	margin: 1%;
	padding:1% 0.5%;
	text-align:center;
	background-color:#2ea7e0;
	float: left;
text-align: center;
}
.contentsbanner img{
	width:50%;
	border-radius:50%;
}
.contentsbanner h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:14px;
}
.contentsbanner p{
	text-align:left;
	color:#fff;
}
.flow01{
	border:5px solid #ccc;
	padding:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	margin:10px auto;
	text-align:left;
}
img.fimg{
	width:30%;
	float:right;
	box-shadow:5px 5px #2ea7e0;
	margin:10px;
}
p.last{
	border-bottom:2px solid #2ea7e0;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#2ea7e0;
}
/***************************/

table.menuprice02{
	background-color:#fff;
	width:100%;
	margin: 0 auto;
	border-radius:10px;
	border-collapse: collapse;
}
table.menuprice02 tr{
	vertical-align:top;
}

table.menuprice02 th{
	width:30%;
	padding:10px;
}

table.menuprice02 td{
	padding:10px;
}

table.menuprice02 ul{
	padding:0;
	list-style-type:none;
	margin:0 auto 20px;
}
table.menuprice02 ul li{
	font-weight:bold;
	float:left;
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 10px 10px 0;
	font-size:14px;
}


table.menuprice02 img{
	width:100%;
	border-radius:20px;
	vertical-align:bottom;
}

table.menuprice02 td h3{
	font-size:20px;
	margin:0 auto 10px;
	background-color:#2ea7e0;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 5px;
	border-radius:0 10px 0 0;
}
table.menuprice02 td p{
	font-size:20px;
	margin:0;
}

table.menuprice02 td p span.minite{
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 2px 0 0;
	font-size:14px;
	font-weight:bold;
}


table.menuprice02 td p span.price{
	color:#2ea7e0;
	padding:0px 5px;
	margin:0 0 0 0;
	font-size:35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}

table.menuprice02 td p.text{
	padding:0;
	font-size:15px;
	margin:0 auto;
}

table.area{
width: 100%;
}
table.area tr{
vertical-align: top;
}
table.area td{
width: 70%;
}
table.area th img{
width: 100%;
}

table.gyoumu{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:100%;
	text-align:center;
text-align: center;
border-spacing: 10px;
border-collapse: separate;
}

table.gyoumu tr{
vertical-align: top;
}
table.gyoumu td{
text-align: center;
padding: 10px;
width: 33%;
	background-color:#2ea7e0;
}

table.gyoumu img{
	width:50%;
	border-radius:50%;
}
table.gyoumu h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:16px;
}


table.gyoumu td a{
display: block;
margin: 0 auto;
color: #2ea7e0;
background: #fff;
border-radius: 10px;
text-align: center;
}
table.gyoumu p{
	text-align:left;
	color:#fff;
}
}
/*****スマホ
**********************************************************/
@media only screen and (max-width: 480px){
/*--------------------------------------------------------- */
table.hikaku02{
	margin:50px auto 0;
	width:100%;
	border-collapse:collapse;
}
table.hikaku02 th{
	padding:10px;
	text-align:center;
	font-weight: bold;
}

table.hikaku02 th.t01{
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#ccc;
	color:#fff;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
table.hikaku02 th.t02{
	position:relative;
	font-size:18px;
	border-radius:10px 10px 0 0;
	background-color:#2ea7e0;
	color:#fff100;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-right:none;
	line-height:40px;
	background-position:center;
}

table.hikaku02 th.t02 img{
	position:absolute;
	top:-48px;
	left:80px;
	width:100px;
	display: none;
}

table.hikaku02 th.td01{
	padding:10px;
	font-size:18px;
	background-color:#2ea7e0;
	background-position:center;
	color:#fff;

	border:2px solid #ccc;
}
table.hikaku02 td{
	font-size:18px;
	text-align:center;
	padding:10px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
table.hikaku02 td.as01{
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:5px solid #2ea7e0;
	color:#2ea7e0;
	background-color:#fffbc5;
	font-weight:bold;
}

table.hikaku02 td.as02{
	color:#2ea7e0;
	font-size:18px;
	text-align:center;
	padding:5px;
	border-left:5px solid #2ea7e0;
	border-top:2px solid #ccc;
	border-bottom:5px solid #2ea7e0;
	border-right:5px solid #2ea7e0;
	background-color:#fffbc5;
	font-weight: bold;
}
/*--------------------------------------------------------- */
table.hikaku{
width: 100%;
border-collapse: collapse;
}
table.hikaku tr{
vertical-align: top;
}
table.hikaku td{
display: block;
padding: 0;
}
table.hikaku img{
width: 100%;
}
table.pricetable{
margin: 0 auto;
width: 100%;
font-size: 13px;
	border-collapse:collapse;
}
table.pricetable tr{
vertical-align: middle;
}
table.pricetable th{
padding: 5px;
text-align: left;
font-weight: bold;

color: #fff;
	background:#3d70a0;
border: 1px solid #ccc;
}

table.pricetable th.border{
border-bottom: 2px solid #3d70a0;
}

table.pricetable td{
padding: 5px;
text-align: left;
	border: 1px solid #ccc;
}
table.pricetable td.righttd{
text-align: right;
}
table.pricetable td.maker{
text-align: left;
color: #ad7f2d;
}
table.pricetable td span{
font-size: 80%;
}

table.flowbox{
	margin:0 auto 30px;
	width:100%;
	border-collapse: separate;
	border-spacing:10px;
	background-color:#2ea7e0;
}

table.flowbox tr{
	vertical-align:top;
}
table.flowbox th{
display: block;
	padding:0;
}
table.flowbox th img{
	width:100%;
}
table.flowbox td{
	padding:0;
display: block;
}

table.flowbox td h3{
	font-size:20px;
	text-align: left;
	margin:0 auto 0;
	color:#2ea7e0;
	font-weight:bold;
	background-color:#fff;
	padding:5px;
}

table.flowbox td h3 span{
	text-align: left;
	margin:0 auto 0;
	color:#fff;
	font-weight:bold;
	background-color:#2ea7e0;
	padding:0 10px;
	margin-right:10px;
}

table.flowbox td p{
	margin:0 auto;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-align:left;
}

table.bannertable{
width: 100%;
}
table.bannertable tr{}
table.bannertable th{
display: block;
}
table.bannertable td{
display: block;
}
table.reason th.img{
	width:25%;
}

table.reason th{
	padding:5px 5px 0 5px;
	font-size:20px;
}
table.feature00{
	margin:0px auto 10px;
	width:100%;
	border-collapse:separate;
	border-spacing:0px 0px;
}
table.feature00 tr{
	vertical-align:top;
}
table.feature00 td{
	background-color:#f2f2f2;
	text-align:center;
	padding:0 0 0px 0;
	display: block;
}

table.feature00 td img{
width: 100%;
vertical-align: bottom;
margin: 0;
	padding:0;
}

table.feature00 td h3{
	padding:5px 0;
	color:#fff;
	font-size:15px;
	background:#2ea7e0;
	position:relative;
font-weight: bold;
margin: 0 auto;
}


table.feature00 td h3 span{
display: none;
}

table.feature00 td h3 span b{
	font-size:40px;
}

table.feature00 td p{
	font-size:13px;
	color:#333;
	text-align:left;
	padding:0 5px;
}
ol.act {
	margin:20px 0 0 30px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.act li {
    position:relative; /* Create a positioning context */
    margin:0 0 5px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-size:20px;
	color:#2ea7e0;
	font-weight:bold;
}


ol.act li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#2ea7e0;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:50%;
}

ol.act p{
	font-size:14px;
	font-weight:normal;
	margin:0 auto 10px;
}
/************************************/
.greetings{
	padding:10px;
	background:url(../../../..//image/dotte03.webp) bottom;
}
.greetings div.in{
	padding:10px;
	background:#fff;
}

.greetings div.in img{
	width:100%;
}
/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: white;
	z-index:9999;
	background-image:url(../../../..//image/bghw02.webp);
	padding:10px 0 0 0;
}


#headbar table.sptable{
	border-collapse: collapse;
	padding:0;	
	width: 100%;
	margin:0 auto;
}
#headbar table.sptable tr{
	vertical-align:middle;
}
#headbar table.sptable td{
	padding:0;
width: 12%;
}

#headbar table.sptable th{
width: 64%;
	padding:0;
}

#headbar table.sptable img{
width: 100%;
}
table.pctable{
display: none;
}
.contentsbanner{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin:4% auto;
	padding:4% 0.5%;
	text-align:center;
	background-color:#2ea7e0;
text-align: center;
}
.contentsbanner img{
	width:50%;
	border-radius:50%;
}
.contentsbanner h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:16px;
}
.contentsbanner p{
	text-align:left;
	color:#fff;
}
.flow01{
	border:5px solid #ccc;
	padding:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	margin:10px auto;
	text-align:left;
}
img.fimg{
	width:100%;
	float:none;
	box-shadow:5px 5px #2ea7e0;
	margin:10px auto;
}
p.last{
	border-bottom:2px solid #2ea7e0;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#2ea7e0;
}
/***************************/

table.menuprice02{
	background-color:#fff;
	width:100%;
	margin: 0 auto;
	border-radius:10px;
	border-collapse: collapse;
}
table.menuprice02 tr{
	vertical-align:top;
}

table.menuprice02 th{
display: block;
	padding:10px;
}

table.menuprice02 td{
display: block;
	padding:10px;
}

table.menuprice02 ul{
	padding:0;
	list-style-type:none;
	margin:0 auto 20px;
}
table.menuprice02 ul li{
	font-weight:bold;
	float:left;
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 10px 10px 0;
	font-size:14px;
}


table.menuprice02 img{
	width:100%;
	border-radius:20px;
	vertical-align:bottom;
}

table.menuprice02 td h3{
	font-size:20px;
	margin:0 auto 10px;
	background-color:#2ea7e0;
	color:#fff;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 5px;
	border-radius:0 10px 0 0;
}
table.menuprice02 td p{
	font-size:20px;
	margin:0;
}

table.menuprice02 td p span.minite{
	background-color:#2ea7e0;
	color:#fff;
	padding:0px 10px;
	border-radius:20px;
	margin:0 2px 0 0;
	font-size:14px;
	font-weight:bold;
}


table.menuprice02 td p span.price{
	color:#2ea7e0;
	padding:0px 5px;
	margin:0 0 0 0;
	font-size:35px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}

table.menuprice02 td p.text{
	padding:0;
	font-size:15px;
	margin:0 auto;
}
table.area{
width: 100%;
}
table.area tr{
vertical-align: top;
}
table.area td,table.area th{
	display:block;
}
	table.area th{
		text-align:center;
	}
table.area th img{
width: 70%;
}

table.gyoumu{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:100%;
	text-align:center;
text-align: center;
border-spacing: 0;
border-collapse: separate;
}
table.gyoumu tr{
vertical-align: top;
}
table.gyoumu td{
text-align: center;
padding: 10px;
display: block;
	background-color:#2ea7e0;
border-bottom: 5px solid #fff;
}
table.gyoumu img{
	width:50%;
	border-radius:50%;
}

table.gyoumu td a{
display: block;
margin: 0 auto;
color: #2ea7e0;
background: #fff;
border-radius: 10px;
text-align: center;
}
table.gyoumu h3{
font-weight: bold;
text-align: center;
	color:#fff;
	font-size:16px;
}
table.gyoumu p{
	text-align:left;
	color:#fff;
}

}


/*****PC
**********************************************************/
@media only screen and (min-width: 1025px){
/********************************************************/

table.sidetable{
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
table.sidetable tr{}
table.sidetable td{
	padding:10px 5px 10px 10px;
	border-bottom:1px solid #ccc;
}
table.sidetable td p{
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0;
	color:#2ea7e0;
}
table.sidetable td p span{
	color:#333;
	font-size:12px;
	display:block;
	font-weight:normal;
}
table.sidetable th{
	width:23%;
	padding:5px;
	border-bottom:1px solid #ccc;
}
table.sidetable th img{
width: 100%;
}

	
}

/*****タブレットのみ
**********************************************************/
@media screen and (min-width:480px) and ( max-width:1025px) {
/********************************************************/

table.sidetable{
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
table.sidetable tr{}
table.sidetable td{
	padding:10px 5px 10px 10px;
	border-bottom:1px solid #ccc;
}
table.sidetable td p{
	text-align:left;
	font-weight:bold;
	font-size:19px;
	padding:0;
	margin:0;
	color:#2ea7e0;
}
table.sidetable td p span{
	color:#333;
	font-size:12px;
	display:block;
	font-weight:normal;
}
table.sidetable th{
	width:23%;
	padding:5px;
	border-bottom:1px solid #ccc;
}
table.sidetable th img{
width: 100%;
}

}
/*****スマホ
**********************************************************/
@media only screen and (max-width: 480px){
/********************************************************/
table.sidetable{
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
table.sidetable tr{}
table.sidetable td{
	padding:10px 5px 10px 10px;
	border-bottom:1px solid #ccc;
}
table.sidetable td p{
	text-align:left;
	font-weight:bold;
	font-size:19px;
	padding:0;
	margin:0;
	color:#2ea7e0;
}
table.sidetable td p span{
	color:#333;
	font-size:12px;
	display:block;
	font-weight:normal;
}
table.sidetable th{
	width:23%;
	padding:5px;
	border-bottom:1px solid #ccc;
}
table.sidetable th img{
width: 100%;
}
}


