@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Buda:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');



/*
  font-family: "Noto Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
  font-family: "Buda", serif;
  font-family: "Zen Old Mincho", serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  color: #503333;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1.282vw * 2);/*10px*/
  }
  body {
    background: #FFF;
  }
}
@media screen and (max-width: 600px) {
  html {
    /*font-size: calc(1.667vw * 1.5);*//*10px*/
  }

}
@media screen and (max-width: 400px) {
  html {
    /*font-size: calc(2.5vw * 1);*//*10px*/
  }
}
@media screen and (max-width: 360px) {
  html {
    /*font-size: calc(2.7777vw * 1);*//*10px*/
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #503333;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #999999;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #503333;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #999999;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
.ticker {
  position: relative;
  z-index: 1;
  background: #f1f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.ticker p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, .7);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
header.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
header .header_in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header_in h2 {
  position: relative;
  top: -5px;
  margin-left: 20px;
  width: 110px;
  transition: .5s;
}
header.header-check .header_in h2 {
  top: 0;
  width: 110px;
  transition: .5s;
}
header .header_in nav {
  margin-left: auto;
  margin-right: 20px;
  height: 30px;
}
header .header_in nav * {
  font-family: "Quicksand", sans-serif;
}
header .header_in nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header_in nav > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: .06em;
  padding: calc((30px - (1.4rem + (1.4rem * 1.7))) / 2) 0;
}
header .header_in nav > ul > li:not(:last-of-type) {
  margin-right: 2em;
}
header .header_in nav > ul > li .sub_menu {
  position: absolute;
  top: 100%;
  background: rgba(255, 255, 255, .7);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  padding: .4em .6em;
}
header .header_in nav > ul > li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
}
header .header_in nav > ul > li .sub_menu ul li a {
  font-size: 1.3rem;
}
@media screen and (max-width: 1040px) {
  .ticker {
    height: 30px;
  }
  .ticker p {
    font-size: 1.1rem;
  }
  header .header_in nav > ul > li {
    font-size: 1.4rem;
    padding: calc((30px - (1.4rem + (1.4rem * 1.7))) / 2) 0;
  }
  header .header_in nav > ul > li:not(:last-of-type) {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 940px) {
  header .header_in nav {
    display: flex;
    align-items: center;
  }
  header .header_in nav > ul {
    display: none;
  }
  .sp_btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background: url(../img/common/menu_off.svg) no-repeat center center;
    background-size: cover;
    backface-visibility: hidden;
  }
  .sp_active .sp_btn {
    display: block;
    background: url(../img/common/menu_on.svg) no-repeat center center;
    background-size: cover;
    backface-visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .ticker {
    height: auto;
    padding: 1.5vw 4%;
  }
  .ticker p {
    font-size: 1.2rem;
  }
  header {
    background: rgba(255, 255, 255, .5);
    height: 10vw;
  }
  header .header_in h2 {
    position: relative;
    top: 0;
    margin-left: 4vw;
    width: 25vw;
  }
  header.header-check .header_in h2 {
    top: 0;
    width: 25vw;
  }
  .sp_btn {
    width: 6vw;
    height: 6vw;
  }
  .sp_active .sp_btn {
    width: 6vw;
    height: 6vw;
  }
}



/*footer*/
footer {
  background: #dfd9d3;
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: "Quicksand", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer * {
  font-weight: 300;
  letter-spacing: .06em;
}
footer .footer_in {
  display: flex;
  padding-bottom: 160px;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
footer .footer_in ul:not(:last-of-type) {
  margin-right: 60px;
}
footer .footer_in ul li {
  font-size: 1.4rem;
}
footer .footer_in ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
footer .footer_in .link_insta li a {
  position: relative;
  padding-left: 1.2em;
}
footer .footer_in .link_insta li a::before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_insta.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
footer .copy {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1240px) {
  footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  footer .footer_in {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 940px) {
  footer .footer_in {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {  
  footer {
    padding: 5vw 0 10vw;
  }
  footer .footer_in {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10vw;
    max-width: inherit;
    padding-left: 4%;
    padding-right: 4%;
  }
  footer .footer_in ul:not(:last-of-type) {
    margin-right: 15vw;
  }
  footer .footer_in ul:nth-of-type(1) {
    order: -1;
  }
  footer .footer_in ul:nth-of-type(2) {
    order: 99;
    width: 100%;
    padding-top: .8em;
    margin-right: 0;
    padding-left: 11vw;
  }
  footer .footer_in ul:nth-of-type(3) {
    order: 1;
  }
  footer .footer_in ul li:not(:last-of-type) {
    margin-bottom: .8em;
  }
  footer .footer_in .link_insta li a {
    position: relative;
    padding-left: 1.2em;
  }
  footer .footer_in .link_insta li a::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 1em;
    height: 1em;
    background: url(../img/common/icon_insta.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  footer .footer_in .sp_box + .link_under {
    padding-top: 5vw;
    margin-right: 0;
    width: 50%;
  }
  footer .copy {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    max-width: inherit;
    margin: 0 auto;
    padding-left: 4%;
    padding-right: 4%;
  }


}



/*sp_menu*/
.sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-100%);
  background: rgba(255, 255, 255, .8);
  padding-top: 100px;
}
.sp_menu * {
  font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 940px) {
  .sp_active .sp_menu {
    visibility: visible;
    transform: translateY(0);
  }
  .sp_active .sp_menu .sp_menu_box {
    height: 100%;
    min-height: inherit;
    max-width: inherit;
    overflow: auto;
    padding: 0 20px;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link {
    font-size: 1.6rem;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link a {
    display: block;
    font-family: "Quicksand", sans-serif;
    letter-spacing: .1em;
    padding: .5em 0;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
           -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1em;
    padding: .5em 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: #503333;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button span {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    margin-left: auto;
    color: #503333;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button span::before ,
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button span::after {
    position: absolute;
    background: #503333;
    top: 50%;
    width: .9em;
    height: 1px;
    transition: all 0.3s;
    content: '';
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button span::before{
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button span::after{
    transform: translateX(-50%);
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button.sub-menu-toggle.open span::before{
    transform: translate(-50%, -50%);
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button.sub-menu-toggle.open span::after{
    opacity: 0;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu .sub-menu-content {
    display: none;
    padding: 0 10px;
    transition: .5s;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu button[aria-expanded=true] + .sub-menu-content {
    display: block;
    transition: .5s;
  }
  .sp_active .sp_menu .sp_menu_box .sp_link.sub-menu .sub-menu-content ul li a {
    font-family: "Quicksand", sans-serif;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

/*共通*/
.sp_title {
  display: none;
}
#newHoverNav {
  z-index: -99 !important;
}
@media screen and (max-width: 767px) {
  .sp_title {
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Quicksand", sans-serif;
    /*font-size: 2.0rem;*/
    font-size: 1.8rem;
    letter-spacing: .06em;
    margin-bottom: calc(-.5em * 1.7);
    padding: 0 4%;
    padding-top: 20vw;
    /*color: #FFF;
    mix-blend-mode: difference;*/
  }
}




/*width*/
.mw1920 {
  max-width: 1960px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
.w1920 {
  width: 1960px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
.mw1280 {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w1280 {
  width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1220 {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w1220 {
  width: 1260px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1180 {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.w1180 {
  width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1960px) {
  .w1920 {
    width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .w1280 {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .w1220 {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .w1180 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mw1920 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .w1920 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1280 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .w1280 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1220 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .w1220 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1180 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .w1180 {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}




/*pagination*/
.pagination {
	padding-top: 50px;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	position: relative;
	display:inline-block;
	font-size:1.6rem;
	font-weight: 300;
	width:32px;
	height:32px;
  font-family: "Quicksand", sans-serif;
	line-height:32px;
	text-align:center;
	margin-right:10px;
	color:#675e5f;
	background:#FFF;
	text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
	display: inline-block;
  font-family: "Quicksand", sans-serif;
	line-height:32px;
	font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:#947f7e;
	color:#FFF;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding:10vw 0 0;
  }
  .pagination .pagination-box a ,
  .pagination .pagination-box span {
    font-size:1.6rem;
    width:6vw;
    height:6vw;
    line-height:6vw;
    margin-right:2vw;
  }
}



.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:.8em .4em;
  font-family: "Noto Sans", sans-serif;
	font-size:1.3rem;
	background:#FFFFFF;
	border: solid 1px #503333;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	border: solid 1px #999999;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:350px;
}
.form input.input01 {
	/*width:350px;*/
}
.form input.input02 {
	width:50%;
}
.form input.input03 {
	width:180px;
}
.form input.input04 {
	width:120px;
}
.form ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility:
}
.form ul li {
	float:left;
	width:160px;
	margin:0 25px 0 0;
}
.form ul li:last-child {
	margin:0;
}
.form .zip {
	display:inline-block;
	margin:0 1em;
	font-size:2.0rem;
}
.form .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:360px;
	min-width:20em;
	background:#fafafa;
	border: solid 1px #b3b3b3;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	min-width:360px;
	min-width:20em;
	margin:0;
	padding:10px 10px;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.6rem;
	line-height:1.5;
	text-align:center;
}
.form .select_box01.entypo-down-dir:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:20px;
	font-size:2.2rem;
	line-height:1;
	color:#999999;
	display: block;
	text-align:center;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 80px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f096";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #ff5d0a;
}
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #666666;
}
:-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.1rem;
}
::-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.1rem;
}
:-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::-webkit-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
.form .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 20px;
}
.form .btn dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form .btn dl dt ,
.form .btn dl dd {
	width:calc((100% - 10px) / 2);
}
.form .btn dl dt span ,
.form .btn dl dd span {
  display: none;
}
.form .btn dl dt {
  margin-right: 10px;
}
.form .btn > p {
	width:100%;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background: #dfd9d3;
	border:none;
	display:block;
	cursor:pointer;
	color:#503333;
	padding:1.1em 0;
	text-decoration:none;
	width:100%;
	text-align:center;
  font-family: "Noto Sans", sans-serif;
	font-size:1.4rem;
	font-weight:300;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	border-radius: 0;
  appearance: none;
	outline: 0;
}
.form .btn dl dt input {
	background: #f1eeeb;
	border:none;
	color:#503333;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form input[type="text"] ,
  .form input[type="tel"] ,
  .form input[type="email"] ,
  .form input[type="date"] ,
  .form input[type="number"] ,
  .form textarea {
    padding:3vw 1vw;
    font-size:1.4rem;
  }
  .form textarea {
    height:50vw;
  }
  .form input.input02 {
    width:100%;
  }
  .form input.input03 {
    width:100%;
  }
  .form input.input04 {
    width:100%;
  }
  .form .btn dl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
  }
  .form .btn dl dt ,
  .form .btn dl dd {
    width:45%;
  }
  .form .btn dl dt {
    margin-right: 10%;
  }
  .form .btn > p {
    width:70vw;
  }
  .form .btn input ,
  .form .btn button {
    padding:4vw 0;
    font-size:1.6rem;
  }
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    font-size:1.6rem;
  }
  .mw_wp_form.mw_wp_form_input span.error {
    font-size:1.6rem;
  }
}




/*detail contents*/
.contents {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .02em;
}
.contents * {
  font-weight: 300;
  letter-spacing: .02em;
}
.contents p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents .thum_img {
	text-align:left;
	margin:0 auto;
	margin-bottom:50px;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents p:last-child {
  margin: 0;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 20px 0 1.5em 40px;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  display:block;
  }
}


.contents h1 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}

h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #3391e2;
	display: block;
	border-radius: 3px;
	content: '';
}
.contents h3 {
	position: relative;
	z-index: 2;
	margin:0 0 1.2em 0;
	padding:0;
	font-size: 1.8rem;
	font-weight:500;
	border: none;
	line-height: 1.7;
	color:#000;
	/*background:linear-gradient(transparent 50%, #f5e9fa 50%);*/
}
.contents h3 span {
	position: relative;
	font-weight:500;
	background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
 
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
 
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}

