@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  overflow-y: scroll;
  font-size: 10px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
	margin-bottom: 80px;
}

/* ▼リンク---------------------------------------------- */
a {
  color: #3B3B3B;
  text-decoration: none;
}
a:hover {
  color: #F48E37;
  text-decoration: none;
}

.bold{
	font-weight: bold;
}


/* ▼色関係---------------------------------------------- */

.red {
  color: red;
}

.white{
	color: white;
}

.beige{
	background-color: #F5F2D4;
}

.orange{
	color: #F48E37;
}

.green{
	color: #49b041;
}
.blue{
	color: #494689;
}

.pink{
	color: #EB858B;
}

.bgdarkblue{
	background-color:#0A0362;
}

.bgbrown{
		background-color:#80602E;
}

.bggreen{
		background-color:#9AB037;
}

.bgorange{
	background-color: #F48E37;
}

/* ▼PC/スマホ表示関係---------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* ▼文字関係---------------------------------------------- */

li {
  font-size: 1.4rem;
  line-height: 4rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1rem;
  color: #3B3B3B;
  font-feature-settings: "palt";
}

p {
  font-size: 1.5rem;
  line-height: 2.9rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1rem;
  color: #3B3B3B;
  font-feature-settings: "palt";
}

h1 {
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  margin-bottom: 15px;
}
h2 {
  font-size: 2.5rem;
  line-height: 4.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
}
h3 {
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
h4 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
.smallfont {
  font-size: 2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}

.catchcopy {
  font-size: 1.3rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  text-align: center;
  margin: 25px 30px;
  letter-spacing: 0.2rem;
}

.caption {
  font-size: 1.2rem;
  line-height: 2.3rem;
	    margin-top: 5px ;

}

/* ▼ページトップへ戻る---------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 13px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 13px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* ▼ヘッダー---------------------------------------------- */
header {
  width: 100%;
  background-color: #F48E37;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}

header img {
  max-width: 25%;
}


/* ▼ナビ関係---------------------------------------------- */
nav {
  width: 100%;
  margin: 0 auto;
}

nav li {
  font-size: 1.7rem;
  line-height: 3rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3B3B;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  list-style: none;
  display: inline-block;
  text-align: center;
  border-right: 2px solid #ddd;
}

nav a {
  text-decoration: none;
  color: #333;
  padding-bottom: 5px;
}

nav a:hover {
  color: #F48E37;
  text-decoration: none;
  border-bottom: 2px solid #F48E37;
}

/* ▼ビルボード---------------------------------------------- */
.billboard {
  width: 100%;
 margin-bottom: 50px;
}

/* ▼ページの総括---------------------------------------------- */
.contents {
  margin: 0 5%;
}

	.contents_pc{
  margin: 0 5%;

}

/* ▼トップページ---------------------------------------------- */

.grid{
	width: 90%;
	margin: 0 5%;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100％, 1fr));
	 column-gap: 0;
	row-gap: 40px;	 
	 text-align:justify;
    }
	

.grid .child {
  display: flex;
  flex-direction: column;
}

	.grid  h2 {
		text-align: center;
	}
	
	.grid img{
		margin-bottom: 20px;
	}
	


	
.grid li {
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin-top:15px;
		margin-bottom: 15px;		
	}

.grid li:last-child{
		margin-bottom: 0;		
	}




/* ▼画像---------------------------------------------- */

.flexbox{
	display: flex;
	flex-direction: column;
}

.flexbox_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

	.flexbox_3column{
	display: flex;
	flex-direction: column;
}


.box{
	width: 100%;
}


	.box_imgvertical_l{
		width:100%;
	}	

	.box_imgvertical_m{
		width:100%;
	}	

	.box_imgvertical_s{
	width:100%;
	}	

.section {
  margin-bottom: 40px;
	 text-align:justify;
}



/* ▼スペース---------------------------------------------*/

.box_mgb_40sp{
	margin-bottom: 40px;
}

.box_mgb_20sp{
	margin-bottom: 20px;
}

 .circled_space{
	margin-bottom: 20px;
}


/* ▼参考文献---------------------------------------------- */

.reference {
  border-top: 1px dotted #3B3B3B;
  border-bottom: 1px dotted #3B3B3B;
  padding: 20px 0;
margin:70px 0 70px;
}

.reference p {
  font-size: 1.3rem;
  line-height: 2.5rem;
	text-align:justify;
}

/* ▼囲み関係---------------------------------------------- */

.bgarea{
	padding: 30px;
}

.bgarea h3{
margin-bottom: 10px;
}

.circled_text{
padding: 15px;
}

.circled_text h4{
	font-size: 2rem;
line-height: 3rem;
}

.circled_text span{
	font-size: 1.5rem;
}

.circled_text p{
	text-align: right;
	margin-top: 5px;
}

.circled_border{
	padding: 10px;
	  border: 1px solid #3B3B3B;
}

.circled_border h3{
	margin-bottom: 0;
}





/* ▼下部ナビ---------------------------------------------- */
.endnavi{
	height: auto;
}
.endnavi ul {
  list-style: none;
}
.endnavi ul li {
  position: relative;
  padding-left: 20px;
}
.endnavi ul li::before {
  content: '\f138';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #F48E37;
}

/* ▼フッター---------------------------------------------- */
footer {
  width: 100%;
  background-color: #F48E37;
  text-align: center;
  padding-bottom: 20px;
}
footer img {
  max-width: 60%;
  margin: 0 0 20px;
}
footer .mailicon {
  max-width: 18%;
  margin: 0 auto;
}
footer p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
footer .copylight {
  font-size: 1rem;
}
/* ------------------------------------------------------------------------------------------- */
/* ▼タブレット */
/* ------------------------------------------------------------------------------------------- */
@media (min-width: 670px) {
  #wrapper {
    width: 100%;
  }
	
	/* ▼文字関係---------------------------------------------- */
	li {
    font-size: 1.6rem;
    line-height: 4rem;
  }
  
  h1 {
    font-size: 4rem;
    line-height: 7.5rem;
  }
  h2 {
    font-size: 3.3rem;
    line-height: 5.5rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
	
  .smallfont {
    font-size: 2rem;
  }
  .catchcopy {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
	
  .caption {
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin: 5px 0;
  }	
	
	/* ▼タブレットヘッダー ---------------------------------------------- */
  header img {
    max-width: 40%;
  }
  /* ▼タブレットビルボード---------------------------------------------- */
  .billboard {
    width: 100%;
margin-bottom: 70px;
	}
	

  /* ▼タブレットナビ---------------------------------------------- */
  nav {
    width: 95%;
    margin: 0 auto 40px;
    text-align: center;
  }
  nav li:first-child {
    border-left: 2px solid #ddd;
	box-sizing: border-box;

  }
  nav li {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
	  justify-content: space-between;
padding: 0 12px;

  }
  /* ▼タブレットコンテンツ---------------------------------------------- */
  
	.contents {
    width: 667px;
    margin: 0 auto;
  }
	
	.contents_pc{
    width: 667px;
    margin: 0 auto;
}
/* ▼タブレットトップ---------------------------------------------- */
	
	.grid {
	width: 90%;
	margin: 0 5% 0;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	 column-gap: 45px;
	row-gap: 50px;	 
    }
	

	.grid  h2 {
		text-align: center;
	}
	
	.grid img{
		margin-bottom: 20px;
	}


	.grid li {
		font-size: 1.4rem;
		line-height: 2.8rem;
		margin-top:15px;
		margin-bottom: 15px;
	}

	

	/* ▼タブレット画像---------------------------------------------- */

.flexbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    margin-bottom: 0;
}

.flexbox_3column{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
	.box_3column{
	width: 300px;
	border-bottom: 1px dotted #3B3B3B;
	padding: 20px 0;	
	}

	.box_3column:nth-child(-n+2) {
			padding-top: 0;
	}
	
	
.box{
	width: 100%;
	margin-right: 30px;
}

	
	.box_nomgr{
		margin-right: 0;
	}	
	

	
	.box_imgvertical_l{
		width:400px;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.box_imgvertical_m{
		width:310px;
			margin-left: auto;
		margin-right: auto;
	}		
	
	.box_imgvertical_s{
		width:285px;
		margin-left: auto;
		margin-right: auto;
	}	
	

	
	
/* ▼タブレット参考文献---------------------------------------------- */	
.reference {
  border-top: 1px dotted #3B3B3B;
  border-bottom: 1px dotted #3B3B3B;
  padding: 20px 0;
margin:80px 0 80px;
}
  .reference p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
	

/* ▼タブレット スペース---------------------------------------------- */		
	  .section {
    margin-bottom: 50px;
  }
	
	
	 .circled_space{
	margin-bottom: 25px;
} 

.box_spac{
	margin-bottom: 0;
}


	
.box_mgb_40sp{
	margin-bottom: 0;
}
	
	.box_mgb_20sp{
	margin-bottom:0;
}

/* ▼タブレット 囲み関係---------------------------------------------- */

.bgarea h3{
margin-bottom: 5px;
}

.circled_text h4{
	font-size: 2.5rem;
		margin-bottom: 0;
}

.circled_text span{
	font-size: 1.8rem;
}
	
/* ▼フッター---------------------------------------------- */		


	
  footer img {
    margin: 0 0 20px;
    max-width: 30%
  }
  footer .mailicon {
    margin: 0 auto;
    max-width: 20%
  }
  footer p {
    color: #FFF;
    font-size: 1.3rem;
  }
  footer .copylight {
    font-size: 1rem;
  }
}


/* ------------------------------------------------------------------------------------------- */
/* ▼PC */
/* ------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
	
	/* ▼PC/スマホ表示関係---------------------------------------------- */
    #wrapper {
    width: 1200px;
    margin: 0 auto 100px;
  }
	
	.pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }

	
/* ▼文字関係---------------------------------------------- */
	
  h1 {
    font-size: 5rem;
    line-height: 8.5rem;
  }
	
  h2 {
    font-size: 3.3rem;
    line-height: 5.5rem;
  }
	
  h3 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
	
  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
	
	 .catchcopy {
    font-size: 2.6rem;
    line-height: 4.2rem;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-bottom: 50px;
  }

  .smallfont {
    font-size: 3rem;
  }
	
	 .caption {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
	
  /* ▼PC ヘッダー---------------------------------------------- */
  header {
    width: 100%;
    background-color: #F48E37;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 50px;
  }
  header img {
    max-width: 25%;
  }
 
	
  /* ▼PC ナビ---------------------------------------------- */
  nav {
    width: 100%;
    margin: 0 auto 70px;
  }
	
  nav li {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.3rem;
    padding: 0 26.3px;
  }
	

  /* ▼PC コンテンツ---------------------------------------------- */

	.contents{
	 width: 700px;
    margin: 0 auto;
}
	
	.contents_pc{
	 width: 1200px;
    margin: 0 auto;
}

/* ▼PCトップ---------------------------------------------- */

	.grid {
	width: 100%;
		margin: 0;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	 column-gap: 45px;
	row-gap: 100px;	 
    }
	
	
/* ▼PC画像---------------------------------------------- */

.flexbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.box{
	width: 100%;
	margin-right: 30px;

}

	.flexbox_3column{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
	
	.box_3column{
	width: 365px;
	border-bottom: 1px dotted #3B3B3B;
	padding: 20px 0;	
	}
	
		.box_3column:nth-child(-n+3) {
			padding-top: 0;
	}
	

	.box_nomgr{
		margin-right: 0;
	}	
	
	

		.box_imgvertical_l{
		width:460px;

	}	
	
	.box_imgvertical_m{
		width:325px;

	}	
	
	.box_imgvertical_s{
		width:300px;

	}	
	
		
/* ▼PC旅2地図下---------------------------------------------- */
	
	.grid_page{
	width: 100%;
    grid-template-columns: repeat(3, 1fr);
	 column-gap: 30px;
	row-gap: 50px;	 

	}
	
	
	
/* ▼PC参考文献--------------------------------------------- */
  .reference p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
	  

  /* ▼PCフッター---------------------------------------------- */

	footer img {
	margin: 0 0 30px;
	max-width:20%
	}
	
footer .mailicon{
	margin: 0 auto;
		max-width:15%
}
	
footer p{
	font-size: 1.3rem;
	margin-bottom: 10px;
}
	
footer .copylight{
	font-size: 1.2rem;
}
}