@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =0    font
 *     =1    home
 *
 * ===============================================================
*/
/** =0
 * ========================================
 * font
 * ========================================
 */

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.futogo {font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #22a93e;
  z-index: 1;
}
.header a {
  color: #fff;
}

/** =1
 * ========================================
 * home
 * ========================================
 */
 .contentsHeight {
   margin-bottom: 2rem;
 }
.mainWrap {
	background-color: #22a93e;
  position: relative;
  z-index: 1;
}
.mainTxt {
	color: #fff;
	padding: 45px 0;
	filter: alpha(opacity=96);
	-moz-opacity: 0.96;
	opacity: 0.96;
	letter-spacing: .075em;
}
.mainTxt .wf-roundedmplus1c {
	line-height: 1.5;
}
.mainTxt .title {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 1.45;
	font-weight: 500
}
.mainTxt .mainCopy {
	line-height: 1.7;
	font-size: 1.7rem;
	margin-bottom: .5rem;
}

/** =1.2
 * ========================================
 * headerFix
 * ========================================
 */
 .topHeader {
   display: none;
 }
 .navLogo {
   border-bottom: 2px solid #fff;
   margin-top: 1rem;
   padding-bottom: 1rem;
 }
.navLogo a {
  color: #fff;
}
.headerFix {
  display: block;
	position: fixed;
	background-color: #22a93e;
	padding-top: 1rem;
	z-index: 1;
	top: 0;
	width: 100%;
}
.headerFix .title {
	/* font-size: 1.4rem; */
	/* margin-bottom: 1rem; */
}
/* .headerFix .displayHeaderFix {
	display: none;
} */

.active li,.support li {
	margin-left: 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .075em;
	display: block;
	line-height: 2.2;
}
.sikakuArrow,
.sankakuArrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.sikakuArrow::before{
	content: "■";
	color: #22a93e;
	position: absolute;
	left: -1.4em;

}
.sankakuArrow::before {
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 6px solid #22a93e;
    position: absolute;
    top: 0.5em;
		left: -1em;
    margin: auto;
    content: "";
}
.linkBtnWrap {
	text-align: center;
}
.linkBtn {
	border: 1px solid #000;
	padding: 1em 1.5em!important;
  margin: auto;
	display: block;
}
.linkBtn a {
	display: block;
}

header {
	background-color: #22a93e;
	}
.l-header {
	padding: 1em 0;
}
.l-header a {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}
.mapImgTitle {
	max-width: 300px;
	margin: auto;
	margin-bottom: 2rem;
}
.mapContents {
    width: 100%;
    height: auto;
		background: linear-gradient(to left,  rgba(221,244,250,1) 0%,rgba(249,245,236,1) 100%);
		    /*background-size: 100px 100px;*/

		background-position:center;
    background-size: auto 100%;
    overflow: hidden;
    max-width: 100%;
    clear: both;
		padding: 2rem 0;
}
.detailArrow {
  margin-left: auto;
}
.atamiArrow .fas:before {
  color: #eae43a;
}
.itouArrow .fas:before {
  color: #f38ac3;
}
.itou_sankakuArrow {
}

.mapItem {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.mapItem a {
	display: flex;
	align-items: center;
  width: 100%;
}
.category {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
.smallName {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
}
.default {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.circle {
	margin-right: 10px;
	color: #fff;
  line-height: 26px;
	font-weight: bold;
	text-align: center;
  display: inline-block;
  border-radius: 50%;
  letter-spacing: 0;
  color: #fff;
	width: 35px;
  height: 35px;
  line-height: 35px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}



.category {
	display: inline-block;
	padding: 0px 20px;
	border: 1px solid;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 2px;
}
.smallName {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: -2px;
}
.smallName_irregular {
	margin-bottom: 20px;
}
.default {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.default_irregular {
	margin-bottom: 0;
}
dl{
	text-align: left;
}

.adjust18 {
  padding-left: 45px;
}

/** =1.5
 * ========================================
 * returnBtn
 * ========================================
 */
 .returnBtn a {
   color: #fff;
   background-color: #22a93e;
   padding: 1em 2em;
   display: block;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 3rem;
   text-align: center;
 }

 .returnBtn a:hover {
   filter: alpha(opacity=60);
   -moz-opacity: 0.60;
   opacity: 0.60;
   -moz-transition: all 300ms ease-in-out;
   -webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
 }

 /** =1.5
  * ========================================
  * footer
  * ========================================
  */
  footer {
  	height: 63px;
  	background-color: #859588;
  }
  .copy {
  	padding: 2% 0;
  	color: #fff;
  }
/** =1.5
 * ========================================
 * タブ切り替え
 * ========================================
 */
 .tab-list {
   display: flex;
   align-items: center;
   justify-content: center;
 }
  .tabs .tab-list li a {
    margin-right: 10px;
    background-color: #ddd;
    font-weight: 500;
    font-size: 1.6rem;
    padding: .5em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    color: #777;
  }
  .tabs .tab-list li:last-child a {
    margin-right: 0;
  }
  .tabs .tab-list li a.active {
    background-color: #eee;
  }
  .tabs .tab-list li .atamiTtl.active {
    background-color: #eae43a;
    color: #000;
  }
  .tabs .tab-list li .itouTtl.active {
    background-color: #f38ac3;
    color: #fff;
  }
  .tabs .tab-body li a.active {
    display: block;
  }

  .contentsDetail {
  	display: none;
  }
  .contentsDetail.active {
  	display: block;
  }




 /** =1.5
  * ========================================
  * colorSummar
  * ========================================
  */
 /*y*/
 .colorSummaryBlue .circle {
  background-color: #3875c8;
 }
 .colorSummaryBlue .category{
  color: #3875c8;
  border-color: #3875c8;
 }

 .colorSummaryOrange .circle {
  background-color: #e9532e;
 }
 .colorSummaryOrange .category{
  color: #e9532e;
  border-color: #e9532e;
 }

 .colorSummaryYellow .circle {
  background-color: #f5ae15;
 }
 .colorSummaryYellow .category{
  color: #f5ae15;
  border-color: #f5ae15;
 }

 .colorSummaryGreen .circle {
  background-color: #30aaa7;
 }
 .colorSummaryGreen .category{
  color: #30aaa7;
  border-color: #30aaa7;
 }
 dt.yellow {
 	border-color: #f5ae15!important;
 	color: #f5ae15!important;
  }
 dt.orange {
 	border-color: #e9532e!important;
 	color: #e9532e!important;
  }
 dt.green {
 	border-color: #30aaa7!important;
 	color: #30aaa7!important;
  }
 dt.blue {
 	border-color: #3875c8!important;
 	color: #3875c8!important;
  }


 /** =1.5
  * ========================================
  * accessCounterSp
  * ========================================
  */
.accessCounterSp .counterTtl {
  font-size: 1.6rem;
}
.accessCounterSp .countUnit {
  font-size: 1.6rem;
}
.accessCounterSp {
  background-color: #fff;
  padding: 2rem;
  border: 3px solid #22a93e;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 10;
}
.accessCounterSp span {
  font-weight: bold;
}
nobr {
	position: relative;
	top: -1rem;
}
