@charset "utf-8";
/* CSS Document */

p.corona{
	padding:15px;
	color:#FFF;
	background:#F03;
	letter-spacing:3px;
	font-size:280%;
	text-align:center;
	margin:25px 0;
	border:8px double #FFF;
	font-weight:normal;
}



.big_text{
	font-size:120%;
}
span.s_text{
	font-size:60%;
}

p.corona_02{
	padding:80px 0;
	font-size:230%;
	letter-spacing:2px;
	color:#2d2d2d;
	text-align:center;
	text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.6);
  text-decoration-skip-ink: none;
  }



#main_visual{
	width:100%;
	height:782px;
	background:url(../img/mainvisual/main_01.jpg) center top no-repeat;
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	position:relative;
	z-index:1;
}

.content_wrap{
	width:100%;
	height:auto;
	background:#FFF;
	padding-bottom:120px;
}

.content_centar{
	width:1100px;
	margin:0 auto;
	position:relative;
}



h2.main_title{
	clear:both;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
	font-size:220%;
	color:#333;
	padding:80px 0 0px 0;
	background:url(../img/back_logo.png) no-repeat;
	background-position:center 100px;
}

span.big{
	font-size:250%;
	color:#F60;
}

ul.list_text{
	margin-bottom:80px;
}

ul.list_text li{
	color:#333;
	letter-spacing:2px;
	font-size:146.5%;
	padding:25px 0 0 0;
}

p.text_01{
	width:600px;
	text-align:justify;
	margin-top:30px;
	float:left;
	line-height:1.8;
	font-size:108%;
	letter-spacing:2px;
}

h2.main_title_01{
	color:#1baad1;
	-webkit-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;
	-moz-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;
	-ms-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;	
    text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;	
	padding-top:110px;
	text-align:center;
	font-size:380%;
	letter-spacing:1px;
	font-weight:800;
}
p.logo_text{
	color:#111;
	font-size:153.9%;
	text-align:center;
	letter-spacing:3px;
	-webkit-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;
	-moz-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;
	-ms-text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;	
    text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;	
	font-weight:800;
	border-bottom:2px solid #BBB;
	width:1000px;
	margin:0 auto;
}
.red{
	font-size:108%;
	color:#F03;
}

h2.e_title{
	clear:both;
	text-align:center;
	font-weight:900;
	letter-spacing:3px;
	font-size:320%;
}

.r_text{
	font-size:250%;
	color:#F90;
}

p.e_text{
	text-align:justify;
	letter-spacing:2px;
	font-size:182%;
	padding-left:200px;
	padding-bottom:20px;
	color:#06F;
	font-weight:800;
}
p.e_text_01{
	text-align:justify;
	letter-spacing:2px;
	font-size:182%;
	font-weight:800;
	padding-left:200px;
	padding-bottom:85px;
	color:#06F;
}

span.red_01{
	color:#F00;
}


.photo_01{
	margin-top:30px;
	width:450px;
	height:320px;
	float:right;
}
p.text_02{
	width:620px;
	text-align:justify;
	margin-top:20px;
	float:right;
	line-height:1.7;
	font-size:108%;
	letter-spacing:1px;
}
.photo_02{
	margin-top:30px;
	width:450px;
	height:360px;
	float:left;
}
/* =======================================
	ここから　エフェクト
======================================= */
.swiping {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.swiping img {
	position: absolute;
	width: 100%;
}
.swiping-back {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* =======================================
	ここまで　エフェクト
======================================= */



/* =======================================
	一覧表のボタン
======================================= */
#btn_center_01{
	clear:both;
	width:1100px;
	height:auto;
	margin:0 auto;
	position:relative;
}

.button_01{
	clear:both;
	margin:60px 0px 50px 145px;
	background-color: #1baad1;
	border: 2px solid #ccc;
	display: inline-block;
	width: 300px;
	padding:15px 0;
  　font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:108%;
	color:#FFF;
	/*************************************************************************************
	outlineプロパティは、アウトラインのスタイル・太さ・色をまとめて指定する際に使用します。
	borderプロパティとは異なり、outlineプロパティには上下左右の概念はありません。 
	アウトラインをつける（縁取りをする）対象が丸い場合には、アウトラインも丸くなります。
	*************************************************************************************/
	outline: none;
	text-decoration:none !important;
	border-radius:5px !important;
}

.button_01::before,
.button_01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	border-radius:5px !important;
}
.button_01,
.button_01::before,
.button_01::after {
	/*********************************************************
	「box-sizing」はボックスサイズの算出方法を指定する 
	content-box
	パディングとボーダーを幅と高さに含めない（初期値）
	border-box
	パディングとボーダーを幅と高さに含める
	inherit
	親要素の値を継承する
	**********************************************************/
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	/*transitionで変化を設定 これにより滑らかに動く*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

/* btn4 */
.btn4 {
	z-index: 2;
	color:#fff !important;
	line-height: 26px;
	letter-spacing:2px;
	position:relative;
	text-align:center;
	left:24%;
	border-radius:5px !important;
}
.btn4:hover {
	border-radius:5px !important;
	background-color: #fff;
	border-color: #1baad1;
	color: #1baad1 !important;
}
.btn4::before,
.btn4::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #1baad1;
}
.btn4::before {
	right: 0;
}
.btn4::after {
	left: 0;
}
.btn4:hover::before,
.btn4:hover::after {
	width: 0;
	background-color: #1baad1;
	border-radius:5px !important;
}
.content_wrap_01{
	width:100%;
	height:auto;
	background:#fafafa;
	padding-bottom:180px;
}

ul.banner_list{
	padding-top:100px;
	width:1050px;
	height:220px;
	margin:0 auto;
}

.banner_list li{
	width:470px;
	height:220px;
	float:left;
}
.right_li{
	margin-left:110px;
}





.map_box{
	clear:both;
	width:1100px;
	height:480px;
	border:3px solid #1baad1;
	margin-bottom:50px;
}
.address_box{
	margin:20px 0;
	width:1100px;
	height:200px;
	float:left;
}

span.address_title{
	font-size:123.1%;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;
}
span.address_text{
	font-size:131%;
	color:#535353;
}



table.listing_price {
	border-collapse: collapse;
	text-align: left;
	border-top: 2px solid #1baad1;
	border-bottom: 2px solid #1baad1;
	border-left: 7px solid #1baad1;
}
table.listing_price th {
	width: 100px;
	padding:3px;
	background:#1baad1;
	font-weight: bold;
	color: #FFF;
	letter-spacing:1.5px;
	border-right: px solid #FFF;
	border-bottom: 1px solid #FFF;
}


table.listing_price td {
	padding: 10px;
	background:#fff;
	border-right: 2px solid #1baad1;
	text-align:justify;
	line-height:1.7;
	font-size:108%;
}



ul.staff_list{
	margin-top:50px !important;
	width:960px;
	height:500px;
	margin:0 auto;
	position:relative;
}

ul.staff_list li{
	float:left;
	width:400px;
	height:auto;
	margin-bottom:20px;
}
.right_li01{
	margin-left:160px;
}

p.staff_text{
	text-align: center;
}

p.yaji{
	font-size:300%;
	color:#F30;
	position:absolute;
	left:460px;
	top:160px;
}
	
	
	
/* =======================================
	お問合わせバナー
======================================= */
p.banner_text{
	padding-top:8px;
	font-size:60%;
	text-align:center;
	font-weight:700;
}
.banner_big_text{
	font-size:182%;
}
	
.auto-popup {
    position: fixed;
	z-index:9999;
    right: 3em;
    bottom: -12em;
    opacity: 0;
    text-decoration: none;
    transition: bottom 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        opacity 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        box-shadow 200ms ease 0ms,
        transform 200ms ease 0ms;
}
.auto-popup-active {
    bottom: 2em;
    opacity: 1;
	border-radius:20px;
}
.auto-popup:hover {
    box-shadow: 0em 0em 0.3em 0em rgba(0, 0, 0, 0.5);
    transform: translate(0.1em, 0.1em);
}
.auto-popup-close {
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    background-color: #000000;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    transform: rotate(45deg);
    cursor: pointer;
    transition: transform 200ms ease 0ms,
        background-color 200ms ease 0ms;
}
.auto-popup-close:hover {
    background-color: #ff0000;
    transform: rotate(135deg);
}
.auto-popup-close-line:nth-child(odd) {
    position: absolute;
    width: 60%;
    height: 10%;
    left: 20%;

	    top: 45%;
    background-color: #ffffff;
}
.auto-popup-close-line:nth-child(even) {
    position: absolute;
    width: 10%;
    height: 60%;
    left: 45%;
    top: 20%;
    background-color: #ffffff;
}
	