@charset "utf-8";
/*
Theme Name: responsive_159
Theme URI: http://c-tpl.com/
Description: responsive_159
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 18px/1.5  "Noto Sans JP",sans-serif;
color:#1e1e1e;
-webkit-text-size-adjust: none;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color: #4b1414; /* 通常の色（ロイヤルブルー） */
text-decoration: none; /* 下線を消す場合 */
  }

a:hover, a :active{
 color: 	#949593; 
text-decoration: none; /* ホバー時に下線をつける */
}

a img:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
}

#header{
max-width:1200px;
margin:auto;
position: relative;
z-index: 200;
height:136px;
}

#content{
max-width:960px;
margin:auto;
padding:100px 0 100px;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#footer{
clear:both;
background-color:#190404;
padding-top:80px;
} 

@media only screen and (max-width: 1200px){
#header{
padding:0 20px;
}
}

@media screen and (max-width: 1024px) {
#header{
height:auto;
overflow:hidden;
}
#content{
padding:100px 20px 100px 20px;
}
}

/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:0px;
font-weight:bold;
}

#header h2 img{
width:473px;
}

/* コンタクト
----------------------------------*/
.contact{
float:right;
text-align:right;
margin-top: 45px;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
 position:relative;
}

#mainImg img{
width:100%;
}

#mainImg p img{
max-width:994px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.post{
padding:0px;
background: #fff;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:10px 10px 20px 20px;}

@media only screen and (max-width: 1200px){
#mainImg img{
height: 400px;
object-fit: cover;
}

#mainImg p img{
height: auto;
max-width:95%;
}
}

@media only screen and (max-width: 959px){
#mainImg img{
height: 250px;
}
}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
color:#000;
border:1px solid #eeeeee;
border-bottom:0;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#ffffff;
}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #e9e2d8;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #eeeeee;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #eee;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}


/* フッター
*****************************************************/
.footer-inner{
 display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;	
max-width:1200px;
margin:auto;
padding-bottom:80px;
}

#footer ul{
width:723px;
display: flex;
flex-wrap: wrap;
}

#footer li{
padding: 5px 16px;
position: relative;
list-style-type: none;
padding: 0em 0.6em 0.2em 0.6em;
margin-bottom: 5px;
line-height: 1.5;
border-radius: 15px;
}

 #footer li:before{ 
  display:inline-block; 
  content:'';
  width:0.7em;
  height: 0.7em;
  background: #fff;
  margin-right: 8px;
}

*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#fff;
font-size:16px;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#fff;
font-size:16px;
background-color:#190404;
}

.footer-text_left span{
letter-spacing: 0.12em;
color:#fff;
}

.footer-text_left img{
width:351px;
margin-bottom:30px;
}

@media only screen and (max-width:1200px){
.footer-text_left{
margin:0 20px;
}
#footer ul{
margin:0 20px;
}
}

@media only screen and (max-width: 959px){
.footer-inner{
display: block;
}
.footer-text_left{
max-width:350px;
margin:auto;
padding:0 20px;
}
.footer-text_left span {
font-size:16px;
}
.footer-text_left img{
width:100%;
margin-bottom:25px;
}
#footer ul{
width:88%;
margin:auto;
padding-top:30px;
}
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
padding:20px 10px 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
   nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	width:100%;
	}

	nav#mainNav .inner{
	padding-left:1px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	padding:0px 15px 0px 15px;
	}

	nav#mainNav ul li:last-child{
	padding:0px 0px 0px 15px;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#1e1e1e;
	font-size:18px;
	margin-right:1px;
	}
	
	nav#mainNav ul li a:hover{
	color:#4b1414;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}

	nav#mainNav ul li a span{
	font-size:70%;
	color:#003470;
	font-weight:normal;
	}

	nav#mainNav ul ul{
	white-space: nowrap;
	border-top:0;
	}

	nav#mainNav ul li ul{display: none;}

	nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top:23px;
	left:12px;
	z-index:500;
	border-bottom:2px solid #4b1414;
	}

	nav#mainNav ul li li{
	margin:0;
	float: none;
	height:35px;
	line-height:35px;
	background:#f2eded;
	border:none;
	border-bottom:1px dotted #4b1414;
	padding:0 8px 0 8px!important;
	}

	nav#mainNav ul li li:last-child{border:0;}

	nav#mainNav ul li li a{
	width:100%;
	height:35px;
	line-height:35px;
	font-size:80%;
	text-align:left;
	color:#4b1414;
	}

	nav#mainNav ul li li a:hover{color:#B94047;}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	margin:0 auto 10px;
	background-color:#4b1414;
	border:1px solid #4b1414;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	background: url(images/menuOpen.png) no-repeat 2px 8px;
	background-size:30px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	font-size:21px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: url(images/menuOpen.png) no-repeat 2px -38px;
	background-size:30px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	margin:0px;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #4b1414;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #4b1414;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f2eded;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#4b1414;}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}

.contact {
margin-top: 0px;
float: none;
text-align: center;
padding: 0 0 20px;
}

	nav#mainNav{width:100%;margin:0 auto;}
	
}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
#content, #sidebar{
	clear:both;
	float:none;
	margin:0 auto;
	padding: 40px 20px 50px 20px;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#333;}
	#header h2 img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2{float:none; margin-left: 0px;margin-top: 0px;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}

/* TOPページ
------------------------------------------------------------*/

.top-banner_bg{
  background: #fff url(images/top-bg_img01.jpg) no-repeat;
background-size: cover;
background-position: center;
width:100%;
height:650px;
position:relative;
}

.frame-center{
max-width:1200px;
margin:auto;
}

.top-banner_full{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.top-banner_full li{
margin-bottom:50px;
background: #fff;
}

.top-banner_full li:last-of-type{
margin-bottom:0px;
}

.top-banner_full li img{
display: block;
}

@media only screen and (max-width: 1200px){
.top-banner_full{
width:95%
}

.top-banner_full li img{
display: block;
width:100%;
}
}

@media only screen and (max-width: 1024px){
.top-banner_bg{
height:460px;
}
}

@media only screen and (max-width: 640px){
.top-banner_full li{
margin-bottom:30px;
}
.top-banner_bg{
height:35vh;
}
}

.top-brlist_bg{
background: #fff url(images/top-bg_img02.jpg) no-repeat;
background-size: cover;
background-position: center;
width:100%;
height:580px;
position:relative;
}

.top-brlist_icon{
padding-top:80px;	
}

.top-brlist_icon ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.top-brlist_icon ul li{
margin:0 1% 1% 0;
text-align:center;
background-color:#fff;
position: relative;
background: #fff url(images/top-banner_frame.jpg) no-repeat;
background-size: 100%;
width:32.5%;
height:130px;
border: solid 1px #fff;
}

.top-brlist_icon ul li:nth-child(3n) {
 margin-right: 0;
}

.top-brlist_icon ul li div{
position: absolute;
top: 50%;
left:2%;
transform: translateY(-50%);
text-align:left;
font-size:21px;
font-weight:bold;
letter-spacing: 0.07em;
margin-left:10px;
line-height:115%;
}

.top-brlist_icon ul li div p{
font-size:16px;
font-weight:400;
line-height:115%;
margin-top:5px
}

.top-brlist_icon ul li img{
width: 30%;
position: absolute;
top: 50%;
right:2%;
transform: translateY(-50%);
}

.top-brlist_icon ul li a{
    display: block;
    height: 100%;
    width: 100%
}

.top-brlist_icon ul li a:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

@media only screen and (max-width: 1200px){
.top-brlist_bg{
height:890px;
}
.top-brlist_icon ul{
max-width:768px;
margin:auto;
padding:20px;
}
.top-brlist_icon ul li{
margin:0 3% 3% 0;
width:351px;
height: 117px;
}
.top-brlist_icon ul li:nth-child(3n) {
 margin-right: 3%;
}
.top-brlist_icon ul li:nth-child(2n) {
 margin-right: 0%;
}
.top-brlist_icon ul li div{
font-size:19px;
}
}

@media only screen and (max-width: 767px){
.top-brlist_bg{
height:1130px;
}
.top-brlist_icon{
padding-top:50px;	
}
.top-brlist_icon ul{
max-width:342px;
display:block;
}
.top-brlist_icon ul li{
margin:0 0 3% 0;
width:300px;
height: 100px;
}
.top-brlist_icon ul li div{
font-size:16px;
}
.top-brlist_icon ul li div p{
font-size:15px;
}
}

.top-news_con-bg{
background-color:#f2eded;
}

.top-news_con{
 display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.top-news_waku{
width:47%;
height: 725px;
background-color:#fff;
border-top: solid 10px #4b1414;
margin:120px 0;
padding-top:65px;
padding-left:10px;
padding-right:10px;
position:relative;
}

.both-sides_black{
  position: relative;
  display: inline-block;
  padding: 0 70px;
font-size:30px!important;
letter-spacing: 0.12em;
border-bottom:none!important;
}

.both-sides_black p{
 padding:0;
}

.both-sides_black div{
font-size:15px!important;
letter-spacing: 0.09em;
}

.news_bot{
margin-bottom:70px	
}

.both-sides_black:before, .both-sides_black:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #4b1414;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.both-sides_black:before {
  left:0;
}
.both-sides_black:after {
  right: 0;
}

.com-text{
padding-top:80px;
max-width: 430px;
margin:auto;
font-size:16px;
padding-bottom:100px
}

.news-list ul{
max-width:480px;
margin:auto;
}

.news-list li {
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
align-items: center;
justify-content: center;
padding:20px 0;
border-bottom: 2px dotted #4b1414;
}

.news-list li p:last-of-type {
margin-left: auto;
}　

.news-list li time{
margin-right: 0px;
}

.news-list li h3{
margin-left: 30px;
width:55%;
letter-spacing: 0.1em;
}

.news-list li p{
background-color:#4b1414;
padding:0px 8px 2px 12px;
width:50px;
}

.news-list li p:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

.news-list li p a{
color:#fff;
font-size:16px;
}

.caret-right {
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.38em 0.6em;
  border-left-color: currentColor;
  border-right: 0;
margin-left:5px;
}

.com-tel{
font-size:45px;
width:69.5%;
margin:auto;
padding-bottom:60px;
}

.com-tel:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

.com-tel a{
color:#4b1414;
font-weight:bold;
letter-spacing: 0.09em;
}

.com-tel img{
width:47px;
margin-right:15px;
margin-bottom:5px;
vertical-align:middle;
}

.com-time{
text-align:center;
letter-spacing: 0.3em;
}

.but-reddish{
background: #fff url(images/button-brown.jpg) no-repeat;
background-size: cover;
width:300px;
padding-top:17px;
height:43px;
position: absolute;
bottom: 70px;
left: 50%;
transform: translate(-50%, 0);
text-align:center;
}

.but-reddish:hover{
opacity: 0.6;
transition-duration: 0.3s;
}

.but-reddish a{
color:#fff;
display: block;
height: 100%;
width: 100%
}

@media only screen and (max-width: 1200px){
.top-news_con{padding: 0 30px;}
.top-news_waku{width:46%;padding-left:15px;padding-right:15px;}
.com-tel{
font-size:45px;
width:89%;
}
}

@media only screen and (max-width:1023px){
.top-news_con{
padding: 0px;
}
.top-news_con-bg{
padding: 70px 0 40px 0;
}
.top-news_con{
display: block;
}
.top-news_waku{
width: 90%;
margin:auto;
margin-bottom:40px;
height:auto;
padding-bottom:40px;
}
.com-tel{
width:392px;
}
.but-reddish{
position: static;
transform: translate(0, 0);
margin:auto;
margin-top:40px;
}
.news_bot{
margin-bottom:50px	
}
.com-text{
padding-top:60px;
padding-bottom:50px
}
}

@media only screen and (max-width:640px){
.top-news_waku{
width: 85%;
}
.com-tel{
width:275px;
font-size:30px;
padding-bottom: 40px;
}
.com-tel img{
width:35px;
}
.both-sides_black{
font-size:23px!important;
}
.news-list li {
display: block;
padding: 10px 0;
}
.news-list li h3{
margin-left:10px;
width:100%;
}
.news-list li p{
margin-top:10px
}
.com-time{
font-size:16px;
}
}

.titl-he_text{
position: relative;
height: 380px;
}

.titl-he_text img{
 width: 100%;
 height: 380px;
object-fit: cover;  
}

.he_frame{
max-width:1200px;
margin:auto;
}

h2.he-title_fff {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-left:80px;
font-size: 57px;
text-align: left;
font-weight:bold;
color: #fff;
font-family: "Noto Serif JP", serif;
letter-spacing: 0.12em;
text-shadow : 
       2px  2px 5px #008200,
      -2px  2px 8px #008200,
       2px -2px 8px #008200,
      -2px -2px 10px #008200,
       2px  0px 10px #008200,
       0px  2px 10px #008200,
      -2px  0px 30px #008200,
       0px -2px 40px #008200;
}

h2.he-title_fff p{
font-size: 15px;
letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px) {
.titl-he_text{
height: 35vw;
}
.titl-he_text img {
height: 35vw;
}
h2.he-title_fff {
font-size:45px;
margin-left:40px;
}
h2.he-title_fff p{
font-size: 13px;
}
} 

@media screen and (max-width: 640px) {
h2.he-title_fff {
margin-left:40px;
}
h2.he-title_fff {
font-size: 26px;
margin-left:20px;
}
h2.he-title_fff p{
font-size: 8px;
}
}

.pan-list{
max-width:960px;
margin:auto;
font-size:14px;
}

.pan-list .post{
margin:0;
padding:0;
border:none!important;
}

@media screen and (max-width: 1024px) {
.pan-list{
padding-left:20px
}
	}

/* 枠・ｈタグ
------------------------------------------------------------*/

.frame-red{
max-width: 640px;
padding:15px;
margin: 1rem auto;
border: 1px solid #4b1414;
}

.frame-no{
max-width: 670px;
padding:15px;
margin: 1rem auto;
}

.square {
position: relative;
clear: both;
padding: 0px 0px 0px 45px;
font-size: 30px!important;
color: #1e1e1e!important;
border:none!important;
margin:0px 0 12px 0!important;
}

.square::after {
position: absolute;
content: "";
top: 10px;
left: 0px;
width: 30px;
height: 30px;
background: url(images/h-title-icon.png) no-repeat;
background-size:30px;
}

.sub-border{
color:#941d3d!important;
font-size: 30px!important;
border-bottom: solid 2px #941d3d!important;
letter-spacing: 0.02em;
margin:0px 0 12px 0!important;
}

.sub-border span{
color:#c89b9b!important;
font-size: 18px!important;
padding-left:20px;
}

.text-ss{
font-size: 27px!important;
border-bottom: dashed 2px #c89b9b!important;	
}

.left-b_winered{
	margin:0px 0 12px 0!important;
	padding: 7px 5px!important;
	font-size: 28px!important;
	border-bottom: 2px solid #8c173d!important;	
}
.left-b_winered:before {
	content: "";
	border-left: 8px solid #8c173d;
	width: 8px;
	margin-left: -4px;
	padding-right: 16px;
}

.left-b_light-blue{
	margin:0px 0 12px 0!important;
	padding: 7px 5px!important;
	font-size: 28px!important;
	border-bottom: 2px solid #48d1cc!important;	
}

.left-b_light-blue:before {
	content: "";
	border-left: 8px solid #48d1cc;
	width: 8px;
	margin-left: -4px;
	padding-right: 16px;
}

.left-b_green{
	margin:0px 0 12px 0!important;
	padding: 7px 5px!important;
	font-size: 28px!important;
	border-bottom: 2px solid #008200!important;	
}

.left-b_green:before {
	content: "";
	border-left: 8px solid #008200;
	width: 8px;
	margin-left: -4px;
	padding-right: 16px;
}

@media only screen and (max-width: 959px){
.square {
font-size: 25px!important;
padding: 0px 0px 0px 35px;
}
.square::after {
top: 7px;
width: 25px;
height: 25px;
background-size:25px;
}
.sub-border{
font-size: 25px!important;
}
.sub-border span{
font-size: 14px!important;
padding-left:10px;
}
.text-ss{
font-size: 22px!important;
}
.text-ss span{
font-size: 12px!important;
}
.left-b_winered{
	font-size: 25px!important;
}
.left-b_light-blue{
	font-size: 25px!important;
}
.left-b_green{
	font-size: 25px!important;
}
}	

/* 経営理念
------------------------------------------------------------*/
.mgt-title{
font-size:27px;
margin-top:50px;
margin-bottom:50px;
}

.greeting-frame{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
padding-top:38px;
padding-bottom:20px;
font-size: 16px;
}

.greeting-left{
max-width:550px;
margin-right:30px;
}

.greeting-left div{
margin:20px 0;
}

.greeting-right img{
max-width:370px;
}

.blank-40{
margin-bottom:40px;	
}

ul.motto {
  list-style: none;
}

ul.motto li{
  position: relative;
  padding-left: 2em;
padding-bottom:10px;
background:none;
font-size: 20px;
}

ul.motto li::before {
  content: '一、';
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 959px){
.greeting-right img{
max-width:300px;
}
}	

@media only screen and (max-width: 640px){
.mgt-title{
font-size:22px;
}
.greeting-frame{
display: block;
padding-top:30px;
padding-bottom:50px;
font-size: 17px;
}
.greeting-left{
max-width:100%;
margin-right:0px;
}

.greeting-left div{
margin:20px 0;
}

.greeting-right img{
max-width:100%;
}
}	

@media (max-width:480px) {
   .box-m {
       flex-wrap: wrap;
   }

   .box-m {
       width: 100%;
   }
}

.g-ryaku {
  width: 100%;
  border-collapse: collapse;
}
}

.table-g{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}

.comment{
display:none; 
}

@media only screen and (max-width: 614px){
.comment{
display:block; 
}
}

.kenkyu-frame{
max-width:1160px;
margin:auto;
}


.kenkyu-frame{
max-width:1160px;
margin:auto;
padding:0 10px 10px 10px;
}


.kenkyu-frame ul{
display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
margin:20px 0 0px 0;
}

.kenkyu-frame ul li{
padding:0 0 19px 0;
margin:0 2.1% 0 0;
width:31.9%;
}

.kenkyu-frame ul li:nth-child(3n) {
  margin-right: 0;
}

.kenkyu-frame a{
color:#1b54a7;
}

.kenkyu-frame li a:hover{
opacity:0.5;
transition:0.5s;
}

@media screen and (max-width: 750px) {
.kenkyu-frame ul{
display: block;
margin-top:0; 
}
.kenkyu-frame ul li{
padding:0 0 15px 0;
margin:0;
width:100%;
}
.kenkyu-frame{
padding: 5px 10px 0 10px;
}
.kenkyu-frame p{
font-size:17px;
}
}

.teikei-ta table{
  width: 100%;
margin:0;
}

.wrap-mino{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.com-minori{
display:none; 
}

@media only screen and (max-width: 614px){
.com-minori{
display:block;
margin-bottom:5px; 
}

.teikei-ta table{
  width: 600px;
min-width:500px;
  border-collapse:collapse;
  overflow-x: auto;
  margin:0;
}

.teikei-ta table th {
text-align:left;
vertical-align: middle;
}

.teikei-ta table td {
text-align:left;
vertical-align: middle;
}
}

.tkc-five table{
width: 100%;
margin:0;
}

@media only screen and (max-width: 614px) {
 .tkc-five table th{
 display: block; /* セルを縦に */
border: none; /* 線をリセット */
margin:0 0 1px 0;
  }
	
  /* 以下で線を再設定 */
  .tkc-five table {
 border-top: none;
}
}

.zeimu-list ul li{
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
}

.zeimu-list ul li::before{
 content: "■"; /* 記号(黒丸)を挿入 */
 color:#c89b9b;  /* 好きな色にする */
 font-size: 0.5em; /* 点の大きさ */
 margin-right: 1em; /* 点とテキストの距離 */
}

.tkc-link a{
color: #4169e1; /* 通常の色（ロイヤルブルー） */
font-size: 20px;
text-decoration: none; /* 下線を消す場合 */
  }

  .tkc-link a:hover {
 color: 	#ADE0EE; /* ホバー時の色（例：オレンジレッド） */
text-decoration: none; /* ホバー時に下線をつける */
  }

.mynumb-sya {
display: flex;
justify-content: center;
gap: 20px; /* 画像の間隔 */
margin-bottom: 10px;
margin-top:10px;
  }

.denshi{
width:100%;
text-align:center;
}

.sya-ho {
  overflow-x: auto;   /* 横スクロールを許可 */
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロールを有効化 */
}

.sya-ho table {
  min-width: 600px;   /* 表が小さく折り返されないように最低幅を設定 */
  border-collapse: collapse;
  width: 100%;
}

.sya-ho table th {
width:30%;
text-align:left;
vertical-align: middle;
}

.sya-hotable td {
text-align:left;
vertical-align: middle;
}

.sya-ho ul {
list-style-type: disc; 
padding-left: 20px; 
margin: 0;
}

.shinkoku{
width:100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

.shinkoku > div {
max-width: 250px;        /* PCでは大きすぎないよう制御 */
box-sizing: border-box;  /* padding/borderを含めて幅計算 */
}

@media screen and (max-width: 640px) {
  .shinkoku {
width: 100%;
display: block; /* flex解除して縦積み */
  }

  .shinkoku > div {
width: 90%;         /* 画面幅の90%（余白あり） */
max-width: 300px;   /* 最大幅を300pxに制限 */
 margin: 10px auto;  /* 自動で左右中央寄せ */
box-sizing: border-box;
  }
.mynumb-sya {
  width: 100%;
  display: block;
  text-align: center;   /* 子要素（inline要素＝画像）が中央寄せ */
  gap: 20px;            /* gapは効かないので不要 */
  margin: 10px 0;
}

.mynumb-sya img {
  max-width: 100%;  /* スマホ対応で画像がはみ出さないように */
  height: auto;
}
}

.levelth div {
text-align:center;
margin-top:15px;
  margin-bottom: 15px;
  color: #4682b4; /* ← これが正しい */
}

.with-line {
margin-bottom:15px;
display: inline-block;         /* コンテンツ幅に合わせる */
width:100%;
border-bottom: 2px solid #000; /* 下線を追加 */
padding-bottom: 15px;           /* 文字と線の間隔 */
}

.two-levelth div {
text-align:center;
margin-top:15px;
  margin-bottom: 15px;
}

.three-levelth div {
text-align:center;
margin-top:15px;
  margin-bottom: 15px;
}

.level-blo{
width:100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

@media screen and (max-width: 640px) {
  .level-blo {
display: block;
  }

  .level-blo > div {
width: 100%;
margin-bottom: 20px; /* 縦並び時の余白 */
  }

.with-line { 
text-align:center;
}
}

.kakushin-list{
display:inline-block;
border: #941d3d solid 1px;
border-left: #941d3d solid 10px; 
border-radius:10px;
padding: 18px;
background: #fff;
font-size: 100%;	
}

.waku-kakushin {
margin-top:15px;
  display: flex;
  flex-wrap: wrap;   /* 折り返しを有効化 */
  gap: 20px;         /* 枠同士の間隔 */
}

.kakushin-list {
  flex: 0 0 calc(50% - 20px); /* 横2つ並び（余白分調整） */
  border: #941d3d solid 1px;
  border-left: #941d3d solid 10px; 
  border-radius: 10px;
  padding: 18px;
  background: #fff;
  font-size: 100%;	
  box-sizing: border-box; /* 幅計算を正しくする */
}

@media screen and (max-width: 640px) {
  .kakushin-list {
flex: 0 0 100%;   /* 1列表示 */
  }
}

.kaikei-pota table{
 width: 100%;
min-width:500px;
  border-collapse:collapse;
  overflow-x: auto;
  margin:0;
}

.kaikei-pota table th {
text-align:left;
vertical-align: middle;
}

.kaikei-pota table td {
text-align:left;
vertical-align: middle;
}

@media screen and (max-width: 620px) {
.kaikei-pota table{
 width: 100%;
min-width:500px;
  border-collapse:collapse;
  overflow-x: auto;
  margin:0;
}

.kaikei-pota table th {
width:25%;
text-align:left;
vertical-align: middle;
}

.kaikei-pota table td {
text-align:left;
vertical-align: middle;
}
}

.zaimuup-waku {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 20px; /* テキストと画像の間隔を一定に */
}

.image-part {
  margin: auto; /* 左寄せ */
}

.image-part img {
  max-width: 300px; /* 少し小さめにして寄せやすく */
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
.zaimuup-waku {
flex-direction: column; /* 縦並びに変更 */
  }
  .image-part img {
max-width: 100%; /* スマホでは幅いっぱい */
  }
}

.linknoline{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color: #1b54a7; /* 通常の色（ロイヤルブルー） */
text-decoration: none; /* 下線を消す場合 */
  }

.linknoline:hover, .linknoline:active{
 color: 	#758492;  
text-decoration: none; /* ホバー時に下線をつける */
}

.eikyo{
border-radius: 5px;
border: 3px dashed #941d3d;
font-size: 100%;
padding: 10px;
}

.nensyu-thr{
margin-top:10px;
text-align:center;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

.sanko-kabe {
  width: 100%;            /* 親要素に合わせる */
  max-width: 800px;       /* 最大640pxに制限 */
  margin: 0 auto 20px;    /* 中央寄せ＋下余白 */
  border: #949593 solid 1px;
  font-size: 100%;
  padding: 10px 10px 10px 1.5em; /* 左の余白を少し広めに調整 */
  box-sizing: border-box; /* paddingを幅に含める */
  position: relative;
overflow-wrap: break-word; /* 標準的な折り返し */
  word-break: break-all; 
}

.sanko-kabe p {
  position: relative;
  margin-bottom: 0.5em; /* 行間を少し空ける */
}

.sanko-kabe p::before {
  content: "・";
  position: absolute;
  left: -1em; /* 左端に揃うように調整 */
}

.sanko-kabe p:first-of-type::before {
  content: "";
}

@media screen and (max-width: 640px) {
.eikyo{
margin-bottom:10px;
border-radius: 5px;
border: 3px dashed #941d3d;
font-size: 100%;
padding: 10px;
}

.nensyu-thr{
display: block;
}
}

.smart-te{
display: block;
background: #b0c4de;
border: 1px solid #c0c0c0;
padding: 5px;
width: 100%;        /* スマホ時は画面幅の90% */
box-sizing: border-box;  
text-align: center;
color: #000000;
}

.smart-gyo{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box; /* パディング込みでwidth調整 */
  text-align: left;
  font-size: 15px;
}

.softdenshi{
display: flex;
justify-content: space-around;
}

.softdenshi img{
max-width: 100%;
margin-left: 25px;
padding: 0;
overflow: hidden;
}

.softdenshi p{
margin: 0 0 0 20px;
padding: 0;
}

@media screen and (max-width: 640px) {
.softdenshi{
display: block;
}

.softdenshi img{
display: block;
margin: 0 auto; /* 画像を中央に */
width:200px;
max-width: 100%;
padding: 0;
}

.softdenshi p{
margin: 10px 0 0 0;
}
}

.smart-fx{
display:inline-block;
background: #add8e6;
box-shadow: #add8e6 0 0 10px 10px;
margin:10px;
font-size: 100%;
padding: 10px;
}


.th-smth{
margin:auto;
width:100%;
display: flex;
justify-content: space-around;	
}

@media screen and (max-width: 959px) {
.th-smth{
margin:auto;
width:100%;
display: block;
}

.sm-che {
margin-bottom:30px;
}
}

.tap-syo{
margin:auto;
width:100%;
display: flex;
justify-content: space-around;	
}

.tap-zen{
width:420px;
}

@media screen and (max-width: 959px) {
.im-tap{
width:200px;	
}
}

@media screen and (max-width: 640px) {
.tap-syo{
margin:auto;
width:100%;
display: block;
}

.tap-zen{
width:100%;;
}

.im-tap{
margin:auto;
width:350px;
display: block;
}
}

.kinyu-wak{
margin:auto;
width:100%;
display: flex;
justify-content: space-around;	
}

@media screen and (max-width: 640px) {
.kinyu-wak{
margin:auto;
display: block;
}

.kicho-right img{
margin:auto;
margin-top:15px;
display: block;
}

.ki-left img{
margin:auto;
margin-top:5px;
display: block;	
margin-bottom:20px;
}
}

.toku-num {
margin-top:10px;
display:inline-block; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: #941d3d solid 3px;
font-size: 100%; 
font-weight:bold;
padding: 3px;
}

.tokuchyolis div{
font-size:20px;
font-weight:bold;
}

.meli-th{
margin-top: 10px;
display: flex;
justify-content: space-between; /* ← 等間隔配置 */
align-items: flex-start;
}

.meli-th div > div{
font-size:20px;
font-weight:bold;
}

.meli-th p{
max-width:300px;
font-size:16px;
}

.dmel-tw{
margin-top: 10px;
display: flex;
justify-content: space-between; /* ← 等間隔配置 */
align-items: flex-start;
}

.dmel-tw div > div{
font-size:20px;
font-weight:bold;
}

.dmel-t p{
max-width:300px;
font-size:16px;
}

.mida-m{
display:inline-block;
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #fff0f5;/*背景色*/
border-bottom: solid 3px #941d3d;
}

@media screen and (max-width: 640px) {
.meli-th {
 display: flex;
flex-direction: column; /* 縦並び */
align-items: center;    /* 中央寄せ */
  }

.meli-th > div {
max-width: 90%;     /* 画面幅に合わせて広げる */
margin-bottom: 20px;
text-align: center; /* 中の文字も中央揃えにするなら追加 */
  }

.dmel-tw {
 display: flex;
flex-direction: column; /* 縦並び */
align-items: center;    /* 中央寄せ */
  }

.dmel-tw > div {
max-width: 90%;     /* 画面幅に合わせて広げる */
margin-bottom: 20px;
text-align: center; /* 中の文字も中央揃えにするなら追加 */
  }
}

.keie-sp{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin:0 auto;
}

.keie-sp div{
width:70%;
line-height:1.8em;
}

.keie-sp img{
width:90%;
line-height:1.8em;
margin-left:30px;
}

@media screen and (max-width: 959px) {
.keie-sp{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin:0 auto;
}

.keie-sp div{
width:80%;
}

.keie-sp img{
width:90%;
margin:auto;
}
}

@media screen and (max-width: 640px) {
.keie-sp {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.keie-sp div{
  width: 100%;
}

.keie-sp img {
  width: 60%;
  display: block;       /* ← 画像をブロック要素に */
  margin: 0 auto;       /* ← 中央寄せ */
}
}

.level-keie ul{
list-style-type: disc; /* 黒丸を表示 */
padding-left: 20px;    /* 左に余白を作る（重要） */
margin: 0;
}