﻿@charset "UTF-8";

/* ---------------------------------------------------
 base layout
--------------------------------------------------- */
body {
	color: #202020;
	background: #FFF;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	line-height: 1.5;
	min-width: 980px;
}
@media (max-width: 700px) {
	body {
		min-width: 0;
	}
}

a,
a:visited {
	color: #646472;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #01B3C8;
	text-decoration: none;
}

.layoutInner {
	width: 980px;
	margin: 0 auto;
}

/* --- media 800px以下 --- */
@media (max-width: 700px) {
	.layoutInner {
		width: auto;
		padding: 0 10px;
	}
}/* --- media 800px以下 --- */



/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
header {
	position: relative;
	background: url(../images/head_bg.png) repeat-x 0 bottom;
}

header > div {
	text-align: center;
	padding: 70px 0 80px;
}
@media (max-width: 700px) {
	header > div {
		text-align: center;
		padding: 22px 0 20px!important;
	}
	header img {
		width: 180px;
	}
}

.copy {
	font-family: 'Petit Formal Script', cursive;
	color: #00B2C9;
	margin-top: 15px;
}
@media (max-width: 700px) {
	.copy {
		display: none;
	}
}

.engLink {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 700px) {
	.engLink {
		display: none;
	}
}

.engLink a {
/*	display: block;  */
	background: url(../images/link_blue_arrow.png) no-repeat left 13px;
	padding: 10px 10px 10px 13px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.giftLink {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 20px 10px 20px;
    background: #00B3C9;
/*
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
*/
}
@media (max-width: 700px) {
	.giftLink {
		display: none;
	}
}

.giftLink a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-decoration: none;
    color:#FFF;
}
.giftLink a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60%);
}
.giftLink a .memo{
    font-size:0.9em;
}

/* pankuzu */
.pankuzu {
	padding: 10px 0;
}

.pankuzu li {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*==============================================================
ナビゲーション用
==============================================================*/
#spHeader,
#spNavi,
#secondaryNav {
	display: none;
}
@media (max-width: 700px) {
	#spHeader,
	#spNavi {
		display: block;
	}
}/* media 500px以下 */


#build-menu {
	position: relative;
}

.mobile-nav-0 {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	margin:0 auto;
	font-size: 14px;
	font-weight: 400;
	z-index: 2;
    text-align: center;
}
@media (max-width: 700px) {
	.mobile-nav-0 {
		position: static;
		margin:0;
		width: 200px;
		font-size: 15px;
	}
}

.mobile-nav-0 li {
	display: inline-block;
	margin-right: 40px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.mobile-nav-0 li:nth-child(7) {
	margin-right: 0;
}

#mobile-bar {
    display:none;
}
@media (max-width: 700px) {
#mobile-bar {
    display:block;
	position: absolute;
	top: 20px;
	left: 20px;
    font-size:10px;
}
#build-menu-page {
	left: 0;
	position: relative;
	background-color: #fff;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 260px;
	padding: 0;
	position: static;
	z-index: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	left: 0;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#build-menu-button {
	background: url("../images/sp_menu.png") no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

#build-menu a {
	display: block;
	padding-left: 13px;
	background-size: 10px 10px;
	padding-top: 25px;
	padding-bottom: 8px;
}

#build-menu dt,
#build-menu dd,
#build-menu .hasSubMenu span,
#build-menu li {
	display: block;
	margin-right: 0;
}

#build-menu dd,
#build-menu .hasSubMenu ul li {
	padding-left: 25px;
}

#build-menu dt,
#build-menu .hasSubMenu span {
	padding-top: 10px;
	padding-bottom: 8px;
}

#build-menu .mobile-nav-0 .hasSubMenu {
	padding: 0;
	border-bottom: none;
}

#build-menu .mobile-nav-0 .changeCountry {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: -1px;
}

#build-menu .mobile-nav-0 .changeCountry li:first-child {
	border-top: none;
}

}/* media 500px以下 */

/* Effect 4: bottom border enlarge */
.mobile-nav-0 a {
	position: relative;
    display: inline-block;
    outline: none;
    color: #545454;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

.mobile-nav-0 a:hover {
	text-decoration: none;
}


.mobile-nav-0 a::after {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #00B3C9;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.mobile-nav-0 a:hover::after,
.mobile-nav-0 a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-nav-0 .current::after {
	height: 1px!important;
	opacity: 1!important;
	-webkit-transform: translateY(0px)!important;
	-moz-transform: translateY(0px)!important;
	transform: translateY(0px)!important;
}

/* ----------------------------------------
 footer
---------------------------------------- */
#footer {
	background: #FFF url(../images/foot_bg.png) repeat-x 0 top;
	color: #00B3C9;
	text-align: center;
	padding: 40px 0 0;
}
@media (max-width: 700px) {
	#footer {
		padding: 33px 0 0;
		font-size: 13px;
	}
}/* --- media 767px以下 --- */

#footer p {
	line-height: 1.2;
}

#footer li {
    display: inline-block;
	margin-right: 30px;
	padding-right: 30px;
/*	padding-left: 50px; */
/*	border-right: 1px solid #CCC;*/
	font-family: Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", "Lucida Grande", "Segoe UI ", Verdana, Roboto, "Droid Sans", sans-serif;
}
#footer li.mr200{
    padding-right:200px;
}
@media (max-width: 700px) {
	#footer li {
		display: block;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
		border-right: none;
	}
    #footer li.mr200{
        padding-right:0;
    }
}

#footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	border-right: none;
}
@media (max-width: 700px) {
	#footer li:last-child {
		margin-top: 10px;
	}
}

#footer li a {
	color: #545454;
	text-decoration: none;

    height:30px;
    line-height:30px;
    bottom: 0;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer .footLogo {
	margin: 30px 0;
}
@media (max-width: 700px) {
	#footer .footLogo img {
		display:none;
	}
}

#footer .footCopy {
	font-family: 'Petit Formal Script', cursive;
}

#footer .copyright {
	font-family: Montserrat;
	padding: 15px 0;
	margin-top: 30px;
	border-top: 1px solid #CCC;
	color: #444;
}





/* ----------------------------------------
 contents
---------------------------------------- */
#mainArea {
	background: url(../../images/top_main_bg.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
	position: relative;
}

#mainArea div {
	text-align: center;
	background: url(../../images/top_main.png) no-repeat left bottom;
	width: 1007px;
    margin: 0 auto;
}
@media (max-width: 700px) {
	#mainArea div {
		width: auto;
	    margin: 0;
	    background-size: 430px;
	    position: relative;
	}
	#mainArea a {
		display: block;
	    position: absolute;
	    top: 145px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 100px;
	}
}

#mainArea h1 {
	font-size: 40px;
	padding-top: 62px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media (max-width: 700px) {
	#mainArea h1 {
		font-size: 27px;
	}
}

#mainArea p {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 270px;
	font-family: Meiryo, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", "Lucida Grande", "Segoe UI ", Verdana, Roboto, "Droid Sans", sans-serif;
}
@media (max-width: 700px) {
	#mainArea p {
		padding-bottom: 200px;
	}
}

#mainArea span {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-shadow: 1px 1px 3px #000;  
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

#contents .section {
	padding: 65px 0;
	font-size: 15px;
	color: #646472;
}

#contents .sectionTitle {
	color: #000;
	font-size: 34px;
	text-align: center;
	margin-bottom: 40px;
	background: url(../images/ttl_bg.png) no-repeat center bottom;
	padding-bottom: 10px;
}

#contents .section .dataList dl,
#contents .section .subSection {
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}

#contents .section .dataList dl:last-child,
#contents .section .subSection:last-child {
	margin-bottom: 0;
}

#contents .section .dataList dt,
#contents .section .subSection h1 {
	float: left;
	width: 160px;
	font-size: 15px;
}

#contents .section .dataList dt:after,
#contents .section .subSection h1:after {
	content: "：";
	position: absolute;
	left: 110px;
	top: 0;
}

#contents .section .dataList dd,
#contents .section .subSection .history {
	overflow: hidden;
}

.hotelTtl{
    font-size: 22px;
    border-top: 1px solid #DDD; 
    border-bottom: 1px solid #DDD;
    padding: 20px;
    text-align: center;
    margin: 60px auto;    
}
@media (max-width: 700px) {
	.hotelTtl {
        font-size:20px;
	}
}

.hotelList li {
	width: 280px;
	text-align: center;
	float: left;
	margin-right: 70px;
	margin-bottom: 25px;
}
.hotelList li.narrow {
	margin-bottom: 10px;
}
@media (max-width: 700px) {
	.hotelList li {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.hotelList li img {
		width: 200px;
	}
}

.hotelList li:last-child {
	margin-right: 0;
}

.hotelList li p {
	padding-bottom: 20px;
	font-size: 14px;
}

.voiceList {
/*	width: 920px; */
	width: 920px;
    margin: 0 auto;
}
@media (max-width: 700px) {
	.voiceList {
		width: auto;
	    margin: 0;
	}
	.voiceList img {
		width: 100%;
	}
}

.voiceList li {
	width: 280px;
	float: left;
	background: #FFF;
	margin-right: 26px;
     margin-bottom: 26px;
	min-height: 370px;
}
@media (max-width: 700px) {
	.voiceList li {
		width: auto;
		float: none;
		margin-top: 10px;
		margin-right: 0;
	min-height: auto;
	}
	.voiceList li:first-child {
		margin-top: 0;
	}
}

.voiceList li:last-child {
	margin-right:  0;
}

.voiceList li a {
	text-decoration: none;
	padding: 10px;
	display: block;
}

.voiceName {
	font-size: 14px;
	margin-top: 20px;
	padding: 0 5px;
}

.voiceLocation {
	font-size: 14px;
	margin-top: 5px;
	padding: 0 5px;
}

.voiceTxt {
	font-size: 16px;
	margin-top: 15px;
	padding: 0 5px 10px;
	text-decoration: underline;
}

.detailBox {
	padding: 50px;
	box-sizing: border-box;
	font-size: 18px;
}
@media (max-width: 700px) {
	.detailBox {
		padding: 10px 10px 30px;
		font-size: 13px;
		margin: 0 10px;
	}
	.detailBox img {
		max-width: 100%;
	}
}

.detailTtl {
	font-size: 22px;
	margin-top: 15px;
}
@media (max-width: 700px) {
	.detailTtl {
		font-size: 16px;
	}
}
.detailPlace {
	margin-top: 15px;
}

.detailTxt {
	margin-top: 20px;
}

.detailTxt p:first-child {
	margin-bottom: 20px;
}

.guestvoiceList {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}
@media (max-width: 700px) {
	.guestvoiceList {
		width: auto;
		margin: 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		padding: 10px 0;
	}
}

.guestvoiceList li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDD;
}

.guestvoiceList li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.guestvoiceList li {
	display:table;
	text-decoration: none;
}


.guestvoiceList li div {
	display: table-cell;
	width: 120px;
	vertical-align: top;
}
@media (max-width: 700px) {
	.guestvoiceList li div {
		width: 80px;
		}
	.guestvoiceList li div img {
		width: 80px;
	}
}

.guestvoiceList li p {
	display: table-cell;
	padding: 30px;
	vertical-align: middle;
	font-size: 20px;
}
@media (max-width: 700px) {
	.guestvoiceList li p {
		padding: 0 10px 0 0;
		font-size: 15px;
	}
}

.productsList li {
	float: left;
	width: 320px;
	background: #FFF;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
@media (max-width: 700px) {
	.productsList li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		box-sizing: border-box;
		border-bottom: 1px solid #F5F3EF;
		border-left: 1px solid #F5F3EF;
	}
	.productsList li:nth-child(even) {
	}
}


.productsImg {
    padding: 60px 60px 0;
}
@media (max-width: 700px) {
	.productsImg {
		padding: 30px 0 0;
	    text-align: center;
	}
}

.productsImg img {
	width: 200px;
}
@media (max-width: 700px) {
	.productsImg img {
		width: 80%;
	}
}

.productsNew {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 700px) {
	.productsNew img {
		width: 40px;
	}
}

.productsName {
	padding: 10px 25px 25px;
	min-height: 30px;
	text-align: center;
}
#brand .productsName {
	padding: 10px 25px 25px;
	min-height: 44px;
	text-align: center;
}
@media (max-width: 700px) {
	.productsName {
		padding   : 10px;
		min-height: 30px;
	}

	#brand .productsName {
		padding   : 10px;
		min-height: 64px;
		font-size: 13px;
	}
}

.productsList li a {
	text-decoration: none;
}

.productsLimited {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 5px 10px;
}
@media (max-width: 700px) {
	.productsLimited {
		font-size: 10px;
		top: 5px;
    	right: 5px;
    	padding: 2px 6px;
	}
}

.productsList a:hover .productsLimited {
	color: #646472;
}

.categoryArea {
	background: #FFF;
	border-top: 3px solid #CCC;
	margin-top: 40px;
}

.categoryArea ul {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
@media (max-width: 700px) {
	.categoryArea ul {
		width: auto;
		margin: 0 10px;
		padding-top: 20px;
	}
}

.categoryArea ul li {
	width: 220px;
	margin-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.categoryArea ul li:nth-child(3n) {
	margin-right: 0;
}

.categoryArea ul li a {
	display: inline-block;
	background: url(../images/arrow_pagelink.jpg) no-repeat left center;
	padding-left: 15px;
}

.aboutTtl {
	width: 800px;
    margin: -25px auto;
    position: relative;
}
@media (max-width: 700px) {
	.aboutTtl {
		width: auto;
	    margin: auto;
	}
}

.aboutTtl h1 {
	float: left;
}
@media (max-width: 700px) {
	.aboutTtl h1 {
		float: none;
	}
}

.aboutTtl h1 img {
	float: left;
	margin-top: 12px;
	margin-right: 20px;
}
@media (max-width: 700px) {
	.aboutTtl h1 img {
		margin-top: 12px;
		margin-right: 20px;
		width: 40px;
	}
}

.aboutTtl h1 div {
	float: left;
}

.aboutTtl > div {
		float: right;
	}
@media (max-width: 700px) {
	.aboutTtl > div {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	.aboutTtl > div > img {
		width: 300px;
	}
}

.aboutTtl h1 p {
	display: inline-block;
	text-align: center;
	min-width: 133px;
	font-size: 18px;
	color: #FFF;
	padding: 5px 10px;
	background: #00B3C9;
}

.aboutTtl h1 .guest{
	background: #eedcb3;
}
@media (max-width: 700px) {
	.aboutTtl h1 p {
		display: inline-block;
		text-align: center;
		min-width: 133px;
		font-size: 15px;
	}
}

.aboutTtl span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
}

.aboutDesc p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

.aboutNo1 {
	margin-top: 50px;
}
@media (max-width: 700px) {
	.aboutNo1 {
		margin-top: 0;
	}
}

.aboutNo2 {
	margin-top: 90px;
}
@media (max-width: 700px) {
	.aboutNo2 {
		margin-top: 0;
	}
}

.aboutNo3 {
	margin-top: 80px;
}
@media (max-width: 700px) {
	.aboutNo3 {
		margin-top: 0;
	}
}

.contentsArrowBtWhite {
	position: relative;
}

.contentsArrowBtWhite:after {
	content: url("../images/arrow_white.png");
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92px;
    z-index: 2;
}

.contentsArrowBtWhite:last-child:after {
	content:'';
}


.contentsArrowBtBeige {
	position: relative;
}

.contentsArrowBtBeige:after {
	content: url("../images/arrow_beige.png");
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92px;
    z-index: 2;
}

/* --- media 767px以下 --- */
@media (max-width: 700px) {
	#contents .section {
		padding: 35px 0;
		font-size: 14px;
	}

	#contents .sectionTitle {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#contents .section .dataList dl,
	#contents .section .subSection {
		margin-bottom: 20px;
	}

	#contents .section .dataList dt,
	#contents .section .subSection h1 {
		float: none;
		width: auto;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#contents .section .dataList dt:after,
	#contents .section .subSection h1:after {
		content: none;
	}

	#contents .section .dataList dd,
	#contents .section .subSection .history {
		margin-left: 1em;
	}
}/* --- media 767px以下 --- */


/* history */
#contents .section .history li {
	position: relative;
	padding-left: 7em;
}

#contents .section .history li span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 700px) {
	#contents .section .history li {
		/*line-height: 1.7;*/
		margin-top: 3px;
	}
}/* --- media 767px以下 --- */


@media (max-width: 700px) {
	#contents #member .history li {
		padding-left: 5.5em;
	}
}/* --- media 767px以下 --- */

#profile .layoutInner,
#member .layoutInner {
	width: 700px;
}
@media (max-width: 700px) {
	#profile .layoutInner,
	#member .layoutInner {
		width: auto;
	}
}






/*==============================================================
共通モジュール
==============================================================*/
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}

@media (max-width: 700px) {
	.spOnly {
		display: block !important;
	}
	.pcOnly {
		display: none !important;
	}
}/* media 500px以下 */

.btnWhite {
	display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #FFF;
    min-width: 180px;
    background: url(../images/btn_white_bg.png);
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 15px;
}

.btnWhite:visited {
	color: #FFF;
}

.btnWhite:hover {
	background: #FFF;
	color: #00B3C9;
}

.btnBlue {
	display: inline-block;
    color: #00B3C9;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #00B3C9;
    min-width: 180px;
    background: url(../images/btn_blue_bg.png);
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 15px;
    text-align: center;
}

.btnBlue:visited {
	color: #00B3C9;
}

.btnBlue:hover {
	background: #00B3C9;
	color: #FFF;
}

.bgWhite {
	background: #FFFFFF;
}

.bgBlue {
	background: #E4F7F9;
}

.bgBeige {
	background: #F4F2EE;
}

.bgGrey {
	background: #F4F4F4;
}

.sectionTitleCopy {
	width: 450px;
	text-align: center;
	margin: -15px auto 0;
}
@media (max-width: 700px) {
	.sectionTitleCopy {
		width: auto;
		margin: 0;
		}
}

.subTtl {
	font-size: 24px;
	position: relative;
	height: 30px;
	margin-top: 40px;
}
@media (max-width: 700px) {
	.subTtl {
	font-size: 18px;
	}
}

.subTtl span {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 255px;
	text-align: center;
}
@media (max-width: 700px) {
	.subTtl span {
		width: 200px;
	}
}

.subTtl:before {
	position: absolute;
	content: '';
	width: 980px;
	height: 1px;
	background: #AAA;
	left: 0;
	top: 13px;
	z-index: 1;
}
@media (max-width: 700px) {
	.subTtl:before {
		width: 100%;
		top: 9px;
	}
}

.news{
    width:800px;
    margin:0 auto;
}

.news td, .news th {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 1px #ddd;
}
.news th {
    text-align: left;
    padding-right:40px;
}
@media (max-width: 700px) {
    .news{
        width:auto;
        margin:0 10px 0 10px;
    }
    .news th {
        padding-right:20px;
    }
}

.mgb30{
    margin-bottom:30px;
}
@media (max-width: 700px) {
    .mgb30{
        margin-bottom:20px;
    }
}

.w400{
    width:400px !important;
}
@media (max-width: 700px) {
    .w400{
        width:300px !important;
    }
}

.break{
    clear:both;
}

.exchangeDiv{
    background-color:#FFFFFF;
    margin:0 auto;
    padding: 30px 60px;
    text-align: center;
}
.exchangeDiv .sentence{
    line-height: 1.4em;
}
.exchangeDiv .enterbox{
    padding:20px 0;
    font-size:1.6rem;
}
.exchangeDiv .enterbox input{
    border: solid 1.2px #6699FF;
    width:100px;
}
.exchangeDiv .actionBtn a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 235px;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
    background: #C09354;
    margin:0 auto;
    cursor : pointer;
}
.exchangeDiv .actionBtn a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90%);
}
.exchangeDiv #err{
    color:#E5669F;
    margin-top:10px;
}
/* --- media 767px以下 --- */
@media (max-width: 767px) {
    .exchangeDiv{
        margin:0 auto;
        padding: 30px 40px;
        text-align: center;
    }
    .exchangeDiv .sentence{
        line-height: 1.4em;
    }
    .exchangeDiv .enterbox{
        padding:20px 0;
        font-size:1.2rem;
    }
    .exchangeDiv .enterbox input{
        border: solid 1.2px #6699FF;
        font-size:1.4rem;
        width:60px;
    }
    .exchangeDiv .actionBtn a {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 235px;
        padding: 6px 10px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 18px;
        line-height: 1.2;
        color: #FFF;
        background: #C09354;
        margin:0 auto;
    }
    .exchangeDiv .actionBtn a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90%);
    }
    .exchangeDiv #err{
        color:#E5669F;
        margin-top:10px;
    }

    .exchangeDiv .actionBtn li {
		float: none;
		margin: 10px 0 0;
	}

	.actionBtn li:first-child {
		float: none;
		margin: 0;
	}

	.actionBtn a {
		min-width: 194px;
		padding: 14px 30px;
		font-size: 15px;
	}

}/* --- media 767px以下 --- */

/* ---------------------------------------------------
 privacy page
--------------------------------------------------- */
#privacy .container {
    padding: 50px;
}

#privacy .policy {
    margin-top: 20px;
}

#privacy .policy li {
    margin-bottom: 20px;
    margin-left: 2em;
    text-indent: -2em;
}

#privacy .contact {
    margin-top: 40px;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
    #privacy .container {
        padding: 30px 30px 35px;
    }
}

/* ----------------------------------------
 会員ベント
---------------------------------------- */
.eventList {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
}
@media (max-width: 700px) {
	.eventList {
		width: auto;
		margin: 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		padding: 10px 0;
	}
}

.eventList li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDD;
/*	display:table;*/
	text-decoration: none;
    width: 100%;
}

.eventList li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.eventList li a {
	text-decoration: none;
}

.eventList li table {
    width:100%;
}

.eventList li .pict {
	width: 180px;
	vertical-align: middle;
}

.eventList li .desc {
	padding: 0 30px;
	vertical-align: middle;
}

.eventList li .allow {
    width:20px;
	vertical-align: middle;
}

@media (max-width: 700px) {
	.eventList li .pict {
		width: 80px;
    }
	.eventList li .pict img {
		width: 80px;
	}
    .eventList li .desc {
        padding: 0 20px;
    }
    .eventList li .allow {
		width: 20px;
    }
}

.eventList li span.category1 {
	display: inline-block;
	text-align: center;
	min-width: 100px;
	color: #FFF;
	padding: 2px 10px;
	background: #00B3C9;
}

.eventList li div.desc p {
    margin: 5px 0;
}

@media (max-width: 700px) {
	.eventList li p {
	}
}

.eventTtl{
    font-size: 22px;
    border-top: 1px solid #DDD; 
    border-bottom: 1px solid #DDD;
    padding: 20px;
    text-align: center;
    margin: 60px auto;    
}
@media (max-width: 700px) {
	.eventTtl {
        text-align: left;
	}
}

.eventTxt{
    margin:50px 200px;
}
.eventTxt p{
    margin-bottom:14px;
}
.eventPict{
    text-align: center;
}

@media (max-width: 700px) {
	.eventTxt {
        margin:50px 20px;
	}
    .eventPict img{
        width: 96%;
    }
}

/* ----------------------------------------
 text
---------------------------------------- */
.textSpace p {
	margin-top: 1em;
}
.textSpace p:first-child {
	margin-top: 0;
}

.discList {
	list-style-type: disc;
	margin-left: 1.4em;
}

.numberList {
	list-style-type: decimal;
	margin-left: 1.8em;
}

.numberList > li {
	margin-top: 1em;
}

