@charset 'utf-8';
/* CSS Document */

@media screen and (max-width: 1000px) {
.w1000{
    position: relative;
    clear: both;
    max-width: 1000px;
	width: 90%;
    margin: 0 auto;
}
/*-------------------- 共通 */
h2{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
	margin: 1em auto 2em;
	font-size: 3rem;
}
/*-------------------- about */
.list_item p{
	font-size: 1.8rem;
}
/*----------------------------------------- tours*/
.tour ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 6em;
}
.tour ul li{
	width: 45%;
}
.tour li h4{
	font-size: 2rem;
	margin: .5em auto;
	text-align: left;
}
.tour li p{
	text-align: left;
}
.tour ul .destination{
	display: flex;
	flex-wrap: nowrap;
}
.tour ul .destination h5{
	font-size: 2rem;
	color: #ffffff;
	width: 30%;
}
.tour ul .destination dt{
	font-size: 2rem;
	background-color: #ffffff;
	width: 70%;
}
.tour ul .tour_text{
	background-color: #ffffff;
}
.tour ul .tour_text p{
	padding: 1em;
	height: 200px;
}
.tour ul .tour_text h5{
	text-align: center;
	padding: 1em;
}
.tour ul .tour_text a{
	display: inline-block;
	width: 90%;
	font-size: 2rem;
	color: #ffffff;
	background-color: #CBB48E;
	border-radius: 10px;
	padding: 10px 40px;
}
.tour ul li img{
	width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.toyama h2{
	border-bottom: 4px solid;
	border-bottom-color: #F4981D;
	display: inline-block;
    padding-bottom: 5px;
}
.isikawa h2{
	border-bottom: 4px solid;
	border-bottom-color: #B1C319;
	display: inline-block;
    padding-bottom: 5px;
}
.fukui h2{
	border-bottom: 4px solid;
	border-bottom-color: #E50067;
	display: inline-block;
    padding-bottom: 5px;
}
.isikawa  li h4{
	height: 100px;
}
.isikawa  ul .tour_text p{
	height: 350px;
}
.fukui li h4{
	height: 80px;
}
}
/* Tablet */
@media screen and (max-width: 900px) {
/*-------------------- 共通 */
.pc{
	display: none;
}
.sp{
	display: block;
}
section{
	text-align: center;
	padding: 4em 0;
}
h2{
	margin: 1em auto 2em;
	font-size: 3rem;
}

/*-------------------- about */
.logo{
	margin-bottom: 4em;
}
	.logo img{
		width: 100%;
	}
.about_text{
	margin: 0 auto;
	background-color: #ffffff;
	padding: 4em;
	margin-bottom: 4em;
}
.about_text p{
	font-size: 1.4rem;
	display: inline-block;
	text-align: left
}
.list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 10px;
}
.list_item{
	max-width: 120px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
.list_item h3{
	font-size: 2rem;
	padding: 1em;
	color: #ffffff;
}
.list_item div{
	  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
	margin-top: 20px;
}
.list_item p{
	font-size: 1.8rem;
}
/*----------------------------------------- tours*/
.tour ul{
	display: block;
	margin-bottom: 6em;
}
.tour ul li{
	width: 100%;
	margin-bottom: 4em;
}
.tour li h4{
	font-size: 2rem;
	margin: .5em auto;
	text-align: left;
	height: auto;
}
.tour li p{
	text-align: left;
}
.tour ul .destination{
	display: flex;
	flex-wrap: nowrap;
}
.tour ul .destination h5{
	font-size: 2rem;
	color: #ffffff;
	width: 30%;
	padding: 1em;
}
.tour ul .destination dt{
	font-size: 2rem;
	background-color: #ffffff;
	width: 70%;
	padding: 1em;
}
.tour ul .tour_text{
	background-color: #ffffff;
}
.tour ul .tour_text p{
	padding: 1em;
	height: auto;
}
.tour ul .tour_text h5{
	text-align: center;
	padding: 1em;
}
.tour ul .tour_text a{
	display: inline-block;
	font-size: 2rem;
	color: #ffffff;
	background-color: #CBB48E;
	border-radius: 10px;
	padding: 10px 40px;
}
.tour ul li img{
	width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.toyama h2{
	border-bottom: 4px solid;
	border-bottom-color: #F4981D;
	display: inline-block;
    padding-bottom: 5px;
}
.isikawa h2{
	border-bottom: 4px solid;
	border-bottom-color: #B1C319;
	display: inline-block;
    padding-bottom: 5px;
}
.fukui h2{
	border-bottom: 4px solid;
	border-bottom-color: #E50067;
	display: inline-block;
    padding-bottom: 5px;
}

/*-------------------- link_contents */
#link_contents ul{
	display: flex;
	justify-content: space-between;
}
#link_contents ul li{
	width: 30%;
	border-radius: 10px;
}
#link_contents ul li a{
	font-size: 2rem;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
}
}
@media only screen and (max-width: 600px) {
/*-------------------- 共通 */
section{
	padding: 2em 0;
}
h2{
	margin: 1em auto 1em;
	font-size: 3rem;
}

/*-------------------- about */
.logo{
	margin: 0 auto 2em;
}
.about_text{
	margin: 0 auto;
	background-color: #ffffff;
	padding: 4em;
	margin-bottom: 4em;
}
.about_text p{
	font-size: 1.2rem;
	display: inline-block;
	text-align: left
}
.list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 10px;
}
.list_item{
	max-width: 120px;
	width: 90%;
	background-color: #ffffff;
	text-align: center;
}
.list_item h3{
	font-size: 1.8rem;
	padding: 1em;
	color: #ffffff;
}
.list_item div{
	  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
	margin-top: 20px;
}
.list_item p{
	font-size: 1.4rem;
}
/*----------------------------------------- tours*/
.tour ul{
	display: block;
	margin-bottom: 6em;
}
.tour ul li{
	width: 100%;
	margin-bottom: 4em;
}
.tour li h4{
	font-size: 2rem;
	margin: .5em auto;
	text-align: left;
	height: auto;
}
.tour li p{
	text-align: left;
}
.tour ul .destination{
	display: flex;
	flex-wrap: nowrap;
}
.tour ul .destination h5{
	font-size: 2rem;
	color: #ffffff;
	width: 30%;
	padding: .5em;
}
.tour ul .destination dt{
	font-size: 2rem;
	background-color: #ffffff;
	width: 70%;
	padding: .5em;
}
.tour ul .tour_text{
	background-color: #ffffff;
}
.tour ul .tour_text p{
	padding: 1em;
	height: auto;
}
.tour ul .tour_text h5{
	text-align: center;
	padding: 1em;
}
.tour ul .tour_text a{
	display: inline-block;
	font-size: 1.6rem;
	color: #ffffff;
	background-color: #CBB48E;
	border-radius: 10px;
	padding: 10px 40px;
}
.tour ul li img{
	width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.toyama h2{
	border-bottom: 4px solid;
	border-bottom-color: #F4981D;
	display: inline-block;
    padding-bottom: 5px;
}
.isikawa h2{
	border-bottom: 4px solid;
	border-bottom-color: #B1C319;
	display: inline-block;
    padding-bottom: 5px;
}
.fukui h2{
	border-bottom: 4px solid;
	border-bottom-color: #E50067;
	display: inline-block;
    padding-bottom: 5px;
}

/*-------------------- link_contents */
#link_contents ul{
	display: block;
}
#link_contents ul li{
	width: 100%;
	border-radius: 10px;
	margin-top: 2em;
}
#link_contents ul li a{
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
}
}

/* Smart */
@media only screen and (max-width: 500px){
/*-------------------- 共通 */
section{
	padding: 2em 0;
}
h2{
	margin: 1em auto 1em;
	font-size: 2rem;
}

/*-------------------- about */
.logo{
	margin: 0 auto 2em;
}
.about_text{
	margin: 0 auto;
	background-color: #ffffff;
	padding: 2em;
	margin-bottom: 4em;
}
.about_text p{
	font-size: 1.2rem;
	display: inline-block;
	text-align: left
}
.list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	column-gap: 10px;
}
.list_item{
	max-width: 120px;
	width: 90%;
	background-color: #ffffff;
	text-align: center;
}
.list_item h3{
	font-size: 1.4rem;
	padding: 1em;
	color: #ffffff;
}
.list_item div{
	  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
	margin-top: 10px;
}
.list_item p{
	font-size: 1.2rem;
}
/*----------------------------------------- tours*/
.tour ul{
	margin-bottom: 4em;
}
.tour ul li{
	width: 100%;
	margin-bottom: 4em;
}
.tour li h4{
	font-size: 1.6rem;
	margin: .5em auto;
	text-align: left;
	height: auto;
}
.tour li p{
	text-align: left;
}
.tour ul .destination{
	display: flex;
	flex-wrap: nowrap;
}
.tour ul .destination h5{
	font-size: 1.6rem;
	color: #ffffff;
	width: 30%;
	padding: .5em;
}
.tour ul .destination dt{
	font-size: 1.6rem;
	background-color: #ffffff;
	width: 70%;
	padding: .5em;
}
.tour ul .tour_text p{
	font-size: 1.2rem;
}
.tour ul .tour_text h5{
	text-align: center;
	padding: 1em;
}
.tour ul .tour_text a{
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	color: #ffffff;
	background-color: #CBB48E;
	border-radius: 10px;
	padding: 10px 40px;
}
}