@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:15px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
.inner {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	}

nav {
	width:100%;
	background:#fff;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}
section {
	overflow: hidden;
	}
section:last-child {
	margin-bottom: 0;
	}
a {
	outline:none;
	color:#333;
}
a:hover {
	text-decoration:none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    height: auto;
    max-width: 100%;
}
ul li img {
     vertical-align: bottom;
}
ul li {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding-bottom: 10px;
}
.header_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	}
.header_inner_left {
	float: left;
}
.header_inner_right {
	float: right;
	overflow: hidden;
}
.logo {
	margin-top: 10px;
}
.tel {
	float: left;
	margin: 0 10px 0 10px;
}
.btn {
	float: left;

}
.btn li.btn_1{
	margin-bottom: 10px;
}

/*================================================
 *  h1
 ================================================*/
.h1_wrapper {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}
h1 {
	font-size: 14px;
	width: 1000px;
	margin: 0 auto;
	}


/*================================================
 *  装飾
 ================================================*/
span {
	font-weight: bold;
	color: #eb867d;
}
span.font20 {
	font-size: 1.2em;
}
span.font40 {
	font-size: 40px;
}

.center {
	text-align: center;	
	}
.font_strong {
	font-size: 2.5em;
	font-weight: bold;
	color: #F00;
}	

/*ボタン装飾*/
.link {
	width:80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.link a {
	color: #FFF;
}
.link a:hover  {
	color: #ff0;
}

.link_btn{	
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
	border-radius:5px;
		
    background-image:-moz-linear-gradient(
    top,
    #ffa035 0%,
    #ff8300);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#ffa035),
    to(#ff8300));
}

/*================================================
 *  メインコンテンツ
 ================================================*/
#contents {
	clear: left;
	background: #FFF;
	padding: 0px;	/*コンテンツ内の余白*/
	overflow: hidden;
	margin: 20px 0 60px 0;
}
.contents {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto;
}
.contents_in {
	overflow: hidden;
}

	
/*================================================
 *  margin
 ================================================*/
.margin {
	margin-top: 60px;
	}
 
.m-1 {
	margin-top: 10px;
}
.m-2 {
	margin-top: 20px;
}
.m-3 {
	margin-top: 30px;
}
.m-4 {
	margin-top: 40px;
}
.m-01 {
	margin-bottom: 10px;
}
.m-02 {
	margin-bottom: 20px;
}
.m-03 {
	margin-bottom: 30px;
}
.m-04 {
	margin-bottom: 40px;
}

/*================================================
 *  padding
 ================================================*/
.p-1 {
	padding-top: 10px;
}
.p-2 {
	padding-top: 20px;
}
.p-3 {
	padding-top: 30px;
}
.p-4 {
	padding-top: 40px;
}
.p-01 {
	padding-bottom: 10px;
}
.p-02 {
	padding-bottom: 20px;
}
.p-03 {
	padding-bottom: 30px;
}
.p-04 {
	padding-bottom: 40px;
}



/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	padding-bottom: 10px;
}
#topicpath ol li {
	display: inline;
	font-size: 0.8em;
}
#topicpath ol li a {
	padding-right: 20px;
	background-image: url(../../common/img/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 10px;
}
	


/*================================================
 *  見出し
 ================================================*/
h2.topimg {
	line-height:0;
	}

h2.title_top {
	font-size: 2.5em;
	text-align: center;
	border: none;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*ページタイトル
---------------------------------------------------------------------------*/
.title {
	margin:  20px 0 20px 0;
}
.title img{
	width: 50%;
	margin-bottom: 40px;
}

/*小見出し
---------------------------------------------------------------------------*/
h3 {
	font-size: 2.0em;
	font-weight: bold;
	border-bottom: 3px dotted #956134;
	color: #956134;
	margin-bottom: 30px;
}

/*================================================
 *  フッター
 ================================================*/

footer {
	clear:both;
	background-color: #fffde3;
}

#footcontents {
	overflow: hidden;
	background-color: #fffde3;
	}
.footcontents_in {
	width: 1080px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
	}
.access_name {
	float: left;
	margin-top: 10px;
}
.access_time {
	float: right;
}


/*================================================
 *  フッターメニュー
 ================================================*/
.footmenu {
	padding:20px 0;
	overflow:hidden;
	background-color: #fadbda;
}

.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li + li {
    border-left: 1px solid #666;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    padding: 0 10px;
}
.footmenu ul > li > a {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
}
.footmenu ul > li > a:hover {
    color: #ef968d;;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}


@media (max-width : 480px){
.footmenu ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.footmenu ul > li > a {
    font-size: 11px;
    text-decoration: none;
}
.footmenu ul > li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 5px;
    padding: 0 10px;
}
.footmenu ul > li:last-child {
    border-right: medium none;
}

}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	background-color: #8cd2f5;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#ffb306;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 10px;
}
.totop img:hover {
	background: #ffb306;
}

/* ------------------------------------------
  スマホ用ページトップへの戻り
--------------------------------------------- */
#pagetop {
	max-width: 100%;
	height: auto;
	width :auto;
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	padding-left: 60%;
}
#pagetop a {
	background: #8cd2f5;	/*背景色*/
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;	/*ボックス幅*/
	display: block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px; 
}
/*マウスオン時*/
#pagetop a:hover {
	color: #fff;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
	h1 {
	display: none;
		}
	.inner {
	width:100%;
	}

	footer {
		width:100%;
	}
	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {

	header {
	z-index:2;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:0 15px 0 15px;
	background-color: #FFF;
	}
	.header_inner {
	padding: 0;
	}

}

.btn2{
	clear: both;
	text-align:center;
	width:100%;
	max-width: 400px;
	margin:0 auto 30px;
}
.btn2 a{
	border-radius: 50px; /* CSS3草案 */
	-webkit-border-radius: 50px; /* Safari,Google Chrome用 */
	-moz-border-radius: 50px; /* Firefox用 */
    color: #fff;
	font-weight: bold;
    background: #56d8ac;
	text-decoration:none;
	letter-spacing: 0.1rem;
	box-shadow: 0px 4px 0px #19966c;
	border-radius: 50px;
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size:1.1em;
}
.btn2 a:hover{
	color: #fff;
	box-shadow: none;
	background: #56d8ac;
	transform: translate3d(0, 5px, 0);
}
.btn3{
	clear: both;
	text-align:center;
	width:100%;
	max-width: 400px;
	margin:0 auto 30px;
}
.btn3 a{
	border-radius: 50px; /* CSS3草案 */
	-webkit-border-radius: 50px; /* Safari,Google Chrome用 */
	-moz-border-radius: 50px; /* Firefox用 */
    color: #fff;
	font-weight: bold;
    background: #ffb107;
	text-decoration:none;
	letter-spacing: 0.1rem;
	box-shadow: 0px 4px 0px #b4800f;
	border-radius: 50px;
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size:1.1em;
}
.btn3 a:hover{
	color: #fff;
	box-shadow: none;
	background: #ffb107;
	transform: translate3d(0, 5px, 0);
}
.attxt{
	font-style: normal;
	font-weight: bold;
	color:#d50000;
	font-size:1.2em;
}

