@charset "UTF-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
#----------------------------mobile---------------------------- {}
html {
	font-size: calc(100vw / 24);
	line-height: 180%;
}
body{
	margin: 0px;
	padding: 0px;
	position: relative;
 display: flex;
flex-flow: column;
min-height: 100vh;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.grid {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#header   {
	background-color: #fbf4ee;
	margin: 0px;
	padding: 0px;
}
#header .grid .col.s6 {
	float: left;
	width: 49.9%;
}
#header .grid .col.s6.logo  {
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: left;
}
#header .grid .col.s6.logo img  {
	margin-left: 0px;
}
#header .grid .col.s6.address {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 text-align: right;
 font-size: calc(100vw / 30);
 line-height: 160%;
 padding-top: 5%;
 color: #630;
}
#header .grid .col.s6.address span {
 display: none;
}
.ripple {
	position: relative;
	overflow: hidden;
}
.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}
.button {
 margin-bottom: 10%;
}
.raised {
 position: relative;
 display: block;
 background-color: #00B900;
 color: #FFF;
 text-decoration: none;
 border-radius: 10px;
 cursor: pointer;
 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
 -webkit-tap-highlight-color: transparent;
 transition: .3s;
 text-align: center;
 padding: 0.5em;
 margin-left: auto;
 margin-right: auto;
 width: auto;
		font-size: calc(100vw / 18);
	line-height: 180%;
}
.raised:hover {
    color: #FFF;
    background-color: #009000;
    display: block;
}
.raised i {
	text-align: center;
}
.raised i span {
 padding-left: 5px;
}
li img   {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.grid .col.t6 {
	margin-bottom: 5%;
}
#main .grid h1 {
	font-size: calc(100vw / 20);
	text-align: center;
	line-height: 180%;
	color: #333;
}
#main .grid h2 {
	font-size: calc(100vw / 16);
	text-align: center;
	color: #630;
	line-height: 160%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#main .grid h3 {
	font-size: calc(100vw / 20);
	color: #630;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
    	line-height: 180%;
}
#main .grid p {
	font-size: calc(100vw / 18);
	line-height: 180%;
}
#main section {
	clear: both;
	overflow: hidden;
	padding-top: 3%;
	padding-bottom: 5%;
}
#main section .grid {
	position: relative;
}
#main section .grid ul {
	margin: 0px;
	padding: 0px;
}
#main section .grid ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
    font-size: calc(100vw / 18);
    line-height: 180%;
}
#main section .grid dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#main section .grid dl dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#main section .grid dl dd:last-child{
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main section .grid table tr th {
	padding: 1em;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: calc(100vw / 24);
	white-space: nowrap;
}
#main section .grid table tr td {
	padding: 1em;
	border: 1px solid #CCC;
	font-size: calc(100vw / 24);
	line-height: 160%;
}
#main section:nth-child(even) {
	background: #fbf4ee;
}
#main section:last-child {
}
#main section .grid .al-rig {
	text-align: right;
}
#main section .grid .al-rig span {
	display: block;
	font-size: calc(100vw / 36);
}
#main section.first-view {
	padding: 0px;
}
#main section .grid p strong {
	color: #F00;
	font-weight: bold;
}
.grid .s1m4 li {
	margin-bottom: 5%;
}
#main .grid .tb-wrap table {
	width: 100%;
}
#main .grid .tb-wrap table tr th,
#main .grid .tb-wrap table tr td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 50%;
	font-size: 1rem;
}
#main .grid .tb-wrap table tr th {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
}
#main .grid .tb-wrap table tr td {
	white-space: inherit;
	padding-left: 0.5em;
}
#main .grid .detail-tenpo {
	margin-bottom: 10%;
	overflow: hidden;
}
#main section .grid .tb_type01 tr .hed {
	white-space: nowrap;
}
#main section #container #mailformpro .mailform .mfp {
	font-size: 13px;
}
#main section #container #mailformpro .mailform dt {
	margin: 0px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#main section #container #mailformpro .mailform dd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.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: solid 1px #CCC;
	border-radius: 3px;
	padding: 10px;
	margin: 2px;
	vertical-align: middle;
	font-size: 16px;
	width: 90%;
	-webkit-appearance: none;
}
section .grid .myself {
    border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
}
section .grid .family {
    border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#other {
	clear: both;
}
#footer {
	clear: both;
		background-color: #fbf4ee;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap a {
	text-decoration: none;
	color: #333;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap li {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap {
	background-color: #FFF;
	border: 5px solid #F63;
	padding: 5%;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .title {
	font-size: calc(100vw / 20);
	text-align: center;
	color: #000;
	line-height: 160%;
	padding-bottom: 0.3em;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .detail {
	font-size: calc(100vw / 32);
	text-align: center;
	line-height: 180%;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .tel {
	position: relative;
	padding-bottom: 0.3em;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .tel table tr .number {
	font-size: calc(100vw / 13);
	text-align: center;
	color: #000;
	line-height: 160%;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .tel table tr .logo {
	width: 20%;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .link {
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .link .button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	border: none;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	background-color: #F93;
	padding-top: 1.2em;
	padding-right: 0em;
	padding-bottom: 1.2em;
	padding-left: 0em;
	width: 98%;
}

#footer .grid h2 {
	font-size: calc(100vw / 16);
	text-align: center;
	color: #630;
	line-height: 160%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#footer .grid .logo {
 text-align: center;
 width: 50%;
 margin-left: auto;
 margin-right: auto;
}
#footer .grid .tenpo-name {
	text-align: center;
	font-size: calc(100vw / 20);
	line-height: 160%;
 color: #630;
}
#footer .grid .tenpo-address {
	text-align: center;
 color: #630;
}
#footer .grid .copyright {
	text-align: center;
font-size: calc(100vw / 40);
}


.grid .inquiry { margin-bottom: 8%;}
.grid .inquiry .wrap {
 border: 3px solid #FF6600;
 background-color: #FFFFFF;
 padding-top: 3%;
 padding-right: 3%;
 padding-bottom: 3%;
 padding-left: 3%;
}
.inquiry .wrap .heading {
 text-align: center;
 color: #00B900;
}
.inquiry .wrap .tel {
 font-size: calc(100vw / 15);
 color: #000;
 text-align: center;
 margin-top: 3%;
 margin-bottom: 8%;
}
.inquiry .wrap .uketsuke {
 background-color: #FF6600;
 color: #FFFFFF;
 text-align: center;
 padding-top: 1%;
 padding-bottom: 1%;
 margin-bottom: 3%;
}
.inquiry .wrap .attention {
 font-size: calc(100vw / 30);
 line-height: 180%;
 text-align: left;
}
.flex-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
}
#floating {
 width: 100%;
 position: fixed;
 left: 0px;
 bottom: 0px;
 z-index: 6666;
 text-align: center;
 padding-top: 8px;
 padding-bottom: 8px;
 max-height: 88px;
 min-height: 48px;
 height: auto;
 padding-top: 8px;
 padding-bottom: 8px;
 right: 0;
 box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.15);
 background-color: #FFFFFF;
 overflow: visible;
 padding-right: 0px;
 padding-left: 0px;
  display:flex;	
justify-content: space-between;
 align-items: stretch;

}
.flex-item {
 display:flex;	
align-items: center;
}
#floating .flex-price {
 font-size: 12px;
 font-weight: bold;
 padding-left: 16px;
 text-align: left;
 line-height: 150%;
}
#floating .flex-price span {
font-size: 10px;
}
#floating .flex-button {
padding-right: 0px;
}
.fixed {
    position: fixed;
    bottom: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 9999;
}
.modal_open{
    display: inline-block;
    margin: 3vw;
    float: left; 
}
#fab {/*円の部分*/
  text-align: center;
  margin-left: auto;
 margin-right: auto;
 display: block;
 width: 56px;/*幅*/
 height: 56px;/*高さ*/
 background-color: #00B900;/*背景色*/
 text-align: center;/*中央寄せ*/
 border-radius: 50%;/*角丸く*/
 transition: .3s;/*滑らかな動きに*/
 box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);/*影*/
}

#fab:hover {/*ホバー時*/
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

#fab i {/*中央のアイコン*/
  color: white;
  line-height: 56px;/*＝幅と高さ*/
  font-size: 18px;/*サイズ*/
}
.modal_box {
 position: fixed;
 z-index: 7777;
 display: none;
 width: 80%;
 max-width: 840px;
 margin: 0;
 padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 20px;
 border: 2px solid #aaa;
 text-align: center;
 background: #fff;
 box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.hs-field-desc {font-size: 18px;}
@media only screen and (min-width: 481px) {
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
#----------------------------tablet---------------------------- {}
html {
	font-size: calc(100vw / 60);
	line-height: 180%;
}
a:hover img {
  filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a img {
  filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
 .raised:hover{
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
#header .grid  {
	padding-top: 1%;
	padding-bottom: 1%;
	}
#header .grid .col.s6.logo  {
	padding-top: 1%;
	padding-bottom: 1%;
}
#header .grid .col.s6.address {
	padding-top: 0%;
}
#main .grid h1 {
	font-size: calc(100vw / 24);
}
#main .grid h2,
#footer .grid h2 {
	font-size: calc(100vw / 36);
}
#main .grid h3,
#header .grid .col.s6.address,
#main section .grid table tr th,
#main section .grid table tr td,
#main section .grid dl dt,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .tel table tr .number  {
	font-size: calc(100vw / 42);
	margin-bottom: 1em;
}
#main .grid p,
	.raised,
#header .grid .col.s6.address span,
#main section .grid dl dd,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .title {
	font-size: calc(100vw / 54);
	line-height: 180%;
}
#main section .grid .al-rig span,
#footer .grid .copyright,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .detail {
font-size: calc(100vw / 72);
	line-height: 200%;
}



#main .grid h1 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.grid .s1m4 {
	display: flex;
	justify-content: center;
}
.grid .s1m4 li {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}
.grid .s3m6 li {
	width: 14.6666%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
	display: inline-block;
}
#main section .grid .col.t4 {
	float: left;
	width: 30%;
		margin-right: 5%;
}
#main section .grid .col.t4:last-child {
		margin-right: 0%;
}
#main section .grid .col.t5 {
	float: left;
	width: 35%;
		margin-right: 5%;
}
#main section .grid .col.t5:last-child {
		margin-right: 0%;
}
.grid .col.t6 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.grid .col.t6:last-child {
		margin-right: 0%;
}
#main section .grid .col.t7 {
	float: left;
	width: 60%;
		margin-right: 5%;
}
#main section .grid .col.t7:last-child {
		margin-right: 0%;
}
#main .grid .tb-wrap table tr th,
#main .grid .tb-wrap table tr td {
	line-height: 180%;
}
#main section.first-view {
	background-color: #f0eeda;
}
#main section #container #mailformpro .mailform dd {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
}
#footer .grid .inquiry {
	margin-bottom: 5%;
}

#footer section .grid .tenpoinfo {
	clear: both;
	margin-bottom: 5%;
}
#footer section .grid .tenpoinfo .wrap {
	border: 5px solid #F63;
	background-color: #FFF;
}
#footer section .grid .tenpoinfo .wrap .heading {
	color: #FFF;
	background-color: #F63;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#footer section .grid .tenpoinfo .wrap .infodetail {
	text-align: center;
	padding: 3%;
}
.pagetop {
	display: none;
}
.button {
 display: none;
}
#header .grid .col.s6.address span {
 display: block;
}
#floating {
 display: none;
}
}


@media only screen and (min-width: 769px) {
/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
#----------------------------FullBrowser---------------------------- {}
#header {}
.grid  {
	max-width: 960px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
		max-width: 960px;
}
#header .grid  {
	padding-top: 20px;
	padding-bottom: 10px;
	}
#header .grid .col.s6.logo  {
	padding-top: 0px;
	padding-bottom: 0px;
}
#header .grid .col.s6.address {
	padding-top: 0px;
}
#main .grid h1,
#footer .grid h2,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .tel table tr .number {
	font-size: 36px;
}
  .inquiry .wrap .tel{
	font-size: 64px;
}
#main .grid h2 {
	font-size: 40px;
}
#main .grid h3,
#header .grid .col.s6.address,
#main section .grid dl dt,
 #footer .grid .tenpo-name,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .title {
	font-size: 24px;
}
#main .grid p,
#main section .grid ul li,
#header .grid .col.s6.address span,
#main section .grid table tr th,
#main section .grid table tr td,
#main section .grid dl dd,
 #footer .grid .info,
 #footer .grid .tenpo-address,
  .inquiry .wrap .attention{
	font-size: 18px;
}
.wrap .attention .fab-wrap {
 margin-top: 10px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
#main section .grid .al-rig span,
#footer .grid .copyright,
#footer section .grid .inquiry section .col.s12.t6 .wrap ul .detail {
	font-size: 12px;
}
#main section #container #mailformpro .mailform dl {
}
#main section #container #mailformpro .mailform dd {
	padding-top: 15px;
	padding-bottom: 15px;
}
#main section #container #mailformpro .mailform dd ol {
	overflow: hidden;
}
.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 {
	width: 70%;
}
#footer {}
}
