@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{
margin:0 auto;
}
 .inner{
margin:0 auto;
width:1050px;
}

#header{
overflow:hidden;
	background-image:url(../../../../img/btn04.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content{
width:1050px;
padding:60px 0 60px;
margin:0 auto;
}

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

#footer{
clear:both;

	background-color:#29abe2;
} 


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

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


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:15px 0px 0px 0;
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{
	margin-left:5px;
/*
	width:90%;
*/
}


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

}


#mainImg02{
margin-top:10px;
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;
	background-image:url(https://cameraasahi.com/image/sliderbg03.jpg);
*/
}


.post{
margin:0 0 20px 0;
padding:0px 0px 20px;

}

.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-22 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{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0px 0 0 0;
	color:#000;
	margin:0px auto 20px;
	text-align:center;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}


h2.title b{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:2px 20px;
	border-radius:5px;
	font-size:16px;
	color:#000;
	background-color:#29abe2;
	color:#fff;
}
.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:#29abe2;
}
.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,h2.posth2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0px 0 0 0;
	color:#000;
	margin:0px auto 20px;
	text-align:center;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}

h2.posth2{
	margin:100px auto 20px;
}

.post h2 span,h2.posth2 span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:2px 20px;
	border-radius:5px;
	font-size:16px;
	color:#000;
	background-color:#29abe2;
	color:#fff;
}

.wrap03 .post h2{
	color:#fff;
}
.wrap03 .post h2 span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:2px 20px;
	border-radius:5px;
	font-size:16px;
	color:#29abe2;
	background-color:#fff;
}

.wrap03 .post p{
	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;
background: #fff;
}
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:2px 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: #29abe2;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
font-weight: bold;
}

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

section.widget h3 b{
	color:#29abe2;
	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 5px;
	list-style-type:none;
	background-image:url(../../../../image/btn04.png);
}

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

section.widget ul li a{
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../../../../image/list.png);
	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.png) 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.gif) 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:#29abe2;
}


/* 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:#036eb8;
	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;
}*/

/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
background:#fff;
}
.nav{
background:#fff;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
	background-position:center center;
	background-image:url(../../../../img/btn04.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border-top:1px solid #ccc;
	display:none;
}

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

nav#mainNav ul li{
float: left;
position: relative;
padding:0px 0px;
	border-left:1px solid #ccc;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#29abe2;
height:50px;
line-height:40px;
font-size:18px;
margin-right:1px;
padding:10px 11px 0;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	font-weight:bold;
}

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:#333;
font-weight:normal;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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:#29abe2;
}

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

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:#29abe2;
}

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;*/
height: 80px;
}

.sptel,.spline,.spmail,.spre{
	display:none;
}
.contact{
	padding-top:20px;
}
.contact img{
	height:60px;
}

}


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

	nav#mainNav{
	clear:both;
	width:1050px;
	margin:20px auto 10px;
	color:#fff;
	background:#732000 url(images/mainnavBg.png) repeat-x 0 -5px;
	background-color:#29abe2;
	display:none;
	}
	
	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.png) 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.png) 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.png) 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.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(images/subLast.png) 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.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}


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




.sptel,.spline,.spmail,.spre{
	float:right;
	display:block;
	width:22%;
	padding:30px 0 0 0;
}
	.pctel,.pcline,.pcmail,.pcre{
	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:30px 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,h2.posth2{
	font-size:150%;
	font-weight:bold;
}

	h2.posth2{
		margin:20px auto;
	}


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

}

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


.box02{
	background-image:url(../../../../img/bghw.png);
	margin:0px auto 0px;
	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:200px;
}



.metaslider {
	margin:10px auto;
}


.post p a{
	text-decoration:underline;
	color:#036eb8;
}


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

.post a h3{
}



.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:#2ea7e0;
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%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	


}
table.formTable tr{
	vertical-align:top;

}
table.formTable td{
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px solid #ccc;
	font-size:16px;
	padding:20px 10px;
}

table.formTable th{
	font-weight:bold;
	color:#29abe2;
	text-align:left;
	padding:20px 10px;
	border-bottom:1px solid #ccc;
	width:20%;
	font-size:17px;
}
table.formTable td .input{
	padding:10px 0;
	border-radius:10px;
	width:100%;
}


table.formTable td p{
padding: 0;
	font-size:16px;
margin: 0;
}
.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;
}

.box{
text-align: center;
padding-bottom: 0px;
	background:#29abe2;
}
.box img{
	vertical-align:bottom;
}
div.wrap03{
	padding-top:0px;
width: 100%;
	background:#29abe2;
}

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

	padding:0;
	color:#000;
	margin:20px auto 20px;
	text-align:center;
	font-size:25px;
	padding:0px 0;
	font-weight:bold;
}
h3.other span{
	border-bottom:5px solid #29abe2;
	color:#000;
}
/*********************************************************/
.qa{
	border-radius:10px;
	border:1px solid #ccc;
	padding:15px;
	margin:20px auto;
	background-image:url(../../../../img/bghw.png);
}
.qa h3{	
font-size: 20px;
	border-bottom:1px solid #ccc;
	background-image:url(../../../../img/qa002.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
	color:#29abe2;
	font-weight:bold;
	font-weight: bold;
}
.qa p{
	background-image:url(../../../../img/qa003.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
}
/*--------------------------------------------------------- */
ul.guide{
	margin:0 auto 50px;
	padding:0 10px;
}
ul.guide li{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px dashed #ccc;
	list-style-type:none;
	background-image:url(../../../../img/top14.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#000;
	margin:5px 5px;
	padding:10px 5px 10px 50px;
	font-size: 16px;
}
/*--------------------------------------------------------- */

table.guidetable{
	width:100%;
	margin:0 auto 50px;
	text-align:left;
	border-collapse:collapse;
}
table.guidetable tr{
	vertical-align:top;

}
table.guidetable td{
	text-align:center;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:1px solid #ccc;
	font-size:16px;
	padding:10px 10px;
}

table.guidetable th{
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#29abe2;
	padding:10px 10px;
	border:1px solid #ccc;
	font-size:17px;
}


.bord{
	padding:10px;
	margin:0 auto 30px;
	border:5px solid #ccc;
}
.bord p{
	display:none;
}

.bord img{
	width:100%;
}
table.item{
border: none;
	border-spacing:10px;
	border-collapse:separate;
	width:100%;

	margin:10px auto;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	color:#666;
	text-align:center;
}
table.item td{
border: none;
	padding:0px;
	width:20%;
	border:3px solid #29abe2;
	border-radius:10px;
}
table.item img{
	padding:1px;
	width:94%;
}

/************************************/
.wrap06{
	background-image:url(../../../../img/strip_01_402.gif);
	}

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

table.flow{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.flow tr{
	vertical-align:top;
}
table.flow td{
	padding:0;
	padding:10px;
	border-radius:5px;
	width: 70%;
}
table.flow td h3{
	color:#000;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	font-size:30px;
	font-weight:bold;
	margin:0 auto 10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 0;
}

table.flow td h3 span{
	color:#fff000;
	background:url(../../../../img/navbg_02.png) center;
	font-size:30px;
	margin-right:10px;
	padding:2px 14px;
}

table.flow img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}

table.flow td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:14px;
}
/*--------------------------------------------------------- */
.contactbanner{
text-align: center;
margin: 0 auto;
}
.contactbanner img{
vertical-align: bottom;
}
/* ====================================================== */
table.trouble{
width: 100%;
border-collapse: separate;
border-spacing: 20px 0;
margin: 0 auto;
}
table.trouble tr{
vertical-align: top;
}
table.trouble img{
margin-top: 20px;
float: right;
margin-left: 10px;
width: 40%;
margin-bottom: 40px;
	border: 5px solid #fff;
	box-shadow:0 0 6px 3px #ccc;
	transform: rotate(2deg);
}
table.trouble h3{
text-align: center;
color: #2ea7e0;
font-size: 30px;
margin: 0 auto 5px;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}
table.trouble p{
color: #000;
text-align: left;
}


table.trouble td{
	background-image:url(../../../../img/b134.png);
border-top: 10px solid #2ea7e0;
width: 33%;
padding: 10px 0;
}
table.reason{
	width:48%;
	border-collapse:separate;
	border-spacing:0 0;
	margin:0 auto 20px;
	background-color:#fff;
	border-radius:5px;
	float: left;
}

table.reasonright{
float: right;
}
table.reason tr{
	vertical-align:middle;
}
table.reason th.img{
	width:90px;
}

table.reason th{
line-height: 50px;
	padding:10px 10px 0 10px;
	color:#840D22;
	font-weight:bold;
	font-size:30px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:left;
	text-shadow:none;
}

table.reason th h3{
	text-shadow:none;
  background: -webkit-linear-gradient(top, #F39800 0%, #F39800 50%, #EA5514 51%, #EA5514 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
table.reason td{
	padding:10px;
	color:#000;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

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:100px;
	padding:0 0;
	margin-left:10px;
	border-radius:10px;
}
/* ======== CUSTOMIZE======== */

/* ====================================================== */
table.nayami{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.nayami tr{
	vertical-align:top;
}
table.nayami td{
	padding:0;
	padding:5px;
	border-radius:5px;
	width:25%;
	background-color:#fff;
	position:relative;
}

table.nayami td h3{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:center;
	font-weight:bold;
	color:#00A0E9;
	font-size:26px;
	margin:10px auto;
}
table.nayami td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:10px 0 0 0;
	text-align: left;
}
table.nayami td p.case{
	position:absolute;
	top:-20px;
	left:-5px;
	margin:0;
	padding:0;
}

table.nayami td p.case span{
	line-height:25px;
	height:62px;
	width:80px;
	background-color:#00A0E9;
	color:#fff;
	padding:18px 0 0 0;
	font-weight:bold;
	border-radius:50%;
	font-size:18px;
	display:block;
	text-align:center;
}
table.nayami td img{
	width:100%;
	box-shadow: 0 0 8px gray;
}

/*************************************************/
.floatright{
width: 30%;
margin-left: 10px;
float: right;
}
.floatright img{
width: 100%;
}
/*******************************************/
ol.topol {
	margin:20px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol li {
    position:relative; /* Create a positioning context */
    margin:0 0 30px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	font-size:35px;
	color:#00a0e9;
	font-weight:bold;
	/*
	border-bottom:1px solid #00A0E9;
	*/
}


ol.topol 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:#00a0e9;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

ol.topol li p{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 0px;
}

h2.h201{
	border-top: 5px solid #5ea0da;
	margin:0 auto 0px;
	text-align:center;
	font-size:40px;
	padding:20px 0 20px 0px;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	color:#ccc;
	background:url(../../../../img/navbg_02.png) center;
	line-height:35px;
	text-shadow: 1px 1px 1px #333;
	
	
}

h2.h201 span{
position: relative;
	text-shadow:none;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #CFCDD0 51%, #CFCDD0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.h201 b{
margin-left: 10px;
	text-shadow:none;
  background: -webkit-linear-gradient(top, #F9EC93 0%, #F9EC93 50%, #E4C67E 51%, #E4C67E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size:50px;
}


.pcmain{
height: 550px;
	background-image:url(../../../../img/pcmain.png);
	background-position: center;
}

.spmain{
display: none;
}

#header table{
width: 100%
}
#header table tr{
vertical-align: middle;
}
#header table td.header01{
width: 50%;
text-align: left;
	height:75px;
}
#header table td.header01 img,#header table td.header02 img{
	height:75px;
}
#header table td.header02{
width: 50%;
text-align: right;
}
#header table td.header03{
display: none;
}
#header table td.header04{
display: none;
}	
/*::::::::::::::::::::::::::::::::::*/
/*--------------------------------------------------------- */
.pagetop {
	position: fixed;
	text-align: center;
	right: 0px;
	bottom: 10px;
	z-index: 99999;
	width:40px;
}

.pagetop img{
	width:100%;
	margin-top:1px;
}
/*::::::::::::::::::::::::::::::::::*/
table.pricetable{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	margin:0 auto 70px;
	box-shadow:0 0 6px 0px #ccc;
}
table.pricetable caption{
	background-color:#29abe2;
	color:#fff;
}
table.pricetable tr{}
table.pricetable th{
text-align: center;
	color: #29abe2;
	border:1px solid #ccc;
	width:20%;
	font-weight:bold;
	background-image:url(../../../../img/btn04.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:20px;
}
table.pricetable th.imgth{
	width:30%;
	padding:10px;
	background:#fff;
}

table.pricetable th.imgth p{
text-align: left;
font-size: 14px;
}

table.pricetable th.thtitle{
	background:#29abe2;
	padding:0 10px;
	text-align:left;
	height:50px;
	margin: 0px;
	text-decoration:none;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
table.pricetable th.imgth img{
	width:100%;
}

table.pricetable th img{
	width:100%;
}
table.pricetable td{
	padding:0 10px;
	border:1px solid #ccc;
	font-weight:bold;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.pricetable td ul{
	padding:0;
	margin:0;
}
table.pricetable td ul li{
	font-size:16px;
	margin:5px;
	padding:0 20px;
	border-radius:5px;
	list-style-type:none;
	float:left;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
}



table.pricetable ol {
	margin:10px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
table.pricetable ol 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-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


table.pricetable ol 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:#009fe8;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}



table.kakaku{
margin: 5px auto;
width: 100%;
}
table.kakaku tr{}
table.kakaku th{
	background:#29abe2;
	color:#fff;
padding: 2px;
font-size: 12px;
width: 16.5%;
}

table.kakaku th p{
font-size: 12px;}

table.kakaku td{
padding: 2px;
font-size: 12px;
width: 16.5%;
}

.spprice{
display: none;
}
table.contentssp{
display: none;
}
/***************************/
table.contents{
	width:100%;
}
table.contents tr{}
table.contents th{
	width:50%;
}
table.contents th.th01{
	width:50%;
	background: url(../../../../img/main03_01.jpg) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th02{
	width:50%;
	background: url(../../../../img/main03_02.jpg) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th03{
	width:50%;
	background: url(../../../../img/main03_03.jpg) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents img{
	width:300px;
	margin:10px auto;
}
table.contents td{
	padding:20px;
	width:50%;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}
table.contents td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:50px;
}
table.contents td h3{
	font-weight:bold;
	text-align:left;
	font-size:30px;
	border-bottom:1px solid #fff;
	color:#fff;
	margin:0 auto 20px;
}

table.contents td.pink01{
	background-color:#29abe2;
}
table.contents td.pink02{
	background-color:#d10909;
}
table.contents td.pink03{
	background-color:#ba0202;
}

table.contents td.pink02 a{
background: #fff;
font-weight:bold;
color: #0083B7;
padding: 0 10px;
border-radius: 5px;
}

table.contents td.pink03 a{
background: #fff;
font-weight:bold;
color: #036EB8;
padding: 0 10px;
border-radius: 5px;
}

table.contents td{}
table.contents td{}

/************************************/
table.maintable{
	width:100%;
	border-collapse:separate;
	border-spacing:20px;
}

table.maintable tr{
	vertical-align:top;
}
table.maintable td{
	text-align:center;
	padding:15px;
	background-color:#fff;
	width:33%;
	border-radius:10px;
	box-shadow:0 0 6px 0px #ccc;
}
table.maintable td h3{
	text-align:center;
	color:#29abe2;
	margin:0px auto 0;
	padding:0;
	font-weight:bold;
	font-size:20px;
	position:relative;
}


table.maintable td h3 span{
	font-size:20px;
	border-radius:50%;
	width:80px;
	height:55px;
	padding-top:25px;
	line-height:30px;
	position:absolute;
	top:-270px;
	left:-10px;
	background-color:#29abe2;
	color:#fff;
}

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

table.maintable td p{
	font-size:13px;
	background-color:#fff;
	padding:2px;
	text-align:left;
}

table.maintable td p.english{
	margin:0;
	font-size:13px;
	padding:0 2px;
	text-align:left;
	text-align:center;
	color:#000;
	font-weight:bold;
}

table.maintable td img{
	width:100%;
	border-radius:10px;
	
	margin:10px auto;
}
/***************************/
.soubi{
border-radius: 10px;
margin: 0 auto 80px;
padding: 20px;
	box-shadow:0 0 6px 0px #ccc;
}

.soubi h3{
	background-color:#00a0e9;
	color:#fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 30px;
border-radius: 10px 10px 0 0;
}

.soubi table{
width: 55%;
float: left;
}

.balloonwrap{
text-align: center;
width: 45%;
float: right;
}

.soubi table td{
	font-weight: bold;
	font-size: 30px;
	color:#00a0e9;
	width: 36%;
}

.soubi table td.img{
position: relative;
text-align: center;
width: 20%;
padding: 10px 40px 10px 10px;
}


.soubi table td.img img{
width: 100%;
}

.soubi table td span{
font-weight: bold;
	font-size:13px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:10px;
	left:-10px;
	background-color:#00a0e9;
	color:#fff;
	opacity: 0.7;
}

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

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #00a0e9;
  box-sizing: border-box;
  text-align: left;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00a0e9;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

/************************************/
.contactbg02{
display: none;
}

.contactbg{
	margin:20px auto 0;
	width:1000px;
	height:260px;
	background:url(../../../../img/contactbg.png);
	background-position:top;
	background-repeat: no-repeat;
	position:relative;
}
.contactbg table{
	width:530px;
	text-align:center;
	position:absolute;
	bottom:10px;
	right:10px;
}


/***************************/
table.contents02{
	width:100%;
	border-spacing:20px;
	border-collapse:separate;
	margin:0;
}
table.contents02 tr{vertical-align: top;}
table.contents02 img{
	width:35%;
	margin:0;
	border-radius:10px;
	float:left;
	margin-right:10px;
}
table.contents02 td{
	border-radius:10px;
	padding:10px;
	width:33%;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}

table.contents03 td{
	width:50%;
	}
table.contents02 td p{
	font-size:13px;
	text-align:left;
	padding:0;
	margin:0;
}

table.contents02 td h3{
	font-size: 20px;
	margin:0 auto 10px;
	border-radius:5px 5px 0 0;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
}
.header{
	position:relative;
	height:60px;
	text-align:left;
	width:1050px;
	margin:0px auto;
}

.logo {
	position: absolute;
	top:-5px;
	left:0px;
	height:75px;
}

.logo02 {
	position: absolute;
	top:-10px;
	left:310px;
	height:60px;
}


.tel {
	height:60px;
	position: absolute;
	top:-0px;
	right:400px;
}
.mail {
	height:60px;
	position: absolute;
	top:-0px;
	right:320px;
	border-radius: 2px;
}

.reservation {
	height:60px;
	position: absolute;
	top:-0px;
	right:240px;
	border-radius: 2px;
}


.line {
	height:60px;
	position: absolute;
	top:-0px;
	right:160px;
	border-radius: 2px;
}

.face {
	height:60px;
	position: absolute;
	top:-0px;
	right:80px;
	border-radius: 2px;
}

.insta {
	height:60px;
	position: absolute;
	top:-0px;
	right:0px;
	border-radius: 2px;
}

.mail02 {
	position: absolute;
	top:25px;
	right:0px;
	width:236px;
}
.line02 {
	position: absolute;
	top:25px;
	right:250px;
	width:236px;
}
.tabletheader,.spheader{
display: none;
}

/* ====================================================== */

}
/*****PC以下
**********************************************************/
@media only screen and (max-width: 1025px){

/************************************/
.contactbg{
display: none;
}
.contactbg02{
	margin:20px auto 0;
	width:100%;
}
.contactbg02 table{
	width:100%;
	text-align:center;
}

.contactbg02 table{
	width:100%;
	}
.contactbg02 table td{
padding: 2px;
	width:33%;
	}

.contactbg02 img{
	width:100%;
}
img.sliderimg{
width: 100%;
}
}

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

table.flow{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.flow tr{
	vertical-align:top;
}
table.flow td{
	padding:0;
	padding:10px;
	border-radius:5px;
	width: 70%;
}
table.flow td h3{
	color:#000;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:30px;
	font-weight:bold;
	margin:0 auto 10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 0;
}

table.flow td h3 span{
	color:#fff000;
	background:url(../../../../img/navbg_02.png) center;
	font-size:30px;
	margin-right:10px;
	padding:2px 14px;
}

table.flow img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}

table.flow td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:14px;
}
.contactbanner{
text-align: center;
margin: 0 auto;
}
.contactbanner img{
width: 100%;
vertical-align: bottom;
}
/* ====================================================== */
table.trouble{
width: 100%;
border-collapse: separate;
border-spacing: 20px 0;
margin: 0 auto;
}
table.trouble tr{
vertical-align: top;
}
table.trouble img{
margin-top: 20px;
float: right;
margin-left: 10px;
width: 40%;
margin-bottom: 40px;
	border: 5px solid #fff;
	box-shadow:0 0 6px 3px #ccc;
	transform: rotate(2deg);
}
table.trouble h3{
text-align: center;
color: #2ea7e0;
font-size: 20px;
margin: 0 auto 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:bold;
}
table.trouble p{
color: #000;
text-align: left;
}


table.trouble td{
	background-image:url(../../../../img/b134.png);
border-top: 10px solid #2ea7e0;
width: 33%;
padding: 10px 0;
}
table.reason{
	width:100%;
	border-collapse:separate;
	border-spacing:0 0;
	margin:0 auto 20px;
	background-color:#fff;
	border-radius:5px;
}
table.reason tr{
	vertical-align:middle;
}
table.reason th.img{
	width:90px;
}

table.reason th{
	padding:10px 10px 0 10px;
	color:#840D22;
	font-weight:bold;
	font-size:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align:left;
	text-shadow:none;
}

table.reason th h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#F39800;
	font-weight:bold;
	font-size:30px;
/*
	text-shadow:none;
  background: -webkit-linear-gradient(top, #F39800 0%, #F39800 50%, #EA5514 51%, #EA5514 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
table.reason td{
	padding:10px;
	color:#000;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

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

table.reason th img{
	border-radius:5px;
	vertical-align:bottom;
	width:95%;
	padding:0 0;
}




table.reason td img{
	float:right;
	vertical-align:bottom;
	width:30%;
	padding:0 0;
	margin-left:10px;
	border-radius:10px;
}
/* ======== CUSTOMIZE======== */

/* ====================================================== */

table.nayami{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.nayami tr{
	vertical-align:top;
}
table.nayami td{
	padding:0;
	padding:5px;
	border-radius:5px;
	display: block;
	background-color:#fff;
	position:relative;
}

table.nayami td h3{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:center;
	font-weight:bold;
	color:#00A0E9;
	font-size:26px;
	margin:10px auto;
}
table.nayami td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:10px 0 0 0;
	text-align: left;
}
table.nayami td p.case{
display: none;
	position:absolute;
	top:-20px;
	left:-5px;
	margin:0;
	padding:0;
}

table.nayami td p.case span{
	line-height:25px;
	height:62px;
	width:80px;
	background-color:#00A0E9;
	color:#fff;
	padding:18px 0 0 0;
	font-weight:bold;
	border-radius:50%;
	font-size:18px;
	display:block;
	text-align:center;
}
table.nayami td img{
	width:30%;
	float: right;
	margin-left: 10px;
	box-shadow: 0 0 8px gray;
}

/*************************************************/
	
.floatright{
width: 20%;
margin-left: 10px;
float: right;
}
.floatright img{
width: 100%;
}
/*******************************************/
ol.topol {
	margin:20px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol 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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:20px;
	color:#00a0e9;
	font-weight:bold;
	/*
	border-bottom:1px solid #00A0E9;
	*/
}


ol.topol 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:#00a0e9;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

ol.topol li p{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 0px;
}

	
h2.h201{
	border-top: 5px solid #5ea0da;
	margin:0 auto 0px;
	text-align:center;
	font-size:20px;
	padding:10px 0 10px 0px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#ccc;
	background:#29ABE2;
	line-height:35px;
	
	
}

h2.h201 span{
	color:#fff;
}

h2.h201 b{
	color:#FFF100;
	font-size:30px;
}
.pcmain{
display: none;
}

.spmain{
width: 100%;
}
#header table{
width: 100%
}

#header table img{
width: 100%
}
#header table tr{
vertical-align: middle;
}
#header table td.header01{
width: 40%;
text-align: left;
}
#header table td.header02{
width: 60%;
text-align: right;
}
#header table td.header03{
display: none;
}
#header table td.header04{
display: none;
}
/*--------------------------------------------------------- */
	
	
.pagetop {
	position: fixed;
	text-align: center;
	right: 0px;
	bottom: 50px;
	z-index: 99999;
	width:70px;
}

.pagetop img{
	width:100%;
	margin-top:1px;
}
/*::::::::::::::::::::::::::::::::::*/
table.pricetable{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	margin:0 auto 70px;
	box-shadow:0 0 6px 0px #ccc;
}
table.pricetable caption{
	background-color:#29abe2;
	color:#fff;
}
table.pricetable tr{}
table.pricetable th{
text-align: center;
	color: #29abe2;
	border:1px solid #ccc;
	width:20%;
	font-weight:bold;
	background-image:url(../../../../img/btn04.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:20px;
}
table.pricetable th.imgth{
	width:30%;
	padding:10px;
	background:#fff;
}

table.pricetable th.imgth p{
text-align: left;
font-size: 14px;
}

table.pricetable th.thtitle{
	background:#29abe2;
	padding:0 10px;
	text-align:left;
	height:50px;
	margin: 0px;
	text-decoration:none;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
table.pricetable th.imgth img{
	width:100%;
}

table.pricetable th img{
	width:100%;
}
table.pricetable td{
	padding:0 10px;
	border:1px solid #ccc;
	font-weight:bold;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.pricetable td ul{
	padding:0;
	margin:0;
}
table.pricetable td ul li{
	font-size:16px;
	margin:5px;
	padding:0 20px;
	border-radius:5px;
	list-style-type:none;
	float:left;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
}



table.pricetable ol {
	margin:10px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
table.pricetable ol 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-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#333;
	font-weight:bold;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


table.pricetable ol 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:#009fe8;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}



table.kakaku{
margin: 5px auto;
width: 100%;
}
table.kakaku tr{}
table.kakaku th{
	background:#29abe2;
	color:#fff;
padding: 2px;
font-size: 12px;
width: 16.5%;
}

table.kakaku th p{
font-size: 12px;}

table.kakaku td{
padding: 2px;
font-size: 12px;
width: 16.5%;
}

.spprice{
display: none;
}
/*::::::::::::::::::::::::::::::::::*/
table.contentssp{
display: none;
}
/***************************/
table.contents{
	width:100%;
}
table.contents tr{}
table.contents th{
	width:50%;
}
table.contents th.th01{
	width:50%;
	background: url(../../../../img/main03_01.png) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th02{
	width:50%;
	background: url(../../../../img/main03_02.png) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th03{
	width:50%;
	background: url(../../../../img/main03_03.png) center center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents img{
	width:300px;
	margin:10px auto;
}
table.contents td{
	padding:20px;
	width:50%;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}
table.contents td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#fff;
	font-size:15px;
}
table.contents td h3{
	font-weight:bold;
	text-align:left;
	font-size:20px;
	border-bottom:1px solid #fff;
	color:#fff;
	margin:0 auto 20px;
}

table.contents td.pink01{
	background-color:#29abe2;
}
table.contents td.pink02{
	background-color:#d10909;
}
table.contents td.pink03{
	background-color:#ba0202;
}

table.contents td.pink02 a{
background: #fff;
font-weight:bold;
color: #0083B7;
padding: 0 10px;
border-radius: 5px;
	display: block;
}

table.contents td.pink03 a{
background: #fff;
font-weight:bold;
color: #036EB8;
padding: 0 10px;
border-radius: 5px;
	display: block;
}

table.contents td{}
table.contents td{}

/************************************/
table.maintable{
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}

table.maintable tr{
	vertical-align:top;
}
table.maintable td{
	text-align:center;
	padding:15px;
	background-color:#fff;
	display: block;
	border-radius:10px;
	box-shadow:0 0 6px 0px #ccc;
}
table.maintable td h3{
	text-align:left;
	color:#29abe2;
	margin:0px auto 0;
	padding:0;
	font-weight:bold;
	font-size:30px;
	position:relative;
}


table.maintable td h3 span{
display: none;
	font-size:20px;
	border-radius:50%;
	width:80px;
	height:55px;
	padding-top:25px;
	line-height:30px;
	position:absolute;
	top:70px;
	left:-10px;
	background-color:#29abe2;
	color:#fff;
}

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

table.maintable td p{
	font-size:13px;
	background-color:#fff;
	padding:2px;
	text-align:left;
}

table.maintable td p.english{
	margin:0;
	font-size:13px;
	padding:0 2px;
	text-align:left;
	text-align:left;
	color:#000;
	font-weight:bold;
}

table.maintable td img{
	width:30%;
	border-radius:10px;
	float: left;
	
	margin:10px 10px 0px 0px;
}
/***************************/
.soubi{
border-radius: 10px;
margin: 0 auto 80px;
padding: 20px;
	box-shadow:0 0 6px 0px #ccc;
}

.soubi h3{
	background-color:#00a0e9;
	color:#fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 30px;
border-radius: 10px 10px 0 0;
}

.soubi table{
	/*
width: 60%;
float: left;
	*/
}

.balloonwrap{
text-align: center;
	/*
width: 40%;
float: right;
	*/
}

.soubi table td{
	font-weight: bold;
	font-size: 30px;
	color:#00a0e9;
	width: 36%;
}

.soubi table td.img{
position: relative;
text-align: center;
width: 20%;
padding: 10px 40px 10px 10px;
}


.soubi table td.img img{
width: 100%;
}

.soubi table td span{
font-weight: bold;
	font-size:13px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:10px;
	left:-10px;
	background-color:#00a0e9;
	color:#fff;
	opacity: 0.7;
}

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

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #00a0e9;
  box-sizing: border-box;
  text-align: left;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00a0e9;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

/***************************/
table.contents02{
	width:100%;
	border-spacing:20px;
	border-collapse:separate;
	margin:0;
}
table.contents02 tr{vertical-align: top;}
table.contents02 img{
	width:100%;
	margin:0;
	border-radius:10px;
	margin: 0 auto;
}
table.contents02 td{
	border-radius:10px;
	padding:10px;
	width:33%;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}

table.contents03 td{
	width:50%;
	}
table.contents02 td p{
	font-size:13px;
	text-align:left;
	padding:0;
	margin:0;
}

table.contents02 td h3{
	margin:0 auto 10px;
	border-radius:5px 5px 0 0;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
}
.pcheader,.spheader{
display: none;
}
.tabletheader{
	text-align:left;
	width:100%;
	margin:0px auto;
}

table.logotable{
	width:100%;
}
table.logotable tr{
vertical-align: middle;
}
table.logotable img{
width: 100%;
}
table.logotable th{
width: 50%;
}
table.logotable td{}

table.snstable{
	width:100%;
}
table.snstable tr{
vertical-align: middle;
}
table.snstable img{
width: 100%;
vertical-align: bottom;
}
table.snstable td{
width: 20%;
padding:0 10px;
}
}
/*****スマホ
**********************************************************/
@media only screen and (max-width: 480px){

table.flow{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.flow tr{
	vertical-align:top;
}
table.flow th{
	display: block;
}
table.flow td{
	padding:0;
	padding:10px;
	border-radius:5px;
	display: block;
}
table.flow td h3{
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:20px;
	font-weight:bold;
	margin:0 auto 10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 0;
}

table.flow td h3 span{
	color:#fff000;
	background:url(../../../../img/navbg_02.png) center;
	font-size:30px;
	margin-right:10px;
	padding:2px 14px;
}

table.flow img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}

table.flow td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:14px;
}
/*--------------------------------------------------------- */
	
.contactbanner{
text-align: center;
margin: 0 auto;
}
.contactbanner img{
width: 100%;
vertical-align: bottom;
}
/* ====================================================== */
table.trouble{
width: 100%;
border-collapse: separate;
border-spacing: 20px 0;
margin: 0 auto;
}
table.trouble tr{
vertical-align: top;
}
table.trouble img{
margin-top: 20px;
float: right;
margin-left: 10px;
width: 40%;
margin-bottom: 40px;
	border: 5px solid #fff;
	box-shadow:0 0 6px 3px #ccc;
	transform: rotate(2deg);
}
table.trouble h3{
text-align: center;
color: #2ea7e0;
font-size: 30px;
margin: 0 auto 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}
table.trouble p{
color: #000;
text-align: left;
}


table.trouble td{
	background-image:url(../../../../img/b134.png);
border-top: 10px solid #2ea7e0;
display:block;
padding: 10px 0;
}
table.reason{
	width:100%;
	border-collapse:separate;
	border-spacing:0 0;
	margin:0 auto 20px;
	background-color:#fff;
	border-radius:5px;
}
table.reason tr{
	vertical-align:middle;
}
table.reason th.img{
	width:90px;
}

table.reason th{
	padding:10px 10px 0 10px;
	color:#840D22;
	font-weight:bold;
	font-size:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align:left;
	text-shadow:none;
}

table.reason th h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#F39800;
	font-weight:bold;
	font-size:30px;
/*
	text-shadow:none;
  background: -webkit-linear-gradient(top, #F39800 0%, #F39800 50%, #EA5514 51%, #EA5514 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
table.reason td{
	padding:10px;
	color:#000;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

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

table.reason th img{
	border-radius:5px;
	vertical-align:bottom;
	width:95%;
	padding:0 0;
}




table.reason td img{
	float:right;
	vertical-align:bottom;
	width:30%;
	padding:0 0;
	margin-left:10px;
	border-radius:10px;
}
/* ======== CUSTOMIZE======== */

/* ====================================================== */
table.nayami{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin:0 auto 20px;
}
table.nayami tr{
	vertical-align:top;
}
table.nayami td{
	padding:0;
	padding:5px;
	border-radius:5px;
	display: block;
	background-color:#fff;
	position:relative;
}

table.nayami td h3{
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	text-align:center;
	font-weight:bold;
	color:#00A0E9;
	font-size:26px;
	margin:10px auto;
}
table.nayami td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:10px 0 0 0;
	text-align: left;
}
table.nayami td p.case{
display: none;
	position:absolute;
	top:-20px;
	left:-5px;
	margin:0;
	padding:0;
}

table.nayami td p.case span{
	line-height:25px;
	height:62px;
	width:80px;
	background-color:#00A0E9;
	color:#fff;
	padding:18px 0 0 0;
	font-weight:bold;
	border-radius:50%;
	font-size:18px;
	display:block;
	text-align:center;
}
table.nayami td img{
	width:30%;
	float: right;
	margin-left: 10px;
	box-shadow: 0 0 8px gray;
}

/*************************************************/
	
	
.floatright{
margin: 0 auto;
text-align: center;
}
.floatright img{
width: 50%;
}
/*******************************************/
ol.topol {
	margin:20px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol 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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:20px;
	color:#00a0e9;
	font-weight:bold;
	/*
	border-bottom:1px solid #00A0E9;
	*/
}


ol.topol 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:#00a0e9;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

ol.topol li p{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 0px;
}

h2.h201{
	border-top: 5px solid #5ea0da;
	margin:0 auto 0px;
	text-align:center;
	font-size:20px;
	padding:10px 0 10px 0px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#ccc;
	background:#29ABE2;
	line-height:35px;
	
	
}

h2.h201 span{
	color:#fff;
}

h2.h201 b{
	color:#FFF100;
	font-size:30px;
}
.pcmain{
display: none;
}

.spmain{
width: 100%;
}
#header table{
width: 100%
}

#header table img{
width: 95%
}
#header table tr{
vertical-align: middle;
}
#header table td.header01{
width: 70%;
text-align: left;
}
#header table td.header02{
display: none;
}
#header table td.header03,#header table td.header04{
width: 15%;
}
/*--------------------------------------------------------- */
	
.pagetop {
	position: fixed;
	text-align: center;
	right: 0px;
	bottom: 50px;
	z-index: 99999;
	width:70px;
display: none;
}

.pagetop img{
	width:100%;
	margin-top:1px;
}
.pcprice{
display: none;
}
/*::::::::::::::::::::::::::::::::::*/
table.pricetable{
	width:100%;
	border-spacing:0px;
	border-collapse:separate;
	margin:0 auto 70px;
	box-shadow:0 0 6px 0px #ccc;
}
table.pricetable caption{
	background-color:#29abe2;
	color:#fff;
}
table.pricetable tr{}
table.pricetable th{
text-align: center;
padding: 10px 0;
	color: #29abe2;
	border:1px solid #ccc;
	font-weight:bold;
	background-image:url(../../img/btn04.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:20px;
}
table.pricetable th.imgth{
	padding:10px;
	background:#fff;
}

table.pricetable th.imgth p{
text-align: left;
font-size: 14px;
}

table.pricetable th.thtitle{
	background:#29abe2;
	padding:0 10px;
	text-align:left;
	margin: 0px;
	text-decoration:none;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
table.pricetable th.imgth img{
	width:100%;
}

table.pricetable th img{
	width:60%;
}
table.pricetable td{
padding: 10px 0;
	border:1px solid #ccc;
	font-weight:bold;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.pricetable td ul{
	padding:0;
	margin:0;
}
table.pricetable td ul li{
	font-size:13px;
	margin:5px;
	padding:0 5px;
	border-radius:5px;
	list-style-type:none;
	float:left;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
}



table.pricetable ol {
	margin:10px 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
table.pricetable ol 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-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#333;
	font-weight:bold;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


table.pricetable ol 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:2px 0;
    color:#fff;
    background:#009fe8;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}


table.kakaku{
margin: 5px auto;
width: 95%;
}
table.kakaku tr{}
table.kakaku th{
	background:#29abe2;
	color:#fff;
padding: 0px;
font-size: 10px;
width: 16.5%;
}

table.kakaku th p{
font-size: 10px;}

table.kakaku td{
padding: 0px;
font-size: 10px;
width: 16.5%;
}



table.contentssp{
	width:100%;
}
table.contentssp tr{}
table.contentssp th{
}
table.contentssp th img{
	width:100%;
vertical-align: bottom;
}
table.contentssp td img{
	width:300px;
	margin:10px auto;
vertical-align: bottom;
}
table.contentssp td{
	padding:10px;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}
table.contentssp td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#fff;
	font-size:14px;
}
table.contentssp td h3{
	font-weight:bold;
	text-align:left;
	font-size:20px;
	border-bottom:1px solid #fff;
	color:#fff;
	margin:0 auto 20px;
}

table.contentssp td.pink01{
	background-color:#29abe2;
}
table.contentssp td.pink02{
	background-color:#0083B7;
}
table.contentssp td.pink03{
	background-color:#036EB8;
}

table.contentssp td.pink02 a{
background: #fff;
font-weight:bold;
color: #0083B7;
padding: 0 5px;
border-radius: 5px;
}

table.contentssp td.pink03 a{
background: #fff;
font-weight:bold;
color: #036EB8;
padding: 0 5px;
border-radius: 5px;
}

table.contents{
display: none;
}
/************************************/
table.maintable{
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}

table.maintable tr{
	vertical-align:top;
}
table.maintable td{
	text-align:center;
	padding:15px;
	background-color:#fff;
	display: block;
	border-radius:10px;
	box-shadow:0 0 6px 0px #ccc;
}
table.maintable td h3{
	text-align:left;
	color:#29abe2;
	margin:0px auto 0;
	padding:0;
	font-weight:bold;
	font-size:30px;
	position:relative;
}


table.maintable td h3 span{
display: none;
	font-size:20px;
	border-radius:50%;
	width:80px;
	height:55px;
	padding-top:25px;
	line-height:30px;
	position:absolute;
	top:70px;
	left:-10px;
	background-color:#29abe2;
	color:#fff;
}

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

table.maintable td p{
	font-size:13px;
	background-color:#fff;
	padding:2px;
	text-align:left;
}

table.maintable td p.english{
	margin:0;
	font-size:13px;
	padding:0 2px;
	text-align:left;
	text-align:left;
	color:#000;
	font-weight:bold;
}

table.maintable td img{
	width:30%;
	border-radius:10px;
	float: right;
	
	margin:10px 0px 0 10px;
}
/***************************/
.soubi{
border-radius: 10px;
margin: 0 auto 80px;
padding: 10px;
	box-shadow:0 0 6px 0px #ccc;
}

.soubi h3{
	background-color:#00a0e9;
	color:#fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
border-radius: 10px 10px 0 0;
}

.soubi table{
width: 100%;
}

.balloonwrap{
text-align: center;
}

.soubi table td{
	font-weight: bold;
	font-size: 20px;
	color:#00a0e9;
	width: 36%;
}

.soubi table td.img{
position: relative;
text-align: center;
width: 30%;
padding: 10px 40px 10px 10px;
}


.soubi table td.img img{
width: 100%;
}

.soubi table td span{
font-weight: bold;
	font-size:13px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:10px;
	left:-10px;
	background-color:#00a0e9;
	color:#fff;
	opacity: 0.7;
display: none;
}

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

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #00a0e9;
  box-sizing: border-box;
  text-align: left;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00a0e9;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

/***************************/
table.contents02{
	width:100%;
	border-spacing:20px;
	border-collapse:separate;
	margin:0;
}
table.contents02 tr{vertical-align: top;}
table.contents02 img{
	width:100%;
	margin:0;
	border-radius:10px;
	margin: 0 auto;
}
table.contents02 td{
	border-radius:10px;
	padding:10px;
	display: block;
	text-align:center;
	box-shadow:0 0 6px 0px #ccc;
}

table.contents02 td p{
	font-size:13px;
	text-align:left;
	padding:0;
	margin:0;
}

table.contents02 td h3{
	margin:0 auto 10px;
	border-radius:5px 5px 0 0;
	background-color:#29abe2;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
}
.pcheader{
display: none;
}
.tabletheader{
display: none;
}
.spheader{
	text-align:left;
	width:100%;
	margin:0px auto;
}

table.logotable{
	width:100%;
}
table.logotable tr{
vertical-align: middle;
}
table.logotable img{
width: 100%;
}
table.logotable th{
display: block;
}
table.logotable td{
display: block;}

table.snstable{
	width:100%;
}
table.snstable tr{
vertical-align: middle;
}
table.snstable img{
width: 100%;
vertical-align: bottom;
}
table.snstable td{
width: 20%;
padding:0;
}

/*******************************************************/
}
