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

* {
	box-sizing: border-box;
	white-space: normal;
}
html {
	font-size: 62.5%; /* font-size 1em = 10px */
}
*:focus {
	outline: none;
}
a {
	text-decoration: none;
	position: relative;
	color: rgba(255,255,255,1);
}
a:hover,a img:hover {
	opacity: 0.8;
}
img {
	width: 100%;
	vertical-align: bottom;
	display: block;
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/fonts.otf') format('opentype'),
    url('../fonts/fonts.woff')  format('woff');
}
body {
	font-family: 'Noto Serif Japanese',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 100%;
	position: relative;
	line-height: 1.6;
	color: rgb(43,43,43);
}
html, body {
	height: 100%;
}

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


/* 0_Rule */


.sp_contents {
	display: block;
}
.pc_contents {
	display: none;
}
.alink {
	position: relative;
}
.alink::after {
	width: 1.2rem;
	height: 2rem;
	content: "  ";
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(50%, -45%);
	transform: translate(50%, -45%);
}
.blink::after {
	width: 1.4rem;
	background-image: url(../images/arrow2.png);
}


/* 1_wrapper */


#wrapper {
	width: 100%;
	background-image: url(../images/bg.png);
	background-color: rgba(255,255,255,1);
	background-repeat: repeat-y;
	background-size: 100%;
}


/* 2_header */


#header {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
#header h1 {
	width: 26.5%;
	position: absolute;
	top: 7%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}
#header #dammy {
	padding: 58% 0 4%;
}
#header video {
	width: 100%;
}
#header h2,#header h3 {
	text-align: center;
	font-weight: bold;
}
#header h2 {
	padding: 0 0 0.5rem;
	font-size: 1.8rem;
	line-height: 1.4;
}
#header h3 {
	padding: 0 0 1rem;
	line-height: 1.4;
	font-size: 1.1rem;
}
#header #scroll,#sub_header #scroll {
	width: 8.2666%;
	margin: 2% auto;
/*	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
*/
}


/* 3_fixnav */

#nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}
#fixnav {
	width: 100%;
	height: 100vh;
	padding: 10% 13.3333%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.menu_btn {
	width: 7%;
	padding: 8% 0 0;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: fixed;
	top: 3%;
	left: 5%;
	cursor: pointer;
	z-index: 211;
}
.menu_btn.menu_active {
	background-image: url(../images/menu_close.png);
}
#fixnav #menulist {
	padding: 10% 0;
}
#fixnav #menulist li {
	border-top: 1px solid rgb(122,122,122);
	text-align: center;
}
#fixnav #menulist li:last-child {
	border-bottom: 1px solid rgb(122,122,122);
}
#fixnav #menulist li a {
	width: 100%;
	padding: 6% 0;
	display: block;
	font-size: 1.4rem;
	color: rgb(255,255,255);
}
#fixnav #social {
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
#fixnav #social li {
	width: 11.6310%;
}
#fixnav .menuclose {
	width: 7.5%;
	padding: 6.5217% 0 0;
	background-image: url(../images/menu_close2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: absolute;
	bottom: 6%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 211;
}


/* 4_fixlogo */


#fixlogo {
	width: 100%;
	padding: 0 46.5%;
	margin: 4% 0;
	position: -webkit-sticky;
	position: sticky;
	top: 3.5%;
	z-index: 210;
}
#fixlogo::after {
	width: 100%;
    padding: 8%;
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    z-index: -10;
}
.fixed::after {
    background-color: rgba(0,0,0,0.4);
}
#fixlogo img {
	margin: auto;
}
.sub #fixlogo {
	margin: 0;
	position: fixed;
}



/* 5_news */


#news {
	padding: 14% 13% 20%;
	background-color: rgb(0,0,0);
}
#news h2 {
	padding: 0 0 4%;
	border-bottom: 1px solid rgb(255,255,255);
	font-size: 2rem;
	color: rgb(255, 205, 62);
}
#news a {
	color: rgb(255,255,255);
}
#news ul li {
	padding: 8% 0;
	border-bottom: 1px solid rgb(255,255,255);
}
#news ul li dl dt {
	color: rgb(204,204,204);
	padding: 4% 0;
}
#news ul li dl dd {
	font-size: 1.4rem;
}
#news ul li dl dd img {
	padding: 0 0 4%;
}
#news .news_more {
	width: 100%;
	padding: 16% 0 8%;
}
#news .news_more a {
	width: 100%;
	padding: 4% 20%;
	display: block;
	border: 1px solid rgb(255,255,255);
	text-align: center;
	font-size: 1.6rem;
}


/* 6_contents */


#contents ul a {
	width: 100%;
	padding: 17% 20%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid rgb(255,255,255);
	display: block;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 2rem;
}
#contents ul a:last-child {
	border-bottom: 1px solid rgb(255,255,255);
}
#contents ul a.contents_list1 {
	background-image: url(../images/contents1.png);
}
#contents ul a.contents_list2 {
	background-image: url(../images/contents2.png);
}
#contents ul a.contents_list3 {
	background-image: url(../images/contents3.png);
}
#contents ul a.contents_list4 {
	background-image: url(../images/contents4.png);
}
#contents ul a li {
	padding: 2rem;
	border: 1px solid rgb(255,255,255);
}


/* 7_footer */


footer #m_logo {
	padding: 20% 37.7333%;
}
footer #l_logo,footer #address,footer #credit,footer #footer_social,footer small {
	background-color: rgba(0,0,0,1);
}
footer #l_logo {
	padding: 16% 37.7333% 8%;
}
footer #googlemap {
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,1);
}
footer #googlemap #map {
	width: 100%;
	height: 300px;
	margin: auto;
}
footer #address,footer small{
	padding: 6.4% 13.3333%;
	color: rgb(255,255,255);
}
footer #address li {
	line-height: 2;
}
footer #address span {
	width: 22%;
	display: inline-block;
}
footer #footer_social {
	padding: 0 13.3333% 6.4%;
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
footer #footer_social li {
	width: 11.6310%;
}
footer #credit {
	padding: 0 27% 4%;
	text-align: center;
}
footer #credit a {
	padding: 4% 6%;
	display: block;
	background-color: rgb(74,74,74);
	font-size: 0.9rem;
}
footer small {
	padding: 2% 0 2%;
	display: block;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.5rem;
}
#fakeLoader {
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
#fakeLoader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* 8_sub */

.news_header {
	background-color: rgb(0,0,0);
}
.news_header .sub_title p {
	padding: 10% 0;
	color: rgb(255,255,255);
}
.sub #sub_header .news_scroll {
	margin: 0 auto!important;
}
#sub_header {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.kvpic {
	width: 100%;
}
.sub_title {
	text-align: center;
}
.sub_title h1 {
	padding: 5.2% 0 1.6%;
	font-size: 2rem;
}
.sub_title h1.sub_title_min {
	letter-spacing: 2rem;
    text-indent: 2rem;
}
.sub_title p {
	padding: 0 12%;
	font-size: 1.2rem
}
.sub #fixlogo {
	display: block;
	z-index: 200;
}
.subcontents {
	background-color: rgb(0,0,0);
}


/* 9_menu */


#menu {
	padding: 17.6% 0 9%;
}
.menubox {
	padding: 0 13.3333%;
	margin: auto;
}
.menucourse {
	margin: 0 0 17.3333%;
	border-bottom: 1px solid rgb(255,255,255);
}
.menubox h3 {
	padding: 0 0 3%;
	font-size: 2.4rem;
    color: rgb(255, 205, 62);
}
.menulist {
	padding: 0 0 13%;
	margin: 0 0 13%;
	border-bottom: 1px solid rgb(255,255,255);
}
.menulist:last-child {
	border-bottom: none;
}
.menulist dt,.menulist dd{
	font-size: 1.2rem;
	color: rgb(255,255,255);
}
.menulist .menu_thumbnail {
	padding: 0;
	background-color: rgb(255,255,255);
}
.menulist dt {
    width: 70%;
    padding: 2% 0;
    display: inline-block;
    font-size: 1.8rem;
}
.menulist .menu_price {
    width: 29%;
    padding: 2% 0;
    display: inline-block;
	font-size: 1.2rem;
    text-align: right;
    color: rgb(166,166,166);
}
.menulist .menu_link {
	padding: 0;
	margin: 7% 0 0;
	border: 1px solid rgb(255,255,255);
	text-align: center;
}
.menulist .menu_link a {
	width: 100%;
	padding: 4% 0;
	display: block;
	transition: color .2s,background-color .2s,transform .2s;
}
.menulist .menu_link a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}


/* 10_detail */


.detailbox {
	padding: 12% 13.3333% 20%;
	margin: auto;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 1.4rem;
}
.detailbox h3 {
	font-size: 2.4rem;
	padding: 0 0 8%;
}
.detailbox ul {
	border-bottom: 1px solid rgb(255,255,255);
	padding: 0 0 8%;
}
.detailbox ul li {
	line-height: 2;
}
.detailbox .detail_price {
	padding: 5.3333% 0;
}
.detailbox .detail_price span {
	padding: 0 1rem 0 2rem;
	letter-spacing: -0.1rem;
	font-size: 3rem;
}
.detailbox .detail_description {
	padding: 0 0 8%;
	text-align: left;
}
.detailbox .detail_link {
	border: 1px solid rgb(255,255,255);
	text-align: center;
}
.detailbox .detail_link a {
	padding: 5%;
	display: block;
	transition: color .2s,background-color .2s,transform .2s;
}
.detailbox .detail_link a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}
.detailbox .detail_tel {
	margin: 0 auto 20%;
}
.detailbox .detail_back {
	width: 50%;
	margin: auto;
}
.detailbox .detail_back a {
	padding: 10%;
}


/* 12_inboxs */


.inboxs {
	width: 100%;
    min-height: 100%;
    padding: 0 10%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    color: rgb(255,255,255);
	display: none;
}
.inboxs h3 {
	width: 20px;
	padding: 20px 0 16px;
	margin: auto;
}
.inboxs .inboxs_textbox {
	width: 100%;
	padding: 0 0 5%;
	margin: auto;
	text-align: center;
}
.inboxs div p {
	font-size: 1.4rem;
	padding: 0 0 10px;
}
.inboxs div p.inbox_subtext {
	font-size: 1.2rem;
	padding: 0;
}
.inboxs .inbox_tel {
	width: 100%;
	margin: 10% auto 10%;
}
.inboxs .inbox_tel a {
	width: 100%;
	padding: 14px;
	display: block;
	border: 1px solid rgb(255,255,255);
	transition: color .2s,background-color .2s,transform .2s;
	text-align: center;
	font-size: 1.4rem;
}
.inboxs .inbox_tel a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}
.inbox_close {
	width: 28px;
	margin: auto;
}

#credit_img {
	width: 100%;
    min-height: 100%;
    padding: 0;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
	display: none;
}


/* 13_history */


.history #sub_header {
	background: rgba(0,0,0,1);
}
.history #sub_header #scroll {
	margin: 2% auto 0;
}
.history .sub_title,.history #history_contents {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
}
.history .sub_title_min {
    text-indent: 2rem;
}
#history_contents {
	padding: 8%;
	font-size: 1.2rem;
}
#history_contents h2 {
	padding: 0 0 6%;
	text-align: center;
	letter-spacing: 5px;
	font-size: 2rem;
}
#history_box {
	padding: 0 0 0 20px;
	margin: 4% 0 12%;
	border-left: 1px solid rgba(255,255,255,1);
	position: relative;
}
#history_box:before,#history_box:after {
	width: 1px;
    height: 14px;
    border-left: 2px solid rgb(0, 0, 0);
    position: absolute;
    content: "";
}
#history_box:before {
    top: 0px;
    left: -1px;
}
#history_box:after {
    bottom: -1px;
    left: -2px;
}
#history_box dl {
	padding: 0 0 8%;
}
#history_box dl.history_lastbox {
	padding: 0;
}
#history_box dl dt {
	height: 28px;
	line-height: 28px;
	position: relative;
	font-size: 1.6rem;
}
#history_box dl.history_lastbox dt {
	font-size: 1.2rem;
}
#history_box dl dt:before {
	width: 12px;
	border-bottom: 1px solid rgba(255,255,255,1);
	position: absolute;
	top: 14px;
	left: -20px;
	content: "";
}
#history_box dl dd {
	padding: 2% 0 4%;
}
.history_other {
	padding: 10% 20px 8%;
}
.history_textbox {
	padding: 4% 0 8%;
}
.history_textbox_owner {
	padding: 4% 0 0;
	text-align: right;
}
.dammy_box {
	width: 100%;
	height: 200px;
	background-color: rgb(255, 164, 21);
}
.history_ownerbox {
	padding: 4% 0 ;
}
.history_ownerbox dt {
	padding: 0 0 4% ;
	font-size: 1.4rem;
}
.history_ownerbox dd span {
	width: 6rem;
	display: inline-block;
}
.history_specialbox {
	-webkit-display: flex;
	display: flex;
	padding: 0 0 8%;
}
.history_specialbox .dammy_box {
	width: 40%;
	height: 160px;
}
.history_specialbox dl {
	width: 60%;
	padding: 0 0 0 20px;
}


/* 20_landscape */


@media screen and (orientation: landscape) {
	#header {
		min-height: 250vh;
	}
	.menu_btn,#fixlogo {
		top: 6%;
	}
	#fixnav .menuclose {
		padding: 8% 0 0;
		bottom: -110%;
	}
	#fakeLoader img {
		width: 50%;
	}
}





}


@media screen and (min-width: 769px) {

/* 0_Rule */


.sp_contents {
	display: none;
}
.pc_contents {
	display: block;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.alink {
	position: relative;
}
.alink::after {
	width: 12px;
	height: 20px;
	content: "  ";
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
.blink::after {
	width: 14px;
	background-image: url(../images/arrow2.png);
}

/* 1_wrapper */


#wrapper {
	width: 100%;
	min-width: 1080px;
	margin: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

/* 2_header */


#header {
	width: 100%;
	height: 100vh;
	min-height: 800px;
	padding: 30px 118px;
	margin: auto;
	position: relative;
	text-align: center;
}
#header h1 {
	width: 105px;
	margin: auto;
}
#header ul {
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
#header #header_menu {
	width: 856px;
	padding: 30px 0 10px;
	margin: auto;
}
#header #header_menu li a {
	color: rgb(0,0,0);
	font-size: 1.6rem;
}
#header #header_social {
	width: 190px;
	position: absolute;
	right: 0;
	top: 20px;
}
#header #header_social li {
	width: 24px;
}

#header #dammy {
	width: 856px;
	height: 343px;
	margin: auto;
}
#header video {
	width: 856px;
	height: 343px;
	margin: auto;
}
#header h2 {
	font-size: 1.8rem;
	padding: 20px 0 10px;
}
#header h3 {
	font-size: 1.2rem;
}
#header br {
	display: none;
}
#header #scroll,#sub_header #scroll {
	width: 42px;
	padding: 60px 0 20px;
	margin: auto;
}


/* 3_fixnav */

.top #nav {
	display: none;
}
#fixnav {
	width: 100%;
	padding: 22px 0 23px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
#fixnav #menulist,#fixnav #social {
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
#fixnav #menulist {
	width: 856px;
	margin: auto;
	color: rgb(0,0,0);
	font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
	#fixnav #menulist {
		width: 60%;
	}
}
#fixnav #social {
	width: 190px;
	position: absolute;
	right: 0;
	top: 22px;
}
#fixnav #social li {
	width: 24px;
}
#fixlogo {
	width: 34px;
	position: fixed;
	top: 20px;
	left: 24px;
	display: none;
}
.fixed {
	display: block!important;
	z-index: 200;
	animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.larger li,a img {
    -moz-transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.larger li:hover,.larger a img:hover  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* 4_news */


#news {
	width: 100%;
	padding: 180px 0;
	background-color: rgba(0,0,0,1);
}
#news h2,#news ul {
	width: 856px;
	margin: auto;
}
#news h2 {
	padding: 0 0 30px;
	font-size: 3rem;
	color: rgb(255, 205, 62);
}
#news a {
	color: rgb(255,255,255);
}
#news ul li {
	padding: 98px 0 198px 428px;
	position: relative;
	border-top: 1px solid rgb(255,255,255);
}
.sub #news ul li {
	border-top: none;
	border-bottom: 1px solid rgb(255,255,255);
}
#news ul li dl {
	padding: 0 0 0 30px;
}
#news ul li dl dt {
	padding: 0 0 20px 0;
	color: rgba(102,102,102,1);
	font-size: 1.2rem;
}
#news ul li dl dd {
	font-size: 1.6rem;
}
#news ul li dl dd.news_thumbnail {
	width: 428px;
	background-color: rgb(255,255,255);
	position: absolute;
	top: 98px;
	left: 0;
}
#news .news_more {
	width: 300px;
	margin: auto;
}
#news .news_more a {
	width: 100%;
	padding: 16px;
	display: block;
	border: 1px solid rgb(255,255,255);
	text-align: center;
	font-size: 1.6rem;
	transition: color .2s,background-color .2s,transform .2s;
}
#news .news_more a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}


/* 6_contents */


#contents ul {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
#contents ul a {
	width: 50%;
	padding: 110px 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid rgb(255,255,255);
	display: block;
	color: rgb(255,255,255);
	text-align: center;
    font-size: 3.2rem;
    letter-spacing: 2rem;
    text-indent: 2rem;
}
#contents ul a:last-child {
	border-bottom: 1px solid rgb(255,255,255);
    font-size: 2.6rem;
    letter-spacing: 0;
    text-indent: 0;
}
#contents ul a:nth-child(odd) {
	border-right: 1px solid rgb(255,255,255);
}
#contents ul a.contents_list1 {
	background-image: url(../images/contents1.png);
}
#contents ul a.contents_list2 {
	background-image: url(../images/contents2.png);
}
#contents ul a.contents_list3 {
	background-image: url(../images/contents3.png);
}
#contents ul a.contents_list4 {
	background-image: url(../images/contents4.png);
}
#contents ul a li {
	padding: 40px 0;
	border: 1px solid rgb(255,255,255);
}
#contents ul a li:last-child {
	padding: 43px 0;
}


/* 7_footer */


footer #m_logo,footer #l_logo img {
	width: 96px;
	padding: 120px 0 60px;
	margin: auto;
}
footer #l_logo {
	background-color: rgba(0,0,0,1);
}
footer #googlemap {
	width: 100%;
	height:510px;
	background-color: rgba(0,0,0,1);
}
footer #googlemap #map {
	width: 856px;
	height: 510px;
	margin: auto;
}
#footer {
	width: 100%;
	background-color: rgba(0,0,0,1);
}
footer #address {
	width: 856px;
	padding: 28px 200px 48px;
	color: rgb(255,255,255);
}
footer #address,footer small,footer #footer_social,footer #credit {
	margin: auto;
	color: rgb(255,255,255);
}
footer #address li {
	line-height: 2;
	font-size: 1.6rem;
}
footer #address span {
	width: 22%;
	display: inline-block;
}
footer #footer_social {
	width: 400px;
	padding: 0 50px 58px;
	-webkit-display: flex;
	display: flex;
	justify-content: space-around;
}
footer #footer_social li {
	width: 38px;
}
footer #credit {
	width: 230px;
	padding: 0 0;
	text-align: center;
}
footer #credit a {
	padding: 15px 0;
	display: block;
	background-color: rgb(74,74,74);
	font-size: 1.2rem;
}
footer small {
	padding: 35px 0 6px;
	display: block;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.5rem;
}
#fakeLoader {
	width: 100%;
/*	min-width: 1334px; */
	height: 100%;
	padding: 0 25%;
	background-color: rgb(255,255,255);
	position: fixed;
	top: 0;
	left: 0;
}
#fakeLoader img {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* 8_sub */


#sub_header {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.kvpic {
	width: 100%;
}
.sub_title {
	text-align: center;
}
.sub_title h1 {
	padding: 40px 0 4px;
	font-size: 3rem;
}
.sub_title h1.sub_title_min {
	letter-spacing: 2rem;
    text-indent: 3rem;
}
.sub_title p {
	font-size: 1.6rem
}
.sub #fixlogo {
	display: block;
	z-index: 200;
}
.subcontents {
	background-color: rgb(0,0,0);
}


/* 9_menu */


#menu {
	padding: 140px 0 50px;
}
.menubox {
	width: 856px;
	padding: 0 0 40px;
	margin: auto;
}
.menubox h3 {
	padding: 0 0 54px;
	text-align: center;
	font-size: 3rem;
    color: rgb(255, 205, 62);
}
.menulist {
	padding: 0 0 100px;
}
.menulist dt,.menulist dd{
	width: 306px;
	padding: 0 0 24px 38px;
	float: right;
	font-size: 1.6rem;
	color: rgb(255,255,255);
}
.menulist .menu_thumbnail {
	width: 550px;
	padding: 0;
	background-color: rgb(255,255,255);
	float: left;
}
.menulist dt {
	font-size: 2.4rem;
	line-height: 1;
}
.menulist .menu_price {
	font-size: 1.4rem;
	color: rgb(166,166,166);
}
.menulist .menu_link {
	width: 268px;
	padding: 0;
	margin: 20px 0 0 38px;
	border: 1px solid rgb(255,255,255);
	text-align: center;
}
.menulist .menu_link a {
	padding: 14px;
	display: block;
	transition: color .2s,background-color .2s,transform .2s;
}
.menulist .menu_link a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}


/* 10_detail */


.detailbox {
	width: 550px;
	padding: 128px 0 180px;
	margin: auto;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 1.6rem;
}
.detailbox h3 {
	font-size: 3rem;
}
.detailbox ul {
	padding: 36px 0;
	border-bottom: 1px solid rgb(255,255,255);
}
.detailbox ul li {
	line-height: 2;
}
.detailbox .detail_price {
	padding: 40px 0;
}
.detailbox .detail_price span {
	padding: 0 1rem 0 2rem;
	letter-spacing: -0.1rem;
	font-size: 3rem;
}
.detailbox .detail_description {
	padding: 0 0 40px;
	text-align: left;
}
.detailbox .detail_link {
	margin: auto;
	border: 1px solid rgb(255,255,255);
	text-align: center;
}
.detailbox .detail_link a {
	padding: 14px;
	display: block;
	transition: color .2s,background-color .2s,transform .2s;
}
.detailbox .detail_link a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}
.detailbox .detail_tel {
	width: 340px;
	margin: 0 auto 120px;
}
.detailbox .detail_back {
	width: 260px;
}


/* 11_news */


.news_header {
	background-color: rgb(0,0,0);
}
.news_header .sub_title p {
	padding: 30px 0 0;
	color: rgb(255,255,255);
}


/* 12_inboxs */


.inboxs {
	width: 100%;
    min-height: 100%;
    padding: 0 30%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    color: rgb(255,255,255);
	display: none;
}
.inboxs h3 {
	width: 30px;
	padding: 30px 0;
	margin: auto;
}
.inboxs .inboxs_textbox {
	width: 340px;
	padding: 0 0 40px;
	margin: auto;
	text-align: center;
}
.inboxs div p {
	font-size: 1.6rem;
	padding: 0 0 20px;
}
.inboxs div p.inbox_subtext {
	font-size: 1.4rem;
	padding: 0;
}
.inboxs .inbox_tel {
	width: 340px;
	margin: 0 auto 40px;
}
.inboxs .inbox_tel a {
	width: 340px;
	padding: 14px;
	display: block;
	border: 1px solid rgb(255,255,255);
	transition: color .2s,background-color .2s,transform .2s;
	text-align: center;
	font-size: 1.4rem;
}
.inboxs .inbox_tel a:hover {
	color: rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
}
.inbox_close {
	width: 40px;
	margin: auto;
}

#credit_img {
	width: 100%;
    min-height: 100%;
    padding: 0 25%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
	display: none;
}
#credit_img p {
	width: 600px;
	margin: auto;
}


/* 13_history */


.history #sub_header {
	background: rgba(0,0,0,1);
}
.history #sub_header #scroll {
    padding: 20px 0;
}
.history .sub_title,.history #history_contents {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
}
#history_contents article {
	width: 1080px;
    margin: auto;
}
#history_contents {
	padding: 150px 0;
	font-size: 1.4rem;
}
#history_contents h2 {
	padding: 0 0 40px;
	text-align: center;
	letter-spacing: 5px;
	font-size: 3rem;
}
#history_box {
	padding: 0 0 0 20px;
	margin: 40px 0 120px;
	border-left: 1px solid rgba(255,255,255,1);
	position: relative;
}
#history_box:before,#history_box:after {
	width: 1px;
    height: 14px;
    border-left: 2px solid rgb(0, 0, 0);
    position: absolute;
    content: "";
}
#history_box:before {
    top: 0px;
    left: -1px;
}
#history_box:after {
    bottom: -1px;
    left: -2px;
}
#history_box dl {
	padding: 0 0 8%;
}
#history_box dl.history_imagebox {
	height: 900px;
	position: relative;
}
#history_box dl.history_lastbox {
	padding: 0;
}
#history_box dl dt {
	height: 28px;
	line-height: 28px;
	position: relative;
	font-size: 2.2rem;
}
#history_box dl.history_lastbox dt {
	font-size: 1.4rem;
}
#history_box dl dt:before {
	width: 12px;
	border-bottom: 1px solid rgba(255,255,255,1);
	position: absolute;
	top: 14px;
	left: -20px;
	content: "";
}
#history_box dl dd {
	padding: 2% 0 4%;
}
#history_box dl.history_imagebox dd:last-child {
    width: 500px;
    position: absolute;
    right: 290px;
    top: 0;
}
.history_other {
	padding: 0 110px 100px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
.history_other h2 {
	width: 100%;
}
.history_other div {
	width: 50%;
}
.history_textbox,.history_ownerbox {
	padding: 0 0 0 40px;
}
.history_textbox {
	position: relative;
}
.history_textbox_owner {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.dammy_box {
	width: 100%;
	height: 400px;
	background-color: rgb(255, 164, 21);
}
.history_ownerbox dt {
	padding: 0 0 10px ;
	font-size: 1.4rem;
}
.history_ownerbox dd span {
	width: 8rem;
	display: inline-block;
}
.history_specialbox {
	-webkit-display: flex;
	display: flex;
	padding: 0 0 60px;
}
.history_specialbox .dammy_box {
	width: 40%;
	height: 160px;
}
.history_specialbox dl {
	width: 60%;
	padding: 0 20px;
}

}
