@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%;vertical-align:baseline;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%;vertical-align:baseline;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-inside{
	overflow-x: hidden;
	position: relative;
	top: 0;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color: #7A6A56;
}
.overimg:hover {
	opacity:0.5;
}
.contents , .pankuzu{
	width:1000px;
	margin:0 auto;
}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.w80per{
	width: 80%;
	margin: 0 auto;
}
.w70per{
	width: 70%;
	margin: 0 auto;
}
.w40per{
	width: 40%;
	margin: 0 auto;
}
.w60per{
	width: 60%;
	margin: 0 auto;
}
.w50per{
	width: 50%;
	margin: 0 auto;
}
.w48per{
	width: 48%;
	margin: 0 auto;
}
.w48per img{
	width: 100%;}


a {
	color:#727171;
	text-decoration:none;
}
a:hover {
	color:#C00;
}

h1 {
	font-size:14px;
	padding: 15px 0px 10px 0px;
	color: #595757;
	width: 1000px;
	margin: 0 auto;
}


h2{
	margin: 0px auto;
	font-size: 30px;
	font-weight:bold;
}
.seo_h2{font-size: 18px;}
.page_seo_h2{font-size: 16px;}
h3 {
	margin-bottom:0em;
	font-size:18px;
	margin-top:0em;
}

h4 {
	font-size:16px;
	font-weight:bold;

}

h5 {
	margin-bottom:0.25em;
	font-size:20px;
	font-weight:bold;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0;
	line-height: 2;
}

img {
	vertical-align:bottom;
}

em , strong , .bold{
font-weight: bold;
}

ul,ol,dl {
	margin:0 0 0em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:0em;
}

li a{
	text-decoration:none;
	}


table {
	width:100%;
	margin-bottom:1em;

}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
	background:#f0edec;
}
td {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #ddd;
}

.center{
	text-align:center;
	}

.tl{
	text-align:left;
	}
.f-left{float: left;}
.f-right{float: right;}
/*================================================
 *  ヘッダー
 ================================================*/
.header_back{background-image: url("../img/header_back.jpg");background-repeat: no-repeat;background-size: contain;z-index: -9999;}
header {
	width:1000px;
	margin: 0 auto 0;
}

.top_box{margin: 1% 0% 1%;}
.f-left_top{float: left;}
.top_right{width: 20%;float: right;margin: 1% 0% 1%;}
.top_right img{width: 100%;float: left;margin-left: 3%;}
#logo img{margin: 0%;height: 50px;}




.clear{
	clear: both;
}
.en_ttl{color: #CE131C;font-size: 36px;line-height: 1.4;}
.news_line{border-bottom: 1px dotted gray;padding: 1% 0;}

/*================================================
 *  フッター
 ================================================*/
.foot_ad {width: 30%;float: left;}
.foot_logo img{width: 100%;}
.foot_right {width: 50%;float: right;}
.foot_right img{float: left;width: 48%;margin-right: 2%;}
.border_bottom{border-bottom: solid 1px #727171;}
.foot_link ul{width: 25%;float: left;}
.foot_link ul li{display: block;margin-right: 3%;line-height: 2;}

footer {
	clear:both;
	padding:4% 0;
	font-size:14px;
	text-align:left;
	background-color:#F39800;
	color: #ffffff;
}

.spnone{
	display: block;
}
.sponly{
	display: none;
}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.flexbox_01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:flex-start;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.flexbox::after{
  content:"";
  display: block;
  width:30%;
}

.box-item03,.box-item03_menu,.box-item03_menu01,.box-item03_topics{width: 31%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item02,.box-item02-mazasu{width: 48%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item04 img,.box-item04_page img,.box-item02 img,.box-item03 img{width: 100%;}
.box-item04,.box-item04_page{width: 23%;display: inline-block;margin:1% 1% 0;height: auto;}
.bk-img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
}
.bk-img_jirei {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
}
.text h3{font-size: 14px;padding-top: 1%;}
.bg_black{background-color: #000000;}
.bg_navy{background-color: #171c61;}
.bg_white{background-color: #ffffff;}
.bg_gray{background-color: #EFF3F2;}
.bg_beju{background-color: #FDF6E9;}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */


.img100 img{width: 100%;}
a[href^="tel:"] { pointer-events: none; }

.link_more{width: 30%;margin: 2% auto;}
.link_box{padding: 0%; margin-top: 5%;display: block;width: 80%;}
.title{height: 50px;margin-bottom: 30px}
/* つくしの里が目指すもの */
.mezasu_back{background-image: url("../img/mezasu_back.jpg");background-repeat: no-repeat;background-size: cover;text-align: center;padding-top: 8%;padding-bottom: 8%;}
.right_contents02{position: absolute; width: 200px;margin-top: -150px;right:-20px;}
.right_contents{position: absolute; width: 200px;margin-top: -30px;right:-20px;}
.right_contents03{position: absolute; width: 150px;margin-top: -30px;right:-20px;}
.left_contents{position: absolute; width: 200px;margin-top: -30px;left:-20px;}
.mezasu_h2,.shisetu_h2{font-size: 20px;display:inline-block;line-height: 1.6;}
.mezasu_border{border-bottom: dotted 2px #A28A77;padding-bottom: 1%;}
/* 新着情報 */
.news_box{background-color: #F2EEE7;padding: 2% 3%;}

.green_back_right , .page_green_back_right{background-image: url("../img/green_right_back.jpg");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
.blue_back_left{background-image: url("../img/blue_left_back.jpg");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
.beju_right_back{background-image: url("../img/beju_right_back.png");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
.red_left_back{background-image: url("../img/red_left_back.jpg");background-repeat: no-repeat;background-size: contain;z-index: -99999;}

.page_beju_left_back{background-image: url("../img/beju_left_back.png");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
body {
	font-size:12px;
	line-height:1.6;
}	
a[href^="tel:"] { pointer-events: auto; }
.pankuzu{width: 98%;font-size: 12px;margin-left: 2%;}	
.spnone{
	display: none;
}
.sponly{
	display: block;
}	
.f-left{float: none;}
.f-right{float: none;}

h1 {
	font-size:12px;
	line-height: 1.4;
	width: 78%;
	padding: 10px 0px 00px 10px;
	margin: 0;
}
p {
	margin:0;
	line-height:1.6;
}
.header_back{background-image: url("../img/header_back_sp.jpg");background-repeat: no-repeat;background-size: contain;z-index: -9999;}
header {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.top_right{display: none;}
#logo img{margin: 1% 3%;height: 50px}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.contents {
		width:90%;
		margin:0 auto;
		}
.w80per , .w50per , .w48per ,.w40per,.w60per,.w70per{
	width: 100%;
	margin: 0 auto;
}
.w60per img{
	width: 100%;margin-top: 5%;
}
h2{
	margin: 0px auto;
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	line-height: 1.4;
}
.seo_h2{font-size: 14px;}
h3 {
	margin-bottom:0em;
	font-size:14px;
	margin-top:0em;
	line-height: 1.4;
}
.center{
	text-align:left;
	}
.totop{
		overflow:hidden;
		}

.link_more{width: 80%;margin: 2% auto;}
.link_box{padding: 0% 3% 3%; margin-top: 3%;display: block;width: 80%;float: left;text-align: right;border-radius: 10px;font-size: 14px;}
/*================================================
 *  フッター
 ================================================*/
.foot_ad {width: 80%;float: none;}
.foot_logo img{width: 100%;}
.foot_right {width: 100%;float: none;margin:3% 0%;}
.foot_right img{float: none;width: 70%;margin-right: 2%;margin-bottom: 3%}
.border_bottom{border-bottom: solid 1px #727171;}
.foot_link ul{width: 100%;float: none;}
.foot_link ul li{display: block;margin-right: 3%;line-height: 2;font-size: 16px;}

footer {
	clear:both;
	padding:4% 0 13%;
	font-size:14px;
	text-align:left;
	background-color:#F39800;
	color: #ffffff;
}
	


.title{height: 30px;margin-bottom: 10px;padding-left:45px;padding-top:20px;padding-bottom: 10px; background-image: url("../img/sp_tsukushi.png");background-repeat: no-repeat;background-size: 40px;border-bottom: dotted 2px #A28A77;}
.mezasu_back{background-image: none;z-index: 10000;padding-top: 0%;padding-bottom: 0%;}
.mezasu_back_sp{background-image: url("../img/mezasu_back.jpg");background-repeat: no-repeat;background-size: contain;z-index: -9999;text-align: center;padding-top: 2%;padding-bottom: 2%;}
.mezasu_h2{font-size: 16px;display:inline-block;line-height: 1.6;text-align: left;width: 100%;float: left;border-bottom: dotted 2px #A28A77;padding-bottom: 1%;}
.shisetu_h2{font-size: 16px;display:inline-block;line-height: 1.6;text-align: left;width: 100%;float: left;}
.mezasu_border{border-bottom: none;padding-bottom: 1%;}
.right_contents,.right_contents02,.right_contents03,.left_contents{display: none;}
.box-item02-mazasu{width: 100%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item03,.box-item03_menu,.box-item03_menu01,.box-item04_page{width: 48%;display: inline-block;margin:1% 0 0;height: auto;}
.box-item03_topics{width: 100%;display: inline-block;margin:3% 0 0;height: auto;}
.box-item04{width: 100%;display: inline-block;margin:3% 0 0;height: auto;float: left;background-color: #F2EEE7;}
.box-item04 img{width: 22%;float: left;}
.news_box{background-color: none;padding: 2% 0%;float: left;width: 57%;}
.bk-img {
  width: 40%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
	float: left;
	margin-right: 3%;
}
.bk-img_jirei {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
}
.splink_btn{width: 80%;margin: 2% 0%;}
.en_ttl{color: #CE131C;font-size: 28px;line-height: 1.2;}
.green_back_right{background-image: url("../img/green_right_back_sp.jpg");background-repeat: no-repeat;background-size: cover;z-index: -99999;padding-bottom: 5%;}


.beju_right_back{background-image: url("../img/beju_right_back_sp.png");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
.blue_back_left{background-image: url("../img/blue_left_back_sp.png");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
.red_left_back{background-image: url("../img/red_left_back_sp.jpg");background-repeat: no-repeat;background-size: cover;z-index: -99999;}
	
.page_green_back_right{background-image: url("../img/green_right_back_sp.jpg");background-repeat: no-repeat;background-size: contain;z-index: -99999;padding-bottom: 5%;}
.page_beju_left_back{background-image: url("../img/beju_left_back_sp.png");background-repeat: no-repeat;background-size: contain;z-index: -99999;}
	
}