﻿@charset "UTF-8";


/* ========================================
  contents
======================================== */
.mainVisual{
	text-align: center;
}
.mainVisual img{
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.mainVisual{
		background-size: cover;
		background-image: url(../images/bg_mv_sp.jpg);
	}
	.contents img{
		max-width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.mainVisual {
		background-image: url(../images/bg_mv.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
}



/**/
.contents{
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.contents .intro h3{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	transform: rotate(.03deg);
	position: relative;
	color: #7d0000;
}
.contents .intro h3 span{
	position: relative;
	z-index: 1;
}
.contents .intro h3:after{
	content: "";
	position: absolute;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+80,ffffff+100&0+0,1+20,1+80,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents .intro .train_box h4{
	color: #fff;
}
.contents .intro{
	background: #faece2;
}
.contents .tour{
	background: #faece2;
}

ul.anchor{
	width: 950px;
	margin: 0 auto 50px;
}
ul.anchor li{
	width: 48%;
	text-align: center;
	float: left;
}
ul.anchor li:last-child{
	float: right;
}
ul.anchor li a{
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #7d0000 url(../images/ico_anchor.png) no-repeat 95% center / 18px;
	text-decoration: none;
}
.contents .intro{

}
.contents .intro h2,
.contents .tour h2{
	margin: 0 0 40px;
	padding: 60px 0 0;
	text-align: center;
}
.contents .text3{
	text-align: center;
	margin: 0 0 40px;
	width: 95%;
}
.contents .intro h3{
    font-size: 24px;
    margin: 0 0 40px;
}
.contents .intro h3 + p{
	color: #ff0000;
	margin: -30px 30px 30px;
}
.contents .intro h3:after{
	bottom: 0;
	left: -80px;
	width: 1100px;
	height: 20px;
}
.contents .intro .train_box{
	float: left;
	width: 465px;
	margin: 0 0 30px;
}
.contents .intro .train_box:nth-child(2n){
	float: right;
}
.contents .intro .train_box h4{
	background: url(../images/bg_ttl_train.jpg) repeat-x center;
	padding: 10px 20px;
}
.contents .intro .train_box p{
	margin: 10px 0 0;
}
.contents .intro .train_box p span{
	display: block;
	font-size: 12px;
    margin: 10px 0 0;
}
.contents .intro .coment{
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 0 0 60px;
}
.contents .intro div.table{
	padding: 0 0 80px;
}
.contents .intro div.table table{
	width: 100%;
}
.contents .intro div.table th{
	background: #00a0e9;
	color: #fff;
	padding: 10px;
}
.contents .intro div.table th:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.contents .intro div.table td{
	border: solid #00a0e9;
	border-width: 1px 0 0;
	background: #fff;
	text-align: center;
	padding: 10px;
}
.contents .intro div.table td:nth-child(1){
	background: #fef6f8;
	text-align: left;
}
.contents .intro div.table td:nth-child(2){
	border-width: 1px 1px 0;
	width: 200px;
}
.contents .intro div.table td:nth-child(3){
	width: 200px;
}
.contents .intro div.table p{
	text-align: right;
	margin: 10px 0 0;
    font-size: 14px;
}
.contents .intro div.table p span{
	float: left;
	color: #ff0000;
}
.contents .intro .facility{
	display: flex;
	margin: 0 0 60px;
}
.contents .intro .facility dt{

}
.contents .intro .facility dd{
	width: 300px;
	margin: 0 20px 0 10px;
}
.contents .intro .facility dd span{
	display: block;
	color: #7d0000;
	font-weight: bold;
	margin: 0 0 10px;
}
.contents .tour{

}
.contents .tour h3{
	position: relative;
	background: #7d0000;
	padding: 14px 0 14px 28px;
	margin: 0 0 30px;
    color: #fff;
    line-height: 1;
}
.contents .tour h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    box-sizing: border-box;
    width: 4px;
	height: 4px;
	border: 24px solid transparent;
	border-left: 15px solid #fdedee;
}
.contents .tour h3:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 24px solid transparent;
	border-right: 15px solid #fdedee;
}
.contents .tour .tour_box{
	margin: 0 0 60px;
}
.contents .tour .pic{
	float: left;
	width: 100%;
	max-width: 475px;
}
.contents .tour .pic p{
	margin: 8px 0 0;
}
.contents .tour .detail{
	float: right;
	width: 460px;
}
.contents .tour .detail .tag{
	margin: 0 0 10px;
}
.contents .tour .detail .tag1 li{
	float: left;
	margin: 0 10px 10px 0;
	font-size: 12px;
	padding: 5px 12px;
}
.contents .tour .detail .tag1 li.day{
	border: 1px solid #93812f;
	color: #93812f;
	background: #fff;
}
.contents .tour .detail .tag1 li.course{
	border: 1px solid #c9c9c9 ;
	background: #fffbfa;
}
.contents .tour .detail .tag1 li.room{
	border: 1px solid #001c58;
	color: #fff;
	background: #001c58;
    clear: both;
}
.contents .tour .detail .tag1 li.limit{
	border: 1px solid #e60012;
	color: #fff;
	background: #e60012;
}
.contents .tour .detail .tag1 li.food{
	border: 1px solid #001c58;
	color: #001c58;
	background: #fff;
}
.contents .tour .detail p{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(.03deg);
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #b09f62;
}
.contents .tour .detail p a{
	color: #000;
}
.contents .tour .detail p span{
	font-size: 24px;
	display: block;
}
.contents .tour .detail .tag2{
	margin: 0 0 10px;
}
.contents .tour .detail .tag2 li{
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
	padding: 2px 8px;
}
.contents .tour .detail .tag2 li:nth-child(1){
	background: #660066;
	color: #fff;
}
.contents .tour .detail .tag2 li:nth-child(2){
	background: #104196 ;
	color: #fff;
}
.contents .tour .detail .tag2 li.man2{
	background: #566f2a;
}
.contents .tour .detail dl{
    margin: 0 0 20px;
}
.contents .tour .detail dl dt{
	margin: 0 0 8px;
}
.contents .tour .detail dl dt span{
	color: #93812f;
	font-size: 12px;
}
.contents .tour .detail dl dt span:nth-of-type(4n),
.contents .tour .detail dl dt span:nth-of-type(6n){	
	color: #e60012;
	font-weight: bold;
	font-size: 20px;
}	
.contents .tour .detail dl dd{
	font-size: 14px;
}
.contents .tour .detail dl dd span{
	color: #e60012;
	font-weight: bold;
	font-size: 20px;
}
.contents .tour .bnr{
	padding: 0 0 80px;
    margin: -30px 0 0;
}
.contents .tour .bnr li{
	float: left;
}
.contents .tour .bnr li:last-child{
	float: right;
}
.contents .mailmagazin{
	text-align: center;
	position: relative;
}
.contents .mailmagazin div{
	display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.contents .mailmagazin div > img{
	display: block;
}
.contents .mailmagazin div a{
	margin: 0 10px;
}
.contents .mailmagazin a.btn_mailmaga{
	display: inline-block;
	vertical-align: middle;
}
.contents .mailmagazin:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/pic_top_left.gif) no-repeat;
}
.contents .mailmagazin:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    background: url(../images/pic_top_right.gif) no-repeat;
}
.contents .mailmagazin div:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/pic_btm_left.gif) no-repeat;
}
.contents .mailmagazin div:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 21px;
    background: url(../images/pic_btm_right.gif) no-repeat;
}



.contents .col2 li{float: left; width: 49%; margin-bottom: 10px;}
.contents .col2 li:nth-child(even){float: right; text-align: right;}
.contents .col2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.btn01 {
  display:block;  
  width: 250px;
  border: 2px solid #1e9600;
  font-size: 16px;
  color: #1e9600;
  font-weight: bold;
  padding:5px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn01:hover {
  background-color: #1e9600;
  border-color: #1e9600;
  color: #FFF;
}


.btn02 { 
  display:block;  
  width: 250px;
  border: 2px solid #ff9933;
  font-size: 16px;
  color: #ff9933;
  font-weight: bold;
  padding:5px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn02:hover {
  background-color: #ff9933;
  border-color: #ff9933;
  color: #FFF;
}

/* contentWidth
---------------------------------------*/
.contentWidth{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	
}

@media screen and (min-width: 769px) {
	.contentWidth{
		width: 950px;
	}

	section.contentWidth.secBanner{padding: 40px 0 0;}
	.contents .col2 li{float: left; width: 49%; margin-bottom: 10px;}
	.contents .col2 li:nth-child(even){float: right; text-align: right;}
	.contents .col2:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}

/* secSearch
---------------------------------------*/
.secTheme h2{
	background: #004ea1;
	text-align: left;
	margin-bottom: 20px;
}

.secTheme .tab li{
	float: left;
	background : #f6f4e8;
	padding: 10px 1em;
	cursor: pointer;
}
.secTheme .tab li:first-child{
	background : #dfd5a7;
}

.secTheme .tab_content{
	background : #dfd5a7;
	padding: 1em;
}
.secTheme .tab_content.tabMember{
	background : #f6f4e8;
}
.secTheme .tab_content li{
	display: inline-block;
}
.secTheme .tab_content li:after{
	content: '｜';
	color: #8d7e36;
}
.secTheme .tab_content li a{
	color: #333;
}
section.contentWidth.secBanner{
	padding: 40px 0;
}

@media screen and (max-width: 768px) {

	ul.anchor{
		margin: 20px 10px 30px;
	    width: auto;
	}
	ul.anchor li{
		width: 48%;
	}
	ul.anchor li:last-child{
		float: right;
	}

	.contents .text3{
		margin: 0 0 20px;
	}

	.contents .intro{
	    overflow: hidden;
		padding: 0 10px;
	}
	.contents .intro h3{
		font-size: 20px;
	}
	.contents .intro h3 + p{
		margin: -30px 0 30px 30px;
		font-size: 14px;
	}
	.contents .intro h3 img{
		width: 25px;
	    margin: 0 5px 0 0;
	}
	.contents .intro .train_box h4{
		padding: 8px 10px;
	}
	.contents .intro .train_box:nth-child(2n),
	.contents .intro .train_box{
		float: none;
		width: auto;
	}
	.contents .intro .coment{
		margin: 0;
	    text-align: left;
	}
	.contents .intro div.table{
		font-size: 14px;
	}
	.contents .intro div.table th{
		font-size: 12px;
	}
	.contents .intro div.table td:nth-child(2),
	.contents .intro div.table td:nth-child(3){
		width: 20%;
	}

	.contents .intro .facility{
		display: inline-block;
		letter-spacing: -5px;
	}
	.contents .intro .facility dt{
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}
	.contents .intro .facility dd{
		display: inline-block;
		width: calc(100% - 100px);
		margin: 0 0 10px 10px;
		vertical-align: top;
		letter-spacing: 0;
	}

	.contents .tour{
		padding: 0 10px;
	}
	.contents .tour h3{
		font-size: 15px;
		padding: 10px 10px 10px 20px;
		margin: 0 0 15px;
	}
	.contents .tour h3:before{
		border: 17px solid transparent;
		border-left: 12px solid #00a0e9;
	}
	.contents .tour h3:after{
		border: 17px solid transparent;
		border-right: 12px solid #00a0e9;
	}
	.contents .tour .pic{
		margin: 0 0 20px;
		float: none;
	}
	.contents .tour .detail{
		float: none;
		width: auto;
	}
	.contents .tour .detail p{
		font-size: 14px;
	}
	.contents .tour .detail p span{
		font-size: 18px;
	}
	.contents .tour .bnr li:last-child,
	.contents .tour .bnr li{
		float: none;
	    margin: 10px 0 0;
	}
	.contents .tour .bnr:last-child{
		padding: 0 0 30px;
	    margin: -50px 0 0;
	}
	.contents .intro div.table p{
		text-align: left;
	    font-size: 12px;
	}
	.contents .intro div.table p span{
		float: none;
		display: block;
	}

	.contents .mailmagazin{
		padding: 20px 30px;
		margin: 0 10px;
	}
	.contents .mailmagazin div{
		display: block;
	    margin: 0 0 20px;
	}
	.contents .mailmagazin div > img {
		display: block;
	    margin: auto;
	}


	.secTheme .tab{font-size: 14px;}
	.secTheme .tab_content{font-size: 14px;}
	.secTheme .tab_content li a{
		padding: 3px 0;
		display: inline-block;
	}
	section.contentWidth {
	    padding: 30px 0 20px;
	}
	.sp_inner {padding: 0 12px;}
	section.contentWidth.secBanner{padding: 40px 12px 20px;}
	.contents .col2 li,
	.contents .col2 li:nth-child(even) {
	    float: none;
	    width: auto;
	    text-align: center;
	}
}

.contents .tour .detail .tag1 li.goto{
	border: 1px solid #33ccff;
	color: #fff;
	background: #33ccff;
}







/*
h5 {
  position: relative;
  color: #004ea1;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h5:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 150px;
  height: 98px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/


table.table01 {
	width:95%;
	border-right:#004ea1 solid 1px;
	border-collapse: collapse;
	margin: 0 auto 60px;
}
table.table01 thead th {
	background:#004ea1;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#004ea1 solid 1px;
}
table.table01 tbody th {
	background:#004ea1;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:center;
	white-space: nowrap;
}
table.table01 tbody tr:last-child th {
	border-bottom:#004ea1 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#004ea1 solid 1px;
	border-bottom:#004ea1 solid 1px;
	vertical-align:center;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}





.accordion {
margin: 0 auto;
width: 95%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
	border: solid 1px #fff;
	padding: 1em 2em 1em 1em;
	text-indent:-1em;
	padding-left :2em;
 	display: block;color: #fff;
	font-weight: bold;
	background-color:#9a573c;}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 40%;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


h6 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #004ea1;/*左線*/
  font-size:1.8rem;
	line-height:20px;
	margin: 0 0 20px;
	font-weight: bold;
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: normal;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

 .map a[target="_blank"] {
    display: inline-block;
    padding-right: 16px;
    background: url(./img/link_icon.png) no-repeat right center;
}




.button001 a {
    background: #CC0000;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    padding: 25px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #ff0000;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ff0000;
    border-right: 3px solid #ff0000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}




.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding: 1rem 10rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 15px;

  padding: 25px;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #CC0000;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}


.contents .tour_list h3.tour_list_h3 {
	background-color:#004ea1;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.4;
	margin-top: 60px;
	padding: 16px 0;
	font-weight: bold;

}

.contents .tour_list h3::before,
.contents .tour_list h3::after
 {
 content: none;
}
@media screen and (min-width: 769px) {
	.contents .tour_list h3.tour_list_h3 {
		font-size: 2.5rem;
		margin-top: 120px;
	}
}

.text1{
	margin: 0 auto 20px;
	text-align:left;
}

.text2{
	line-height: 25px;
	margin: 0 auto 40px;
	width: 95%;
}

.lead_text {
	display: flex;
	flex-flow: column;
	text-align:center;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
.lead_text img {
	width: 160px;
	margin:0 auto;
}
.lead_text div {
	order:2;
}
.lead_text .text1 {
	order:1;
}
.start_txt {
	color: #e60012;
	font-size: 2.0rem;
	font-weight: bold;
}
.start_txt2 {
	color: #e60012;
	font-size: 1.9rem;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

.logoWrapper{
	display: flex;
	flex-flow: row;
	justify-content:space-around;

}
.logo {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.text1{
		width: 570px;
		margin: 0 auto;
		text-align:left;
	}
	
	.lead_text {
		display: flex;
		flex-flow: row nowrap;
		padding:30px 0 0;
	}
	.lead_text img {
		width: 160px;
		margin:0 20px 0 0;
	}
	.lead_text div {
	order:1;
	}
	.lead_text .text1 {
		order:2;
	}
	.start_txt {
		color: #e60012;
		font-size: 2.2rem;
	
	}
}



.hokuriku_link{
	display: flex;
	flex-flow: column;
	justify-content:center;
	margin-bottom: 10px;
}

.hokuriku_link li{
	background-color: #9a573c;
	border-radius: 50px;
	padding: 10px 50px;
	margin: 10px auto;
	text-align: center;
	max-width: 250px;
}
.hokuriku_link li:hover{
	opacity: 0.7;
}

.hokuriku_link a {
	color: #fff;
	display: block;
}
.hokuriku_link li.comingsoon {
	pointer-events: none;
	background-color: #999;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.hokuriku_link{
		flex-flow: row nowrap;
	}
	.hokuriku_link li{
		margin: 0 20px;
	}
}


h5{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.text4{
	text-align: center;
	margin-bottom: 60px;
}



.txt_red {
 color: #e60012;
}

.bnrArea h4 {
	color:#004ea1;
	font-size:1.8rem;
	text-align: center;
	padding-top: 40px;
	border-top: dotted 4px #004ea1;
}
.bnrArea_notice{
	color: #e60012;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size:1.6rem;
}
.bnrwWrapper {
	display: flex;
	flex-flow: column;
}
.bnrwWrapper img{
	width: 100%;
}

.bnrwWrapper li{
	display: inline-block;
	width:70%;
	margin: 0 auto 40px;
}
.bnrwWrapper p{
	text-align:center;
	font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
	.bnrArea h4 {
		font-size:2.2rem;
		font-weight: bold;
	}
	.bnrArea_notice{
		color: #e60012;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
		font-size:2.0rem;
	}
	.bnrwWrapper {
		display: flex;
		flex-flow: row nowrap;
		justify-content:space-evenly;
	}
	.bnrwWrapper li{
		display: inline-block;
		width:44%;
		margin: 0 auto 80px;
	}

}

.taisho_btn{
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #9a573c;
	border-radius: 50px;
	padding: 10px 40px 10px 60px;
	margin: 10px auto;
	text-align: center;
	max-width: 460px;
	position: relative;
	display: inline-block;
}
.taisho_btn a{
	color:#fff;
}
.taisho_btn a:hover{
	opacity: 0.7;
	color:#fff;
}

.taisho_btn a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	position: absolute;
	left: 25px;
	top:30%;
	transform: rotate(135deg);
}

.anchor {
	text-align: center;
	margin-bottom: 60px;
}

.contents .tour .detail .tag1 li.new{
	background: #e60012;
	color: #fff;
	padding: 5px 12px 6px;
}
