@charset "UTF-8";
/*
Theme Name: 野田スポーツコミッション
*/

body {
    font-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #000;
}
h3{
    font-size: 2em;
    color: #5882BF;
    border-bottom: 4px solid #5882BF;
    margin-left: 100px;
    margin-right: 100px;
    vertical-align: bottom;
}
h3::before {
    content: "";
    display: inline-block;
    width: 38px;          /* アイコンの幅 */
    height: 38px;         /* アイコンの高さ */
    margin-right: 8px;    /* 文字との余白 */
    background-image: url(https://sc-noda.jp/lp/wp-content/uploads/2025/08/h2icon.png); /* アイコン画像 */
    background-size: contain; /* 画像を枠に収める */
    background-repeat: no-repeat;
    vertical-align: middle;
}
h4{
    font-size: 2em;
    color: #FFFFFF;
    border-bottom: 4px solid #dfdfdf;
    margin-left: 100px;
    margin-right: 100px;
    vertical-align: bottom;
}
h5{
    font-size: 2em;
    color: #5882BF;
    border-bottom: 4px solid #5882BF;
    vertical-align: bottom;
    margin-bottom: -20px;
    padding-bottom: 5px;
}
h4::before {
    content: "";
    display: inline-block;
    width: 38px;          /* アイコンの幅 */
    height: 38px;         /* アイコンの高さ */
    margin-right: 8px;    /* 文字との余白 */
    background-image: url("https://sc-noda.jp/lp/wp-content/uploads/2025/08/h2icon-grey.png"); /* アイコン画像 */
    background-size: contain; /* 画像を枠に収める */
    background-repeat: no-repeat;
    vertical-align: middle;
}
/* ~~ ヘッダー ~~ */
.header {
    height: 91px;
    background-image: url(https://sc-noda.jp/lp/wp-content/uploads/2025/08/header-back.png);
}
.head-content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 92px;
}
.head-line {
    color: #FFFFFF;
    font-size: 1.1em;
    letter-spacing: 0.5em;
    height: 25px;
    margin-left: 10px;
}
.head-content img {
    margin-top: 10px;
}

.main-img  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 450px;
    background-image: url(https://sc-noda.jp/lp/wp-content/uploads/2025/08/lp-main-back.jpg);
    background-position: center center;
    background-repeat: repeat-x;
}
.main-img-768  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 450px;
    background-image: url(https://sc-noda.jp/lp/wp-content/uploads/2025/08/lp-main-back.jpg);
    background-position: center;
    background-repeat: repeat-x;
    display: none;
}
.event-img  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
}
.event-img-768  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    display: none;
}
.main {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    line-height: 1.8em;
}
.main-blue {
    width: 100%;
    height: auto;
    background-color: #6F8FC0;
    margin-top: 40px;
    padding-bottom: 30px;
    overflow: auto;
}
.main-grey {
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
    margin-top: 40px;
    padding-bottom: 20px;
    overflow: auto;
}
.main-photo {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-top: 60px;
}
.main-content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.slogan {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 24px;
}
.slg-box {
    width: 400px;
    height: 520px;
    padding-right: 40px;
    float: left;
}
.slg-box-last {
    width: 400px;
    height: 520px;
    padding-right: 0px;
    float: left;
}
.slg-img img {
    width: 400px
}
.slg-txt {
    font-size: 1.5em;
    margin-top: -190px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000000;
}
.slg-txt2 {
    font-size: 1.5em;
    margin-top: -220px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000000;
}
.slg-txt3 {
    font-size: 1.5em;
    margin-top: -130px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000000;
}
.content-txt {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.8em;
    border-radius: 10px;
    margin-top: -20px;
}

/* ~~ ナビゲーション ~~ */
.menu-container {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	
}


.menu-container .menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;

}

.menu-container .menu .menu-item {
  flex: 1;
  
}

.menu-container .menu .menu-item a {
	background: rgba(111,143,192,0.85);
	border-right: 2px solid #ccc;
	color: #fff;
	display: block;
	padding: 0.6em 0.4em;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	font-size: 1.6em;
}

.menu-container .menu .menu-item a:hover {
	background: rgba(118,166,206,0.95);
	color: #204b7f;
	
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

/* ~~ フォーム ~~ */
.sc-form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.form-item {
	width: 100%;
}
.form-name {
    font-size: 1.2em;
    width: 226px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFFFFF;
}
.form-text {
    width: 464px;
    float: right;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 10px;
}
.form-input {
    width: 100%;
    font-size: 1.2em;
    background: #eaedf2;
    border-radius: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-bottom: 5px;
}
.form-input-textarea {
	width: 100%;
	font-size: 1.2em;
	background: #eaedf2;
	border-radius: 5px;
	height: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form-button {
	box-shadow: 0px 0px 3px red;
	font-size: 1.2em;
	padding: 5px;
}
.hissu {
	background-color: #F00;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.12em;
	border-radius: 5px;
	margin-right: 5px;
}
.form-radio {
    margin-left: 1em;
    color: #FFFFFF;
    font-size: 1.2em;
    width: 464px;
    float: right;
    margin-top: -40px;
}
.form-check {
    transform: scale(2);
    margin-right: 10px;
    margin-left: 10px;
}
.main-footer {
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
    padding-bottom: 0px;
    overflow: auto;
}
.footer {
    width: 1280px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.footer-logo {
    width: 540px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}
.footer-address {
    width: 640px;
    text-align: center;
    float: left;
    padding-top: 20px;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ ナビゲーションアイコン ~~ */
.icon-hamburger {
	background: #dfdfdf;
	cursor: pointer;
	height: 42px;
	position: relative;
	width: 42px;
	display: none;
	margin-bottom: 5px;
	margin-left: 700px;
	border-radius: 5px;
	margin-top: -72px;
}

.icon-hamburger span {
	background: #6f8fc0;
	display: block;
	height: 12%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 84%;
	margin-top: -8%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -42%;
}
#navi-txt {
	margin-left: 90px;
	margin-top: -30px;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
  background: #6f8fc0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.icon-hamburger span::before {
  margin-top: -38%;
}

.icon-hamburger span::after {
  margin-top: 26%;
}
@media screen and (max-width: 2560px) {
  .icon-hamburger {
    display: inline-block;
  }
  .menu-container .menu {
    display: none;
    position: absolute;
    width: 500px;
    margin-left: 760px;
    margin-top: 26px;
	
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}
