@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost&family=Montserrat&family=Noto+Sans+JP:wght@400;700&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
  height: 100%;
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.font-en {
  font-family: 'Montserrat', 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.font-en2 {
  font-family: 'Jost', 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and ( max-width : 767px ) {
  body {
    font-size: 13px;
    background: url(../img/bg_sp.jpg) repeat top left / 100% auto;
  }
}
@media print, screen and ( min-width : 768px ) {
  body {
    background: url(../img/bg.jpg) repeat top left / 1600px auto;
  }
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: #494949;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(../scripts/boxsizing.htc);
}


/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
.container,.container_l {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
input[type=text]:focus {
    outline: none;
}
#main {
  overflow: hidden;
}
section {
  position: relative;
}

.u-pc {
	display: block;
}
.u-sp {
	display: none;
}

@media only screen and ( max-width : 767px ) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
  .section {
    padding: 30px 0;
  }
  .br_pc {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .section {
    padding: 55px 0;
  }
  .br_sp {
    display: none;
  }
  .container {
    max-width: 1230px;
  }
  .container_l {
    max-width: 1430px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  z-index: 99;
	margin-bottom: -5px;
}
.page_top #header {
  margin-bottom: -73px;
}
#header.fixed {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.header_inner {
	padding: 0 40px;
}
#h_logo {
	display: flex;
	align-items: baseline;
	margin: 27px 0 19px;
}
.h_txt {
	margin:0 0 8px 18px;
	font-size: 28px;
	color: #298ab1;
	font-weight: 300;
	font-weight: bold;
}

#h_contact {
	margin-top: 36px;
}
.h_contact_txt{
	margin-top: 5px;
	color: #626262;
	font-size: 18px;
}
.h_contact_txt::before {
	content: "■";
	margin-right: 5px;
	font-size: 18px;
	color: #298ab1;
}
#gNav ul li a {
  position: relative;
}
#gNav ul li a:hover {
  color: #00e2ff;
}

div#h_nav {
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
    padding-bottom: 10px;
	z-index: 100;
    position: relative;
}
.h_nav_inner {
    width: 100%;
    height: 73px;
	padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: rgb(41 138 177);
	box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 20%);
}
.page_top .h_nav_inner {
    background: rgb(88 110 129 / 40%);
}


@media only screen and ( max-width : 767px ) {
	
	#header {
		height: 70px;
		background: #fff;
		margin-bottom: 0;
		position: relative;
	}
	.page_top #header {
		margin-bottom: 0;
	}
	.header_inner {
		padding: 0 10px;
	}
	.h_txt {
		display: none;
	}

	#h_contact {
		display: none;
	}

	#h_logo {
		width: 65%;
		margin: 0;
	}
	
	#h_logo img {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	#h_contact {
		display: none;
	}
	
  #header #header_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding-right: 50px;
  }
  #h_logo a {
  }
  #h_contact .h_instagram {
  }
  #h_contact .h_instagram span {
    display: none;
  }
  #h_contact .h_tel,#h_contact .h_mail {
    display: none;
  }
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  #menu_btn {
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 70px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #715846;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #715846;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
	
p.sp_nav_logo {
    align-items: center;
    width: 25%;
    display: block;
    margin: 0px auto 30px;
}

p.sp_nav_logo img {
    width: 100%;
    height: auto;
}
	
.page_top .h_nav_inner,
.h_nav_inner{
    background: none;
	box-shadow: none;
	}

  nav#gNav {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 45px 0 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translate(250px);
    transition: all .5s;
  }
  nav#gNav.open {
    transform: translateZ(0);
  }
  nav#gNav li {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  nav#gNav li:last-child {
    margin-bottom: 0;
  }
  nav#gNav li a {
    position: relative;
    padding: 15px;
    display: block;
    font-size: 14px;
  }
  nav#gNav .h_tel {
    text-align: center;
  }
  nav#gNav .h_tel small {
    font-size: 13px;
  }
  nav#gNav .h_tel a {
    font-size: 28px;
    display: inline-block;
    line-height: 1em;
    padding: 0;
  }
  nav#gNav .h_tel p {
    margin-top: .5em;
  }
  nav#gNav .h_mail a {
    width: 100%;
    padding-left: 65px;
    display: flex;
  }
  nav#gNav .h_instagram a {
    padding-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  #menu_btn,.overlay,#sp_h_contact {
    display: none !important;
  }
  #header {
    /* padding-bottom: 20px; */
  }
  #header #header_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 146px;
  }
  #h_contact ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #h_contact ul li {
    margin-right: 10px;
  }
  #h_contact ul li:last-child {
    margin-right: 0;
  }
  .h_tel small {
    font-size: 15.3px;
  }
  .h_tel a {
    font-size: 32.6px;
    display: inline-block;
    line-height: 1em;
  }
  #h_logo a {
  }
  #gNav ul {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  #gNav ul li {
    flex: auto;
    text-align: center;
  }
  #gNav ul li a {
    text-align: center;
    display: block;
    padding: 0 25px;
    position: relative;
    font-size: 18px;
	color: #fff;
  }

}

h2.index_point_tit.u-sp {
	font-size: 24px;
	margin-bottom: 5%;
	color: #00af9b;
}
@media print, screen and ( min-width : 950px ) {
  #h_logo a {
  }
  /*#header.fixed #h_logo a {
    width: 298px;
    height: 60px;
  }*/
  .h_tel small {
    font-size: 17.3px;
  }
  .h_tel a {
    font-size: 34.6px;
  }
  #h_contact ul li {
    margin-right: 20px;
  }
  #gNav ul li a {
    font-size: 18px;
  }

}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

#footer {
  position: relative;
	background: #76c7be;
	color: #fff;
	background-image: url(../images/footer_img_01.png),
	url(../images/footer_img_01.png);
	background-repeat: no-repeat,
	no-repeat;
	background-position: left 0% bottom 45%, right 0% bottom 15%;
}
.footer_main {
	display: flex;
	width: 1210px;
	padding: 60px 0 60px;
	margin: auto;
	justify-content: space-between;

}
.footer_area {
	background: #f9d682;
}
.footer_area_inner {
	display: flex;
	width: 1210px;
	padding: 75px 0;
	margin: auto;
}
.footer_area_left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    flex: 1 0 auto;
    line-height: 1.2;
}

.footer_area_right {
    font-size: 1.2em;
    padding-left: 20px;
	color: #4b4b4b;
}

.footer_area_right p + p {
    margin-top: 2em;
}

.footer_main_right {
    display: flex;
    flex-direction: column;
    width: 620px;
    align-items: flex-end;
}
.footer_contact_02 {
	margin-bottom: 100px;
	color: #4b4b4b;
}
.footer_contact_02_txt{
	margin-top: 5px;
	font-size: 18px;
}
.footer_contact_02_txt::before {
	content: "■";
	margin-right: 5px;
	font-size: 18px;
	color: #298ab1;
}


.footer_logo {
    width: 100%;
    margin-bottom: 85px;
}
.footer_sns ul {
	display: flex;
}
.footer_sns ul li {
	margin-left: 35px;
}


.footer_map {
	height: 0;
	margin: 20px 0 0 10px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.footer_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.footer_map_txt {
	display: block;
	margin-top: 20px;
	font-size: 24px;
}



.footer_nav .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.footer_nav .nav li {
	margin: 0 24px;
}
.footer_nav .nav a {
	color: #fff;
}

.f_copy {
  padding: 20px;
  text-align: center;
  color: #fff;
font-weight: bold;
}

#pagetop {
  z-index: 98;
  right: 0;
}
#pagetop a,#pagetop a img {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #f_left {
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
@media only screen and ( max-width : 767px ) {
  #contact {
    background: url(../img/contact_bg_sp.jpg) no-repeat center / cover;
  }
  .contact_inner {
    padding: 30px 15px 120px 15px;
    background-size: 140px auto , 60px auto;
  }
  .contact_col {
    margin-bottom: 30px; 
  }
  .contact_col:last-child {
    margin-bottom: 0;
  }
  .contact_col h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact_col h2 span {
    font-size: 15px;
    margin: 10px 0 20px 0;
  }
  .contact_col_left p {
    font-size: 15px;
  }
  .contact_tel {
    margin-bottom: 30px;
  }
  .contact_tel span {
    font-size: 20px;
  }
  .contact_tel a {
    font-size: 34px;
  }
  .contact_tel small {
    font-size: 12px;
  }
  .contact__btn {
    max-width: 260px;
  }
  .contact__btn span {
    font-size: 17px;
    line-height: 1.4em;
  }
	
	#footer {
		padding-top: 0;
		background-position: left 0% bottom 4%, right 0% bottom 15%;
	}
	.footer_area_inner {
		width: 100%;
		flex-direction: column;
		padding: 6% 0 0;
	}
	.footer_area_left {
		padding: 0;
		font-size: 50px;
	}
	.footer_area_right {
		padding: 5%;
		margin-top: 5%;
	}
	.footer_main {
		flex-direction: column;
		width: 100%;
		padding: 10% 0 60px;
	}
	.footer_main_left {
		width: 92%;
		margin: auto;
	}
	.footer_map {
		margin: 8% 0 0 0;
	}
	.footer_main_right {
		flex-direction: column;
		width: 92%;
		align-items: center;
		margin: auto;
	}
	.footer_logo {
		width: 100%;
		margin: 8% 0 8%;
	}
	.footer_contact_02 {
		width: 90%;
		margin-bottom: 10%;
	}
	.footer_sns {
		width: 90%;
	}
	.footer_sns ul {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.footer_sns ul li {
		margin-left: 35px;
		margin: 0 5%;
	}
	
	.footer_nav .nav li {
		margin: 0 24px;
		margin: 0 0 5%;
	}
	.footer_nav .nav {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
  .f_copy {
    margin-top: 0;
  }
  .pagetop_btn a img {
    max-width: 60px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact {
    background: url(../img/contact_bg.jpg) no-repeat center / cover;
  }
  .contact_inner {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 40px 0;
    position: relative;
  }
  .contact_inner:after {
    content: "";
    width: 1px;
    height: 80%;
    border-left: 1px dotted #a4a4a4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
  }
  .contact_col {
    flex: 1;
    padding: 0 20px;
  }
  .contact_col h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact_col h2 span {
    font-size: 16px;
    margin: 15px 0 30px 0;
  }
  .contact_col_left p {
    font-size: 16px;
  }
  .contact_tel {
    margin-bottom: 30px;
  }
  .contact_tel span {
    font-size: 24px;
  }
  .contact_tel a {
    font-size: 40px;
  }
  .contact_tel small {
    font-size: 14px;
  }
  .contact__btn {
    font-size: 17px;
  }
  #footer {
  }
  .f_left_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #f_left .f_logo {
    margin-right: 2%;
  }
  #f_left p {
    font-size: 14px;
  }
  .f_nav ul {
    max-width: 23.5%;
    margin-right: 2%;
    font-size: 13px;
  }
  .f_nav ul ul {
    max-width: 100%;
    margin-right: 0;
    font-size: 12px;
  }
  .f_nav ul:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .contact_inner {
    padding: 55px 30px;
  }
  .contact_col {
    padding: 0 30px;
  }
  .contact_col h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .contact_col h2 span {
    font-size: 18px;
    margin: 20px 0 35px 0;
  }
  .contact_col_left p {
    font-size: 18px;
  }
  .contact_tel {
    margin-bottom: 50px;
  }
  .contact_tel span {
    font-size: 30px;
  }
  .contact_tel a {
    font-size: 48px;
  }
  .contact_tel small {
    font-size: 16px;
  }
  .contact__btn {
    font-size: 20px;
  }
  #footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #f_left {
    width: 35%;
  }
  #f_right {
    width: 60%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}
.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
@media screen and (min-width:768px) {
  .order2_anim .fadein_up.fadein_up__active:nth-child(2n) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n+2) {
      transition-delay: .3s;
      animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n) {
      transition-delay: .6s;
      animation-delay: .6s;
  }
}
@keyframes fadein_up__active {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}


#pagetop {
  width: 88px;
  text-align: right;
}
.pagetop_btn {
  width: 60px;
  height: 60px;
}
 a.pagetop_btn {
  margin-left: 25px;
  margin-top: 60px;
  width: 60px;
  /* margin: auto; */
  height: 60px;
  text-decoration: none;
}
a.pagetop_btn::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #41a8d1;
}




.t-center {
	text-align: center;
}
.u-pc {
	display: block;
}
.u-sp {
	display: none;
}
@media screen and (max-width: 768px) {
.u-pc {
	display: none;
}
.u-sp {
	display: block;
}
}
.u-mt20 {
	margin-top: 20px;
}