@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
 *  	         component style setting
 * ----------------------------------------------- */

@font-face {
font-family: 'Montserrat', sans-serif;
}

/* =========== heading setting =========== */



/* = heading1 = */


/* 001 */
h1.heading1_001 {
	text-align: center;
	margin: 50px 0 80px 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}


/* = heading2 = */


/* 001 */


h2.heading2_2_001 {
	margin:0 auto;
	max-width: 350px;
	border-bottom: solid 1px #b69955;
	padding: 0;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	color: #b69955;
}

.heading2_2_box{
	margin: 50px 0 30px 0;}

h2.heading2_001 {
	 margin: 80px 0 30px 0;
	padding: 0;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	background: url(/event/2016summer/common/img/bg_heading2.png) no-repeat center 20px;
	color: #1689a8;text-shadow: 0 0 30px #1689a8;
}

h2.heading2_001 span {
	display: block;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-weight: normal;
}

.about_box h2.heading2_001 {
	margin: 80px 0 30px 0;
	padding: 0;
	font-size: 38px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.about_box h2.heading2_001 span {
	display: block;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-weight: normal;
}


/* 002 */
h2.heading2_002 {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #a37e39;
}

h2.heading2_002 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #a81a4b;
}


/* 003 */
h2.heading2_003 {
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	border-bottom: dotted 1px #321021;
}


/* 004*/
h2.heading2_004 {
	margin: 80px 0 30px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

h2.heading2_004 span {
	display: block;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-weight: normal;
}

/* 005 */
h2.heading2_005 {
	margin: 80px 0 30px 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	font-family: 'zapbold', sans-serif;
	color: red;
}

h2.heading2_005 span {
	display: block;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-weight: normal;
}

@media screen and (max-width : 767px){
h2.heading2_005 {
	margin: 0px 0 30px 0;
	font-size: 1.8em;
}
}


/* = heading3 = */


/* 001 */
h3.heading3_001 {
	font-size: 16px;
	color: #a37e39;
	font-weight: normal;
}


/* 002 */
h3.heading3_002 {
	font-size: 20px;
	color: #a37e39;
	font-weight: normal;
}


h3.heading3_003 {
	padding: 20px 0 0 0;
	font-size: 25px;
	font-weight: bold;
	font-family: "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h3.heading3_003 span {
	display: block;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-weight: normal;
}


/* = heading4 = */


/* 001 */
h4.heading4_001 {
	color: #a37e39;
}




/* =========== paragraph setting =========== */


.cruise_plan{
	
	border: solid 1px #D6D6D6;
	padding: 5px 0 5px 0;
	margin: 0 40px 20px 40px;
}

@media screen and (max-width : 767px){
.cruise_plan{

	border: solid 1px #D6D6D6;
	padding: 15px;
	margin: 0 10px 20px 10px;
}
}

/* 002 */

.cruise_plan_inner{
	background-color: #eaeaea;
	/*border: solid 1px #D6D6D6;*/
	width: 70%;
	margin: auto auto 3% auto;
	padding: 2%;
}


@media screen and (max-width : 767px){
.cruise_plan_inner{
	width: 90%;
	/*border: solid 1px #D6D6D6;*/
	background-color: #eaeaea;
}
}

.cruise_plan_txt {
	margin: 0 0 4px;
}

.cruise_plan_txt span.cruise_plan_food{
	font-weight: bold;
	font-size: 1.25em;
}

@media screen and (max-width : 767px){
.cruise_plan_txt span.cruise_plan_food{
	font-weight: bold;
	font-size: 1em;
}
}


.cruise_plan_txt span{
	font-weight: bold;
	font-size: 1.7em;
}

@media screen and (max-width : 767px){
.cruise_plan_txt span{
	font-weight: bold;
	font-size: 1.2em;
}
}

/* = txt = */


/* = txt-S = */
.txt-S {
	font-size: 12px;
}


/* = txt-M = */
.txt-M {
	font-size: 16px;
}


/* = txt-R = */
.txt-R {
	text-align: right;
}


/* = txt-L = */
.txt-L {
	text-align: left;
}


/* 000 */
.txt_000 {
	margin: 0;
}


/* 001 */
.txt_001 {
	margin: 0 0 10px;
}


/* 002 */
.txt_002 {
	margin: 0 0 20px;
}

.txt_002 span{
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width : 767px){
.txt_002 span{
	font-weight: bold;
	font-size: 1em;
}
}


/* 003 */
.txt_003 {
	margin: 0 0 30px;
    font-weight: 500;
}


/* 004 */
.txt_004 {
	margin: 0 0 40px;
}


/* 005 */
.txt_005 {
	margin: 0 0 50px;
}


/* 006 */
.txt_006 {
	margin: 0 0 60px;
}


/* 007 */
.txt_007 {
	text-align: left;
	margin: 0;
	padding: 0 10px;
}


/* = color-txt = */


/* 001 */
.cl-txt_001 {
	color: #a81a4b;
}

/* 002 */
.cl-txt_002 {
	color: #a37e39;
}


/* 003 */
.cl-txt_003 {
	color: #a37e39;
	margin: 0 0 30px;
	font-size: 28px;
	line-height: 1.5;
}

.about-txt_001 {
    line-height: 1.3;
	font-size: 26px;
	font-size: 2.6em;
	margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
	color: #1689a8;text-shadow: 0 0 30px #b2e8f7;
}
.about-txt_001 span {
    font-weight: bold;
    font-size: 17px;
}

.about-txt_001_sub {
    line-height: 1.3;
	font-size: 16px;
	font-size: 1.6em;
	margin-bottom: 0;
	color: #1689a8;
    font-weight: bold;
}

@media screen and (max-width : 767px){
.about-txt_001 {
    padding: 0 10px;
	margin-bottom: 0;
}
.about-txt_001_sub {
	font-size: 12px;
	font-size: 1.2em;
}
}


.about-txt_002 {
	font-weight: bold;
	font-size: 1.3em;	
}

.about-txt_003 span{
	font-weight: bold;
	font-size: 1.2em;
	
}

.about-txt_004 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}


@media screen and (max-width : 767px){
.about-txt_004 {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 1.2em;
}
}

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

}


#about-txt004_last {
    margin-bottom: 90px;/*80px→35px*/
} 

#eventInfo dt {
    font-weight: bold;
	font-size: 1.5em;
}
#eventInfo dd {
    margin-bottom: 1.2em;
}

#eventInfo02 dt {
    font-weight: bold;
	font-size: 1.7em;
	margin: 20px 0 10px 0;
}

@media screen and (max-width : 767px){
#eventInfo02 dt {
    font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}
}

#eventInfo02 dd {
    margin-bottom: 1.2em;
}

#eventInfo03 dt {
    font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}
#eventInfo03 dd {
    margin-bottom: 1.2em;
}

@media screen and (max-width : 767px){
.about-txt_003 {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 1.2em;
}
}

.contact-txt_001 {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
	margin-top: 15px;
}

.contact-txt_001 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

.contact-txt_001 a:hover {
	color: #FFF;
	text-decoration: none;
}

.contact-txt_002 {
	margin-bottom: 1.0em;
	color: #FFF;
}

.check_label {
	background-color: #D6D6D6;
	padding: 20px;
	text-align: center;
	width: 300px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}


/* =========== image setting =========== */


/* = img-C = */
.img-C {
	text-align: center;
}


/* = img-L = */
.img-L {
	text-align: left;
}


/* = img-R = */
.img-R {
	text-align: right;
}




/* =========== figure setting =========== */


/* 001 */
.fig_001 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


/* 002 */
.fig_002 {
	margin: 0 0 30px;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


/* 003 */
.fig_003 {
	width: 70%;
	margin: 0 auto 30px auto;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.fig_003 { width: 80%; }
}




/* =========== button setting =========== */


/* 001 */
.btn_001 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.btn_001 a {
	display: block;
	width: 40%;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 0 auto;
	padding: 15px 0;
	color: #321021;
	text-decoration: none;
}


/* 002 */
.btn_002 {
	margin: 0 0 80px;
	padding: 0;
	width: 100%;
	text-align: left;
}

.btn_002 a {
	display: block;
	width: 30%;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 0;
	padding: 15px 0;
	color: #321021;
	text-decoration: none;
	text-align: center;
}


/* 003 */
.btn_003 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.btn_003 a {
	display: block;
	width: 40%;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 60px auto 0 auto;
	padding: 10px 0;
	color: #321021;
	text-decoration: none;
}


/* 004 */
.btn_004 {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}

.btn_004 a {
	display: block;
	width: 30%;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 0 auto;
	padding: 5px 0;
	color: #321021;
	text-decoration: none;
}


.btn_001 a:hover,
.btn_002 a:hover,
.btn_003 a:hover,
.btn_004 a:hover {
	background-color: #321021;
	color: #FFF;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.btn_001 a,
	.btn_003 a,
	.btn_004 a { width: 60%; }
	.btn_002 { text-align: center; }
	.btn_002 a { width: 60%; margin: 0 auto; }
}




/* =========== list setting =========== */


/* = index-list = */


/* 001 */
.index-list_001 {
	margin: 0;
	list-style: none;
	border-top: dotted 1px #321021;
}

.index-list_001 li {
	margin: 0;
	padding: 20px 5px;
	text-align: left;
	border-bottom: dotted 1px #321021;
}

.index-list_001 li a {
	background: url(../img/mark_001.svg) no-repeat left 4px;
	padding: 0 0 0 15px;
}


/* = table-list = */


/* 001 */
.table-list_001 {
	width: 680px;
	margin: 0 auto 60px auto;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.table-list_001:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.table-list_001:last-child {
	margin-bottom: 0;
}

.table-list_001 dt {
	float: left;
	width: 70%;
	text-align: left;
}

.table-list_001 dd {
	margin: 0 0 0 70%;
	text-align: right;
	color: #a81a4b;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.table-list_001 { width: 100%; }
	.table-list_001 dt { float: none; width: 100%; text-align: center; }
	.table-list_001 dd { width: 100%; margin: 0 0 10px 0; text-align: center; }
}


/* 002 */
.table-list_002 {
	margin: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.table-list_002:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.table-list_002 dt {
	float: left;
	width: 7em;
	padding: 15px 0;
	text-align: left;
	border-top: #321021 dotted 1px;
}

.table-list_002 dd {
	margin: 0 0 0 8em;
	text-align: left;
	padding: 15px 0;
	border-top: #321021 dotted 1px;
}




/* =========== box =========== */


/* = slider-box = */


/* 004 */
#slider_004,
#slider_008 {
	margin: 0;
	padding: 0;
}



/* = txt-box = */


/* 001 */
.txt-box_001 {
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.txt-box_001:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.video-box {
	width: 100%;
	margin-top: -500px;
}

#wrapper {
	width: 100%;
	margin-top: 0px;
	height: 300px;	
}

.box {
	width: 100%;
	margin-top: 0px;
	height: 500px;
}

.video-box video {
	top: 0;
	z-index: 1;
	width: 100%;
}

.video-title {
	position: relative;
	z-index: 2;
	top: 0px;
	height: 100%;
}
.video-title img {
    display: block;
    margin: auto;
    padding: 4% 0;
}
.contents::before {
    background-color: rgba(0,0,0,0.1);
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
    z-index: -2;
}
.contents {
	/*width: 100%;*/
	height: 100%;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 60vh;
	display: block;
	background: url(../../top/mainvisual01.jpg) no-repeat 50% 50%;
	margin-bottom: 30px !important;
}

@media screen and (max-width : 768px) {
h1 {
    display: none;
}
.video-title {
	position: relative;
	z-index: 1;
	top: 0px;
	height: 90%;
	padding: 40px 20px 20px 0px;
}

.video-title img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.contents {
	height: 80%;
	position:relative;
	background-size: 200% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
}

@media screen and (max-width : 1200px) {
	.contents {
		background-size: cover; 
	}
	.video-title img {
		/*padding-top: 10%;*/
	}
}

.bgCrossFade {
  position: relative;
  height: 300px;
}
.bgCrossFade .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;  
}
.bgCrossFade .slides:not(:first-child) {
  display: none;
}
.bgCrossFade p {
  position: absolute;
  top: -0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 150px;
  margin: auto;
    
  font-size: 24px;
  line-height: 150px;
  background: #fff;
  opacity: .6;
  color: #000;
  text-align: center;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {

.video-box {
	top: 300px;
	height: 600px;
	background-color: #000;
	display: none;
}

.video-box video {
	height: 700px;
	display: none;
}
.video-title {
    margin: auto;
    padding: 20px 20px 20px 0;
	text-align: center;
    
}
}



/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	#concept .txt-box_001 p,
	#cake .txt-box_001 p { text-align: center; }
}


/* 002*/
.txt-box_002 {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.txt-box_002 { width: 100%; }
}

.txt-box_002 figure {
	margin-bottom: 25px;
}

.txt-box_002 .img-box {
	width: 100%;
	margin: 0;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.txt-box_002 .img-box:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.txt-box_002 .img-box .fig-R {
	float: right;
	margin: 0 0 20px 30px;
	width: 40%;
}


.about_box {
	background-color: #F4F4F4;
	padding: 0 15px 15px 15px;
	margin-bottom: 30px;
	margin-top:  60px !important;
}

.about_box h3{
	margin-top: 30px;

}


.about_box section{
	margin-top: 30px;
}


.contact_box {
	background-color: #000000;
	margin: 15px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clause_box_001 {
	text-align: left;
	border: 1px solid #D6D6D6;
	padding: 25px;
	font-size: 12px;
    margin-bottom: 10px;
}

.clause_box_001 li {
	list-style-type: disc;
	list-style-position: inside;
}
.clause_box_001 li:last-child {
    margin-bottom: 1.0em;
}
.clause_box_001 .heading3_001 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}
.clause_box_001 .heading4_001 {
    font-size: 12px;
    color: #333;
} 

.clause_box_002 {
	text-align: left;
	padding: 20px;
	font-size: 12px;
	margin-top: 20px;
	background-color: #F0F0F0;
}

.clause_box_002 li{
	list-style-type: disc;
	list-style-position: inside;
}

.clause_box_002 .heading3_001 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

@media screen and (max-width : 768px) {
	.clause_box_001  {
        padding: 15px;
    }
}


#window {
	width: 100%;
	height: 95%;
	background-color: #CFCFCF;
	display: block;
}

/* = map-box = */


/* 001 */
.map-box_001 {
	margin: 0 auto;
	padding: 0;
	width: 80%;
}

.map-box_001 .googleMap {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.map-box_001 .googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.map-box_001 { width: 100%; }
	.map-box_001 .googleMap { padding-bottom: 60%; }
}



/* = contents-box = */


/* 001 */
.contents-box_001 {
	margin: 0;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contents-box_001:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contents-box_001 .top-R {
	float: right;
	width: 40%;
}

.contents-box_001 .top-R figure {
	margin: 0;
	padding: 0;
}

.contents-box_001 .top-R p {
	margin: 20px 0 0;
	padding: 0;
	color: #A37E39;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}

.contents-box_001 .top-L {
	float: left;
	width: 55%;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.contents-box_001 .top-R { float: none; width: 100%; }
	.contents-box_001 .top-L { float: none; width: 100%; }
}

.contents-box_001 .top-L h2 {
	margin: 40px 0 0;
	padding: 0;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: solid 1px #321021;
	text-align: left;
}

.contents-box_001 .top-L ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contents-box_001 .top-L ul li {
	padding: 10px 0;
	border-bottom: dotted 1px #321021;
	text-align: left;
}

.contents-box_001 .top-L p {
	margin: 10px 0 0;
	padding: 0 0 0 18px;
	text-align: left;
	background: url(../img/mark_001.svg) no-repeat left 5px;
}


/* 002 */
.contents-box_002 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contents-box_002:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contents-box_002 figure {
	width: 25%;
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
}

.contents-box_002 .cl-txt_name {
	color: #a37e39;
	margin: 0;
	font-size: 18px;
	text-align: left;
}

.contents-box_002 .cl-txt_name span {
	display: block;
	font-size: 12px;
	margin: 0 0 15px;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.contents-box_002 { width: 100%; }
	.contents-box_002 figure { float: none; width: 40%; margin: 0 auto 15px auto; }
	.contents-box_002 .cl-txt_name { text-align: center; }
}


/* 003 */
.contents-box_003 {
	margin: 0 auto;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contents-box_003:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contents-box_003 figure {
	width: 30%;
	margin: 0;
	padding: 0 0 80px 30px;
	float: right;
}

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.contents-box_003 figure { display: none; }
}


/* 004 */
.contents-box_004 {
	margin: 0 0 50px 0;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contents-box_004:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contents-box_004:last-child {
	margin-bottom: 0;
}

.contents-box_004 figure {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents-box_004 .contents-inner {
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}

.contents-box_004 dl,
.contents-box_004 ul {
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contents-box_004 dl:after,
.contents-box_004 ul:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contents-box_004 dl dt {
	float: left;
	width: 5em;
	text-align: left;
}

.contents-box_004 dl dd {
	margin: 0 0 10px 5.5em;
	text-align: left;
}

.contents-box_004 ul li {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
}

.contents-box_004 ul li:last-child {
	margin: 0;
}

.contents-box_004 ul li a {
	display: block;
	width: 100%;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 0;
	padding: 15px 0;
	color: #321021;
	text-decoration: none;
	text-align: center;
}

.contents-box_004 ul li a:hover {
	background-color: #321021;
	color: #FFF;
}
	

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.contents-box_004 figure { float: none; width: 100%; margin: 0 0 10px; }
	.contents-box_004 .contents-inner { float: none; width: 100%; margin: 0 0 20px; }
}




/* =========== layout-box =========== */


/* = layout-box = */


/* 001 */
.layout-box_001 {
	margin: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.layout-box_001:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

/* ==== width 768px以上の場合 ==== */ 
@media screen and (min-width : 768px) {
	#cake .layout-box_001 { margin: 0 0 60px 0; }
	#cake .layout-box_001:last-child { margin-bottom: 0; }
}


/* 002 */
.layout-box_002 {
	margin: 0 0 60px 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.layout-box_002:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.layout-box_002:last-child {
	margin-bottom: 0;
}


/* = layout-f（可変） = */
.layout-f {
	float: left;
}


/* = layout-r（右寄せ） = */
.layout-r {
	float: right;
	margin: 0 30px 0 0;
}


/* = layout-4_3（4分の3） = */
.layout-4_3 {
	float: left;
}


/* = layout-3_2（3分の2） = */
.layout-3_2 {
	float: left;
}


/* = layout-2_1（2分の1） = */
.layout-2_1 {
	float: left;
}


/* = layout-3_1（3分の1） = */
.layout-3_1 {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	/* background-color: #CF3; */
}

.layout-3_1:nth-child(3n) { margin: 0; }

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.layout-3_1 { float: none; width: 100%; margin: 0 0 20px 0; }
	#cake .layout-3_1 figure { width: 70%; margin: 0 auto; }
	#cake .layout-3_1:nth-child(3n) { margin: 0 0 20px 0; }
}


/* = layout-4_1（4分の1） = */
.layout-4_1 {
	float: left;
	width: 24%;
	margin: 0 1.33% 0 0;
}

.layout-4_1:nth-child(4n) { margin: 0; }

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.layout-4_1 { width: 49%; margin: 0 2% 10px 0; }
	.layout-4_1:nth-child(2n) { margin: 0; }
}


/* = layout-6_1（6分の1） = */
.layout-6_1 {
	float: left;
	width: 15.5%;
	margin: 0 1.4% 10px 0;
	background-color: #CF3;
}

.layout-6_1:nth-child(6n) { margin: 0 0 10px 0; }

/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	.layout-6_1 { width: 24%; margin: 0 1.33% 10px 0; }
	.layout-6_1:nth-child(6n) { margin: 0 1.33% 10px 0; }
	.layout-6_1:nth-child(4n) { margin: 0 0 10px 0; }
}




/* =========== localNav =========== */


/* = localNav = */


/* 001 */
#localNav {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#localNav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

#localNav ul {
	margin: 0;
	padding: 0;
}

#localNav ul li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

#localNav ul li:nth-child(3n) { margin: 0; }

#localNav ul li a {
	display: block;
	border: solid 1px #321021;
	background-color: #FFF;
	margin: 0 auto;
	padding: 15px 0;
	color: #321021;
	text-decoration: none;
}

#localNav ul li a.stay {
	border: solid 1px #321021;
	background-color: #321021;
	color: #FFF;
}

#localNav ul li a:hover {
	background-color: #321021;
	color: #FFF;
}




.profile_area {
	background-color: aquamarine;
	width: 100%;
	clear:both;
}
.protxt {
	width: 70%;	
}


/* ==== width 768px以下の場合 ==== */ 
@media screen and (max-width : 768px) {
	#localNav { width: 100%; }
	#localNav ul li a {  }
}



.picnicProfileBlock .Btn {
  clear: both;
  margin: auto; 
  max-width: 240px;
}
@media only screen and (min-width: 37.5625em) {
  .picnicProfileBlock .Btn {
    display: none;
  }
}

.picnicProfileBox {
	position: relative;
	margin-bottom: 5px;
	margin-top: 40px;
}
@media only screen and (max-width: 37.5em) {
  .picnicProfileBox {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
  }
  .picnicProfileBox:nth-child(2) {
    float: right;
  }
}
.picnicProfileBox:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.picnicProfileBox-bgImg {
	top: 0;
	left: 0;
	max-width: 200px;
	height: 100%;
	float: left;
	margin-right: 10px;
}

.picnicProfileBox-bgImg img{
	padding-bottom: 15px;
}

@media only screen and (max-width: 37.5em) {
  .picnicProfileBox-bgImg {
	max-width: 100%;
	margin: 0 auto 20 auto;
	padding: 0 auto 20 auto;
  }
}

/*　▼プロフィール公開前
.picnicProfileBox-body {
  padding: 24px; 
  background-color: #FFF;
}
/*　▼プロフィール公開後　*/
.picnicProfileBox-body {
  padding: 24px; 
  min-height: 260px;
}


/*@media only screen and (max-width: 37.5em) {
  .picnicProfileBox-body {
    display: none;
  }
}

/*　▼プロフィール公開前
@media only screen and (max-width: 37.5em) {
.picnicProfileBox-body {
  padding-left: 0%;
  border: solid;
  margin-bottom: 20px;
}
}
*/

/*　▼プロフィール公開後　*/
@media only screen and (max-width: 37.5em) {
.picnicProfileBox-body {
	float:right;
  padding: 24px; 
  padding-left: 0%;
  min-height: 260px;
}
}

.picnicProfileBox-header {
	margin-bottom: 16px;
	color: #8A274A;
	font-weight: bold;
}

.picnicProfileBox-headTitle {
	font-size: 4.4rem;
	font-family: Oswald, sans-serif;
	color: #AD9966;
	line-height: 4.4rem;
	letter-spacing: 0.2rem;
	  margin-top: 5px;
}
.picniclead-text {
	color: #AD9966;
}
.picnicProfileBox-text {
	color: #AD9966;
  background-color: #FFF;
  margin: 10px;
  padding:20px;
}
.picnicProfileBox-text span{
	font-size: 12px;
}


@media only screen and (max-width: 37.5em) {
.picnicProfileBox-header {
	margin-bottom: 14px;
	color: #8A274A;
	font-weight: bold;
}
.picnicProfileBox-headTitle {
	font-size: 1.4rem;
	font-weight: bold;
}
}


.picnicProfileBox-headTitle span.small {
  display: block;
  font-size: 3.0rem;
  margin-top: 5px;

}

.picnicProfileBox-headTitle span.xsmall {
  display: block;
  font-size: 1.2rem;
	line-height: 1.6rem;
}


@media only screen and (max-width: 37.5em) {
.picnicProfileBox-headTitle {
  letter-spacing: 0.1rem;
	font-size: 2rem;
	font-weight: bold;
}
.picnicProfileBox-headTitle span {
  display: block;
  letter-spacing: 0rem; 
  font-size: 1.4rem;
}
}

.clear {
	float: none;
	clear: both;	
}



.conceptMovieBlock {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .conceptMovieBlock {
    margin-right: 0; 
    margin-bottom: 4%;
    margin-left: 0;
    width: 100%;
  }
}

.conceptMovieBlock-movie {
  position: relative;
  margin-bottom: 40px;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
.conceptMovieBlock-movie:hover {
  opacity: .8; 
  cursor: pointer;
}
.conceptMovieBlock-movie.is-played:after {
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .conceptMovieBlock-movie {
    margin-bottom: 8%;
  }
}
.conceptMovieBlock-movie:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 88px;
  height: 88px;
  background-size: cover;
  content: "";
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .conceptMovieBlock-movie:after {
    width: 44px;
    height: 44px;
  }
}
.conceptMovieBlock-movie video {
  position: absolute;
  top: 0;
  left: 0;
  display: block; 
  width: 100%;
  height: 100%;
}
.conceptMovieBlock-movie img {
  position: relative; 
  display: block;
  margin: auto;
  width: 100%;
}

.conceptMovieBlock_wrapper{
	text-align : center;
	}


/* ========Youtube======== */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.conceptMovieBlock_wrapper{
margin : 0 auto 40px auto;
text-align : center;
width : 100%;
}
 @media only screen and (max-width: 768px) {
.conceptMovieBlock_wrapper{
width : 100%;
} 

 }


/* ========Youtube======== */
.picnic_logo {
text-align : center;
margin : 0 auto 50px;	
}
.picnic_map {
text-align : center;
margin : 0 auto;	
}


/* ======== contents ======== */

.contents_box{
	border: solid 1px #D6D6D6;
	padding: 15px 0 20px 0;
	margin: 45px auto 30px auto;
	/*background-color: #FFF;*/
	width: 93%;
}


@media screen and (max-width : 767px){
.contents_box{
	padding: 15px 5px 20px 5px;
}
}


.txt_008 {
	margin: 0 0 20px;
    font-weight: 500;
	font-size: 16px;
}

@media screen and (max-width : 767px){
.txt_008 {
	margin: 0 0 20px;
    font-weight: 500;
	font-size: 14px;
}
}

.txt_008 span{
	margin: 0 0 30px;
    font-weight: 500;
	font-size: 12px;
}


.txt_008 strong{
	margin: 0 0 30px;
    font-weight: 500;
	font-size: 18px;
}


/*=====赤字注釈===*/
.rest_block{
    display: block;
    width: 500px;
    margin: 10px auto 30px;
    padding: 0 10px;
    border: solid 1px red;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: red;
}
.rest_block span{
    font-size: 30px;
}
.rest_block .rest_sub{
    font-size: 14px;
    margin: 0px;
}

@media screen and (max-width : 767px){
.rest_block{
    width: 90%
}
.rest_block span{
    font-size: 20px;
}
.rest_block .rest_sub{
    font-size: 14px;
    margin: 0px;
}
}
}


/*------ BR----- */
br.br_mb_show {
	display: none;
}
br.br_pc_show {
	display: block;
}
/* 480px */
@media only screen and (max-width: 30em) {
br.br_mb_show {
	display: block;
}
br.br_pc_show {
	display: none;
}
}

