@charset "UTF-8";

/*---基本設定-----------*/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica , Arial , "Meiryo UI", "メイリオ", Meiryo , "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",  Verdana , Roboto , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #444;
  font-weight: 500;
    position: relative;
    background-color: #f9f9f9;
  -webkit-text-size-adjust: 100%;
}

p,dt,dd,li {line-height: 1.6;}

html,body	{
	height: 100%;
}

body	{
    background-image: url(../img/bg.png);
    background-size: 23px;
}

.wrap	{
    min-height: 100%;
    position: relative;
    padding-bottom: 5em;
}

/*--PARTS-------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
  width: 100%;
  display: block;
    padding: 0.75em;
    border: 1px #ccc solid;
    border-radius: 0.25em;
    font-size: 1em;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder	{
	opacity: 0.5;
}

.select_wrap {
  overflow: hidden;
    border: 1px #ccc solid;
    /* padding: 0.75em; */
    display: block;
    border-radius: 0.25em;
    background-color: #fff;
    position: relative;
	z-index:0;
}

.select_wrap::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
    display: block;
    position: absolute;
    /* width: 1em; */
    /* height: 100%; */
    z-index: 1;
    top: 50%;
    right: 0.5em;
    color: #ccc;
    margin-top: -0.5em;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: none;
    width: 100%;
    border-radius: 0.25em;
    padding: 0.75em;
    font-size: 1em;
    position: relative;
    z-index: 3;
	border: none;
}

.form_checkbox li	{
	display: inline-block;
}

.form_checkbox input	{
	display: none;
}

.form_checkbox label	{
	display: inline-block;
	text-align: center;
	background-color: #ddd;
	padding: 0.5em 1em;
    border-radius: 0.2em;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}

.form_checkbox input:checked + label	{
	background-color: #18a1dc;
	color: #fff;
}

.form_inline > *	{
	display: inline-block;
	vertical-align: top;
}

.form_row > label {
	margin-bottom: 0.5em;
    font-weight: bold;
}

.form_row > div > label {
    padding: 0 0.25em;
    line-height: 2.8;
}

ul.notice li {
  position: relative;
  line-height:1.6;
  padding-left:1.5em;
  margin: 1em 0;
}

ul.notice li::before {
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}

.box {
    background-color: #f0f0f0;
    padding: 1em;
}


table {
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  padding: 0.25em 0.5em;
    border: 1px #ccc solid;
    background-color: #fff;
    line-height: 1.6;
}

table th {
    background-color: #eee;
}

table.default	{
    table-layout: fixed;
}

table.default th	{
    /* min-width: 40%; */
    /* max-width: 50%; */
    font-weight: normal;
    width: 40%;
    padding: 0.5em;
    /* line-height: 1; */
}

table.default td	{
	padding: 0.5em 1em;
}

table.clear th,
table.clear td	{
	border: none;
}

table.clear	{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 0px 0.5em;
}

em {
	background: linear-gradient(transparent 50%, #FFC107 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FFC107',GradientType=0 );
    font-size: 1.1em;

}

strong {color: #FF5722;}
b {}

a { color:#F44336; }

.lsp	{
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}

.link {
}

/* list */
ul.mark li {
  position: relative;
  padding-left: 1.5em;
}

ul.mark li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.5em;
    height: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}

ul.number {
  position: relative;
  padding-left: 1.5em;
}

ul.number span {
    position: absolute;
    top: auto;
    left: 0;
}

ul.mark li, ul.number li{
  margin: 0.4em 0;
}

.btn	{
    border: none;
    text-align: center;
	text-decoration: none;
    display: block;
    padding: 0.75em 0;
    border-radius: 0.2em;
	font-size: 1.2em;
	line-height: 1;
	font-weight: bold;
	color: #fff;
    box-shadow: 0 1px 3px #333;
   background: rgb(248,80,50);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}

.btn-grn	{
    background: rgb(90,206,84);
    background: -moz-linear-gradient(top, rgba(90,206,84,1) 0%, rgba(52,226,58,1) 49%, rgba(17,173,0,1) 53%, rgba(49,204,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(90,206,84,1) 0%,rgba(52,226,58,1) 49%,rgba(17,173,0,1) 53%,rgba(49,204,46,1) 100%);
    background: linear-gradient(to bottom, rgba(90,206,84,1) 0%,rgba(52,226,58,1) 49%,rgba(17,173,0,1) 53%,rgba(49,204,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ace54', endColorstr='#31cc2e',GradientType=0 );
}


.btn-org	{
    background: rgb(255,183,107);
    background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}

.btn-blu	{
    background: rgb(109,179,242);
    background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}

.jump	{
  -webkit-animation: 0.8s jump ease-out infinite;
  animation: 0.8s jump ease-out infinite;
}

@-webkit-keyframes jump {
  20% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes jump {
  20% {
    transform: translateY(-10px);
  }
}

ul.listlink	{
}

ul.listlink {
    overflow: hidden;
    margin: -1em;
}

ul.listlink li	{
	border-bottom: 1px #ccc solid;
}

ul.listlink li:last-of-type	{
	border: none;
}

ul.listlink li a	{
	display: block;
	padding: 1em;
	text-decoration: none;
	position: relative;
}

ul.listlink li a::after	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: auto;
    right: 1em;
    opacity: 0.5;
}

.wrap	{
	position:relative;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}

.wrap.slide	{
	transform: translateX(-16em);
}


nav.default li	{
    border-bottom: 1px #ccc dotted;
}

nav.default a	{
	text-decoration: none;
	display: block;
	padding: 0.75em 0;
	position: relative;
}

nav.default a i	{
    color: #18a1dc;
    font-size: 1.25em;
    display: inline-block;
    vertical-align: middle;
	margin-right: 0.25em;
}

nav.default a::after	{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    right: 0.5em;
    color: #ccc;
}

.pageMes	{
    width: 80%;
    text-align: center;
    top: 30%;
    left: 10%;
    background-color: rgba(0, 104, 186, 0.5);
    position: absolute;
    z-index: 100;
    height: 20%;
    color: #fff;
    display: table;
    font-size: 1.2em;
}

.pageMes > *	{
	display: table-cell;
    vertical-align: middle;
}

.linkArea	{
	margin: 1em 0;
}

.linkArea a	{
    text-decoration: none;
    font-weight: bold;
    color: #f90;
}

.linkArea a::before	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-right: 0.5em;
}




/*--------------------------------------------*/

.dialog	{
	display: none;
	position: fixed;
	top: 20%;
	left: 10%;
	width: 80%;
	background-color: rgba(0,0,0,0.6);
	z-index: 100;
	color: #fff;
}

.dialog > div	{
	padding: 1em;
}

.message	{
	position: fixed;
    top: 20%;
    left: 50%;
    width: 14em;
    color: #fff;
    text-align: center;
    padding: 2em 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
    margin-left: -7em;
}

.categoryNav	{
	max-width: 700px;
    width: 96%;
    margin: 0 auto;
}

.categoryNav ul	{
}

.categoryNav ul li	{
    background-color: #fff;
    box-shadow: 0 1px 3px #999;
    margin: 0.5em 0;
}

.categoryNav ul li a	{
    text-decoration: none;
    color: inherit;
    padding: 1em;
    position: relative;
}

.categoryNav ul li a figure	{
	width: 90px;
	vertical-align: top;
}

.categoryNav .uptime	{
    font-size: 80%;
    color: #666;
}

.categoryNav dt	{
	font-weight: bold;
}

/*--------------------------------------------*/

.side	{
	display: none;
}

.side .menu li	{
}

.side .sitemenu li a	{
    padding: 1.5em 1.5em 1.5em 4.25em;
    border-bottom: 1px #ccc inset;
    line-height: 1;
}

.side .sitemenu li a figure	{
width: 3em;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
}

.side .sitemenu li a::after	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    top: auto;
    right: 0.5em;
    opacity: 0.8;
}

.side .blogmenu li a	{
    padding: 1em 2em 1em 6.25em;
    border-bottom: 1px #ccc inset;
    line-height: 1;
	position:relative;
}

.side .blogmenu li a figure	{
	width: 5em;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
}

.side .blogmenu li a::after	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 0.5em;
    opacity: 0.8;
    margin-top: -0.5em;
}

.blogmenu_date	{
    font-size: 85%;
    line-height: 1;
}

.blogmenu_title	{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.2em;
    line-height: 1.4;
}

.blogmenu_content	{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 90%;
}





.menu_title {
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-image: url(../img/iron01.jpg);
    background-size: cover;
    padding: 0.5em 0;
	position: relative;
}

.menu_title::before,
.menu_title::after {
	content: "";
    position: absolute;
    top: 50%;
    height: 2em;
    width: 2em;
    background-image: url(../img/pin.png);
    background-size: cover;
    margin-top: -0.8em;
    opacity: 0.8;
}

.menu_title::before	{
	left: 0.5em;
}


.menu_title::after {
	right: 0.25em;
}

.menu ul.reviewmenu li a	{
	padding: 0.25em 2em 0.25em 0.5em;
    border-bottom: 1px #ccc inset;
}

.menu ul.reviewmenu li a::after	{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    top: 50%;
    right: 0.5em;
    opacity: 0.8;
    margin-top: -0.5em;
}

.reviewmenu .review_user	{
	display: none;
}

.reviewmenu .review_content	{
    background:none;
    border-radius: 0;
    width: 100%;
    height: 1.6em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

.reviewmenu .review_date {
    right: 3em;
}

/*--------------------------------------------*/

article {
	padding-top: 4em;
    padding-bottom: 35em;
	position: relative;
}

article > section {
    position: relative;
    background-color: rgba(255,255,255,0.9);
    margin: 2%;
}

article > section > div  {
    padding: 1em;
}


.topBtn {
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    text-align: center;
    z-index: 100;
    display: none;
    font-size: 1.4em;
    color: #fff;
    line-height: 2.25;
    background-color: #333;
    padding: 0;
    border-radius: 100%;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    border: 2px #ccc solid;
}

h1 {
	text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 0;
}

h2 {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    /* background-image: url(../img/iron01.jpg); */
    /* background-size: cover; */
    /* padding: 0.5em 0; */
    /* margin-bottom: 0.5em; */
    position: relative;
    background-color: #333;
    padding: 0.5em 0;
}

h3 {
}


h4 {
}

h5 {
}

.border {
  border: 1px #fffcf4 solid;
}

/*------------------------------------------*/

header	{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 0.75em;
    line-height: 1;
    z-index: 100;
    font-size: 1.4em;
    text-shadow: 0 0 2px #fff;
    background-image: url(../img/bg05.png);
    background-size: 400px;
    /* background-color: rgba(255,255,255,0.3); */
}

header span	{
	display: inline-block;
	vertical-align: middle;
}

header .backBtn	{
}

header .menuBtn	{
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
}

.header_logo	{
    display: inline-block;
    height: 1.6em;
}

.header_logo img	{
	width: auto;
	height: 100%;
}



/*-- MENU --------------------------------------------- */

.menu ul li a {
    display: block;
    text-decoration: none;
    padding: 1em;
	color: inherit;
	position: relative;
}

.menu ul li a:hover, .menu ul li a:active {
    color: #fff;
    background-color: #5f6366;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

/*--フッター----------------------------------------*/

footer	{
    padding: 0.5em;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ccc;
}

footer > figure	{
    width: 60%;
    margin: 1em auto 0.5em;
    max-width: 200px;
}

.footer_profile	{
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
}

.footer_profile > *	{
	vertical-align: top;
}

.footer_profile > figure	{
	width:20%;
	max-width: 150px;
	padding-right: 0.5em;
}













/*--PAGENATION----------------------------------------*/

.pagenation	{
}

.pagenation ul	{
}

.pagenation li	{
    display: inline-block;
	margin-right: 0.25em;
}

.pagenation	li a{
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #999;
    color: #fff;
    line-height: 1;
    padding: 0.5em;
    box-shadow: 0 1px 1px #333;
}

.pagenation	li.active a{
	background-color: #333;
	pointer-events: none;
}





/*--パンくずリスト--------------------------------------------- */

.breadcrumb {
  display: none;
}

.quote	{
    padding: 0 1.5em;
    position: relative;
    margin-bottom: 0.5em;
}

.quote::before,
.quote::after	{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
    color: #999;
}

.quote::before	{
    content: "\f10d";
    top: 0;
    left: -0.2em;

}

.quote::after	{
	content: "\f10e";
    bottom: 0;
    right: -0.2em;
}

.voice	{
	background-color: #f0f0f0;
    padding: 1em 1em 0.5em;
}

.voice_user	{
	font-size: 0.8em;
	font-style: italic;
}

.section_image,
.btnArea	{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.section_image	{
	width: 90%;
    border: 4px #fff inset;
    margin-bottom: 1em;
}

.minus	{
	font-size: 0.9em;
}

.plus	{
	font-weight: bold;
    color: #F44336;
}

.plus::before	{
	content:"+";
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media ( max-width:374px) {

body {
  font-size: 12px;
}

}/*■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media ( min-width:768px) {

.forSP	{ display: none; }

body {
  font-size: 15px;
}

body {
    background-color: #ffbf00;
}

article {
    padding-bottom: 32em;
}

article > section {
    width: 700px;
    margin: 1em auto;
}

article > section > div {
    padding: 1em 2em;
}

footer .notice	{
    max-width: 500px;
    margin: 0 auto;
}



}/*■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media ( min-width:1024px) {

.topBtn {
    right: 0;
    margin-left: 420px;
    left: 50%;
}

}/*■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media ( max-width:767px) {

.forPC	{ display: none; }


}