@import url(http://fonts.googleapis.com/css?family=Antic+Didone);

body { color: #333333; }

img {/* ◎追加 */
    max-width: 100%;/* ◎追加 */
}/* ◎追加 */

/* リンク */
a { 
	color: #999966;
	text-decoration: none;
}
a:hover { color: #996600; }

/* パンくずリスト */
.topicPath { font-size: 12px; }

/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}
.pagetop a {
	background-image: url("../images/ico_pagetop.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
	text-decoration: none;/* ◎追加 */
}

/*ページ*/
#page {
	max-width: 980px;/* ◎変更 */
	/* margin: 0 auto; *//* ◎削除 */
}

.wrapper{/* ◎追加 */
	margin: 0 auto;/* ◎追加 */
	padding: 0% 4%;/* ◎追加 */
}

/* ページヘッダー */
#pageHead #siteTitle {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
	font-family: 'Antic Didone', serif;
}
#pageHead #catchcopy {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}

/* グローバルナビ */
#pageHead .globalNavi {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 10px 0;
}

#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
	display: flex;/* ◎追加 */

}
/* #pageHead .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
} *//* ◎削除 */

#pageHead .globalNavi ul li {
	list-style: none;
	width: 245px;
	/* float: left; *//* ◎削除 */
	border-left: solid 1px #CCCCCC;
	padding: 0 10px;
	/* box-sizing: border-box; */
	text-align: center;
	font-size: 14px;
	line-height: 1.429;
}
#pageHead .globalNavi ul li:first-child {
	border-left: none;
}

#pageHead .globalNavi ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	background-color: #F2F2E5;
}

/*ページフッター*/
#pageFoot {
	border-top: solid 1px #CCCCCC;
	margin-top: 15px;
}

#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}

/* ページボディ */
#pageBody {
	margin-top: 30px;	
}



/* #pageBody:after {
	content: "";
	clear: both;
	display: block;
} *//* ◎削除 */

/* #pageBodyMain {
	width: 720px;
	float: left;
} *//* ◎削除 */

#pageBodySub {
	width: 220px;
	/* float: right; *//* ◎削除 */
}


/* ----- サブカラム内の装飾 ----- */

/* 見出し */
#pageBodySub h2 {
	font-size: 16px;
	line-height: 1.375;
	padding: 5px;
	margin-top: 0;
	border-bottom: 1px solid #CCCCCC;
}

/* おしらせ */
#pageBodySub .newsList ul {
	list-style: none;
	padding: 0;
}
#pageBodySub .newsList ul li {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 5px;
}
#pageBodySub .newsList ul li time {
	font-weight: bold;
	display: block;
}

/* ローカルナビ */
#pageBodySub .localNavi ul {
	margin: 0 0 30px;
	padding-left: 0;
}
#pageBodySub .localNavi ul li {
	font-size: 14px;
	line-height: 1.429;
	margin-bottom: 12px;
	list-style-type: none;
	background-image: url("../images/ico_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
}

/* ----- メインカラム内の装飾 ----- */

#pageBodyMain p {
	font-size: 14px;
	line-height: 1.429;
}

/* リスト */
#pageBodyMain ul li {
	font-size: 14px;
	list-style-type: square;
	line-height: 1.429;
}

/* 表 */
#pageBodyMain table {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
#pageBodyMain table th,
#pageBodyMain table td {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
#pageBodyMain table th {
	background-color: #EEEEEE;
	white-space: nowrap;/* 追加-2022/5/8 */
	text-align: left;
}
#pageBodyMain table caption {
	text-align: left;
	font-weight: bold;
}

#pageBodyMain table td {
	width: 100%;/* 追加-2022/5/8 */
}

/* オーストラリア旅行　ホテル表 */

#pageBodyMain #hotel table {
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	table-layout:auto;
	max-width:500px;
}
#pageBodyMain #hotel table th,
#pageBodyMain #hotel table td {
	border: 1px solid #CCCCCC;
	padding: 5px 5px;
	font-weight: normal;
	
}
#pageBodyMain #hotel table th {
	background-color: #ffffff;
	text-align: left;
	white-space: nowrap;
}

#pageBodyMain #hotel table caption {
	text-align: left;
	font-weight: normal;
}

#pageBodyMain #hotel table td {
	width: auto;
}


/* オーストラリア旅行　ゲームタイトル表 */

#pageBodyMain #game-title table {
	font-size: 14px;
	line-height: 1.4;
	border: none;
	border-collapse: collapse;
	table-layout:auto;
	max-width:400px;
}
#pageBodyMain #game-title table th,
#pageBodyMain #game-title table td {
	border: none;
	padding: 1px 0px;
	font-weight: normal;
	white-space: normal
	
}
#pageBodyMain #game-title table th {
	background-color: #ffffff;
	text-align: left;
	min-width: 70px;
}

#pageBodyMain #game-title table caption {
	text-align: left;
	font-weight: normal;
}

#pageBodyMain #game-title table td {
	width: auto;
}


/* オーストラリア旅行　料金表 */

#pageBodyMain #ryokin table {
	font-size: 14px;
	line-height: 1.4;
	border: none;
	border-collapse: collapse;
	table-layout:auto;
	max-width:340px;
}
#pageBodyMain #ryokin table th,
#pageBodyMain #ryokin table td {
	border: none;
	padding: 1px 0px;
	font-weight: normal;
	white-space: normal
	
}
#pageBodyMain #ryokin table th {
	background-color: #ffffff;
	text-align: left;
	max-width: 100px;
}

#pageBodyMain #ryokin table caption {
	text-align: left;
	font-weight: normal;
}

#pageBodyMain #ryokin table td {
	width: auto;
}

#pageBodyMain #ryokin .kingaku{
	width: 90px;
	text-align: right;
}
#pageBodyMain #ryokin .biko{
	text-align: left;
}

#pageBodyMain #ryokin .kasen{
	border-bottom: 1px solid #CCCCCC;
}




/* 図版 */
#pageBodyMain figure {
	margin: 0;
}
/* 画像キャプション */
#pageBodyMain figcaption {
	font-size: 12px;
}

/* 見出し */
#pageBodyMain .pageTitle {
	font-size: 26px;
	background-color: #F2F2E5;
	padding: 5px 15px;
	line-height: 1.231;
	margin-top: 0;
}

#pageBodyMain .heading-typeA {
	font-size: 18px;
	color: #349FA6;
	border-bottom: solid 1px #349FA6;
	padding: 5px;
	line-height: 1.333;
}

#pageBodyMain .heading-typeB {
	font-size: 16px;
	border-left: 5px solid #E3E4D9;
	padding-left: 10px;
	line-height: 1.375;
}

#pageBodyMain .heading-typeC {
	font-size: 14px;
	line-height: 1.429;
}

/* 区切り線・余白 */
#pageBodyMain .articleDetailHead {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#pageBodyMain .articleDetailFoot {
	border-top: solid 1px #CCCCCC;
	margin-top: 30px;
	padding-top: 15px;
}
#pageBodyMain .articleDetailBody section {
	margin: 30px 0;
}

/* 撮影情報 */
#pageBodyMain .creditUnit {
	padding: 10px;
	border: solid 1px #CCCCCC;
}
#pageBodyMain .creditUnit:after {
	content: "";
	clear: both;
	display: block;
}
#pageBodyMain .creditUnit .creditUnitText {
	float: right;
	width: 378px;
}
#pageBodyMain .creditUnit .creditUnitMap {
	float: left;
	width: 300px;
}
#pageBodyMain .creditUnit .creditUnitMap iframe {
	vertical-align: bottom;
}

#pageBodyMain .creditUnit p {
	font-size: 12px;
	line-height: 1.5;
}

/* センター寄せ画像 */
#pageBodyMain .imageCenter {
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 30px;
	margin: 30px 0;
}
#pageBodyMain .imageCenter img{
	vertical-align: bottom;
	width:100%;/* ◎追加 */
	height:auto;/* ◎追加 */
	max-width:447px;/* ◎追加 */
	max-height:260px;/* ◎追加 */
}


/* 「おといあわせフォーム」ボタン */
#pageBodyMain .btn {
	text-align: center;
	padding-bottom: 20px;
	margin: 30px 0;
	border-bottom: 1px dotted #CCCCCC;
}
#pageBodyMain .btn a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #058BA9;
	padding: 10px 20px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #92CDDB, #058BA9);
	border: 1px solid #058BA9;
	box-shadow: 1px 1px 0 #9DDDED inset;
	text-shadow: 0px -1px 0 #333333;
	display: inline-block;
}
#pageBodyMain .btn a:hover {
	opacity: 0.7;
}


/* --「つくったもの」一覧ページ-- */
#pageBodyMain .articleList {
	border: solid 1px #CCCCCC;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 20px 0;
	

}

#pageBodyMain .articleList a {
	/* display: block; */
	/* padding: 20px 0 0 0; */
	color: inherit;
	/* text-decoration: none; */
}
/* #pageBodyMain .articleList a:after {
	content: "";
	clear: both;
	display: block;
} *//* 削除 */

#pageBodyMain .articleList a:hover {
	opacity: 0.7;
}

#pageBodyMain .articleList .articlecontents {	
/* #pageBodyMain .articleList a .articleListText {	 */
	width: 100%;
	display: grid;
	justify-items: center;
	gap:  0 10px;
	grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
	/* display: flex;
	justify-content: space-around;
	flex-wrap: wrap; */
	/* float: right; */ /* 削除 */
}

#pageBodyMain .articleList .articlecontents .articleListText {
	text-align: left;
	width: 300px;
}


#pageBodyMain .articleList .articlecontents .articleListText h1 {
	font-size: 26px;
	line-height: 1.308;
}
#pageBodyMain .articleList .articlecontents .articleListText p {
	font-size: 14px;
	line-height: 1.429;
}

/* #pageBodyMain .articleList a .articleListImage {
	vertical-align: bottom;
} */

#pageBodyMain .articleList a .articleListImage img {
	vertical-align: bottom;
}


/* ----- トップページの内容 ----- */
/* メインビジュアル */
#pageBody .mainVisual {
	position: relative;
}
#pageBody .mainVisual img {
	vertical-align: bottom;
	width:100%;/* ◎追加 */
	height:auto;/* ◎追加 */
	max-width:980px;/* ◎追加 */
	max-height:500px;/* ◎追加 */

}

#pageBody .mainVisual .mainVisualText {
	position: absolute;
	left: 50px;
	bottom: 50px;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	width: 400px;
	padding: 15px 25px;

	box-sizing: border-box;
}
#pageBody .mainVisual .mainVisualText h1 {
	font-size: 26px;
	line-height: 1.231;
	margin: 0;
}
#pageBody .mainVisual .mainVisualText p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
}
#pageBody .mainVisual ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pageBody .mainVisual ul li {
	position: relative;
}

/* 「旅の日記」INDEX */
#pageBody .portfolioIndex {
	margin-top: 40px;
}
/* #pageBody .portfolioIndex:after {
	content: "";
	clear: both;
	display: block;
} *//* ◎削除 */

/* #pageBody .portfolioIndex article {
	width: 300px;
	float: left;
	margin-left: 40px;
} *//* ◎削除 */
/* #pageBody .portfolioIndex article:first-child {
	margin-left: 0;
} *//* ◎削除 */

#pageBody .portfolioIndex article h2 {
	font-size: 18px;
	margin: 5px 0;
}
#pageBody .portfolioIndex article p {
	margin-top: 0;
	font-size: 14px;/* サイズ12→14に変更 */
	line-height: 1.5;
}

.portfolioIndex{
	display: grid;
	justify-items: center;
	gap: 26px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	margin-top: 4%;
	margin-bottom: 50px;
}

/* 日記OP画像 */
#pageBodyMain .articleDetailHead img{
	vertical-align: bottom;
	width:100%;/* ◎追加 */
	height:auto;/* ◎追加 */
	max-width:720px;/* ◎追加 */
	max-height:390px;/* ◎追加 */

}

/* おしらせ */
#pageBody .news {
	margin-top: 40px;
}

#pageBody .news h1 {
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

#pageBody .news table {
	width: 100%;
}
#pageBody .news table tr th,
#pageBody .news table tr td {
	font-size: 14px;
	line-height: 1.429;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}
#pageBody .news table tr th {
	white-space: nowrap;
	padding-right: 30px;
}
#pageBody .news table tr td {
	width: 100%;
}


/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* picture
------------------------------- */
/* #picture1 {
    background-image: url(../../memory/images/hokkaido/BA001_0045.jpg);
    min-height: 100vh;

} */


.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}

/* SNS */

#youtube{
	max-width: 600px;
	margin: 0 auto;

/* display: grid;
gap: 45px;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
margin-top: 6%;
margin-bottom: 50px; */

}


.sns-box {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow:hidden;
	margin-bottom: 30px;
	}
	.sns-box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}


/* モバイル版
----------------------------------------------------------------------- */
@media(max-width:600px){

	#pageHead #catchcopy {
		margin-top: 20px;
	}

	#pageHead .globalNavi ul li {
		padding: 0 5px;
		font-size: 12px;
		line-height: 1.1;
	}
	/* メインページ
	----------------------------- */
	#pageBody .mainVisual .mainVisualText {
		position: absolute;
		left: 3px;
		bottom: 3px;
		color: #FFF;
		background-color: rgba(0,0,0,0.4);
		width: 250px;
		padding: 5px 10px;
	
		box-sizing: border-box;
	}
	#pageBody .mainVisual .mainVisualText h1 {
		font-size: 14px;
		line-height: 1.231;
		margin: 0;
	}
	#pageBody .mainVisual .mainVisualText p {
		font-size: 10px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	#pageBody .mainVisual ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#pageBody .mainVisual ul li {
		position: relative;
	}
	

	/* 見出し */
	#pageBodyMain .pageTitle {
		font-size: 15px;
		padding: 5px 15px;
	}

	
/* ----- メインカラム内の装飾 ----- */

	/* #pageBodyMain p {
		font-size: 11px;
	} */

	/* 表 */
	/* #pageBodyMain table {
		font-size: 11px;
	} */

	#pageBodyMain table th,
	#pageBodyMain table td {
		border: 1px solid #CCCCCC;
		padding: 5px 5px;
	}

	#pageBodyMain .schedule th{
		text-align: center;
	}

	#pageBodyMain .articleList .articlecontents .articleListText h1 {
		font-size: 14px;

	}
	#pageBodyMain .articleList .articlecontents .articleListText p {
		font-size: 14px;
		line-height: 1.429;
	}
	

	#pageHead #siteTitle {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 0;
		font-family: 'Antic Didone', serif;
	}

    /* #sns .wrapper {
        flex-direction: column;
    }

    .sns-box {
        width: 100%;
    } */
    /* .sns-box {
        margin-bottom: 30px;
    } */

	
}