@charset "utf-8";
/* -------------------------------
LAYOUT
------------------------------- */
* {
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 1;
}
.sp {
    display: none;
}
p{
	line-break: normal; 
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/* -------------------------------
FONT
------------------------------- */
html {
    font-size: 62.5%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem;
    color: #4C4C4C;
}
.font_soft_l {
    font-family: "ソフトゴシック L", Soft Gothic Light !important;
}
.font_soft_r {
    font-family: "ソフトゴシック R", Soft Gothic Regular !important;
}
.font_soft_m {
    font-family: "ソフトゴシック M", Soft Gothic Medium !important;
}
.font_soft_db {
    font-family: "ソフトゴシック DB", Soft Gothic DemiBold !important;
}
.font_soft_b {
    font-family: "ソフトゴシック B", Soft Gothic Bold !important;
}
.font_soft_h {
    font-family: "ソフトゴシック H", Soft Gothic Heavy !important;
}
.font_soft_u {
    font-family: "ソフトゴシック U", Soft Gothic Ultra !important;
}
.font_arial {
    font-family: Arial !important;
}
.font_arial_n {
    font-family: Arial Narrow !important;
}
.font {
    font-family: 'Sawarabi Mincho', sans-serif;
}
/* -------------------------------
FONT SIZE
------------------------------- */
p {
    font-size: 1.7rem;
    line-height: 170%;
    display: block;
}
/* -------------------------------
SARAYA HEADER
------------------------------- */
#saraya-header {
    background: #efefef none repeat scroll 0 0;
    width: 100%;
    height: 3.2rem;
    line-height: 1.2;
    font-size: 13.5px;
}
#saraya-header::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}
#saraya-header ul::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
#saraya-header ul li {
    float: right;
    list-style: outside none none;
    margin-left: 10px;
    padding-top: 5px;
}
#saraya-header ul li a:link, #saraya-header ul li a:visited {
    color: #666;
    text-decoration: none;
}
#saraya-header ul li a:hover {
    text-decoration: underline;
}
#saraya-header ul li#saraya-header-sarayaLogo {
    line-height: 0;
    margin-right: 5px;
    padding-bottom: 0;
    padding-top: 6px;
}
#saraya-header img {
    border: medium none;
    font-size: 0;
    vertical-align: bottom;
}

@media screen and (max-width: 949px) {
	#saraya-header {
		display: none;
	}
}
/* -------------------------------
link
------------------------------- */
/*li, a {
    font-size: 1.7rem;
}*/
a {
    color: #000;
    text-decoration: none;
}
p {
    text-align: justify;
}
a {
    text-decoration: none;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    color: #937A24;
    text-decoration: underline;
    text-decoration: none;
}
#pankuzu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    text-indent: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
}
/* -------------------------------
共通
------------------------------- */
.mgb_30{
	margin-bottom: 3rem;
}
.mgb_60{
	margin-bottom: 6rem;
}

ul li.stay a:link, 
ul li.stay a:active,
ul li.stay a:visited {
	color: #937A24;
}
ul li.stay {
	color: #937A24;
}

.bgGrey {
    background-color: #EBEAE6;
}
.bgGold {
    background-color: #937A24;
	padding: 1rem;
}
h2 {
    color: #937A24;
    font-size: 24px!important;
}
h3 {
    font-size: 24px!important;
	font-weight: bold;
}
#mainContents {
    width: 100%;
    margin: 0 auto;
    clear: both;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
@media screen and (max-width: 768px) {
	.bgGold {
		padding: 2rem 0 1rem;
	}
}
/* -------------------------------
共通
contents
------------------------------- */
#contents　img{
	max-width: 100%;
}
#contents .inn {
	width: 700px;
    max-width: 100%;
    margin: auto;
	padding: 6rem 0 0;
}
#contents .inn  p{
	margin-bottom: 6rem;
}
#contents .inn ul {
	list-style: disc;
	font-size: 1.7rem;
    line-height: 170%;
    display: block;
	padding-left: 2rem;
	margin: 2rem 0;
}
#contents h2 {
	text-align: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	#contents .inn {
		width: 100%;
		margin: auto;
		padding: 2rem 2rem 0;
	}
	#contents h2 {
	margin-bottom: 2rem;
	}
	#contents .inn  p{
	margin-bottom: 2rem;
	}
	#contents .picTwo .inner {
	padding: 0 2rem;
	}
}
/* -------------------------------
画像 １枚
------------------------------- */
.picOnly{
	width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.picOnly img{
	width: 80rem;
}
.picOnly p {
	margin-top:2rem; 
	text-align: center;
}
@media screen and (max-width: 768px) {
	.picOnly img{
	width: 100%;
	}
}
/* -------------------------------
画像 ２枚
------------------------------- */
.picTwo {
	width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.picTwo .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.picTwo img{
	width: 38.5rem;
}
.picTwo .inner li p{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.picTwo img{
	width: 100%;
	}
	.picTwo  .inner {
	display: flex;
	justify-content:space-between;
	}
	.picTwo li {
		margin: 0 auto;
	}
}
/* -------------------------------
gnav
------------------------------- */
#gnav {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    background: #fff;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: 1;
}
#gnav.fixed {
    opacity: 1;
    position: fixed;
}
#gnav img {
    width: 24rem;
    margin: 2rem auto 1rem;
}
#gnav nav ul {
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
}
#gnav nav ul li {
    margin-left: 3rem;
	    font-size: 1.4rem!important;
}
#gnav nav ul li:first-child {
    margin-left: 0;
}
#navToggle {
    display: none;
}
.gnavInner {
    width: 100%;
    z-index: 10;
}
.gNavMenu {
    text-align: center;
}
.gNavMenu li {
    color: #fff;
    padding: 0 3rem;
    list-style-type: none;
    display: inline-block;
    line-height: 8rem;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li {
    line-height: 4rem;
}
@media screen and (max-width: 777px) {
	#gnav {
		text-align: left;
		margin: 0 auto 1rem;
	}
	#gnav img {
		width: 12rem;
		margin-left: 2rem;
	}
	#gnav nav {
		display: none;
		position: absolute;
		top: 7rem;
		width: 100%;
		background: #fff;
		left: 0;
	}
	#gnav nav ul {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#gnav nav ul li {
		margin: 2rem auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	#gnav nav ul li:last-child {
		border: none;
	}
	#gnav nav ul li a {
		display: block;
	}
}
/* -------------------------------
ハンバーガーメニュー
------------------------------- */
@media screen and (max-width:777px) {
/*開閉ボタン*/
#gnav .inner {
    position: relative;
}
#navToggle {
    display: block;
    width: 4rem;
    height: 3rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    height: 0.3rem;
    background: #937A24;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 1.2rem;
}
#navToggle span:nth-child(3) {
    top: 2.4rem;
}
/*開閉ボタンopen時*/
.open #navToggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #navToggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
}
/* -------------------------------
footer
------------------------------- */
footer ul {
    display: flex;
    justify-content: center;
    padding: 0;
}
footer ul li {
    margin-left: 3rem;
}
footer ul li a {
    color: #fff!important;
}
footer ul li a:hover {
    color: #DED0A6!important;
}
footer ul li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
	footer ul {
		justify-content: center;
		flex-flow: column nowrap;
		text-align: center;
	}
	footer ul li {
		margin: 0 0 1rem 0;
	}
}
/* -------------------------------
footer　attention
------------------------------- */
#attention {
    margin: 0 auto;
}
#attention p {
    margin: 2rem 0;
    text-align: center;
}
#attention hr {
    height: 1px;
    border: none;
    border-top: 0.1rem #EBEAE6 solid;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
	#attention p {
		padding: 0 2rem;
	}
}
/* -------------------------------
footer　contact
------------------------------- */
#contact {
    margin: 0 auto 3rem;
}
#contact .inn {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
#contact h2 {
    margin-bottom: 0.5rem;
}
#contact p {
    text-align: center;
    margin-bottom: 0.5rem;
}
/* -------------------------------
footer　links
------------------------------- */
#links {
    margin: 0 auto 3rem;
}
#links .inn {
    margin-bottom: 2rem;
}
#links img {
    width: 20rem;
}

@media screen and (max-width: 768px) {
	#links .inn ul {
		display: flex;
		flex-flow: column nowrap;
		text-align: center;
	}
	#links .inn ul li {
		margin: 1rem 0 0 0;
	}
}
/* -------------------------------
footer　copyright
------------------------------- */
#copyright {
    text-align: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	#copyright {
		font-size: 1.3rem;
		padding: 0 2rem;
	}
}