@charset "utf-8";
/* COMMON
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	overflow-x: hidden;
	line-height: 1.75;
	font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
main {
	position: relative;
	z-index: 1;
}
.wrapper {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
a {
	transition:all 0.5s ease-in-out;
}
a, a:visited, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
}
.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}
 
.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}
@media (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #282828;
	}
}

/* HEADER
-------------------------------------------------------------- */
header {
	position: relative;
}
header .headwrap {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(255,255,255,.8);
	display: none;
}
.home header .headwrap {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: auto;
  	z-index: 9999;
  	background: rgba(255,255,255,.8)
}
header .headwrap.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}
.navbar-default {
	background: transparent;
	border: none;
	margin-bottom: 0;
}
.navbar-brand {
	padding: 15px 20px;
	color: #9d6d06!important;
	font-size: 2rem;
}
.navbar-default .navbar-nav > li {
	padding: 15px 0;
	color: #9c6d07;
}
.navbar-default .navbar-nav > li::before {
	content: "|";
	color: #a5a5a5;
	vertical-align: 0;
}
.navbar-default .navbar-nav > li:first-child::before {
	content: none;
}
.navbar-default .navbar-nav > li > a {
	color: #9d6d06;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0 40px;
	display: inline-block;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	opacity: .7;
}
#mv {
	display: flex;
}
#mv .txtArea {
	width: 50%;
	background: url(../images/bg_mv.jpg) no-repeat center;
	position: relative;
}
#mv .txtArea .inline {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#mv .txtArea .logo{
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
	color: #9d6d06;
	margin-bottom: 20px;
}
#mv .txtArea nav ul {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	border-top: 3px solid #bfa151;
	padding: 20px;
	max-width: 350px;
	margin: auto;
}
#mv .txtArea nav li {
	position: relative;
	padding-top: 35px;
}
#mv .txtArea nav li::before {
	content: "";
	width: 1px;
	height: 25px;
	background: #dbdbdb;
	position: absolute;
	top: 0;
	left: 50%;
}
#mv .txtArea nav li a {
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 5px;
	position: relative;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #9d6d06;
}
#mv .txtArea nav li a:hover {
	text-decoration: none;
	transform: translate(0,5px);
}
#mv .photoArea {
	width: 50%;
	background: url(../images/mv.jpg) no-repeat top center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.navbar-brand {
		padding: 17px 20px;
		font-size: 1.8rem;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.6rem;
		padding: 0 20px;
	}
	.navbar-default .la li {
		font-size: 1.2rem;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		padding: 17px 20px;
		font-size: 1.6rem;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.4rem;
		padding: 0 10px;
	}
	.navbar-default .la li {
		font-size: 1.2rem;
	}
	#mv {
		display: block;
	}
	#mv .txtArea {
		width: 100%;
		position: absolute;
		width: 100%;
		height: 120px;
		z-index: 10;
		background:none
	}
	#mv .txtArea .inline {
		width: 80%;
		position: absolute;
		top: 10px;
		left: 50%;
		-webkit-transform: translate(-50%,0%);
		transform: translate(-50%,0%);
	}
	#mv .txtArea nav {
		display: none;
	}
	#mv .photoArea {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: calc(100% - 120px);
		z-index: 1;
	}
}
@media (max-width: 767px) {
	header .headwrap {
		top: 0;
		bottom: auto;
		background-color: #fff;
	}
	.navbar-brand {
		padding: 15px 30px;
		font-size: 1.8rem;
		display: block;
		float: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.navbar-toggle {
		margin: 15px 20px;
		padding: 0;
		border: none;
		float: none;
		position: absolute;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #9c6d07;
	}
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 5px;
	}
	.navbar-default .navbar-collapse {
		background: #333;
		height: 100vh;
		padding: 0 10% 150px;
		overflow: scroll;
	}
	.navbar-default .navbar-nav {
		margin: 0;
	}
	header .navbar-default .navbar-nav > li {
		padding: 10px;
		float: none;
		text-align: center;
		border-bottom: 1px solid #8a8271;
	}
	header .navbar-default .navbar-nav > li::before {
		content: none;
	}
	header .navbar-default .navbar-nav > li > a {
		font-size: 1.6rem;
		color: #fff;
		padding: 10px;
	}
	#mv .txtArea {
		height: 60px;
	}
	#mv .txtArea .logo{
		font-size: 2.4rem;
	}
	#mv .txtArea nav ul {
		max-width: 240px;
		margin: auto;
		display: block;
	}
	#mv .txtArea nav li {
		padding: 0 0 0 30px;
	}
	#mv .txtArea nav li::before {
		width: 20px;
		height: 1px;
		top: 50%;
		left: 0;
	}
	#mv .txtArea nav li a {
		font-size: 1.8rem;
	    writing-mode: horizontal-tb;
	}
	#mv .photoArea {
		height: calc(100% - 60px);
	}
}


/* section
-------------------------------------------------------------- */
.bg {
	background: url(../images/bg.jpg) center;
}
h2 {
	color: #9d6d06;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
h2 span {
	font-size: 4.8rem;
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 10;
	padding-top: 100px;
}
h2::before {
	content: "";
	background: url(../images/h2_ico.png) no-repeat;
	background-size: contain;
	width: 133px;
	height: 133px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -66px;
	z-index: 1;
}
.bg h2::before {
	content: "";
	background: url(../images/h2_ico02.png) no-repeat;
	background-size: contain;
	width: 133px;
	height: 133px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -66px;
	z-index: 1;
}
.gold {
	background: #9d6d06;
	color: #fff;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 2px 15px;
}
strong.red {
	background: #c40000;
	color: #fff;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 2px 15px;
}
@media (max-width: 767px) {
	h2 {
		margin-bottom: 30px;
	}
	h2 span {
		font-size: 2.6rem;
	}
	.gold {
		font-size: 1.5rem;
	}
}

/* news
-------------------------------------------------------------- */
#news {
  padding: 50px 0 100px;
}
#news ul {
  margin: 30px auto 60px;
}
#news li {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #ccc;
  font-size: 1.8rem;
}
#news li .time {
  width: 120px;
  text-align: left;
}
#news li a {
  display: inline-block;
  width: calc(100% - 120px);
  text-align: left;
  color: #333;
}
#news .btnMore a {
  display: block;
  margin: auto;
  padding: 10px 30px;
  max-width: 220px;
  background: #9d6d06;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  #news {
    padding: 20px 0 0;
  }
  #news ul {
    margin: 10px auto 50px;
  }
  #news li {
    padding: 10px 0;
    display: block;
	font-size: 1.5rem;
  }
  #news li .time {
    width: 100%;
  }
  #news li a {
    width: 100%;
  }
  #news .btnMore a {
    max-width: 200px;
    font-size: 1.6rem;
  }
}

/* about
-------------------------------------------------------------- */
#about {
	text-align: center;
	padding: 100px 0;
}
#about .txt {
	font-size: 1.8rem;
	margin-bottom: 70px;
}
#about ul {
	display: flex;
	flex-wrap: wrap;
}
#about li {
	width: 25%;
	margin-bottom: 70px;
}
#about li a {
    text-decoration: none;
    display: block;
}
#about li a:hover {
	transform: translate(0,5px);
}
#about li .gold {
	display: block;
	max-width: 120px;
	margin: 0 auto 15px;
}
#about li h3 {
	font-size: 3rem;
	color: #9d6d06;
	padding: 15px 0;
}
#about li h3 span {
	font-size: 1.6rem;
	color: #282828;
	display: block;
	margin-bottom: 5px;
}
#about li p {
	position: relative;
	padding-top: 110px;
	color: #9d6d06;
	font-size: 1.8rem;
}
#about li p::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #dbdbdb;
	position: absolute;
	top: 0;
	left: 50%;
}
#about li p a:hover {
	text-decoration: none;
	opacity: .8;
	transform: translate(0,5px);
}
.lightBox {
	display: none;
	font-size: 1.6rem;
	max-width: 1000px;
}
.lightBox a {
	color: #9d6d06;
	word-break: break-all;
}
.lightBox .inlineBox {
	display: flex;
	padding: 50px;
}
.lightBox .leftArea {
	width: 40%;
	padding-right: 30px;
	text-align: center;
}
.lightBox .leftArea h3 {
	font-size: 3rem;
	color: #9d6d06;
	padding: 15px 0;
}
.lightBox .leftArea h3 span {
	font-size: 1.6rem;
	color: #282828;
	display: block;
	margin-bottom: 5px;
}
.lightBox .leftArea .gold {
	display: block;
	max-width: 120px;
	margin: 10px auto 0;
}
.lightBox .rightArea {
	width: 60%;
}
.lightBox .rightArea .detail p {
	margin-bottom: 15px;
}
.lightBox .rightArea .info {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 20px 50px 10px;
}
.lightBox .rightArea .info dl {
	display: flex;
	flex-wrap: wrap;
}
.lightBox .rightArea .info dt {
	color: #ccc;
	color: #9d6d06;
	width: 50px;
	margin-bottom: 10px;
}
.lightBox .rightArea .info dd {
	width: calc(100% - 60px);
	margin-bottom: 10px;
}
.lightBox .rightArea .info dd .map {
	display: block;
	font-size: 1.4rem;
	background: #9d6d06;
	color: #fff;
	text-align: center;
	border: 1px solid #9d6d06;
	padding: 5px 10px;
	max-width: 120px;
	margin-top: 5px;
	text-decoration: none;
}
.lightBox .rightArea .info dd .map:hover {
	background: #fff;
	color: #9d6d06;
}
.lightBox .rightArea .info dd .tel {
	color: #282828;
}
.featherlight .featherlight-content {
	padding: 50px 30px;
	background: transparent;
}
.featherlight .featherlight-inner {
	padding: 30px;
	background: #fff url(../images/bg_box.png) no-repeat;
}
.featherlight .featherlight-close-icon {
	font-size: 5rem;
	line-height: 1;
	right: 30px;
	width: auto;
	color: #fff;
	background: transparent;
}

@media (max-width: 767px) {
	#about {
		padding: 0 0 30px;
		margin-top: 100px;
	}
	#about .txt {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	#about li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 50px;
	}
	#about li .gold {
		max-width: 100px;
		margin: 0 auto 15px;
	}
	#about li h3 {
		font-size: 2rem;
	}
	#about li h3 span {
		font-size: 1.4rem;
	}
	#about li p {
		padding-top: 50px;
		font-size: 1.5rem;
	}
	#about li p::before {
		height: 40px;
	}
	.lightBox .inlineBox {
		display: block;
		padding: 40px 30px 30px;
	}
	.lightBox .leftArea {
		width: 100%;
		padding: 0 0 20px;
	}
	.lightBox .leftArea h3 {
		font-size: 2.4rem;
	}
	.lightBox .leftArea h3 span {
		font-size: 1.4rem;
	}
	.lightBox .leftArea .gold {
		max-width: 100px;
	}
	.lightBox .rightArea {
		width: 100%;
	}
	.lightBox .rightArea .detail p {
		font-size: 1.5rem;
	}
	.lightBox .rightArea .info {
		padding: 20px 20px 10px;
		font-size: 1.4rem;
	}
	.lightBox .rightArea .info dl {
		display: flex;
		flex-wrap: wrap;
	}
	.lightBox .rightArea .info dd .map {
		font-size: 1.3rem;
		max-width: 100px;
	}
	.featherlight .featherlight-inner {
		padding: 0;
		background-size: 50px;
	}
}

/* model
-------------------------------------------------------------- */
#model {
	padding: 100px 0;
}
#model .inlineBox {
	display: flex;
}
#model .txtArea {
	width: 70%;
	padding-right: 30px;
}
#model .txtArea h3 {
	font-size: 3rem;
	font-weight: 600;
	color: #9d6d06;
	margin-bottom: 30px;
}
#model .txtArea .point {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
#model .txtArea .point strong {
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
}
#model .txtArea .txt {
	font-size: 1.6rem;
	margin: 0 30px 30px 0;
}
#model .txtArea .courseArea h4 {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 30px;
}
#model .txtArea .courseArea h4 span {
	font-size: 1.6rem;
}
#model .txtArea .courseArea .courseWrap {
	display: flex;
}
#model .txtArea .courseArea .courseWrap .course {
	width: 50%;
	padding: 0 20px;
	font-size: 1.8rem;
	text-align: center;
}
#model .txtArea .courseArea .courseWrap .course h5 {
    color: #c40000;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
}
#model .txtArea .courseArea .courseWrap .course h5.c01::after {
	content: "";
	background: url(../images/course01.png) no-repeat;
	background-size: contain;
	width: 75px;
	height: 42px;
	display: inline-block;
}
#model .txtArea .courseArea .courseWrap .course h5.c02::after {
	content: "";
	background: url(../images/course02.png) no-repeat;
	background-size: contain;
	width: 54px;
	height: 64px;
	display: inline-block;
	vertical-align: -1.8rem;
}
#model .txtArea .courseArea .courseWrap .course p {
	position: relative;
	padding: 40px 0 10px;
}
#model .txtArea .courseArea .courseWrap .course p::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #dbdbdb;
	position: absolute;
	top: 0;
	left: 50%;
}
#model .txtArea .courseArea .courseWrap .course p span {
	color: #c40000;
	display: block;
	font-size: 1.4rem;
}
#model .txtArea .courseArea .courseWrap .course p.noline {
	padding: 0 0 10px;
}
#model .txtArea .courseArea .courseWrap .course p.noline::before {
	content: none;
}
#model .flowerArea {
	width: 30%;
}
#model .flowerArea .flower {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#model .flowerArea .flower .photo {
	width: 45%;
	padding-right: 10px;
}
#model .flowerArea .flower.ptn .photo {
	padding: 0 0 0 10px;
	order: 1;
}
#model .flowerArea .flower dl {
	width: 55%;
}
#model .flowerArea .flower dt {
	font-size: 2rem;
	margin-bottom: 10px;
}
#model .flowerArea .flower dt span {
	font-size: 1.4rem;
	display: inline-block;
	color: #9d6d06;
}
@media (max-width: 767px) {
	#model {
		padding: 30px 0;
	}
	#model .inlineBox {
		display: block;
	}
	#model .txtArea {
		width: 100%;
		padding: 0 0 20px;
	}
	#model .txtArea h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#model .txtArea .point {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#model .txtArea .point strong {
		width: 100px;
		font-size: 1.5rem;
		margin: 0 20px 30px 0;
	}
	#model .txtArea .txt {
		font-size: 1.4rem;
		margin: 0 0 20px;
	}
	#model .txtArea .courseArea h4 {
		margin-bottom: 20px;
	}
	#model .txtArea .courseArea h4 span {
		font-size: 1.4rem;
	}
	#model .txtArea .courseArea .courseWrap .course {
		padding: 0 10px;
		font-size: 1.5rem;
	}
	#model .txtArea .courseArea .courseWrap .course h5 {
		color: #c40000;
		font-size: 2rem;
		font-weight: 600;
		margin-bottom: 20px;
	}
	#model .txtArea .courseArea .courseWrap .course h5.c01 {
		margin-bottom: 32px;
    }
	#model .txtArea .courseArea .courseWrap .course h5.c01::after {
		margin: 10px auto 0;
		display: block;
	}
	#model .txtArea .courseArea .courseWrap .course h5.c02::after {
		margin: auto;
		display: block;
	}
	#model .txtArea .courseArea .courseWrap .course p span {
		font-size: 1.3rem;
	}
	#model .flowerArea {
		width: 100%;
		padding: 0 10px;
	}
	#model .flowerArea .flower {
		margin-bottom: 10px;
	}
	#model .flowerArea .flower dt {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#model .flowerArea .flower dt span {
		font-size: 1.3rem;
	}
}

/* access
-------------------------------------------------------------- */
#access {
	padding: 100px 0;
	text-align: center;
}
#access ol {
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	border: 1px solid #9d6d06;
	padding: 20px 10px 0;
}
#access li {
	width: 50%;
	padding: 0 15px 30px;
}
#access li strong {
	color: #fff;
	font-size: 2.4rem;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
	background: #009e96;
}
@media (max-width: 767px) {
	#access {
		padding: 30px 0;
	}
	#access ol {
		display: block;
		padding: 20px 20px 0;
	}
	#access li {
		width: 100%;
		padding: 0 0 20px;
	}
	#access li strong {
		font-size: 2rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#access li iframe {
		height: 200px;
	}
}

/* gosyuin
-------------------------------------------------------------- */
#gosyuin {
	padding: 100px 0;
	text-align: center;
}
#gosyuin .inlineBox {
	display: flex;
	padding-top: 10px;
}
#gosyuin .inlineBox .leftArea {
	width: 40%;
}
#gosyuin .inlineBox .leftArea h3 {
	color: #9d6d06;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
}
#gosyuin .inlineBox .leftArea dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.4rem;
	max-width: 350px;
	margin: auto;
} 
#gosyuin .inlineBox .leftArea dt {
	font-weight: 600;
	text-align: left;
    width: 130px;
    margin-bottom: 10px;
}
#gosyuin .inlineBox .leftArea dd {
	font-weight: 600;
	text-align: left;
    width: calc(100% - 130px);
    margin-bottom: 10px;
}
#gosyuin .inlineBox .leftArea dd small {
	font-size: 1.6rem;
	font-weight: 600;
}
#gosyuin .inlineBox .rightArea {
	width: 60%;
	padding-top: 20px;
}
#gosyuin .inlineBox .rightArea dl {
    border-radius: 5px;
    border: 1px solid #9d6d06;
    padding: 20px 20px 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8rem;
}
#gosyuin .inlineBox .rightArea dt {
	color: #9d6d06;
	text-align: left;
    width: 130px;
    margin-bottom: 10px;
}
#gosyuin .inlineBox .rightArea dd {
	text-align: left;
    width: calc(100% - 130px);
    margin-bottom: 10px;
}
#gosyuin .itemBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
} 
#gosyuin .itemBox dl {
	width: 33.33%;
	padding: 0 20px 20px;
}
#gosyuin .itemBox dt {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}
#gosyuin .itemBox dt small {
	display: block;
	font-size: 1.6rem;
}
#gosyuin .itemBox dd {
	font-size: 2.4rem;
	font-weight: 600;
}
#gosyuin .itemBox dd .price {
	margin-top: 20px;
}
#gosyuin .itemBox dd small {
	display: block;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	#gosyuin {
		padding: 30px 0;
	}
	#gosyuin .inlineBox {
		display: block;
		padding-top: 20px;
	}
	#gosyuin .inlineBox .leftArea {
		width: 100%;
	}
	#gosyuin .inlineBox .leftArea h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	#gosyuin .inlineBox .leftArea dl {
		font-size: 1.8rem;
		max-width: 300px;
		margin: auto;
	} 
	#gosyuin .inlineBox .leftArea dd small {
		font-size: 1.4rem;
	}
	#gosyuin .inlineBox .rightArea {
		width: 100%;
		padding-top: 10px;
	}
	#gosyuin .inlineBox .rightArea dl {
		padding: 20px 20px 10px;
		font-size: 1.5rem;
	}
	#gosyuin .inlineBox .rightArea dt {
		width: 100px;
	}
	#gosyuin .inlineBox .rightArea dd {
		width: calc(100% - 130px);
	}
	#gosyuin .itemBox {
		display: block;
		margin-top: 30px;
	} 
	#gosyuin .itemBox dl {
		width: 100%;
		padding: 0 20px 40px;
	}
	#gosyuin .itemBox dt {
		font-size: 2rem;
	}
	#gosyuin .itemBox dt small {
		font-size: 1.4rem;
	}
	#gosyuin .itemBox dd {
		font-size: 2rem;
	}
	#gosyuin .itemBox dd small {
		font-size: 1.3rem;
	}
}

/* present
-------------------------------------------------------------- */
#present {
	padding: 100px 0;
	text-align: center;
}
#present .txt {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
#present .term {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
#present .term .red {
	color: #c40000;
	font-size: 2.4rem;
	font-weight: 600;
	padding-left: 30px;
}
#present .term small {
	font-size: 1.4rem;
	padding-left: 50px;
}
#present .presentArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 50px 0 30px;
	background: url(../images/bg_present.png) no-repeat;
	background-size: cover;
} 
#present .presentArea p {
	width: 30%;
	margin-top: -20px;
}
#present .presentArea dl {
	width: 70%;
	padding: 20px 20px 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
#present .presentArea dt {
	font-size: 1.6rem;
	font-weight: 600;
	color: #9d6d06;
	width: 100px;
	margin-bottom: 15px;
}
#present .presentArea dd {
	font-size: 1.6rem;
	width: calc(100% - 100px);
	margin-bottom: 15px;
}
#present .presentArea dd .red {
	color: #c40000;
}
#present .pr {
	color: #c40000;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: left;
	max-width: 600px;
	margin: 0 auto 30px;
}
#present .itemBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#present .itemBox p {
	width: 30%;
	padding: 0 30px;
}
#present .itemBox dl {
	width: 50%;
	padding: 50px 30px 0;
	display: flex;
	align-items: center;
}
#present .itemBox dt {
	width: 100px;
}
#present .itemBox dd {
	width: calc(100% - 100px);
	text-align: left;
	font-size: 1.6rem;
}
#present .itemBox dd strong {
	font-size: 2.4rem;
	font-weight: 600;
	color: #9d6d06;
	display: inline-block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
	#present {
		padding: 30px 0;
	}
	#present .txt {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#present .term {
		display: block;
		margin-bottom: 0px;
	}
	#present .term .gold {
		display: block;
		max-width: 200px;
		margin: 0 auto 10px;
		padding: 0;
	}
	#present .term .red {
		font-size: 1.8rem;
		display: block;
		padding: 0;
	}
	#present .term small {
		display: block;
		padding: 0;
	}
	#present .presentArea {
		display: block;
		margin: 50px 0 30px;
	} 
	#present .presentArea p {
		width: 50%;
		margin: 20px auto 0;
	}
	#present .presentArea dl {
		width: 100%;
		padding: 0 20px 10px;
	}
	#present .presentArea dt {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	#present .presentArea dd {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	#present .pr {
		font-size: 1.8rem;
		margin: 0 auto 20px;
	}
	#present .itemBox {
		display: block;
	}
	#present .itemBox p {
		width: 80%;
		padding: 0;
		margin: 0 auto;
	}
	#present .itemBox p img {
		max-width: 180px;
	}
	#present .itemBox dl {
		width: 100%;
		padding: 30px 30px 0;
	}
	#present .itemBox dd {
		font-size: 1.4rem;
	}
	#present .itemBox dd strong {
		font-size: 1.8rem;
	}
}
/* footer
-------------------------------------------------------------- */
footer {
	background: url(../images/bg_footer.jpg) no-repeat center top;
	text-align: center;
	padding: 30px 15px 0;
}
footer h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
footer h3 strong {
	font-size: 2.4rem;
}
footer .info {
	font-size: 1.8rem;
}
footer .copy {
	padding: 40px 0 20px;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	footer h3 {
		font-size: 1.6rem;
	}
	footer h3 strong {
		font-size: 2rem;
	}
	footer .info {
		font-size: 1.6rem;
	}
	footer .info a {
		color: #282828;
	}
	footer .copy {
		padding: 30px 0 20px;
	}
}

/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 30px;
  right:3%;  
  padding-top: 30px;
  cursor:pointer;
  z-index: 9999;
  display: none;
}
#Pagetop::before {
	content: "";
	width: 1px;
	height: 30px;
	background: #dbdbdb;
	position: absolute;
	top: 0;
	left: 50%;
}


