﻿@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(/content/sp/fretemina/images/bg_mv_sp.jpg);
	}
	.contents img{
		max-width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.mainVisual {
		background-image: url(/content/sp/fretemina/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:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents .intro .train_box h4{
	color: #fff;
}



.contents .intro{
	background: #ffffff;
}
.contents .tour{
	background: #ffffff;
	padding: 0 0 60px;
}

ul.anchor{
	width: 950px;
	margin: 0 auto 50px;
}
ul.anchor li{
	width: 25%;
	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 .text{
	text-align: center;
	margin: 0 0 50px;
}


.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 .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;
		padding: 30px 0;
	}

	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: #0175c2;
	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 .text{
		margin: 0 0 20px;
	}

	.contents .intro{
	    overflow: hidden;
		padding: 0 10px;
	}
	.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 .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;
}



.btn,
a.btn,
button.btn {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 60px;
  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: 1px;
  color: #212529;
  border-radius: 2px;
}

a.btn-malformation {
  font-size: 16px;

  padding: 20px 25px;
  margin:10px 15px;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #0175c2;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.text_tagline{
	color: #0175c2;
	font-weight: bold;
	}

/*破線*/
.box1 {
margin: 25px 0 50px;
padding:20px;/*内側余白*/
border:dashed 2px #b3ada4;/*線の種類・太さ・色*/
}



.buttonposi {
display: flex;
	justify-content: center;}



.button_line01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #b3b3b3;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 22px;
}
.button_line01 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.button_line01 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.button_line01 a:hover {
    opacity: 0.7;
}
.button_line01 a:hover:after {
    transform: scale(1, 1);
}

.button_line02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 22px;
}
.button_line02 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
}

.box_lineup{
    padding: 20px;
    margin: 0px 0px 60px 0px;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box_lineup p {
    margin: 0; 
    padding: 0;
	color: #0175c2;
	font-size: 24px;
	font-weight: bold;	
}
.box_lineup a {
    margin: 0; 
    padding: 20px 0px;
	color:#3C3C3C;
	font-size: 16px;
	font-weight: normal;
}
.box_lineup a:hover {
    margin: 0; 
    padding: 20px 0px;
	color:#8E8E8E;
	font-size: 16px;
	font-weight: normal;
}

.u_logo {
	text-align: center;
	margin: 100px 0 0;
}

.box1 a {
	color: #002CB2;
}



 
/* 商品 START*/

.tour_box {
	margin: 0 auto 70px;
	width: 100%;
	max-width: 950px;
}
.tour_box a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
}
.tour_box figcaption{
	margin: 6px 0 10px;
	text-align: left;
	font-size: 14px;
}
.tour_box .eyeCatching {
	width: 475px;
	text-align: center;
}
.tour_box .eyeCatching img {
	width: 100%;
}
.tour_box .point {
	border:dotted 2px #4ec4d3;
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
}
.tour_box .point p{
	text-align: center;
	color: #4ec4d3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
}
.tour_box .point p::before{
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: -3.6em;
}
.tour_box .point p::after{
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: -1.6em;
}
.tour_box .pointList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	text-align: left;
}
.tour_box .pointList li:last-child {
	margin-bottom: 0;
}
.tour_box .detail{
	width: 460px;
}
.tour_box .tag1 {
	font-size: 12px;
}
.tour_box .tag2 {
	font-size: 12px;
}
.tour_box .course {
	border: 1px solid #c9c9c9;
	background: #fffbfa;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .day {
	border: 1px solid #93812f;
    color: #93812f;
    background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .room {
    border: 1px solid #001c58;
    color: #fff;
    background: #001c58;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .food {
    border: 1px solid #001c58;
    color: #001c58;
    background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .subTtl {
	font-size: 16px;
	margin-bottom: 10px;
}
.tour_box .tourTtl {
	font-size: 24px;
	border-bottom: 1px solid #b09f62;
	padding-bottom:16px;
	margin-bottom: 20px;
}
.tour_box .conductor{
	background: #660066;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .participants {
	background: #104196;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .children{
	background: #0087cb;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;



}
.tour_box .departure {
	position:relative;
	margin-left: 1.2em;
}
.tour_box .station{
	position:relative;
	margin-left: 1.2em;
}
.tour_box .fee {
	position:relative;
	margin-left: 1.2em;
}
.tour_box .fee span {
	color:#e60012;
	font-size: 20px;
	font-weight: bold;
}
.tour_box .departure::before,
.tour_box .station::before {
	display: block;
	content: "";
	width:0.8em;
	height: 0.8em;
	background-color: #93812f;
	position:absolute;
	top:5px;
	left: -1.2em;
}
.tour_box .fee::before {
	display: block;
	content: "";
	width:0.8em;
	height: 0.8em;
	background-color: #93812f;
	position:absolute;
	top:9px;
	left: -1.2em;
}
.tour_box .detailBtn{
	width: 460px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.tour_box a{
		flex-flow: column;
	}
	.tour_box .eyeCatching {
		width: 100%;
		text-align: center;
	}
	.tour_box .detail{
		width: 100%;
	}
	.tour_box .subTtl {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.tour_box .tourTtl {
		font-size: 18px;
		border-bottom: 1px solid #b09f62;
		padding-bottom:16px;
		margin-bottom: 20px;
	}
	.tour_box .detailBtn{
		text-align: center;
		width: 100%;
		max-width: 400px;
	}
	.tour_box .detailBtn img {
		width: 90%;
		margin: 0 auto;

	}
}

/* 商品 END*/
