@charset "utf-8";
body {
    background: #fff;
    padding: 0;
    margin: 0;
	animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
	color: #000;}
#container {
  width: 100%;
	
}



/* fadein
----------------------------------------------------------- */
.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* sidebarMenu 
----------------------------------------------------------- */
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background-color: rgba(238,134,154,.9);
	z-index: 1000;
	display: inline;
}
.sidebarIconToggle {
	display: none;
	transition-duration:0.5s;
}
@media screen and (max-width: 800px) {
.sidebarIconToggle {
	display: inline;
}
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.0);
}
.sidebarMenuInner li{
	font-size: 1.5rem;
	font-family: ten-mincho-text, serif;
font-style: normal;
font-weight: 400;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sidebarMenuInner li span{
    font-size: 1.6rem;
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
.sidebarMenuInner li span{
    font-size: 1.5rem;
}
	}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
	display: block;
	    padding: 15px;
	transition-duration:0.5s;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.sidebarMenuInner li a:hover{
    color: #000 !important;
	background-color: rgba(255,255,255,.9);
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 11099;
    height: 100%;
    width: 100%;
    top: 10px;
    right: 10px;
    height: 36px;
    width: 36px;
	position: fixed;
	background-color: rgba(238,134,154,1.0);
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 26px;
	margin-left: 5px;
	margin-top: 10px;
    background-color: #FFF;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 16px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}









/*header*/
header {
}
header .head {
	position: absolute;
}
header .head>div {
	max-width: 1800px;
	width: 94%;
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: 2.5em auto 0;
}
@media screen and (max-width: 800px) {
header .head>div {
	margin: 2.0em auto 0;
}
	}
@media screen and (max-width: 600px) {
header .head>div {
	margin: 1.5em auto 0;
}
	}
header .head>div h1 {
	width: 200px;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 1000px) {
header .head>div h1 {
	width: 150px;
	margin: 0 20px 0 0;
}
	}
@media screen and (max-width: 800px) {
header .head>div h1 {
	width: 140px;
}
	}
@media screen and (max-width: 600px) {
header .head>div h1 {
	width: 140px;
}
	}
@media screen and (max-width: 480px) {
header .head>div h1 {
	width: 130px;
}
	}
header .head>div h1 img {
	width: 100%;
	height: auto;
}
header .head>div h1 img.pc_logo {
	display: block;
}
header .head>div h1 img.sp_logo {
	display: none;
}
@media screen and (max-width: 600px) {
header .head>div h1 img.pc_logo {
	display: none;
}
header .head>div h1 img.sp_logo {
	display: block;
}
	}
header nav {
	position: fixed;
	right: 20px;
	background-color:rgba(255,255,255,0.8); /* 初期色 */
	padding: 1.5em 3em 1.3em;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 800px) {
header nav {
	display: none;
}
	}

header nav ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	width: 100%;
	margin: auto;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	column-gap: 2.0em;
		font-size: 1.5rem;
	font-weight: 500;
}
@media screen and (max-width: 1000px) {
header nav ul {
	column-gap: 1.5em;
		font-size: 1.4rem;
}
	}
@media screen and (max-width: 900px) {
header nav ul {
	column-gap: 1.3em;
		font-size: 1.3rem;
}
	}
header nav ul>li {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
header nav ul>li a {
	color: #000;
	 position: relative;
  text-decoration: none;
	 transition: all .2s ease-in;
}
header nav ul>li a:hover {
	color: #ec7082;
}
header nav.blk ul>li a {
	color: #000;
	 position: relative;
  text-decoration: none;
	 transition: all .2s ease-in;
}
header nav.blk ul>li a:hover {
	color: #ec7082;
}
header nav ul>li a::before, header nav ul>li a::after {
  border-bottom: solid 2px #ec7082;
  bottom: -7px;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
header nav ul>li a::before {
  left: 50%;
}
header nav ul>li a::after {
  right: 50%;
}
header nav ul>li a:hover::before, header nav ul>li a:hover::after {
  width: 50%;
}

header nav ul>li a.cr {
	background-color: #FFF;
	color: #cf4a55;
	
}

#top_img {
  width: 100%;
height: 100vh;
	background-color: aqua;
}
#top_img h2 {
  width: 100%;
height: 100vh;
	background-color: red;
}
#top_img h2 img {
  width: 100%;
height: 100vh;
	object-fit: cover !important;
}

header > .head_img {
  width: 100%;
  position: relative;
	overflow-y: hidden;
	overflow: hidden;
	max-height: 500px;
}
header > .head_img img {
  width: 100%;
	height: auto;
	object-fit: cover;
}
@media screen and (max-width: 800px) {
header > .head_img > img.transform {
  width: 100%;
  height: auto;
	 transform: scale(-1, 1);
}
	}
header > .head_img > .slider>img {
  width: 100%;
  height: auto;
}
header > .head_img.top_img {
	max-height: 800px;
}

header > .head_img > .head {
  height: auto;
	padding: 0 0;
  width: 100%;
  margin: auto;
transition: all .75s;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	 -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	z-index: 300;
	
 
}



header > .head_img > .head > nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	width: 100%;
	background-color: rgba(223,209,205,0.4);
	
}
@media screen and (max-width: 800px) {
header > .head_img > .head > nav {
	display: none;
}	
}
header > .head_img > .head > nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%;
}
header > .head_img > .head > nav ul li {
  text-align: center;
	width: 100%;
	color: #85574b;
}
@media screen and (max-width: 1200px) {
header > .head_img > .head > nav ul li {
  padding: 0 1.2em;
  text-align: center;
}
	}
@media screen and (max-width: 1000px) {
header > .head_img > .head > nav ul li {
  padding: 0 0.8em;
  text-align: center;
}
	}
header > .head_img > .head > nav ul li+li {
	border-left:1px solid rgba(133,87,75,0.2);
}
header > .head_img > .head > nav ul li a {
  color: rgba(133,87,75,1.00);
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
	 padding: 1.6em 0 1.2em 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border-bottom: 3px solid rgba(207,74,85,0.0);
}
header > .head_img > .head > nav ul li a:hover {
  color: #cf4a55;
	border-bottom: 3px solid rgba(207,74,85,1.00);
}
header > .head_img > .head > nav ul li a.active {
  color: #cf4a55;
	border-bottom: 3px solid rgba(207,74,85,1.00);
}
header > .head_img > .head > nav ul li a p {
font-family: tbudgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-decoration: none;
  text-indent: 1px;
	transition-duration:0.5s;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
	text-align: center;
}
@media screen and (max-width: 1100px) {
header > .head_img > .head > nav ul li a p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
header > .head_img > .head > nav ul li a p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
header > .head_img > .head > nav ul li a p {
    font-size: 1.1rem;
  }
}
header > .head_img > .head > nav ul li a p>span {
	display: inline-block;
  }

header .top_logo {
	 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 95%;
	height: auto;
	height: auto;
	padding: 20px 60px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 600px) {
header .top_logo {
}
}
header .top_logo>h1 {
	width: 50%;
		max-width: 600px;
	height: auto;
	margin: auto;
}
@media screen and (max-width: 800px) {
header .top_logo>h1 {
	width: 50%;
	height: auto;
	margin: auto;
}
	}
header .top_logo>h1 img {
	width: 100%;
	height: auto;
}
header .top_logo>p{
	text-align: center;
	margin-top: 1.5em;
	font-size: 2.0rem;
	color: #FFF;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 1200px) {
	header .top_logo>p{
	font-size: 1.8rem;;
}
	}
@media screen and (max-width: 800px) {
	header .top_logo>p{
	font-size: 1.6rem;;
}
	}
@media screen and (max-width: 600px) {
	header .top_logo>p{
	font-size: 1.4rem;;
}
	}
@media screen and (max-width: 480px) {
	header .top_logo>p{
	font-size: 1.1rem;;
		margin-top: 1.0em;
}
	}
header .top_logo>p>span{
	display: inline-block;
}
header .top_title {
	 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 60%;
	max-width: 500px;
	height: auto;
	background-color: rgba(227,188,67,0.9);
	padding: 20px 60px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	color: #FFF;
}
@media screen and (max-width: 800px) {
header .top_title {
	padding: 10px 0;
	font-size: 3.0vw;
}
}
@media screen and (max-width: 600px) {
header .top_title {
	padding: 5px 0;
	font-size: 3.0vw;
}
}


/*pankuzu*/
section .topic_path {
  width: 100%;
	max-width: 1024px;
  padding: 0px 0;
  background-repeat: repeat;
font-size: 1.2rem;
	 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	margin: 20px auto 45px;
}
@media screen and (max-width: 800px) {
  section .topic_path {
    font-size: 1.1rem;
	  margin: 14px auto 40px;
  }
}
@media screen and (max-width: 600px) {
  section .topic_path {
	  display: none;
  }
}
 section .topic_path > li {}
 section .topic_path > li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  margin: 0 0.8em;
  -webkit-font-smoothing: antialiased;
	text-decoration: none;
	 opacity: 0.4;
}
 section .topic_path > li:last-child:after {
  content: "";
}
section .topic_path > li {
	 font-weight: 400;
	color: #cf4a55;
}
 section .topic_path > li a {
	 font-weight: 400;
	 text-decoration: underline;
	 transition-duration:0s;
}
 section .topic_path > li a:hover {
  color: #e84569;
}


/*main*/
main {
  width: 100%;
	margin-top: 60px;
}
@media screen and (max-width: 800px) {
main{
	margin-top: 40px;
}
	}
@media screen and (max-width: 600px) {
main{
	margin-top: 30px;
}
	}
main section {
	width: 92%;
	max-width: 1000px;
  height: auto;
	margin: auto;
}
@media screen and (max-width: 800px) {
main section {
  height: auto;
}
	}
@media screen and (max-width: 600px) {
main section {
  height: auto;
}
	}
main section+section {
	margin-top: 100px;
}
@media screen and (max-width: 1000px) {
main section+section {
 margin-top: 80px;
}
	}
@media screen and (max-width: 800px) {
main section+section {
 margin-top: 60px;
}
	}
@media screen and (max-width: 600px) {
main section+section {
 margin-top: 40px;
}
	}
main section>div+div {
	margin-top: 50px;
}
@media screen and (max-width: 1000px) {
main section>div+div {
 margin-top: 40px;
}
	}
@media screen and (max-width: 800px) {
main section>div+div {
 margin-top: 30px;
}
	}
main section.short {
	max-width: 800px;
}
main section.short_w {
	max-width: 1000px;
}
main section.line {
	border-top: 1px #000 solid;
	padding: 1.5em 0;
	margin-left: auto;
	margin-right: auto;
}

/*column*/
main .column2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main .column2.reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
main .column2 {
	display: block;
}
	}
main .column2+.column2,main .column2+p {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
main .column2+.column2,main .column2+p {
	margin-top: 20px;
}
	}
main .column2>li {
width: 48%;
	height: auto;
}
@media screen and (max-width: 800px) {
main .column2>li {
	width: 100%;
	height: auto;
}
	}
@media screen and (max-width: 800px) {
main .column2>li+li {
	margin-top: 25px;
}
	}
@media screen and (max-width: 600px) {
main .column2>li+li {
	margin-top: 15px;
}
	}
main .column2>li a img,main .column2>li img {
	width: 100%;
	height: auto;
	transition-duration:0.5s;
}
main .column2>div {

}
main .column2>div img {
	width: 100%;
	height: auto;
	transition-duration:0.5s;
}
#contents .column2>li>p {
	font-size: 0.95em;
}
#contents .column2>li>ul+p {
	margin-top: 8px;
}
main .column2>li a img:hover {
	opacity: 0.5;
}
main .column3 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
main .column3 {
	display: block;
}
	}
main .column3>li {
	width: 31%;
	height: auto;
}
@media screen and (max-width: 600px) {
main .column3>li {
	width: 100%;
	height: auto;
}
	}
@media screen and (max-width: 600px) {
main .column3>li+li {
	margin-top: 20px;
}
	}
main .column3>li a img {
	width: 100%;
	height: auto;
	transition-duration:0.5s;
}
main .column3>li>p {
	text-align: center;
	margin-top: 0.8em;
	font-size: 1.4rem;
	line-height: 1.6em;
}
main .column3>li a img:hover {
	opacity: 0.5;
}







/*footer*/
footer {
	margin-top: 100px;
	background-color: rgba(246,169,172,0.3);
}
@media screen and (max-width: 800px) {
footer {
	margin-top: 80px;
}
}
@media screen and (max-width: 600px) {
footer {
	margin-top: 60px;
}
}

footer > div {
  width: 92%;
  height: auto;
  max-width: 1000px;
  text-align: center;
padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	display:flex;
	 justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 800px) {
	footer > div {
   display: block;
}
		}
@media screen and (max-width: 600px) {
	footer > div {
   padding-top: 20px;
	padding-bottom: 20px;
}
		}
footer > div div.map {
  width: 40%;
}
@media screen and (max-width: 800px) {
footer > div div.map {
  width: 100%;
	margin-top: 3.0em;
}
	}
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer > div h2 {
  font-size: 2.0rem;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	margin-bottom: 1.0em;
}
footer > div h2 img {
  width: 70px;
	height: auto;
	margin-right: 12px;
}
@media screen and (max-width: 600px) {
footer > div h2 {
  font-size: 1.6rem;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	margin-bottom: 1.0em;
}
footer > div h2 img {
  width: 50px;
	height: auto;
	margin-right: 12px;
}
	}
footer > div p {
  font-size: 1.4rem;
	line-height: 1.7em;
	text-align: left;
}
@media screen and (max-width: 480px) {
footer > div p {
  font-size: 1.2rem;
	line-height: 1.5em;
}
	}
footer > div p.mail {
	display:flex;
	align-items: center;
}
footer > div p img {
	height: 16px;
	width: auto;
}
@media screen and (max-width: 480px) {
footer > div p img {
	height: 14px;
	width: auto;
}
	}
footer > div p+p {
  margin-top: 0.4em;
}
footer > div p>span {
  display: inline-block;
}
footer > div p b {
 color: #f1a9ac;
}


footer .copyright {
	font-family: fot-rodin-pron, sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.8em 0 1.8em;
font-weight: 300;
font-style: normal;
	width: 100vw;
	background-color: #FFF;
}
@media screen and (max-width: 800px) {
	footer .copyright {
  font-size: 1.1rem;
  text-align: center;
  padding: 1.0em 0;
font-weight: 300;
font-style: normal;;
}
	}
@media screen and (max-width: 600px) {
	footer .copyright {
  font-size: 1.0rem;
		margin-top: 0px;
}
	}
#top_b {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
}
#top_b a {
  font-size: 40px;
	color: #ee869a;
	opacity: 0.9;
  width: 40px;
 width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
}
@media screen and (max-width: 600px) {
  #top_b a {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
  }
}
#top_b a:hover {;
	opacity: 0.5;
}

