@charset "UTF-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'FOT-TsukuAOldMinPr6-R', sans-serif;
    color: #3f3a39;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 80%, rgba(207, 248, 225, 1) 100%);
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER（ナビゲーション）

--------------------------------------------------------------------------------------------- */

#header {
z-index: 99;
width: 100%;
position: fixed;
background: rgba(207, 248, 225, 0.47);
border-bottom: solid 2px #3f3a39;
}
#gNav a:hover {
color: #999;
}

#gNav li a {
	font-family: 'Cormorant Garamond', 'Noto Serif SC', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
nav li a {
	color: #3f3a39;
	font-size: 16px;
	letter-spacing: 0.2em;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
background: #fff;
background-image: linear-gradient(to top, #efeee9 0%, #f3e3e1 100%);
}

/* ---------------------------------------------------------------------------------------------

　   SNS

--------------------------------------------------------------------------------------------- */
.header_l {
	display: flex;
	align-items: baseline;
}

.sns ul {
	display: flex;
    justify-content: space-around;
    font-size: 1.5em;
    width: 80px;
    margin-left: 20px;
}

.sns a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #3f3a39;
}

.sns_resp {
	display: none;
}

/* ---------------------------------------------------------------------------------------------

　  メールフォームプロ

--------------------------------------------------------------------------------------------- */
h1 {
	font-size: 30px;
	font-weight: 600;
	font-family: fot-matisse-pron, serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";
	padding: 0.2em 0;
    border-bottom: 2px solid #3f3a39;	
}

div.wrapper {
	width: 100%;
	text-align: left;
}

div.wrapper div#header {
    padding: 10px 30px;
}
div.wrapper div#header .header_inn {
    max-width: 1920px;
    margin: 0 auto;
}
.header_inn {
	background-color: #fff;
    padding: 100px 20px 10px 20px;
    background: linear-gradient(to top, rgba(255, 255, 255, 255), rgba(255, 255, 255, 0.7)10%),url(../../img/botanical_bg.jpg);
    background-size: cover;}

div.wrapper div#header h1 {
    font-size: 2rem;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-family: sans-serif;
}
div.wrapper div#header p {
	padding: 0px;
    line-height: 1em;
	margin-top: 0;
}

.page_title p {
	margin-top: 0.7em;
	font-family: "FOT-TsukuARdGothicStd-R", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.5em;
}
.page_title, .page_info dl dt {
    font-size: 0.9em;
    font-weight: bold;
    max-width: 1000px;
    margin: 40px auto;
}

.thanks_page dl dt {
    font-size: 1em;
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
    line-height: 3em;
}
.contact_hero {
	max-width: 1000px;
	margin: 10px auto;
}

.contact_hero img {
	width: 100%;
}

div.wrapper div#container {
    max-width: 1000px;
    margin: 40px auto;
    border: 3px solid #3f3a39;
    background-size: cover;
}

.df {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}

/* ----------------------------------------------

 * フッター

---------------------------------------------- */

.foot_inn {
	margin: 50px 0 50px 0;
}

.foot_signiture {
	display: flex;
	justify-content: center;
	align-items: center;
}

.w_line {
	flex: 1;
    border-bottom: double 4px #3f3a39;
    margin-left: 15px;
    margin-right: 15px;
}

.signiture {
	max-width: 150px;
	height: auto;
	text-align: center;
}

.signiture img {
	width: 100%;
}

.comp_ad p {
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	margin: 50px 0 50px 0;
	font-family: "FOT-TsukuARdGothicStd-R", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";

}

.copyright {
	font-family: "FOT-TsukuARdGothicStd-R", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

/* ----------------------------------------------

 * TOPへ戻る

---------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background: rgba(255,255,255,0.5);
	width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
    padding:10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
section {
text-align: center;
}

#sec01 {
background: #cadffa;
}

#sec02 {
background: #99c1f3;
}

#sec03 {
background: #7ea7d9;
}

#sec04 {
background: #618bbe;
}

.btn {
display: block;
background: #fff;
color: #618bbe;
padding: 0.8em 1em;
text-align: center;
margin: 0 auto;
border-radius: 100px;
}

.btn:before {
content: "\f104";
font-family: "FontAwesome";
margin-right: 5px;
}

/* ----------------------------------------------

 * メディアクエリ

---------------------------------------------- */
@media only screen and ( max-width : 768px ) {
  #header {
	padding: 10px 0;
	height: 40px;
}
.h_logo {
    width: 150px;
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 100;
}
.h_logo img {
	width: 100px;
}
  #gNav .nav {
overflow-y: auto;
height: 100vh;
  }
  .mean-nav .container {
padding: 0;
  }
  nav li .fa {
display: none;
  }

.sns {
	display: none;
}

.sns_resp {
	display: block;
}

.sns_resp {
    width: 100px;
    float: right;
    margin-right: 60px;
    position: relative;
    z-index: 101;
}

.sns_resp ul {
	display: flex;
    justify-content: flex-end;
    font-size: 1.5em;
}

.sns_resp ul li {
	margin-left: 10px;
}
.sns_resp a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #3f3a39;
}
  #main {

  }
  .btn {
width: 60%;
}
}

@media print, screen and ( min-width : 769px ) {
#header {
	/*height: 80px;*/
}

.h_logo img {
	width: 100px;
}

#h_top {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#gNav ul {
	position: relative;
	display: flex;
	font-family: 'Cormorant Garamond', 'Noto Serif SC', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#gNav li {
	position: relative;
	margin-right: 3em;
}
 
#gNav li:last-child {
	margin-right: 0;
}
  #gNav li i {
font-size: 16px;
margin-left: 5px;
  }
  #gNav li a {
position: relative;
display: block;
text-align: center;
line-height: 80px;
font-family: 'Cormorant Garamond', 'Noto Serif SC', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  #gNav .sub-menu {
visibility: hidden;
opacity: 0;
z-index: 1;
display: block;
position: absolute;
top: 50px;
left: 50%;
margin-left: -100px;
width: 200px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
  }
  #gNav .sub-menu a {
padding: 10px;
display: block;
border-bottom: none;
padding: 20px;
line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
content: none;
  }
  #gNav .sub-menu li {
display: block;
font-size: 16px;
padding: 0;
margin: 0;
  }
  #gNav .sub-menu li:last-child {
border-bottom: none;
  }
  #gNav ul > li:hover {
-webkit-transition: all .5s;
transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
color: #6bcbba;
  }
  #gNav li:hover ul.sub-menu {
top: 80px;
visibility: visible;
opacity: 1;
z-index: 9999;
  }
  #gNav li ul li:after {
content: none;
  }
 #gNav li:hover ul.sub-menu a {
color: #111;
  }
  #gNav .sub-menu li a:hover {
background: #fff;
  }
  #gNav .contact_btn a:hover {
color: #fff;
	}
  #main {
    margin: 0 auto;
  }
  .btn {
width: 300px;
  }	
}
@media screen and (max-width: 800px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div.wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	div.wrapper div#header {
		border-radius: 0px;
		padding: 10px;
	}
	div.wrapper div#header h1 {
		font-size: 24px;
	}
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	.thanks_page dl dt {
	    font-size: 0.8em;
}
}

@media only screen and ( max-width : 480px ) {
  .btn {
width: 100%;
}

.top_hero {
    min-height: 180px;
	margin-bottom: 100px;
}

.break {
	display: block;
}
.df{
	height: 160vh;
	}
}

@media only screen and ( max-width : 320px ) {
.df{
	height: 200vh;
	}
}