@charset "UTF-8";
/* css [common] */

@import url("fonts.css");
@import url("font-awesome/all.min.css");
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*---------------------------------------------------- */
/* ページ読み込み時に一瞬表示が崩れるのを防ぐ方法 */
/*---------------------------------------------------- */
#page-wrap {
  display: none;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	color: #3d3e3f;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	min-width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


p {
	line-height: 1.6;
}

/*== 強調 ==*/
.emphasis {
	color: #c10e21;
	font-weight: 800;
}

/*== 下線 ==*/
.kasen {
	color: #c10e21;
	font-size: 106%;
	border-bottom: solid;
	border-color: #c10e21;
	border-width: 5px;/*5ピクセルの太さにする*/
}

/*== Google Fonts JP ==*/
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

img {
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}
 
/* Correct overflow not hidden in IE9 */
figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #c10e21;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
a:hover {
	color: #df3345;
	text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/* Typography == */
address {
	font-weight: normal;
	font-style: normal;
}
hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* Lists */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0; 
}

/* Contain floats:Clearfix */
.cf:after {
    content:" ";
    display:table;
    clear:both;
}
.hidden {
    overflow: hidden;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 40px;
	right: 0;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	z-index: 99;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	background-color: rgba(0, 0, 0, .75);
	background-image: url(../images/arrow_top.png);
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: hidden!important;
}
#maincontainer {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}
.wrapper {
	padding: 0;
	margin: 0 auto;
	max-width: 1080px;
	height: auto;
	position: relative;
}
.wrapper2 {
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
	position: relative;
}
.wrapper3 {
	padding: 0;
	margin: 0 auto;
	max-width: 2400px;
	height: auto;
	position: relative;
}

/*  PC  */
/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
/*== Waku ==*/
header {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 5000; 
	background-color: #fff;
}
header > .wrapper2 {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*== Logo ==*/
header #logoArea {
	padding: 0;
	margin: 0;
	height: 100%;
	display: table;
}
header #logoArea .logoMark {
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
header #logoArea .logoMark a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;	
	display: block;
	overflow: hidden;
}
header #logoArea .logoMark a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*== Button ==*/
header #headBtn {
	padding: 0;
	margin: 0;
}
header #headBtn ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
	overflow: hidden;
}
header #headBtn ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}
header #headBtn ul li a {
	padding: 0;
	margin: 0;
	display: block;
	background-color: #c10e21;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
header #headBtn ul li a:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
.cate-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}

/*== Normal ==*/
.cate-title h2 {
	padding: 0;
	margin: 0;
	color: #24242a;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	display: inline-block;
	position: relative;
}
.cate-title h2 em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}
.cate-title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 10px;
    background-color: #c10e21;
}

/*== Red ==*/
.cate-title h2.c-Red {
	padding: 0;
	margin: 0;
	color: #c10e21;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	display: inline-block;
	position: relative;
}
.cate-title h2.c-Red em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}
.cate-title h2.c-Red:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 10px;
    background-color: #c10e21;
}

/*== White ==*/
.cate-title h2.c-White {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	display: inline-block;
	position: relative;
}
.cate-title h2.c-White em {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 106%;
	font-weight: 700;
}
.cate-title h2.c-White:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 10px;
    background-color: #fff;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Section ==*/
footer {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

/*== Waku ==*/
footer #footerArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
footer #footerArea .waku_footer {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

/*== Logo ==*/
.waku_footer #footLogo {
	padding: 0;
	margin: 0;
	float: left;
}
.waku_footer #footLogo .logoMark {
	padding: 0;
	margin: 0;
	width: 100%;
}
.waku_footer #footLogo .logoMark a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;
	background: url(../images/logo_footer.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.waku_footer #footLogo .logoMark a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}
.only_sp {
	display: none;
	visibility: hidden;
}
.only_tabsp {
	display: none;
	visibility: hidden;
}
.only_tab-SP {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
/*== Waku ==*/
header {
	width: 100%;
	height: 95px;
	position: fixed;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
header > .wrapper2 {
	width: 98%;
	height: 95px;
}

/*== Logo ==*/
header #logoArea {
	width: 465px; 
	height: 100%;
}
header #logoArea .logoMark {
	width: 465px; 
	height: 73px;
}
header #logoArea .logoMark a {
	padding-top: 73px;
	width: 100%;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: auto 73px;
}

/*== Button ==*/
header #headBtn {
	max-width: 480px;
	height: 100%;
	position: relative;
}
header #headBtn ul {
	padding-top: 25px;
}
header #headBtn ul li {
	height: 45px;
}
header #headBtn ul li a {
	width: 264px;
	border-radius: 23px;
	font-size: 20px;
	line-height: 45px;
}

/*---------------------------------------------------- */
/* Header Resize */
/*---------------------------------------------------- */
header.smaller {
	height: 80px;
	position: fixed;
	background-color: rgba(255, 255, 255, .90);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
header.smaller > .wrapper2 {
	width: 98%;
	height: 80px;
}

/*== Logo ==*/
header.smaller #logoArea {
	width: 403px; 
	height: 100%;
}
header.smaller #logoArea .logoMark {
	width: 403px; 
	height: 64px;
}
header.smaller #logoArea .logoMark a {
	padding-top: 64px;
	width: 100%;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: auto 64px;
}

/*== Button ==*/
header.smaller #headBtn {
	max-width: 450px;
	height: 100%;
	position: relative;
}
header.smaller #headBtn ul {
	padding-top: 20px;
}
header.smaller #headBtn ul li {
	height: 40px;
}
header.smaller #headBtn ul li a {
	width: 250px;
	border-radius: 20px;
	font-size: 18px;
	line-height: 40px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
.cate-title {
	margin-bottom: 55px;
	width: 98%;
}

/*== Normal ==*/
.cate-title h2 {
	padding-bottom: 15px;
	font-size: 40px;
}
.cate-title h2:before {
    bottom: -15px;
    width: 100px;
    height: 10px;
}

/*== Red ==*/
.cate-title h2.c-Red {
	padding-bottom: 15px;
	font-size: 40px;
}
.cate-title h2.c-Red:before {
    bottom: -15px;
    width: 100px;
    height: 10px;
}

/*== White ==*/
.cate-title h2.c-White {
	padding-bottom: 15px;
	font-size: 40px;
}
.cate-title h2.c-White:before {
    bottom: -15px;
    width: 100px;
    height: 10px;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Section ==*/
footer {
	padding: 55px 0;
}

/*== Waku ==*/
footer #footerArea {
	max-width: 1200px;
	width: 98%;
}
footer #footerArea .waku_footer {
	width: 98%;
}

/*== Logo ==*/
.waku_footer #footLogo {
	width: 310px; 
	height: 110px;
}
.waku_footer #footLogo .logoMark {
	height: 110px;
}
.waku_footer #footLogo .logoMark a {
	padding-top: 110px;
	width: 100%;
	background-size: auto 110px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}
.only_sp {
	display: none;
	visibility: hidden;
}
.only_pcsp {
	display: none;
	visibility: hidden;
}

/*== 下線 ==*/
.kasen {
	border-width: 4px;/*4ピクセルの太さにする*/
}

	@media all and (max-width: 959px) and (min-width: 761px) {
		.only_tab-SP {
			display: none;
			visibility: hidden;
		}
	}
	@media all and (max-width: 760px) and (min-width: 600px) {
		.only_tab-PC {
			display: none;
			visibility: hidden;
		}
	}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0;
}
.wrapper {
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.wrapper2 {
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.wrapper3 {
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
/*== Waku ==*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
header > .wrapper2 {
	height: 60px;
}

/*== Logo ==*/
header #logoArea {
	width: 277px; 
	height: 100%;
}
header #logoArea .logoMark {
	width: 277px; 
	height: 44px;
}
header #logoArea .logoMark a {
	padding-top: 44px;
	width: 100%;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: auto 44px;
}

/*== Button ==*/
header #headBtn {
	max-width: 220px;
	height: 100%;
	position: relative;
}
header #headBtn ul {
	padding-top: 13px;
}
header #headBtn ul li {
	height: 34px;
}
header #headBtn ul li a {
	width: 220px;
	border-radius: 17px;
	font-size: 16px;
	line-height: 34px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
.cate-title {
	margin-bottom: 45px;
	width: 98%;
}

/*== Normal ==*/
.cate-title h2 {
	padding-bottom: 10px;
	font-size: 34px;
}
.cate-title h2:before {
    bottom: -10px;
    width: 80px;
    height: 8px;
}

/*== Red ==*/
.cate-title h2.c-Red {
	padding-bottom: 10px;
	font-size: 34px;
}
.cate-title h2.c-Red:before {
    bottom: -10px;
    width: 80px;
    height: 8px;
}

/*== White ==*/
.cate-title h2.c-White {
	padding-bottom: 10px;
	font-size: 34px;
}
.cate-title h2.c-White:before {
	bottom: -10px;
    width: 80px;
    height: 8px;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Section ==*/
footer {
	padding: 40px 0;
}

/*== Waku ==*/
footer #footerArea {
	width: 96%;
}
footer #footerArea .waku_footer {
	width: 98%;
}

/*== Logo ==*/
.waku_footer #footLogo {
	width: 254px; 
	height: 90px;
}
.waku_footer #footLogo .logoMark {
	height: 90px;
}
.waku_footer #footLogo .logoMark a {
	padding-top: 90px;
	width: 100%;
	background-size: auto 90px;
}



}


/* Phone */
/* Portrait and mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}
.only_tab {
	display: none;
	visibility: hidden;
}
.only_pctab {
	display: none;
	visibility: hidden;
}
.only_tab-PC {
	display: none;
	visibility: hidden;
}

/*== 下線 ==*/
.kasen {
	border-width: 3px;/*3ピクセルの太さにする*/
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0;
	background-color: #fff;
}

.wrapper {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.wrapper2 {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.wrapper3 {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
.mobile {
	visibility: visible;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
/*== Waku ==*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
header > .wrapper2 {
	height: 60px;
}

/*== Logo ==*/
header #logoArea {
	width: 95px; 
	height: 100%;
}
header #logoArea .logoMark {
	width: 95px; 
	height: 50px;
}
header #logoArea .logoMark a {
	padding-top: 50px;
	width: 100%;
	background: url(../images/logo_sp.png) 0 0 no-repeat;
	background-size: auto 50px;
}

/*== Button ==*/
header #headBtn {
	max-width: 220px;
	height: 100%;
	position: relative;
}
header #headBtn ul {
	padding-top: 13px;
}
header #headBtn ul li {
	height: 34px;
}
header #headBtn ul li a {
	width: 220px;
	border-radius: 17px;
	font-size: 16px;
	line-height: 34px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
.cate-title {
	margin-bottom: 30px;
	width: 98%;
}

/*== Normal ==*/
.cate-title h2 {
	padding-bottom: 8px;
	font-size: 28px;
}
.cate-title h2:before {
    bottom: -8px;
    width: 60px;
    height: 4px;
}

/*== Red ==*/
.cate-title h2.c-Red {
	padding-bottom: 8px;
	font-size: 28px;
}
.cate-title h2.c-Red:before {
    bottom: -8px;
    width: 60px;
    height: 4px;
}

/*== White ==*/
.cate-title h2.c-White {
	padding-bottom: 8px;
	font-size: 28px;
}
.cate-title h2.c-White:before {
	bottom: -8px;
    width: 60px;
    height: 4px;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Section ==*/
footer {
	padding: 25px 0;
}

/*== Waku ==*/
footer #footerArea {
	width: 94%;
}
footer #footerArea .waku_footer {
	width: 98%;
}

/*== Logo ==*/
.waku_footer #footLogo {
	width: 141px; 
	height: 50px;
}
.waku_footer #footLogo .logoMark {
	height: 50px;
}
.waku_footer #footLogo .logoMark a {
	padding-top: 50px;
	width: 100%;
	background-size: auto 50px;
}


}