@charset "utf-8";

/*
	Last Update:2010/06/15
	Auther: arahori
*/

/*===================================================================
	中央寄せ
===================================================================*/
body  { text-align:center; }
#base { margin:0 auto; text-align:left; }


/*===================================================================
	#base
===================================================================*/
#base { width:720px; background:#FFF; }

/*===================================================================
	#head
===================================================================*/
#head { position:relative; width:720px; height:260px; }
#top #head { height:550px; }

/* .site_logo */
.site_logo { position:absolute; left:10px; top:7px; }
.site_logo a { display:block; width:392px; height:192px; background:url(../image/head/site_logo.gif) no-repeat left top; text-indent:-9999px; }

/* .tel */
.tel { position:absolute; left:460px; top:14px; width:255px; }

/* 2026/04/27追加 */
a.button_head_contact { display:flex; align-items:center; justify-content:center; background:#ff0060; text-decoration:none; border-radius:5px; width:245px; height:55px; }
a.button_head_contact > span { color:#fff; text-decoration:none; font-size:1.25em; line-height:1.3; font-weight:bold; }
a.button_head_contact:hover { opacity:0.6; }

/* .main_visual */
.main_visual { position:absolute; left:0; top:260px; }


/*===================================================================
	#body
===================================================================*/
#body { padding:25px 25px 0; } 


/*===================================================================
	#foot
===================================================================*/
#foot { padding-bottom:20px; text-align:center; }