@charset "UTF-8";

/* 基本設定 */
body {
	text-align: left;
	letter-spacing: -0.01em;
	overflow-x: hidden;
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN', '游ゴシック', 'MS Pゴシック', sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none; 
}

/*-- 基本設定 --*/
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #333333;
	vertical-align: bottom;
}
ol, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}


/* -------------------------------------------------------------------
	■ ページ全体の基本設定 428px（iPhone 12/13 Pro Max）
---------------------------------------------------------------------- */
body {
	display: grid;
	grid-template-columns: 20px 1fr 20px;
	grid-template-rows: 
		[head] 150px
		[nav] auto
		[hero] auto
		[post-title] auto
		[main] auto
		[foot] 50px;
	row-gap: 30px;
}

/*-- パーツの配置 --*/
body > * {
	grid-column: 2 / -2;
}


/* -------------------------------------------------------------------
	■ ヘッダー（ ロゴ ）
---------------------------------------------------------------------- */
header {
	grid-row: head;
	justify-self: center;
	align-self: center;
}

.logo p {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: -10px;
	text-align: center;
}
.logo h1 {
	background-image: url(images/icon.png); /* 西村 */
	background-repeat: no-repeat;
		/* background-position: left center; 基本設定 */
		background-position: 5% center;
	padding-left: 60px; /* h1の位置 */
	background-size: 35px; /* 以下追加 */
	font-size: 30px;
	padding-top: 8px;
	color: #333333;
}


/* -------------------------------------------------------------------
	■ ヘッダー（ 電話 ）
---------------------------------------------------------------------- */
div.tel {
	grid-row: head;
	justify-self: center;
	align-self: end;
}

div.tel p {
	font-size: 15px;
	text-align: center;
		margin-bottom: -5px;
}
div.tel p.number {
	font-size: 20px;
}
div.tel p.number i {
	margin-right: 10px;
}


/* -------------------------------------------------------------------
	■ ナビゲーションメニュー
---------------------------------------------------------------------- */
nav {
	grid-column: 1 / -1;
	grid-row: nav;
		background-color: #f6f6f6;
}

nav ul {
	display: grid;
	grid-auto-flow: column;
	column-gap: 0px;
		justify-content: start;
		padding-left: 20px;
}
nav li {
	padding: 5px 0 5px 0;
}
nav ul li a {
	display: bolck;
	font-size: 12px;
	color: #0000cc;
}
nav ul li i {
	margin: 0 15px;
}

.shadow {
	box-shadow: -1px 2px 5px -1px rgba(127,127,127,0.4) inset;
}


/* -------------------------------------------------------------------
	■ ヒーローイメージ
---------------------------------------------------------------------- */
figure.hero {
	grid-column: 1 / -1;
	grid-row: hero;
		margin-top: -30px; /* gap 調整 */
}

figure.hero img {
	height: 220px;
	object-fit: cover;
	filter: brightness(100%); /* 画像の明るさ */
	z-index: -1;
	position: relative; /* Edge用の設定 */
}


/* -------------------------------------------------------------------
	■ 記事タイトル（ post-title ）
---------------------------------------------------------------------- */
.post-title {
	grid-row: post-title;
		position: relative;
}
h1.title {
	align-self: center;
	z-index: 1;
	font-size: 45px;
	line-height: 1.2;
}
 p.sub {
	color: #dddddd;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1;
		z-index: -1;
		position: absolute;
		top: 35px;
		left: 0;
}

.post-date {
	grid-row: post-title;
		justify-self: end;
}
.date {
	font-size: 15px;
}
.date i {
	margin-right: 5px;
}


/* -------------------------------------------------------------------
	■ 本文（ main ）
---------------------------------------------------------------------- */
main {
	grid-row: main;
}


/* -------------------------------------------------------------------
	■ 添乗員の挨拶
---------------------------------------------------------------------- */
.post-lead {
	grid-row: main;
		margin-top: 20px;
}
.post-lead ul {
	grid-row: main;
	display: grid;
	grid-template-columns: 1fr;
}
.post-lead h1 {
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN', '游ゴシック', 'MS Pゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}
.post-lead p {
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN', '游ゴシック', 'MS Pゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
		margin-top: 20px;
		margin-bottom: 20px;
}


/* -------------------------------------------------------------------
	■ スナップ写真
---------------------------------------------------------------------- */
.post-album {
	grid-row: main;
		margin-top: 20px;
}
.post-album h1 {
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN', '游ゴシック', 'MS Pゴシック', sans-serif;
	font-size: 25px;
	line-height: 2;
	color: #333333;
}
h1.top20 {
	margin-top: 20px;
}
.post-album p {
	font-family: 'メイリオ', 'ヒラギノ角ゴ ProN', '游ゴシック', 'MS Pゴシック', sans-serif;
		margin-top: 0px; /* スマホ修正 */
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
}
ul.image-list  {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1%;
	row-gap: 10px;
		margin-top: 15px;
}
figcaption {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #333333;
}


/* -------------------------------------------------------------------
	■ 戻る ( homeに戻る )
----------------------------------------------------------------------- */
.modoru {
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 10%;
}
.modoru a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	border: solid 1px #333333;
	border-radius: 5px;
		padding-top: 5px;
		padding-bottom: 8px;
}
.modoru a:hover {
	background-color: #e8eef9;
}


/* -------------------------------------------------------------------
	■ フッター ( ピッカリツアー )
----------------------------------------------------------------------- */
footer {
	grid-row: foot;
	font-size: 12px;
	justify-self: center;
	align-self: center;
	text-align: center;
	color: #333333;
}

/* フッターのバー */
body::after {
	content: "";
	background-color: #cccccc;
	grid-column: 1 / -1;
	grid-row: foot;
	z-index: -1;
}


/* *************** ▼ iPhone 12/13 *************** */
@media (max-width: 428px) {

} /* 注意 */


/* *************** ▼ iPhone 6/7/8 *************** */
@media (max-width: 375px) {

h1.title {
	font-size: 35px;
}
p.sub {
	font-size: 27px;
		position: absolute;
		top: 30px;
		left: 0;
}

figcaption {
	font-size: 12px;
}

.post-album h1 {
	font-size: 20px;
}
} /* 注意 */


/* *************** ▼ Galaxy S10/S10+ Android 11 *************** */
@media (max-width: 360px) {

} /* 注意 */


/* *************** ▼ iPhone 5/5E (カスタム) *************** */
@media (max-width: 320px) {

body {
	display: grid;
	grid-template-columns: 10px 1fr 10px;
}

h1.title {
	font-size: 30px;
}
p.sub {
	font-size: 25px;
		position: absolute;
		top: 27px;
		left: 0;
}
} /* 注意 */


/* *************** △ iPhone 5/5E (カスタム) *************** */
@media (min-width: 568px) {

.post-lead img {
	height: 340px;
	object-fit: cover;
}
} /* 注意 */


/* *************** △ iPad Mini iPadOS *************** */
@media (min-width: 768px) {

/* -- grid / PC版ページの設定 -- */
body {
	display: grid;
	grid-template-columns: 30px 1fr 30px;
	grid-template-rows: 
		[head] 100px
		[nav] auto
		[hero] auto
		[post-title] auto
		[main] auto
		[foot] 50px;
		font-family: 'Noto Sans Japanese', sans-serif;
}


/*-- PC版 / ヘッダー / ロゴ --*/
header {
	justify-self: start;
		margin-bottom: 0px; /* 修正 */
}

.logo p {
	text-align: left; /* スマホの修正 */
}
.logo h1 {
	background-image: url(images/icon.png); /* 西村 */
	background-repeat: no-repeat;
		background-position: left center; /* 基本設定 */
	padding-left: 40px; /* h1の位置 */
	background-size: 30px; /* 以下追加 */
	font-size: 35px;
		font-weight: normal;
	padding-top: 0px; /* スマホの修正 */
	color: #333333;
}

/*-- PC版 / ヘッダー / 電話 --*/
div.tel {
	justify-self: end;
	align-self: center;
}

div.tel p.number {
	font-size: 30px;
}

/*-- PC版 / ナビ --*/
nav {
	margin-top: -30px; /* gap の調整 */
}

nav ul {
	padding-left: 50px;
}

/*-- PC版 / ヒーロー --*/
figure.hero {
	grid-row: hero;
	margin-top: -30px; /* gap の調整 */
}

figure.hero img {
	height: 300px;
}

/*-- PC版 / 記事タイトル --*/
.post-title {
	grid-row: post-title;
	position: relative;
}
h1.title {
	align-self: center;
	z-index: 1;
	font-size: 45px;
	line-height: 1.2;
}
 p.sub {
	color: #dddddd;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.375em;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1;
		z-index: -1;
		position: absolute;
		top: 35px;
		left: 0;
}

.post-date {
	grid-row: post-title;
		justify-self: end;
}
.date {
	font-size: 15px;
}
.date i {
	margin-right: 5px;
}

/*-- PC版 / 添乗員の挨拶 */
.post-lead {
	grid-row: main;
		margin-top: 40px;
}
.post-lead ul {
	grid-row: main;
	display: grid;
	grid-template-columns: 2fr 3fr;
	column-gap: 2%;
}
.post-lead h1 {
	font-size: 16px;
	line-height: 1.5;
}
.post-lead p {
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
		margin-top: 20px;
		margin-bottom: 20px;
}

/*-- PC版 / スナップ写真 --*/
.post-album {
	grid-row: main;
		margin-top: 20px;
}
.post-album h1 {
	font-size: 25px;
	line-height: 2;
}
h1.top20 {
	margin-top: 20px;
}
.post-album p {
		margin-top: 0px; /* スマホ修正 */
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
}
ul.image-list  {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1%;
	row-gap: 10px;
		margin-top: 20px;
}
figcaption {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #333333;
}
} /* 注意 */


/* *************** Nexus 10 *************** */
@media (min-width: 800px) {

.post-lead h1 {
	font-size: 18px;
}
.post-lead p {
	font-size: 18px;
}
.post-album p {
	font-size: 18px;
}
} /* 注意 */


/* *************** Nexus 7 *************** */
@media (min-width: 960px) {

.post-lead h1 {
	font-size: 18px;
	line-height: 1.5;
}
.post-lead p {
	font-size: 18px;
	line-height: 1.3;
	color: #333333;
		margin-top: 20px;
		margin-bottom: 20px;
}
.post-lead img {
	height: 340px;
	object-fit: cover;
}

ul.image-list  {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 1%;
	row-gap: 10px;
}
.post-album p {
	font-size: 18px;
	line-height: 1.3;
}
} /* 注意 */


/* *************** iPad Pro(12.9-inch) *************** */
@media (min-width: 1024px) {

body {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
} /* 注意 */