@charset "utf-8";

/*-------------------------------------------------------------------
　共通
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width: 1000px;
	margin: 50px auto 50px;
}

ul.linkList{
	margin: 0 0 0 25px;
	padding: 0;
}

ul.linkList li{
	list-style: disc;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

ul.linkList li a{
	color: #000;
}

.br_pc{display: block;}
.br1024{display: block}
.br480{display: none}

/* ===== tablet ============ */
@media only screen and (max-width:1024px){
.content{
	width: 90%;
	margin: 50px auto 50px;
}

.br_pc{display: none;}
.br1024{display: none}
}


/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
ul.linkList li{
	list-style: disc;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.br480{display: block}

}


/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
}

.pageVisual h2{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.pageVisual h2 span{
	display: block;
	/*- font-family: 'Montserrat', sans-serif; -*/
	font-size: 24px;
	font-weight: bold;
	margin-top: -5px;
}

.aboutBg{background-image: url(../images/page_visual.jpg);}
.obihiroBg{background-image: url(../images/obihiro_page_visual.jpg);}
.nakasatsunaiBg{background-image: url(../images/nakasatsunai_page_visual.jpg);}
.sarabetsuBg{background-image: url(../images/sarabetsu_page_visual.jpg);}
.makubetsuBg{background-image: url(../images/makubetsu_page_visual.jpg);}
.taikiBg{background-image: url(../images/taiki_page_visual.jpg);}
.hirooBg{background-image: url(../images/hiroo_page_visual.jpg);}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.pageVisual{
	height: 350px;
}

.pageVisual h2{
	font-size: 23px;
}

.pageVisual h2 span{
	font-size: 18px;
	margin-top: -10px;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.pageVisual{
	height: 300px;
}
}


/*-------------------------------------------------------------------
　タイトル
-------------------------------------------------------------------*/
.mainTit{
	width: 90%;
	margin: 0 auto 30px auto;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 35px;
	font-weight: bold;
	color:#24936E;
	text-align: center;
	line-height: 1.5;
}

.mainTit span{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: -15px;
}

/* ===== tablet ============ */
@media only screen and (max-width:1024px){
.mainTit{font-size: 35px;text-align: center;}

.mainTit span{font-size: 15px;}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.mainTit{
	margin: 0 auto 30px auto;
	font-size: 30px;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.mainTit{
	margin: 0 auto 30px auto;
	font-size: 23px;
}

.mainTit span{
	font-size: 15px;
	margin-top: -10px;
}
}

@media only screen and (max-width:350px){
.mainTit{
	margin: 0 auto 30px auto;
	font-size: 20px;
}
}

/*-------------------------------------------------------------------
　協議会について
-------------------------------------------------------------------*/
.aboutTit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

ol.parentheses{
	margin-left:3em;
}

ol.parentheses li {
	list-style-type: none;
	counter-increment: cnt;
}
 
ol.parentheses li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}

/*-------------------------------------------------------------------
　市町村共通
-------------------------------------------------------------------*/
#introduction{
	width: 100%;
	background-color: #fcfcfc;
	background-image: radial-gradient(#E3E3E3 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 10px 10px;
	background-size: 5px 5px;
	padding: 50px 0;
}

#introduction h3{
	width: 1000px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 35px;
	margin: 0 auto 30px auto;
	font-weight: bold;
	color:#000;
	text-align: center;
	line-height: 1.5;
}

#introTx{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.listTit{
	width: 1000px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 50px auto 0;
	padding: 5px 15px;
	color: #358C4B;
	text-shadow: 0 0 8px #FFF;
	border-left: solid 8px #358C4B;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #E8F7EC, #E8F7EC 3px,#C1E8CB 3px, #C1E8CB 6px);
	box-sizing: border-box;
}

.dataBox{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	padding-bottom: 50px;
	font-size: 17px;
	line-height: 1.5;
	border-bottom: 1px dashed #AAAAAA;
}

.last{
	border:none;
}

.galleryBox{
	width: 45%;
	box-sizing: border-box;
}

.data_detail{
	width: 50%;
}

.data_detail h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: -10px auto 10px auto;
}

.address{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.address::before {
  font-family: "FontAwesome";
  content: '\f041';
  font-weight: 400;
  font-size: 25px;
  margin-right: 10px;
  color: #1E7D5D;
}

dl.shopinfo{
	display:flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
	border-top: 1px solid #DFDFDF;
	font-size: 16px;
}

dl.shopinfo dt{
	width: 28%;
	padding: 4px 15px;
	background: #F0F5F3;
	border-bottom: 1px solid #DFDFDF;
	box-sizing: border-box;
}

dl.shopinfo dd{
	margin: 0;
	width: 72%;
	padding: 4px 15px;
	border-bottom: 1px solid #DFDFDF;
	box-sizing: border-box;
}

/* ===== tablet ============ */
@media only screen and (max-width:1024px){
#introduction h3{
	width: 90%;
}

#introTx{
	width: 90%;
	text-align: left;
}

.listTit{
	width: 90%;
}

.dataBox{
	width: 90%;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
#introduction h3{
	font-size: 23px;
	margin: 0 auto 30px auto;
}

.listTit{
	font-size: 23px;
	margin: 50px auto 0;
}

.dataBox{
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 50px auto;
	padding-bottom: 50px;
}

.galleryBox{
	width: 100%;
	margin-bottom: 30px;
}

.data_detail{
	width: 100%;
}

.data_detail h4{
	font-size: 23px;
	margin: -10px auto 5px auto;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.listTit{
	font-size: 20px;
	margin: 50px auto 0;
}
}

@media only screen and (max-width:380px){
dl.shopinfo dt{width: 34%;}
dl.shopinfo dd{width: 66%;}
}


/*-------------------------------------------------------------------
　あふたー修学旅行
-------------------------------------------------------------------*/
.tripTit{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

.tripTit02{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #000;
}

.cityTit{
	width: 1000px;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 0px auto 15px;
	padding: 5px 10px 5px 20px;
	color: #24936E;
	text-shadow: 0 0 8px #FFF;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #E8F7EC, #E8F7EC 3px,#C1E8CB 3px, #C1E8CB 6px);
	box-sizing: border-box;
	border-left: solid 8px #24936E;
}

.tripTx{
	width: 700px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}

.tripImg{
	width: 60%;
	margin: 0 auto;
}

/* ===== tablet ============ */
@media only screen and (max-width:1024px){
.cityTit{
	width: 100%;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.cityTit{
	font-size: 23px;
}

.tripTx{
	width: 100%;
	font-weight: bold;
	margin: -20px auto 20px;
	text-align: left;
	line-height: 1.6;
}

.tripImg{
	width: 60%;
	margin: 0 auto;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.cityTit{font-size: 20px;}
.tripTit02{font-size: 17px;}

.tripImg{
	width: 80%;
	margin: 0 auto;
}
}


/*-------------------------------------------------------------------
　チョイス
-------------------------------------------------------------------*/
.choiceMi{
	width: 1000px;
	font-family: 'Kosugi Maru', sans-serif;
	margin: 50px auto 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.choice_wrap{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0px auto 80px;
}

.choiceBox{
	width: 32%;
}

.choiceBox h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}

.choiceTx{
	font-size: 15px;
	line-height: 1.5;
}

/* ===== tablet ============ */
@media only screen and (max-width:1024px){
.choice_wrap{
	width: 90%;
}

.choiceMi{
	width: 90%;
	margin: 50px auto 20px;
}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.choiceMi{
	width: 90%;
	font-size: 23px;
	margin: 50px auto 20px;
	line-height: 1.5;
}

.choice_wrap{
	flex-direction: column;
	margin: 50px auto 50px;
}

.choiceBox{
	width: 100%;
	margin-bottom: 50px;
}

.choiceBox:last-child{
	margin-bottom: 0px;
}
}


/*-------------------------------------------------------------------
　youtube
-------------------------------------------------------------------*/
.youtube{
  position:relative;
  padding-top:56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width: 100% !important;
  height: 100% !important;
}
