@charset "utf-8";
/*
Theme Name: saitamaCeremony
Theme URI: https://www.dik.co.jp/
Version: 2.0.1
Author: DIK
*/

#humberger {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
* { box-sizing: border-box; }
html { font-size: 62.5%; /* 15px x 0.625 = 10px(=1rem) */ }
body {
	background: #f8f7ea;
	background-size: auto auto;
	background-color: rgba(248, 247, 234, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(245, 243, 221, 1) 5px, rgba(245, 243, 221, 1) 10px );
	/*font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
	max-width: 1115px;
	min-width: 1000px;
	margin: -50px auto 50px;
	clear: both;
	position: relative;
	z-index: 1;
}
body.front #container {
	max-width: 1920px;
	min-width: 1000px;
	margin: 0 auto 50px;
}
#container.full {
	width:100%;
    max-width:100%;
	margin: 0;
	position:static;
}
#main {
	background: #fff;
	padding: 40px;
	border-radius: 5px;
	/*box-shadow: 0 0 15px 0 rgba(227,224,183,0.5);*/
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
#container.ambassador #main{
    max-width: 1115px;
	min-width: 1000px;
    margin: 25px auto 50px;
    background-color:transparent;
	padding: 0px;
	border-radius: 0px;
	/*box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);*/
	box-shadow:none;
}
body.front #main {	
	background: none;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
#side {

}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:999px) {
    #container {
		min-width: auto;
		min-width: initial;
        width: 100%;
		padding: 0 5px;
    }
	body.front #container {
		min-width: auto;
		min-width: initial;
        width: 100%;
		padding: 0;
	}
    #container.full {
        padding: 0 5px;
    }
	#main {
		padding: 15px;
		box-shadow: 0 0 10px 0 rgba(227,224,183,0.5);
	}
    #container.ambassador #main{
        max-width: 100%;
        min-width: 100px;
        margin: 0;
        padding: 15px;
    }
    #footer {
		min-width: auto;
		min-width: initial;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

#header {
	height: 200px;
	width: 100%;
	background: #fff;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 140px;
}
.headerTitle {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0;
	width: 500px;
}
.logoTxt {
	font-size: 1.3rem;
	order: 1;
	width: 100%;
}
.anniv {
	order: 3;
	padding-left: 10px;
}
.anniv img {display: block;}
.logo {
	order: 2;
	width: 380px;
	height: 55px;
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(images/base/logo.webp) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.headerInfo {
	width: calc(100% - 500px);
	display: flex;
	justify-content: flex-end;
}
.headerPhone {
	border-radius: 5px;
	border: 2px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #666666;
	width: 240px;
	padding: 10px;
}
.headerPhone > a {
	display: block;
	width: 100%;
	color: #666666;
}
.headerPhone-num {
	padding-left: 42px;
	font-size: 2.5rem;
	color: #ff4e00;
	position: relative;
}
.headerPhone-num::before {
	content: "";
	display: block;
	background: url("images/base/freedial.png") no-repeat;
	background-size: 100%;
	width: 38px;
	height: 22px;
	position: absolute;
	left: 0;
	top: calc(50% - 11px);
}
.headerPhone-time {
	display: block;
	border-top: 2px solid #eee;
	padding-top: 1px;
	margin-top: 5px;
}
.headerMenu {
	width: calc(100% - 240px);
	padding-left: 10px;
}
.headerMenu1 {
	margin-bottom: 5px;
}
.headerMenu2 {
	
}
.headerMenu1,
.headerMenu2 {
	display: flex;
}
.headerMenu1 li {
	width: calc((100% - 2px) / 3);
	margin-right: 1px;
}
.headerMenu1 li:last-of-type {margin-right: 0;}
.headerMenu1 li a {
	display: block;
	width: 100%;
	height: 80px;
	background: #ccc;
	font-weight: 700;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 0 5px;
	transition: all 0.3s ease;
}
.headerMenu1 li a img {
	display: block;
	margin: 0 auto 5px;
	width: 40px;
}
.headerMenu1 li:nth-of-type(1) a {
background: #2d8de1;
background: -moz-linear-gradient(top,  #2d8de1 0%, #1e70b8 100%);
background: -webkit-linear-gradient(top,  #2d8de1 0%,#1e70b8 100%);
background: linear-gradient(to bottom,  #2d8de1 0%,#1e70b8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d8de1', endColorstr='#1e70b8',GradientType=0 );
}
.headerMenu1 li:nth-of-type(2) a {
background: #ff928b;
background: -moz-linear-gradient(top,  #ff928b 0%, #ff7870 100%);
background: -webkit-linear-gradient(top,  #ff928b 0%,#ff7870 100%);
background: linear-gradient(to bottom,  #ff928b 0%,#ff7870 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff928b', endColorstr='#ff7870',GradientType=0 );
}
.headerMenu1 li:nth-of-type(3) a {
background: #ff944c;
background: -moz-linear-gradient(top,  #ff944c 0%, #fe701b 100%);
background: -webkit-linear-gradient(top,  #ff944c 0%,#fe701b 100%);
background: linear-gradient(to bottom,  #ff944c 0%,#fe701b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff944c', endColorstr='#fe701b',GradientType=0 );
}
.headerMenu1 li:nth-of-type(1) a:hover {
background: #2d8de1;
background: -moz-linear-gradient(top, #1e70b8  0%, #2d8de1 100%);
background: -webkit-linear-gradient(top, #1e70b8  0%, #2d8de1 100%);
background: linear-gradient(to bottom, #1e70b8  0%, #2d8de1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e70b8', endColorstr='#2d8de1',GradientType=0 );
}
.headerMenu1 li:nth-of-type(2) a:hover {
background: #ff928b;
background: -moz-linear-gradient(top, #ff7870 0%, #ff928b 100%);
background: -webkit-linear-gradient(top, #ff7870 0%, #ff928b 100%);
background: linear-gradient(to bottom, #ff7870 0%, #ff928b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7870', endColorstr='#ff928b',GradientType=0 );
}
.headerMenu1 li:nth-of-type(3) a:hover {
background: #ff944c;
background: -moz-linear-gradient(top, #fe701b 0%, #ff944c 100%);
background: -webkit-linear-gradient(top, #fe701b 0%, #ff944c 100%);
background: linear-gradient(to bottom, #fe701b 0%, #ff944c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe701b', endColorstr='#ff944c',GradientType=0 );
}
.headerMenu2 li {
	width: calc((100% - 1px) / 2);
}
.headerMenu2 li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 1.4rem;
	color: #000;
	border-radius: 5px;
	background: #eeeeee;
	display: block;
	padding: 5px;
	text-align: center;
}
.headerMenu2 li:nth-of-type(1) {margin-right: 1px;}
.headerMenu2 li a span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	font-size: 1.6rem;
}
.headerMenu2 li:nth-of-type(1) a span::before{content: "\f0eb"; font-weight: 400;}
.headerMenu2 li:nth-of-type(2) a span::before{content: "\f304";}
.headerMenu2 li a:hover {
	background: #ddd;
}
@media only screen and (max-width:999px) {
	#header {
		height: auto;
		width: 100%;
	}
	.headerInner {
		min-width: auto;
		min-width: initial;
		width: 100%;
	}
	#top {
		display: flex;
		align-items: center;
		justify-content: space-between;		
		height: 70px;
	}
	.headerTitle {
		padding:10px;
		width: 100%;
	}
	.logoTxt {
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	.anniv {
		padding-left: 5px;
	}
	.anniv img {
		width: 50px;
	}
	.logo {
		width: 210px;
		height: 30px;
	}
	.headerInfo {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #fff;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
		padding: 5px;
		height: 80px;
		z-index: 100;
	}
	.headerPhone {
		width:calc(100% - 110px);
		padding: 0px;
		height: 70px;
	}
	.headerPhone a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
		height: 100%;
		color: #666666;
		padding:0 10px;
		font-size: 1.4rem;
		text-decoration: none;
	}
	.headerPhone-num {
		padding-left: 35px;
		font-size: 2.3rem;
	}
	.headerPhone-num::before {
		width: 31px;
		height: 19px;
		top: calc(50% - 7px);
	}
	.headerPhone-time {
		padding-top: 1px;
		margin-top: 0;
		width: 100%;
	}
	.headerMenu {
		width: 110px;
		padding-left: 5px;
	}
	.headerMenu1 {
		margin-bottom: 5px;
	}
	.headerMenu2 {
		display: none;
	}
	.headerMenu1 li {
		width: 100% ;
		margin-right: 0;
		display: none;
	}
	.headerMenu1 li:nth-of-type(1) {
		display: block;
	}
	.headerMenu1 li a {
		height: 70px;
		font-size: 1.2rem;
		line-height: 1.3;
		padding: 7px 0 5px;
	}
	.headerMenu1 li a img {
		width: 30px;
	}
}
@media only screen and (max-width:320px) {
	.headerTitle {
		padding:10px 2px;
	}
	.anniv img {
		width: 48px;
	}
	.logoTxt {
		font-size: 1.0rem;
		letter-spacing: -0.01rem;
	}
	.logo {
		width: 190px;
		height: 28px;
	}
	.headerPhone a {
		padding:5px 2px;
	}
	.headerPhone-num {
		font-size: 2.0rem;
	}
}
/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
	background: #fff;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.footerMenu {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	border-bottom: 2px solid #1e70b8;
}
.footerMenu > div {
	width:calc((100% - 50px) / 3);
	margin-right: 24.9px;
	margin-bottom: 25px;
}
.footerMenu > div:nth-of-type(1){
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #1e70b8;
	margin-bottom: 30px;
	padding-bottom: 5px;
	margin-right: 0;
}
.footerMenu > div:nth-of-type(4){margin-right: 0;}
.footerMenu > div:nth-of-type(1) img{
	width: 250px;
}
.footerMenu-midashi {
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	color: #1e70b8;
}
.footerMenu > div ul {display: inline;}
.footerMenu > div ul li {
	display: inline;
}
.footerMenu > div ul li::after {
	content: "/";
	display: inline-block;
	margin: 0 10px;
	color: #999;
}
.footerMenu > div ul li:last-of-type::after {
	display: none;
}
.footerMenu > div ul li a {
	color: #333;
	text-decoration: none;
	line-height: 1.8;
}
.footerMenu > div ul li a:hover {
	color: #ff5c52;
	text-decoration: underline;
}
.footerMenu > div ul li ul {padding-left: 15px;}
.footerMenu > div ul li ul::before{
	content: " - ";
	white-space: pre-wrap;
}
.footerInfo address {
	text-align: center;
}
.footerCompanyName {
	font-weight: bold;
	font-size: 1.8rem;
}
.footerInfo address .noPhoneLink {
	color: #000;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
	font-family: Verdana, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffe9e7;
}
@media only screen and (max-width:999px) {
	#footer {
		margin-bottom: 80px;
	}
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 30px 15px;
    }
	.footerMenu > div:nth-of-type(1) img{
		width: 220px;
	}
	.footerMenu {
		display: block;
	}
	.footerMenu > div {
		width:100%;
		margin-right: 0;
	}
	.footerInfo address .noPhoneLink {
		color: #1e70b8;
	}
}

/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

#side {}

/* Widget */
.widget ul li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem;
}
.widget ul li a {
	display: block;
}
.tagcloud a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem !important;
	display: block;
}
.archive_month select {
	width: 96%;
	margin: 0 2%;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
    #humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
        display: none!important;
    }
    #container {
        padding: 0!important;
    }
    #header {
        position: static!important;
    }
    .topContents {
        min-width: 1000px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
}

/* ------------------------------------------------------- */
/* dark mode --------------------------------------------- */
/* ------------------------------------------------------- */

/*@media (prefers-color-scheme: dark) {
	html { filter: invert(1) hue-rotate(180deg); }
	html img { filter: invert(1) hue-rotate(180deg); }
}*/