@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 70px;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco span{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
	.deco span{
    display: inline-block;
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size:8px;
	}
}

a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 30px auto;
  padding: 15px 0 20px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 80%;
    display: block;
    margin: 15px auto 20px;
    padding: 10px 0 15px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 85% ;
  }
}
p.credit {
	position: absolute;
	top:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 12px;
}
@media screen and (max-width: 759.9px){
  p.credit {
    position: absolute;
    top:5px;
    bottom: auto;
    right:5px;
    padding: 0 5px;
    font-size: 10px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 450px;
  margin: 0;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2{
  width: 100%;
  text-align: center;
}
.page_roof h2 img{
  width:80%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    position: relative;
    width: 100%;
    padding-top: 50%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

nav#pageNav {
	background: url("../images/bg_menu.png") repeat-x top ;
	background-size: auto 100%;
	width: 100%;
}
nav#pageNav ul a,
nav#pageNav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media screen and (min-width: 760px){
	nav#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	nav#pageNav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 80px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
}
@media screen and (max-width: 759.9px){
	nav#pageNav ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	nav#pageNav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 70px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
}
	nav#pageNav ul a img{
    height: 100%;
    width: auto;
	}

nav#pageNav ul a:first-child{
	background: url("../images/menu_line.svg") no-repeat center left,
		url("../images/menu_line.svg") no-repeat center right;
	background-size: 1px;
}
nav#pageNav ul a:after{
	font-family: "Font Awesome 5 Free";
  	content: "\F107";
	font-weight: 900;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
/*-------------about高岡 --------------*/
.paddingTop{/*----メニューバーを固定したとき余白追加----*/
	padding-top: 80px;
}
#about {
  width: 100%;
	background:url("../images/amaharashikaigan.jpg") no-repeat center center;
  background-size: cover;
  padding:20px 0;
  margin: 0;
}
#about .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .inner h2{
  width: 25%;
	font-size: 180%;
	font-weight: bold;
  color: #FFFFFF;
}
#about .inner h2 img{
  max-width: 100%;
}
#about .inner .comment{
  width: 73%;
}
#about .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
  color: #FFFFFF;
  background: rgba(57,91,129,0.3);
  padding: 20px;
}
@media screen and (max-width: 759.9px){
	#about .inner h2{
		font-size: 140%;
    align-self: flex-start;
    margin-top: -20px;
	}
	#about .inner p{
		font-size: 110%;
	}
}
/*-------------氷見温泉郷  --------------*/
#himi {
  width: 100%;
  /*padding-top: 62.5%;*/
	background:url("../images/himionsen.jpg") no-repeat center bottom;
  background-size: cover;
  margin: 0;
  /*position: relative;*/
}
#himi .inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
#himi .inner h2{
  width: 20%;
}
#himi .inner h2 img{
  max-width: 100%;
}
#himi .inner .comment{
  width: 80%;
  padding:0;
}

#himi .inner .comment > p{
  padding:0;
	font-size: 110%;
	font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),1px 1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8),-1px -1px 2px rgba(255,255,255,0.8);
}
#himi .efficacy{
  background: rgba(255,255,255,0.6);
  width: 80%;
  margin: 20px auto 0;
  padding: 20px 20px 10px 20px;
}
#himi .efficacy li{
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#himi .efficacy li h3{
  font-size: 100%;
  border-left: solid 5px rgba(198,162,241,1.00);
  padding-left: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: normal;
}
#himi .efficacy li p{
  font-size: 100%;
  font-weight: normal;
}
@media screen and (max-width: 759.9px){
  #himi .inner {
    padding: 60px 0;
  }
  #himi .inner h2{
    align-self: flex-start;
    margin-top: -20px;
  }
  #himi .efficacy{
    background: rgba(255,255,255,0.6);
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 10px 5px 10px;
  }
  #himi .efficacy li{
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  #himi .efficacy li h3{
    font-size: 100%;
    border-left: solid 5px rgba(198,162,241,1.00);
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #himi .efficacy li p{
    font-size: 100%;
    font-weight: normal;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
  background: #EEEEEE;
}
.pageContent:nth-child(odd) {
  background: #EDEAE8;
}

.pageContent .bg > .inner,
.pageContent > .inner{
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 80px 0 40px;
	text-align: center;
}
.pageContent > .inner > h2{
  background: url("../images/bg_h2.png") no-repeat center bottom;
  background-size: auto 25px;
  padding:0 20px 30px 20px;
  margin-bottom: 20px;
  font-size: 160%;
  display: inline-block;
  min-width: 300px;
}

@media screen and (max-width: 759.9px){
	.pageContent > .inner {
		width: 90%;
   	padding: 70px 0 30px;
	}
  .pageContent > .inner > h2{
    background: url("../images/bg_h2.png") no-repeat center bottom;
    background-size: auto 20px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-size: 130%;
  }
}
/*-----観光スポット-----*/
#kankospot .comment {
  padding: 10px;
  text-align: left;
}
#kankospot .comment h3{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#kankospot .comment p{
  text-align: left;
}
#kankospot .data{
  border-top: 1px dotted #CCCCCC;
  padding: 10px;
}
#kankospot .data dl{
  text-align: left;
  font-size: 100%;
  margin-bottom: 5px;
}
#kankospot .data dl dt{
  font-weight: bold;
  font-size: 90%;
  display: inline-block;
  margin-right: -0.5em;
}
#kankospot .data dd{
  padding-left: 0.5em;
  line-height: 1.4;
  display: inline-block;
}
#kankospot .data a{
  display: block;
  font-size: 85%;
  margin-bottom: 5px;
}
p.current{
  text-align: right;
  font-size: 80%;
}
@media screen and (max-width: 759.9px){
}
/*-----お土産・グルメ-----*/
#omiyage .comment {
  padding: 10px;
  text-align: left;
}
#omiyage .comment h3{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#omiyage .comment p{
  text-align: left;
}
@media screen and (max-width: 759.9px){
}

/*-----やりたいこと-----*/
#challenge {
	width: 100%;
}
#challenge .frame {
	width: 90%;
	padding: 12px;
  margin: 0 auto;
  background: url("../images/frame_rb.png")no-repeat right bottom,
    url("../images/frame_lb.png")no-repeat left bottom,url("../images/frame_rt.png")no-repeat right top,url("../images/frame_lt.png")no-repeat left top;
  background-size: 20px 20px;
  position: relative;
}
#challenge .frame::before {
  position: absolute;
  top:18px;
  left: 18px;
  right:18px;
  bottom:18px;
  content: "";
	border: 3px solid #03351d;
  background: #FFFFFF;
}
#challenge .frame .waku {
	border: 1px solid #03351d;
  padding: 30px 0 30px;
  position: relative;
  text-align: left;}
#challenge dl{
  width:90%;
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#challenge dl dd{
  width:60%;
	padding: 0 10px;
}
#challenge dl dt{
  width:40%;
}
#challenge dl dt img{
  width:100%;
}
#challenge ul li{
  margin-bottom: 20px;
}
#challenge li h3{
  font-size: 150%;
}
#challenge ul h3::before{
  content:"◆";
  color: #bd8d87;
  margin-right: 5px;
}
#challenge li p{
  font-size: 120%;
  padding-left: 1.5em;
}
#challenge .swiper-slide {
  background: #FFFFFF;
}
p.caption{
	width: 100%;
	text-align: center;
	padding: 2px 0;
	font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 759.9px){
  #challenge dl dd{
    width:100%;
  }
  #challenge dl dt{
    width:90%;
  }
  #challenge li h3{
    font-size: 120%;
  }
  #challenge li p{
    font-size: 100%;
  }
}
/*----観光列車-----*/
#train p{
	margin-bottom: 10px;
}
.homepage a{
	font-size: 90%;
}
@media screen and (max-width: 759.9px){
	.homepage {
		text-align: left;
	}
}
#train img {
	width: 100%;
	margin-bottom: 10px;
}
#train h3 {
	border-bottom: 3px dashed #03351d;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#train p{
	margin-bottom: 10px;
}
.homepage a{
	font-size: 90%;
}
@media screen and (max-width: 759.9px){
	.homepage {
		text-align: left;
	}
	#train h3{
		font-weight: bold;
	}
	#train p{
		text-align: left;
	}
}
/*-----アクセス-----*/
.access_unit{
  width: 100%;
  display: flex;
  margin: 20px 0 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_unit .box {
  width: 48%;
  margin-bottom:20px;
  padding: 10px 20px 15px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  text-align: left;
}
.access_unit .box h2{
  font-size: 150%;
  margin: 5px 0;
  text-align: left;
  color: #007335;
}
@media screen and (max-width: 759.9px){
  .access_unit .box {
    width: 90%;
    margin: 10px auto;
  }
}
.box.air {
  background: url("../images/icon_air.svg") no-repeat top 10px right 15px #FFFFFF;
  background-size:50px;
}
.box.train {
  background: url("../images/icon_train.svg") no-repeat top 10px right 15px #FFFFFF;
  background-size:50px;
}
.box.shinkansen {
  background: url("../images/icon_shinkansen.svg") no-repeat top 20px right 15px #FFFFFF;
  background-size:100px;
}
.box.bus {
  background: url("../images/icon_bus.svg") no-repeat top 20px right 15px #FFFFFF;
  background-size:90px;
}
.box.car {
  background: url("../images/icon_car.svg") no-repeat top 20px right 15px #FFFFFF;
  background-size:60px;
}

/*-----ホテル-----*/
.hotel_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hotel_unit dl {
  width: 48%;
  margin: 20px 1%;
  background: #FFFFFF;
  border: 1px solid #CCC;
}
.hotel_unit dl dt,
.hotel_unit dl dd,
.hotel_unit dl dt img{
  width: 100%;
}
.hotel_unit dl h3{
  margin: 10px 0 20px;
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 759.9px){
  .hotel_unit dl h3{
    margin: 10px 0;
    font-size: 110%;
  }
  .hotel_unit dl dd > p{
    font-size: 90%;
		text-align: left;
		padding: 0 10px;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-container.inbox .swiper-slide .photo {
  position: relative;
}
.swiper-pagination.inbox {
	bottom: 10px;
}
.swiper-pagination.inbox {
	bottom: 10px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
/*-----mainSwiper--------------------*/
.swiper-container.main{
	width: 100%;
  max-width: 950px;
	margin:20px auto 0;
  padding: 0 5%;
}
.swiper-container.main::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
}
.swiper-container.main::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index: 1;
}
#omiyage .swiper-container.main::before,
#omiyage .swiper-container.main::after{
  background: #EEEEEE;
}
#kankospot .swiper-container.main::before,
#kankospot .swiper-container.main::after{
  background: #EDEAE8;
}
.swiper-container.main .swiper-slide {
  border: 1px solid #CCCCCC;
  background: rgba(255,255,255,0.6);
}
.swiper-button-prev.main::after,
.swiper-button-next.main::after{
  display: none;
}
.swiper-pagination.main {
	bottom: 15px;
}

.swiper-pagination.main .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-pagination.main .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev.main::after,
.swiper-button-next.main::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev.main:hover::after,
.swiper-button-next.main:hover::after{
	opacity: 1;
}
.swiper-button-prev.main{
	left:5px;
	top:48%;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
.swiper-button-next.main{
	right:5px;
	top:48%;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.main i{
		font-size: 20px;
		margin-left: -25px;
	}
	.swiper-button-next.main i{
		font-size: 20px;
		margin-right: -25px;
	}
	.swiper-button-prev.main{
		left:5px;
		top:46%;
	}
	.swiper-button-next.main{
		right:5px;
		top:46%;
	}
}
