﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#4a4a4a;
	background: #FFFF;
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic", serif!important;
}
img{
	max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}/*600*/


/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;padding: 0px 5px;}
a:link,
a:visited {
	color: #DA573A;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #2CAF9D;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	padding: 0px;
	margin-top: -20px;
}
.header_in{
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 0px;
}
.logo{
	max-width: 400px;
	width: 35%;
}	
.header_right{width: 65%;}

@media screen and (max-width:1000px){
.header_in{padding: 20px 0px 0px;height: 80px;}
.logo{max-width: 350px;width: 80%;}
.header_right{width: 20%;}
}
@media screen and (max-width:500px){
.header_in{height: 70px;}
.logo{max-width: 250px;}
}


.mail_sp{padding-top: 20px;}

/*header　PC用ボタン-------*/
.header_btn{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto;
}
.header_btn li{margin-left: 10px;}

@media screen and (max-width:1500px){
.header_btn{width: 98%;}
}/*1200px*/



@media screen and (max-width:1000px){
.header_btn{display: none;}
}

/*=============================
		ヘッダーボタン
=============================*/
.h_btn{
	background: #F4EEE2!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#7B551F!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn a:hove{
	background:#7B551F!important;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}

/*ボタンオレンジ-------------------------------*/
.h_btn_orange{
	background: #DA573A!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_orange:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_orange i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_orange{padding: 5px 20px;}
.h_btn_orange{font-size: 14px!important;}
}

/*ボタン青-------------------------------*/
.h_btn_blue{
	background: #04508c!important;
	padding: 12px 35px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_blue:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_blue i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_blue{padding: 5px 20px;}
.h_btn_blue{font-size: 14px!important;}
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:700px;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
}
.vegas_text_box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.vegas_text{
	display: inline-block;
	margin-top: 180px;
	}
.vegas_text h2{
	font-size: 40px;
	font-family: 'Zen Antique', serif;/*google font*/
	color: #000;
	margin-bottom: 20px;
	background: #FFF;
	display: block;
    width: fit-content;/* 背景を文字の長さに合わせる */
	padding: 0px 30px;
}
.vegas_text h3{
	font-size: 40px;
	font-family: 'Zen Antique', serif;/*google font*/
	color: #04508c;
	background: #FFF;
	display: block;
	width: fit-content;/* 背景を文字の長さに合わせる */
	padding: 0px 30px;
	margin-bottom: 20px;
}

.vegas_text p{
	font-size: 23px;
	color: #FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin-top: 140px;}
}

@media screen and (max-width: 800px) {
#vegas_box{height:450px;}
.vegas_text{margin-top: 130px;}
.vegas_text h2{font-size: 30px;}
.vegas_text h3{font-size: 30px;}
.vegas_text p{font-size: 18px;}
}

@media screen and (max-width: 600px) {
#vegas_box{height:400px;}
.vegas_text{margin-top: 100px;}
.vegas_text h2{font-size: 25px;padding: 0px 10px;}
.vegas_text h3{font-size: 25px;padding: 0px 10px;}
.vegas_text p{font-size: 17px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:350px;}
.vegas_text{margin-top: 80px;}
.vegas_text h2{font-size: 25px;padding: 0px 10px;margin-bottom: 10px;}
.vegas_text h3{font-size: 23px;padding: 0px 10px;}
.vegas_text p{font-size: 13px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
.scroll{display: none;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 50px;
}	

.f_logo{
	text-align:center;
	margin:0 auto 50px;
	max-width: 350px;
}
.f_txt{
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	margin: 0px auto 50px;
}

.f_copy{
	font-size:12px;
	text-align:center;
	padding:20px 0px 0px;
}

@media screen and (max-width: 600px) {
footer{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 50px;
	padding-bottom: 90px;
}
.f_logo{
	width:60%;
	margin:0 auto;
	padding:0px;
}
.f_txt{
	font-size: 12px;
	line-height: 200%;
	text-align: center;
	margin: 0px auto 10px;
}
.f_copy{
	font-size:12px;
	padding:15px 0px 0px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 700px) {
	ul.f_menu{display:none;}
}



/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0px;
	background: #04508c;
	padding: 0px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	align-items: flex-end;
}
ul.footer_sp_menu li{
	width: 25%;
	text-align: center;
	font-size: 12px;
	padding: 15px 0px;
}
ul.footer_sp_menu li i{font-size: 25px;}


	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 180%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{
	background: linear-gradient(transparent 0%, #e2e6cd 0%);
	font-weight: bold;
}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		PT ページタイトル
=============================*/

.pt{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt2{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt3{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt4{
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt5{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt6{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt7{
	background:url("../vegas/slider9.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt8{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt9{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	width: 100%;
	margin: 0 auto;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/

}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Zen Antique', serif;/*google font*/
	font-size: 50px;
	line-height: 160%;
	margin-bottom: 15px;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8,.pt9{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;margin-bottom: 5px;}
.pt-inner p{font-size: 18px;}
}



/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #04508c;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 500;
  
  /* 追加：中の a タグを中央に寄せる */
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_top a {
  /* position: relative などは不要になります */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  
  /* 修正ポイント：absoluteをやめて、余計な余白を消す */
  line-height: 1; /* 行間の影響をなくす */
  display: block;
}
@media screen and (max-width: 1000px) {
#page_top{display: none;}
}


/*=============================
		ボタン
=============================*/
.yoyaku_btn{
	text-align: center;
	margin: 50px auto;
}

.btn1{/* --------------------------青 */
	background:#04508c;
	margin: 10px auto;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	text-align: center;
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}
.btn_big{font-size: 20px!important;max-width: 400px!important;}

@media screen and (max-width: 600px) {
.yoyaku_btn{
	display: none;
	}
	
.btn1{
	font-size:13px;
	padding: 1em 2em;
	border-radius: 30px;
	}
.btn_big{font-size: 18px!important;}
}

.btn2{/* --------------------------白 */
	background:#FFF;
	margin: 15px auto;
	padding: 1em 0em;
	display: block;
	text-decoration: none;
	font-size:15px;
	line-height: 130%;
	color:#705125!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	max-width: 300px;
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}

/*=============================
		table
=============================*/
.nowrap{white-space: nowrap;}
table.type01 {
    width: 100%;
    margin: 0 auto 0px;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 140%;
    /* 追加：テーブルの幅計算を固定にする */
    table-layout: fixed; 
}

table.type01 th {
    width: 30%; /* 項目名の幅を固定（お好みで調整） */
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f5f7f7;
    vertical-align: middle;
    text-align: center;
    /* 削除または上書き：white-space: nowrap; は不要 */
}

table.type01 td {
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    /* 修正：改行を許可する */
    white-space: normal; 
    /* 長い英数字（電話番号等）対策 */
    word-break: break-all; 
}

/* スマホ用（幅が狭い時）の微調整 */
@media screen and (max-width: 767px) {
    table.type01 th {
        width: 35%; /* スマホでは項目名を少し広げるか、もしくは縦並びを検討 */
        padding: 15px 10px;
        font-size: 14px;
        /* スマホでも項目名は改行させたくない場合はここだけ nowrap でもOK */
        white-space: nowrap; 
    }
    table.type01 td {
        padding: 15px 10px;
        font-size: 14px;
    }
}





/*スクロール-----------------------------------------------*/
.table-wrap {
	overflow-x: scroll;
	width: 100%;
	margin: 0 auto 20px;
	/*border: solid 1px #eee;
	box-sizing: border-box;*/
}



/*=============================
		wrap
=============================*/
.wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
	padding-top: 100px;
}
.main{width: 73%;}
.side{width: 25%;}

@media screen and (max-width: 1100px) {
.wrap{flex-wrap: wrap;justify-content: center;}
.main{width: 100%;}
.side{display: none;}
}

@media screen and (max-width: 600px) {
.wrap{padding-top: 50px;}
}



/*=============================
		MAP
=============================*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=============================
		title
=============================*/
.title1{
	text-align: center;
	margin-bottom: 50px;
}
.title1 h2{
	color: #04508c;
	font-size: 60px;
	font-family: 'Zen Antique', serif;/*google font*/
	margin-bottom: 15px;
	border-bottom:  solid 1px #04508c;
	display: inline-block;
	padding: 0px 30px 0px;
}
.title1 p{
	color: #04508c;
	font-size: 20px;
	letter-spacing: 2px;
}

@media screen and (max-width: 800px) {
.title1 h2{font-size: 30px;}
.title1 p{font-size: 14px;}
}

/*---------------------------白文字*/
.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 60px;
	line-height: 150%;
	font-family: 'Zen Antique', serif;/*google font*/
	margin-bottom: 15px;
	border-bottom:  solid 1px #FFFF;
	display: inline-block;
	padding: 0px 30px 10px;
}
.title2 p{
	color: #FFFF;
	font-size: 20px;
	letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
.title2 h2{font-size: 35px;}
.title2 p{font-size: 16px;letter-spacing: 0px;}	
}




/*=============================
		title　（2nd用）
=============================*/
/*title　下に線があるデザイン------------*/
.title_2nd{
	position: relative;
	overflow: hidden;
	font-size:28px;
	padding: 10px;
	margin-bottom: 30px;
	color: #04508c;
}
.title_2nd::before,
.title_2nd::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title_2nd:before{
	border-bottom: 5px solid #04508c;
	width: 100%;
}
.title_2nd:after{
	border-bottom: 5px solid #68bee5;
	width: 100%;
}

@media screen and (max-width: 800px) {
.title_2nd{
	font-size:25px;
	padding: 7px;
}
}
@media screen and (max-width: 500px) {
.title_2nd{
	font-size:20px;
	padding: 5px;
}
}


/*=============================
		もくじ
=============================*/
ul.mokuji{
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1000px;
	margin: 20px auto 80px;
}
ul.mokuji li{
	margin: 0px 10px;
}
.mokuji_btn{
	background:#BD1834;
	padding: 0.8em 1.5em;
	display: block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
}	
@media screen and (max-width: 1000px) {
	ul.mokuji{
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.mokuji li{
		width: 30%;
		text-align: center;
	}
	.mokuji_btn{
		padding: 0.8em 0.2em;
		font-size:18px;
		margin: 5px;
	}
}
@media screen and (max-width: 700px) {
	ul.mokuji{margin: -50px auto 30px;}
	ul.mokuji li{margin: 0px 5px;}
	.mokuji_btn{font-size: 16px;}	
}
@media screen and (max-width: 500px) {
	ul.mokuji li{width: 45%;}
	.mokuji_btn{font-size: 14px;}
}

/*=============================
		BOX
=============================*/
.box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
}

@media screen and (max-width: 600px) {

}

/*=============================
		wrap
=============================*/
.wrap1{
	background: #ccc;
	margin-top: -10px;
	padding: 50px 0px;
}
.wrap2{
	padding: 100px 0px;
}
.svg_img{
	vertical-align:bottom;
	border: solid 1px #000;
}
@media screen and (max-width: 600px) {
.wrap1{padding-top: 50px;}
.wrap2{padding-top: 50px;}
}




/* TOP（ごさいつ） -------------------------------------------*/
.top1{
	width: 95%;
	max-width: 1500px;
	margin: 150px auto 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.top1_img{width: 45%;text-align: center;}
.top1_txt{width: 45%;}
.top1_txt h2{
	font-size: 35px;
	color: #04508c;
}
.top1_txt p{
	font-size: 18px;
	line-height: 200%;
	margin: 20px 0px;
}
.top1_btn{margin: 0 auto;}

@media screen and (max-width: 1100px) {
.top1_img{width: 80%;}
.top1_txt{width: 90%;margin-bottom: 50px;}
.top1_txt h2{text-align: center;}
.top1_txt p{text-align: center;margin: 50px 0px;}
.top1_btn{margin: 0 auto;text-align: center;}
}
@media screen and (max-width: 800px) {
.top1{width: 100%;margin: 100px auto 100px;}
.top1_txt h2{font-size: 30px;margin-bottom: 30px;}
.top1_txt p{font-size: 16px;text-align: left;}
}
@media screen and (max-width: 600px) {
.top1{margin: 60px auto 60px;}
.top1_txt h2{font-size: 20px;margin-bottom: 15px;padding: 0px 10px;}
.top1_txt p{font-size: 13px;line-height:180%;margin: 30px 0px;}
}
@media screen and (max-width: 500px) {
}


/* TOP（サービス） -------------------------------------------*/
.top2{
	width:100%;
	padding:150px 0px;
	background:#f1f1f1;
}
.service_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.service_in{
	width: 48%;
	margin-bottom: 50px;
	padding: 0% 1%;
}
.service_in h2{
	font-size: 25px;
	text-align: center;
	color: #04508c;
	margin: 10px 0px;
}
.service_in p{
	text-align:center;
}

@media screen and (max-width: 1000px) {
.service_in h2{font-size: 20px;}
.service_box{
	flex-wrap: wrap;
	justify-content: center;
}
.service_in{width: 90%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.top2{padding:80px 0px;}
.service_in h2{font-size: 16px;margin: 5px 0px;}
}



/* TOP（バナー） -------------------------------------------*/
ul.top_banner{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 100px auto 150px;
}
ul.top_banner li{
	width: 48%;
}
@media screen and (max-width: 1000px) {
ul.top_banner{
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_banner li{
	width: 100%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
ul.top_banner{
	margin: 50px auto 0px;
}
}


/* TOPのお知らせ--------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 30px;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 18px;
	line-height: 130%;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}

@media screen and (max-width: 800px) {
.top_news{
	background:none;
}
.news{padding: 20px;}
table.news_table {font-size: 16px;}
table.news_table tr th {padding: 15px;}
table.news_table tr td {padding: 15px;}
}

@media screen and (max-width: 600px) {
.top_news{
	padding:100px 0px;
}
table.news_table {font-size: 14px;}
}

/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px 130px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	width: 46%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 25px 0px 15px;
}
ul.contact_btn li i{
	font-size: 50px;
	padding-bottom: 20px;
	color: #04508c;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #04508c;
	padding: 0px!important;
}
.contact_txt{font-size: 18px;}
.contact_mail{
	font-size: 40px;
	font-family: 'Zen Antique', serif;/*google font*/
}
.contact_tel{
	font-size: 40px;
	font-family: 'Zen Antique', serif;/*google font*/
}

@media screen and (max-width: 800px) {
.top_contact{
	padding: 100px 0px 70px;
	background-attachment: scroll; /* 固定を解除して通常表示にする */
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{
	width: 85%;
	margin-bottom: 30px;
	padding: 20px 0px 0px;
}
}
@media screen and (max-width: 500px) {
.top_contact{
	padding: 60px 0px 70px;
}
ul.contact_btn li{
	width: 90%;
	border-radius: 15px;
	padding: 15px 0px 10px;
	margin-bottom: 20px;
}
.contact_txt{font-size: 14px;}
ul.contact_btn li i{font-size: 35px;padding-bottom: 10px;}
.contact_mail{font-size: 25px;}	
.contact_tel{font-size: 23px;}	
}



/*会社概要----------------------------------------------------*/





/* お問い合わせ -------------------------------------------*/
.mailform_tel{
	margin: 30px auto 0px;
	font-size: 40px;
	text-align: center;
	font-family: 'Zen Antique', serif;/*google font*/
}
.mailform_tel a{
	text-decoration: none;
	color: #04508c;
	padding: 0px!important;
}
.mailform_txt{
	font-size: 18px;
	text-align: center;
}
.mailbox{
	max-width: 850px;
	margin: 20px auto;
	padding: 30px;
	background: #FFFFFF;
	border: solid 2px #ccc;
}
.mail_br{display: none;}

@media screen and (max-width: 600px) {
.mailform_tel{
	font-size: 30px;
}
.mailform_txt{
	font-size: 13px;
	text-align: left;
}
.mailbox{padding: 10px;}
.mail_br{display: block;}
}



/* Service01（きざいらず） -------------------------------------------*/
.Service01{
	width: 90%;
	max-width: 1300px;
	margin: 150px auto 100px;
}
.Service01_img{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 100px;
	text-align: center;
}
.Service01 h2{
	font-size: 35px;
	color: #04508c;
	text-align: center;
	margin: 0 auto;
}
.Service01 p{
	font-size: 20px;
	line-height: 200%;
	max-width: 800px;
	margin: 80px auto;
	text-align: center;
}

@media screen and (max-width: 1000px) {
.Service01 h2{font-size: 28px;}
.Service01 p{
	font-size: 16px;
	margin: 50px auto;
}
}
@media screen and (max-width: 600px) {
.Service01{margin: 100px auto 80px;}
.Service01 h2{font-size: 20px;}
.Service01 p{
	font-size: 14px;
	margin: 30px auto;
	text-align: left;
}
.Service01_img{margin: 0 auto 50px;width: 70%;}
}


/* Service01（きざいらず）悩み -------------------------------------------*/
.nayami_box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
	padding: 50px 20px;
	background: #dce4ea;
}
.nayami_box h2{
	font-size: 35px;
	color: #04508c;
	text-align: center;
	margin: 0 auto 50px;
}
.nayami_box_img{
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
ul.nayami{
	max-width: 600px;
	width: 95%;
	margin: 0 auto 50px;
}
ul.nayami li{
	font-size: 22px;
	padding-bottom: 10px;
}
ul.nayami li i{
	font-size: 25px;
	margin-right: 10px;
	color: #BD1834;
}

@media screen and (max-width: 800px) {
ul.nayami li{font-size: 20px;}
ul.nayami li i{font-size: 22px;}
}
@media screen and (max-width: 600px) {
.nayami_box h2{font-size: 24px;margin: 0 auto 30px;}
ul.nayami{margin: 0 auto 30px;}
ul.nayami li{font-size: 14px;padding-bottom: 5px;}
ul.nayami li i{font-size: 14px;margin-right: 5px;}
}



/* Service01（きざいらず）クオリティー-------------------------------------------*/
.quality_box{
	max-width: 1200px;
	width: 90%;
	margin: 100px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quality2{flex-direction: row-reverse!important;}
.quality_txt{width: 45%;}
.quality_img{width: 50%;}

.quality_txt h2{
	font-size: 50px;
	color: #d3edf9;
	margin-bottom: 20px;
}
.quality_txt h3{
	font-size: 22px;
	line-height: 150%;
	color: #04508c;
	margin-bottom: 20px;
}
.quality_txt p{
	font-size: 18px;
}


@media screen and (max-width: 900px) {
.quality_box{
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
}
.quality_txt{width: 100%;margin-bottom: 30px;}
.quality_img{width: 80%;}
.quality_txt h2{font-size: 45px;margin-bottom: 10px;}
.quality_txt h3{font-size: 20px;}
.quality_txt p{font-size: 14px;}
}

@media screen and (max-width: 500px) {
.quality_txt{margin-bottom: 20px;}
.quality_txt h2{font-size: 40px;}
.quality_txt h3{font-size: 18px;margin-bottom: 10px;}
.quality_txt p{font-size: 12px;}
}




/* Service01（きざいらず）流れ-------------------------------------------*/
.flow_all{
	width:100%;
	padding:150px 0px;
	background:#f1f1f1;
}
.flow_box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	padding: 100px 20px;
	border-radius: 30px;
	box-sizing: border-box;
}

.flow_design03 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.flow_all{
	padding:50px 0px;
}
.flow_box{
	padding: 50px 20px 5px;
	border-radius: 20px;
}
.flow_design03 {
	width: 95%;
	margin: 0 auto 50px;
	}
}



.flow_design03 ul {padding: 0;}
.flow_design03 li {list-style-type: none;}
.flow_design03 dd {margin-left: 0;}
.flow03 {position: relative;}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {position: relative;}
.flow03 > li:not(:last-child) {margin-bottom: 50px;}

.flow03 > li .icon03 {
  font-size: 1em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #68bee5;
  display: inline-block;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #68bee5;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.2em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 12px!important;}
}


