@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://mc47.xsrv.jp/adatara/wp-admin/theme-editor.php?file=style.css&theme=responsive_159
	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: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#004C18;
transition: opacity 0.3s ease;
}

a:hover, a:active{
outline: none;
color:#004C18;
opacity: 0.8;
}

/**** 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: 100%;
width:530px;
line-height: 30px;
height: 40px;
padding:0;
border:1px solid #d4d4d7;
font-size:100%;
color:#555;
background:#fcfcfc;
 border-radius: 0;
}

textarea{
height:auto;
line-height:1.5;
border-radius: 0;
padding:0;
}

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;}

/* レイアウト
------------------------------------------------------------*/
#content {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

#footer {
position: relative;
width: 100%;
aspect-ratio: 1920 / 530;
background: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/footerbg.jpg")
no-repeat center center;
background-size: cover;
color: #fff;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;    
}

.footer-inner {
position: relative;    
max-width: 900px;
width: 100%;
padding: 0 16px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 70px;
color: #fff;
}

.footer-inner > * {
min-width: 0;
}

.footer-logoleft {
display: flex;
flex-direction: column; 
align-items: center;
}

.footer-logoleft img {
display: block;      
margin-bottom: 40px; 
}

.footer-menu ul li a {
color: #fff !important;  
text-decoration: none;
}

.jusyo-denwa {
font-size: 18px;
color: #fff;
margin: 0;
line-height: 1.5;
white-space: nowrap;
overflow-wrap: break-word; 
word-break: keep-all;      
}

#footer .footer-menu {
display: flex;
justify-content: center;
gap: 10px;
}

/* 各列 */
#footer .footer-menu-col {
padding: 0 10px;
}

#footer .footer-menu-col:last-child {
border-right: none;
}

#footer .footer-menu-col ul {
display: block !important;
list-style: none !important;
margin: 0;
padding: 0;
}

#footer .footer-menu-col ul li {
display: block !important;
float: none !important;
}

#footer .footer-menu-col ul li a {
display: inline-block !important;
float: none !important;
color: #ffffff;
text-decoration: none;
font-size: 18px;
white-space: nowrap;
}

#footer .footer-menu-col ul li a:hover {
opacity: 0.7;
}

#footer .footer-menu-col li {
background: none !important;
border-left: none !important;
position: static !important;
}

@media screen and (max-width: 959px) {
.footer-inner {
justify-content: center; 
gap: 20px;
}

.footer-logoleft img {
margin-bottom: 10px;
}

.jusyo-denwa {
font-size: 14px;
white-space: normal;
}

#footer .footer-menu-col ul li a {
font-size: 14px;
}
}

@media screen and (max-width: 767px) {
#footer {
aspect-ratio: auto;
padding: 20px 0;
}

.footer-inner {
justify-content: center;   /* space-between解除 */
gap: 24px;
}

.footer-logoleft img {
max-width: 160px;
margin-bottom: 20px;
}

.jusyo-denwa {
font-size: 14px;
white-space: normal;
line-height: 1.6;
text-align: center;
}

#footer .footer-menu {
flex-wrap: wrap;     
gap: 16px;
}

#footer .footer-menu-col ul li a {
font-size: 14px;
}

#footer .footer-menu-col {
border-right: none;
padding: 0 6px;
}
}

@media screen and (max-width: 499px) {
.jusyo-denwa {
font-size: 12px;
white-space: normal;
line-height: 1.6;
text-align: center;
}

.jusyo-denwa a {
color: #fff !important;
text-decoration: none;
}	
	
#footer .footer-menu {
flex-wrap: wrap;     
gap: 1px;
}

#footer .footer-menu-col ul li a {
font-size: 12px;
}

#footer .footer-menu-col {
border-right: none;
padding: 0 3px;
}
}

#header {
position: relative;
}

#header .inner {
position: relative;
max-width: 1200px;
margin: 0 auto;
height: auto;
}

#header .header-bg {
  width: 100vw;
  height: 100px;         
  margin-left: calc(50% - 50vw);
  display: block;
}

#header h2 {
position: absolute;
top: 50%;             
left: 0;
z-index: 2;
transform: translateY(-50%); 
}

#header .contact {
position: absolute;
top:0;
right: 0;
z-index: 2;
}

.left-bang img {
width: 188px;
height: 21px;
object-fit: contain; 
margin-top:13px;
transition: opacity 0.3s;
}

.left-bang img:hover {
opacity: 0.5;
}

.webyoyaku-img {
width: 150px;
height: 100px;
object-fit: contain;
transition: opacity 0.3s;
}

.webyoyaku-img:hover {
opacity: 0.5;
}

.contwaku {
display: flex;            
justify-content: space-between; 
align-items: center;         
margin: 0 auto;             
gap: 20px;               
}

.left-bang p {
font-size:16px;
margin-right: 10px;      
margin: 0;
color:#fff;
}

@media screen and (max-width: 959px) {
.webyoyaku-img {
width: 110px;  
height: auto;  
}

.left-bang img {
width: 160px;
height: 21px;
object-fit: contain; 
margin-top:13px;
transition: opacity 0.3s;
}

.left-bang p {
font-size:13px;
margin-right: 10px;      
margin: 0;
color:#fff;
}
}

@media screen and (max-width: 640px) {
#header .header-bg {
position: relative;
height: 100px;
overflow: hidden;  
}

.webyoyaku-img {
width: 100px;  
height: auto;  
}

.left-bang img {
width: 120px;
height: 21px;
object-fit: contain; 
margin-top:1px;
transition: opacity 0.3s;
}

.left-bang p {
font-size:10px;
margin-right: 8px;      
margin: 0;
color:#fff;
}

#header h2 img {
height: 60px;   
width: auto;
}
}

@media screen and (max-width: 499px) {
#header .header-bg {
position: relative;
height: 70px; 
}
	
.webyoyaku-img {
width: 60px;  
height: auto;  
}

.left-bang img {
width: 80px;
height: 21px;
object-fit: contain; 
margin-top:1px;
transition: opacity 0.3s;
}

.left-bang p {
font-size:8px;
margin-right: 8px;      
margin: 0;
color:#fff;
}

#header h2 {
position: absolute;
top: 35%;
left: 0;
transform: translateY(-50%);
margin: 0;
padding: 0;
line-height: 0;      
}

#header h2 img {
display: block;      
height: 35px;        
width: auto;
}

.contwaku {
display: flex;            
justify-content: space-between; 
align-items: center;         
margin: 0 auto;             
gap: 5px;               
}
}

/* コンタクト
----------------------------------*/
.contact{
float:right;
text-align:right;
color:#000;
font-size:90%;
}

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


/* トップページ　メイン画像
----------------------------------*/
#mainImg {
position: relative;
width: 100%;
overflow: hidden; 
margin-bottom:80px;
}

#mainImg video {
width: 100%;
height: auto;
display: block;
object-fit: cover; 
}

#mainImg .main-logo {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;      
max-width: 35%;    
height: auto;
}

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

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

/* 記事ループ
*****************************************************/
.list{
padding:20px 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;
font-size: 30px;
color: #1b7c00;
text-align: center;
margin: 40px 0;
border-bottom: 1px solid #1b7c00;
padding-bottom: 0;
font-weight:700;
font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN",
"ヒラギノ明朝 ProN W3", "MS 明朝", serif;
}

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

.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 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:15px 0 30px;
}

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

.post dt{font-weight:bold;}

.post img {
display: block;     
margin: 0 auto;      
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;
}

.indexLi {
	text-indent: -1em;
	margin-left: 1em;
}

/* サイドバー　ウィジェット
*****************************************************/
#sidebar {
display: none;
}

/* カレンダー */
#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 ul{
padding:0;
text-align:center;
}

#footer li{
display:inline-block;
padding: 0 10px;
border-left:1px dotted #d5d5d5;
}

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

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

#footer li a{
text-decoration:none;
color:#000;
}

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

#footer ul ul{display:none;}

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


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
max-width:900px;
height: 30px;
margin: 30px auto 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){
#mainNav {
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/mainnavbg.jpg");
background-size: cover;    
background-position: center;
background-repeat: no-repeat;
}

#mainNav .inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}

nav#mainNav ul li {
width: 150px;
position: relative;
float: left; 
}

nav#mainNav ul li a {
display: block;
text-align: center;
line-height: 60px;
color: #fff;
text-decoration: none;
height: 60px;
background: none; 
transition: background 0.3s; 
}

nav#mainNav ul li a:hover {
background-image: url("http://mc47.xsrv.jp/adatara/wp-content/themes/responsive_159/images/menuon.png");
background-size: cover;    
background-position: center;  
background-repeat: no-repeat;
color: #fff;
font-weight: normal;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:120%;
}

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

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
    clear: both;
    width: 100%;
    margin: 0 auto 10px;
    background: linear-gradient(#5ea800, #4f8f00); 
    border: none;
    border-radius: 0;
  }
	
nav#mainNav a.menu {
  display: flex;
  align-items: center;     
  justify-content: flex-start;
  height: 48px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  gap: 10px;
  position: relative;      
}

/* 三本線 */
nav#mainNav a.menu::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
  position: relative;  
  top: -6px;           
  display: block;
}

nav .panel{
background:#eee;
}

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

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

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 #e5e5e5;
background:#f3f3f3;
}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	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 #e5e5e5;}

 	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:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	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:30px;
		color: #555;
	background:#f3f3f3 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:#f3f3f3 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;}
	
	
nav#mainNav ul li li {
    float: none;        
}

nav#mainNav ul li li a {
    padding: 6px 0 6px 32px;  
    background-position: 12px center;

}
}

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

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

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

	nav div.panel{float:none;}
	
	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.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,.contact{float:none;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
}

.koushin-listadatr {
max-width:600px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/001.png");
background-repeat: no-repeat;
background-position: center top; 
background-size: cover;       
display: flex;            
flex-direction: column;    
align-items: center; 
box-sizing: border-box;
position: relative;
}

.ada-koushin {
padding-top:5px;
text-align: center;
padding-bottom:25px;
}

.box-koushiare {  
max-width: 600px;         
box-sizing: border-box; 
padding:0 20px;
}

.koushin-listadatr a {
color: #fff;
text-decoration: none;
}

.koushin-listadatr a:hover {
opacity: 0.8;
}

.list-koushin-item {
display: flex;             
align-items: flex-start;  
gap: 10px;                 
margin-bottom: 12px;    
border-bottom: 1px solid #004C18;
}

.koushin-left {
min-width: 80px;          
flex-shrink: 0;            
display: flex;
flex-direction: column;    
text-align: left;
color:#fff;
font-size:15px;
}

.koushin-right {
flex: 1;                   
display: flex;
flex-direction: column;     
justify-content: center;
padding-left: 0;           
box-sizing: border-box;
font-size: 15px;
text-align: left;
min-width: 10px;
}

.koushin-right a {
display: inline;             
margin: 0;
padding: 0;
line-height: 1.0;           
word-break: break-word;     
text-decoration: none;       
}

.memberswaku {
max-width:600px;
height:300px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/002.png");
background-repeat: no-repeat;
background-position: center top; 
background-size: cover;       
color:#fff; 
text-align: center;
}

.front-yokowk {
display: flex;         
max-width: 1200px;      
margin: 0 auto;         
gap: 0;  
margin-bottom:100px;
}

.front-yokowk > * {
flex: 1;             
margin: 0;
padding: 0;
box-sizing: border-box;
margin-right: -2px; 
}

.front-yokowk > .koushin-listadatr,
.front-yokowk > .memberswaku {
flex: 1;                
box-sizing: border-box; 
}

.ada-kaiinpg {
padding-top:20px;
text-align: center;
padding-bottom:25px;
}

.memberswaku p {
font-size:16px;
line-height: 1.8;
padding-bottom:25px;
}

.member-btn img {
transition: opacity 0.3s ease; 
}

.member-btn img:hover {
opacity: 0.9; 
}

@media screen and (max-width: 1078px) {
.front-yokowk {
flex-direction: column;
align-items: center;
}

 .front-yokowk > .koushin-listadatr,
.front-yokowk > .memberswaku {
 width: 100%;
max-width: 600px;
margin-bottom: 20px;
flex: unset;      
}

.koushin-listadatr {
min-height: 300px; 
}
}

@media screen and (max-width: 499px) {
.list-koushin-item {
display: flex;
align-items: flex-start;
flex-wrap: nowrap; 
}

.koushin-left {
width: 30px;
display: flex;
flex-direction: column;
justify-content: center;    
padding-left: 5px;           
box-sizing: border-box;
font-size: 13px;
text-align: left;
color:#fff;
flex-shrink: 0;
}

.koushin-right {
flex: 1; 
display: flex;
flex-direction: column;
justify-content: center;   
padding-left: 10px;           
box-sizing: border-box;
font-size: 13px;
text-align: left;  
word-break: break-word;
}
	
#mainImg img{
max-width:100%;
width:100%;
height:auto;
display:block;
margin-bottom:10px;
}

.memberswaku p {
font-size:15px;
line-height: 1.8;
padding: 0 20px 25px 20px;
}
	
.member-btn img {
max-width: 80%; 
height: auto;   
}
}

.ryoki-adleft {
width: 600px;
height: 300px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/003.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
transition: 
transform 0.4s ease,
box-shadow 0.4s ease,
filter 0.4s ease;
}

.ryoki-adleft:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
filter: brightness(1.1);
cursor: pointer;
}

.ryoki-adleft > div {
color: #2eed00;   
font-size: 27px;
font-weight: bold;
margin-bottom: 10px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.ryoki-adleft > p {
color: #ffffff;   
font-size: 18px;
margin: 0;
}

.shiset-right {
width: 600px;
height: 300px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/004.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
transition: 
transform 0.4s ease,
box-shadow 0.4s ease,
filter 0.4s ease;
}

.shiset-right:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
filter: brightness(1.1);
cursor: pointer;
}

.shiset-right > div {
color: #2eed00;   
font-size: 27px;
font-weight: bold;
margin-bottom: 10px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.shiset-right > p {
color: #ffffff;   
font-size: 18px;
margin: 0;
}

.rest-left {
width: 600px;
height: 300px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/005.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
transition: 
transform 0.4s ease,
box-shadow 0.4s ease,
filter 0.4s ease;
}

.rest-left:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
filter: brightness(1.1);
cursor: pointer;
}

.rest-left > div {
color: #2eed00;   
font-size: 27px;
font-weight: bold;
margin-bottom: 10px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.rest-left > p {
color: #ffffff;   
font-size: 18px;
margin: 0;
}

.acce-right {
width: 600px;
height: 300px;
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/006.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
transition: 
transform 0.4s ease,
box-shadow 0.4s ease,
filter 0.4s ease;
}

.acce-right:hover {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 12px 30px rgba(0,0,0,0.3);
filter: brightness(1.1);
cursor: pointer;
}

.acce-right > div {
color: #2eed00;   
font-size: 27px;
font-weight: bold;
margin-bottom: 10px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.acce-right > p {
color: #ffffff;   
font-size: 18px;
margin: 0;
}

.ue-wkplanannai {
max-width: 1200px;
margin: 0 auto;       
display: flex;
justify-content: space-between; 
align-items: center;
gap:0;           
}

.ue-wkplanannai > * {
flex: 1;             
margin: 0;
padding: 0;
box-sizing: border-box;
margin-right: -2px; 
}

.shita-wkrestacc {
max-width: 1200px;
margin: 0 auto;       
display: flex;
justify-content: space-between; 
align-items: center;
gap:0;  
margin-bottom:100px;
}

.shita-wkrestacc > * {
flex: 1;             
margin: 0;
padding: 0;
box-sizing: border-box;
margin-right: -2px; 
}

@media screen and (max-width: 959px) {
.front-yokowk {
display: flex;         
max-width: 1200px;      
margin: 0 auto;         
gap: 0;  
margin-bottom:30px;
}

.ue-wkplanannai {
flex-direction: column;
align-items: stretch; 
}

.ue-wkplanannai > * {
flex: none;
width: 100%;
margin-right: 0; 
}
	
.shita-wkrestacc {
flex-direction: column;
align-items: stretch;
}

.shita-wkrestacc > * {
flex: none;
width: 100%;
margin-right: 0;
}

.ryoki-adleft,
.shiset-right,
.rest-left,
.acce-right {
width: 600px;
height: 300px;
margin: 0 auto 5px;
}
}

@media screen and (max-width: 640px) {
.ryoki-adleft,
.shiset-right,
.rest-left,
.acce-right {
max-width: 600px;
width: 100%;
height: auto;              
aspect-ratio: 2 / 1;       
}

.ryoki-adleft > div,
.shiset-right > div,
.rest-left > div,
.acce-right > div {
font-size: 20px;
}

.ryoki-adleft > p,
.shiset-right > p,
.rest-left > p,
.acce-right > p {
font-size: 14px;
}
}

@media screen and (max-width: 499px) {
.ryoki-adleft > div,
.shiset-right > div,
.rest-left > div,
.acce-right > div {
font-size: 16px;
}

.ryoki-adleft > p,
.shiset-right > p,
.rest-left > p,
.acce-right > p {
font-size: 12px;
}
}

.course-syo {
position: relative;
width: 100vw;           
left: 50%;
right: 50%;
margin-left: -50vw;       
margin-right: -50vw;
}

.course-syo img {
width: 100%;
max-width: 1920px;        
height: auto;
display: block;
margin: 0 auto 60px;     
}

.course-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 100%;
}

.course-title {
color: #2eed00; 
font-size: 36px;
font-weight: bold;
margin-bottom: 43px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.course-text p {
color: #ffffff;
font-size: 24px;
margin: 0;
line-height: 1.6;
}

.course-link {
display: block;
text-decoration: none;
}

.course-link:hover img {
opacity: 0.85;
transition: 0.3s;
}

@media screen and (max-width: 959px) {
.shita-wkrestacc{
margin-bottom:50px;
}
	
.course-title {
font-size: 25px;
}

.course-text p {
font-size: 16px;
}
}

@media screen and (max-width: 640px) {
.course-title {
font-size: 20px;
}

.course-text p {
font-size: 13px;
}
}

@media screen and (max-width: 499px) {
.course-title {
font-size: 16px;
margin-bottom: 20px;
}

.course-text p {
font-size: 10px;
}
}

.news-wrap {
width: 100%;                
max-width: 1200px;
margin: 0 auto 100px;
padding: 0 20px;             
box-sizing: border-box;    
font-size: 13px;
color: #000;
}

/* お知らせ（中央） */
.news-main-title {
text-align: center;
color: #1b7c00;
margin: 15px auto;
font-weight: bold;
font-size: 32px;
font-family: "BIZ UD明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS P明朝", serif;
 animation: fadeUpPause 4s ease-in-out infinite;
}

@keyframes fadeUpPause {
0% {
opacity: 0;
transform: translateY(20px);
}
  40% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.news-subhead {
max-width: 1000px;
margin: auto;
display: flex;
justify-content: flex-end; 
align-items: center;
padding-bottom: 8px;
margin-bottom: 23px;
position: relative;
}

.news-subhead::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: min(1200px, calc(100vw - 60px)); 
height: 1px;
background-color: #1b7c00;
transform: translateX(-50%);
}

.news-more {
background: #00310d;
color: #fff;
font-size: 18px;
padding: 4px 10px;
text-decoration: none;
}

.news-more:hover {
opacity: 0.8;
}

.news-list {
font-size: 18px;
list-style: none;
padding: 0;
margin: 0;
}

.news-list li {
position: relative;
padding: 12px 0;
}

.news-inner {
max-width: 1000px;
margin: 0 auto;         
display: flex;
gap: 30px;
}

.news-date {
width: 120px;
flex-shrink: 0;
}

.news-list li::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: min(1200px, calc(100vw - 60px)); 
border-bottom: 2px dotted #333;
transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
.news-wrap {
max-width: 1000px;
}
}

@media screen and (max-width: 959px) {
.news-main-title {font-size:28px;}

.news-subtitle {
font-size:23px;
}

.news-more {
font-size: 16px;
}

.news-list {
font-size: 16px;
}
	
.news-wrap {
margin: 0 auto 60px;
}
}

@media screen and (max-width: 499px) {
.news-main-title {
font-size:20px;
}

.news-subtitle {
font-size:18px;
}

.news-more {
font-size: 13px;
}

.news-date {
width: 70px;
flex-shrink: 0;
}
	
.news-list {
font-size: 12px;
}

.news-list li {
position: relative;
padding: 7px 0;
}
}

.tok-play {
position: relative;
width: 100vw;                  
max-width: 1920px;             
aspect-ratio: 1920 / 425;
left: 50%;                      
transform: translateX(-50%);
background-image: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/playtok.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
margin-bottom: 60px;
min-height: calc(425 / 1920 * 100vw + 30px);
}

.tit-tkpl {
position: absolute;
top:60px;
left: 50%;
transform: translateX(-50%);
font-size: 32px;         
font-weight: bold;
color: #2eed00;          
text-align: center;
z-index: 2;
white-space: nowrap;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.three-cps {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 30px;
max-width: 900px; 
width: 100%;
margin: 132px auto 0 auto;
}

.three-cps p{
color:#fff;
}

.conpeplan a,
.play-ryok a,
.syuku-pack a {
position: relative;
display: block;
}

.conpeplan img,
.play-ryok img,
.syuku-pack img {
width: 100%;
display: block;
}

.conpeplan p,
.play-ryok p,
.syuku-pack p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
color: #fff;
font-size: 27px;
text-align: center;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;            
white-space: nowrap;
}

.conpeplan p .arrow,
.play-ryok p .arrow,
.syuku-pack p .arrow {
font-size: 14px;
font-weight: normal;
}

@media screen and (max-width: 1400px) {
.tit-tkpl {
position: absolute;
top:20px;
left: 50%;
transform: translateX(-50%);
font-size: 23px;         
font-weight: bold;
color: #2eed00;          
text-align: center;
z-index: 2;
white-space: nowrap;
}

.three-cps {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 10px;
max-width: 900px;
width: 100%;
margin: 0 auto;
margin-top: 70px; 
}
}

@media screen and (max-width: 1200px) {
.tit-tkpl {
position: absolute;
top:30px;
left: 50%;
transform: translateX(-50%);
font-size: 23px;         
font-weight: bold;
color: #2eed00;          
text-align: center;
z-index: 2;
white-space: nowrap;
}

.conpeplan img,
.play-ryok img,
.syuku-pack img {
width: 85%;
display: block;
margin:auto;
}

.three-cps {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 10px;
max-width: 900px;
width: 100%;
margin: 0 auto;
margin-top: 70px; 
}

.conpeplan p,
.play-ryok p,
.syuku-pack p {
font-size: 23px;
text-align: center;
gap:10px;            
white-space: nowrap;
}
}

@media screen and (max-width: 1100px) {
.tit-tkpl {
position: absolute;
top:20px;
left: 50%;
transform: translateX(-50%);
font-size: 20px;         
font-weight: bold;
color: #2eed00;          
text-align: center;
z-index: 2;
white-space: nowrap;
}

.conpeplan img,
.play-ryok img,
.syuku-pack img {
width: 70%;
display: block;
margin:auto;
}

.three-cps {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 10px;
max-width: 900px;
width: 100%;
margin: 0 auto;
margin-top: 70px; 
}

.conpeplan p,
.play-ryok p,
.syuku-pack p {
font-size: 20px;
text-align: center;
gap:10px;            
white-space: nowrap;
}
}

@media screen and (max-width: 959px) {
.tok-play {
aspect-ratio: auto;
padding: 40px 16px;
height: auto;
}

.tit-tkpl {
position: static;
transform: none;
margin-bottom: 20px;
white-space: normal;
}

.three-cps {
flex-direction: column;
align-items: center;
gap: 20px;
margin-top: 0;
max-width: 100%;

}

.conpeplan img,
.play-ryok img,
.syuku-pack img {
width:100%;
 border-radius: 8px;
}

.conpeplan p,
.play-ryok p,
.syuku-pack p {
font-size: 18px;
gap: 10px;
}

.conpeplan p .arrow,
.play-ryok p .arrow,
.syuku-pack p .arrow {
font-size: 13px;
}

.tok-play,
.three-cps,
.conpeplan,
.play-ryok,
.syuku-pack {
box-sizing: border-box;
}
}

.conpeplan a,
.play-ryok a,
.syuku-pack a {
display: inline-block;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.conpeplan a img,
.play-ryok a img,
.syuku-pack a img {
display: block;
width: 100%;
height: auto;
}

.conpeplan a:hover,
.play-ryok a:hover,
.syuku-pack a:hover {
transform: translateY(-8px);
box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

.conpeplan .arrow,
.play-ryok .arrow,
.syuku-pack .arrow {
display: inline-block;
transition: transform 0.3s ease;
}

.conpeplan a:hover .arrow,
.play-ryok a:hover .arrow,
.syuku-pack a:hover .arrow {
transform: translateX(6px);
}

.tit-accc {
font-size: 32px;
color: #1b7c00;
font-weight: bold;
text-align: center;
margin-bottom:40px;
}

.access-waku {
width: 100%;         
max-width: 1200px;    
margin: 0 auto;       
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
height: 473px;
box-sizing: border-box; 
margin-bottom:60px;
}

.access-waku .add-ue a {
color: #fff;        
text-decoration: none; 
}

.left-address {
flex: 0 0 450px;
background: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/accessbggr.jpg") center/cover no-repeat;
padding: 0 20px 20px 20px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-size: 18px;
height: 100%; 
box-sizing: border-box;
}

.left-address img {
max-width: 320px;
margin: 35px 0 35px 0; 
}

.add-ue .road {
display: block;    
margin-top: 25px;  
}

.btn-acc {
width: 100%;          
max-width: 330px;     
}

.btn-acc img {
width: 100%;      
height: auto;          
cursor: pointer;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-acc img:hover {
transform: translateY(-5px); 
opacity: 0.7; 
}

.right-accesschiz {
flex: 0 0 750px;
height: 100%;
}

.right-accesschiz iframe {
width: 100%;
height: 100%;
border: 0;
}

.tit-accc {
font-size: 32px;
text-align: center;
color: #1b7c00;
margin:15px auto;
font-weight: bold;
font-family: "BIZ UD明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS P明朝", serif;
}

@media screen and (max-width: 959px) {
.access-waku {
flex-direction: column;  
height: auto;           
align-items: center;    
}

.left-address,
.right-accesschiz {
flex: 0 0 90%;         
width: 90%;            
max-width: 90%;        
margin: 0 auto;      
}

.right-accesschiz iframe {
width: 100%;           
height: 400px;         
}
}

@media screen and (max-width: 640px) {
.tit-accc {
font-size: 28px;
}
}

@media screen and (max-width: 499px) {
.left-address {
padding: 0 10px 10px 10px;
font-size: 12px;
}

.left-address img {
max-width: 250px;
margin: 25px 0 25px 0; 
}

.add-ue .road {
display: block;    
margin-top: 20px;  
}

.btn-acc img {
max-width: 250px;
display: block;
margin: 40px auto 0;
cursor: pointer;
}
}

.club-lists {
display: flex;
flex-wrap: wrap;         
justify-content: center;  
gap: 10px;                
max-width: 1200px;
margin: 0 auto; 
margin-top:20px;
margin-bottom:100px;
}

.club-lists a {
flex: 0 0 calc(20% - 10px); 
box-sizing: border-box;
}

.club-lists img {
width: 100%;
height: auto;
display: block;
}

.club-lists a img {
width: 100%;
height: auto;
display: block;
transition: opacity 0.3s ease; 
}

.club-lists a img:hover {
opacity: 0.6; 
}

@media screen and (max-width: 959px) {
.club-lists a {
flex: 0 0 calc(50% - 10px); 
}
	
.club-lists {
margin-bottom:50px;
}
}

/* お得プレー
------------------------------------------------------------*/
.tpad-txt{
font-size:18px;
font-weight:bold;
margin-bottom:40px;
}

.thanks-green {
position: relative;
width: 100%;
max-width: 900px;
aspect-ratio: 900 / 70;
margin: 20px auto;
background: url("http://mc47.xsrv.jp/adatara/wp-content/themes/responsive_159/images/htwo-bggreen.png") no-repeat center center;
color: #fff;
text-align: center;
}

.thanks-green span {
position: absolute;
top: 42%;                 
left: 50%;
font-size:30px;
transform: translate(-50%, -50%);
font-family: "Noto Serif JP", serif;
font-size: clamp(18px, 3.5vw, 32px);
line-height: 1;
white-space: nowrap;
}

#spe－thank {
width: 100%;
max-width: 900px;
margin: 0;             
padding-bottom: 20px;          
background-color: #eef4ed;
text-align: center;
font-family: "Noto Serif JP", serif;
font-size: clamp(16px, 2.5vw, 24px);
line-height: 1.4;
margin-bottom:40px;
}

.bla-wkotoku {
background-color: #000;
border: 1px solid #fff;
padding: 20px;
color: #fff;
font-size: 18px;
box-sizing: border-box;
margin-bottom:40px;
}

#afternoon {
width: 100%;           
max-width: 900px;
height: 245px;
margin: 0 auto;
background-color: #eef4ed;
position: relative;
overflow: hidden;
margin-bottom:40px;
}

#afternoon > .ttl {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 52px;
background: url("http://mc47.xsrv.jp/adatara/wp-content/themes/responsive_159/images/afternoon-bg.png")
no-repeat center center;
background-size: 100% 52px;
display: flex;
align-items: center;
justify-content: center;
font-size: 27px;
color: #fff;
text-align: center;
}

#afternoon .colBox {
position: absolute;
top: 70px;               
left: 0;
width: 100%;
height: 193px;
display: flex;
}

#afternoon .col2 {
width: 450px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding-top: 15px;
}

#afternoon .col2.sec {
border-right: 2px dotted #1b7c00;
}

#afternoon .col2 .ttl {
margin-bottom: 15px; 
}

#afternoon .col2 p,
#afternoon .col2.sec p {
font-size: 18px;
}

#afternoon .weekend {
color: #ed3b0c;  
}

#afternoon .colon {
color: #000;     
}

.price {
color: #ed3b0c;
font-size: 20px;
}

.bla-wkotokutwo {
background-color: #000;
border: 1px solid #fff;
padding: 10px;
color: #fff;
font-size: 18px;
box-sizing: border-box;
margin-bottom:40px;
}

.roup-waku {
 display: flex;
 height: 80px;
 width: 100%;
 max-width: 900px;
 margin: 0 auto 80px;
 box-sizing: border-box;
}

.ryo-nibi {
width: 406px;
background: linear-gradient(to right, #005f26, #003504); 
color: #fff;
font-size: 27px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.migi-ryo {
width: 494px;            
background: #eef4ed;      
display: flex;           
align-items: center;
justify-content: center;  
font-size: 27px;         
}

.migi-ryo .he-donsyu {
margin: 0;               
}

.migi-ryo .he-donsyu {
margin: 0;         
color: #1b7c00;      
font-size: 27px;    
}

.priceaka {
color: #ed3b0c;
font-size: 27px;
}

.yoyaku-btn {
display: block;
width: 100%;
max-width: 800px;         
margin: 0 auto;          
transition: transform 0.2s, box-shadow 0.2s, opacity 0.3s;
opacity: 1; 
margin-bottom:80px;
}

.yoyaku-btn img {
width: 100%;
display: block;
}

.yoyaku-btn:hover {
transform: translateY(-3px);    
box-shadow: 0 8px 12px rgba(0,0,0,0.3);
opacity: 0.6; 
}

.form-txt{
font-size:18px;
font-weight:bold;
text-align:center;
margin-bottom:20px;
}

.toi-formwk {
width: 100%;
max-width: 900px;
margin: 0 auto; 
padding: 20px;
background-color: #eef4ed;
border: 2px solid #1b7c00;
box-sizing: border-box;
display: flex;          
flex-direction: column; 
align-items: center;   
}

.toiawase-tit {
font-size: 30px;
color: #1b7c00;
text-align: center;
font-weight:bold;
padding-bottom:40px;
}

.required {
color: red;
font-weight: bold;
margin-left: 5px; 
}

.wpcf7-form br {
display: none;
}

.wpcf7-form p {
margin: 0;
}

.toi-formwk .form-row {
display: flex;
align-items: stretch;
width: 100%;
max-width: 840px;   
margin: 0 auto 20px;
border: 2px solid #1b7c00;
box-sizing: border-box;
}

.toi-formwk .form-label {
display: inline-flex;   
width: 300px;
background-color: #d8ddd7;
padding: 18px;
box-sizing: border-box;
font-weight: bold;
margin: 0;
align-items: center;   
}

.toi-formwk .form-field {
flex: 1;
margin: 0;        
padding: 0;
}

.toi-formwk .form-field input,
.toi-formwk .form-field textarea {
border: 1px solid #ccc; 
border-radius: 0;
box-sizing: border-box;
padding: 10px 15px; 
}

.tel-comment {
margin-top: -16px; 
margin-bottom:10px;
padding-top: 0;
line-height: 1.3;
font-size: 0.85em;
color: #ff0000;
}

.message-row {
background-color: #d8ddd7;
}

.captchanyu {
width: 100%;
max-width: 900px;         
margin: 0 auto;
margin-bottom:40px;
padding: 20px;
background-color: #ffffff; 
border-left: 2px solid #1b7c00;
border-right: 2px solid #1b7c00;
border-bottom: 2px solid #1b7c00;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: stretch;
}

.captcha-text{
font-size:18px;
font-weight:bold;
}

.captcha-row {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
min-height: 50px; 
}

.captcha-row input {
width: 300px;            
padding: 8px 10px;       
border: 2px solid #1b7c00;
box-sizing: border-box;  
border-radius: 4px;     
}

.captcha-row img,
.captcha-row input {
vertical-align: middle;
}

.submit-wrap {
width: 330px;      
margin: 0 auto;    
}

.submit-wrap input[type="submit"] {
width: 330px;       
height: 50px;      
background: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/soshinbtn.jpg") no-repeat center center;
background-size: cover;   
border: none;             
text-indent: -9999px;     
cursor: pointer;        
display: block;
padding: 0;
}

@media screen and (max-width: 640px) {
.bla-wkotoku {
font-size: 16px;
}

.roup-waku {
height: 70px;
width: 100%;
}

.ryo-nibi {
font-size: 18px;
}

.migi-ryo .he-donsyu {     
font-size: 18px;    
}

.priceaka {
font-size: 20px;
}
}

@media screen and (max-width: 640px) {
.toiawase-tit {
font-size: 23px;
}
	
.toi-formwk {
padding: 15px;
}

.toi-formwk .form-row {
flex-direction: column;
width: 100%;
}

.toi-formwk .form-label {
width: 100%;
max-width: 100%;
margin-bottom: 5px;
}

.toi-formwk .form-field,
.toi-formwk input,
.toi-formwk textarea,
.toi-formwk select {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}

.toi-formwk .form-field .wpcf7-radio {
display: flex;
gap: 20px; 
flex-wrap: nowrap;
}

.toi-formwk .form-field .wpcf7-radio label {
display: inline-flex;  
align-items: center;   
gap: 5px;               
margin: 0;
white-space: nowrap;    
}

.toi-formwk .form-field .wpcf7-radio input[type="radio"] {
margin: 0;
}
	
.toi-formwk .form-field .wpcf7-radio input[type="radio"] {
width: 16px;   
height: 16px;
margin: 0;
}
}

@media screen and (max-width: 499px) {
.tpad-txt{
font-size:12px;
}
	
.bla-wkotoku {
font-size: 12px;
}

#afternoon .colBox {
top: 60px;               
}

#afternoon .col2 .ttl {
margin-bottom: 18px; 
}

#afternoon > .ttl {
font-size: 18px;
}

#afternoon .colBox img {
display: block;
max-width: 80%;
height: auto;
margin: 0 auto;  
}

#afternoon .col2 p,
#afternoon .col2.sec p {
font-size: 13px;
line-height: 1.6;
}

.price {
color: #ed3b0c;
font-size: 15px;
}

.bla-wkotokutwo {
font-size: 12px;
}

.roup-waku {
display: flex;
flex-direction: column;
width: 100%;
max-width: 100%;
height: auto;
margin: 0 auto 20px;   
box-sizing: border-box;
}

.roup-waku > * {
width: 100%;     
max-width: 100%;
box-sizing: border-box;
}

.ryo-nibi {
font-size: 18px;
}

.migi-ryo {
width: 100%;                    
}

.migi-ryo .he-donsyu {     
font-size: 15px;    
}

.priceaka {
font-size: 20px;
}
	
.form-txt{
font-size:15px;
}
	
.submit-wrap {
width: 70%;        
max-width: 330px;    
margin: 0 auto;      
display: block;     
text-align: center;  
}

.submit-wrap input[type="submit"] {
width: 100%;         
height: calc(50px * 0.7); 
box-sizing: border-box;  
}
	
.captcha-text{
font-size:12px;
}
}

.footer-menu ul {
display: flex;
flex-wrap: wrap; 
list-style: none;
padding: 0;
margin: 0;
justify-content: flex-start; 
gap: 20px;
}

.footer-menu ul li {
width: calc(20% - 16px); 
margin-bottom: 10px;
}

.logo-title {
max-width: 900px; 
width: 100%;       
min-height: 40px; 
margin:10px auto;
display: flex;
align-items: center;
padding: 3px 10px 3px 55px; 
box-sizing: border-box;
color: #fff;
font-size: 18px;
font-weight: bold;
background:url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/point_logo.png")no-repeat
15px center / 24px 25px,
linear-gradient(to bottom, #005f26, #003504);
font-family: Georgia, 游明朝, "Yu Mincho", YuMincho,"Hiragino Mincho ProN", "Sawarabi Mincho", serif;
}

.logo-title a {
color: #fff;         
text-decoration: none; 
}

.logo-title a:hover {
color: rgba(255, 255, 255, 0.7);
}

.logo-60th {
position: relative; 
width: 100%;
min-height: 50px;
margin: 15px 0;
display: flex;
align-items: center;
padding: 3px 10px 3px 65px;
box-sizing: border-box;
color: #000;
font-size: 20px;
font-weight: bold;
background: none;      
border-bottom: 1px solid #005f26;
font-family: Georgia, 游明朝, "Yu Mincho", YuMincho,
"Hiragino Mincho ProN", "Sawarabi Mincho", serif;
}

.logo-60th::before {
content: "";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
width: 45px;
height: 42px;
border-radius: 50%;              
background-color: #ffffff;       
}

.logo-60th::after {
content: "";
position: absolute;
left: 13px;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 42px;
background: url("https://adataracc.co.jp/wp-content/themes/responsive_159/images/60thlogo.png")
no-repeat center / contain;
}

h4.left-botit {
margin: 1rem 0;
padding: 8px 1rem;
font-size: 110%;
color: #004C18;
font-weight: normal;
position: relative;
font-weight: bold;
background: rgb(231, 231, 231);
background: -moz-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
border: 1px solid #ddd;
box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
border-radius: 4px;
}

h4.left-botit:before{
content: "";
display: inline-block;
margin-right: 1rem;
margin-bottom: -.4rem;
height: 1.5em;
width: 8px;
background-color: #80C41C;
border-radius: 4px;
}

h4.left-botit span {
display: inline-block;
transform: translateY(2px);
}

.mTtl {
width:100%;
max-width:900px;
margin: 1rem auto;
padding: 3px ;
font-size: 110%;
color: #004C18;
font-weight: normal;
position: relative;
font-weight: bold;
background: rgb(231, 231, 231);
background: -moz-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
border: 1px solid #ddd;
box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
border-radius: 4px;
}

.mTtlhyaku {
width: 100%;          
max-width: 900px;
margin: 1rem auto;
padding: 3px 1rem;
box-sizing: border-box;
font-size: 110%;
color: #004C18;
font-weight: normal;
position: relative;
font-weight: bold;
background: rgb(231, 231, 231);
background: -moz-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
border: 1px solid #ddd;
box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
border-radius: 4px;
}

.boxGn .mTtl {
margin: 1rem auto;
}

h3.res-menutit {
margin: 24px 0;
font-size: 150%;
font-weight: bold;
border-bottom: 2px solid #CFAB7A;
color:#0faf75;
}

.couseMenuwk {
width:100%;
max-width: 900px; 
text-align: center;
display: flex;            
justify-content: space-between;
gap: 30px;                 
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
}

.couseMenuwk li {
width: 40%;              
list-style: none;
}

.couseMenuwk li a {
box-sizing: border-box; 
width: 100%;
}

.button a {
position: relative;
display: inline-block;
margin-top: .5rem;
padding: 8px;
text-align: center;
text-decoration: none;
color: #FFF;
background: #45962c;
border-bottom: solid 2px #3C6401;
border-radius: 4px;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
margin-top:20px;
margin-bottom:40px;
}

.button a:active {
border-bottom: solid 2px #fd9535;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.button a:active {
border-bottom: solid 2px #fd9535;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.button a:hover {
opacity: 0.8; 
}

.hole {
margin-bottom: 8px;
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
overflow: hidden;
}

.hole .ttl {
display: inline-block;
float: left;
height: 56px;
line-height: 56px;
padding: 0 8px;
margin-right: 8px;
font-weight: bold;
font-size: 150%;
background-color: #eee;
border-radius: 8px 0 0 8px;
}

.hole .info {
display: block; 
text-align: left; 
margin-bottom: .5rem;
border-bottom: 1px dotted #ccc;
}

.hole .p-h {
font-weight: bold;
font-size: 150%;
}

.fs18 {
font-size: 129%;
}

.hole .text {
border-top: 1px dotted #ccc;
padding: 1rem;
}

.hole .yd li {
display: inline-block;
}

.circle:before {
content: "";
display: inline-block;
height: 10px;
width: 10px;
border-radius: 45px;
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
margin: 0 4px 0 0;
}

.halfLeft:before {
content: "";
display: inline-block;
height: 10px;
width: 5px;
border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
}

.halfRight:before {
content: "";
display: inline-block;
height: 10px;
width: 5px;
border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
margin: 0 4px 0 0;
}

.ydBu.circle:before {
background: #1D2088;
}

.ydWt.circle:before, .ydWt.halfLeft:before {
background: #fff;
border: 1px solid #00AB84;
box-sizing: border-box;
}

.ydYe.circle:before, .ydYe.halfLeft:before, .ydYe.halfRight:before {
background: #DAB400;
}

.ydPk.circle:before, .ydPk.halfRight:before {
background: #E4007F;
}

.hole dd img {
display: block;
margin: 0 auto;
}

.txt-holeue {
font-size: 14px;
line-height: 1.7;
margin-bottom:20px;
margin-top:10px;
}

.fcRd {
color: #CD0000;
}

.bgGn {
color: #fff;
background-color: #45962C;
padding: 1px 8px;
border-radius: 4px;
}

.bgKk {
background-color: #f0e68c;
padding: 1px 8px;
border-radius: 4px;
}

@media screen and (max-width: 499px) {
.txt-holeue {
font-size: 12px;
line-height: 1.7;
}
}

/* レストラン
------------------------------------------------------------*/
h4.res-menutit {
margin: 24px 0;
font-size: 150%;
font-weight: bold;
border-bottom: 2px solid #CFAB7A;
color: #45962C;
}

.img-text-wrap {
max-width: 688px;  
margin:auto;
}

.img-text-wrap img {
display: block;  
}

.img-text-wrap p {
margin: 8px 0 0;
text-align: left;
}

.img-text-wrap p{
margin-bottom:20px;
font-size:14px;
}

.cof-morwk {
display: flex;
gap: 10px;           
justify-content: center;
}

.cof-morwk img {
display: block;
margin-bottom: 20px;
transition: opacity 0.3s ease; 
}

.cof-morwk img:hover {
opacity: 0.6; 
}

.resMenu {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
max-width: 640px;
width: 100%;
margin: 0 auto;
}

.resMenu li {
flex: 0 0 48%;
margin-right: 2%;
margin-bottom: 24px;
}

.resMenu li.fullwide {
flex: 0 0 100%;
max-width: 640px;
width: 100%;
}

.resMenu h4{
font-weight:bold;
color:#444;
}

.resMenu h4 span.a_left{
vertical-align:middle;
font-size:86%;
color:#FF0000;
border:1px solid #FF0000;
background:linear-gradient(white, pink);
padding-top:3px;
border-radius:5px;
}

.resMenu li:nth-child(even) {
margin-right: 0;
}

.resMenu .ttl {
font-size: 135%;
margin-top: 8px;
}

.resMenu .price {
color:#000;
font-size: 122%;
text-align: right;
}

.resMenu .price.L {
font-size: 130%;
font-weight:bold;
}
	
.resMenu .price.red{
color:#FF0000;
margin-bottom:10px;
}

.serviceday{
font-size:86%;
letter-spacing:1px;
color:#fff;
background:#cc2626;
padding: 0 5px;
border: solid 1px #b71717;
}

.restMenu dt, .restMenu dd{
display:inline;
font-size:129%;
font-weight:bold;
}

.secondary {
background-color: #f3f3f3;
max-width: 640px;
width: 100%;
margin: 0 auto;    
padding: 12px 16px;
box-sizing: border-box;
margin-bottom:20px;
}

.secondary ul {
margin: 0;
padding: 0;
list-style: none;
}

.secondary li {
position: relative;
padding-left: 1.8em;
line-height: 1.6;
}

.secondary li::before {
content: "※";
position: absolute;
left: 0;
color: #CD0000;
}

.res-menutit + p {
max-width: 640px;
width: 100%;
margin: 0 auto;
}

.coff-rou {
width:100%;
max-width: 640px;
margin: 0 auto;
}

.coff-rou img {
display: block;
}

.coff-text {
margin-top: 10px;
margin-left: 0;
text-align: left;
margin-bottom:10px;
}

@media screen and (max-width: 499px) {
.resMenu {
justify-content: center;
overflow-x: hidden; 
}

.resMenu li {
flex: 0 0 100%;
width: 100%;
margin-right: 0;
}
	
.resMenu .ttl {
font-size: 115%;
margin-top: 8px;
}

.serviceday{
font-size:75%;
}

.resMenu .price .plus {
font-size: 85%;
}

.txt-menub{
font-size: 85%;
}

.secondary {
background-color: #f3f3f3;
max-width: 640px;
width: 100%;
margin: 0 auto;    
padding: 8px 13px;
box-sizing: border-box;
margin-bottom:20px;
}
	
.secondary li {
position: relative;
padding-left: 1.8em;
line-height: 1.6;
font-size: 12px;
}

.secondary li::before {
content: "※";
position: absolute;
left: 0;
color: #CD0000;
font-size: 12px;
}	

.resMenu img {
width: 95%;
max-width: 300px;
height: auto;
margin: 0 auto;
display: block;
}

*, *::before, *::after {
box-sizing: border-box;
}
	
.coff-rou img {
width: 85%;
max-width: 300px;
margin: 0 auto;
}
	
.mor-rou img {
width: 85%;
max-width: 300px;
margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
#footer {
padding-top: 0;            
background-size: cover;     
}

.footer-inner {
position: relative;         
top: auto;
left: auto;
transform: none;
flex-direction: column;    
align-items: center;
text-align: center;
padding: 40px 16px;
gap: 30px;
  }

.footer-logoleft img {
margin-bottom: 20px;
max-width: 200px;           
width: 100%;
height: auto;
}

.footer-menu ul {
padding: 0;
}

.footer-menu ul li {
margin-bottom: 12px;
}
}


/* オープンコンペ */
.waku-hachigo {
width: 100%;
max-width: 800px;
margin: 0 auto;
}

.midori-waku {
width:100%;
max-width: 900px;
margin: 20px auto;         
padding: 20px;
border: 1px solid #325928; 
color: #000;
text-align: left;
box-sizing: border-box;
}

.midori-radius {
width:100%;
max-width: 900px;
margin: 20px auto;         
padding: 20px;
border: 1px solid #325928; 
border-radius: 8px;
color: #000;
text-align: left;
box-sizing: border-box;
}

.midori-box {
position: relative;
max-width: 800px;
margin: 30px auto;
padding: 20px 20px 20px;
border: 1px solid #325928;
border-radius: 8px;
box-sizing: border-box;
}

.midori-boxnashi {
position: relative;
max-width: 800px;
margin: 30px auto;
padding: 20px 20px 20px;
box-sizing: border-box;
}

.midoribox-tit {
position: absolute;
top: -0.9em;
left: 16px;
padding: 0 10px;
background: #fff;
color: #325928;
font-weight: bold;
font-size: 110%;
}

.midoribox-body {
text-align: left;
}

@media (max-width: 499px) {
.midoribox-body {
text-align: left;
padding-top:10px;
}
	
.midoribox-tit {
position: absolute;
top: -0.9em;
left: 5px;
padding: 0 5px;
background: #fff;
color: #325928;
font-weight: bold;
font-size: 110%;
}
}

.midori-boxkyuhyaku {
position: relative;
max-width: 900px;
margin: 30px auto;
padding: 20px 20px 20px;
border: 1px solid #325928;
border-radius: 8px;
box-sizing: border-box;
}

.compeList {
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
border: 1px solid #1b7c00;
border-collapse: collapse;
}

.compeList thead th {
border: 1px solid #1b7c00; 
padding: 8px 0;
color: #fff;
background-color: #1b7c00;
text-align: center;
}

.compeList tbody th,
.compeList tbody td {
  border: 1px solid #1b7c00;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}

.compeList thead th:last-child {
border-right: none;
border: 1px solid #1b7c00;
}

.compeList tbody th {
padding: 8px 0;
text-align: center;
border-bottom: 1px solid #1b7c00;
vertical-align: middle;
background-color: #fff;
}

.compeList tbody td {
text-align: center;
border-left: 1px solid #1b7c00;
border-bottom: 1px solid #1b7c00;
vertical-align: middle;
}

.compeList th a[target="_blank"]::after {
content: "\f1c1"; 
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 6px;
font-size: 0.9em;
display: inline-block;
}


@media screen and (max-width: 499px) {
.compeList tbody th {
width: 60% !important;   
padding: 10px 1px !important; 
}

.compeList tbody td {
width: 25% !important;  
padding: 10px 2px !important; 
}

 .compeList thead th {
padding: 10px 4px !important;
font-size: 12px !important; 
}
}

.secondarycomp {
background-color: #f3f3f3;
max-width: 800px;
width: 100%;
margin: 0 auto;    
padding: 12px 16px;
box-sizing: border-box;
margin-bottom:20px;
}

.secondarycomp ul {
margin: 0;
padding: 0;
list-style: none;
}

.secondarycomp li {
position: relative;
padding-left: 1.8em;
line-height: 1.6;
}

.secondarycomp li::before {
content: "※";
position: absolute;
left: 0;
color: #CD0000;
}

#senior-ladies {
width:100%;
margin: .5rem 0;
margin:auto;
margin-bottom:20px;
box-sizing: border-box;
}

#senior-ladies .ttl {
margin-bottom: 4px;
font-size: 150%;
font-weight: bold;
text-shadow: 0 3px 3px #000;
}

#senior-ladies .ttl a {
color: #fff;
}

#senior-ladies dt {
padding-top: 4px;
text-align: center;
color: #fff;
background-color: #325928;
}

#senior-ladies .comment {
padding: 4px 0;
font-size: 108%;
font-weight: bold;
color: #CD0000;
background: linear-gradient(
to right,
#CFC600 0%,
#FFFF72 50%,
#CFC600 100%
);
}

#senior-ladies dd {
color: #fff;
background-color: #325928;
}

#senior-ladies .dayList {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}

#senior-ladies .dayList li {
flex: 1 1 33%;
text-align: center;
padding: 8px 0;
font-size: 115%;
font-weight: bold;
border-right: 1px solid #325928;
}

#senior-ladies .dayList li:last-child {
border-right: none;
}

.detail-btn {
display: inline-block;
margin: 0 auto;
padding: 8px 18px;
background-color: #CD0000;
color: #ffffff;
font-weight: bold;
border-radius: 18px;
text-decoration: none;
line-height: 1;
}

.detail-btn:hover {
background-color: #A80000;
color: #ffffff;
}

.tt-form {
text-align: center;
margin-top: 10px;
margin-bottom:10px;
}

@media screen and (max-width: 499px) {
.secondarycomp li {
position: relative;
padding-left: 1.8em;
line-height: 1.6;
font-size: 12px; 
}

.secondarycomp li::before {
content: "※";
position: absolute;
left: 0;
color: #CD0000;
font-size: 12px; 
}

#senior-ladies .dayList li {
font-size: 110%;
}

#senior-ladies .comment {
font-size: 100%;
}

#senior-ladies .ttl {
font-size: 130%;
}
	
.tt-form {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
font-size: 12px; 
}
}

/* コンペ賞品手配*/
.pr-tenwaku{
border: 1px dashed #ccc;
padding: 8px;
display: inline-block;
margin: 10px 0px;
}

.btn-prize-g,
a.btn-prize-g {
color: #fff;
background-color: #136c0a;
padding: 5px 20px;
font-size: 16px;
margin-top: 15px; 
display: inline-block; 
}

.btn-prize-g:hover,
a.btn-prize-g:hover {
color: #fff;
background: #136c0a;
opacity: 0.6;
transition: 0.4s;
}

.prte-h table,
.prte-h tr,
.prte-h td,
.prte-h th {
border: none !important;
}

.prte-h table {
width: 100%;
max-width: 900px;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
}

.prte-h td {
padding: 4px 10px;  
line-height: 1.6;  
}

.pr-photos {
display: flex;
justify-content: flex-start;
gap: 50px;
max-width: 900px;
width: 100%;
margin: 0;               
}

.pr-photo img {
width:250px;
max-width: 100%;
height: auto;
display: block;
}

.pr-link a {
color: green;
font-size: 16px;
font-weight: bold;
transition: opacity 0.3s ease;
}

.pr-link a:hover {
opacity: 0.6;
}

@media screen and (max-width: 499px) {
.btn-prize-g,
a.btn-prize-g {
color: #fff;
background-color: #136c0a;
padding: 5px 10px;
font-size: 14px;
margin-top: 15px; 
display: inline-block; 
}
	
.prte-h td {
font-size:12px;
padding: 4px 10px;  
line-height: 1.3;  
}
	
.mTtl {
font-size: 15px;
}
}

/* 予約ページ*/
.yoyaku-toku {
width:100%;
max-width: 900px;
font-size: 17px;
font-weight: 600;
color: #2f6f3e;
background: #eef7f0;
padding: 10px 14px;
box-sizing: border-box;
margin: 0 auto;
}

.boxGn {
max-width: 900px;
margin: 20px auto;
padding: 24px 16px 28px;
border: 3px solid #4ea43a;
border-radius: 6px;
text-align: center;
box-sizing: border-box;
}

.boxGn .ttl {
display: inline-block;
}

.boxGn .ttl a {
font-size: 20px;
font-weight: bold;
color: #2aa52a;
text-decoration: underline;
}

.boxGn .ttl a:hover {
opacity: 0.8;
}

.bango-d {
color: #004C18;
font-size: 18px;
}

.kochira-fax {
color: #45962C;
border: 1px solid #45962C;
padding: 3px 12px;
display: inline-block;
border-radius: 5px;
margin-top:5px;
transition: opacity 0.3s ease;
}

a:hover .kochira-fax {
opacity: 0.6;
}

/* ===== フォーム全体 ===== */
.rowDl {
display: grid;
grid-template-columns: 30% 70%;
border: 1px solid #ccc;
border-bottom: none;
font-size: 14px;
}

/* dt / dd 共通 */
.rowDl dt,
.rowDl dd {
border-bottom: 1px solid #ccc;
padding: 14px;
box-sizing: border-box;
margin: 0;
}

/* 左列 */
.rowDl dt {
background: #f5f5f5;
font-weight: 500;
}

/* 右列 */
.rowDl dd {
background: #fff;
}

/* 必須 */
.fcOg {
color: red;
margin-left: 4px;
font-size: 13px;
}

/* 入力欄 */
.rowDl input[type="text"],
.rowDl input[type="email"],
.rowDl textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
box-sizing: border-box;
}

/* テキストエリア */
.rowDl textarea {
min-height: 160px;
}

/* ラジオボタン横並び */
.rowDl .wpcf7-list-item {
margin-right: 20px;
}

/* CAPTCHA */
.capt {
margin-top: 20px;
}

/* 送信ボタン */
p input[type="submit"] {
display: block;
margin: 30px auto 0;
padding: 10px 40px;
font-size: 16px;
background: #666;
color: #fff;
border: none;
cursor: pointer;
}

.rowDl dd .fcOg {
display: block;
margin-top: 6px;
}

ol.decimal::marker,
ol.decimal li::marker {
content: none;
}

@media (max-width: 640px) {
.rowDl {
grid-template-columns: 100%;
}
	
.bango-d {
color: #004C18;
font-size: 16px;
}
	
.bango-d,
.bango-d a {
color: #004C18 !important;
-webkit-text-fill-color: #004C18;
}
}

.capt {
width: 100%;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: none;     
border-collapse: collapse;
font-size: 14px;
margin-top: 0;
}

/* dt：説明文（1行・グレー背景） */
.capt dt {
background: #f5f5f5;
padding: 14px;
font-weight: 500;
border-bottom: 1px solid #e5e5e5;
}

/* dd：画像＋入力欄 */
.capt dd {
padding: 14px;
margin: 0;
text-align: center; /* 中央寄せ */
}

.capt dd > p {
display: flex;
flex-direction: column; 
align-items: center;  
gap: 10px;            
margin: 0;
}

/* CAPTCHA画像 */
.capt dd img {
display: block;
width: auto;      
height: auto;
max-width: 100%;
}

.capt dd input[type="text"] {
width: 200px;
padding: 6px;
border: 1px solid #ccc;
box-sizing: border-box;
}

.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
width: 100%;
max-width: 300px;  
padding: 8px 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}

/* スマホ */
@media (max-width: 640px) {
.capt dd {
flex-direction: column;
align-items: flex-start;
}

.capt dd input[type="text"] {
width: 100%;
}
}

/* 会員様ページ */
.bgRd {
background-color: #1b7c00; 
color: #ffffff;            
width: 100%;        
max-width: 868px;            
text-align: center;        
padding: 10px;              
margin: 0 auto;            
box-sizing: border-box;     
margin-bottom:10px;
}

.link01 {
width: 100%;
text-align: center;
border-top: 2px solid #ccc;    
border-bottom: 2px solid #ccc; 
max-width: 868px;             
margin: 20px auto 20px;
padding: 4px 0;              
box-sizing: border-box;
}

.link01 a {
color: #45962C;          
text-decoration: underline; 
font-weight: bold;     
display: inline-block;
transition: color 0.4s, border-color 0.4s;
}

.link01 a:hover {
color: #2a5a1f;           
text-decoration-color: #2a5a1f;
}

.buttonshop a {
position: relative;
display: inline-block; 
margin-top: 0.5rem;
padding: 8px;
text-align: center;
text-decoration: none;
color: #FFF;
background: #45962c;
border-bottom: solid 2px #3C6401;
border-radius: 4px;
box-sizing: border-box;
box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
transition: color 0.4s;
}

.buttonshop a.centershop {
display: block;    
width: 100%;
max-width:427px;
margin: 0 auto; 
margin-bottom:30px;
}

.buttonshop a.centershop:hover {
color: rgba(255, 255, 255, 0.7); 
}

.memberMenu {
display: flex;
flex-wrap: wrap;      
gap: 20px;            
justify-content: center; 
padding: 0;
margin: 0 auto;
list-style: none;
margin-bottom: 50px;
max-width: 900px;     
box-sizing: border-box;
}

.memberMenu .btn-white {
flex: 0 0 calc(50% - 10px);
box-sizing: border-box;   
width: 100%;
max-width:400px;
margin: 0 auto;  
}

.btn-white a {
display: block;
width: 100%;            
padding: 8px;
text-align: center;
text-decoration: none;
color: #004C18;
font-weight: bold;
background: #fff;
border-bottom: 2px solid #3C6401;
border-radius: 4px;
box-sizing: border-box;
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
transition: color 0.4s;
transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.btn-white a:hover {
transform: translateY(-3px); 
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2),
0 6px 8px rgba(0,0,0,0.25); 
color: #136c0a;
}

/* 月例競技ページ */
.rowTb {
width: 100%;
border-right: 1px solid #ccc;
}

.rowTb thead th {
padding: 4px 0;
color: #fff;
text-align: center;
background-color: #006600;
border-left: 1px solid #ccc;
}

.rowTb thead td {
padding: 4px 0;
text-align: center;
background-color: #eee;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}

.rowTb tbody td {
padding: 8px 4px 8px 8px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
vertical-align: middle;
}

.mae-left a {
font-size: 100%;    
color: green;         
font-weight: bold;   
text-decoration: none; 
}

.mae-left a:hover,
.mae-left a:active {
color: darkgreen;   
}

.ato-right {
text-align: right;   
}

.ato-right a {
font-size: 100%;     
color: green;           
font-weight: bold;   
text-decoration: none; 
}

.ato-right a:hover,
.ato-right a:active {
color: darkgreen;      
}

@media (max-width: 499px) {
.rowTb tbody td {
font-size:12px;
}
}

/* 年間月例日程 */
.syo-kyogi {
text-align: center;
margin-bottom:10px;
}

.syo-kyogi span {
display: inline-block;         
font-weight: bold;            
color: #45962C;               
border-bottom: 2px solid #45962C; 
padding-bottom: 1px;          
font-size: 16px; 
transition: opacity 0.3s ease;
}

.syo-kyogi span:hover {
opacity: 0.6;
}

.schedule {
width: 100%;
table-layout: fixed;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.schedule th {
padding: 4px 1rem;
border-right: 1px solid #ccc;
background-color: #1b7c00; /* 緑に */
color: #ffffff;            /* 文字色を白に */
}

.schedule td {
background-color: #ffffff; /* デフォルト色を消す */
border-right: 1px solid #ccc;
padding: 4px 4px 16px;
}

.schedule .nb {
text-align: center;
border-top: 1px dotted #333;
border-bottom: 1px dotted #333;
}

.schedule .day {
display: block;
padding: 2px 0;
font-weight: bold;
text-align: center;
margin-bottom: -1em;
background-color: #ffffff;
}

@media screen and (max-width: 499px) {
td span.day {
font-size: 12px;
}

td span[style*="color: #fa58d0"] {
font-size: 12px;
}

td {
font-size: 12px;
line-height: 1.4;
}
}

/* 連盟競技日程 */
.left-botit a {
color: #004C18;
text-decoration: none;
}

.left-botit a:hover {
opacity: 0.8;
}

@media screen and (max-width: 499px) {
.note-tee {
font-size: 12px;
}
}

/* 月例競技申し込み */
.boxGntwo {
max-width: 800px;
margin: 20px auto;
padding: 15px 15px;
border: 3px solid #4ea43a;
border-radius: 6px;
text-align: left;
box-sizing: border-box;
}

.bGGn {
color: #fff;
background-color: #45962C;
padding: 1px 8px;
border-radius: 4px;
}

.check-square-list {
list-style: none;
padding-left: 0;
margin-top:10px;
}

.check-square-list li {
position: relative;
padding-left: 2em;
margin-bottom: 0.6em;
line-height: 1.3;
}

.check-square-list li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
width: 1.3em;
height: 1.1em;
border: 2px solid #28a745;
color: #28a745;
font-weight: bold;
text-align: center;
line-height: 1em;
box-sizing: border-box;
}

/* 施設案内 */
.sya-txtwak {
display: flex;         
flex-wrap: wrap;      
gap: 20px;           
justify-content: center; 
max-width: 900px;     
margin: 0 auto;       
}

.dd-bline {
width:100%;
max-width: 880px;            
border-bottom: 1px dotted #ccc; 
margin: 10px auto;          
}

.onewaku {
display: flex;
flex-direction: row;   
gap: 20px;             
flex: 1 1 calc(50% - 10px); 
box-sizing: border-box;
padding-top: 20px;
padding-bottom:10px;
align-items: flex-start;
}

.hidarisya img {
width:100%;
max-width: 200px;
height: auto;
display: block;
}

.migitxt {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 1 0; 
max-width: 244px;
min-width: 100px; 
}

.underline {
color: #004C18;
display: inline-block; 
border-bottom: 1px solid #004C18; 
margin-top:10px;
margin-bottom: 7px;
font-size: 16px;
width: auto;
}

.underline + p {
font-size: 14px; 
}

@media screen and (max-width: 640px) {
.sya-txtwak {
flex-direction: column;  
align-items: center; 
}
          
.onewaku {
width: 100%;         
max-width: 100%;     
flex-direction: row;  
justify-content: center;
}
	
.hidarisya img {
width: 160px;            
max-width: 100%;         
}

.migitxt {
max-width: calc(100% - 200px - 20px); 
text-align: left;
}

.underline {
font-size: 14px; 
}

.underline + p {
font-size: 12px; 
line-height: 1.4;
}
}

/* FAX予約 */
.yoyaku-fx {
color: #fff;             
background-color: #3C6401; 
padding: 8px 16px;       
display: inline-block;   
border-radius: 4px;     
}

/* アクセス */
.map-wrap {
width: 100%;
margin: 0 auto;
margin-top:10px;
}

.map-wrap iframe {
width: 100%;
height: 450px;
border: 0;
display: block;
}

.news.post {
margin: 40px auto;
max-width:900px;
width:100%;
}

.read-more {
color: #1b7c00;       
text-decoration: none;  
}

.read-more:hover {
 color: rgba(27, 124, 0, 0.7);
}

.image-row {
display: flex;             
width: 100%;            
max-width: 640px;       
gap: 10px;              
justify-content: center; 
margin: 0 auto;         
}

.image-row img {
width: calc(50% - 5px);
height: auto;          
display: block;
}

@media screen and (max-width: 600px) {
.image-row {
flex-direction: column;
gap: 10px;             
}

.image-row img {
width: 80%;          
}
}

.tel-link {
color: #fff;
}

.tel-link:hover,
.tel-link:visited {
color: #fff;
}

.ad-play{
display:inline-block;
position:relative;
top:3px;
padding:0.2em;
height:auto;
line-height:1.5em;
color:#ffffff;
background:#007E00;
font-size:130%;
font-weight:bold;
text-align:center;
border-radius:5px 5px 0 0;
margin-top:10px;
}

.ad-set{
background:rgba(255,255,255,0);
border:solid 3px #007E00;
border-radius:0 5px 5px;
padding:10px;
font-size: 120%;
font-weight:bold;
margin-bottom:10px;
}

/* 料金 */
.ta-commet{
padding-bottom:15px;
}

.ta-commettwo{
padding-bottom:20px;
}

.usukure {
width: 100%;
min-width: 500px; 
}

.usukure th,
.usukure td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.locker{
width:60%;
}

.locker th,
.locker td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.caddyfee{
width:100%;
}

.caddyfee th,
.caddyfee td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.warimashi{
width:100%;
}

.warimashi th,
.warimashi td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.halfr{
width:100%;
}

.halfr th,
.halfr td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.rental {
width: 100%;
min-width: 520px;          /* ← スクロール発生用 */
border-collapse: collapse;
}

.rental th,
.rental td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.rennsyu-jo{
width:100%;
}

.rennsyu-jo th,
.rennsyu-jo td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.shiharai{
width:100%;
}

.shiharai th,
.shiharai td {
border: 1px solid #ccc;      
padding: 8px 12px;
text-align: center;
vertical-align: middle;
}

.scroll-note {
display: none;
font-size: 10px;
color: #666;
margin-bottom: 3px;
}

@media screen and (max-width: 499px) {
.ad-set{
font-size: 100%;
}

.ad-play{
font-size:120%;
}
	
.usukure-wrap{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
	
.rental-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch; 
}

.scroll-note {
display: block;
text-align: left;
}
	
.compeList tbody th {
padding: 6px 0;
font-size:12px;
}
	
.compeList tbody td {
padding: 0 2px;
}
}

.menu-item {
position: relative;
}

.menu-item > .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #000;
padding: 0;
margin: 0;
list-style: none;
z-index: 9999;
text-align: center;
}

.menu-item:hover > .sub-menu {
display: block;
}

.sub-menu li {
display: block;
width: 100%;
}

.sub-menu li a {
display: block;
height: 60px;
line-height: 60px;
padding: 0;         
color: #fff;
white-space: nowrap;
text-align: center; 
}

.sub-menu li a:hover {
background: rgba(255,255,255,0.15);
}

@media (max-width: 1024px) {
.menu-item > .sub-menu {
display: block;
position: static;
background: transparent;
padding-left: 0;
text-align: left;
margin: 0;
}

.sub-menu li {
display: block;
width: 100%;
text-align: left;
margin: 0;
}

.sub-menu li a {
display: block;
padding: 10px 0 10px 15px;
color: #333;
text-align: left;
line-height: 1.8; 
 }

.sub-menu,
.sub-menu li,
.sub-menu li a {
border: none !important;
background-image: none !important;
}

.sub-menu li::before,
.sub-menu li::after,
.sub-menu li a::before,
.sub-menu li a::after {
content: none !important;
display: none !important;
}
}

.tpad-instagram{
max-width:940px;
margin:auto;
margin-bottom:60px;
}

.tpad-instagram a h3{
position: relative;
clear: both;
padding:0 0 0 50px;
font-size:19px;
}

.tpad-instagram a h3:before{
position: absolute;
left:0px;
bottom:0px;
content: "";
display: inline-block;
width: 35px;
height:36px;
background: url(images/instalogo.png) no-repeat;
background-size: 35px;
}

.tpad-instagram a h3 {
position: relative; /* 疑似要素の基準 */
padding-left: 45px; /* アイコン分の余白 */
}

.tpad-instagram a h3:before{
position: absolute;
left: 0;
bottom: 0;
content: "";
display: inline-block;
width: 35px;
height: 36px;
background: url(images/instalogo.png) no-repeat;
background-size: 35px;
transition: opacity 0.3s ease;
}

.tpad-instagram a:hover h3:before{
opacity: 0.5;
}

@media (max-width: 499px) {
.tpad-instagram{
margin-bottom:50px;
}
}

ul.ten-norm {
list-style-type: disc;  
list-style-position: outside;
padding-left: 1.5em;   
margin-left: 0;
}

ul.ten-norm li {
background: none;
padding-left: 0;
}

ol.back-num {
width: 100%;
margin: 0 auto;       
padding-left: 1.5em; 
box-sizing: border-box;
}

.back-ty {
border-collapse: collapse;
width: 100%;
}

.back-ty th,
.back-ty td {
border: 1px solid #999;
padding: 8px;
}

.back-ty td:first-child {
white-space: nowrap;
}

.hagaki-form{
font-size: 16px; 
font-weight: bold;
margin-bottom:15px;
}

.textArea {
text-align:center;
padding: .5rem 1rem;
}

#main60th {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
margin-bottom:80px;
}

#main60th .bg-60th {
display: block;
width: 100%;
height: auto;
}

#main60th .main-60thlogo {
position: absolute;
top: 45%;  
left: 50%;
transform: translate(-50%, -50%);
max-width: 48%;
height: auto;
}

#main60th .main-60thbtn {
position: absolute;
top: 92%;
left: 50%;
transform: translate(-50%, -50%);
width: 6vw;      
max-width:100px;  
min-width: 45px;  
height: auto;
transition: 
transform 0.25s ease,
}

#main60th .main-60thbtn:hover {
transform: translate(-50%, -55%); 
}

#main60th .bg-60th-link {
pointer-events: none;
}

@media screen and (max-width: 640px) {
#mainImg {
margin-bottom:10px;
}	

#mainImg .main-logo {
max-width: 45%; 
}

#main60th .main-60thbtn {
display: none;
}

 #main60th .main-60thlogo {
top: 52%;
max-width: 60%;
}

#main60th .bg-60th-link {
pointer-events: auto;
}
	
#main60th {
margin-bottom: 0;
}
}

.bg-areafive {
background-image: url("images/logo-tuika5.png");
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
width: 100%;
}

.bg-areathirty {
background-image: url("images/logo-tuika30.png");
background-size: contain;  
background-position: center top;
background-repeat: no-repeat;
width: 100%;
}

.bg-twenty {
background-image: url("images/logo-tuika20.png");
background-size: contain;  
background-position: center top;
background-repeat: no-repeat;
width: 100%;
}

.bg-areaten {
background-image: url("images/logo-tuika10.png");
background-size: contain;  
background-position: center top;
background-repeat: no-repeat;
width: 100%;
}

.bg-coursebg {
position: relative; 
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
width: 100%;
}

.bg-coursebg::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("images/out-1.jpg");
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
opacity: 0.05; 
z-index: -1; 
}

.midoribox-bodyfour {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4列 */
gap: 10px;
max-width: 900px;
margin: 0 auto;
list-style: none;
padding: 0;
}

.midoribox-bodyfour li img {
width: 100%;
height: auto;
}

@media (max-width: 640px) {
.midoribox-bodyfour {
grid-template-columns: repeat(2, 1fr);
}
}

.club-aboutwk {
position: relative;
width: 100vw;             
max-width: 1920px;        
left: 50%;
transform: translateX(-50%);  
}

.club-aboutwk img {
width: 100%;
height: auto;
display: block;
}

.cabout-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
width: 100%;
line-height: 1.8;
z-index: 2;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.cabout-title {
color: #2eed00; 
font-size: 36px;
font-weight: bold;
margin-bottom: 43px;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.cabout-text p{
font-size:17px;
}

.club-aboutwk::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.15);
}

@media screen and (max-width: 1025px) {
.cabout-text p{
font-size: 1.9vw;
}

.cabout-title {
font-size: 3.5vw;
margin-bottom: 3vw;
}
}

@media screen and (max-width: 499px) {
.cabout-text p{
font-size: 2vw;
}
}

.ta-gakyu {
display: flex;
max-width: 900px;
width:100%;
margin: 0 auto;
align-items: flex-start; 
gap: 10px;
transform-origin: top left;
margin-top:30px;
}

.gaikyo-ta {
width: 580px;
border-collapse: collapse;
table-layout: fixed;
height: 320px;       
}

.gaikyo-ta th {
width: 130px;      
text-align: center;
vertical-align: middle;
background: #f5f5f5;
}

.gaikyo-ta td {
border: 1px solid #ccc; 
padding: 10px;
vertical-align: middle;
}

.gaikyo-ta tr {
height:0px;  
}

.right-aboutg {
height: 334px;
display: flex;
align-items: flex-start;   
}

.right-aboutg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.ta-gakyu .gaikyo-ta {
margin: 0; 
}

@media screen and (max-width: 640px) {
.ta-gakyu {
flex-direction: column;
gap: 10px; 
}
	
.right-aboutg {
justify-content: center; 
align-items: center;    
height: auto;          
}

.right-aboutg img {
width: 70%; 
height: auto;
object-fit: cover;
}

.ta-gakyu .gaikyo-ta {
width: 100%;     
margin: 0 auto; 
}
     
.gaikyo-ta th,
.gaikyo-ta td {
font-size: 12px;
}

.post table th {
padding: 0;
width:110px;
}
}

.outin-tablewk {
display: flex;         
gap: 20px;              
max-width: 900px;       
margin: 0 auto;
flex-wrap: wrap;
justify-content: center;
}

.outin-tablewk > * {
flex: 1 1 300px;        
max-width: 900px;         
}

.outin-tablewk table {
width: calc(50% - 10px); 
border-collapse: collapse;
border: 1px solid #ccc;
}

.outin-tablewk th,
.outin-tablewk td {
border: 1px solid #ccc;  
padding: 5px 8px;       
text-align: center;   
}

.outin-tablewk th{
background:#007E00;
color:#fff;
}

.table-title {
caption-side: top;      
text-align: left;     
font-weight: bold;
font-size: 16px;
margin-bottom: 5px; 
color: #007E00; 
}

.outin-tablewk tr:last-child td {
background-color: #d7f0d7; 
}

.modura-content {
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
}

.modura-content,
.modura-content * {
box-sizing: border-box;
}

.modura-content .modula-gallery,
.modura-content .modula-items {
width: 100% !important;
max-width: 100% !important;
}

.modura-content img {
max-width: 100%;
height: auto;
display: block;
}

.news-members {
width:100%;
max-width:900px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 8px;
margin-bottom: 23px;
position: relative;
margin-top:80px;
}

.news-listmemb {
font-size: 18px;
list-style: none;
padding: 0;
margin: 0;
margin-bottom:80px;
}

.news-listmemb li {
position: relative;
padding: 12px 0;
}

.news-listmemb li::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: min(900px, calc(100vw - 60px)); 
border-bottom: 2px dotted #333;
transform: translateX(-50%);
}

.news-innermemb {
max-width: 900px;
margin: 0 auto;         
display: flex;
gap: 30px;
}

.news-moremem {
background: #00310d;
color: #fff;
font-size: 16px;
padding: 3px 8px;
text-decoration: none;
}

.news-moremem:hover {
opacity: 0.8;
}

.news-subtitle {
margin: 0 auto;
font-size:27px;
font-weight:bold;
font-family: "BIZ UD明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS P明朝", serif;
}

.bgRdred {
color: #ff0000;
font-size:16px;
width: 100%;        
max-width: 900px;            
text-align: center;        
padding: 10px;              
margin: 0 auto;            
box-sizing: border-box;     
margin-bottom:10px;
border: 1px solid #ff0000; 
border-radius: 10px;  
}

.harass-jikoto {
width: 100%;
max-width: 940px;
display: flex;
gap: 20px;                 
margin: 0 auto 60px;
}

.harass-jikoto a {
flex: 1;                  
min-width: 250px;         
display: block;
border: 1px solid red;
padding: 15px;
box-sizing: border-box;
text-align: center;
text-decoration: none;
color: #000;
transition: all 0.3s ease;
}

.harass-jikoto a:hover {
border-color: #ff0000;
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

@media (max-width: 640px) {
.harass-jikoto {
flex-direction: column;
padding: 0 20px;   
box-sizing: border-box;
}
}

.w-nashibox {
width: 450px;     
margin: 0 auto;   
border: none;     
text-align: center;  
}

.sotyotab {
width: 100%;
border-collapse: collapse;
}

.sotyotab th,
.sotyotab td {
border: 1px solid #ccc;
padding: 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}

.sotyotab th {
font-weight: bold;  
}

.sotyotab td {
font-weight: normal; 
}

@media screen and (max-width: 499px) {
.sotyo-wrap{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.sotyotab tr th{
padding: 3px 8px;
}
}

.line-bg{
width:100%;
max-width:800px;
margin:0 auto;
margin-bottom:50px;
}

.line-bg img {
display: block;
margin: 0 auto;
max-width: 450px;  
width: 100%;       
height: auto;
transition: opacity 0.3s ease;
}

.line-bg img:hover {
opacity: 0.8; 
}

.line-topg {
width: 100%;
max-width: 900px;
margin: 0 auto 50px;
text-align: center;  
}

.line-topg img {
display: block;
margin: 0 auto;
max-width: 450px;  
width: 100%;       
height: auto;
transition: opacity 0.3s ease;
}

.line-topg img:hover {
opacity: 0.8;
}

.single-post .post {
max-width: 900px;
width: 100%;
margin: 0 auto;
}

.single-post .post {
font-size: 16px;
line-height: 1.6;
}

.entry-content {
line-height: 1.8;
}

.topmodr {
position: fixed;
right: 10px;  
bottom: 20px; 
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}

.topmodr.show {
opacity: 1;
visibility: visible;
}

#page-top {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 70px;
height: 82px;
border-radius: 50%;
background-color: rgba(47, 143, 47, 0.8);
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 15px;
line-height: 1.2;
box-shadow: 0 4px 10px rgba(0,0,0,0.25);
text-align:center;
}

#page-top:hover {
background: #256f25;
}

@media screen and (max-width: 499px) {
.topmodr {
right: 10px;  
bottom: 20px;
}
	
#page-top {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50px;
height: 62px;
border-radius: 50%;
background-color: rgba(47, 143, 47, 0.8);
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 10px;
line-height: 1.2;
box-shadow: 0 4px 10px rgba(0,0,0,0.25);
text-align:center;
}

#page-top:hover {
background: #256f25;
}
}

.club-bglg {
position: relative;
width: 100vw;             
max-width: 1920px;        
left: 50%;
transform: translateX(-50%);  
}

.logtitle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
width: 100%;
line-height: 1.8;
z-index: 2;
font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

@media screen and (max-width: 959px) {
.logtitle {
width: 60%;
}
}

.midori-list {
padding-left: 1.2em;   
margin: 0;
list-style: disc;     
margin: 0;
}

.midori-list li {
margin-bottom: 6px;
}
