/* ページ */

body, td, th {
	font-size: 14px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #111111;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #111111; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 12px;
	font-family: "Jost", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

}


/* 全体レイアウト */

.r04 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.r07 {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}

@media screen and (min-width: 641px){

#main {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	}

h1.title {
	width: 90%;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px auto 60px auto;
	}

h1.hir {
	line-height: 70px;
	}

h1.title img {
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	}

h1.title img:nth-child(2) {
	height: 36px;
	margin: 0px 0px 0px 15px;
	}

h1.hir img:nth-child(2) {
	height: 70px;
	margin: 0px 0px 0px 20px;
	}

h1.riz img:nth-child(2) {
	height: 45px;
	}

h1.riz img {
	vertical-align: bottom;
	}

h2.title {
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #DE586A;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

h2.subtitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #DE586A;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

h2.subtitle p {
	font-size: 42px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	}

#new {
	width: 30px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 9px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 5px;
	}

#bread {
	width: 100%;
	background: #F7F1ED;
	font-size: 12px;
	line-height: 50px;
	margin: 0px 0px 60px 0px;
	padding: 0px 5%;
	overflow-x: auto;
	white-space: nowrap;
	}

#bread font {
	font-weight: bold;
	}

#pag {
	margin: 0px auto;
	text-align: center;
	display: table;
	}

#pag a {
	width: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #cccccc;
	float: left;
	display: block;
	}

#pag a:hover {
	border-bottom: 2px #111111 solid;
	}

#pag a.previouspostslink {
	width: 35px;
	height: 35px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 20px 0px 0px;
	float: left;
	text-indent: -9999px;
	position: relative;
	}

#pag a.previouspostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	left: 15px;
	top: 13px;
    transform: rotate(-135deg);
	}

#pag a.nextpostslink {
	width: 35px;
	height: 35px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 0px 20px;
	text-indent: -9999px;
	position: relative;
	}

#pag a.nextpostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	right: 15px;
	top: 13px;
    transform: rotate(45deg);
	}

#pag span {
	width: 25px;
	border-bottom: 2px #111111 solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #111111;
	float: left;
	display: block;
	}

#mor {
	background: url(img/mor.svg) no-repeat right center;
	background-size: 13px auto;
	font-size: 14px;
	line-height: 15px;
	color: #DE586A;
	margin: 0px 5% 0px auto;
	padding: 0px 23px 0px 0px;
	display: table;
	}

}

@media screen and (max-width: 640px){
	
#main {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

h1.title {
	width: 90%;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	margin: 0px auto 20px auto;
	}

h1.hir {
	line-height: 47px;
	}

h1.title img {
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	}

h1.title img:nth-child(2) {
	height: 24px;
	margin: 0px 0px 0px 10px;
	}

h1.hir img:nth-child(2) {
	height: 47px;
	}

h1.riz img:nth-child(2) {
	height: 30px;
	}

h1.riz img {
	vertical-align: bottom;
	}

h2.title {
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #DE586A;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

h2.subtitle {
	font-size: 12px;
	line-height: 100%;
	color: #DE586A;
	margin: 0px 0px 25px 0px;
	text-align: center;
	}

h2.subtitle p {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px 0px;
	}

#new {
	width: 30px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 9px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 5px;
	}

#bread {
	width: 100%;
	background: #F7F1ED;
	line-height: 25px;
	margin: 0px 0px 40px 0px;
	padding: 0px 5%;
	overflow-x: auto;
	white-space: nowrap;
	}

#bread font {
	font-weight: bold;
	}

#pag {
	margin: 0px auto;
	text-align: center;
	display: table;
	}

#pag a {
	width: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #cccccc;
	float: left;
	display: block;
	}

#pag a:hover {
	border-bottom: 2px #111111 solid;
	}

#pag a.previouspostslink {
	width: 35px;
	height: 35px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 20px 0px 0px;
	float: left;
	text-indent: -9999px;
	position: relative;
	}

#pag a.previouspostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	left: 15px;
	top: 13px;
    transform: rotate(-135deg);
	}

#pag a.nextpostslink {
	width: 35px;
	height: 35px;
	background: #111111;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 0px 0px 20px;
	text-indent: -9999px;
	position: relative;
	}

#pag a.nextpostslink:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	position: absolute;
	right: 15px;
	top: 13px;
    transform: rotate(45deg);
	}

#pag span {
	width: 25px;
	border-bottom: 2px #111111 solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #111111;
	float: left;
	display: block;
	}

#mor {
	background: url(img/mor.svg) no-repeat right center;
	background-size: 13px auto;
	font-size: 14px;
	line-height: 15px;
	color: #DE586A;
	margin: 0px 5% 0px auto;
	padding: 0px 23px 0px 0px;
	display: table;
	}

}

@media screen and (min-width: 1366px){

#finq {
	display: none;
	}

}

@media screen and (max-width: 1365px){

#finq a {
	width: 90px;
	height: 90px;
	background: url(img/res.svg) no-repeat center top 16px;
	background-size: 26px auto;
	background-color: #DE586A;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-weight: bold;
	color: #ffffff;
	padding: 50px 0px 0px 0px;
	text-align: center;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 53;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
	}

#finq a:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent #DE586A transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

}


/* ヘッダー */

@media screen and (min-width: 1366px){

header {
	width: 100%;
	height: 100px;
	background: #DE586A;
	display: table;
	position: relative;
	}

header .log {
	width: 200px;
	margin: 31px 0pc 0px 5%;
	display: block;
	position: relative;
	z-index: 1;
	}

header .log img {
	width: 100%;
	}

nav {
	width: 100%;
	text-align: right;
	position: absolute;
	right: 290px;
	top: 20px;
	}

nav li {
	font-size: 14px;
	font-weight: bold;
    line-height: 60px;
    color: #ffffff;
	letter-spacing: 0.1em;
	padding: 0px 5px 0px 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	}

nav li:last-child {
	padding: 0px;
	}

nav li a {
	color: #ffffff !important;
	margin: 0px 10px 0px 0px;
	position: relative;
	}

nav li a:hover {
	opacity: 1;
	}

nav li a:after {
  	position: absolute;
  	bottom: -5px;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 1px;
  	background: #ffffff;
  	transform: scale(0, 1);
  	transform-origin: center top;
  	transition: transform .3s;
	}

nav li a:hover:after {
  	transform-origin: center top;
  	transform: scale(1, 1);
	}

nav .menu_contents {
	width: 300px;
	background: rgba(255,255,255,0.95);
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	display: none;
	position: absolute;
    left: calc(50% - 15px);
	top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 1;
	}

nav .menu_contents:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: -10px;
	opacity: 0.95;
	}

nav .menu_contents ul {
	width: 100%;
	padding: 20px 10%;
	text-align: left;
	}

nav .menu_contents a {
	color: #111111 !important;
	display: block;
	}

nav .menu_contents a:last-child {
	margin: 0px;
	}

header .res {
	width: 130px;
	border-left: 1px rgba(255,255,255,0.4) solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	float: right;
	display: block;
	}

#menubtn,
#menusp {
	display: none;
	}

}

@media screen and (max-width: 1365px){

header {
	width: 100%;
	height: 60px;
	background: #DE586A;
	display: table;
	position: relative;
	}

header .log {
	width: 100px;
	margin: 22px 0pc 0px 5%;
	display: block;
	}

header .log img {
	width: 100%;
	}

#menubtn,
#menubtn.open {
	width: 40px;
	height: 40px;
	text-align: center;
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 99;
	}

#menubtn.open {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#menubtn .menu__line {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    position: absolute;
	left: 10px;
	top: 11px;
    /*transition: transform .5s;*/
	}

#menubtn .menu__line--center {
	left: 25px;
	}

#menubtn .menu__line--bottom {
    width: 20px;
	top: 22px;
	position: relative;
	}

#menubtn .menu__line--bottom:before {
	content: '';
    width: 5px;
	height: 2px;
    background: #ffffff;
	position: absolute;
	left: 0px;
	top: -2px;
   	animation: blink 8s step-end infinite;
}

#menubtn .menu__line--bottom:after {
	content: '';
    width: 5px;
	height: 2px;
    background: #ffffff;
	position: absolute;
	right: 0px;
	top: -2px;
   	animation: blink 8s step-end infinite;
	}

@keyframes blink {
	0% { opacity: 1; }
	5% { opacity: 0; }
	10% { opacity: 1; }
	15% { opacity: 0; }
	20% { opacity: 1; }
	25% { opacity: 0; }
	100% { opacity: 1; }
	}

#menubtn.open .menu__line {
    background: #ffffff;
	}

#menubtn .menu__line--top.active {
    width: 20px;
    background: #111111;
	left: 10px;
    top: 18px;
    transform: rotate(45deg);
	}

#menubtn .menu__line--center.active {
	width: 60px;
	height: 18px;
	background: #ffffff;
	left: -70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 101;
	}

#menubtn .menu__line--bottom.active {
    background: #111111;
	left: 10px;
    top: 18px;
    transform: rotate(135deg);
	}

#menubtn p {
	width: 60px;
    background: #ffffff;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	font-size: 10px;
	line-height: 18px;
	color: #DE586A;
	display: table;
	position: absolute;
	left: -70px;
    top: calc(50% - 9px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	animation-name: smooth-fadein-out;
	animation-duration: 5s;
	animation-timing-function: zoomIn;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	}

@keyframes smooth-fadein-out {
	0% {transform: scale(0.8); opacity: 0;}
	5% {transform: scale(1); opacity: 1;}
	100% {transform: scale(1); opacity: 1;}
	}

#menubtn p:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 6px;
    border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: -6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#menusp {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    position: fixed;
	top: 0px;
	z-index: 54;
	}

#menusp .scr {
	height: 100%;
	overflow: auto;
　　overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	}

#menusp .main {
    width: 85%;
    height: 100%;
	margin: 80px auto;
	}

#menusp .menu {
	width: 100%;
	max-width: 500px;
	border-bottom: 2px #dfdfdf solid;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#menusp .menu ul {
	width: 100%;
	}

#menusp .menu h3 {
	width: 100%;
	font-size: 16px;
	margin: 0px;
	}

#menusp .menu ol {
	border-left: 1px rgba(255,255,255,0.4) solid;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10%;
	}

#menusp .menu a {
	margin: 0px 0px 30px 0px;
	display: block;
	position: relative;
	}

#menusp .menu ol a {
	font-size: 16px;
	}

#menusp .menu a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	position: absolute;
	right: 3px;
	top: 7px;
    transform: rotate(45deg);
	}

#menusp .inq a {
	width: 100%;
	max-width: 500px;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto 0px auto;
	}

header .smenu,
nav,
header .res {
	display: none;
	}

}

@media screen and (max-width: 1365px) and (min-width: 641px) {

header .log {
	width: 160px;
	margin: 15px 0pc 0px 5%;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	background: #DE586A;
	margin: 80px 0px 0px 0px;
	padding: 50px 0px 30px 0px;
	}

footer .com {
	width: 100px;
	margin: 0px auto 40px auto;
	}

footer .com img {
	width: 100%;
	}

footer .sns {
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

footer .sns a {
	width: 35px;
	height: 35px;
	border: 1px #ffffff solid;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 5px 0px 5px;
	text-align: center;
	display: inline-block;
	}

footer .sns .ins {
	background: url(img/icoins01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .you {
	background: url(img/icoyou01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .fac {
	background: url(img/icofac01.svg) no-repeat center;
	background-size: auto 16px;
	}

footer .sns .pin {
	background: url(img/icopin01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .lin {
	background: url(img/icolin01.svg) no-repeat center;
	background-size: 18px;
	}

footer .com dd ul {
	display: table;
	}

footer .priv {
	color: #ffffff;
	margin: 0px auto 30px auto;
	display: table;
	}

#cop {
	color: #ffffff;
	margin: 0px 0px 0px 5%;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	background: #DE586A;
	margin: 80px 0px 0px 0px;
	padding: 50px 0px 30px 0px;
	}

footer .com {
	width: 100px;
	margin: 0px auto 40px auto;
	}

footer .com img {
	width: 100%;
	}

footer .sns {
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}

footer .sns a {
	width: 35px;
	height: 35px;
	border: 1px #ffffff solid;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 0px 5px 0px 5px;
	text-align: center;
	display: inline-block;
	}

footer .sns .ins {
	background: url(img/icoins01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .you {
	background: url(img/icoyou01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .fac {
	background: url(img/icofac01.svg) no-repeat center;
	background-size: auto 16px;
	}

footer .sns .pin {
	background: url(img/icopin01.svg) no-repeat center;
	background-size: 16px;
	}

footer .sns .lin {
	background: url(img/icolin01.svg) no-repeat center;
	background-size: 18px;
	}

footer .com dd ul {
	display: table;
	}

footer .priv {
	color: #ffffff;
	margin: 0px auto 30px auto;
	display: table;
	}

#cop {
	color: #ffffff;
	margin: 0px 0px 0px 5%;
	}

}
