@charset "UTF-8";
/* 全体 */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.two_box {
	display:flex;
	justify-content:space-between;
}
a[href^="tel:"] { cursor: default; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; }
img {
    vertical-align: bottom;
    max-width: 100%;
    width /***/: auto;
    border: 0;
}
.ar_l {
	float:left;
}
.ar_r {
	float:right;
}
/*ヘッダー*/
#header{
	background-image:url(images2/hd/head_base.jpg); /*ヘーダーの背景画像の指定*/
	background-repeat:repeat-x;/*背景画像を横に繰り返す指定*/
	background-position:top right;
	height:32px; /*ヘーダーの高さ*/
}
#header .two_box {
	width:1050px;
	margin:0 auto;
	align-items:center;
	line-height: 0;
	max-width:100%;
}
#header h2,
header .two_box h1 {
	margin:0;
	padding:0;
}

.container {
	width:1050px;
	margin:0 auto;
	display:block;
	box-shadow: 0px 0px 8px #666;
	max-width:100%;
}
section {
	clear:both;
}
header {
	position:relative;
	height: 590px;
}
header .two_box {
	width:950px;
	margin:0 auto;
	align-items:center;
	padding-top:15px;
	position:relative;
	z-index:1;
	max-width:90%;
}
header .two_box .tel {
	position:relative;
	top:-5px;
}

header .main_img {
	position:relative;
	top:-40px;
}
header .txt_box {
	position:absolute;
	bottom:19px;
	width:950px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
	background:rgba(255,255,255,.6);
	padding:0 15px;
	box-sizing:border-box;
	height:40px;
	max-width: 100%;
}
header .txt_box p {
	font-size:11px;
	padding:0;
	margin:0;
	line-height:14px;
	width:635px;
	position:relative;
	padding-left:70px;
	box-sizing:border-box;
}
header .txt_box p:before {
	content: url(images2/tatami_main2-1-1.png);
	position:absolute;
	left:0;
	top:0;
}
header .txt_box a {
    display: flex;
    align-items: center;
	width:315px;
}
header .txt_box a:hover {
	opacity:.6;
}

main {
	background:url(images2/menu/menu_non.jpg) no-repeat top center;
	width:100%;
	padding-top:50px;
	padding-bottom:120px;
	position:relative;
	display:block;
}
main:after {
	content:"";
	background:url(images2/info_tel_03.png) no-repeat;
	width:100%;
	height:200px;
	display:block;
	background-position: 60px bottom;
	position:absolute;
	bottom:0;
	z-index:999;
	padding-left: 60px;
	border-bottom:1px solid #666;
	box-sizing:border-box;
	margin-bottom:2px;
}
.center {
    width: 90%;
    height: auto;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}
.aisatsu-T {
    position: relative;
    margin: 1.75em auto;
    max-width: 950px;
    padding: 10px;
    text-align: left;
    background-color: #d9d9d9;
    z-index: -2;
}
.aisatsu-T:before {
    vertical-align: bottom;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images2/filter-dot_w.png);
    background-size: auto;
    z-index: -1;
}
.aisatsu-lft {
    width: 20%;
    float: left;
    left: 0;
    top: 0;
    text-align: left;
}
.aisatsu-rit {
    margin-left: 22%;
    text-align: left;
}
.btn {
	display:block;
	padding-top:10px;
	text-align:right;
}
.hr {
	margin-top:50px;
}
.icon,
.text_img {
	margin-top:15px;
	display:block;
	text-align:left;
}
.text_img {
	margin-bottom:40px;
}
.text_img2 {
	margin-top:50px;
	margin-bottom:0;
}
.hr2 {
	margin-top:30px;
}
.title_set {
	vertical-align: middle;
	display:flex;
	align-items:center;
	background:url(images2/text05_bg.jpg) repeat;
	width:100%;
	text-align:left;
	margin-top:45px;
	margin-bottom:20px;
}
.title_set img:nth-child(2) {
	padding-left:25px;
	box-sizing:border-box;
}
.steps-waku {
    background: url(images2/filter-ami6x6_w.png) #d9d9d9;
	padding:8px;
	box-sizing:border-box;
	margin-top:80px;
}
.steps_contents {
	width:100%;
	background:#fff;
	display:flex;
	text-align:left;
	padding:35px 25px;
	box-sizing:border-box;
	position:relative;
}
.steps_contents:before {
	content:"";
	display:block;
	position:absolute;
	background:url(images2/text10_02.png) no-repeat;
	width:356px;
	height:325px;
	right:5px;
    top: -125px;	
}
.step_icon {
	padding-right:25px;
	box-sizing:border-box;
}
.step_txt {
	width:500px;
}
.fax_set {
	display:inline-block;
	position:absolute;
	bottom:100px;
    bottom: -43px;
    left: 140px;
	background:#fff;
	box-shadow: 0px 0px 5px #ccc;
	padding:1px;
	box-sizing:border-box;
	width:400px;
}
.fax_set_contents {
	background:url(images2/text12-01.jpg) no-repeat left center;
	padding:9px 30px;
	box-sizing:border-box;
	letter-spacing: 1px;
	line-height: 150%;
	font-size: 13px;
    color: #666666;
	font-weight:bold;
}
.fax_set_contents span {
	width:80px;
	display:inline-block;
	text-align:right;
	margin-right:25px;
}
.waku2 {
	margin-top:150px;
}
.waku2 .steps_contents:before {
	background:url(images2/text11-01.png) no-repeat;
	width:437px;
	height:332px;
	right:-8px;
}
.waku2 .steps_contents {
    padding: 35px 25px 0;
}
.waku3 .steps_contents:before {
    background: url(images2/text15_01.png) no-repeat;
    width: 254px;
    height: 233px;
    right: 15px;
    top: -43px;
}
.waku4 .steps_contents:before {
    background: url(images2/text18-01.png) no-repeat;
    width: 174px;
    height: 182px;
    right: 40px;
    top: 10px;
}
.waku4 .steps_contents {
    padding: 35px 25px 10px;
}
.form_box {
	background: url(images2/filter-ami6x6_w.png) #d9d9d9;
	padding:20px 8px;
	margin-top:100px;
}
.form_box p {
    margin: 1em 0 -0.5em;
    padding-bottom: 1em;
    font-size: 0.95rem;
    letter-spacing: 1.2px;
    line-height: 1.7;
    color: #666;
    text-shadow: 1px 1px 2px #ECECEC,-1px 1px 2px #ECECEC,1px -1px 2px #ECECEC,-1px -1px 2px #ECECEC;
}

.form_title {
	position:relative;
}
.form_icon {
	position:absolute;
	bottom:-55px;
	left:10px;
}
.form_main {
	background:#fff;
	margin-top:20px;
	padding-top:30px;
}
.form_tel {
    position: relative;
    width: 100%;
    height: 160px;
}
.form_tel img {
	position:absolute;
	left:10px;
	top:-5px;
}
.form_tel a {
	position:absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display:block;
	width:493px;
	height:124px;
}
.form_tel a img {
	position:absolute;
	left:0;
	top:0;
    z-index: 999;
}
.top {
	position:absolute;
	bottom:1px;
	right:50px;
	z-index: 9999;
}
.footer_nav {
	background:url(images2/ft/foot_menu6.jpg) repeat;
	padding-bottom:10px;
}
.footer_nav .two_box,
.footer_contents .two_box {
    width: 90%;
    height: auto;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.footer_nav .two_box a {
	padding-top:20px;
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
.footer_nav .two_box a:first-child {
	width:83%;
}
.footer_contents .two_box {
	padding:20px 0;
	font-size: 13px;
	text-align:left;
    letter-spacing: 2px;
	line-height: 170%;
    align-items: flex-end;
}
.footer_contents .two_box th {
	font-weight:normal;
	width:68px;
}
.footer_contents .two_box td span {
	width:103px;
	display:inline-block;
}
.footer_end_img {
	height:80px;
}
.footer_end {
	text-align:right;
}

.oh { overflow: hidden;}

/* 文字 */
.gt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.bw { color: #362e2b;}/*茶*/

.bk {color: #000000;}/*黒*/
.bk14 { font-size: 14px;color: #000000;}
.bk13 { font-size: 13px;color: #000000;}
.bk12 { font-size: 12px;color: #000000;}
.bk11 { font-size: 11px;color: #000000;}

.gy {color: #666666;}/*グレー*/
.gy14 { font-size: 14px;color: #666666;}
.gy13 { font-size: 13px;color: #666666;}
.gy12 { font-size: 12px;color: #666666;}
.gy11 { font-size: 11px;color: #666666;}

.gb {color: #646C7F;}/*ブルーグレー*/
.gb14 { font-size: 14px;color: #646C7F;}
.gb13 { font-size: 13px;color: #646C7F;}
.gb12 { font-size: 12px;color: #646C7F;}
.gb11 { font-size: 11px;color: #646C7F;}

.l70 { line-height: 70%;}
.l100 { line-height: 100%;}
.l120 { line-height: 120%;}
.l150 { line-height: 150%;}
.l170 { line-height: 170%;}
.l200 { line-height: 200%;}
.l230 { line-height: 230%;}
.l300 { line-height: 300%;}

.sp0 { letter-spacing: 0px;}
.sp1 { letter-spacing: 1px;}
.sp2 { letter-spacing: 2px;}
.xs { font-size: x-small;}
.xxs { font-size: xx-small;}

.t28 { font-size: 28px;}
.t24 { font-size: 24px;}
.t20 { font-size: 20px;}
.t18 { font-size: 18px;}
.t17 { font-size: 17px;}
.t16 { font-size: 16px;}
.t15 { font-size: 15px;}

.rd {color: #be141e;}/*赤*/

.wt {color: #FFFFFF;}/*白*/


/*---------------------
　映像
---------------------*/

.eizou {
	display: inline-block;
	width: 640px;
	height: 360px;
	max-width: 100%;
	box-shadow: 2px 1px 12px rgba(0,0,0,4);
}


.video {
	width:640px;
	height:360px;
	display:block;
	position:relative;
	margin:0 auto;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.pc { display: block; margin: 0 auto; }
.sp { display: none !important; }

.none { display: none;}

/* スマホ用 */
@media screen and (max-width: 590px) {
.pc { display: none !important; }
.sp { display: block !important; }
img {
	height:auto;
}
.container {
    width: 94%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 8px #666;
    max-width: 100%;
}
#header .two_box {
    width: 100%;
}
#header {
    background-image: url(images2/hd/head_base.jpg);
    background-repeat: repeat-x;
    background-position: top right;
    height: auto;
}
#header h2 img {
	width:90%;
	padding-left:3%;
	box-sizing:border-box;
}
header .main_img {
    position: relative;
    top: -20px;
}
header .two_box h1 img {
	width:95%;
}
header {
    position: relative;
    height: 77vw;
}
header .txt_box {
    position: inherit;
    width: 100%;
    padding:5px;
    box-sizing: border-box;
    height: auto;
	display:block;
	background:none;
}
header .txt_box p:before {
    content: "";
    background: url(images2/tatami_main2-1-1.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 40px;
    height: 20px;
    left: 0;
    top: 0;
}
header .txt_box p {
    font-size: 10px;
    padding: 0;
    margin: 0;
    line-height: 14px;
    width: 100%;
    position: inherit;
    padding-left: 45px;
    box-sizing: border-box;
	display:block;
}
header .txt_box a {
    display: block;
    align-items: center;
    width: 100%;
	padding:10px;
	box-sizing:border-box;
	text-align:right;
}
.top_btn {
	display:none;
}

header .txt_box a img,
.center .sp1 img {
	width:50%;
}

main {
    background: url(images2/menu/menu_non.jpg) no-repeat top center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 55px;
    position: relative;
    display: block;
}
.aisatsu-lft {
    width: 33%;
}
.aisatsu-rit {
    margin-left: 38%;
}
.sp-clear {
	clear:both;
	width:100%;
	margin:0;
	padding:10px;
	box-sizing:border-box;
}
.btn img {
	width:100% !important;
	height:auto;
}

.t16,
.t20,
.t24 {
    font-size: 14px;
}
.sp1 {
    letter-spacing: 0.5px;
}
.l200 {
    line-height: 170%;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  height:auto;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.title_set img:first-child {
	width:30%;
}
.title_set img:nth-child(2) {
    padding:0 10px;
    box-sizing: border-box;
	width:70%;
}
.steps_contents:before,
.waku2 .steps_contents:before {
	display:none;
}
.steps_contents {
    display: inherit;
}
.step_icon {
    padding-right: 10px;
    box-sizing: border-box;
	float:left;
	width: 28%;
}
.step_txt {
    width: 100%;
}
.step_txt img {
    width: 60%;
    margin-top: 25px;
    float: left;
}
.step_txt .sp1 {
	clear:both;
	display:block;
}
.fax_set {
    left: 5%;
    width: 90%;
    bottom: -48px;
}
.fax_set_contents {
    padding: 9px 20px;
    font-size: 2.5vw;
}
.fax_set_contents span {
    width: 70px;
    margin-right: 15px;
}
.waku2 .steps_contents:before {
    top: -61px;
}
.waku2 .steps_contents {
    padding: 35px 25px;
}
.waku3 .steps_contents:before {
	display:none;
}
.waku3 .step_txt img,
.waku4 .step_txt img {
    width: 70%;
    margin-top: 30px;
    float: left;
}
.steps-waku {
    margin-top: 50px;
}
.waku4 .steps_contents:before {
	background:none;
}
.form_box {
    margin-top: 80px;
}
.form_icon,
.form_tel img {
    position: absolute;
    bottom: -48px;
    left: 10px;
    width: 40%;
}
.form_main table {
	width:100%;
}
form table th {
	display:block;
	width:100%;
}
form td {
	display:block;
	background-size:100% auto;
	width:100%;
	box-sizing:border-box;
	padding: 0 40px 0 20px;
}
form td input,
textarea {
    width: 85%;
	margin-left:7.5%;
	margin-bottom:10px;
}
select {
	margin-left:7.5%;
}
input[type="image"] {
	margin-left:0;
}
.form_tel a {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 100%;
    height: 124px;
}
.form_tel a img {
    width: 80%;
    display: block;
    margin: 10px 10%;
}
main:after {
	background: url(images2/info_tel_03.png) no-repeat bottom center;
	background-size: 97% auto;
	
}
.top {
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 9999;
}
.footer_contents .two_box th {
    vertical-align: text-bottom;
}
.footer_nav .two_box a:first-child {
    width: auto;
}
.footer_contents .two_box {
	display:block;
}
.footer_end {
    text-align: center;
	margin-top:30px;
}
.footer_contents .two_box td span {
    display: block;
}

.smt-none { display: none;}
.smt-ib { display: inline-block;}

.form_box p {
    font-size: 0.7rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.form_box p.p-2 {
    margin: -2em 0 2em;
}

}

@media screen and (min-width:591px) and (max-width:700px) {
img {
    height: auto;
}
.pc { display: none !important; }
.sp { display: block !important; }
header {
    position: relative;
    height: 64vw;
}

.container {
    width: 94%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 8px #666;
    max-width: 100%;
}
#header h2 img {
	padding-left:3%;
	box-sizing:border-box;
}
#header h2 img {
	padding-left:3%;
}
header .txt_box {
    padding: 0 5px;
	bottom: 6px;
}
.form_main table {
	width:100%;
}
.form_tel a img {
    width: 90%;
    display: block;
    margin: 10px 10%;
}
.top_btn {
	display:none;
}
header .txt_box p {
    width: 100%;
}
header .txt_box a {
    width: 0;
}

main:after {
	background-size: 90% auto;
	background-position: 40px bottom;
	
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  height:auto;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.title_set img:nth-child(2) {
    padding:0 10px;
    box-sizing: border-box;
	max-width:70%;
}
.steps_contents:before {
    content: "";
    display: block;
    position: absolute;
    background: url(images2/text10_02.png) no-repeat;
    background-size: contain;
    width: 285px;
    height: 317px;
    right: 0px;
    top: -99px;
}
.step_txt .sp1 {
	width:220px;
}
.fax_set {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    bottom: -43px;
    left: 60px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    padding: 1px;
    box-sizing: border-box;
    width: 315px;
}
.waku2 .steps_contents:before {
    background: url(images2/text11-01.png) no-repeat;
    width: 340px;
    height: 332px;
    background-size: contain;
    right: -8px;
}
.waku3 .steps_contents:before {
    background: url(images2/text15_01.png) no-repeat;
    background-size: contain;
    width: 192px;
    height: 233px;
    right: 5px;
    top: 62px;
}
.waku4 .steps_contents:before {
    background: url(images2/text18-01.png) no-repeat;
    width: 160px;
    height: 182px;
    right: 25px;
    top: 84px;
    background-size: contain;
}
.form_main table {
	width:100%;
}
form table th {
	display:block;
	width:100%;
}
form td {
	display:block;
	background-size:100% auto;
	width:100%;
	box-sizing:border-box;
	padding: 0 40px 0 20px;
}
form td input,
textarea {
    width: 85%;
	margin-left:7.5%;
	margin-bottom:10px;
}
select {
	margin-left:7.5%;
}
input[type="image"] {
	margin-left:0;
}
form td input, textarea {
    width: auto;
    margin-left: 7.5%;
    margin-bottom: 10px;
}
.footer_contents .two_box td span {
    display: block;
}
.footer_contents .two_box {
    padding: 20px 0;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: 2px;
    line-height: 170%;
    align-items: flex-end;
}
    
.form_box p {
    margin: 0 0 -1em;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.5;
}

}

@media screen and (min-width:701px) and (max-width:1020px) { 
img {
    height: auto;
}
#header h2 img {
	padding-left:3%;
}
header {
    position: relative;
    height: 63vw;
	box-sizing:border-box;
}
header .txt_box {
    bottom: 10px;
}

.step_txt .sp1 {
	width:220px;
}
.title_set img:nth-child(2) {
	max-width:70%;
}
.top_btn {
	display:none;
}
header .txt_box p {
    width: 100%;
}
header .txt_box a {
    width: 0;
}
.waku3 .steps_contents:before {
    background: url(images2/text15_01.png) no-repeat;
    width: 254px;
    height: 233px;
    right: 15px;
    top: 57px;
}
.waku4 .steps_contents:before {
    background: url(images2/text18-01.png) no-repeat;
    width: 174px;
    height: 182px;
    right: 40px;
    top: 100px;
}
.container {
    width: 94%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 8px #666;
    max-width: 100%;
}
.form_main table {
	width:100%;
}
.form_tel a img {
    width: 90%;
    display: block;
    margin: 10px 10%;
}
main:after {
	background-size: 90% auto;
	background-position: 40px bottom;
	
}
.footer_contents .two_box td span {
    display: block;
}

.form_box p {
    margin: 0.5em 0 -1em;
    font-size: 0.85rem;
    letter-spacing: 0;
    line-height: 1.5;
}

}

@media screen and (min-width:1021px) and (max-width:1070px) { 
#header h2 img {
	padding-left:3%;
}

}

@media screen and (max-width: 414px) {
.form_icon {
    bottom: -40px;
}

.form_box p:first-of-type {
    margin-top: 0;
}

.form_box p.p-2 {
    margin: -4em 0 0;
}

.ss-ib {
    display: inline-block;
}

}