﻿/*====================

全体

====================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #404040;
}

.sma{
    display: none;
}

#wrap {
	margin: 0;
	padding: 0;
	background: #fff;
}


header,nav,main,#contact,footer {
	display: block;
	margin: 0 auto;	
	padding: 0;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

br.sp_br {
	display: none;
}

a {
	color: #4d4d4d;
	text-decoration: none;
	transition:all .5s;
}

a:hover {
	color: #f6ae54;
}

.hover-none {
	pointer-events: none;
}

.hover-color-none:hover {
	color: #4d4d4d !important;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.title {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
}

.title img {
	width: 40px;
}

.title h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 26px;
	margin: 12px auto;
	letter-spacing: 0.3em;
}

p.h3-eg {
	color: #669933;
	font-size: 20px;
	letter-spacing: 0.2em;
}

.more-btn {
	border: 1px solid #036;
	border-radius: 30px;
	margin: 20px auto;
	padding: 8px 40px;
	font-size: 14px;
	background: #fff;
	letter-spacing: 0.4em;
	text-align: center;
	color: #036;
	transition: all .8s;
	vertical-align: bottom;
	position: relative;
	width: 200px;
}

.more-btn:hover{
	border: 1px solid #036;
	border-radius: 30px;
	margin: 20px auto;
	padding: 8px 40px;
	font-size: 14px;
	background: #036;
	letter-spacing: 0.4em;
	text-align: center;
	color: #fff;
	width: 200px;
}

.more-btn::after {
    display: inline-block;
	content: "";
    position: absolute;
    top: 15px;
    right: 24px;
    width: 7px;
    height: 7px;
    border-top: solid 1px #036;
    border-right: solid 1px #036;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 0;
	transition: all .8s;
}


.more-btn:hover::after{
	display: inline-block;
	content: "";
    position: absolute;
    top: 15px;
    right: 24px;
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 0;
}

/*====================

ig

====================*/
#ig {
	padding: 40px 0 0 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ig-border {	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
}

.insta_list{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.insta_list img{
    width: 20%;
	box-sizing: border-box;
    padding: 14px;
}



/*====================

TOPボタン

====================*/
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 34px;
	bottom: 50px;
	background: #4d4d4d;
	opacity: 0.6;
	border-radius: 50%;
	z-index: 800;
}

  #page_top a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}

  #page_top a::before{
	font-weight: 900;
	content: '▲';
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -26px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

  #page_top a::after{
	content: 'TOP';
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 32px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*====================

JavaScript用
（1文字ずつ表示）

====================*/
.tgt {opacity: 0;}

.tgt span{opacity: 0;}

/*====================

下から浮かぶ動き

====================*/
.rise {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: opacity 3s, visibility 3s, transform 2s;
}

.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/*====================

hover波紋

====================*/

.btnripple3{
	position: relative;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*波形の設定*/
.btnripple3:hover::before {
    content: '';
    position: absolute;
    left:30%;
    top:-30%;
    border: 1px solid #999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*はじめは不透明*/
	opacity:1;
    /*アニメーションの設定*/
    animation:1.5s circleanime2 forwards;
	transition:1s all;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2{
	0%{
	  transform: scale(0);
	}
	100%{
		transform:scale(1.5);
		opacity: 0;
	}
}

/*====================

header

====================*/
nav.globalMenuPC {
	width:100%;
	position: fixed;
	flex-wrap: nowrap;
	z-index: 9999;
	top: 0;
	left: 0;
	color: #4d4d4d;
	background: #fff;
	opacity: 1;
 	font-size: 14px;
	font-weight: bold;
	height: 60px;
}
/*ナビゲーションを横並びに*/
nav.globalMenuPC ul{
	list-style: none;
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1300px;
	justify-content: space-around;
}
  /*2階層目以降は横並びにしない*/
  nav.globalMenuPC ul ul{
	display: block;
  }
  
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav.globalMenuPC ul li{
	position: relative;
	text-align: center;
	line-height: 50px;
	padding: 0 2%;
  }

  nav.globalMenuPC ul li img{
	height: 50px;
	margin: 0;
	padding: 0;
  }

  nav.globalMenuPC ul li ul li{
	position: relative;
	width: 100%;
  }
  
/** 最初だけ左寄せ */
nav.globalMenuPC ul li:first-child{
	margin-right: auto;
  }

  /*ナビゲーションのリンク設定*/
  nav.globalMenuPC ul li a{
	display: block;
	text-decoration: none;
	color: #4d4d4d;
	padding: 6px 0;
	transition:all .5s;
  }
  nav.globalMenuPC ul li a:hover{
	color: #28BFE7;
  }
  
  nav.globalMenuPC ul li li a{
	padding:0px;
  }
  
  /*下の階層を持っているulの指定*/
  nav.globalMenuPC li.has-child ul{
	  /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:60px;
	z-index: 9997;
	  /*形状を指定*/
	background:#28BFE7;
	width:220px;
	  /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
  }
  
  /*hoverしたら表示*/
  nav.globalMenuPC li.has-child:hover > ul,
  nav.globalMenuPC li.has-child ul li:hover > ul,
  nav.globalMenuPC li.has-child:active > ul,
  nav.globalMenuPC li.has-child ul li:active > ul{
	visibility: visible;
	opacity: 1;
  }
  
  /*ナビゲーションaタグの形状*/
  nav.globalMenuPC li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
	padding: 0 14px;
  }
  
  nav.globalMenuPC li.has-child ul li:last-child a{
	border-bottom:none;
  }
  
  nav.globalMenuPC li.has-child ul li a:hover,
  nav.globalMenuPC li.has-child ul li a:active{
	background:#036;
  }
  
 
.btn_bg_or{
	height: 34px !important;
	line-height: 34px !important;
	margin: 14px auto;
	padding: 0 20px !important;
	background: #fff;
	color: #036 !important;
	border-radius:30px;
	border: 1px solid #036;
}

.btn_bg_or:hover{
	background: #036;
	color: #fff !important;
	border-radius:30px;
}

/*====================

お問い合わせ

====================*/
#contact {
	width: 100%;
	text-align: center;
}

.contact-flex {
	display: flex;
	color: #fff;
}

.contact-flex .tel-box {	
	width: 50%;
	padding: 60px;
	display: flex;
	flex-direction: column;
	background-image: url(../images/bg-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    justify-content: center;
}

.contact-flex .mail-box {
	width: 50%;
	padding: 60px;
	display: flex;
	flex-direction: column;
	background-image: url(../images/bg-02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    justify-content: center;
}

p.info-text {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 36px;
}

p.info-time {	
	font-size: 20px;
	letter-spacing: 0.2em;
}

p.info-time small {	
	font-size: 14px;
}

.num {	
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}

.num img {	
	width: 34px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
}

.num a,
.web-contact a {
	color: #fff;
}

.web-contact {	
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 2px solid #fff;
	border-radius: 40px;
	margin: 0 auto 36px;
	padding: 16px 40px;
}

.web-contact img {	
	width: 30px;
	margin: 0 10px 0 0;
}


/*====================

footer

====================*/
footer{
	width:100%;
	min-width: 900px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	background: #f7f7f7;
}

footer iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.footer_l {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 80px 0;
}

.footer_l img {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


.footer_info {
	margin: 0 auto;	
	max-width: 1100px;
	display: flex;
	margin: 0 auto;
}

.footer_info .info_box {
	width: 40%;
    margin-bottom: 24px;
}

.info_title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 28px;
	font-family: 'Noto Serif JP', serif !important;
}

.info_add {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.bold_f {
	font-weight: bold;
	margin-left: -6px;
}

.footer_r {
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.footer_box_column {
	display: flex;
	flex-direction: column;
	width: 20%;
}

.footer_box {
	display: flex;
	flex-direction: column;
	margin: 0 28px 28px 0;
}

.footer_box ul {
	margin: 0 0 0 45px;
	width: 100%;
}

.footer_box a{
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	align-items: center;
	display: flex;
	font-size: 16px;
	margin: 0 auto 8px;
	color: #036;
	text-align: center;
}

.footer_box a:hover{
	color: #28BFE7;
}

.footer_box ul a{
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: normal;
	color: #4d4d4d;
}

.footer_box ul a:hover{
	color: #28BFE7;
}

.footer_box ul a:before {
	border-top: 2px solid #62829f;
	content: "";
	width: 16px;
	margin-right: 14px;
}

.footer_p {
	height: 40px;
	line-height: 40px;
	background: #62829f;
	color: #fff;
	font-size: 12px;
	text-align: center;
	opacity: 0.9;
}






/*====================

スマートフォン対応

====================*/

@media screen and (max-width: 768px) {

#wrap {
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
}

br.sp_br {
	display: block !important;
}


/*====================

ハンバーガーメニュー

====================*/
.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 10px;
	top : 10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	z-index: 9999;
}

.hamburger span {
	display : block;
	position: absolute;
	width : 30px;
	height: 3px ;
	left: 6px;
	background : #666;
	-webkit-transition: 0.5s all;
	-moz-transition : 0.5s all;
	transition: 0.5s all;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform : rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-btn17-bar02 .8s forwards;
	animation: active-hamburger-bar02 .8s forwards;
}

@-webkit-keyframes active-hamburger-bar02 {
100% {
	height: 0;
}
}
@keyframes active-hamburger-bar02 {
100% {
	height: 0;
}
}
.hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform : rotate(45deg);
	transform: rotate(45deg);
}

.hamburger::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	content: '';
	width: 80px;
	height: 80px;
	margin: -45px 0 0 -43px;
	border-radius: 50%;
	border: none;
	transition: all .75s;
}

.hamburger.active::after {
	border: 2px solid #666;
}

nav.globalMenuPC{
	display: block;
	position: fixed;
	z-index : 9998;
	top: 0;
	left : 0;
	color: #4d4d4d;
	background: #fff;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
  }
  
  nav.globalMenuPC ul{
    display: block;
    background: #fff;
    z-index : 9998;
	padding-bottom: 6px;
  }
  
  nav.globalMenuPC li.has-child ul,
  nav.globalMenuPC li.has-child ul ul{
    position: relative;
    left:0;
    top:0;
    width:100%;
    visibility:visible;/*JSで制御するため一旦表示*/
    opacity:1;/*JSで制御するため一旦表示*/
    display: none;/*JSのslidetoggleで表示させるため非表示に*/
    transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
  
nav.globalMenuPC ul li a{
  border-bottom:1px solid #ccc;
}

nav.globalMenuPC ul li:last-child a {
	border: none;
}


nav.globalMenuPC li.has-child ul li a {
  padding-left: 30px;
  margin: 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuPC.active {
	transform: translateX(0%);
} 

.btn_bg_or{
	height: auto !important;
	line-height: auto !important;
	padding: 0 !important;
	background: #fff;
	color: #036 !important;
	border: #036 1px solid !important;
	width: 10rem;
}


.title {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

.title img {
	width: 26px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.title h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 20px;
	margin: 8px auto 0;
	letter-spacing: 0.2em;
}

p.h3-eg {
	color: #669933;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-bottom: 0 !important;
}


.more-btn {
	border: 1px solid #036;
	border-radius: 30px;
	margin: 20px auto;
	padding: 6px 30px;
	font-size: 12px;
	background: #fff;
	letter-spacing: 0.4em;
	text-align: center;
	color: #036;
	transition: all .8s;
	vertical-align: bottom;
	position: relative;
	width: 200px;
}

.more-btn:hover{
	border: 1px solid #036;
	border-radius: 30px;
	margin: 20px auto;
	padding: 6px 30px;
	font-size: 12px;
	background: #036;
	letter-spacing: 0.4em;
	text-align: center;
	color: #fff;
	width: 200px;
}

.more-btn::after {
    display: inline-block;
	content: "";
    position: absolute;
    top: 12px;
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #036;
    border-right: solid 1px #036;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 0;
	transition: all .8s;
}


.more-btn:hover::after{
	display: inline-block;
	content: "";
    position: absolute;
    top: 12px;
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 0;
}

/*====================

ig

====================*/
#ig {
	padding: 20px 0 0 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ig-border {	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
}

.insta_list{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.insta_list img{
    width: 20%;
	box-sizing: border-box;
    padding: 3px;
}


/*====================

お問い合わせ(768px)

====================*/
#contact {
	width: 100%;
	text-align: center;
}

.contact-flex {
	display: flex;
	flex-direction: column;
	color: #fff;
}

.contact-flex .tel-box {	
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.contact-flex .mail-box {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

p.info-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

p.info-time {	
	font-size: 14px;
	letter-spacing: 0.1em;
    line-height: 16px;
}

p.info-time small {	
	font-size: 11px;
}

.num {	
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.num img {	
	width: 24px;
	margin: 0 6px 0 0;
}

.num a,
.web-contact a {
	color: #fff;
}

.web-contact {	
    min-width: 200px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 2px solid #fff;
    border-radius: 40px;
    margin: 0 auto 10px;
    padding: 5px 10px;
    line-height: 20px;
}

.web-contact img {	
	width: 14px;
	margin: 0 10px 0 0;
}


/*====================

footer(768px)

====================*/
footer{
	width:100%;
	min-width: 240px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	background: #f7f7f7;
}

footer iframe {
	width: 100%;
	max-height: 200px;
	margin: 0;
	padding: 0;
	display: block;
}

.footer_l {
	width: 100%;
	margin: 0;
	padding: 20px 0;
}

.footer_l img {
	width: 140px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.footer_info {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}

.footer_info .info_box {
	width: 100%;
    margin-bottom: 24px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
}

.info_title {
	font-size: 18px;
	margin-bottom: 10px;
}

.info_add {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
}

.bold_f {
	font-weight: bold;
	margin-left: -6px;
}

.footer_r {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_box_column {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer_box {
	display: flex;
	flex-direction: column;
	margin: 0 0 10px 0;
}

.footer_box ul {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

.footer_box a{
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	align-items: center;
	display: flex;
	font-size: 14px;
	margin: 0 auto 8px;
	color: #036;
	text-align: center;
}

.footer_box a:hover{
	color: #28BFE7;
}

.footer_box ul a{
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: normal;
	color: #4d4d4d;
}

.footer_box ul a:hover{
	color: #28BFE7;
}

.footer_box ul a:before {
	border-top: 2px solid #62829f;
	content: "";
	width: 16px;
	margin-right: 14px;
}

.footer_p {
	height: 20px;
	line-height: 20px;
	background: #62829f;
	color: #fff;
	font-size: 10px;
	text-align: center;
	opacity: 0.9;
}

#page_top {
	display: none;
}

}
/*========レスポンシブ終了========*/
