@charset "utf-8";

/*
			style.CSS
			*************************************
			▼横幅750px
			 基本SPベースのレスポンシブ

			▼media query
			@media screen and (min-width: 751px){}
			@media screen and (max-width: 750px){}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

/*===================================================================

common

===================================================================*/
body {
  font-size: 16px;
  line-height: 1.8;
}

section{
	overflow: hidden;
}
section a{
	text-decoration: underline!important;
}

b{
  font-weight: bold;
}
strong{
  background-color: #fff799;
}
.txt_red{
    font-weight: bold;
    color:#e94d6a;
}
.txt_red a{
    color:#e94d6a!important;
	text-decoration: underline;  
   
}
.txt_blue{
    font-weight: bold;
    color:#06738e;    
}
.txt_bold{
    font-weight: bold;  
}

.content{
    max-width: 750px;
    margin: 0 auto;
	padding: 0 4% 0;
	background-color: #fff;
    color:#4d3c1e;
}
.update_date{
    font-size: 80%;
    text-align: right;
    margin-top: 0.5em;
}
header{
    max-width: 750px;
    margin: 0 auto;
}
/*===================================================================

	見出し

===================================================================*/
.ttl_h1{
	text-align:center;
	font-weight: bold;
    font-size: 32px;
    line-height: 1.8;

	margin: 0 0 4%;
	padding: 7% 0 0;
    font-family: 'Noto Serif JP', serif;
}
.ttl_h1_img{
    width:100%;
}


h2.heading{
    font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 24px;
    line-height: 1.7;
	font-weight: bold;
	margin-top: 8%;
	margin-bottom: 4%;
    padding: 15px;
    border-top: 1px solid #857126;
    border-bottom: 1px solid #857126;
}
h3{
	text-align: left;
	padding: 0 0 0.3em 1em;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 8px;
	border-bottom-width: 2px;
}
@media screen and (max-width: 750px) {
    .ttl_h1{
	font-size: 150%;
	line-height: 1.5;
}
    h2.heading{
	font-size: 110%;
    line-height: 1.5; 
    padding: 4% 1%;
    }
}

.pc_block{display: inline;}

/*===================================================================

	注釈

===================================================================*/
.cmtBox{
	margin-top: 10px;
	margin-right: 1em;
	font-size: 75%;
	text-align: left;
}
.cmtBox .li{
	text-align: right;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.cmtBox .li-2{
	text-align: right;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
    margin-top:-10%;
    opacity: 0.6;
    
}
@media screen and (max-width: 480px) {
.cmtBox .li-2{
	text-align: right;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
    margin-top:-15.5%;
    opacity: 0.6;
    
}
}
.txt_s{font-size: 80%; line-height: 1.6;}
/*===================================================================

	kv

===================================================================*/
.kvArea{
	max-width: 100%;
	text-align: center;
}
.kvArea img{
	margin: 0 auto 5%;
	max-width: 100%;
}


/*===================================================================

	btnArea

===================================================================*/

.btnArea{
	margin-bottom: 15px;
}
.btnArea a:hover img{
    opacity:0.75;
}

/*===================================================================

	contentsArea / コンテンツエリア

===================================================================*/
.contentsArea .conWrap{
	margin-bottom: 30px;
}
.contentsArea .conWrap:last-child{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 0;
}
.contentsArea .conWrap .img{
	margin-top: 4%;
	margin-bottom: 5%;
}
.txt_img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.txt_img2{
    width: 90%;
    margin: 4% auto 6%;
    box-shadow: 2px 4px 8px rgba(174,159,136,0.3);
}
.txt{
	text-align: left;
	line-height: 2;
}
p.txt{margin-bottom: 5%;}
.txt_link{text-align: center;}
.txt_link a,.txt_link a:visited{
  text-decoration: underline;
}
p.pr_txt{
  color: #666;
  font-size: 80%;
  margin-bottom: 10px;
  margin-right: 1em;
  text-align: right;
}
p.pr_txt span{
	border: 1px solid #666;
	padding: 1px;
	margin-right: 0.5em;
	font-size: 75%;
}
sup,sub{font-size: 65%;}
.little-ttl{
    width:80%;
    margin:0 auto;
    margin-top:5%;
    margin-bottom:5%;
}
.h3-2,.h3-3{
    margin-top:5%;
}
@media screen and (max-width: 750px) {
    .txt_img,.txt_img2{width: 100%;}
}
/*===================================================================

	footer

===================================================================*/

@media screen and (max-width: 750px) {
  .lp-content {
    font-size: 12px;
    color:#fff;
  }
}
  .lp-content {
  background: #4c3b1e;
  }
  .lp-content .lp-footer {
  margin-top: 60px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
    .lp-content .lp-footer {
    margin-top: 6%;
  }
}
  .lp-content .lp-footer > .inner {
  width: 750px;
  padding: 24px 0;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
    .lp-content .lp-footer > .inner {
    width: auto;
    padding: 4% 0;
  }
}
  .lp-content .lp-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1.5em;
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
    .lp-content .lp-footer__nav {
    font-size: 14px;
  }
  .lp-content .lp-footer__nav > li {
  margin-right: 1em;
}
}
@media screen and (max-width: 750px) {
    .lp-content .lp-footer__nav {
    display: block;
    margin-right: 0;
    margin-bottom: 2.6666666667%;
  }
}
  .lp-content .lp-footer__nav > li {
  display: inline-block;
}
@media screen and (max-width: 750px) {
    .lp-content .lp-footer__nav > li {
    display: block;
  }
}
@media screen and (max-width: 750px) {
    .lp-content .lp-footer__nav > li:not(:last-child) {
    margin-bottom: 0.6em;
  }
}
  .lp-content .lp-footer__nav > li > a {
  color: #fff;
  vertical-align: middle;
}
  .lp-content .lp-footer__nav > li > a:hover {
  color: #fff799;
  text-decoration: underline;
}

  .lp-content .lp-footer .lp-footer__access {
  margin-bottom: 20px;
  font-size: 0.75em;
}
@media screen and (max-width: 750px) {
  .lp-content .lp-footer .lp-footer__access {
    margin-bottom: 2.6666666667%;
  }
}
  .lp-content .lp-footer .lp-footer__copyright {
  font-size: 0.875em;
}

/* -------------------*/

@media screen and (max-width: 480px) {
	.pc_block{display: block;}
}
@media screen and (max-width: 360px) {
    .btnArea .btnBox .btn{
	    font-size: 115%;
    }
}
