@charset 'UTF-8';

/* ------------------------------
 リセット
------------------------------ */

/* ブラウザのデフォルトをリセット */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	zoom: 1;
}

iframe {
	border: 0;
}

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

img {
	line-height: 0;
	vertical-align: bottom;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q::before,
q::after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

/* For modern browsers */

.cf::before,
.cf::after {
	display: table;
	content: "";
}

.cf::after {
	clear: both;
}

.cf {
	zoom: 1;
}

a {
	color: #FF6B6B;
	text-decoration: underline;
}

a:link {
	color: #FF6B6B;
}

a:visited {
	color: #FF6B6B;
}

a:hover {
	color: #FA5252;
	text-decoration: none;
}

a:active {
	color: #FA5252;
	text-decoration: none;
}

/* ブラウザ間のフォントサイズを揃える */

body {
	position: relative;
	color: #2C3E50;
	font:
		12px/1.22 "ヒラギノ角ゴ Pro W3",
		Hiragino Kaku Gothic Pro,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		sans-serif;
	*font: x-small;
	*font-size: small;
	background-color: #fff;
}

table {
	font: 100%;
	font-size: inherit;
}

/* Safarip99% */

select,
input,
textarea {
	font: 99%;
}

pre,
code {
	font: 115% monospace "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	*font-size: 100%;
}

body * {
	line-height: 1.22em;
}

/* ---------- header ---------- */

/* #header {
	border-top: 7px solid #c4b795;
} */

#header h1 {
	float: left;
	line-height: 18px;
	font-feature-settings: "palt";
	letter-spacing: -0.6px;
}

#header .txtbox {
	width: 960px;
	margin: 9px auto 0;
	color: #777;
	font-size: 12px;
}

#header .company_head_link {
	padding: 0 0 7px;
	background-color: #c4b795;
}

#header .company_head_txt {
	width: 960px;
	margin: 0 auto;
	font-feature-settings: "palt";
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

#header .company_head_txt a {
	color: #fff;
}

#header .header_closing {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 16px;
	box-sizing: border-box;
}

/* 基本的なレスポンシブ対応 */
@media (max-width: 768px) {
	#header .header_closing {
		width: 100% !important;
		padding: 10px !important;
	}
	
	#header .logo {
		width: 100% !important;
		text-align: center !important;
		float: none !important;
		margin-bottom: 10px !important;
	}
	
	#header .logo img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	#header h1 {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
		font-size: 12px !important;
		line-height: 1.4 !important;
	}
}

#header .logo {
	float: left;
	width: 332px;
}

#header .header_closing .telbox {
	float: right;
	box-sizing: border-box;
	width: 283px;
	margin: 5px 0 0 0;
	padding-left: 36px;
	background: url(../img/common/bg_tel_header.png) no-repeat 0 9px;
}

#header .header_closing .btn {
	float: right;
	width: 285px;
	margin-left: 18px;
}

#header .header_closing .btn a {
	display: block;
	width: 285px;
	height: 77px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(145deg, #FF6B6B 0%, #FA5252 50%, #E03131 100%);
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 77px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 
		0 4px 8px rgba(255, 107, 107, 0.3),
		0 2px 4px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#header .header_closing .btn a:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 
		0 6px 16px rgba(255, 107, 107, 0.4),
		0 3px 6px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	background: linear-gradient(145deg, #FA5252 0%, #E03131 50%, #C92A2A 100%);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#social_btns {
	display: inline;
	float: right;
	height: 20px;
	overflow: hidden;
}

#social_btns li iframe {
	vertical-align: middle;
}

#btn_fb {
	float: right;
	margin-left: 5px;
}

#btn_fb_share {
	float: right;
	margin-left: 5px;
}

#btn_fb iframe,
#btn_fb_share iframe {
	overflow: hidden;
	background-color: transparent;
}

#btn_tw {
	float: right;
	margin-left: 5px;
}

iframe.twitter-share-button {
	width: 75px !important;
}

#btn_line {
	float: right;
	margin-left: 5px;
}

#btn_hateb {
	float: right;
	margin-left: 5px;
}

/* ---------- template contents ---------- */

#contents_template {
	width: 100%;
	background: url(../img/common/bg_washi1.png) repeat;
	border-top: 1px solid #e4ded4;
}

#contents_template .txt {
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: -0.02em;
}

/* ---------- closing ---------- */

.closing {
	padding-bottom: 35px;
	background-color: #fff;
	border-bottom: 2px solid #d1c6ba;
}

.closing h3 {
	width: 100%;
	height: 50px;
	text-align: center;
}

.closing .closingbox {
	width: 960px;
	margin: 0 auto;
	padding-top: 52px;
}

.closing .closingbox .telbox {
	float: left;
	width: 427px;
	margin-left: 30px;
}

.closing .closingbox .tel_img {
	padding-left: 51px;
	background: url(../img/common/bg_tel_closing.png) no-repeat 0 20px;
}

.closing .closingbox .btnbox {
	float: right;
	width: 475px;
}

.closing .closingbox .btn a {
	display: block;
	width: 476px;
	height: 110px;
	padding: 0;
	overflow: hidden;
	background: linear-gradient(145deg, #FF6B6B 0%, #FA5252 50%, #E03131 100%);
	border-radius: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 110px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 
		0 8px 20px rgba(255, 107, 107, 0.3),
		0 4px 8px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
}

.closing .closingbox .btn a:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 
		0 12px 30px rgba(255, 107, 107, 0.4),
		0 6px 12px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	background: linear-gradient(145deg, #FA5252 0%, #E03131 50%, #C92A2A 100%);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* ---------- closingbox_mail ---------- */

.closing .closingbox_mail {
	width: 960px;
	margin: 0 auto;
	padding-top: 52px;
	text-align: center;
}

.closing .closingbox_mail .btnbox {
	margin-bottom: 20px;
}

.closing .closingbox_mail .telbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 700px;
	margin: 0 auto;
}

.closing .closingbox_mail .telbox .tel_img {
	padding-left: 14px;
	background: url(../img/common/1712/bg_tel_closing.png) no-repeat left center;
	background-size: 8%;
}

#contents_wrapper .closing .closingbox_mail .telbox .txt {
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}

/* ---------- all_info ---------- */

.all_info {
	box-sizing: border-box;
	width: 900px;
	margin: 40px auto 60px;
	padding: 38px 0;
	text-align: center;
	background-color: #fff;
	border: 2px solid #c30000;
}

.all_info .date_txt {
	margin-bottom: 16px;
	color: #c30000;
	font-weight: bold;
	font-size: 26px;
}

.all_info .txt {
	font-weight: bold;
	font-size: 16px;
}

.all_info .for_sp {
	display: none;
}

/* ---------- bnbox ---------- */

.bnbox.lp_china {
	margin-bottom: 70px;
	text-align: center;
}

#contents_wrapper .bnbox.lp_china a .txt {
	margin-top: 12px;
	color: #0080a2;
	font-weight: bold;
}

#contents_wrapper .bnbox.lp_china a:hover {
	opacity: 0.7;
}

/* ---------- footer ---------- */

#footer {
	width: 100%;
	min-width: 960px;
	background: #f6f5f0;
}

#footer .inbox {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 33px 0 12px;
}

#footer .code_txt {
	padding: 10px 10px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	padding-top: 4px;
}

#footer .otherlink {
	position: absolute;
	top: -35px;
	left: 0;
	width: 960px;
	margin: 0 auto 16px;
}

#footer .otherlink li {
	display: inline;
	margin-right: 18px;
}

#footer .otherlink li a {
	color: #333;
	font-size: 14px;
}

#footer .logo {
	float: left;
	width: 440px;
}

#footer .logo img {
	margin-left: -21px;
}

#footer .bn_list {
	float: right;
	width: 426px;
	padding-top: 8px;
}

#footer .bn_list .bn_img {
	margin-bottom: 16px;
	text-align: right;
}

#footer .bn_list li {
	float: left;
	width: 135px;
	margin-left: 7px;
}

#footer .inbox address {
	padding: 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	padding-top: 4px;
}

#footer #secom {
	margin: 10px 0 0 60px;
}

#footer #secom form {
	float: left;
	width: 54px;
	margin-right: 10px;
}

#footer #secom p {
	float: left;
	width: 270px;
	margin-top: 15px;
	color: #555;
	font-size: 10px;
}

#footer #copyright {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-align: center;
	background-color: #dc554a;
}

#footer #pagetop {
	position: fixed;
	right: 0;
	bottom: 20px;
}

#footer #pagetop a {
	display: block;
	width: 74px;
	height: 0;
	padding-top: 84px;
	overflow: hidden;
	background: url(../img/common/pagetop_footer.png) no-repeat;
}

#footer #pagetop a:hover {
	opacity: 0.6;
}

/* fixedclosing */

#fixed_closing {
	position: fixed;
	top: 24%;
	right: 0;
	z-index: 99;
	box-sizing: border-box;
	text-align: center;
}

#fixed_closing .txt_img img {
	margin-bottom: -7px;
	padding-left: 4px;
}

#fixed_closing .telbox {
	width: 193px;
}

#fixed_closing .telbox .inbox {
	padding: 5px 0 14px;
	text-align: center;
	background-color: #fff;
	border-right: 3px solid #bf0000;
	border-bottom: 3px solid #bf0000;
	border-left: 3px solid #bf0000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#fixed_closing .telbox .tel_img {
	margin-bottom: 5px;
}

#fixed_closing .telbox .btn_img {
	margin-top: 15px;
}

#fixed_closing.mail_only .telbox .btn_img {
	margin-top: 0;
}

#fixed_closing .telbox .btn_img a:hover {
	opacity: 0.7;
}

#fixed_closing .telbox .stxt {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	font-feature-settings: "palt";
}

/* 共通 */

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb120 {
	margin-bottom: 120px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mt120 {
	margin-top: 120px;
}

.none {
	display: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.notice {
	color: #cb1111;
	font-weight: bold;
}

.css_effect {
	opacity: 1;
}

.css_effect:hover {
	animation: css_effect 1s ease;
}

@keyframes css_effect {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
