@charset "UTF-8";

html, body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b1c08;;
	letter-spacing: 1px;
}
body {
	font-size: 1rem;/*16px*/
	line-height: 1.6;
	background-color: #fff;  
}

@media only screen and (max-width: 768px) {
		body {
		font-size: 0.875rem;/*14px*/
		line-height: 1.4;
	}
}

@media only screen and (max-width: 768px) {
	.for_pc{
		display: none;
	}	
}
@media only screen and (min-width: 769px) {
	.for_sp{
		display: none;
	}
}

#container{
	min-width: 100%; 
    background-color: transparent; 
}


/* メインビジュアル 
----------------------------------------*/
#main{
	position: relative;
	background: url("../img/main_visual.jpg");
	background-size: cover;               /* 全画面 */
	/*background-attachment: fixed;          固定 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 840px;
}
#main h1{
    position: absolute;
    right: 90px;
    bottom: 30%;
    margin: auto;
}

.main_caption{
	text-align: right;
	font-size: 11px;
    margin: 0.5em;
	}

@media screen and (max-width: 768px) {

#main{
	background-attachment: inherit;
	height: 340px;
}
#main h1{
	top: 63%;
    left: 0;
    bottom: 0;
    right: 0;
	max-width: 80%;
}
}


/* メインビジュアル サブページ
----------------------------------------*/

#main_sub{
	position: relative;
	background: url("../img/main_sub_visual.jpg");
	background-size: cover;               /* 全画面 */
	/* background-attachment: fixed;         固定 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 480px;
}
#main_sub h1{
    position: absolute;
    right: 90px;
    bottom: 60px;
	max-width: 30%;
}
@media screen and (max-width: 768px) {

#main_sub{
	background-attachment: inherit;
	height: 200px;
}
#main_sub h1{
	bottom: 20px;
    right: 30px;
    max-width: 65%;	
}
#main_sub h1 img{
	max-width: 100%;
}
}



/*-----*パンくず*--------------------------------*/

.breadcrumblist{
	width: 1100px;
	margin: 1em auto;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: normal;
	font-size: 13px;
}
.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    color: #555;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #555;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb span {
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	
.breadcrumblist{
	width: 95%;
}
.breadcrumb li {
	font-size: 12px;
}
}


/* ナビ
----------------------------------------*/
nav .gnavi {
    width: 930px;
    margin: 3em auto;
    overflow: hidden;
}
nav .gnavi li {
    float: left;
    border-right: 1px solid #DDD;
}
nav .gnavi li:last-child {
    border-right: none;
}
nav .gnavi li a {
    display: block;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
nav .gnavi li a:hover {
    background: #EEE;
}
@media screen and (max-width: 768px) {
	
nav .gnavi {
    width: 100%;
    margin: 3em auto;
/*    background: #dbf6fd;*/
	padding: 0.5em 0;
}
nav .gnavi li a:hover {
    background: #fff;
}
}


/*-------------------------------------*/

#content {
	width: 1100px;
	padding: 4em 0;
	margin: auto;
}
#content img{
	border-radius: 2px;
}


@media only screen and (max-width: 768px) {

#content {
	width: 90%;
	padding: 3em 0;
}
#content img{
	max-width: 100%;
}

}

/*----１字下げる------*/

#content p.indent {
  text-indent: 1em;
}

/*-----------------------------------------*/

h2{
	font-size: 28px;
	margin-bottom: 2em;
	text-align: center;
}
h2.line {
   position: relative;
   margin-bottom: 2em;
}
h2.line:before {
	content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: #ea5504;
    border-radius: 2px;
}
h3{
	padding: 0.3em 1.5em;
	border-left: 7px solid #ff7600;
    font-size: 20px;
	margin-bottom: 1em;
}
h3.ttl_kakomi{
	position: relative;
  	padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  	border: 2px solid #000;
	font-size: 24px;
	margin-bottom: 2em;
}
h3.ttl_kakomi:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #000;
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
h3.ttl_kakomi span {
	font-size: 13px;
	color: #EA5504;
    padding-left: 2em;
}

h3.ttl_kakomi span.pink {
	font-size: 13px;
	color: #ee418e;
    padding-right: 2em;
}

/*smile_○○ってどんなところ*/
h3.ttl_kakomi_map{
	position: relative;
  	padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  	border: 2px solid #000;
	font-size: 24px;
	margin-bottom: 2em;
}
h3.ttl_kakomi_map:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #000;
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
h3.ttl_kakomi_map:before {
	position: absolute;
    content: url("../smile/img/icon_map.png") ;
	right: 30px;
	bottom: -2px;
}

h4.ttl_brown{
	color: #1D0A01;
	font-weight: bold;
    font-size: 22px;
	margin: 2em 0 0.5em;
	line-height: 36px;
}
h4.ttl_blue{
	color: #07496a;
	/*color: #006BB6;*/
	font-weight: bold;
    font-size: 22px;
	margin: 2em 0 1em;
}
h4.ttl_blue02{ /*margin bottomが低い*/
	color: #07496a;
	font-weight: bold;
    font-size: 20px;
    margin: 2em 0 -1.5em 0;
}
h4.waku{
	padding: 0.3em 1em;
    border: 3px solid #006BB6;
    color: #006bb6;
    font-size: 22px;
    margin: 3em 0 0.5em;
}
h4.nuri_in{
	display: block;
    padding: 0.3em 1.5em;
    color: #fff;
    background: #006BB6;
    font-size: 21px;
    margin: 0.5em 0 1em;
    border-radius: 10px;
}
h5{
	font-size: 16px;
	margin: 1em 0 0.3em;
	text-align: left;
}

/*下線が入る_青*/
h4.b_line {
	padding: 0.5em 1em;
	font-weight: bold;
    font-size: 22px;
	margin: 0.5em 0 1em;
	border-bottom: solid 3px #1478A8;
}
h4.b_line span {
    font-size: 15px;
}

/*下線が入る_緑*/
h4.g_line {
	padding: 0.5em 1em;
	font-weight: bold;
    font-size: 22px;
	margin: 0.5em 0 1em;
	border-bottom: solid 3px #598F35;
}
h4.g_line span {
    font-size: 15px;
}


@media only screen and (max-width: 768px) {

h2{
	font-size: 22px;
}
h3{
	padding: 0.3em 1em;
    font-size: 18px;
	margin-bottom: 0.6em;
}
h3.ttl_kakomi{
	font-size: 19px;
}
h3.ttl_kakomi span {
    padding-left: 0;
}
	
h3.ttl_kakomi_map:before {
    content: url("../smile/img/icon_map_sp.png") ;
	right: -8px;
	bottom: -5px;
}
	
h4.ttl_brown{
    font-size: 18px;
	margin: 2em 0 0.5em;
	line-height: 23px;
}
h4.ttl_blue{
    font-size: 18px;
}
h4.waku{
    font-size: 20px;
}
h4.nuri_in{
    padding: 0.3em 2em;
    font-size: 19px;
    margin: 0.5em 0 1em;
}
h5{
	margin: 0.3em 0 0.3em;
}

	/*下線が入る_青*/
h4.b_line {
    font-size: 16px;
}
h4.b_line span {
    font-size: 12px;
}
	
/*下線が入る_茶*/
h4.br_line {
    font-size: 16px;
}
h4.br_line span {
    font-size: 12px;
}
}



/*きらめきマイタウンで*/
h4.icon_mytown_01 {
	position: relative;
    padding: 0.3em 0 0 3em;
    font-size: 22px;
    margin-bottom: 1em;
}
h4.icon_mytown_01:before {
	position: absolute;
    content: url("../mytown/img/icon_1.jpg") ;
	top: 5px;
	left: 5px;
}

h4.icon_mytown_02 {
	position: relative;
    padding: 0.3em 0 0 3em;
    font-size: 22px;
    margin-bottom: 1em;
}
h4.icon_mytown_02:before {
	position: absolute;
    content: url("../mytown/img/icon_2.jpg") ;
	top: 5px;
	left: 5px;
}

h4.icon_mytown_03 {
	position: relative;
    padding: 0.3em 0 0 3em;
    font-size: 22px;
    margin-bottom: 1em;
}
h4.icon_mytown_03:before {
	position: absolute;
    content: url("../mytown/img/icon_3.jpg") ;
	top: 5px;
	left: 5px;
}

h4.icon_mytown_04 {
	position: relative;
    padding: 0.3em 0 0 3em;
    font-size: 22px;
    margin-bottom: 1em;
}
h4.icon_mytown_04:before {
	position: absolute;
    content: url("../mytown/img/icon_4.jpg") ;
	top: 5px;
	left: 5px;
}

/*マイタウン_topics*/
h3.ttl_kakomi_topics{
	position: relative;
  	padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  	border: 2px solid #000;
	font-size: 24px;
	margin-bottom: 2em;
}
h3.ttl_kakomi_topics:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #000;
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
h3.ttl_kakomi_topics:before {
	position: absolute;
    content: url("../mytown/img/icon_mytown.png") ;
	right: 30px;
	bottom: 15px;
}

/*マイタウン_topics*/
h3.ttl_topics{
	font-size: 24px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {

h4.icon_mytown_01 {
    font-size: 17px;
}
h4.icon_mytown_01:before {
	top: 0px;
}
h4.icon_mytown_02 {
    font-size: 17px;
}
h4.icon_mytown_02:before {
	top: 0px;
}
h4.icon_mytown_03 {
    font-size: 17px;
}
h4.icon_mytown_03:before {
	top: 0px;
}
h4.icon_mytown_04 {
    font-size: 17px;
}
h4.icon_mytown_04:before {
	top: 0px;
}

	/*マイタウン_topics*/
h3.ttl_kakomi_topics{
  	padding: 1.5rem 1.5rem calc(1.5rem + 30px);
	font-size: 19px;
}
h3.ttl_kakomi_topics:before {
	position: absolute;
	right: 8px;
	bottom: 5px;
}

/*マイタウン_topics*/
h3.ttl_topics{
	font-size: 19px;
	letter-spacing: 0;
}
}

/*---top----------------------------------*/

.intro {
	text-align: center;
	margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
.intro {
	text-align: left;
}
}

.topFeatureblock{
	width: 100%;
	margin: 1em auto 7em;
}
.topFeatureblock .topSpecialfeature{
	width: 47%;
}
.topFeature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topFeature li {
	width: 30%;
	margin-bottom: 3em;
}
.topFeature p{
	font-size: 14px;
}

@media only screen and (max-width: 768px) {
	
.topFeatureblock{
	margin: 1em auto 5em;
}
.topFeatureblock .topSpecialfeature{
	width: 100%;
	margin: 0 auto 2em;
}
.topFeature li img {
	margin-bottom: 1em;
}
.topFeature li {
	width: 48%;
}
.topFeature p{
	font-size: 13px;
}

}

/*-------------------------------------*/

#backnumberblock {
	width: 100%;
	padding: 4em 0;
	margin: auto;
	background: #3fc1c9;
}
#backnumberblock .backnumbergroup {
	width: 1000px;
	margin: auto;
}
#backnumberblock .backnumbergroup .backnumber{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*justify-content: space-between;*/
}
#backnumberblock .backnumbergroup .backnumber li {
	width: 21%;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	font-size: 13px;
    padding: 0.5em 0;
    margin: 2%;
}
#backnumberblock .backnumbergroup .backnumber li img {
	margin-bottom: 0.5em;
	border-radius: 2px;
	max-width: 90%;
}

@media only screen and (max-width: 768px) {

#backnumberblock {
	padding: 3em 0 6em;
}
#backnumberblock .backnumbergroup {
	width: 90%;
}
#backnumberblock .backnumbergroup .backnumber li {
	width: 46%;
	margin-bottom: 2em;
}
#backnumberblock .backnumbergroup .backnumber li p {
	font-size: 11px;
}
	
}

/*-------------------------------------*/

/*ボタン_横に２つ並べる設定*/
.btn_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 70%;
}
.btn_col2 li{
	width: 50%;
	margin: 1em auto 2em;
}

.btn{
    padding: 2em;
}
.btn01 {
	background: #fff;
    border: #333 3px solid;
    border-radius: 50px;
    transition: all 0.5s;
    padding: 0.8em 3.6em;
    color: #333;
    text-align: center;
	font-weight: 700;
	text-decoration: none;
}
.btn01:hover {
	background: #BBB ;
}
@media screen and (max-width: 768px) {
	
.btn_col2 {
	display: inline-block;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
}
.btn_col2 li{
	width: 100%;
	margin: 1em auto;
}
.btn{
    padding: 1em;
}
.btn01 {
    padding: 0.8em 2em;
}
}





.morebtn {
	display: block;
    margin: 3em;
    text-align: center;
}
.button{
    color: #fff;
    /*border: 1px solid #2A2929;*/
    background-color: #FF7600;
	padding: 0.8em 3em;
    /*border-radius: 5px;*/
    border-radius: 50px;
    /*letter-spacing: 2px;*/
    text-decoration: none;
    overflow: hidden;
	font-weight: bold;
    font-size: 16px;
}
.button:hover{
    background-color: #fff;
    /*border: 1px solid #2A2929;*/
    border: 1px solid #FF7600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

.morebtn_narrow {
	display: block;
    margin: 1em 0;
    text-align: center;
}
.button_n{
    color: #fff;
    /*border: 1px solid #2A2929;*/
    background-color: #FF7600;
	padding: 0.3em 1em;
    /*border-radius: 5px;*/
    border-radius: 50px;
	letter-spacing: 0px;
    text-decoration: none;
    overflow: hidden;
	font-weight: bold;
    font-size: 14px;
}
.button_n:hover{
    background-color: #fff;
    /*border: 1px solid #2A2929;*/
    border: 1px solid #FF7600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}


@media only screen and (max-width: 768px) {

.button{
	padding: 1em;
    letter-spacing: 2px;
    font-size: 14px;
}

}



/*ボタンシンプル：特集マップで使用*/
.btn-simple {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #9f105f;
    background: #b6b6b6;
    transition: .4s;
    border-radius: 3px;
}

.btn-simple:hover {
    padding: 0.5em 1em;
    background: #ea5504;
    color: white;
}




/*-------------------------------------*/

footer{
	width: 100%;
	background: #364f6b;
}
footer .footerblock{
	width: 1000px;
	margin: auto;
	color: #fff;
	font-size: 13px;
}
footer .footerblock .footergroup{
	width: 48%;
	padding: 5em 0;
}
footer .footerblock .footergroup .logomark{
	display: flex;
    /*justify-content: center;*/
}
footer .footerblock .footergroup .logomark li{
	margin: 0 1em 1em;
}
footer .footerblock .footergroup p{
	margin-bottom: 2em;
}

footer .copyright{
	color: #fff;
	text-align: center;	
	font-size: 13px;
	padding-bottom: 5em;
}

@media only screen and (max-width: 768px) {

footer .footerblock{
	width: 100%;
}
footer .footerblock .footergroup{
	width: 90%;
	margin: auto;
	padding: 6em 0 0;
	flex-direction: column-reverse;
}
}

/*------トップへ戻る-------------------------------*/

#page-top{
	position: fixed;
	background: rgba(0,0,0,.5);
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	bottom: 2%;
	right: 2%;
}

/*-------------------------------------*/


