@charset "utf-8";
/**
 * jtb style.css 0.0.1
 * Released on: 01,2024
 */


/* # =================================================================
   # Global nav
   # ================================================================= */

.nav_bg{
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #B7A34F;    
}
.nav_bg ul{
	padding: 0px;
	margin: 0px auto;
}
.nav_bx{
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.nav_bx li{
	width:calc(100%/4);
	border-left: 1px solid #FFFFFF;
  font-feature-settings: "palt";
}
.nav_bx li:last-child{
	border-right: 1px solid #FFFFFF;
}
.nav_bx .icon_nav{
    width: 100%;
    background-size: 50px 50px;
    background-position: center 0%;
    padding-top: 55px;
    padding-bottom: 10px;}

.nav_bx ._map{
    background-image: url(../images/common/icon_map.png);
}
.nav_bx ._osusume{
    background-image: url(../images/common/icon_osusume.png);
}
.nav_bx ._plan{
    background-image: url(../images/common/icon_plan.png);
}
.nav_bx ._pamf{
    background-image: url(../images/common/icon_pamf.png);
}


@media screen and (max-width: 1280px) {
	
.nav_bx li{
	width:calc(100%/4);
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.nav_bx li:last-child{
	border-right: 0px solid #FFFFFF;
}
}
@media screen and (max-width: 980px) {

.nav_bx li{
	font-size: 90%;
}

}
@media screen and (max-width: 680px) {

.nav_bx li{
	font-size: 85%;
}

.nav_bx .icon_nav{
    width: 100%;
    background-size: 0px 0px;
    background-position: center 0%;
    padding-top: 0px;
    padding-bottom: 0px;}
._map{
    line-height: 32px;
}
}
/*--------------------------------------------------------------
# anchor-button
--------------------------------------------------------------*/

.anchor-button {
    display: flex;
    line-height: 120%;
    text-decoration: none;
    color: #fff;
    font-size: 180%;
    width: 100%;
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    padding-top: 10px;
    justify-content: center;
    padding-bottom: 25px;
}

.anchor-button:link,
.anchor-button:visited{
	color: #fff!important;
	text-decoration: none;
}
.anchor-button::before, .anchor-button::after {
	content: "";
	display: block;
	position: absolute;
	top: 90%;
	right: 50%;
	transform-origin: 100% 50%;
	height: 1px;
	width: 11px;
	background-color: #fff;
	will-change: transform;
	transition: .3s;
}
.anchor-button::before {
  transform: translateY(-50%) rotate(135deg);
}

.anchor-button::after {
  transform: translateY(-50%) rotate(45deg);
}

.anchor-button:hover {
  background-color: #AB3524;
}

.anchor-button:hover::before {
    transform: translate(0px, -50%) rotate(135deg);
}

.anchor-button:hover::after {
  transform: translate(0px, -50%) rotate(45deg);
}
@media screen and (max-width: 680px) {
.anchor-button {
    font-size: 160%;
    padding-top: 10px;
    padding-bottom: 20px
}
.anchor-button::before, .anchor-button::after {
	height: 1px;
	width: 8px;
    bottom: 10px!important;
	top: 85%;
}
}
@media screen and (max-width: 420px) {
.anchor-button {
    font-size: 120%;;
	}}
/*--------------------------------------------------------------
# dc_point_title
--------------------------------------------------------------*/

.dc_point_title{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    background: url("../images/top/l_flower.png") no-repeat top left , url("../images/top/r_flower.png") no-repeat bottom right;
}

@media screen and (max-width: 980px) {
  .dc_point_title{
	width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/top/l_flower_s.png") no-repeat top left , url("../images/top/r_flower_s.png") no-repeat bottom right;
}
  
}

@media screen and (max-width: 680px) {
  .dc_point_title{
	width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/top/l_flower_s.png") no-repeat top left -200px , url("../images/top/r_flower_s.png") no-repeat bottom right -200px;
}
  
}
.point_title{
    font: bold 30px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    background-image: url(../images/top/title_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    font-feature-settings: "palt";
}

.point_title_fukui{
    font: 40px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    background-image: url("../images/top/title_line_fukui.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    font-feature-settings: "palt";
    margin-bottom: 30px;
}
.point_title_ishikawa{
    font: 40px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    background-image: url("../images/top/title_line_ishikawa.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    font-feature-settings: "palt";
    margin-bottom: 30px;
}
.point_title_toyama{
    font: 40px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    background-image: url("../images/top/title_line_toyama.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    font-feature-settings: "palt";
    margin-bottom: 30px;
}

.dc_point_img{
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.dc_point_title img,.dc_point_img img{
	width: 100%;
}

@media screen and (max-width: 680px) {

.point_title_fukui{
    font: 30px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.point_title_ishikawa{
    font: 30px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 30px;
}
.point_title_toyama{
    font: 30px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.point_title{
    font: bold 24px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    padding-bottom: 15px;
}
.dc_point_img{
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}
.dc_map_titlebg{
    border-top: 5px solid #FFA0A3;
    margin-bottom: 50px;
    background: rgb(220,150,180);
    background: -moz-linear-gradient(90deg, rgba(220,150,180,1) 0%, rgba(255,210,220,1) 25%, rgba(255,255,255,1) 50%, rgba(255,210,220,1) 75%, rgba(220,150,180,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(220,150,180,1) 0%, rgba(255,210,220,1) 25%, rgba(255,255,255,1) 50%, rgba(255,210,220,1) 75%, rgba(220,150,180,1) 100%);
    background: linear-gradient(90deg, rgba(220,150,180,1) 0%, rgba(255,210,220,1) 25%, rgba(255,255,255,1) 50%, rgba(255,210,220,1) 75%, rgba(220,150,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc96b4",endColorstr="#dc96b4",GradientType=1);
}
.dc_osusume_titlebg{
    border-top: 5px solid #2896C8;
    margin-bottom: 50px;
    background: rgb(43,149,191);
    background: -moz-linear-gradient(90deg, rgba(43,149,191,1) 0%, rgba(255,255,255,1) 50%, rgba(43,149,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(43,149,191,1) 0%, rgba(255,255,255,1) 50%, rgba(43,149,191,1) 100%);
    background: linear-gradient(90deg, rgba(43,149,191,1) 0%, rgba(255,255,255,1) 50%, rgba(43,149,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b95bf",endColorstr="#2b95bf",GradientType=1);
}
.dc_plan_titlebg{
    border-top: 5px solid #DF8000;
    margin-bottom: 2px;
    background: rgb(230,152,59);
    background: -moz-linear-gradient(90deg, rgba(230,152,59,1) 0%, rgba(255,255,255,1) 50%, rgba(230,152,59,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230,152,59,1) 0%, rgba(255,255,255,1) 50%, rgba(230,152,59,1) 100%);
    background: linear-gradient(90deg, rgba(230,152,59,1) 0%, rgba(255,255,255,1) 50%, rgba(230,152,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6983b",endColorstr="#e6983b",GradientType=1);
}

.dc_pamf_titlebg{
    border-top: 5px solid #642D82;
    margin-bottom: 50px;
    background: rgb(50,50,130);
    background: -moz-linear-gradient(90deg, rgba(50,50,130,1) 0%, rgba(255,255,255,1) 50%, rgba(50,50,130,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(50,50,130,1) 0%, rgba(255,255,255,1) 50%, rgba(50,50,130,1) 100%);
    background: linear-gradient(90deg, rgba(50,50,130,1) 0%, rgba(255,255,255,1) 50%, rgba(50,50,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323282",endColorstr="#323282",GradientType=1);
}


/*--------------------------------------------------------------
# area_map
--------------------------------------------------------------*/
#area_map{
display: block;
padding-top: 120px;
margin-top: -120px;
}
@media screen and (max-width: 680px) {
#area_map{
display: block;
padding-top: 60px;
margin-top: -60px;
}
    
.dc_osusume_titlebg,
.dc_map_titlebg{
    margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
# area-anchor-button
--------------------------------------------------------------*/

.area-anchor-button01 {
	display: flex;
	line-height: 120%;
	text-decoration: none;
	color: #00aedc;
	font-size: 180%;
	width: 100%;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	padding-top: 20px;
	justify-content: center;
	padding-bottom: 30px;
	border: 2px solid #00aedc;
	border-radius: 10px;
}

.area-anchor-button01:link,
.area-anchor-button01:visited{
	color: #00aedc!important;
	text-decoration: none;
}
.area-anchor-button01::before, .area-anchor-button01::after {
	content: "";
	display: block;
	position: absolute;
	top: 90%;
	right: 50%;
	transform-origin: 100% 50%;
	height: 1px;
	width: 11px;
	background-color: #00aedc;
	will-change: transform;
	transition: .3s;
}
.area-anchor-button01::before {
  transform: translateY(-50%) rotate(135deg);
}

.area-anchor-button01::after {
  transform: translateY(-50%) rotate(45deg);
}

.area-anchor-button01:hover {
	background-color: #FFFF00;
}

.area-anchor-button01:hover::before {
    transform: translate(0px, -50%) rotate(135deg);
}

.area-anchor-button01:hover::after {
  transform: translate(0px, -50%) rotate(45deg);
}
@media screen and (max-width: 680px) {
.area-anchor-button01 {
    font-size: 160%;
}
}
@media screen and (max-width: 420px) {
.area-anchor-button01 {
    font-size: 140%;
}
}

.area-anchor-button02 {
	display: flex;
	line-height: 120%;
	text-decoration: none;
	color: #44af35;
	font-size: 180%;
	width: 100%;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	padding-top: 20px;
	justify-content: center;
	padding-bottom: 30px;
	border: 2px solid #44af35;
	border-radius: 10px;
}

.area-anchor-button02:link,
.area-anchor-button02:visited{
	color: #44af35!important;
	text-decoration: none;
}
.area-anchor-button02::before, .area-anchor-button02::after {
	content: "";
	display: block;
	position: absolute;
	top: 90%;
	right: 50%;
	transform-origin: 100% 50%;
	height: 1px;
	width: 11px;
	background-color: #44af35;
	will-change: transform;
	transition: .3s;
}
.area-anchor-button02::before {
  transform: translateY(-50%) rotate(135deg);
}

.area-anchor-button02::after {
  transform: translateY(-50%) rotate(45deg);
}

.area-anchor-button02:hover {
	background-color: #FFFF00;
}

.area-anchor-button02:hover::before {
    transform: translate(0px, -50%) rotate(135deg);
}

.area-anchor-button02:hover::after {
  transform: translate(0px, -50%) rotate(45deg);
}
@media screen and (max-width: 680px) {
.area-anchor-button02 {
    font-size: 160%;
}
}
@media screen and (max-width: 420px) {
.area-anchor-button02 {
    font-size: 140%;
}
}

/*--------------------------------------------------------------
# read_title
--------------------------------------------------------------*/
#read_bx{
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 60px;
    position: sticky;
}
.read_mapbg{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/common/read_map.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.read_bg{
    width: 100%;
    background: url("../images/common/c_left.png") no-repeat top left , url("../images/common/c_right.png") no-repeat bottom right;
}

@media screen and (max-width: 1280px) {
   
.read_bg{
    width: 100%;
    background: url("../images/common/c_left.png") no-repeat top left , url("../images/common/c_right.png") no-repeat bottom right;
    background-size: 500px auto;
} 
.read_mapbg{
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: contain;
}
}
@media screen and (max-width: 880px) {

.read_bg{
    width: 100%;
    background-repeat: no-repeat;
    background-image: none;
    background-size: 30% auto;
}
}
.read_title{
    color: #AB3524;
    font: bold 35px/45px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    font-feature-settings: "palt";
}
.read_title2{
    color: #000;
    padding-top: 20px;
    font: bold 20px/24px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    font-feature-settings: "palt";
}
.read_daytxt{
    font-size: 18px;
    padding-top: 10px;
    line-height: 24px;
    text-align: center;
    font: 18px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-feature-settings: "palt";
}
.read_title_txt{
    color: #000;
    font: 20px/40px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.read_txt{
    font-size: 18px;
    padding-top: 20px;
    line-height: 40px;
    text-align: center;
    font: 18px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-feature-settings: "palt";
}
.train_read{
	font-size: 18px;
	padding-top: 0px;
	line-height: 30px;
	text-align: center;
  font-feature-settings: "palt";
}
.read_img_bx{
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.read_img_bx ul{
	padding: 0px;
	margin: 0px auto;
}
.read_img_bx li{
	width:calc(88%/3);
	padding: 0px;
	margin: 0px 2%;
}
.read_img_bx li img{
	width: 100%;
}
.read_cap{
    width: 100%;
    font: 18px/20px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: left!important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-feature-settings: "palt";
}
.read_cap span{
	width: 100%;
	font-size: 12px;
	text-align: left!important;
	margin-top: 2px;
	margin-bottom: 2px;
}
@media screen and (max-width: 1280px) {

.read_txt{
	font-size: 16px;
	font-feature-settings: "palt";
	}
}

@media screen and (max-width: 1130px) {
.read_txt{
	font-size: 16px;
	font-feature-settings: "palt";
	text-align: justify;
	}
	#read_bx{
	width: 90%;
	padding-top: 30px;
}
}
@media screen and (max-width: 680px) {

.read_img_bx{
	padding-top: 10px;
	padding-bottom: 10px;
}
.read_title{
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
}
.read_txt{
	font-size: 14px;
	line-height: 25px;
	}
.read_img_bx li{
	width: calc(94%/3);
	padding: 0px;
	margin: 0px 1% 0px;
}
    
.read_cap{
    width: 100%;
    font: 12px/16px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: left!important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-feature-settings: "palt";
}
.read_cap span{
	width: 100%;
	font-size: 9px;
}
}

@media screen and (max-width: 420px) {

.read_cap{
    font: 10px/14px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.read_cap span{
	width: 100%;
	font-size: 7px;
}
}
/*--------------------------------------------------------------
osusume_area
--------------------------------------------------------------*/
#area_osusume{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.osusume_area,.osusume_area ul{
	width: 100%;
	padding: 0px;
	max-width: 1200px;
	margin: 0px auto 40px;
}
.osusume_bx{
	width: 48%;
	margin: 0px 1% 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	position: relative;
}
._a_bg{
background: rgb(177,182,219);
background: -moz-linear-gradient(45deg, rgba(177,182,219,1) 0%, rgba(220,237,249,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(177,182,219,1) 0%, rgba(220,237,249,1) 100%);
background: linear-gradient(45deg, rgba(177,182,219,1) 0%, rgba(220,237,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b1b6db",endColorstr="#dcedf9",GradientType=1);
}
._b_bg{
background: rgb(232,191,178);
background: -moz-linear-gradient(45deg, rgba(232,191,178,1) 0%, rgba(241,218,231,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(232,191,178,1) 0%, rgba(241,218,231,1) 100%);
background: linear-gradient(45deg, rgba(232,191,178,1) 0%, rgba(241,218,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8bfb2",endColorstr="#f1dae7",GradientType=1);
}
.osusume_title{
	font-size: 18pt;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
  font-feature-settings: "palt";
}
.osusume_txt{
	font-size: 14px;
	padding-top: 20px;
	line-height: 26px;
	text-align: justify;
	font-feature-settings: "palt";
}
.osusume_bx .icon_a,
.osusume_bx .icon_b{
	position: absolute;
	right: 30px;
	top: 30px;	
}
.osusume_bx .icon_c{
	position: absolute;
	right: 30px;
	top: 75px;	
}
.osusume_bx .icon_a img,
.osusume_bx .icon_b img,
.osusume_bx .icon_c img{
	width: 100%;
	max-height: 40px;
}
.osusume_nav{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.osusume_nav li{
	width: calc(94%/3);
	max-width: 1200px;
	padding: 0px;
	margin: 0px 1% 20px;
}

/*--------------------------------------------------------------
osusume_list_bx
--------------------------------------------------------------*/
.osusume_list_bx,
.osusume_list_bx ul{
    padding: 0px;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto 40px;
}
.osusume_list_bx li{
    width: calc(calc(100% - 40px) / 4);
    padding: 0px;
    margin: 0px 10px 40px;
    position: relative;
}
.osusume_waku{
    margin: 15px;
    background-color: #FFFFFF;
}
.osusume_pd{
    padding: 15px;
}
.osusume_icon_img{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.osusume_list_bx li .osusume_icon_txt{
    position: absolute;
    font: 20px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.osusume_list_bx li .osusume_icon_fukui{
    position: absolute;
    background-image: url(../images/area/icon_mark_fukui.png);
    width: 185px;
    height: 90px;
    top: 0px;
    left: -10px;
}
.osusume_list_bx li .osusume_icon_ishikawa{
    position: absolute;
    background-image: url(../images/area/icon_mark_ishikawa.png);
    width: 185px;
    height: 90px;
    top: 0px;
    left: -10px;
}
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    background-image: url(../images/area/icon_mark_toyama.png);
    width: 185px;
    height: 90px;
    top: 0px;
    left: -10px;
}
@media screen and (max-width: 1800px) {
    .osusume_list_bx li .osusume_icon_txt{
    font: 18px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.osusume_list_bx li .osusume_icon_fukui,
.osusume_list_bx li .osusume_icon_ishikawa,
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    width: 150px;
    height: 73px;
    background-size: cover;
}
}
@media screen and (max-width: 1420px) {
.osusume_list_bx li .osusume_icon_txt{
    font: 18px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.osusume_list_bx li .osusume_icon_fukui,
.osusume_list_bx li .osusume_icon_ishikawa,
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    width: 150px;
    height: 73px;
    background-size: cover;
}
}
@media screen and (max-width: 1280px) {
.osusume_list_bx li .osusume_icon_txt{
    font: 14px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.osusume_list_bx li .osusume_icon_fukui,
.osusume_list_bx li .osusume_icon_ishikawa,
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    width: 123px;
    height: 60px;
    background-size: cover;
}
}
@media screen and (max-width: 620px) {
.osusume_list_bx li .osusume_icon_txt{
    font: 18px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.osusume_list_bx li .osusume_icon_fukui,
.osusume_list_bx li .osusume_icon_ishikawa,
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    width: 185px;
    height: 90px;
    background-size: cover;
}
}
@media screen and (max-width: 460px) {
.osusume_list_bx li .osusume_icon_txt{
    font: 14px/120% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.osusume_list_bx li .osusume_icon_fukui,
.osusume_list_bx li .osusume_icon_ishikawa,
.osusume_list_bx li .osusume_icon_toyama{
    position: absolute;
    width: 123px;
    height: 60px;
    background-size: cover;
}
}
.fukui_bg{
    background-color: #E8EFE0;    
}
.fukui_line{
    border: 6px solid #8CAF64;
}
.ishikawa_bg{
    background-color: #FFE4E9;
}
.ishikawa_line{
    border: 6px solid #FF7891;
}
.toyama_bg{
    background-color: #E6E6F3;    
}
.toyama_line{
    border: 6px solid #8282C3;
}

.osusume_icon_img img,
.osusume_list_img,
.osusume_list_img img{
	width: 100%;
}
.osusume_list_title01{
    font: bold 24px/30px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    font-feature-settings: "palt";
    padding-top: 35px;
    padding-bottom: 35px
}
.osusume_list_title02{
    font: bold 24px/30px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    font-feature-settings: "palt";
    padding-top: 20px;
    padding-bottom: 20px
}
.osusume_list_title03{
	font-size: 16pt;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
	padding-top: 10px;
	padding-bottom: 10px
}
.osusume_list_txt{
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    font-weight: normal;
}
.osusume_list_bx dl{
	width: 100%;
    font-size: 12px;
	font-feature-settings: "palt";
}
.osusume_list_bx dt{
	width: 30%;
	background-color: #e5e5e5;
	padding: 2%;
	margin-bottom: 1px;
	text-align: center;
	 display: grid;
  place-items: center;
}
.osusume_list_bx dd{
	width: 70%;
	padding: 2% 0% 2% 2%;
	margin-bottom: 1px;
	text-align: justify;
	place-items: justify;
}
.osusume_list_bx dd span{
    color: #0064AA;
    }


@media screen and (max-width: 1480px) {
    
.osusume_area,.osusume_area ul{
	width: 95%;
    margin: 0px auto 40px;
}
.osusume_list_bx,
.osusume_list_bx ul{
    padding: 0px;
    width: 95%;
    max-width: 1920px;
    margin: 0px auto 40px;
}
.osusume_list_bx li{
    width: calc(calc(100% - 30px) / 3);
    padding: 0px;
    margin: 0px 5px 40px;
}

    .osusume_list_title01,
.osusume_list_title02,	
.osusume_list_title03{
	font-size: 20px;
	}
}

@media screen and (max-width: 980px) {
.osusume_list_bx li{
    width: calc(calc(100% - 20px) / 2);
    padding: 0px;
    margin: 0px 5px 40px;
}

.osusume_title{
    font-size: 20px;
    margin-bottom: 5px;
}
.osusume_list_title01,
.osusume_list_title02,	
.osusume_list_title03{
    font-size: 18px;
    line-height: 26px;
	}
.osusume_bx .icon_a img,
.osusume_bx .icon_b img,
.osusume_bx .icon_c img{
	width: auto;
	max-height: 30px;
}
}


@media screen and (max-width: 880px) {

.osusume_bx{
	width: 90%;
	padding: 25px;
	max-width: 680px;	
	margin: 20px auto 20px;
}
.osusume_nav li:last-child {
  width: 98%;
	margin: 0px 1% 20px;
}

.osusume_title{
    font-size: 16pt;
    margin-bottom: 5px;
}
.osusume_bx .icon_a img,
.osusume_bx .icon_b img{
	width: 100%;
}
	
.osusume_list_title01,
.osusume_list_title02,	
.osusume_list_title03{
	font-size: 14pt;
	}
}
@media screen and (max-width: 460px) {
	
.osusume_title{
    font-size: 14pt;
    margin-bottom: 5px;
}
.osusume_bx{
	padding: 20px;
}
.osusume_bx .icon_a,
.osusume_bx .icon_b{
	position: absolute;
	right: 20px;
	top: 35px;	
}
.osusume_bx .icon_c{
	position: absolute;
	right: 20px;
	top: 80px;	
}
.osusume_bx .icon_a img,
.osusume_bx .icon_b img,
.osusume_bx .icon_c img{
	width: auto;
	max-height: 25px;
}

.osusume_list_title01,
.osusume_list_title02,	
.osusume_list_title03{
	font-size: 13pt;
	}

	
.osusume_list_bx li{
	width: 100%;
	padding: 0px;
	margin: 0px 0% 20px;
}
.osusume_list_bx,
.osusume_list_bx ul{
    margin: 0px auto 20px;
}
    
}

/*--------------------------------------------------------------
jr_time_btn
-------------------------------------------------------------*/
main .osusume_btnlist{
    width: 100%;
    margin-top: 20px;    
}

main .link_txt{
    color: #AB0032!important;
    text-decoration: underline!important;
}
main .osusume_fukui_bg{
	background-color: #8CAF64;
}
main .osusume_ishikawa_bg{
	background-color: #FF7891;
}
main .osusume_toyama_bg{
	background-color: #8282C3;
}

main .fukui_line{
    border: 2px solid #8caf64;
}

main .ishikawa_line{
    border: 2px solid #FF7891;
}

main .toyama_line{
    border: 2px solid #8282C3;
}

main .osusume_btn{
    display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #fff!important;
	font-size: 18px;
	width: 100%;
	margin: 0px auto 0px;
	padding: 20px 5px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;

}

main .osusume_btn a:link,
main .osusume_btn a:visited{
    color: #fff;
}
main .osusume_btn::before,
main .osusume_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: 100% 50%;
	height: 2px;
	width: 10px;
	background-color: #fff;
	will-change: transform;
	transition: .3s;
	font-weight: normal;
}
main .osusume_btnlist .osusume_fukui_bg:hover,
main .osusume_btnlist .osusume_ishikawa_bg:hover,
main .osusume_btnlist .osusume_toyama_bg:hover{
	background-color: #AB0032;
}
main .hotel_bg .osusume_fukui_bg:hover,
main .hotel_bg .osusume_ishikawa_bg:hover,
main .hotel_bg .osusume_toyama_bg:hover{
    opacity: 0.8;
}



main .osusume_btn::before {
  transform: translateY(-50%) rotate(30deg);
}

main .osusume_btn::after {
  transform: translateY(-50%) rotate(-30deg);
}

main .osusume_btn:hover::before {
  transform: translate(2px, -50%) rotate(30deg);
  background-color: #fff;
}

main .osusume_btn:hover::after {
  transform: translate(2px, -50%) rotate(-30deg);
  background-color: #fff;
}



/*--------------------------------------------------------------
.plan
-------------------------------------------------------------*/
main #area_plan{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
main .plan_backimg{
	background-position: center top;
	background-image: url(../images/common/bg.png);
	background-attachment: scroll;
	background-size: cover;
}
main .counter_img_overlay {
	position: relative;
	padding: 40px 0;
	text-align: center;
	width: 100%;
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}
main .counter_img_overlay img{
    width: 100%;
}
main .title_model{
    position: relative;
	margin-top: -60px;
}

.plan_area {
	position: relative;
	display: inline-block;
	padding: 30px 155px 30px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.plan_area:before, .plan_area:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 145px;
  height: 1px; 
	background-color: #00aedc;

}

.plan_area:before {
  left:0;
}
.plan_area:after {
  right: 0;
}
.hotel_bg{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 50px;
    background-image: url(../images/common/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 60px;
}
.hotel_bx{
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}

.hotel_bx .area_hotel_bx{
    width: calc(calc(100% - 60px) / 3);
    padding: 0px;
    margin: 0px 10px 40px;
}

@media screen and (max-width: 1280px) {
    
.hotel_bx{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

}
@media screen and (max-width: 980px) {
  

.hotel_bx .area_hotel_bx{
    width: calc(calc(100% - 60px) / 1);
    padding: 0px;
    margin: 0px auto 40px;
}
  
}
.hotel_area_bx{
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}
.title_area{
    position: relative;
    padding: 0 65px;
    text-align: center;
    font: bold 30px/40px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-bottom: 30px;
}
.title_area:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 10%;
    width: 80%;
    height: 1px;
    content: '';
    background: #000;
    margin-left: auto;
    margin-right: auto;
}
.title_area span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
@media only screen and (max-width: 420px) {
.title_area{
    font: bold 24px/30px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
}

/*--------------------------------------------------------------
.accordion_plan
-------------------------------------------------------------*/
.accordion_plan {
    max-width: 100%;
    background-color: #ffffff;
}

.accordion_plan:not([open]) {
    margin-bottom: 2px;
}

.accordion_plan summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font: bold 18px/30px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-feature-settings: "palt";
    text-align: left;
}
.accordion_plan summary::-webkit-details-marker {
    display: none;
}

.accordion_plan summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion_plan[open] summary::after {
    transform: rotate(225deg);
}

.accordion_plan p {
    transform: translateY(-10px);
    opacity: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: justify;
    font-size: 14px;
    font-feature-settings: "palt";
    padding-top: 10px;
    padding-bottom: 20px;
}

.accordion_plan[open] p {
    transform: none;
    opacity: 1;
}
.accordion_plan_bx{
  width: 100%;
  box-sizing: border-box;
}
.accordion_img_bx{
    margin-top: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.accordion_img_bx img{
  width: 100%;
}


.hotel_list_bx{
	width: calc(94%/3);
	padding: 0px;
	margin: 0px 1% 20px;
	background-color: #FFFFFF;	
}

.area_hotel_btn_bx{
	margin: 0em auto;
	width: 90%;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.area_hotel_btn_bx .jr_time{
	width: 100%;
	text-align: center;
	border-radius: 5px;
}
#container　.area_hotel_btn_bx li:hover{
background-color: #ff84a7;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {

main .counter_img_overlay {
	width: 90%;
	margin-right: auto;
}
.area_hotel_btn_bx li {
    width: calc(33.33% - 2.5px);
  }
.area_hotel_btn_bx .jr_time{
	width: 95%;
    margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.plan_area {
	position: relative;
	display: inline-block;
	padding: 30px 55px 30px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.plan_area:before, .plan_area:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px; 
	background-color: #00aedc;

}
	
}
.area_hotel_btn_bx .btn_list{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;	
}
.area_hotel_btn_bx .btn_list li{
	background-color: #fff;
	width: 48%;
	margin: 0px 1% 5px;
	border-radius: 5px;
}
.area_hotel_btn_bx .jr_time_list{
	padding: 6px 17px;
	font-size: 1.5rem;
	font-weight: 700;
}

.area_hotel_btn_bx .btn_list li a{
	font-size: 16px;
	color: #666;
	border-radius: 6px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.area_hotel_btn_bx .btn_list li a:hover{
	color: #ff9664;
}
@media only screen and (max-width: 980px) {
	
.hotel_list_bx{
	width: calc(96%/2);
	padding: 0px;
	margin: 0px 1% 20px;
	background-color: #FFFFFF;	
}
}
@media only screen and (max-width: 767px) {
.area_hotel_btn_bx .stay_list{
    font-size: 1.3rem;
    line-height: 1.23077;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 480px) {
	
.area_hotel_btn_bx .btn_list li a{
    font-size: 14px;
    }
.hotel_list_bx{
	width: 98%;
	padding: 0px;
	margin: 0px 1% 20px;
	background-color: #FFFFFF;	
}
.hotel_bx{
	width: 90%;
}
}


@media only screen and (max-width: 340px) {
.area_hotel_btn_bx li a {
    padding-left: 3px;
    padding-right: 8px;
  }
}


/*--------------------------------------------------------------
jr_time_btn
-------------------------------------------------------------*/
main .jr_time_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	width: 98%;
	margin: 0px auto 0px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	padding: 25px 0px;
}

main .jr_time_btn a:link,
main .jr_time_btn a:visited{
    color: #fff;
}
main .jr_time_btn::before,
main .jr_time_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 2px;
  width: 11px;
  background-color: #fff;
  will-change: transform;
  transition: .3s;
}


main .jr_time_btn::before {
 -webkit-transform: rotate(40deg) translateX(-30%);
	        transform: rotate(40deg) translateX(-30%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

main .jr_time_btn::after {
	-webkit-transform: rotate(-40deg) translateX(30%);
	        transform: rotate(-40deg) translateX(30%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}


.hotel_list_area{
	font-size: 12pt;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	
}

.hotel_list_title{
	font-size: 18pt;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
	padding-bottom: 25px;
}
.hotel_list_title2{
	font-size: 14pt;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
	padding-bottom: 25px;
}
.hotel_list_img,
.hotel_list_img img{
	width: 100%;
	
}

.hotel_list_txt{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	text-align: justify;
	font-feature-settings: "palt";
}
.plan_nav_bx{
	width: 100%;
	max-width: 1280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	
}
.plan_nav_bx li{
	width: 48%;
	margin: 0px 1% 5px;
	border-radius: 5px
}
@media only screen and (max-width: 420px) {
    
    main .jr_time_btn{
	color: #fff;
	font-size: 16px;
	padding: 20px 0px;
}
    
}

/*--------------------------------------------------------------
plan_nav_btn
-------------------------------------------------------------*/
main .plan_nav_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #fff!important;
	font-size: 18px;
	width: 98%;
	margin: 0px auto 0px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	padding: 25px 0px;
	border-radius: 30px;
}

main .plan_nav_btn a:link,
main .plan_nav_btn a:visited{
    color: #fff;
}
main .plan_nav_btn::before,
main .plan_nav_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 2px;
  width: 11px;
  background-color: #fff;
  will-change: transform;
  transition: .3s;
}


main .plan_nav_btn::before {
 -webkit-transform: rotate(40deg) translateX(-30%);
	        transform: rotate(40deg) translateX(-30%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}

main .plan_nav_btn::after {
	-webkit-transform: rotate(-40deg) translateX(30%);
	        transform: rotate(-40deg) translateX(30%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}
.more_btn_bx{
	width: 90%;
	max-width: 800px;
	text-align: center;
	margin: 40px auto 40px;
}


/*--------------------------------------------------------------
area_pamf
-------------------------------------------------------------*/
#area_pamf{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

.pamf_bx{
	width: 100%;
	max-width: 820px;
	margin: 60px auto 80px;
}
.pamf_img{
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin: 0px auto 0px;
}
.pamf_img img{
	width: 100%;
}
.pamf_btnbx{
	width: 100%;
	max-width: 450px;
	text-align: center;
	margin: 0px auto 0px;
}
.pamf_btnlist{
	margin-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
	
.pamf_bx{
	width: 90%;
	max-width: 400px;
	margin: 40px auto 40px;
}
.pamf_img{
	width: 90%;
	max-width: 300px;
	text-align: center;
	margin: 0px auto 0px;
}
.pamf_btnlist{
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}	
	
}

#banner_bx{
	padding-top: 40px;
}
.banner_bx{
	width: 100%;
	max-width: 680px;
	text-align: center;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
}
.banner_bx img{
	width: 100%;
}
.banner_bx:hover{
	opacity: 0.5 ;	
}
.banner_bx p{
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
@media only screen and (max-width: 680px) {

.banner_bx{
	width: 90%;
}
.train_listbx{
	width: 98%;
	margin: 0px 1% 15px;
}
.train_bx{
	width: 90%;
	max-width: 1080px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.train_bx_r,
.train_bx_l{
	width: 98%;
	margin: 0px 1% 5px;
}
.train_read{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	padding-top: 0px;
	line-height: 30px;
	text-align: justify;
	font-feature-settings: "palt";
}
.info_bx{
	width: 90%;
	max-width: 1080px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #000;
	margin-bottom: 40px;
}
}
/*--------------------------------------------------------------
more_btn
-------------------------------------------------------------*/
main .more_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #000!important;
	font-size: 18px;
	width: 98%;
	margin: 0px auto 0px;
	padding: 30px 10px;
	position: relative;
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0px 0px 15px -5px #777777;

}

main .more_btn a:link,
main .more_btn a:visited{
    color: #000;
}
main .more_btn::before,
main .more_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform-origin: 100% 50%;
	height: 1px;
	width: 6px;
	background-color: #000;
	will-change: transform;
	transition: .3s;
	font-weight: normal;
}
main .more_btn:hover{
}


main .more_btn::before {
  transform: translateY(-50%) rotate(30deg);
}

main .more_btn::after {
  transform: translateY(-50%) rotate(-30deg);
}

main .more_btn:hover::before {
  transform: translate(2px, -50%) rotate(30deg);
  background-color: #000;
}

main .more_btn:hover::after {
  transform: translate(2px, -50%) rotate(-30deg);
  background-color: #000;
}
main .more_btn{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
pamf_btn
-------------------------------------------------------------*/
main .pamf_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 120%;
    text-decoration: none;
    color: #fff!important;
    font-size: 18px;
    width: 98%;
    margin: 0px auto 0px;
    padding: 30px 10px;
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    cursor: pointer;
    background-color: #642D82;
    border-radius: 10px;
}

main .pamf_btn a:link,
main .pamf_btn a:visited{
    color: #fff;
}
main .pamf_btn::before,
main .pamf_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: 100% 50%;
	height: 2px;
	width: 10px;
	background-color: #fff;
	will-change: transform;
	transition: .3s;
	font-weight: normal;
}
main .pamf_btn:hover{
    background-color: #AB3524;
}


main .pamf_btn::before {
  transform: translateY(-50%) rotate(30deg);
}

main .pamf_btn::after {
  transform: translateY(-50%) rotate(-30deg);
}

main .pamf_btn:hover::before {
  transform: translate(2px, -50%) rotate(30deg);
  background-color: #fff;
}

main .pamf_btn:hover::after {
  transform: translate(2px, -50%) rotate(-30deg);
  background-color: #fff;
}
main .pamf_btn{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
btn
-------------------------------------------------------------*/
/* 共通のフェードアニメーション */

  /* ふわふわフロートボタン */
  .float-button {
    position: fixed;
    bottom: 90px;      /* 下に余白 */
    right: 0px;       /* 右に余白 */
    width: 90px;       /* 少し小さめ */
    height: 90px;
    background-color: rgba(171, 0, 50, 0.85);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: bold 18px/22px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-decoration: none;
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    transition: background-color 0.3s, box-shadow 0.3s;
    animation: float 2s ease-in-out infinite;
  }

  .float-button:hover {
    background-color: rgba(218, 0, 63, 0.9);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  }

  @keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }

  /* backToTopボタン */
  #backToTop {
    position: fixed;
    bottom: 0px;     /* 少し上に余白 */
    right: 0px;       /* 右に余白 */
    width: 90px;       /* 少し小さめ */
    height: 90px;
    z-index: 100;
    background-color: rgba(183, 163, 79, 0.85);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    opacity: 1;
    pointer-events: auto;
    transition: background-color 0.3s, box-shadow 0.3s;
    animation: float 2s ease-in-out infinite;
  }

  #backToTop:hover {
    background-color: rgba(183, 163, 79, 1);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  }

  /* レスポンシブ調整 */
  @media (max-width: 480px) {
    .float-button, #backToTop {
      width: 60px;
      height: 60px;
      font-size: 14px;
    }
  }
