@charset "utf-8";

/*
	ぷらり！伊達の五感旅。　共通CSS

	create	20260109-

*/

/* ----- import ----- */
@import url("import_html5reset-1.6.1.css") all;		/* リセット */
@import url("import_text.css") all;		/* テキスト */


/* ----- 基本カラー設定 ----- */
:root {
	--body-bgcolor: #FFFBF6;
	--foot-bgcolor: #F1DCC2;
	--title-color: #CB2E27;
	--text-color: #333333;
	--point-gray: #DDDDDD;
	/* 初期値 */
	--area-date: #E65064;
	--area-hobara: #FF7D21;
	--area-yanagawa: #6CBA1E;
	--area-ryozen: #008EB0;
	--area-tukidate: #D550B6;
	--cat-taberu: #2E7EC0;
	--cat-kau: #2E7EC0;
}

/* ----- 共通 ----- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: var(--body-bgcolor);
	color: var(--text-bgcolor);
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:hover {
	color: #FF3300;
}
::placeholder {
	color: #ccc;
}



/* ------------------------------
	回り込み解除
------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearboth {	clear: both; }


/* ------------------------------
	工事中
------------------------------ */
.underConstruction {
	width: 100%;
	padding: 118px 0!important;
	text-align: center!important;
}
.underConstruction > span {
	font-size: 3.2rem;
	margin: 0 0 18px;
	display: block;
}
.underConstructionHead {
	color: #104B87;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 15px;
	text-align: left;
	padding: 15px;
	border-radius: 8px;
}


/* ------------------------------
	データなし
------------------------------ */
.nodata {
	width: 100%;
	line-height: 2;
	text-align: center;
	padding: 100px 0;
}


/* ------------------------------
	アイコン
------------------------------ */
.icon_img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
}
.tipped {color: #ccc;}



/* ------------------------------
	ローディングぐるぐる
------------------------------ */
.loading {
	margin: 0px auto;
	padding: 55px 0;
	width: 32px;
	background: url(../img/loading.gif) no-repeat 0px 40px;
	height: 32px;
}


/* ------------------------------
	色設定
------------------------------ */
.inputError {
	background-color: #ffedf8;
	border: 1px solid #f00;
}
.fa-file-pdf {
	color: #bc1d07;
}
.fa-file-word {
	color: #103f91;
}
.fa-file-excel {
	color: #185c37;
}
.fa-file-archive {
	color: #000;
}
.fa-file-powerpoint{
	color: #d35230;
}
.fa-volume-high { color: #9093a1; }
.fa-podcast { color: #893289; }


/* ------------------------------
	スクロールバー
------------------------------ */
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}



/* ---------------------------------------------------------
	約320px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
img {	width: 100%; }

/* header
------------------------------ */
header {
	margin: 0;
	padding: 0;
}
header h1 {
	text-align: left;
	margin: 0;
	padding: 20px 15px 15px;
}
header h1 img {
	width: 214px;
	position: relative;
}

/* ----- .naviBlock ----- */
header .naviBlock {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	transition: .5s;
	z-index: 99;
}
header .naviBlock .menuBtn {
	font-size: 24px;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 9px 0 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
header .naviBlock .navi {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 111px 0 0 0;
	background-color: rgba(255,251,246,0.88);
	display: none;
	z-index: 88;
}
header .naviBlock .navi.open {
	display: block;
}
header .naviBlock .navi ul {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0;
}
header .naviBlock .navi ul li {
	width: 100%;
	margin: 0 0 33px;
}
header .naviBlock .navi ul li a {
	color: var(--title-color);
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
header .naviBlock .navi .tori_illust {
	width: 80px;
	margin: 0 auto;
}
header .naviBlock .navi .tori_illust img {
	width: 100%;
}



/* main
------------------------------ */
main {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* footer
---------------------------------------- */
footer {
	margin: 0;
	padding: 40px 0 0 0;
	background-color: var(--foot-bgcolor);
}
footer .footMenu {
	margin: 0 auto 40px;
	padding: 0;
}
footer .footMenu ul {
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
footer .footMenu ul li {
	width: 50%;
}
footer .footMenu ul li a {
	color: var(--title-color);
	font-size: 1.6rem;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border: 1px solid var(--body-bgcolor);
	display: block;
}
footer .footBlock h2 {
	width: 268px;
	margin: 0 auto 30px;
}
footer .footBlock h2 img {
	width: 100%;
}
footer .footBlock h3 {
	color: var(--title-color);
	font-size: 1.8rem;
	margin: 0 auto 15px;
}
footer .footBlock .address {
	color: var(--title-color);
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	width: 200px;
	margin: 0 auto 10px;
}
footer .footBlock .eigyo {
	color: var(--title-color);
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 40px;
}
footer .copyright {
	color: var(--title-color);
	font-size: 1.4rem;
	margin: 0;
	padding: 15px 0;
	background-color: var(--body-bgcolor);
}



/* パンくず
---------------------------------------- */
.pankuzu {
	width: 100%;
	color: var(--title-color);
	margin: 0 0 10px;
	padding: 15px 0;
	background-color: #DDDDDD;
}
.pankuzu ul {
	font-size: 1.2rem;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pankuzu ul li {
	display: none;
}
.pankuzu ul li:nth-last-of-type(3) {
	display: none;
}
.pankuzu ul li:nth-last-of-type(2) {
	display: block;
	width: 30px;
}
.pankuzu ul li:nth-last-of-type(2) span {
	display: none;
}
.pankuzu ul li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.pankuzu ul li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.pankuzu ul li a {
	color: var(--title-color);
}



/* ----- .btnTop ----- */
.btnTop {
	width: 80px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
.btnTop a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	float: right;
	transition: all 0.3s;
}
.btnTop a:hover {
	transform: rotateY(-360deg);
}



@media screen and (min-width: 370px){
	/*	約370px以上の画面向けスタイル */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

	/* header
	------------------------------ */
	header h1 img {
		width: 254px;
	}

	/* パンくず
	---------------------------------------- */
	.pankuzu {
		padding: 20px;
	}

	/* main
	------------------------------ */
	main {
	}

	/* foot
	------------------------------ */
	footer .footMenu ul {
		justify-content: center;
		gap: 22px;
	}
	footer .footMenu ul li {
		width: auto;
	}
	footer .footMenu ul li a {
		padding: 0;
		border: none;
	}
	footer .footMenu ul li:first-of-type {
		display: block;
	}
}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

	/* header
	------------------------------ */

	/* main
	------------------------------ */

	/* footer
	------------------------------ */

}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル */

	/* header
	------------------------------ */
	header {
		padding: 0 calc(50% - 520px);
	}

	/* main
	------------------------------ */
	/* ----- パンくず ----- */
	.pankuzu {
		padding: 12px calc(50% - 520px);
	}
	.pankuzu ul {
		width: calc(100% - 260px);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.pankuzu ul li {
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: left;
		margin-left: 5px;
		margin-right: 5px;
		display: block;
	}
	.pankuzu ul li:after {
		content: "　>";
	}
	.pankuzu ul li:last-of-type:after {
		content: "";
	}
	.pankuzu ul li:nth-last-of-type(3) {
		display: inline-block;
	}
	.pankuzu ul li:nth-last-of-type(3) span {
		display: inline-block;
	}
	.pankuzu ul li:nth-last-of-type(3) i {
		display: none;
	}
	.pankuzu ul li:nth-last-of-type(2) {
		display: block;
		width: auto;
	}
	.pankuzu ul li:nth-last-of-type(2) i {
		display: none;
	}
	.pankuzu ul li:nth-last-of-type(2) span {
		display: inline-block;
	}
	.pankuzu ul li:first-of-type {
		display: inline-block;
	}
	.pankuzu ul li:first-of-type i {
		display: inline-block;
	}
	.pankuzu ul li:last-of-type {
		display: block;
		width: auto;
		margin: 0 0 0 10px;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
	}


	/* footer
	------------------------------ */

}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル */

	/* header
	------------------------------ */
	header {
		display: flex;
		justify-content: space-between;
		padding: 0 calc(50% - 600px);
	}
	header h1 {
		padding: 30px;
	}
	header h1 img {
		width: 300px;
	}
	header .naviBlock {
		position: initial;
	}
	header .naviBlock .menuBtn {
		display: none;
	}
	header .naviBlock .navi {
		text-align: right;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 100px 0 0;
		background: none;
		display: block;
		position: relative;
	}
	header .naviBlock .navi ul {
		margin: 0 30px 0 0;
		list-style: none;
		display: flex;
		justify-content: right;
		gap: 30px;
	}
	header .naviBlock .navi ul li {
		width: auto;
		margin: 33px 0 0;
	}
	header .naviBlock .navi ul li a {
		font-size: 1.6rem;
	}
	header .naviBlock .navi ul li a:hover {
		font-weight: bold;
		padding-bottom: 2px;
		border-bottom: 2px solid var(--title-color);
	}
	header .naviBlock .navi ul li.select a {
		font-weight: bold;
		padding-bottom: 2px;
		border-bottom: 2px solid var(--title-color);
	}
	header .naviBlock .navi .tori_illust {
		width: 80px;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	header .naviBlock .navi .tori_illust img {
		width: 100%;
	}

	/* main
	------------------------------ */
	/*----- パンくず -----*/
	.pankuzu {
		padding: 12px calc(50% - 600px);
	}


	/* footer
	------------------------------ */
	footer {
		padding: 50px 0 0 0 ;
	}
	footer .footBlock h2 {
		width: 350px;
	}
	footer .footBlock h3 {
		font-size: 2rem;
		margin: 0 atuo 20px;
	}
	footer .footBlock .address {
		font-size: 1.6rem;
		width: 211px;
	}
	footer .footBlock .eigyo {
		margin: 0 auto 50px;
	}
}



@media screen and (min-width: 1366px){
	/*	約1600px以上の画面向けスタイル */

	/* header
	------------------------------ */
	header {
		padding: 0 calc(50% - 660px);
	}

	/* main
	------------------------------ */

	/* footer
	------------------------------ */

}
