﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
 @import url("https://use.typekit.net/fel6qer.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&display=swap');

#contents1 h2 .anim{
	position: relative;
	right: 20px;
	opacity: 0;
	filter: blur(10px);
}
.anim.start{animation: blur 2.3s ease-in-out forwards;}
@keyframes blur {
  0% {
	filter: blur(10px);
  }
  100% { 
	filter: blur(0);
  }
}




.fadein2, .fadein3{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadelong {
	 opacity: 0;
     transition: 2.5s;
     transition-property: opacity,transform
}
.fadein2.fadetrans, .fadein3.fadetrans, .fadelong.fadetrans{
     opacity: 1;
     transform: none
}
.fadein{
     opacity: 0;
     transform: translateY(-20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadein.fadetrans{
     opacity: 1;
     transform: none
}

/* --------------------------FONT SIZE------------------------------ */

body {
	font-size: 15px;
	line-height: 2;font-family: 'Noto Sans JP', sans-serif;
}
.font_12 {
	font-size: 14px;
}
.font_14 {
	font-size: 15px;
}
h1, h2 {font-weight: bold;}
#contents2 h2, #contents3 h3, #main_menu li a, .font_en {
font-family: 'Shippori Mincho', serif;
}
#main_img h2.font_en {
font-size: 28px;
	text-shadow: 0 2px 4px rgba(0, 0, 0,0.7);
}
#contents2 h2, #contents3 h3 {
font-size: 22px;
letter-spacing: 0.1rem;
}
/* ---------------------------共通----------------------------- */ 

#fakeloader {
background-image: url("Dup/img/gradient-squares.png");
background-color: #eee7e0;background-size: 143px;
}
@media(max-width: 667px) {
	#fakeloader {
		background-size: 100px;
}
}

/* --------------------------header------------------------------ */
header {
    box-shadow: 2px 0 10px rgba(0, 0, 0,0.06);}
#main_menu ul li a::before {
    top: 54%;
}
#main_menu ul li a::before {
    background-color: #c1ab05;
}
#main_menu ul li a:hover::before {
    background-color: #288c66;
}
@media(max-width: 667px) {
	section.pd_l-r5per_sp {
		padding-left: 0;padding-right: 0;
	}
}


.button, .button2 {
    background: #fff;
    border: 1px solid #c1ab05;
    font-size: 14px;
    color: #c1ab05;
    padding: 14px;
}
.button {
    font-family: 'Barlow', sans-serif;
}
.button2 {/*cate_list*/
	color: #757575
}
.button:hover, .button2:hover {
	background: #c1ab05;
box-shadow: 0px 0px 16px 6px rgba(255,255,255,0.6);color: #fff;
}



#top_cms .button {
  position: relative;
	background-color: inherit;
	color: #eee7e0;
}
#top_cms span {
  position: relative;
}

#top_cms .button::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #c1ab05;
  transition: 0.5s;z-index: -1;
}
#top_cms .fade::before {
  width: 100%;
}
#top_cms .button:hover::before {
	background-color: #fefefe
}
#top_cms .button:hover {
	color: #c1ab05;
	box-shadow: 6.863px 10.596px 54px 0 rgb(205 205 205 / 36%);
}
.button:hover::after {
   box-shadow: none;/*temp27*/
}

@media(max-width: 768px) {
	.banner p {
		margin: 0 auto;
	}
	
	
}

/* --------------------logo------------------- */
#logo {
	max-width: 240px;
}
@media(max-width: 768px) {
	.main_box {
    padding-top: 100px;
}
	    #logo {
			max-width: 137px;
	}
	.hamburger {
    top: 29px;
    right: 18px;
}
}
@media(max-width: 667px) {
	header {
		padding: 5px;
	}
	    #logo {
			max-width: 95px;
	}
		.main_box {
    padding-top: 71px;
}
	.hamburger {
    top: 15px;
    right: 6px;
}
}



main {
	overflow: hidden;
}

#video h2 {
	font-weight: bold;
	text-shadow: 0px 2px 4px #000000;font-size: 25px
}
#video h2 span {
	font-size: 27px;
	font-family: 'Dawning of a New Day', cursive;
}
.txt1 span::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
}
@media(max-width: 667px) {
#video h2 {
	font-size: 15px;width: 100%;
}
#video h2 span {
	font-size: 18px;
}
}
/* -------------------------- TOP ----------------------------- */

#contents1 h2, #contents1 p {
	text-align: center;
}
#contents1 {
	margin-top: -8px;
}
.page_box h2 {
color: #8e7b21;
}
#contents3 .d_flex .grid_6:first-child {
	margin-top: 35px;
}
#contents3 .d_flex .grid_6:nth-child(2) {
	margin-top: 135px;
}
#contents3 h3 {
	position: relative;
	background-color: #fff;
    margin-top: -19px;
    margin-left: 20px;
	margin-right: -8px;
    z-index: 100;
	padding: 20px 20px 0;
}
#contents3 p {
	background-color: #fff;
	position: relative;
	margin-left: 20px;
	margin-right: -8px;
	margin-top: 0;
	padding: 15px 20px 20px;
	box-shadow: 13.863px 12.596px 47px 0 rgba(205, 205, 205, 0.18);
}
#contents2 .d_flex .grid_6 {
	margin-top: 80px;
}
#contents2 figure, #contents3 figure {
	box-shadow: 19.863px 42.596px 57px 0 rgba(205, 205, 205, 0.38);
	margin-right: 15px;
}
#contents2 figure {
	margin-right: 0px;
}
#contents2 figure {
	position: relative;
}
#contents2 figure:after {
	content: "";
    display: block;
    position: absolute;
    top: -27px;
    left: -31px;
    width: 115%;
    height: 115%;
    background: url(Dup/img/frame2.png) no-repeat 0 0;
    background-size: contain;
}

#contents2 figure:before {
    content: "";
    display: block;
    position: absolute;
    top: -42px;
    left: -29px;
    width: 80px;
    height: 82px;
    background: url(Dup/img/png01.png) no-repeat 0 0;
    background-size: contain;
}
#contents3 .d_flex .grid_6:first-child, #contents3 .d_flex .grid_6:nth-child(2) {
	position: relative;
}
#contents3 .d_flex .grid_6:first-child:before, #contents3 .d_flex .grid_6:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    left: -20px;
    width: 80px;
    height: 82px;
    background-image: url(Dup/img/png02.png);
	background-repeat: no-repeat;
    background-size: contain;z-index: 3
}
#contents3 .d_flex .grid_6:nth-child(2):before {
    background-image: url(Dup/img/png03.png);
}
@media(max-width: 768px) {
#contents3 .d_flex .grid_6:first-child:before, #contents3 .d_flex .grid_6:nth-child(2):before {
   left: -12px;
}
}
@media(max-width: 667px) {
#contents2 figure:before {
    top: -28px;
    left: -11px;
    width: 65px;
    height: 81px;
}
	#contents3 .d_flex .grid_6:first-child:before, #contents3 .d_flex .grid_6:nth-child(2):before {
    top: -28px;
    left: -11px;
    width:65px;
    height: 81px;
}
	#contents2 figure:after {
	top: -27px;
    left: -18px;	
	}
}


/* --------------------PAGE------------------------ */
#page_title .title_img {
	background-position: center 22%;
}
.cms_title::before {
	background-color: #8e7b21;
}

#top_cms5 {
	background-color: #fff;
}
#top_cms2 {
	background: url(Dup/img/tori3.png), url(Dup/img/tori2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 95% 22px, 80% 40%;
    background-size: 200px auto, 113px;
}
.fat-nav li {
   font-size: 16px;
}

#cms_3-e figure {
	margin: 30px auto 20px;
	box-shadow: none;
}
#cms_3-b .cate_box {
    border: double 3px;
    border-color: #dddddd;
    background-image: url(Dup/img/lt.png),url(Dup/img/lb.png),url(Dup/img/rt.png),url(Dup/img/rb.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 34px, 34px, 34px, 34px;
	background-position: top 0 left 0, bottom 0 left 0, top 0 right 0, bottom 0 right 0;
}
#cms_6-a .box_wrap {
	border-color: #d2c1a2;
}
#cms_6-a .cate_box.border_do3-b {
	border-color: #d2c1a2;
}
.cate_title{
	border-left: 0;

	text-align: center;
	background-color: inherit;
    font-size: 22px;
    font-weight: bold;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 2em;
    position: relative;
    border-bottom: solid 3px #eee7e0;
    color: #484848;
	font-family: 'Shippori Mincho', serif;
}
.cate_title:after {
position: absolute;
content: " ";
display: block;
width: 17%;
bottom: -3px;
border-bottom: solid 3px #288c66;
	left: 0;right: 0; margin: auto;
}
.cate_list li a {
	background-color: #eee7e0;border: none;
}
.cate_list li a:hover {box-shadow: none;
    background-color: #afccc0;
}
.sub_cate_title {
	border-top: none;
	color: #4a4a4a;
	font-family: 'Shippori Mincho', serif;
}
@media(max-width: 667px) {
	#main_img h2.txt_shadow {
	font-size: 20px;
}
	.font_14 {
	font-size: 14px;
}
main h2.font_en {
font-size: 17px;
}
	#contents1 p:first-of-type {
		text-align: left;
	}
#contents2 h2, #contents3 h3, .page_box h2 {
font-size: 18px;
}
	.cate_title {
		font-size: 18px;
}

}
/*------メールアイコン-------*/
.head_box .contact_bt i{
	display: none;
}
/*----------SNSリンク中央寄せ------------*/
.link_box ul {
	justify-content: center;
}
.link_box ul li {
    width: 30px!important;
    margin-left: 10px;
    margin-right: 10px;
}

/* --------------------------footer------------------------------ */

@media(max-width: 768px) {
footer .logo {
	text-align: center;
}
}
@media all and (-ms-high-contrast: none) {
	/*.cate_wrap h3 {
		padding: 0 5px 20px;
	}*/
	.cate_list li a {
		padding: 11px 0 13px;
	}
	.head_box {/*ロゴ部分がスクロールする問題*/
		-ms-overflow-style :none;
	}
	/*#page8 #contact_tel a {
		padding: 27px 20px 20px;
	}*/
	.pc_box .contact_bt a {
		padding: 14px 0
	}
	#page9 .box p a {
		padding: 1px 5px 4px
	}
	#page10 ul li a {
		padding: 12px 0;
	}
}