@charset "utf-8";
/*
Theme Name: 昭和100年度 駒込中学校 還暦同窓会 テンプレート
Description: 昭和100年度 駒込中学校 還暦同窓会用のテンプレートです
Author: Jackal
Author URI: https://komagome60.com/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
@import url(fonts/style.css);

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
html {
	height: 100%;
	font-size: 62.5%;
	margin: 0;
}
body {
	height: 100%;
	font-family: 'Kosugi', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #333;
	overflow-wrap : break-word;
}
a {
	text-decoration: none;
	transition: all 0.5s;
	color: #333;
}
a img  {
	transition: all 0.5s;
}
a:hover,a:hover img  {
	opacity: 0.5;
}

/*見出し*/


/*フォントアイコン*/



/*画像関連*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
div img {
	margin: 0 auto;
}
/*フレックスボックス*/
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.empty-card {
	margin: 0;
	height: 0;
}

/*クリアフィックス*/
.clear-fix {
	overflow: hidden;
	height: auto;
}

/*装飾*/
.text-center {
	display: flex;
  align-items: center;
  justify-content: center;
}
.text-align {
	display: flex;
	align-items: center;
}
.center {
	text-align: center;
}
.right {
	margin: 0 0 50px auto;
  width:  280px;
}
.text-right {
	text-align: right;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.img300 {
	width: 300px;
	margin: 30px auto 0;
}
.none {
	display: none;
}
.link-under {
	text-decoration: underline;
	color: #0d0057;
}

/*共通レイアウト*/
.container {
	width: 1100px;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #b4b4b4;
}
#left-container {
	width: 900px;
}
#right-container {
	width: 280px;
}
#right-container div {
	margin-bottom: 30px;
}
.sp {
	display: none;
}
@media screen and (min-width: 480px){
	.sp-br {
		display:none;
	}
}
@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.container {
		width: 100%;
		padding: 0 10px 90px;
	}
	#left-container,#right-container {
		width: 100%;
	}
}


/* ヘッダ部分
--------------------------------------------- */
header {
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width:480px) {
	header {
		width: 100%;
	}
	#pc-menu {
		display: none;
	}
}


/* スマホのフッター固定メニュー
--------------------------------------------- */
#sp-menu {
	display: none;
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 9999999999;
}
ul.footer-menu {
	background: #992222;
	border-top: solid 2px #fff;
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	list-style: none;
	box-sizing: border-box;

}
ul.footer-menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
  line-height: 15px;
}
ul.footer-menu li span {
	font-size: 2.0rem;
}
ul.footer-menu li i {
	padding-top: 4px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
}
ul.footer-menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	#sp-menu {
		display: block !important;
		width: 100%;
	}
	#header-band,nav#pc-navi {
		display: none;
	}
}

/* フッタ部分
--------------------------------------------- */
footer {
}
@media screen and (max-width:480px) {
}

/* TOP告知ページ
--------------------------------------------- */
#front-top h1 {
	position: relative;
	width: 700px;
	margin: 0 auto 30px;
	padding: .2em .7em;
	background-color: #d02525;
	color: #fff;
	text-align: center;
}
#front-top h1::before,
#front-top h1::after {
	position: absolute;
	bottom: -10px;
	z-index: -1;
	border-style: solid;
	border-color: #c01515;
	content: '';
}
#front-top h1::before {
	left: -30px;
	border-width: 25px 25px 25px 15px;
	border-left-color: transparent;
}
#front-top h1::after {
	right: -30px;
	border-width: 25px 15px 25px 25px;
	border-right-color: transparent;
}
#front-top h1 span::before,
#front-top h1 span::after {
	position: absolute;
	bottom: -10px;
	width: 10px;
	height: 10px;
	background-color: #700000;
	content: '';
}
#front-top h1 span::before {
	left: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
#front-top h1 span::after {
	right: 0;
	clip-path: polygon(0 0, 100% 0%, 0% 100%);
}

#front-top h2 {
	padding: 5px 0;
	margin-bottom: 15px;
	text-align: center;
	border-top: 2px solid #700000;
	border-bottom: 2px solid #700000;
	background-image: linear-gradient(45deg, #70000012 25%, transparent 25%, transparent 50%, #70000012 50%, #70000012 75%, transparent 75%, transparent), linear-gradient(-45deg, #70000012 25%, transparent 25%, transparent 50%, #70000012 50%, #70000012 75%, transparent 75%, transparent);
	background-color: #7000000d;
	background-size: 20px 20px;
	color: #700000;
}

#front-top h3 {
	position: relative;
	padding: .3em 0 .2em 1.5em;
	border-bottom: 3px solid #d02525;
	color: #333333;
	margin-bottom: 15px;
}
#front-top h3::before {
	position: absolute;
	top: 0;
	left: .3em;
	transform: rotate(55deg);
	height: 11px;
	width: 12px;
	background: #d02525;
	content: '';
}
#front-top h3::after {
	position: absolute;
	transform: rotate(15deg);
	top: .6em;
	left: 0;
	height: 8px;
	width: 8px;
	background: #d02525;
	content: '';
}

#front-top h4 {
	position: relative;
	padding: .5em .7em .4em;
	border-bottom: 3px solid #ff9393;
	color: #333333;
	margin-bottom: 20px;
}
#front-top h4::before,
#front-top h4::after {
	position: absolute;
	left: 30px;
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
#front-top h4::before {
	background-color: #ff9393;
}
#front-top h4::after {
	bottom: -11px;
	background-color: #fff;
}

.top-call {
	border: solid 1px #661d21;
	padding: 20px 30px;
  border-radius: 5px;
  background: #f0e6dcb3;
  box-shadow: 0 0 8px #000000b3;
	margin-bottom: 40px;
}
.top-callbox {
	margin-bottom: 30px;
}
.top-callbox h5 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #661d21;
	margin-bottom: 15px;
}
.top-callbox p {
	margin-bottom: 30px;
}
.right-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.left-img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 20px;
}
.right-img ul,.left-img ul {
	width: 40%;
	padding-left: 15px;
}
.guide-img {
	width: 58%;
}
.callbox-text {
	border: solid 1px #661d21;
	padding: 10px;
	margin: 15px 15px 0 0;
}
#shop-map {
	width: 100%;
}
#shop-map iframe {
	width: 100%;
	height: 400px;
}
.transfer-text {
	width: 700px;
}
@media screen and (max-width:480px) {
	#front-top h1 {
		width: 70%;
		font-size: 1.8rem;
		margin: 10px auto 30px;
	}
	#front-top h2 {
		padding: 5px 0;
		font-size: 1.8rem;
	}
	.right-img,.left-img {
		display: block;
	}
	.right-img ul,.left-img ul,.guide-img {
		width: 100%;
		margin-bottom: 15px;
	}
	#shop-map iframe {
		height: 250px;
	}
	.transfer-text {
		width: 100%;
	}
}

/* LINE案内ページ
--------------------------------------------- */
#line {
	background-color: #06c755;
}
.line-left {
	width: 65%;
}
.line-left h1 {
	position: relative;
	text-align: center;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 3px solid #ffffff;
}
.line-left h1 span {
	position: relative;
	z-index: 2;
}
.line-left h1::before {
	content: attr(data-en);
	position: absolute;
	top: 5px;
	left: 50%;
  transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.61);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
.line-text {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.line-left img {
	width: 30%;
	margin: 20px auto;
}
.line-right {
	width: 35%;
}
@media screen and (max-width:480px) {
	.line-left {
		width: 100%;
	}
	.line-right {
		width: 60%;
		margin: 0 auto;
	}
	.line-left h1::before {
		top: 10px;
		font-size: 35px;
	}
	.line-left img {
		width: 60%;
		margin: 10px auto;
	}
}






/* 申し込みフォームページ
--------------------------------------------- */
#form-header {
	background-image: url("img/form-header.png");
  background-size: contain;
  background-repeat: no-repeat;
	padding-top: 380px;
	height: 630px;
}
#form-header h3 {
	background: #992222;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 0 5px 20px;
	margin-bottom: 15px;
	width: 100%;
}
a.azuki-btn {
    display: block;
    width: 400px;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    outline: none;
		margin: 15px auto;
    border: 1px solid #4f181b;
    background-color: #792428;
    background-image: -webkit-linear-gradient(top, #792428, #b04248);
    background-image: linear-gradient(to bottom, #792428, #b04248);
    border-radius: 30px;
    color: #fff;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.azuki-btn2 {
	display: block;
	width: 400px;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	outline: none;
	margin: 15px auto;
	border: 1px solid #4f181b;
	background-color: #792428;
	background-image: -webkit-linear-gradient(top, #792428, #b04248);
	background-image: linear-gradient(to bottom, #792428, #b04248);
	border-radius: 5px;
	color: #fff;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
::placeholder {
	color: #ffd4d4;
}
.deadline-center {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #7e0000;
	margin-bottom: 20px;
}
.form-label {
	background-color: #ffd8d8;
	padding: 10px 15px;
}
.form-check {
	background-color: #f5f3f3;
	padding: 20px 15px;
	margin-bottom: 20px;
}
.form-check label {
	margin-right: 40px;
}
.form-label h4 {
  color: #333;
  text-shadow: 0 0 2px white;
}
.form-label h4 span {
	color: #f74f4f;
	margin-right: 10px;
}
.name-input {
	width: 32%;
	margin-right: 30px;
}
.name-input dd input,.contact-input dd input {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	font-size: 1.8rem;
}
.contact-input {
	width: 50%;
}
.form-check textarea {
	width: 100%;
	min-height: 160px;
	padding: 5px 10px;
	font-size: 1.8rem;
}
ul.bank-transfer {
	text-align: center;
	background-color: #fff;
	width: 330px;
	margin: 10px auto;
	padding: 10px;
	border-radius: 10px;
	background-color: #f8e8e8;
}
.button_area {
  text-align: center;
  padding: 20px 0 40px 0;
}
.button_area button {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: solid 1px #792428;
  border-radius: 30px;
  background: #792428;
  cursor: pointer;
}
#confirm .notext {
	display: none;
}
#confirm #form-header {
	height: 550px;
}
#result #form-header {
	height: 450px;
}
#result #confirm-text {
	margin-bottom: 300px;
}
#confirm dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#confirm dd {
	margin-right: 30px;
}
#confirm-text {
	border: solid 2px #792428;
	color: #792428;
	text-align: center;
	padding: 15px;
}
@media screen and (max-width:480px) {
	#form-header {
		padding-top: 160px;
		height: 500px;
	}
	#confirm #form-header {
		padding-top: 160px;
		height: 450px;
	}
	#result #form-header {
		padding-top: 160px;
		height: 280px;
	}
	.name-input,.contact-input {
		width: 100%;
		margin: 0;
	}
	.form-check dd {
		margin-bottom: 15px;
	}
	.mw_wp_form .horizontal-item{
    display: block;
    margin-left:0 !important;
    margin-bottom:0.5em;
	}
	ul.bank-transfer {
		width: 90%;
	}
	a.azuki-btn,a.azuki-btn2 {
    width: 90%;
}
}

/* 幹事専用ページ
--------------------------------------------- */
#login-user {
	text-align: right;
	margin-bottom: 10px;
}
#login-user span a {
	display: inline-block;
	padding: 2px 10px;
	border: solid 1px #d2d2d2;
	border-radius: 15px;
	background: #d2d2d2;
}
#album {
	min-height: 900px;
}
#album h1 {
	text-align: center;
	font-size: 2.4rem;
	margin: 20px auto;
}
#album ul {
	width: 600px;
	margin: 0 auto;
}
#album img {
	width: 300px;
	margin: 0 auto;
}
@media screen and (max-width:480px) {
	#album ul {
		width: 80%;
	}
}



/* 幹事専用ページ
--------------------------------------------- */
#secretary {
	min-height: 800px;
}
h1.datalist {
	background: #992222;
	color: #fff;
}
#secretary h1 {
	text-align: center;
	font-size: 2.4rem;
	margin: 20px auto;
}
#secretary .secretary-text {
	width: 450px;
	margin: 0 auto 30px;
}
#um-aera {
	width: 350px;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	#um-aera {
		width: 70%;
	}
	#secretary .secretary-text {
		width: 80%;
	}
}