@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

body {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    background: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/body_bg_02.jpg) repeat-y center top;
    background-repeat: repeat-y;
    background-size: contain;
}

.pc{display: inline-block;}

.sp{display: none;}

a:hover{text-decoration: none;}

.headerTop {
    display: none;
}

.section.breadSection {
    border: none;
    letter-spacing: 0.05em;
}

.siteHeader{
	box-shadow: none;
    background: none;
}

.siteHeader_logo img {
    max-height: 100px;
}

.flexbox{
    display: flex;
}

.row_reverse{
    flex-direction: row-reverse;
}

.base_copy{
	font-size: 1.1rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 2;
	text-align: justify;
}

.base_copy.center{
    text-align: center;
}

.base_copy.white{
	color: #FFF;
}

.small_copy{
    font-size: 1rem;
}

.small_copy.right{
    text-align: right;
}

.section.siteContent{
	padding-top: 7px;
	padding-bottom: 0!important;	
}

.section.siteContent{
}

.section.siteContent .row{
    margin: 0 calc(50% - 50vw) ;
	width: 100vw;
}

figure{
	text-align: center; 
}

img{
    border-radius: 20px;
}

img.logo{
    border-radius: 0;
}

img.shadow {
    box-shadow: rgba(149, 149, 149, 0.2) 0 0 15px;
}

.font_ephe {
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: #444;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


h2{border: none;padding: 0;margin: 0;}

h3{border: none;padding: 0;margin: 0;}

h2::after{border: none;}

h3::after{border: none;}

h2{ 
    font-size: 1.8rem;
	color: #666;
    margin: 8px 0;
}
  
h2::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; 
    width: 80px;
    height: 80px; 
}



h3{
    font-size: 1.1rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 40px;
	color: #555;
}

h4{
    font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}

ul{
    list-style: none;
    padding-left: 0;
}

.roboto{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.05em;
}


div#comments {
    display: none;
}

.siteHeader .container {
        max-width: 100%;
}

.device-pc .gMenu>li a {
        padding-left: 2em;
        padding-right: 2em;
}

.gMenu a {
    color: #555;
    height: 100%;
}

.gMenu>li .gMenu_name {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.gMenu a:hover{
    color: #829be9;
    transition: .5s;
}

.gMenu>li:before {
    border: none;
}

.header_scrolled .gMenu_outer {

}   

/*=========
fadeDownTrigger
=========*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*=========
moreボタン
=========*/


.more_btn{
	margin: 60px 0 0;
    text-align: center;
}

.btnarrow5{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	border: 1px solid #829be9;
    border-radius: 9999px;
    background: #829be9;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5:hover{
	background:#6271a1;
	color:#fff;
}

/*矢印と下線の形状*/
.btnarrow5::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-36px;
    /*下線の形状*/
	width:50px;
	height:1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 20%;
    right: -31px;
    /*矢印の形状*/
	width:1px;
	height:12px;
	background:#333;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
	right:-40px;
}

.btnarrow5:hover::after{
	right:-35px;
}

.type-post {
    color: #333;
}

.entry-header {
    border-bottom: solid 2px #333 !important;
}

span.entry-meta_items.entry-meta_updated {
    display: none;
}

span.vcard.author.entry-meta_items.entry-meta_items_author{
    display: none;
}

span.smoothText {
    padding: 0px 5px 0 15px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.2;
    animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
    from {
      opacity:0;
    }
  
    to {
      opacity:1;  
  }
  }

  /*左から右*/
span.smoothText::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:both;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00a4e3;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(1);
	}
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
    
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}



/*=========
TOPページ_ヘッダー
=========*/

.top_header{
	position: relative;
	height: 800px;
}

.top_header_tx{
    position: absolute;
    left: 5%;
    top: 150px;
    z-index: 1;
}

.top_header h2{
    font-size: 4rem;
    text-align: left;
    margin: 0;
    color: #535ae0;
}

.top_header h2 span{
    border-bottom: solid 3px #535ae0 ;
}

.top_header h2 span small{
    font-size: 3rem;
}

.top_header .sub_copy{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #555;
    margin-top: 30px;
}

.top_header figure{
    position: absolute;
    right: 0;
    top: 50px;
    width: 70%;
}

.top_header figure img{
    border-radius: 9999px 0 0 9999px;
}


/*=========
TOP_アバウトエリア
=========*/

.top_about_area{
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.top_about_box .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.top_about_box{
    width: 50%;
    margin-left: 8%;
}

.top_about_area figure{
   width: 50%;
   margin-left: -10%;
}

/*=========
TOP_講座エリア
=========*/

.top_course_area{
    background-color: rgba(179, 191, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.top_course_box .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.top_course_box{
    width: 50%;
    margin-right: 8%;
}

.top_course_area figure{
   width: 50%;
   margin-right: -10%;
}

/*=========
TOP_アバウトエリア
=========*/

.top_aromatherapy_area{
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.top_aromatherapy_box .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.top_aromatherapy_box{
    width: 50%;
    margin-left: 8%;
}

.top_aromatherapy_area figure{
   width: 50%;
   margin-left: -10%;
}

/*=========
TOP_ニュースエリア
=========*/

.top_news_area{
    position: relative;
    height: 650px;
}

.top_news_box{
    position: absolute;
    left: 5%;
    width: 65%;
    padding: 50px 5%;
    background: #fcfcfc;
    opacity: 0.95;
    border-radius: 20px;
}

.top_news_area figure{
    position: absolute;
    right: 0;
    top: 50px;
    width: 60%;
}

.top_news_area figure img{
    border-radius: 9999px 0 0 9999px;
    filter: grayscale(100%);
    opacity: 0.6;
    mix-blend-mode: multiply;
}

.top_news_area h2{

}

.top_news_list{
    width: 100%;
    padding: 0;
}

.top_news_list li{
    border-bottom: solid 1px #e0e5f4;
}

.top_news_list li a{
    position: relative;
    display: flex;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: #666;
    padding: 15px 55px 15px 10px;
}

.top_news_list li a:hover{
    color: #CCC;
    transition: .3s;
}

.top_news_list li a span{
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-right: 8%;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #829be9;
}

.top_news_list li a::after{
    display: block;
    content: "\f061";
    font-size: 1.2rem;
	font-family: "Font Awesome 6 Pro";
	color: #829be9;;
	position: absolute;
    top: 10px;
    right: 10px;
	z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #CCC;
    align-items:center;
    justify-content:center;
}

/*=========
コンタクトエリア
=========*/

.footer_contact_area{
    background: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/footer_contact_bg.jpg) no-repeat top center;
    min-height: 400px;
    padding-top: 150px;
}

.footer_contact_btn{
    text-align: center;
}

.btnarrow5.contact_btn{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
    width: 50%;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-style: normal;
	border: 2px solid #FFF;
    border-radius: 9999px;
    padding: 20px 80px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: none;
    color: #FFF;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5:hover{
	background:#6271a1;
	color:#fff;
}

/*矢印と下線の形状*/
.btnarrow5.contact_btn::before{
	content:"";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:-50px;
    /*下線の形状*/
	width:80px;
	height:2px;
	background:#FFF;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5.contact_btn::after{
	content:"";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    right: -34px;
    width: 3px;
    height: 30px;
	background:#FFF;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5.contact_btn:hover::before{
	right:-60px;
}

.btnarrow5.contact_btn:hover::after{
	right:-44px;
}


/*=========
フッターエリア
=========*/

.footer{
    background: #ebf0f3;
    mix-blend-mode: multiply;
    padding: 80px 0 20px; 
}

.footer_nav nav{
    flex-grow: 1;
    margin: 0 auto 50px;
    justify-content: center;
}

.footer_nav{
    width: 80%;
    margin: 0 auto 0 15%;
}

.footer_nav li{
    margin-bottom: 25px;
}

.footer_nav li a{
	position: relative;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #666;
}

.footer_nav li a::before{
    content: '';
  position: absolute;
  top: 50%;
  left: -30px; /* 左端に配置 */
  width: 15px; /* 線の太さ */
  height: 1px; /* aタグの高さ全体に線 */
  background: #666; /* 線の色 */
}

.footer_nav li a:hover{
    color: #829be9;
}

.footer_nav li a:hover::before{
    left: -20px;
    transition: .3s;
    background: #829be9;
}

.footer_info .logo{
    margin-top: 60px;
}

.footer_info figure {
    width: 150px;
    margin: 0 auto;
}

.footer_bottom{
    padding: 20px;
}

.footer_bottom p {
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
}

/*=========
google_reCAPTCHA
=========*/

.grecaptcha-badge { visibility: hidden; }

.google-copy {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    letter-spacing: 0.05em;
}

.google-copy a {color: #666;text-decoration: underline;}


.scrolled .page_top_btn {
    bottom: 80px;
}

/*=========
ページヘッダー
=========*/

.page_header{
    position: relative;
    height: 450px;
}


.page_header_tx{
    position: absolute;
    left: 5%;
    top: 120px;
    z-index: 1;
}

.page_header h2{
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 20px 0;
}

.page_header figure{
    position: absolute;
    right: 0;
    height: 350px;
    width: 70%;
    border-radius: 9999px 0 0 9999px;
    overflow: hidden;
}

.page_header figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/*=========
about_ページ
=========*/


.about_area_01{
    position: relative;
}

.about_area_01 .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.about_area_01 .about_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto 100px 5%;
    padding: 80px 10% 80px 50px;
    border-radius: 20px;
}

.about_area_01 figure{
    position: absolute;
    width: 35%;
    top: 100px;
    right: -5%
}

.about_area_01 figure img{
    filter: grayscale(80%);
}

.about_area_02{
    position: relative;
}

.about_area_02 .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.about_area_02 .about_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 5% 100px auto;
    padding: 80px 50px 80px 10%;
    border-radius: 20px;
}

.about_area_02 figure{
    position: absolute;
    width: 35%;
    top: 100px;
    left: -5%
}

.about_point_area{
    width: 90%;
    margin: 250px auto 100px;
    justify-content:space-between;
}

.about_3point_box{
    width: 30%;
    background-color: rgba(179, 209, 222, 0.2);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.about_3point_box h3{
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.about_3point_box .base_copy{
    text-align: center;
}

.about_3point_box figure{
    width: 100%;
    border-radius: 9999px;
    overflow: hidden;
    margin: -200px auto 30px;
}

.about_area_03{

}

.about_area_03 .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.about_area_03 .about_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.about_area_04{
    position: relative;
}

.about_area_04 .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.about_area_04 .about_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto 100px 5%;
    padding: 80px 10% 80px 50px;
    border-radius: 20px;
}

.about_area_04 figure.purpose_img{
    position: absolute;
    width: 35%;
    height: 100vh;
    top: 100px;
    right: -5%;
    overflow:hidden;
    border-radius: 20px;
}

.about_area_04 figure.purpose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.about_area_04 figure.prof_img{
    width: 60%;
    height: 60%;
    overflow:hidden;
    border-radius: 9999px;
    margin-right: 50px;
}

.purpose_list_box{
    display: flex;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.purpose_list_box .num{
    font-size: 2.5rem;
    font-family: 'Bodoni Moda';
    letter-spacing: 0.1em;
    color: #829be9;
    padding: 60px 15px 0 0;
}

.purpose_list_tx{
    border-left: solid 2px #829be9 ;
    padding: 15px 20px 0;
}

.purpose_list_tx h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.name_sign{
    display: block;
    text-align: right;
}

.about_area_profile{
    position: relative;
}

.about_area_profile figure.about_prof_img{
    position: absolute;
    width: 35%;
    top: 100px;
    left: -5%;
    overflow:hidden;
    border-radius: 20px;
}

.about_area_profile figure.about_prof_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.about_area_profile .about_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 5% 100px auto;
    padding: 80px 50px 80px 10%;
    border-radius: 20px;
}


.about_area_profile .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.about_area_profile .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.h3_sub_copy.shikaku{
    font-size: 0.9rem;
    display: inline-block;
    border: solid 1px #555;
    padding: 3px 10px;
    margin-bottom: 0px;
}

.prof_list{
    margin-top: 10px;
    margin-bottom: 20px;
}

.prof_title {
    font-size: 1.2rem;
    color: #829be9;
    margin-bottom: 5px;
}

.prof_list li ul{
    margin: 0;
    padding-left: 1rem;
}

.prof_list li ul li{
    list-style: disc;
    margin-bottom: 5px;
}


/*=========
アロマセラピー講座_ページ
=========*/


.course_area_top{
    position: relative;
}

.course_area_top .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.course_area_top .course_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 5% 150px auto;
    padding: 80px 50px 80px 10%;
    border-radius: 20px;
}

.course_area_top figure{
    position: absolute;
    width: 35%;
    top: 50px;
    left: -5%
}

.course_voice_area{
    position: relative;
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px 20px;
    border-radius: 20px;
}

.course_voice_img{
    position: absolute;
    width: 42%;
    top: -90px;
    right: -10%
}

.course_voice_area .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.course_voice_bigbox{
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice_box {
  position: relative;
  display: inline-block;
  width: 48%;
  margin:20px 0 50px;
  padding: 20px ;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.voice_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent;
  translate: -50% 100%;
}

.voice_box .base_copy{
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.voice_title{
    position: absolute;
    color: #829be9;
    top: -23px;
    left: 20px;
    font-size: 1.5rem;
}

.voice_box .base_copy .voice_name{
    display: block;
    text-align: right;
    font-size: 0.9rem;
}

.voice_box .base_copy strong{
    color: #829be9;
    font-weight: bold;
}

.course_medication_area{
    background-image: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/illust_02.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 50px top 70px;
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.course_medication_area .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.course_info_box{
    border-top: dotted 1px #666;
    padding-top: 50px;
    margin-bottom: 50px;
}

.course_info_tx{
    width: 70%;
}

.course_info_tx .font_ephe{
    margin-bottom: 5px;
    color: #829be9;
}

.course_info_tx .h3_course{
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.course_info_tx .h3_course span{
    font-size: 1.2rem;
}

.course_info_price{
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #829be9;
    margin: auto 0 0 auto;
}

.course_info_price span{
    font-size: 1.2rem;
    letter-spacing: 0;
}

.section_start{
    position: relative;
    height: 300px;
    margin-bottom: 80px;
    text-align: center;
}

.section_start img{
    border-radius: 0;
    filter: brightness(0.7);
}

.section_start h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 0.05em;
    font-family: 'Bodoni Moda';
}

.course_oneday_area{
    background-image: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/illust_03.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 50px top 70px;
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.course_oneday_area > .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.course_aroma_fragrance_area{
    background-image: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/illust_04.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 50px top 70px;
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.course_aroma_fragrance_area > .font_ephe {
    display: block;
    margin-bottom: 50px;
}

/*=========
アロマセラピーについて_ページ
=========*/

.aromatherapy_area_top{
    position: relative;
}

.aromatherapy_area_top .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.aromatherapy_area_top .aromatherapy_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 5% 100px auto;
    padding: 80px 50px 80px 10%;
    border-radius: 20px;
}

.aromatherapy_area_top figure{
    position: absolute;
    width: 35%;
    top: 50px;
    left: -5%
}

.aromatherapy_point_area{
    width: 80%;
    margin: 300px auto 100px;
    justify-content: space-between;
}

.aromatherapy_point_box{
    width: 48%;
    background-color: rgba(179, 209, 222, 0.2);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.aromatherapy_point_box h3{
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.aromatherapy_point_box strong{
    color: #829be9;
    font-weight: bold;
}

.aromatherapy_point_box figure{
    width: 100%;
    margin: -200px auto 30px;
}

.aromatherapy_use_area{
    background-image: url(https://www.essentials1993.com/wordpress/wp-content/uploads/2025/12/illust_05.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 50px top 70px;
    background-color: rgba(179, 209, 222, 0.2);
    width: 90%;
    margin: 0 auto 100px;
    padding: 80px 50px;
    border-radius: 20px;
}

.aromatherapy_use_area > .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.aromatherapy_use_box{
    width: 80%;
    margin: 50px auto;
}

.aromatherapy_use_tx{
    width: 70%;
    margin-left: 5%;
}

.aromatherapy_use_tx .font_ephe{
    margin-bottom: 5px;
    color: #829be9;
    font-size: 2rem;
}

.aromatherapy_use_tx .h3_use{
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.aromatherapy_use_tx .h3_use span{
    font-size: 1.2rem;
}

.aromatherapy_use_box figure{
    width: 30%;
    border-radius: 9999px;
    overflow: hidden;
}

/*=========
不眠症_ページ
=========*/


.insomnia_area_top{
    position: relative;
}

.insomnia_area_top .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.insomnia_area_top .insomnia_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto 100px 5%;
    padding: 80px 10% 80px 50px;
    border-radius: 20px;
}

.insomnia_area_top .insomnia_box .h2_main_title{
    margin-bottom: 30px;
}

.insomnia_area_top .insomnia_box .h3_sub_copy{
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #829be9;
}

.insomnia_area_top .insomnia_box .base_copy{
    margin-bottom: 50px;
}

.insomnia_area_top figure{
    position: absolute;
    width: 35%;
    top: 100px;
    right: -5%
}

.insomnia_area_top figure img{
    filter: grayscale(80%);
}


/*=========
コンタクトエリア
=========*/

.contact_area_top{
    position: relative;
}

.contact_area_top .font_ephe {
    display: block;
    margin-bottom: 50px;
}

.contact_area_top .contact_box{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 5% 100px auto;
    padding: 80px 50px 80px 10%;
    border-radius: 20px;
}

.contact_area_top figure{
    position: absolute;
    width: 35%;
    top: 50px;
    left: -5%
}

.contact_form_area{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto ;
    padding: 80px 50px ;
    border-radius: 20px;
}

.contact_form_area h2{
    text-align: center;
    margin-bottom: 50px;
}

.contact_kome_list{
    margin: 0 auto 50px;
}

.contact_kome_list li{
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

.contact_kome_list li.red{
    color: #e37777;
}

.form_box{
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 80px 80px;
    margin:0 auto 50px;
}

.wpcf7 table tr th p{
    margin-bottom: 5px;
}

.haveto{
	background: #e37777;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 0.8em;
}

.any{
	background: #999;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 0.8em;
}

table.inquiry{
	border-top: none;
}

.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
    max-width: 100%;
}

.wpcf7 table th, .wpcf7 table td{
	display: block;
	font-size: 1em;
	color: #666;
	border-bottom: none;
}

.wpcf7 table th {
    padding-bottom: 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.wpcf7 table td{
	padding-bottom: 30px;
}

span.wpcf7-list-item-label {
    margin-right: 20px;
}

input[type="text"]{
    width: 100%;
	font-size: 1.4em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

input[type="email"]{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

input[type="tel"]{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

textarea.wpcf7-form-control{
    width: 100%;
	font-size: 1.2em;
	background: #fffbe3;
	border: solid 2px #999;
	padding: 20px;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin-right: 7px;
}

input#formbtn {
    background: #e37777;
    border: solid 5px #e37777;
    border-radius: 40px;
    font-size: 1.4em;
    width: 100%;
    letter-spacing: 0.05em;
    margin: 50px auto 0;
    display: block;
    font-family: "Font Awesome 6 Pro";
    color: #FFF;
}

/*=========
プライバシーポリシー
=========*/

.privacy_area{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto 80px;
    padding: 80px 50px;
    border-radius: 20px;
}

.privacy_h2{
    font-size: 1.6rem;
    text-align: left;
    margin: 50px 0 20px;
    border-bottom: dotted 2px #666;
}

.privacy_h3{
    font-size: 1.4rem;
    font-weight: normal;
    border-bottom: dotted 1px #666;
}

.privacy_list{
    list-style: disc;
    padding-left: 1rem;
    color: #666;
}

.privacy_info_list{
    border: solid 3px #bac7ee;
    border-radius: 20px;
    padding: 30px 50px;
}

.privacy_copy{
    color: #666;
}

/*=========
お知らせ_記事ページ
=========*/

.entry_area{
    background-color: rgba(179, 209, 222, 0.2);
    width: 70%;
    margin: 0 auto 80px;
    padding: 80px 50px;
    border-radius: 20px;
}

.entry_title{
    display: flex;
    justify-content: space-between;
}

.entry_title .day{
    letter-spacing: 0.1em;
}

.entry_title .entry_cat{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    background: #829be9;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}

.single_title {
    font-size: 2rem;
    border-bottom: dotted 1px #829be9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.entry_contents p{
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    color: #555;
	line-height: 2;
	text-align: justify;
}

.nav-links {
    width: 70%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.nav-previous, .nav-next {
    width: 46%;
}

.post-navigation a{
    font-size: 1.2rem;
    color: #555;
    padding: 15px 15px;
    border-radius: 5px;
    display: block;
    border: solid 1px #829be9;
}

.post-navigation a:hover{
    background: #829be9;
    color: #FFF;
    transition: .3s;
}

.nav-next{
    text-align: right;
}

.nav-next a::after{
    content: '\f0a9';
    font-size: 1.2rem;
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    padding-left: 15px;
}

.nav-previous a::before{
    content: '\f0a8';
    font-size: 1.2rem;
	font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    padding-right: 15px;
}

/*=========
fix_btnエリア
=========*/

.fix_btn_bigbox{
    position: fixed;
    top: 120px;
    right: 20px;
}

.fix_line_btn a{
    display: block;
    background: #06c655;
    color: #FFF;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 8px 0 0 8px;
    margin-bottom: 10px;
}

.fix_line_btn a:hover{
    transition: .3s;
    transform: scale(1.1);
    background: #04e763;
    color: #FFF;
}

.fix_contact_btn a{
    display: block;
    background: #00a4e3;
    color: #FFF;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 8px 0 0 8px;
}

.fix_contact_btn a:hover{
    transition: .3s;
    transform: scale(1.1);
    background: #4fc9f9;
    color: #FFF;
}


/*========= スクロールのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    height: 50px;
    z-index: 2;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	top: -20px;
    /*テキストの形状*/
	color: #FFF;
	font-size: 1rem;
	letter-spacing: 0.05em;
    font-family: "Roboto", sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/*========= 画像の動きのCSS ===============*/

.zoom-out img {
    width: 100%;
    height: auto;
    animation: animationZoom1 5s ease-in-out forwards;
  }

.zoom {
    overflow: hidden;
  }

  @keyframes animationZoom1 {
    100% { transform:scale(1.1)} 
  }
  @keyframes animationZoom2 {
    50% { transform:scale(1.1)} 
  }

  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }


/*********** スマホ用 **********************************/


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



.pc {
	display: none;
}
   
.sp {
	display: block;
    width: 100%
}

.siteHeader{
    background: none;
}

.navbar-header {
    float: left;
}

.siteHeader_logo{
    padding: 0;
    margin: 0;
}

.siteHeader_logo img {
    max-height: 70px;
}


.flexbox{
    flex-direction: column;
}

.base_copy {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: justify;
}

.base_copy.center{
    text-align: justify;
}

.more_btn {
    margin: 20px 0;
}

.btn {
    padding: 15px 30px;
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    text-align: left;
}

.btn:after {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
}

h1{
    left: 20px;
    font-size: 1.8rem;
}

h2{
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

h3{
    text-align: ;
}

h4{
    text-align: center;
}

.vk-mobile-nav {
    background-color: #838eb2;
}

.vk-mobile-nav nav ul li a {
    color: #FFF;
    padding: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    border-bottom: 1px dotted #FFF;
}

.vk-mobile-nav nav>ul {
    border-top: 1px dotted #FFF;
}

.btnarrow5 {
    position: relative;
    font-size: 1rem;
    padding: 8px 20px;
}

.btnarrow5::before {
    right: -15px;
    width: 25px;
}

.btnarrow5::after {
    right: -10px;
}

/*=========
TOP_header
=========*/

.top_header {
    height: 550px;
}

.top_header figure {
    width: 90%;
    top: 20px;
    left: auto;
}

.top_header_tx {
    left: 5%;
    top: 300px;
}

.top_header h2{
    font-size: 3rem;
}

.top_header h2 small {
    font-size: 2.4rem !important;
}

.top_header .sub_copy {
    margin-top: 15px;
}


/*=========
TOP_about
=========*/

.top_about_area {
    margin-bottom: 50px;
    padding: 20px 20px;
    width: 94%;
}

.top_about_area figure {
    position: inherit;
    width: 100%;
    margin-left: auto;
}

.top_about_box .font_ephe {
    margin-bottom: 10px;
    font-size: 1rem;
}

.top_about_box {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
}

.h3_sub_copy {
    margin-left: 0;
}

/*=========
TOP_course
=========*/

.top_course_area {
    margin-bottom: 50px;
    padding: 20px 20px;
    width: 94%;
}

.top_course_area figure {
    position: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top_course_box .font_ephe {
    margin-bottom: 10px;
    font-size: 1rem;
}

.top_course_box {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
}

/*=========
TOP_aromatherapy
=========*/

.top_aromatherapy_area {
    margin-bottom: 0;
    padding: 20px 20px;
    width: 94%;
}

.top_aromatherapy_area figure {
    position: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top_aromatherapy_box .font_ephe {
    margin-bottom: 10px;
    font-size: 1rem;
}

.top_aromatherapy_box {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
}


/*=========
TOP_News
=========*/

.top_news_area {
    margin:0 auto 50px;
    padding: 20px 0;
    width: 94%;
}

.top_news_area figure {
    position: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: -10%;
    top: 0;
}

.top_news_box .font_ephe {
    margin-bottom: 10px;
    font-size: 1rem;
}

.top_news_box {
    width: 100%;
    position: inherit;
    top: -40px;
    left: 0;
    padding: 20px;
}

.top_news_list li a {
    padding: 15px 15px 15px 0;
    flex-direction: column;
}

.top_news_list li a::after {
    top: auto;
    bottom: 15px;
}

/*=========
contact_エリア
=========*/

.footer_contact_area {
    padding: 70px 0;
    min-height: auto;
}

.btnarrow5.contact_btn {
    width: 75%;
    font-size: 1.5rem;
    padding: 20px 30px;
}

.btnarrow5.contact_btn::before {
    right: -30px;
    width: 50px;
}

.btnarrow5.contact_btn::after {
    right: -20px;
    height: 20px;
    top: 16px;
}

/*=========
footer_エリア
=========*/


.footer {
    padding: 70px 0 20px;
}

.footer_nav nav {
    width: 100%;
    margin: 0 auto 0;
}

.footer_nav nav ul{
    margin: 0;
}

.footer_nav li{
    text-align: left;
}

.footer_nav li a {
    font-size: 1.3rem;
}

.footer_bottom p {
    text-align: center;
}

.footer_info figure {
    width: 40%;
    margin: 0 auto;
}

.google-copy {
    text-align: center;
}

/*=========
page_ヘッダー
=========*/

.page_header {
    height: 250px;
}

.page_header figure {
    height: 150px;
    width: 80%;
}

.page_header_tx {
    top: 130px;
}
.page_header h2 {
    font-size: 1.6rem;
    margin: 10px 0 20px;
}

/*=========
about_ページ
=========*/

.about_area_01 .about_box {
    width: 94%;
    margin: 50px auto 100px;
    padding: 140px 30px 10px;
}

.about_area_01 .font_ephe {
    margin-bottom: 10px;
}

.about_area_01 figure {
    width: 55%;
    height: 150px;
    top: -50px;
    right: 10%;
}

.about_area_01 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_area_02 .about_box {
    width: 94%;
    margin: 50px auto 100px;
    padding: 140px 30px 10px;
}

.about_area_02 .font_ephe {
    margin-bottom: 10px;
}

.about_area_02 figure {
    width: 55%;
    height: 150px;
    top: -50px;
    left: 10%;
}

.about_area_02 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_point_area {
    width: 94%;
    margin: 100px auto -50px;
}

.about_3point_box {
    width: 100%;
    margin-bottom: 80px;
}

.about_3point_box figure {
    width: 50%;
    margin: -80px auto 30px;
}

.about_area_03 {
    width: 94%;
    margin: 0 auto;
}

.about_area_03 .about_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px;
}

.about_area_03 .font_ephe {
    margin-bottom: 20px;
}

.about_area_04 {
    width: 94%;
    margin: 80px auto;
}

.about_area_04 .about_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 200px 30px 30px;
}

.about_area_04 .font_ephe {
    margin-bottom: 20px;
}

.about_area_04 figure.purpose_img {
    width: 100%;
    height: 200px;
    top: -30px;
    right: -30px;
}

.purpose_list_box {
    margin-bottom: 20px;
    padding: 20px;
    flex-direction: column;
}

.purpose_list_box .num {
    padding: 0;
}

.purpose_list_tx {
    padding: 10px 0 0 15px;
    margin: 20px 0 0 10px;
}

.about_area_04 figure.prof_img {
    margin: 20px auto;
}

.name_sign {
    margin-top: 30px;
}

.about_area_profile {
    width: 94%;
    margin: 80px auto;
}

.about_area_profile .about_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 130px 30px 30px;
}

.about_area_profile .font_ephe {
    margin-bottom: 20px;
}

.about_area_profile figure.about_prof_img {
    width: 50%;
    top: -40px;
    left: auto;
    right: 5%;
}



/*=========
アロマ講座_ページ
=========*/

.course_area_top .course_box {
    width: 94%;
    margin: 50px auto 80px;
    padding: 140px 30px 10px;
}

.course_area_top .font_ephe {
    margin-bottom: 10px;
}

.course_area_top figure {
    width: 60%;
    height: 150px;
    top: -50px;
    right: 10%;
}

.course_area_top figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course_voice_area {
    width: 94%;
    margin: 50px auto 30px;
    padding: 140px 30px 10px;
}

.course_voice_area figure {
    width: 70%;
    height: 150px;
    top: -40px;
    right: 5%;
}

.course_voice_area figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course_voice_box .font_ephe {
    margin-bottom: 10px;
}

.voice_box {
    width: 100%;
    margin: 20px 0 40px;
}

.voice_title {
    top: -35px;
}

.section_start {
    height: auto;
    margin-bottom: 30px;
}

.section_start h2 {
    top: 45%;
    font-size: 2rem;
    width: 100%;
}

.course_medication_area {
    width: 94%;
    margin: 30px auto 30px;
    padding: 30px 30px 10px;
    background-size: 50px;
    background-position: top 10px right 10px;
}

.course_medication_area .font_ephe {
    margin-bottom: 10px;
}

.course_info_box {
    padding-top: 30px;
    margin-bottom: 20px;
}

.course_info_tx {
    width: 100%;
}

.h3_course span{display: block;}

.course_oneday_area {
    width: 94%;
    margin: 30px auto 30px;
    padding: 30px 30px 10px;
    background-size: 60px;
    background-position: top 10px right 10px;
}

.course_oneday_area .font_ephe {
    margin-bottom: 10px;
}

.course_aroma_fragrance_area {
    width: 94%;
    margin: 30px auto 30px;
    padding: 30px 30px 10px;
    background-size: 60px;
    background-position: top 10px right 10px;
}

.course_aroma_fragrance_area .font_ephe {
    margin-bottom: 10px;
}

/*=========
アロマセラピーについて_ページ
=========*/

.aromatherapy_area_top .aromatherapy_box {
    width: 94%;
    margin: 50px auto 80px;
    padding: 140px 30px 10px;
}

.aromatherapy_area_top .font_ephe {
    margin-bottom: 10px;
}

.aromatherapy_area_top figure {
    width: 60%;
    height: 150px;
    top: -50px;
    right: 10%;
}

.aromatherapy_area_top figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aromatherapy_point_area {
    width: 94%;
    margin: 50px auto -50px;
}

.aromatherapy_point_box{
    width: 100%;
    margin-bottom: 90px;
}

.aromatherapy_point_box figure {
    width: 100%;
    height: 150px;
    margin: -80px auto 30px;
}
.aromatherapy_point_box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aromatherapy_use_area {
    width: 94%;
    margin: 30px auto 30px;
    padding: 30px 30px 10px;
    background-size: 60px;
    background-position: top 10px right 10px;
}

.aromatherapy_use_area .font_ephe {
    margin-bottom: 10px;
}

.aromatherapy_use_box {
    width: 100%;
    margin: 30px auto;
}

.aromatherapy_use_box figure {
    width: 60%;
    margin: 0 auto 30px;
}

.aromatherapy_use_tx {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.aromatherapy_use_tx .font_ephe{
    text-align: center;
}

.h3_use span{display:  block;}


/*=========
不眠症_ページ
=========*/

.insomnia_area_top .insomnia_box {
    width: 94%;
    margin: 50px auto 80px;
    padding: 140px 30px 10px;
}

.insomnia_area_top .font_ephe {
    margin-bottom: 10px;
}

.insomnia_area_top figure {
    width: 60%;
    height: 150px;
    top: -50px;
    right: 10%;
}

.insomnia_area_top figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*=========
お知らせ一覧_ページ
=========*/

.entry_area {
    width: 94%;
    margin: 0 auto 50px;
    padding: 30px 30px;
}

/*=========
お知らせ記事_ページ
=========*/

.entry_title.flexbox{
    flex-direction: row;
}

.single_title {
    font-size: 1.6rem;
}

.nav-links {
    width: 94%;
    margin: 30px auto 50px;
    flex-direction: column;
}

.nav-previous, .nav-next {
    width: 100%;
    margin-bottom: 10px;
}

/*=========
コンタクトエリア
=========*/

.contact_area_top .contact_box {
    width: 94%;
    margin: 50px auto 30px;
    padding: 190px 30px 10px;
}

.contact_area_top .font_ephe {
    margin-bottom: 10px;
}

.contact_area_top figure {
    width: 60%;
    height: 200px;
    top: -50px;
    right: 10%;
}

.contact_area_top figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact_form_area {
    width: 94%;
    padding: 30px;
    margin-bottom: 30px;
}

.contact_form_area .h2_main_title{
    margin-bottom: 30px;
}

.contact_kome_list {
    width: 100%;
    text-align: justify;
}

.contact_kome_list li{
    font-size: 0.9rem;
}

.form_box {
    width: 100%;
    border: none;
    border-radius: none;
    padding: 0;
    background: none;
    margin-bottom: 0;
}

input#formbtn {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    margin: 50px auto 0;
}

.wpcf7 table th, .wpcf7 table td{
	padding: 0;
}

.wpcf7 table td {
    margin-bottom: 30px;
}


/*=========
プライバシー_ページ
=========*/


.privacy_area {
    width: 90%;
    margin: 30px auto;
    padding: 8%;
    border-radius: 20px;
}

.privacy_h2 {
    font-size: 1.4rem;
    margin: 20px 0;
}

.privacy_h3 {
    font-size: 1.1rem;
    text-align: left;
}

p.privacy_copy {
    font-size: 0.9rem;
}

.privacy_info_list {
    padding: 20px 30px;
}


/*=========
Fix下部メニュー
=========*/

.fix_btn_bigbox{
    width: 100%;
    height: 100px;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    border-top: solid 2px #FFF;
    z-index: 9999;
}

.fix_btn_bigbox a{
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 0;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.fix_line_btn{
    flex: 1;
}

.fix_contact_btn{
    flex: 1;
}


}