@charset "UTF-8";
/*---------------------------------------------
	フォント
  ---------------------------------------------*/
@import url("../plugins/font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap');

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
body {
	font-size: 62.5%;
	color: #374248;
	line-height: 1.6;
	position: relative;
	text-align: justify;
	font-feature-settings:"palt";
	font-family: "游ゴシック",YuGothic,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #ffffff;
}
body#en{
	text-align: left;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
body p,body li,body table,dt,dd{ 
	font-size: 16px; 
	text-justify: inter-ideograph;}
a {text-decoration: none;}
a:link {color: #374248;}
a:visited {color: #374248;}
a:hover {color: #ED6F1F; transition: all 0.3s linear;text-decoration: none }
a:active { color: #374248; }
img{width: 100%}

.text-bold{font-weight: bold !important;}
.text-right {text-align: right !important;}
.text-left {text-align: left !important;}
.text-center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}
span.text-sup,
span.text-sub{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.03em;
	padding-left: 1px;
	padding-right: 1px;
}
span.text-sub {
	vertical-align: bottom;
	top: 0.03em;
}
a.underLine,
span.underLine{ text-decoration: underline; }
span.text-del {
    background-image: linear-gradient(#000000, #000000);
    background-position: 0 50%;
    background-size: 100% 1px;
    background-repeat: repeat-x;
    color: #888;
    text-decoration: none;
}

.mt-0px { margin-top: 0px !important; }
.mt-5px { margin-top: 5px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-40px { margin-top: 40px !important; }
.mt-50px { margin-top: 50px !important; }
.mt-80px { margin-top: 80px !important; }
.mt-100px { margin-top: 100px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-30px { margin-bottom: 20px !important; }
.mb-50px { margin-bottom: 50px !important; }
.mb-100px { margin-bottom: 100px !important; }
.ml-20px { margin-left: 20px !important; }
.mr-20px { margin-right: 20px !important; }
.ml-mr-5px { margin-left: 5px !important; margin-right: 5px !important; }
.ml-mr-10px { margin-left: 10px !important; margin-right: 10px !important; }
.ml-mr-20px { margin-left: 20px !important; margin-right: 20px !important; }
.ml-mr-50px { margin-left: 50px !important; margin-right: 50px !important; }
.margin-15px{margin: 15px !important}
.pt-0px { padding-top: 0px !important; }

.width1em { width: 1em !important; }
.width2em { width: 2em !important; }
.width3em { width: 3em !important; }
.width4em { width: 4em !important; }
.width5em { width: 5em !important; }
.width6em { width: 6em !important; }
.width7em { width: 7em !important; }
.width8em { width: 8em !important; }
.width9em { width: 9em !important; }
.width10em { width: 10em !important; }
.width11em { width: 11em !important; }
.width12em { width: 12em !important; }
.width13em { width: 13em !important; }
.width14em { width: 14em !important; }
.width15em { width: 15em !important; }
.width20em { width: 20em !important; }
.width25em { width: 25em !important; }
.width30em { width: 30em !important; }
.width40em { width: 40em !important; }
.width50em { width: 50em !important; }
.width15per { width: 15% !important; }
.width35per { width: 35% !important; }
.width50per { width: 50% !important; }
.width80per { width: 80% !important; }
.width90per { width: 90% !important; }
.width100per { width: 99% !important; }
.width-auto { width: auto !important; }

@media screen and (max-width: 640px) {
body p,body li,body table { 
	font-size: 15px; 
}
}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {clear: both;}
.clearfix {overflow: hidden;}
*, *::after, *::before {
	box-sizing: border-box;
}

/* -----------------------------------
   フォーム
 * ----------------------------------- */
input,
select,
label {
	vertical-align: baseline;
}

.br-pc{display: inline !important}
.br-sp{display: none !important}
.img-pc{display: block !important}
.img-sp{display: none !important}
@media screen and (max-width: 640px) {
.br-pc{display: none !important}
.br-sp{display: inline !important}	
.img-pc{display: none !important}
.img-sp{display: block !important}	
}

/*---------------------------------------------
	メインコンテンツ
  ---------------------------------------------*/
.wrapper{
    width: 100%;
    overflow: hidden;
    min-height: 900px;
}
.container-main{
	width: 900px;
	margin: 0px auto;
}
.width-720{
	width: 720px;
	margin: 0px auto;
}
@media screen and (max-width: 920px) {
.container-main{width: 90%;}
}
@media screen and (max-width:880px) {
.container-main{min-width: 90%;}	
}
@media screen and (max-width: 768px) {
.width-720{width: 100%;}	
}

/* -----------------------------------
    ヘッダー
   ----------------------------------- */
#container-h1{
	background-color: #F9F8D0;
	display: flex;
	justify-content: space-between;
	align-items: center
}
#container-h1 h1 a span#logo{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
	margin-left: 15px;
    margin-right: 15px;
	line-height: 0
}
#container-h1 h1 a{
    height: 50px;
    display: flex;
    align-items: center
}
#container-h1 h1 a span#h1{
    width: 250px;
    display: block;
	padding-top: 7px;
}
#languageArea{margin-right: 70px}
#languageArea a{
	font-weight: bold;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 17px
}
@media screen and (max-width: 768px) {
#container-h1 h1 a{display: block}	
#languageArea{margin-right: 60px}	
}

/* -----------------------------------
    メニュー
   ----------------------------------- */
input.hamburger {display: none;}
#menu{display: block;}	
#menu{
	height: 55px !important;
	position: fixed;
	z-index: 1;
}	
#menu h1 a{
	width: 100px;
	display: block
}	
.drawer-list ul#navigation{
	display: block;
	position: static;
	margin-top: 20px;
	margin-left: 20px
}	
.drawer-list {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	transform: translate(100vw, 0);
	box-sizing: border-box;
	pointer-events: none;
	transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
	border-bottom-left-radius: 100vw;
	background-color: #ED6F1F;
	z-index: 10;
}
.drawer-list ul#navigation li {
	pointer-events: auto;
	white-space: nowrap;
	box-sizing: border-box;
	transform: translatex(100vw);
	line-height: 1.8;
	margin-right: 0px
}
.drawer-list ul#navigation li.sp-menu{display: block}	
.drawer-list ul#navigation li a {
	padding: 1rem 10px;
	color: #ffffff;
	display: block
}
.drawer-list ul#navigation li a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	padding-left: 15px;
}	
.drawer-list ul#navigation li.active a{color: #FFE500}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list #navigation li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(5) {
  transition: transform 1s 0.40s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(6) {
  transition: transform 1s 0.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(7) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
input.hamburger:checked ~ .drawer-list #navigation li:nth-child(8) {
  transition: transform 1s 0.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}	
label.hamburger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	height: 50px;
	width: 50px;
	background-color: #F9F8D0;
}
label.hamburger:hover {cursor: pointer;}
label.hamburger > i {
	position: absolute;
	width: 30px;
    height: 2px;
    top: calc(50% - 2px);
    left: 10px;
	background-color: #ED6F1F;
	transition-duration: .35s;
	transition-delay: .35s;
}
label.hamburger > i:before,
label.hamburger > i:after {
	content: "";
	position: absolute;
	width: 30px;
    height: 2px;
	left: 15px;
	background-color: #ED6F1F;
	transition: transform 0.35s;
	transform-origin: 50% 50%;
}
	
label.hamburger > i:before {
	top: 15px;
	transform: translate(-50%, -25px);
	background-color: #ED6F1F;
}
label.hamburger > i:after {
	bottom: 15px;
	transform: translate(-50%, 25px);
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
	transform: translate(-50%, -50%) rotate(315deg);
	left: 15px;
    top: 0px;
	background-color: #ED6F1F;
}
input.hamburger:checked ~ label > i:after {
	transform: translate(-50%, -50%) rotate(-315deg);
	left: 15px;
	top: 0px;
	background-color: #ED6F1F;
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

.drawer-list ul#navigation li.sns {
	display:flex; 
	flex-wrap: wrap;
	padding: 5px 20px;
}
.drawer-list ul#navigation li.sns a{
	width: 32px;
	height: 32px;
	margin-top: 0;
	padding: 0;
}
.drawer-list ul#navigation li.sns a img{
	width: 32px;
}
	
.drawer-list ul#navigation li.sns a:after{
	display: none;
}
@media screen and (min-width: 769px) {
.drawer-list ul#navigation{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	}
}


/*---------------------------------------------
	カラム
  ---------------------------------------------*/
section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
	z-index: 0;
}
.container-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.block-column {margin-bottom: 100px;}
.block-wide {width: 85% !important}
.block-half {width: 48.5% !important}
.block-medium {width: 65% !important}
.block-small {width: 30% !important}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.flex-all{flex: 1 0 100%}
.bg-color{background-color:#F9F8D0 }
.block-two{position: relative}
.header-image{
    width: 95%;
	max-width: 1000px;
    margin: 30px auto auto;
}
.image_frame{
    position: relative;
    margin-bottom: 80px;
}
.image_frame:after{
	content: "";
	background-color: #f9f8d0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1
}
.image_frame .block-photo{margin-bottom: 20px}
.fade-photo{animation: fadeIn 1s ease 0s 1 normal;}
#container-about{
    align-items: center;
    margin-top: 50px;
}
#container-01{width: 45%;}
#container-02{width: 45%}
.list-three{
    padding-left: 20px;
    padding-right: 20px;
}
.list-three li{
    line-height: 1.3;
    font-size: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end
}
.list-three li div{width: 32%}
.list-three li p{
    width: 65%;
    margin-bottom: 5px;
}
.list-three li:nth-child(2){
	margin-top: 15px;
	margin-bottom: 15px}
@keyframes fadeIn {
0% {
	opacity: 0;
	margin-top: -3%
}
100% {
	opacity: 1;
	margin-top: 0%
}
}
@media screen and (max-width: 768px){
#container-01{width: 100%}
#container-02{
	width: 100%;
	margin-top: 50px
}
}
@media screen and (max-width: 640px){
.block-half,
.block-medium,
.block-small{width: 100% !important}
.block-column {margin-bottom: 60px;}
}

/*---------------------------------------------
	見出し
  ---------------------------------------------*/
h2.title{
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    background-color: #ED6F1F;
    color: #ffffff;
    padding: 30px 5px;
	margin-bottom: 50px;
    font-family: 'Kiwi Maru', serif;
    letter-spacing: -0.065em;
}
h2.title span{
    font-size: 80%;	
    font-family: 'Oleo Script', cursive;
    display: block;
	line-height: 1;	
	letter-spacing: 0em;
	margin-bottom: 10px;
	position: relative
}
h2.title span:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: auto;
    bottom: -3px;
    left: 0;
    right: 0;
}
#en h2.title{
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 0em;
}
#inquiry h2.title{text-align: center}
h3.title{
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	position: relative
}
h3.title:after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #ED6F1F;
	position: absolute;
	left: 0;
	bottom: -1px
}
h3.txt-center{
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center
}
h4.title{
	font-size: 16px;
	font-weight: bold
}
#en h3.title,
#en h4.title{
	font-weight: bold;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.text-blue{color: #ED6F1F;}
.text-13px {font-size: 13px !important }
.text-small {font-size: 0.85em; display: inline-block; }
.text-large{font-size: 22px !important}
.text-caption,
.text-caption li,
li.text-caption{
	font-size: 1.4em;
	line-height: 1.4
}
.text-indent li,
li.text-indent {
    padding-left: 1em;
    text-indent: -1em;
}
.txt-copy{
    font-family: 'Kiwi Maru', serif;
    font-size: 28px;
    color: #ED6F1F;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
	letter-spacing: -0.01em;
	line-height: 1.3;
}
.txt-copy-sub{
	font-size: 18px;
	text-align: center;
	
}
.txt-red{color: #FF0000}
@media screen and (max-width: 680px) {
h2.title{font-size: 23px;}
h3.title{font-size: 19px;}	
.txt-copy{font-size: 21px;}	
.txt-copy-sub{
	font-size: 17px;
	text-align: left;
}
.txt-copy-sub br{display: none !important}	
}


/*---------------------------------------------
	リスト
  ---------------------------------------------*/
.dl-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 18px;
}
.dl-list dt{
    font-weight: bold;
    width: 50px;
}
.dl-list dd{width: calc(100% - 70px)}
@media screen and (max-width: 680px) {
	
}

/*---------------------------------------------
	リンク
  ---------------------------------------------*/
.btn-container{
	margin-top: 30px;
	text-align: center;
	display: block
}
a.btn {
	display: inline-block;
	color: #ED6F1F;
	border: 1px solid #ED6F1F;
	font-size: 18px;
	text-align: center;
	padding-right: 2.5rem;
	padding-left: 1.3rem;
	transition: all .3s;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-radius: 40px;
	min-width: 200px;
}
a.btn:hover{
	background-color: #ED6F1F;
	color: #ffffff;
	border: 1px solid #ffffff;
}
a.btn:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
a.btn:hover:after{
	animation: slide ease-in .6s infinite alternate forwards;
}
a.btn-wh{
	border: 1px solid #ffffff;
	color: #ffffff;
}
a.btn-wh:hover{
	background-color: #ffffff;
	color: #ED6F1F;
	border: 1px solid #ED6F1F;
}
@keyframes slide {
    0% {right: 20px;}
    100% {right: 10px;}
}

.list-link {margin-top: 15px}
.list-link li a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
a.text-link{
	color: #000000;
	position: relative;
}
a.text-link:before {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(51,51,51,0.50);
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
}
a.text-link:hover{color: #ED6F1F}
a.text-link:hover::before{transform: scale(0, 1);}
a.text-link:after {
	font-family: 'FontAwesome';
	content: "\f101";
	position: absolute;
	padding-left: 5px
}
a.link-pdf{
    background-image: url(../images/common/icon-pdf.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right center;
    padding-right: 20px;
	padding-top: 5px;
	position: relative;
}
a.link-pdf:before {
    position: absolute;
    bottom: -1px;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(51,51,51,0.50);
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
}
a.link-pdf:hover{
	color: #ED6F1F;
	background-image: url("../images/common/icon-pdf-blue.png");
}
a.link-pdf:hover::before{transform: scale(0, 1);}
@media screen and (max-width: 680px) {
a.btn {
	font-size: 16px;
}	
a.btn-wide{
	line-height: 1.4;
	padding-top: 1em;
}	
a.btn-wide:after{
    height: 20px;
}	
}

/*---------------------------------------------
	アンカーリンク
  ---------------------------------------------*/
.page-anchor{
	position: relative;
	z-index:1
}
.page-anchor ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.page-anchor li a {
    position: relative;
    display: block;
    padding-right: 15px;
    color: #000;
    margin-right: 30px;
}
#en .page-anchor li a{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.page-anchor li a:after {
	position: absolute;
	top: 0px;
	right: 0;
	font-family: 'FontAwesome';
    content: "\f101";
	transform: rotate(90deg);
	transition: all 0.3s linear;
}
.page-anchor li a:hover{color: #ED6F1F;}
.page-anchor li a:hover:after {top: 3px;}
@media screen and (max-width:768px) {
.page-anchor li a {margin-bottom: 15px}	
}

/*---------------------------------------------
	フォーム
  ---------------------------------------------*/
#form-main{margin-top: 50px}
#form-main h4{
	text-align: left;
	color: #000000;
	font-size: 18px;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"]{
	height: 40px;
	border: 1px solid #ED6F1F;
	padding-left: 5px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border: 1px solid #ED6F1F;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#form-main textarea{border: 1px solid #ED6F1F;}
.mailform{margin-bottom: 20px}
form#mailformpro dl dt{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 20px 20px 20px 0px;
	width: 25%;
	text-align: left;
	border-top: none;
	position: relative
}
form#mailformpro dl dt span{
	font-size: 85%;
	display: block
}
form#mailformpro dl dd{
	padding: 20px 0px 20px 0px;
	width: calc(100% - 25%);
	float: right;
	border-top: none;
}
.must {
    display: block;
    background-color: transparent;
    border: none;
    text-shadow: none;
    padding: 0;
    font-size: 14px;
    color: #000000;
    float: none;
    border-radius: 0px;
    box-shadow: none;
    background-image: none;
}
.mfp_colored {background-color: #ffffff;}
.mfp_element_textarea{
	border: 1px solid #ED6F1F;
	height: 80px !important}
.mfp_buttons button{
	background: #ED6F1F;
	color: #ffffff;
	font-size: 20px;
	width: 200px;
	height: 60px;
	border: none;
	text-shadow: none;
	margin-top: 60px;
}
.mfp_buttons button span{
	font-size: 13px;
	display: block
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#ED6F1F), to(#e50012));
	background: -webkit-gradient(linear, center top, center bottom, from(#e50012), to(#e50012));
	background: -moz-linear-gradient(top, #e50012, #e50012);
	background: -ms-linear-gradient(top, #e50012 0%, #e50012 100%);
	box-shadow: none
}
.mfp_buttons button#mfp_button_cancel{background-color: #999999}
form#mailformpro dl dt#form-check{
    width: 100% !important;
    text-align: center;
	padding-bottom: 10px
}
form#mailformpro dl dd#form-checkbox{
    padding-top: 0;
    margin: auto;
    text-align: center;
    display: block;
    width: 100% !important;
    font-size: 16px;
    font-weight: bold;
}
form#mailformpro dl dd#form-checkbox input{
	width: 25px;
    height: 25px;
	margin-top: 5px
}
form#mailformpro label.mfp_not_checked{border: none !important;}
form#mailformpro dl dd#form-checkbox div.mfp_err{
	font-weight: normal !important;
	width: 210px;
    margin: auto;}
@media screen and (max-width: 768px) {
#form-main{padding: 25px}	
form#mailformpro dl dt,
form#mailformpro dl dd{width: 100%}	
form#mailformpro dl dt{padding: 0}	
form#mailformpro dl dd{padding: 10px 0px 30px}		
}

/*---------------------------------------------
	H-air
  ---------------------------------------------*/
.block-profile{
    margin-top: 50px;
	margin-bottom: 50px;
	border-bottom: 3px solid #E3E6E7;
    padding-bottom: 50px;
}
.block-profile:last-of-type{border-bottom: none}
.block-profile .block-image{width: 170px}
.block-profile .block-text{width: calc(100% - 200px)}
h2.profile-title{
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ED6F1F;
    padding: 2px 10px;
}
h3.profile-title{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
	margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}
h4.profile-title{
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
.block-profile .block-text{width: 100%}		
.block-profile .block-image,
.block-profile .block-medium,
.block-profile .block-half{
	width: 80% !important;
	margin: auto
}	
}

/*---------------------------------------------
	フッター
  ---------------------------------------------*/
footer{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #dfdfdf;
	color: #ED6F1F;
	text-align: center
}
footer h2 span#footer-logo{
	width: 170px;
	margin: auto;
	display: block
}
#en footer h2 span#footer-logo{width: 120px;}
footer h2 span#footer-h2{
    width: 290px;
    margin: 15px auto 20px;
    display: block
}
#footer-info li{
	text-align: center;
	line-height: 1.8;
	color: #374248
}
span.footer-link a{
	margin: 15px 20px 0px;
	display: inline-block;
	color: #374248
}
span.footer-link a:hover{color: #000000}
@media screen and (max-width: 680px) {
footer h2 span{width: 180px;}
footer h2{font-size: 22px;}	
}

/* -----------------------------------
    TELリンク
   ----------------------------------- */
span.tel-number a,
.tel-number a,
.tel-number{
	color: #ffffff !important;
	text-decoration: none;
}
a[href^="tel:"]{color: #000000!important}
@media screen and (min-width: 768px){
a[href^="tel:"]{ pointer-events: none;}
}

/* -----------------------------------
    ページトップ
   ----------------------------------- */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #ED6F1F;
	background-color: #ffffff;
	color: #ED6F1F;
	line-height: 45px;	
	font-size: 3em;
	text-align: center;
	display: block;
	z-index: 1;
	transition: opacity 1s;
}
#page-top:after {
	font-family: 'FontAwesome';
	content: "\f106"
}
@media screen and (max-width: 680px){
#page-top {bottom: 0px;}	
}


/* -----------------------------------
    アニメーション
   ----------------------------------- */
.fuwa,
.fuwa2{opacity: 0}

.anime-fuwa {animation: fuwatAnime .85s ease .2s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(30px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}

.anime-fuwa2 {animation: fuwatAnime .5s ease .5s forwards;}
@keyframes fuwatAnime {
 0% { opacity: 0; 
	 transform: translateY(30px); }
 100% { opacity: 1; 
	 transform: translateY(0px); }
}


a.not-link{
pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/
text-decoration:none;/*下線を消す*/
color:#000000;/*非リンクの文字色と同じにする*/}
a.not-link:before {
    content: '';
    height: 0px;
}
