@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
html{
	overflow-y : scroll;
}
body {
	background: #ffffff;
	font-size-adjust: 100%;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
.sp {
	display: none;
}

/*------------------
  ヘッダー
-------------------*/
.out_header {
    font-family: "Noto Serif JP", serif;
    position: absolute;
    width: 100%;
}
.out_header .pc {
}
.out_header .pc .inner {
    display: flex;
	justify-content: space-between;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.out_header .pc h1 img {
	margin: 10px 0 0 10px;
}
.out_header .pc ul {
	display: flex;
	justify-content: space-between;
	margin: 1.4rem 0 1.2em;
}
.out_header .pc ul li {
	margin-left: 2rem;
	text-align: center;
}
.out_header .pc ul li a {
	display: inline-block;
	padding: 5px 10px;
    color: #fff;
}
.out_header .pc ul li a:hover {
	opacity: 0.8;
}

/*------------------
  ページタイトル
-------------------*/
.page_title {
    font-family: "Noto Serif JP", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
	margin: 0 auto;
    background-image: url(../img/common/title_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page_title h1 {
    margin-top: 50px;
    font-size: 260%;
    color: #fff;
    letter-spacing: 0.2em;
}
/*------------------
  h2,h3
-------------------*/
.main_contents h2 {
    font-family: "Noto Serif JP", serif;
    color: #3F2D1D;
    text-align: center;
    font-weight: bold;
    font-size: 285%;
    margin: 50px 0;
}
.main_contents section {
    position: relative;
}
.main_contents section .inner:before {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    content: "";
    position: absolute;
    top: 0;
    left: 6%;
    font-size: 525%;
    color: rgb(220, 209, 198, 0.6);
    z-index: -10;
}
.main_contents h3 {
    font-family: "Noto Serif JP", serif;
    color: #3F2D1D;
    text-align: center;
    font-weight: bold;
    font-size: 225%;
}
/*------------------
  メイン
-------------------*/
.main_contents .inner {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 80px;
    padding-bottom: 6rem;
    text-align: center;
}
.main_contents section:nth-child(n+2) > .inner h2 {
    padding-top: 60px;
}
.main_contents section:nth-child(n+2) > .inner:before {
    padding-top: 60px;
}
.main_contents .read {
    margin-bottom: 60px;
}
.bread {
    max-width: 1080px;
    width: 100%; 
    margin: 0 auto;
    font-size: 14px;
    padding: 0.75rem;
}
/*------------------
  table
-------------------*/
table {
    margin: 0 auto;
}
table, td, th {
    border: 1px solid #999999;
    padding: 0.5rem 2rem;
    vertical-align: middle;
}
th {
    background-color: rgb(220, 209, 198, 0.6);
}
/*------------------
  ボタン
-------------------*/
.button a,
.button input,
.btn_confirm input {
    color: #fff;
    padding: 0.8rem 0;
    max-width: 400px;
    width: 100%;
    display: block;
    background-color: #3F2D1D;
    text-align: center;
    margin: 3rem auto 0;
    box-shadow: 0px 5px #bfbfbf;
}
.button a:hover {
    opacity: 0.8;
}
.button a:active {
    box-shadow: none;
    position: relative;
    top: 10px;
}
/*------------------
 ボタン矢印
-------------------*/
.arrow{
  position: relative;
}
.arrow:before,
.arrow:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  height: 2px;
  background: #fff;
}
.arrow:before{
  width: 40px;
  transform: translate(30px, 0px);
}
.arrow:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
/*------------------
 トップへ戻るボタン
-------------------*/
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0.2em 0.6em;
  text-align: center;
  background: #dbd2c9;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
  line-height: initial;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  opacity: 0.8;
}
.page_top_btn span {
  position: relative;
  padding-left: 25px;
  display: block;
}
.page_top_btn span:before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 8px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(-45deg);    /* くの字の向き */
}
html{
  scroll-behavior: smooth;
}
/*------------------
  フッター
-------------------*/
.f_kumamon {
    margin: 70px auto 0;
    display: table;
}
.f_kumamon img {
    max-width: 240px;
    width: 100%;
    height: auto;
}
.f_kumamon p {
    font-size: 11px;
    margin: 0.5em 0;
    font-style: normal;
    text-align: center;
}

footer {
   font-family: "Noto Serif JP", serif;
   background-image: url(../img/common/footer_back.jpg);
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: cover;
}
footer .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0 3rem;
    min-height: 308px;
}
footer .footer_nav {
    display: flex;
    justify-content: space-between;
}
footer .footer_nav > li {
    font-size: 21px;
}
footer .footer_nav > li > ul {
    font-size: 16px;
    margin-top: 4px;
}
footer .footer_nav a {
    color: #fff;

}
footer .footer_under {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #fff;
    padding-top: 3%;
    margin-top: 6%;
}
footer .footer_under .sns ul {
    display: flex;
    justify-content: space-between;
}
footer .footer_under .sns ul li {
    margin-left: 10px;
}
footer .copy_right {
	background-color: #2D1F15;
	color: #fff;
	text-align: center;
	font-size: 0.6rem;
	padding: 1rem 0;
}
footer .copy_right a {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}
footer .copy_right a:nth-child(1):after {
    content: "|";
    padding: 0 10px;
}

#toggle {
		display: none;
	}


/*スマホ対応*/  
@media screen and (max-width:501px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

/*------------------
  ハンバーガーメニュー
-------------------*/
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  z-index: 100;
}
#menu-trigger {
  position: fixed;
  width: 32px;
  height: 32px;
  top:14px;
  right:14px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(2) {
  top: 10px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(3) {
  top: 20px;
  text-shadow: black 0 0 5px;
}
#menu-trigger::after {
  position: absolute;
  top:30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
#menu-trigger.active::after {
  content: 'CLOSE';
	top:30px;
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.sp nav {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
	background-color: #2D1F15;
	z-index: 50;
    min-height: 62px;
}
.sp nav h1 img {
    max-width: 110px;
    height: auto;
    margin-top: 8px;
}
.sp nav ul {
    padding: 1rem 0 30em;
}
.sp nav li {
    padding: 1rem 0;
}
.sp nav li a {
	color: #fff;
}
/*------------------
  ページタイトル
-------------------*/
.page_title {
    position: relative;
    min-height: 120px;
    width: 100%;
    top: 62px;
}
.page_title h1 {
    margin-top: 0px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: static;
    text-shadow: black 0 0 5px;
  }
.main_contents h2 {
    font-size: 200%;
}
.main_contents section .inner:before {
    font-size: 425%;
}
/*------------------
  メイン設定
-------------------*/
.main_contents .inner {
    width: 90%;
    font-size: 14px;
    padding-bottom: 2rem;
}
.main_contents section > .inner:before {
    padding-top: 20px;
}
table, td, th {
    padding: 0.5rem 0.5rem;
    border: 1px solid #dadada;
}

/*------------------
　ボタン
-------------------*/	
.button a {
    padding: 0.6rem 0;
    max-width: 300px;
    margin: 2rem auto 0;
}
/*------------------
  フッター
-------------------*/
.f_kumamon img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
}
footer .inner {
    padding: 2rem 0;
    min-height: auto;
    width: 90%;
}
footer .footer_nav  {
    display: block;
    margin-bottom: 3em;
}
footer .footer_nav > li {
    font-size: 18px;
    margin-top: 0.7em;
}
footer .footer_nav > li > ul {
    font-size: 14px;
    list-style-type: disc;
    color: #fff;
    margin-left: 5%;
}
footer .footer_under {
    display: block;
}
footer .footer_under .logo {
    text-align: center;
    margin: 1em 0 2em;
}
footer .footer_under .logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
}
footer .footer_under .sns ul {
    justify-content: center;
}
footer .footer_under .sns ul li img {
    max-width: 50px;
    height: auto;
}

}




