@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  module.css
 style info :  module用　パーツ cssの定義
=================================================================== */
.pb34 {padding-bottom:34px;}
.pt55 {padding-top:55px;}
.m60 {margin-bottom:60px;}
.m70 {margin-bottom:70px;}

.fs11 { font-size:11px; }
.fs13 { font-size:13px; }
.fs15 { font-size:15px; }
.fs20 { font-size:20px; }
.fwB { font-weight:bold; }


.bttn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    background-color: #009d94;
    transition: .6s;
    padding: 20px 30px;
}
.bttn a:hover{
	opacity: .7;
	text-decoration: none;
}
.bttn.mail a {
    padding: 20px 30px 20px 80px;
}
.bttn.mail a::before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../image/mail_icon.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 12.5px);
    left: 30px;
}
@media only screen and (max-width: 690px) {
	.bttn a {
	    display: block;
	    text-align: center;
	}
	.bttn.mail a {
	    padding: 20px 30px;
	}
}
.btn_green a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 260px;
	width: 100%;
	height: 60px;
	background-color: #009d94;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s;
}

.btn_green a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.btn_green a .txt{
	position: relative;
	padding-left: 30px;
}

.btn_green a .txt:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../image/search._icon.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

.btn_purple a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 260px;
	width: 100%;
	height: 60px;
	background-color: #a399cd;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s;
}

.btn_purple a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.btn_purple a .txt{
	position: relative;
	padding-left: 30px;
}

.btn_purple a .txt:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../image/search._icon.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
.btn_red a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	width: 100%;
	height: 60px;
	background-color: #fe001d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s;
}

.btn_red a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.btn_red a .txt{
	position: relative;
	padding-left: 30px;
}

.btn_red a .txt:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../image/search._icon.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

.btn_pink a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 260px;
	width: 100%;
	height: 60px;
	background-color: #ff666a;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transition: all .2s;
}

.btn_pink a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.btn_pink a .txt{
	position: relative;
	padding-left: 30px;
}

.btn_pink a .txt:before{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../image/movie_icon.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}
@media only screen and (max-width: 690px){
	.btn_green a,
	.btn_pink a,
	.btn_red a{
		margin-left: auto;
		margin-right: auto;
	}
}


/*TEL ON OFF*/
/*======================================*/
.fax {
  pointer-events: none;
}
  a[href^="tel:"]:hover{
    text-decoration: none;
  }
@media only screen and (min-width: 979px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}
/*======================================*/
br.pc,
br.pc.tab,
br.pc.sp {
    display: block;
}

br.tab,
br.sp,
br.tab.sp {
    display: none;
}

@media only screen and (max-width: 979px) {
    br.pc,
    br.pc.sp {
        display: none;
    }

    br.tab,
    br.pc.tab,
    br.tab.sp {
        display: block;
    }

}
@media only screen and (max-width: 690px) {

    br.tab,
    br.pc.tab {
        display: none;
    }

    br.sp,
    br.pc.sp {
        display: block;
    }
}

@media only screen and (max-width: 690px){

}