@charset "Utf-8";
/*
Sub #E6F9FF とても明るい R230 G249 B255
Sub #CCF2FF 明るい 204 242 255
Base #00BFFF ベース明るめ青 0 191 255
Sub #00A3D9 濃く１ 0 163 217
Sub #0086B3 濃く２ 0 134 179
Sub #00698C 濃く３ 0 105 140
Sub #FFBF00 対比オレンジ系 255 191 00
Sub #D9A300 対比オレンジ濃いめ　217 163 0
*/

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;	/**	widthにpaddingを含める	**/
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

body {
	font-size: 14px;
	line-height: 150%;
	color: #003333;
}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.contents a img {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}
.contents a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********** youtube 地図 ***********/

.youtube_wrapp{
	max-width: 480px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

.map{
	width: 95%;
	padding: 10px;
	border: 1px solid #999999;
}

/*********** 解除・調整・その他 ***********/

.clear{clear: both;}
/* clearfix */
.cf:after{
	content: "";
	clear: both;
	display: block;
}


.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}

.font_110{ font-size: 110%;}
.font_120{ font-size: 120%;}
.font_130{ font-size: 130%;}
.font_140{ font-size: 140%;}
.font_150{ font-size: 150%;}
.font_160{ font-size: 160%;}
.font_170{ font-size: 170%;}
.font_180{ font-size: 180%;}
.font_190{ font-size: 190%;}
.font_200{ font-size: 200%;}

.align_center{ text-align: center;}
.align_right{ text-align: right;}
.align_left{ text-align: left;}

.img_max {max-width: 100%;}

.only_pc {}
.only_mobile {display: none !important;}

/* 点滅 */
.blink{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/** 共通基本レイアウト **************************************/
.header{
}
.header_wrap{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.header_contents{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.navi{
	background-color: #00bfff;
}

.navi_wrap{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.navi_contents{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.container{}

.contents_wrap{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contents{
	width: 980px;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.footer{
	background-color: #00bfff;
}

.footer_wrap{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer_contents{
	width: 980px;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.footer_contents p{
	color: #ffffff !important;
}


/** ヘッダーデザイン **************************************/

.header_contents h1{
	font-size: 80%;
	font-weight: 400;
}

.header_logo{
	width: 130px;
}

.header_left{
	float: left;
	width: 160px;
}
.header_company{
	float: left;
	padding-top: 20px;
	font-size: 90%;
}

.header_company span{
	display: block;
	font-size: 230%;
	font-weight: 400;
	padding-top: 5px;
}

.header_left p{
	padding-left: 10px;
}

.header_right{
	float: right;
	width: 350px;
	padding-top: 10px;
}

.header_right p{
	line-height: 200%;
	text-align: right;
}

.header_right p span{
	font-size: 150%;
	font-weight: 800;
}

.header_right p span a{
	color: #D9A300;
	text-decoration: none;
}

/** メニュー **************************************/

.menu{
	list-style-type: none;
	width: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

.menu li{
	flex-grow: 1;
	font-size: 120%;
	text-align: center;
	border-right: 1px dotted #00698C;
}

.menu li:hover{
	background-color:#00A3D9;
}

.menu li:first-child{
	border-left: 1px dotted #00698C;
}



.menu li a{
	display: block;
	color: white;
	padding: 15px;
	font-weight: 400;
	text-decoration: none;
}

/** スライダー **************************************/

.slider{
	margin-bottom: 90px;
}

/** コンテンツ **************************************/

.contents p{
	padding: 10px;
	line-height: 180%;
}

.page_title{
	background-image: url(img/title_bg.jpg);
	height: 150px;
	margin-bottom: 20px;
}

.page_title h1{
	padding-top: 40px;
	padding-left: 10px;
	font-size: 250%;
	font-weight: 400;
}

.page_title p{
	padding-top: 20px;
	padding-left: 10px;
	color: #00698C;
}


.h2_contents {
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 2px solid #00bfff;
    border-left: 12px #00bfff;
    border-left-style: groove;
    padding-left: 10px;
    min-height: 38px;
    font-size: 150%;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

.list-mv01{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.mv01{
	transition: .8s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.table_info{
	width: 100%;
}

.table_info tr th{
	border-bottom: 2px solid #999999;
	padding: 10px;
}

.table_info tr td{
	border-bottom: 1px solid #999999;
	padding: 10px;
}

.ul_list{
	list-style-type: none;
	padding-left: 10px;
}

.ul_list li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.ul_list li:before{
	content: "≫";
}


.enkaku{
	margin-bottom: 30px;
}

.enkaku ul{
	list-style-type: none;
}

.enkaku ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.enkaku ul li span{
	display: inline-block;
	width: 100px;
	font-weight: 800;
}

/** 問い合わせフォーム **************************************/

.table_form{
	width: 100%;
	font-size: 110%;
}

.table_form caption{
	text-align: left;
}

.table_form tr{
	display: block;
	width: 100%;
}

.table_form tr th{
	width: 300px;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #00698C;
}

.table_form tr td{
	width: 680px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #00698C;
}

.table_form tr td label{
	padding-left: 10px;
	padding-right: 10px;
}


.table_form tr td input, .table_form tr td textarea, .table_form tr td label, .table_form tr td select{
	font-size: 110%;
}

.table_form tr td input, .table_form tr td textarea, .table_form tr td select{
	background-color: #E6F9FF;
}
.input_tell{
	width: 300px !important;
}

.hint{
	display: block;
	padding: 10px;
	border: 1px dashed #999999;
	margin-top: 10px;
}

.att{
	color: #C7243A;
}


.button{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.button button{
	width: 200px;
	text-align: center;
	font-size: 130%;
	padding: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

.button button:hover{
	background-color: #CAE7F2;
	border: 3px solid #007FB1;
	font-weight: 800;
}

/** ▼プライバシーポリシー *************************/

.list_disc{
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 10px;
}
.list_disc li{
	padding-top: 3px;
	padding-bottom: 3px;
}


.list_policy{
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 20px;
}

.list_policy li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact_button{
	padding:10px;
}

.contact_button a{
	display: inline-block;
	background-color: #00bfff;
	line-height: 250%;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: 800;
	color: white;
	border: 1px solid #999999;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	transition: 0.3s;
}

.contact_button a:hover{
	background-color: #00698C;
}



/** ▲プライバシーポリシー *************************/

/** エラーメッセージ **/

.message{
	border: 2px dashed #C7243A;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #C7243A;
	font-size: 115%;
	font-weight: 800;
}


/** フッターデザイン **************************************/

.footer_navi{
	list-style-type: none;
	padding-bottom: 10px;
}

.footer_navi li{
	float: left;
	margin-left: 20px;
}

.footer_navi li i{
	margin-right: 7px;
}


.footer_navi:after{
	content: "";
	clear: both;
	display: block;
}

.footer_navi li a{
	text-decoration: none;
	color: white;
}


.footer_contents p a{
	color: white;
	text-decoration: none;
}

.footer_contents p a:hover{
	text-decoration: underline;
}


/** 基本グリッド **************************************/


.one_half{
	width: 480px;
	margin-bottom: 30px;
}

.one_thread{
	width: 310px;
}

.two_thread{
	width: 645px;
}

.one_fourth{
	width: 230px;
}

.three_fourth{
	width: 730px;
}


/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.space_between{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.space_around{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* センター寄せ */
.justify_center {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}

/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
}

.section{
	margin-bottom: 50px;
}
.section_sub{
	margin-bottom: 30px;
}
.table_news{
	border-collapse: collapse;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.table_news tr th{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #dcdcdc;
	padding: 10px;
}

.table_news tr td{
	min-width: 250px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
}

.table_policy{
	border-collapse: collapse;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.table_policy tr th{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #dcdcdc;
	padding: 10px;
}

.table_policy tr td{
	min-width: 250px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
}
h3.align_center {
  color: #007bb5; /* 深みの有るスカイブルー */
  background: linear-gradient(135deg, #e0f2fe 0%, #b9e6fe 100%);
  padding: 10px 20px;
  border-left: 6px solid #0284c7;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.15);
}

/* 本文テキスト */
p {
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}

/* 緊急連絡先ボックス（カード風デザイン） */
.comment_box {
  background-color: #f0f9ff; /* 超薄型スカイブルー */
  border: 1px solid #bae6fd;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  line-height: 2;
}

/* 各項目（見出し）の太字化 */
.comment_box {
  color: #1e293b;
  font-weight: 600;
}

/* 電話番号リンク（クリック/タップしやすいボタン装飾） */
.span_tell {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 16px;
}

.span_tell a {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0284c7;
  border: 2px solid #38bdf8;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(2, 132, 199, 0.1);
}

/* ホバー・タップ時の演出 */
.span_tell a:hover {
  background-color: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(2, 132, 199, 0.25);
}