﻿@charset "utf-8";

/* ===================================================================
SETTING
=================================================================== */

/* RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none; 
	outline: none;
	resize: none;
	font: unset;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

select::-ms-expand {
	display: none;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

* a img {
	border-style: none;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* HTML
--------------------*/

html {
	position: relative;
	overflow-x: hidden;
}

html.fixed {
	overflow: hidden;
}

/* BODY
--------------------*/

body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #000;
	font-size: 16px;
    line-height: 1.25;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	overflow-x: hidden;
}

/* DISPLAY
--------------------*/

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.br-sp,
.in-sp {
	display: none !important;
}

.br-pc,
.in-pc {
	display: inline !important;
}

/* WRAPPER
--------------------*/

.wrapper.static {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

/* MAIN
--------------------*/

main {
	position: relative;
	display: block;
}

/* CONTAINER
--------------------*/

.container-1000 {
	position: relative;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
    padding: 0 15px;
}

.container-all {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* PLACEHOLDER
--------------------*/

:placeholder-shown {
	color: rgba(31, 31, 31, .3);
}

::-webkit-input-placeholder {
	color: rgba(31, 31, 31, .3);
}

:-moz-placeholder {
	color: rgba(31, 31, 31, .3);
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(31, 31, 31, .3);
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(31, 31, 31, .3);
}

@media screen and (max-width: 1000px) {

	/* ===================================================================
	SETTING
	=================================================================== */

	/* DISPLAY
	--------------------*/

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}

	.br-sp,
	.in-sp {
		display: inline !important;
	}
	
	.br-pc,
	.in-pc {
		display: none !important;
	}

	/* CONTAINER
	--------------------*/

	.container-1000 {
		max-width: 480px;
		padding: 0 15px;
	}

	.container-all {
		max-width: 450px;
	}
	
}



/*:::::グローバルナビ　カレント表示:::::*/
.t_list li:nth-child(6) a {
    border-bottom: 4px solid #ffcd00;
}
.header_sp .menu .ac_body li:nth-child(6) {
    background:#ffcd00;
}



/*:::::背景指定:::::*/
body {
 /*background:url(../img/bg.jpg) #60b526 center 100px no-repeat;
 background:url(../img/bg.jpg) center 100px no-repeat;*/
}

/*:::::共通設定:::::*/
.original_wrap {
 text-align:center;
 overflow:hidden;
/* padding-bottom:30px;*/
/* height:800px;*/
}

 /*:::::画像をリセット:::::*/
.original_wrap img { width:auto; width:initial;}


 /*:::::SNS Share Button:::::*/
div.share_area { margin:30px auto;width:100%; }
div.share_area .title { position: relative; text-align: center; font-size: 16px; margin-bottom: 25px; font-weight: bold; }
div.share_area .title:after, div.share_area .title:before { content: " "; position: relative; display: inline-block; vertical-align: middle; z-index: 0; width: 100px; height: 2px; background: #ccc; top: 50%; margin-top: -1px; }
div.share_area .title span { position: relative; vertical-align: middle; padding: 0 30px; z-index: 1; }
div.share_area img { width:55px;background:#fff;border-radius:27.5px; }
#share_sns {text-align:center; }
#share_sns li { display:inline;margin:10px; }


/*:::::PC|TAB表示:::::*/
@media (min-width: 769px) {


 /*メイン画像をPCスマホで切り替え表示させる時用*/
.original_pc { display:visible; }
.original_sp { display:none; }

} /* //@media PC|TAB*/




/*:::::SP表示:::::*/
@media (min-width: 0px) and (max-width: 768px) {


 /*メイン画像をPCスマホで切り替え表示させる時用*/
.original_pc { display:none; }
.original_sp { display:visible; }

 /*:::::SNS Share Button:::::*/
div.share_area { margin:0 auto;width:95%; }
div.share_area .title:after, div.share_area .title:before { content: " "; position: relative; display: inline-block; vertical-align: middle; z-index: 0; width: 10%; height: 2px; background: #ccc; top: 50%; margin-top: -1px; }
#share_sns li { display:inline;margin:5px; }

}/* //@media SP */

