/* CSS Document */
/*
Site Name: L'Ami
Site URI: https://studio-viel.jp

@charset "utf-8";
*/

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Inter:wght@400;500;600&family=Marck+Script&family=Poppins:wght@300;400;500;600&display=swap');

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?o018fj');
  src:  url('../fonts/icomoon/icomoon.eot?o018fj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?o018fj') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?o018fj') format('woff'),
    url('../fonts/icomoon/icomoon.svg?o018fj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 428px) {
section {
  scroll-margin-top: 45px;
}
}
	
html.page-overflow, body.page-overflow {
  overflow-x: auto;
}
html.page-overflow #page-header-section, html.page-overflow #page-main, html.page-overflow #page-hero, html.page-overflow #page-mobile-menu, html.page-overflow #page-footer, body.page-overflow #page-header-section, body.page-overflow #page-main, body.page-overflow #page-hero, body.page-overflow #page-mobile-menu, body.page-overflow #page-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #2D2C33;
}

p {
  font-family: 'Lato', arial, sans-serif !important;
  letter-spacing: 0.07em;
  font-weight: 500;
}

p span {
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #604C3F;
}

::-moz-selection {
  color: #ffffff;
  background: #604C3F;
}

::selection {
  color: #ffffff;
  background: #604C3F;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #B3A479;
  border-bottom: 2px solid transparent;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #F8EBC8;
}



input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 30px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
	color: #331C09;
}


/* ---------- テキスト中央寄せ（SP左寄せ） ---------- */

.txt_c{
text-align: center;
line-height: 2;
}

.txt_c a{

}
.txt_r{
text-align: right;
}


.txt_c a:hover{
}

@media screen and (max-width: 810px){
.txt_l{
text-align: center; 
}
.txt_c{
text-align: left;
line-height: 1.5;
}
}

@media screen and (max-width: 428px){
.txt_c{
text-align: left!important;
line-height: 1.5;
}
.txt_r{
text-align: center; 
}
	}


.f_min{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"!important;
}

/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #5A5A5A !important;}
.f_red {color: #B24848 !important;}
.f_bule {color: #70B3C4 !important;}
.f_white {color: #FFFFFF !important;}
.f_white a {color: #FAFFDA !important;}
.f_gold {color: #A79119 !important;}
.f_purple {color: #7F5083 !important;}
.f_orange {color: #F0C7B6 !important;}
.f_lightpoint-cl {color: #F392CA !important;}

.f_s9 {font-size: 73% !important;}
.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}

.f_s15_name {font-size: 116% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
.f_s15_name {font-size: 96% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s16res {font-size: 154% !important;}
}
.f_lh100 {line-height: 1.0!important;}
.f_lh150 {line-height: 1.5!important;}
.f_lh200 {line-height: 2.0!important;}
.f_lh250 {line-height: 2.5!important;}
.f_lh250tb {line-height: 2.5!important;}

@media screen and (max-width: 1337px){
.f_lh250tb {line-height: 2.0!important;}
}
@media screen and (max-width: 1223px){
.f_lh250tb {line-height: 1.7!important;}
}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
}

/* ---------- MARGIN ---------- */
.m_b0 {margin-bottom: 0px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t60 {margin-top: 60px !important;}
.m_l5 {margin-left: 5px !important;}
.m_r7 {margin-right: 7px !important;}
.m_lr10 {
margin-left: 25px !important;
margin-right: 25px !important;
}
.m_b5em {margin-bottom: 5em !important;}
.m_b8em {margin-bottom: 8em !important;}
.m_t40be {margin-top: 40px !important;}

/* ---------- PADDING ---------- */
.p_b0 {padding-bottom: 0px !important;}
.p_r5 {padding-right: 5px;}
.p_l5 {padding-left: 5px;}
.p_l10 {padding-left: 10px;}
.p_l70 {padding-left: 70px;}
.p_r70 {padding-right: 70px;}
.p_t10 {padding-top: 10px !important;} 
.p_t60 {padding-top: 60px !important;} 
.p_lr15 {padding: 0 15px !important;} 
.p_lr10 {padding: 0 10px !important;} 
.p_15 {padding: 15px !important;} 
.p_t9em {padding-top: 9em !important;} 
.p_t5em {padding-top: 5em !important;} 
.p_b5em {padding-bottom: 5em !important;} 
.p_b10em {padding-bottom: 10em !important;} 

.p_tbemtop {padding-top: 8em !important;
         padding-bottom: 9em !important;} 
.p_tbem {padding-top: 8em !important;
         padding-bottom: 9em !important;} 


@media screen and (max-width: 1199px){  
.p_l70 {padding-left: 20px;}
.p_r70 {padding-right: 20px;}
.m_b5em {margin-bottom: 3em !important;}
.m_t40be {margin-top: 0px !important;}
}

@media screen and (max-width: 1080px){  
.p_tbemtop {padding-top: 4em !important;
         padding-bottom: 5em !important;} 
.p_tbem {padding-top: 4em !important;
         padding-bottom: 4em !important;} 
}

@media screen and (max-width: 768px){  
.m_b5em {margin-bottom: 2em !important;}
}

@media screen and (max-width: 428px){
.p_tbemtop {padding-top: 8em !important;
         padding-bottom: 4em !important;} 

.p_tbem {
	padding-top: 3em !important;
         padding-bottom: 4em !important;} 
}

@media screen and (max-width: 414px){
.p_l70 {padding-left: 20px;}
.p_r70 {padding-right: 20px;}
.m_lr10 {
margin-left: 10px !important;
margin-right: 10px !important;
}
.m_t40sp {margin-top: 40px !important;}
.m_b30 {margin-bottom: 20px !important;}
.p_t9em {padding-top: 3em !important;} 
.p_t5em {padding-top: 2em !important;} 
}
@media screen and (max-width: 375px){
	
.p_tbemtop {padding-top: 2em !important;
         padding-bottom: 4em !important;} 
}


}



/* ---------- エリア ---------- */


.se-area{
    padding: 5em 0 7em 0;
}
.se-area p{
	line-height: 2em;
}


@media screen and (max-width: 428px){
.se-area{
    padding: 5em 0 5em 0;
}
}


@media only screen and ( max-width : 414px ) {
	
.se-area p{
	font-size: 100%;
	line-height: 1.5em;
}

.se-area p span{
	font-size: 120%;
}
	
.introduction-area p{
		font-size: 16px;
	}
}	


/* ---------- 下層エリア ---------- */


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

}


/* ---------- 背景色 ---------- */

.bg_bk{
    background-color: #00000;
    color: #fff;
    padding-top: 7em;
    padding-bottom: 2em;
}
.bg_bk h2{
    color: #fff!important;
}
.bg_bk p{
    color: #fff;
}

.bg_brown{
	background-image: url("../img/common/wood.jpg");
    color: #644B34;
    padding-top: 7em;
    padding-bottom: 5em;
}
.bg_brown h2{
    color: #644B34!important;
}
.bg_brown p{
    color: #644B34;
}

@media only screen and ( max-width : 428px ) {
.bg_brown{
    padding-top: 4em;
    padding-bottom: 5em;
}
}


.bg_natu{
    background-color: #FFFFFF;
    color: #000;
    padding-top: 7em;
    padding-bottom: 5em;
}
.bg_natu h2{
    color: #292929!important;
}
.bg_natu p{
    color: #292929;
}



.profile-area {
  margin: 0;
  position: relative;
  z-index: 1;
}
.location-area {
  margin: 0;
  position: relative;
  z-index: 1;
}


.pf-img{
	
}

.pf-img img{
	max-width: 200px;
}

.pf-img p {
padding: 5px 0;
text-align: center;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
margin-bottom: 5px;
}


@media screen and (max-width: 428px){
.profile-area img {
  max-width: 200px;
  max-height: 100%;
}
.location-area img {
  max-width: 100%;
  max-height: 100%;
}
}


@media screen and (max-width: 768px){
	
.bg_bk,
.bg_natu{
    padding-top: 5em;
    padding-bottom: 15px;
}	  
}
@media screen and (max-width: 414px){
.bg_bk,
.bg_natu{
	padding-top: 5px;
	padding-bottom: 15px;
}	
}
@media screen and (max-width: 375px){
.bg_bk,
.bg_natu{
	padding-top: 15px;
	padding-bottom: 10px;
}	
}


/* ---------- 背景画像 ---------- */

.bg_top01 {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(../img/common/bg-profile-area.jpg);
  background-size: cover;
  background-position: center;
}
.bg_top01 p{
  color: #fff;
}

.bg_graybe{
  background-color: #FBFBFB;
  padding-top: 7em;
padding-bottom: 7em;
}
.bg_graybe p{
  color: #331C09;
}


/* ---------- LESSON CONTENT ---------- */

.menu-name{
	text-align: center;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
	font-size: 190%;
	letter-spacing: 0.05em;
	padding: 15px 0;
	margin-bottom: 5px;
	line-height: 1.2;

  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;

  box-shadow:
    0 1px 0 rgba(0,0,0,0.15),
    0 -1px 0 rgba(0,0,0,0.08);
}

.price-tax{
	text-align: right;
	padding: 10px 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
}
.price-tax span{
	font-size: 150%;
}	

.lessonform-bt a {
    background: #fff;
    border:5px solid #B08B05;
    position: relative;
    display: flex;
	  flex-direction: column;
  justify-content: center;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 650px;
    padding: 20px 25px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
    color: #B08B05;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.32);
}
.lessonform-bt a:hover {
    background: #F7F4E2;
    color: #7E6404;
}
.lessonform-bt a:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #B08B05;
    border-right: 3px solid #B08B05;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

.round_flm-wh{
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
background-color: #fff;
	padding: 10px 10px;
	color: #604C3F;
	font-size: 150%;
	text-align: center;
	border-radius: 12px;
	letter-spacing: 0.05em;
	margin-top: 2em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.flm-gray{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif" !important;
	padding: 10px 20px;	
	background-color: rgba(247, 243, 189, 0.71);
	margin-bottom: 1.5em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.flm-gray p {
  margin: 0;
  font-size: 110%;
}

.inline-blocks {
  text-align: center;   /* 全体を中央寄せ */
}

.inline-blocks p {
  display: inline-block; /* テキスト塊として扱う */
  text-align: left;      /* 各行の左端を揃える */
}

.flm-bd-wh{
	padding: 10px 20px;	
	margin-bottom: 1em;
	border: 1px solid #000;
}
@media screen and (max-width: 428px){
.lessonform-bt {
    margin: 0 15px;
}
.round_flm-wh{
	padding: 20px 20px;
}
}

/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}
.max800 {
width: 100%;
max-width: 800px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}
.max970 {
width: 100%;
max-width: 970px;
margin:0px auto;
}
.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}


/* ----------font  ----------*/

.page-serif {
  font-family: "Crimson Text", serif;
}

.page-sans-serif {
  font-family: "Lato", arial, sans-serif;
}


.page-lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .page-lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.page-lead {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .page-lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
#page-header-section {
  background-color: #F5F4F4;
  width: 100%;
  padding: 5px 0 2px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 99999;
}
#page-header-section.page-scrolled {
  padding: 0px 0;
}
#page-header-section.page-scrolled #page-logo a {
  color: #000;
}
#page-header-section.page-scrolled #page-logo a:hover {
  color: #7b7b7b;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu a {
  color: #000;
  border-bottom: none !important;
　text-shadow:initial;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu a:hover {
  color: #B08B05 !important;
}
#page-header-section.page-scrolled #page-menu-wrap .sf-menu li.active > a {
  color: #7F660B !important;
}
#page-header-section.page-scrolled #page-menu-wrap > .sf-menu > li > a {
  padding-top: 2em;
  padding-bottom: 1em;
  text-shadow: initial;
}

#page-logo {
  font-size: 20px;
  margin: 16px 0 0 0;
  padding: 0;
  font-weight: bold;
}
#page-logo img {
    width: 125px;
    height: auto;
    padding-bottom: 10px;
    margin-top: -5px;
}

.page-scrolled #page-logo img {
    width: 105px;
    height: auto;
    padding-bottom: 10px;
    margin-top: -5px;
}

#page-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
	
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}


.sf-menu a {
  color: rgb(0, 0, 0);
  padding: .75em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 13px;
  border-bottom: none !important;
  text-shadow: 0 0 1px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #fff;
  font-weight: 500;
  font-family: 'Lato', arial, sans-serif !important;
}
.sf-menu a:hover {
	font-weight: 500;
	
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #B08B05;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#page-menu-wrap .sf-menu a {
  padding:2em .8em 2em 1em;
	box-shadow: none !important;

}

.sns-icon {
  margin-left: 10px!important;
  margin-top: 5px;
}
.sns-icon2 {
  margin-left: -10px!important;
  margin-top: 5px;
}


#page-main {
  /*margin-top: 51px;
  padding-top: 50px;*/
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #page-main {
    margin-top: 0px;
  }
}

body.inner-page #page-main {
  overflow:hidden; /*余白削除*/
	margin-top: 0px;
}


@media screen and (max-width: 768px) {
  body.inner-page #page-main {
    margin-top: 0px;
  }
}

#page-hero,
#page-main,
#page-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.page-mobile-menu-visible #page-hero,
body.page-mobile-menu-visible #page-main,
body.page-mobile-menu-visible #page-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.page-mobile-menu-visible #page-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}



#page-primary-menu > li > ul li.active > a {
  /*color: #604C3F !important;*/
}
#page-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
	color: rgb(255, 255, 255);
}
#page-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#page-primary-menu .page-sub-menu {
  padding: 7px 0 0;
background: rgba(255,255,255,0.93);
	min-width: 170px;
	/*border: 1px solid #D0121B;*/
}

#page-primary-menu .page-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#page-primary-menu .page-sub-menu li {
border-bottom: 1px solid #7F660B;
}

/*#page-primary-menu .page-sub-menu:after {
  position: absolute;
  top: -12px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
 border-bottom: 12px solid rgba(255,255,255,0.73);
　border-bottom: 12px solid rgba(255,255,255,0.73);
  border-left: 12px solid transparent;
  content: '';
}*/

#page-primary-menu .page-sub-menu .page-sub-menu:before {
  top: 6px;
  right: 100%;
}

#page-primary-menu .page-sub-menu .page-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#page-primary-menu .page-sub-menu a {
  letter-spacing: 0;
  padding: 12px 15px 7px 15px;
  font-size: 14px;
  line-height: 26px;
  color: #000 !important;
  text-transform: none;
  background: none;
}
#page-primary-menu .page-sub-menu a:hover {
  color: #B08B05 !important;
}

/* Mobile Menu　*/
#page-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #B08E02; /*#28180A #604C3F*/
  height: 44px;
  display: table;
}
#page-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#page-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #28180A;  /*#625757*/
  padding: 2.2em 1.25em 0.75em 1.25em;
  /*padding: 0.75em 1.25em;*/
}
#page-mobile-menu #page-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#page-mobile-menu #page-mobile-menu-ul li {
  list-style: none;
}
#page-mobile-menu #page-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#page-mobile-menu #page-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
}
#page-mobile-menu #page-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-ddown {
  position: relative;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-menu {
  display: none;
  padding-left: 20px;
}
#page-mobile-menu #page-mobile-menu-ul .page-sub-menu li {
  list-style: none;
}

#page-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
background: #F5F4F4;
color: #000;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#page-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#page-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#page-logo-mobile-wrap img {
    /*width: 100px;*/
    width: 150px;
    height: auto;
    margin-top: 0px;
}


#page-feature {
  background: #f6f9fa;
  padding: 5em 0;
}
@media screen and (max-width: 991px) {
  #page-feature {
    padding: 3em 0 2em 0;
  }
	
.sns-icon {
  margin-left: 0px!important;
}
.sns-icon2 {
  margin-left: 0px!important;
}

li .sns-icon span,
li .sns-icon2 span
{ 
display: inline-block;
	} 
.sns-icon span,
.sns-icon2 span
{ white-space: nowrap;
	} 

	
}

#page-hero {
  background-color: #EDF0F0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #page-hero {
    background-position: center center;
  }
}
#page-hero .page-hero-wrap {
  display: table;
  height: 600px;
  width: 100%;
}
#page-hero .page-hero-wrap .page-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#page-hero .page-hero-wrap .page-hero-intro > h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  #page-hero .page-hero-wrap .page-hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 25px;
    line-height: 42px;
  }
}
#page-hero .page-hero-wrap .page-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

/**/.flame_wh {
	font-family: 'Cambria Math','Bodoni 72 Smallcaps','Baskerville',sans-serif;
	background-color: rgba(255,255,255,0.37);
	border-radius: 2px; 
	padding: 10px;
}
@media screen and (max-width: 768px) {
  #page-hero .page-hero-wrap .page-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#page-hero .page-hero-wrap .page-hero-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
#page-hero .page-hero-wrap .btn {
  color: #ffffff;
}
#page-hero .page-hero-wrap .btn:hover, #page-hero .page-hero-wrap .btn:active, #page-hero .page-hero-wrap .btn:focus {
  background: #8C8C8C;
  border-color: #8C8C8C;
}

body.inner-page #page-hero {
  height: 400px;
}
body.inner-page #page-hero .page-hero-wrap {
  padding-top: 50px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #page-hero, .page-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#page-main {
  /*margin-top: 51px;
  padding-top: 50px;*/
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #page-main {
    margin-top: 0px;
  }
}

body.inner-page #page-main {
  overflow:hidden; /*余白削除*/
	margin-top: 0px;
}


@media screen and (max-width: 768px) {
  body.inner-page #page-main {
    margin-top: 0px;
  }
}


#page-hero,
#page-main,
#page-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.page-mobile-menu-visible #page-hero,
body.page-mobile-menu-visible #page-main,
body.page-mobile-menu-visible #page-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.page-mobile-menu-visible #page-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}


/* top-links */

ul.sideLink {
	top: 180px;
	padding: 0px;
	margin: auto;
	width: 120px;
	z-index: 99;
	right: 0px;
	position: fixed;
}
ul.sideLink li {
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}
ul.sideLink li a {
	color: #151212;
	padding-bottom: 20px;
	padding-top: 20px;
	/*text-align: center;*/
	background-color: #fff;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 13px;
	display: block;
	border-radius: 5px 0px 0px 5px;
		background-size: 100% auto;
	padding-left: 1em;
}
ul.sideLink li a.netshop {
	background-color: #E5FCFC;
	background-size: 100% auto;
}
ul.sideLink li a:hover {
	color: #FFFFFF;
	background-color: #70B3C4;
}

@media screen and (max-width: 768px) {
	
ul.sideLink {
    top: 100px;
    padding: 0px;
    margin: auto;
    width: 120px;
    z-index: 99;
    right: 0px;
    position: fixed;
}	
	
}	

@media screen and (max-width: 630px) {
	
ul.sideLink {
    display: none;
}	
	
}	


.drop-shadow {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(255, 255, 255));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255));
}

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

Components 

========================================
*/
/* Buttons */
.btn_cplink {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-top: 5px;
  width: 100%;
	
display: inline-block;
margin-bottom: 10px;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 10px;
}
.btn_cplink:hover, .btn_cplink:focus, .btn_cplink:active,
.btn:hover, .btn:focus, .btn:active
{
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn_cplink:hover, .btn_cplink:focus, .btn_cplink:active,
.btn.page-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
border: 2px solid #604C3F !important;
background: #9B8E90;
color: #FFF;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #604C3F !important;
  background: #FFF;
  color: #604C3F!important;
}

.btn-primary {
  background: #fff;
	color: #E6870D !important;
	font-weight: bold!important;
	margin-top: 1em;
}


.btn-primary {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #282e3c;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #E6870D;
  color: #ffffff!important;
}


.btn-lg{
	font-size: 16px;
line-height: 1.7;
}


/*gridのgutter調整　　row　に＋追加する*/

.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }


/* Header */
.page-header {
  text-align: center;
}
.page-header .page-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .page-header .page-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.page-header .page-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

#page-footer {
  padding: 3em 0 1.5em 0;
	color: #604C3F;
	z-index: 10002;
	position: relative;
	font-family: 'Lato', arial, sans-serif!important;
    background-color: #b99b2a;
}

#page-footer p {
font-size: 95%;
letter-spacing: 0.05em;
margin-bottom: 5px;
color: #fff;
}

#page-footer p span {
font-size: 145%;
font-weight: bold;
letter-spacing: 0.05em;
margin-bottom: 5px;
color: #fff;
}

@media screen and (max-width: 768px) {
  #page-footer {
    padding: 2em 0;
	    z-index: 104;
  }
}

@media screen and (max-width: 767px) {
.ptp {
  margin-bottom: 80px;
}
}
@media screen and (max-width: 320px) {

#page-footer p {
font-size: 78%;
letter-spacing: 0.05em;
margin-bottom: 5px;
color: #fff;
}
}




/* Accordions */
.page-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.page-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.page-accordion .panel-heading .accordion-toggle {
  color: #604C3F;
}
.page-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.page-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.page-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #604C3F;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.page-social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.page-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.page-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.page-social-icons li i {
  font-size: 30px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .page-pricing-table-1 .page-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-pricing-table-1 .page-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-body,
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading {
  background: #604C3F;
  color: #ffffff;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading h3 sup, .page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.page-pricing-table-1 .page-pricing-table-item.page-best-offer .page-pricing-table-item-heading {
  background: #604C3F;
  color: #ffffff;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.page-pricing-table-1 .page-pricing-table-item .page-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.page-pricing-table-1 .page-pricing-table-item.page-best-offer .page-pricing-table-item-body {
  border: 2px solid #604C3F;
  border-top: none;
}

/* Nav Links */
.page-nav-links ul {
  padding: 0;
  margin: 0;
}
.page-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.page-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #604C3F;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.page-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.page-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.page-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.page-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #604C3F;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #604C3F;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #604C3F;
}

/* Image Alignment */
img.page-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.page-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.page-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.page-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.page-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.page-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.page-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.page-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.page-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.page-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/*slick*/


.slick-slide,
.slick-slide::before,
.caption {
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.full-wide-slider {
  position: relative;
  width: 100%;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  margin-top: 5em;

}
.full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 53vw;
}
	

.slick-slide::before {
/*  background-color: rgba(0,0,0,0.23);
  opacity: .3;
background-color: rgb(0, 0, 0);
opacity: .6;*/
  z-index: 1;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
　position: relative;
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all .8s ease;
}

.caption {
  z-index: 2;
}


.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 0;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
	text-align: center;
	color: #efefef;
}
.slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
	
 /* 中央固定（ここは触らない）↓ */
  transform: translate(-50%, -50%) translateY(30px);

  text-align: center;
  padding: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"!important;
  color: #fff;
  margin: 0;
  font-size: 4em;
  letter-spacing: .02em;
	
  opacity: 0;
  z-index: 2;
	
  transition:
  opacity 0.6s ease,
  transform 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
	
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.6),
    0 4px 10px rgba(0, 0, 0, 0.35);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2.5s steps(30, end), blink .75s step-end infinite;
}


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

@media screen and (max-width: 1080px) {
	.slick-slide {
  height: 68vw;
}
.caption {
font-size: 3em;
}	
}	
	
	
@media screen and (max-width: 991px) {

section {
  scroll-margin-top: 42px;
}
	
.bg_natu {
  background-color: #FFFFFF;
  color: #000;
  padding-top: 3em;
  padding-bottom: 5em;
}

.full-wide-slider {
  margin-top: 2.5em;
}
	
.slick-slide {
  height: 76vw;
}
 }   
    
@media screen and (max-width: 768px) {
	
.slick-slide {
    height: 90vw;
  }


.btn-sm, .btn-group-sm > .btn {
    font-size: 15px;
}
}	


@media screen and (max-width: 428px) {
	
.full-wide-slider {
    position: relative;
    width: 100%;
  height: 100%;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}
    
.slick-slide {
	margin-top: 0;
	height: 60vh;
  background-position: center right; /*// positionも中央に。*/
}
.caption {
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
	white-space: normal;
    font-size: 2.2em;
    line-height: 1.45;
    text-align: center;	
}	
}


@media screen and (max-width: 375px) {
	
.slick-slide {
    height: 140vw;
  }
	
.caption {
  font-size: 2.1em;
}	
}	


@media screen and (max-width: 320px) {	
.caption {
  font-size: 30px;

}	
}

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


	
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

/*====================================================================
.other_thumbnailArea
====================================================================*/

.content-ttl {
font-weight: 600;
text-align: center;
font-size: 24px;
padding-bottom: .5em;
color: #604C3F;
letter-spacing: 0.03em;
}
.content-ttl span {
display: block;
margin-top: .2em;
color: #FFF;
font-size: 50%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-weight: 100;
letter-spacing: 0.09em;
}

.content-ttl2 {
    font-weight: 600;
    text-align: center;
font-size: 27px;
	padding-bottom: 1.2em;
	color: #644B34;
	padding-top: .7em;
	letter-spacing: 0.05em;
}
.content-ttl2 span {
    font-weight: 400;
    display: block;
    margin-top: .2em;
    color: #644B34;
    font-size: 50%!important;
    font-family: 'Yu Gothic UI','ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 1em;
}

.content-ttl2-2 {
    font-weight: 600;
    text-align: center;
font-size: 20px;
	padding-bottom: 1.2em;
	color: #FFF;
	padding-top: .7em;
	letter-spacing: 0.05em;
}
.content-ttl2-3 {
    font-weight: 600;
    text-align: center;
font-size: 27px;
	padding-bottom: 1.2em;
	color: #B0A157;
	padding-top: .7em;
	letter-spacing: 0.05em;
}

.content-ttl3 {
    font-weight: 600;
    text-align: center;
font-size: 26px;
	padding-bottom: 1.2em;
	color: #331C09;
	padding-top: .7em;
	letter-spacing: 0.05em;
}

.content-ttl4 {
    font-weight: 600;
    text-align: left;
font-size: 26px;
	padding-bottom: .2em;
	color: #331C09;
	padding-top: .7em;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
.content-ttl4 {
text-align: center;
}    
}  


@media screen and (max-width: 428px) {
.content-ttl2-2 {
    font-weight: 600;
    text-align: left;
font-size: 115%;
color: #FFF;
padding-bottom: .5em;
padding-top: .7em;
	letter-spacing: 0.05em;
    line-height: 1.6em !important;
}
.content-ttl3 {
    font-weight: 600;
    text-align: center;
font-size: 22px;
	padding-bottom: 1.2em;
	color: #331C09;
	padding-top: .7em;
	letter-spacing: 0.05em;
}
}


@media screen and (max-width: 414px) {
	
.content-ttl {
font-weight: 600;
text-align: center;
font-size: 20px;
padding-bottom: .5em;
}
	
.content-ttl span {
display: block;
margin-top: .2em;
font-size: 65%;
}	
.content-ttl2 {
text-align: center;
font-size: 22px;
padding-bottom: .5em;
padding-top: .7em;
line-height: 1.5em !important;
font-weight: bold;
}
.content-ttl2 span {
    display: block;
    margin-top: .2em;
    font-size: 78%;
	line-height: 15px;
	padding-top: 10px;
}
	
.content-ttl3 {
font-weight: 600;
text-align: center;
font-size: 21px;
padding-bottom: .5em;
}
.content-ttl3 {
font-weight: 600;
text-align: center;
font-size: 21px;
padding-bottom: .5em;
}	
    
.content-ttl4 {
    font-weight: 600;
text-align: center;
font-size: 22px;
	padding-bottom: 0;
	color: #331C09;
	padding-top: .7em;
	letter-spacing: 0.05em;
}
    
}

@media screen and (max-width: 320px) {
.content-ttl3 {
  font-weight: 600;
  text-align: center;
  font-size: 115%;
  padding-bottom: .2em;
} 
  }  
	
/*　 下ボーダー　グレー線　*/
.under-boder_sl {
  padding-bottom: .5em;
  border-bottom: 2px solid #ccc;
}


/* footer area*/


.footer_phone a{
	font-size: 220%!important;
	font-weight: bold;
	color: #706F75;
}
.rounded_wh p { 
		margin-bottom: 0px;
		color: #FFF;
		font-size: 110%!important;
}	

.rounded_wh p a:hover{
color: #FAF4DD!important;
}

.flm-ra-wh{
border-radius: 30px;
background-color: #fff;
color: #000;
text-align: center;
max-width: 200px;
}
.flm-ra-wh a{
color: #b99b2a;
}
.flm-ra-wh:hover{
background-color: #F0F0F0;
color: #000;
}
	

/*====================================================================
スマホ下部に固定メニュー
====================================================================*/

#sp-foot_nav { 
	display:none; 
}
@media only screen and (max-width: 767px) {
	#sp-foot_nav { 
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #B08B05;
    border-top: 1px solid #e1e1e1;
    z-index: 9999; 
	}
	#sp-foot_nav { 
position: fixed;
left: 0;
	}
	#sp-foot_nav .ftNavBtn { 
		float:left; width:31%; 
		height:65px; 
		margin:6px 1% 2px; 
	}
	#wrap_all { 
		padding-bottom:80px;
	} 
}

/* ボタンデザイン */
.blueButton .webfontIcon { 
	font-size:20px; 
	line-height:24px; 
	font-weight:normal; 
}
.blueButton {
	background-color: #fff;
	display:inline-block;
	cursor:pointer;
	color:#604C3F;
	text-decoration:none;
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	padding: 11px 7px 7px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.blueButton:hover {
background: linear-gradient(to bottom, #DFD6A6 5%, #E9DCC2 100%);
  background-color: rgba(0, 0, 0, 0);
background-color: #604C3F;
text-decoration: none;
color: #90664A !important;
}
.blueButton:active { position:relative; top:1px; }


/* footer area */
.ft-tel{
	margin-top: -3em;
}

	.ft-logsize{
        max-width: 150px;
        margin-bottom: 10px;
}

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

    
    
.ft-tel{
	margin-top: -2.0em;
}

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


	.ft-tel{
	margin-top: 1em;
}
	.ft-logsize{
		max-width: 110px;
}
}


@media screen and (max-width: 376px){
.blueButton {
	font-size:16px;
}
}
	
/* ---------- FT SNS  ---------- */
.social-icons > a {
  padding: 4px 10px;
  color: #fff;
}
.social-icons > a i {
  font-size: 30px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
  text-decoration: none;
  color: #CFC291;
}


/* ---------- ページトップリンク  ---------- */

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: -25px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

 /* SPで非表示 */
@media screen and (max-width: 428px){
.pagetop{
display: none!important;
}
}  

/* ---------- ナビロゴ  ---------- */

/* PC 992 以上で表示 */
@media screen and (min-width: 992px){
.sp991{
display: none;  
}
}

/* SP 991 以下で表示 */
@media screen and (max-width: 991px){
.pc992{
display: none;
}
}


/*====================================================================
　copy
====================================================================*/

.copy {
  margin-bottom: 10px !important;
margin-top: 2em;
padding-top: 10px;
	text-align: center!important;
	font-size: 77%!important;
    color: #000!important;
}
.copy a {
 color: #000!important;
}
.copy a:hover {
 color: #484848!important;
}


@media screen and (max-width: 414px) {
.copy {
    /*margin-bottom: 5.5em !important;*/
    margin-top: 2em;
    padding-top: 10px;
    text-align: center !important;
    font-size: 77% !important;
}
}

/* -------------------------------- 
 Googlemap
-------------------------------- */

.map-wrap iframe {
  width: 100%;
  height: 650px; /* PC */
}

@media screen and (max-width: 428px) {
  .map-wrap iframe {
    height: 380px;
  }
 .map-wrap {
    margin-bottom: 2em;
  }
}


/* -------------------------------- 
 スライド文字
-------------------------------- */
.caption span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
}

.caption span.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


/* -------------------------------- 
 案内丸ボタンリンク
-------------------------------- */
/*location守破離バナー

#check-btn{
    height: 0px;
    display: flex;
  justify-content: flex-end;
    align-items: center;
}

#check_bt01{
z-index: 9999;
width: 360px;
}
#check_bt01 img {
width: 200px;
height: 100%;
}    
#check_bt01 a {
transition: all 0.3s;
}

#check_bt01 img:hover {

	transition:0.3s;
    background-color: #2C201B;
}


@media screen and ( max-width : 834px ) {
#check_bt01{
width: 260px;
}
#check_bt01 img {
width: 160px;
height: 100%;
} 
}	

@media screen and (max-width: 428px){
#check_bt01 {
  width: 70%;
}
}
@media screen and (max-width: 375px){
#check_bt01 {
  width: 72%;
}
}
@media screen and (max-width: 320px){

#check_bt01 {
  width: 75%;
  margin-top: 2em;
}
}
*/
