﻿@charset 'utf-8';
@import url('/common/css/reset.css');
@import url('/common/css/layout.css');
@import url('/common/mwt-top/css/master.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');



*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
html{
    font-size: 62.5%;
}

/*-------------------- pankuzu */
#pankuzu ul{
    overflow: auto;
    padding: 0 10px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

/*-------------------- Frame */

#container{
    /*font-family: "Noto Serif JP", Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;*/
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2;
    clear: both;
    zoom: 1;
    width: 100%;
    margin: 0 auto !important;
    color: #707070;
}
.w1000{
    position: relative;
    clear: both;
    width: 1000px;
    margin: 0 auto;
}
.box{
    clear: both;
}

/*-------------------- often used */
a{
    text-decoration: none !important;
}
p,
li,
dt,
dd{
    text-align: inherit;
    text-justify: inherit;
}
.sp{
	display: none;
}
/*-------------------- BUTTON */
p.btn a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
}
p.btn a:hover{
    opacity: .4;
    background: #fff;
}
.btn_push a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    content: '\f002';
}
.btn_push a{
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    padding: .8em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;
    color: #fff;
    border-bottom: solid 4px #494949;
    border-radius: 6px;
    background: #f92d88;
}
.btn_push:active{
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    border-bottom: none;
}
/*-------------------- 共通 */
section{
	text-align: center;
	padding: 6em 0;
}
h2{
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
	margin: 1em auto 3em;
	font-size: 3rem;
}

/*-------------------- SiteTitle */
#title{
    position: relative;
}
h1.sitettl{
	margin: 0 auto;
}
h1.sitettl img{
    width: 100%;
}

/*-------------------- about */
#about{
	background: url("../img/bg01.jpeg");
	background-repeat: repeat;
	background-size: 50% 50%;
}
.logo{
	width: 60%;
	margin: 0 auto 4em;
}
.logo img{
	width: 100%;
}
.about_text{
	margin: 0 auto;
	background-color: #ffffff;
	padding: 4em;
	margin-bottom: 4em;
}
.about_text p{
	font-size: 1.6rem;
	display: inline-block;
	text-align: left;
    max-width: 600px;
    width: 100%;
}
.about_text hr{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 1.5em;
}
.about_text .period{
    margin: 0 0 1em;
}
.about_text .period span{
    font-weight: bold;
}
.list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.list_item{
	max-width: 150px;
	width: 90%;
	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;
}
.col_yellow{
	background-color: #ECB83E;
}
.col_green{
	background-color: #94CC40;
}
.col_purple{
	background-color: #8145A2;
}
.col_blue{
	background-color: #43B5CC;
}
.col_pink{
	background-color: #E5486D;
}
/*----------------------------------------- tours*/
#tours{
	background-color: #f5f5f5;
}
.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;
	line-height: 1.5;
}
.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 .tour_text a:hover{
	background-color: #594f3e;
}
.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: 90px;
}
.isikawa  ul .tour_text p{
	height: 300px;
}

/*-------------------- 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;
}
.col_toyama{
	background: #F4981D; 
}
.col_isikawa{
	background: #B1C319; 
}
.col_fukui{
	background: #E50067; 
}
.col_toyama:hover{
	background: #f4771d; 
}
.col_isikawa:hover{
	background: #c3a719; 
}
.col_fukui:hover{
	background: #e50032; 
}
/*-------------------- other_link_contents */
#other_link_contents{
    background: url("../img/bg01.jpeg");
    background-repeat: repeat;
	background-size: 50% 50%;
    padding: 4em 0;
}
#other_link_contents ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#other_link_contents li{
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
#other_link_contents li a{
    position: relative;
    display: block;
    width: 100%;
}
#other_link_contents li a:hover{
    filter: brightness(.8);
}
#other_link_contents li img{
    width: 100%;
}
.caption{
    display: block;
    background: #fff;
    font-size: 16px;
    text-align: left;
    padding: .3em .5em;
    color: #707070;
}
/*-------------------- fadein */
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein-bottom{
      transform: translate(0,30px);
  }
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
/*-------------------- Page-top */
#page-top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
}
#page-top a{
    display: block;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background: #ddd;
}
#page-top a:hover{
    text-decoration: none;
    background: #a5a5a5;
}
