@charset "UTF-8";


body {
	min-width: 1280px;
	font-family: "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	
	font-size: 16px;
	line-height: 1.6;
    word-wrap: break-word;
	background-color: #ffffff;
	color: #333;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	/*font-feature-settings : "palt" 1;*/
}


img {
    border: medium none;
    margin: 0;
    padding: 0;
}

table {
    font-size: inherit;
}

table, th, td {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

textarea, input, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
	font-size: 16px;
	line-height: 1.5;
    outline: 0 none;
}



input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0 none;
}

a {
	color: #006699;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}

a:link {
	color: #006699;
	outline: medium none;
	text-decoration: none;
}

a:hover {
	color: #BD0000;
	outline: medium none;
	text-decoration: none;
}


a.linktext1:link { color: #006699; }
a.linktext1:visited { color: #006699; }
a.linktext1:hover { color: #BD0000; }

a.linktext2:link { color: #fff; }
a.linktext2:visited { color: #fff; }
a.linktext2:hover { color: #BD0000; }

a.linktext3:link { color: #333; }
a.linktext3:visited { color: #333; }
a.linktext3:hover { color: #BD0000; }

.link_blank {
	padding: 0 0 0 20px;
	background: url("../../common/img/i_blank.gif") left center no-repeat;
}

input.ime_off, textarea.ime_off {
	ime-mode: inactive;
}

input.ime_on, textarea.ime_on {
	ime-mode: active;
}


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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}


ul.indList li {
    padding-left: 1em;
    text-indent: -1em;
}

ol.decimal {
    padding-left: 1.5em;
}

ol.decimal li {
    list-style: outside none decimal;
}

ul.disc {
    padding-left: 1.5em;
}

ul.disc li {
    list-style: outside none disc;
}

.hover:hover {
    opacity: 0.6;
    text-decoration: none;
}

.hover:hover a {
    text-decoration: none;
}

.nomb {
    margin-bottom: 0 !important;
}


.disable {
    cursor: default;
    pointer-events: none;
}

.hideset {
    display: none;
}

.sponly {
    display: none!important;
}

.pconly {
    display: block!important;
}

.sizem {
	font-size: 0.75em;
}





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

#tophead {
	width: 100%;
	margin-bottom: 90px;
}


#header {
	width: 100%;
	min-width: 1280px;
	height: 110px;
	background-color: #000;
}

#tophead #header {
	background-color: transparent;
}

#header .header-inner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

#logo {
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
}

#logo .logo1 {
	display: block;
}

#logo .logo2 {
	display: none;
}






#gmenu {
	position: absolute;
	top: 70px;
	right: 0;
	color: #333;
	z-index: 0; 
}

#gmenu ul {
	width: 100%;
}

#gmenu .gmenu-inner ul li {
	margin-right: 45px;
	padding: 0;
	float: left;
	display: block;
}
#gmenu .gmenu-inner ul li:last-child {
	margin-right: 0;
}
#gmenu a:link {
	color: #333;
}
#gmenu a:visited {
	color: #333;
}
#gmenu a:hover {
	color: #BD0000;
}

#header.fixhead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100px;
	transition: .2s;
	transform: translateY(0);
	background-color: #fafafa!important;
}

#header.fixhead #gmenu {
	top: 50px;
}

#header.fixhead #gmenu a:link {
	color: #333;
}
#header.fixhead #gmenu a:visited {
	color: #333;
}
#header.fixhead #gmenu a:hover {
	color: #BD0000;
}


#header.fixhead .logo1 {
	display: none;
}

#header.fixhead .logo2 {
	display: block;
}

/* ----- Toggle Button ----- */
#nav-toggle {
	display: none;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




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


.section1, .section2, .section3, .section4, .section5 {
	line-height: 2;
}

.section1 {
	width: 1280px;
	margin: 0 auto 100px auto;
}

.section2 {
	width: 800px;
	margin: 0 auto 100px auto;
}

.section3 {
	width: 100%;
	margin: 0 auto 100px auto;
	padding: 50px 10px;
	background-color: #bd0000;
	color: #fff;
	text-align: center;
}

.section4 {
	width: 1000px;
	margin: 0 auto 100px auto;
}

.section5 {
	width: 100%;
	margin: -100px auto 100px auto;
	padding: 50px 10px 10px 10px;
	background-color: #dcd4c0;
	text-align: center;
}

.cautioncolor {
	color: #c5011a
}

h2 {
	font-size: 2em;
	color: #fff;
}

h3 {
	margin-bottom: 30px;
	font-size: 1em;
	color: #c5011a;
	font-weight: bold;
}


h4 {
    padding: 10px 15px;
	font-size: 1em;
	background-color: #c5011a;
	color: #fff;
}

#contents {
	width: 100%;
	margin: 50px 0 80px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 2;
}


.mainimg, .img_normal {
	text-align: center;
}




.img_ask ul li {
	width: 50%;
	margin-bottom: 50px;
	float: left;
	text-align: center;
}

.img_3col ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.img_3col ul li img {
	width: 80%;
}

.img_3col {
	margin: 0 auto;
	display: block;
}

.img_3col ul li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.img_3col ul li img, .img_3col ul li p, .img_3col ul li h4 {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.img_3col ul li p {
	text-align: left;
	font-size: 0.85em;
}


.h4_list ul {
	border-top: 1px #c5011a solid;
}

.h4_list ul li {
	margin: 20px 0 0 0;
	padding: 0 0 20px 35px;
	border-bottom: 1px #c5011a solid;
	background: url("../img/i_hand.png") no-repeat left 5px;
	color: #c5011a;
}

.h5_list ul li {
	margin: 10px 0 0 0;
	padding-bottom:10px;
	border-bottom: 1px #bbb solid;
}

.pricetxt {
	text-align: right;
	font-weight: bold;
	font-size: 1.8em;
	color: #c5011a;
}

.pricetxt span {
	font-size: 0.6em;
}





.subsection {
	margin-bottom: 60px;
}

.subsection .subtitle {
	margin-bottom: 10px;
}

.subsection h4 {
	margin-bottom: 25px;
}

.subsection p {
	margin: 0 0 20px 0;
	padding: 0;
}

.link1 {
	text-align: right;
}





.optionbox dl {
	width: 100%;
	margin-bottom: 20px;
}

.optionbox dl dt {
	width : 33%;
	padding-top: 15px;
	font-weight: bold;
	float: left;
	clear: both;
	color: #c5011a;
}

.optionbox dl dd {
	padding: 15px 0 15px 33%;
	border-bottom: 1px #c5011a solid;
}

.optionbox dl dd:last-child {
	margin-bottom: 0;
}





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

#footer {
	width: 100%;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-size: 0.8em;
}

#footer .footer-inner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

#footer a:link {
	color: #333;
}

#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #BD0000;
}



#copyright {
	margin: 10px 0;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0;
}



/* ------ form -------*/

#contents_form dl {
	margin: 0 0 60px 0;
}


#contents_form dl dt {
	margin: 0 0 20px 0;
	padding: 12px 20px;
	background-color: #eee;
	color: #333;
	border-bottom: 1px #ddd solid;
}

#contents_form dl dd {
	margin: 0;
	padding: 0 15px;
}

#contents_form .guidetext {
	margin: 0 0 40px 0;
}

#form1 input {
	padding: 0 10px;
	font-size: 100% !important;
    background-color: #FFFFFF;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 2px #ccc solid;
    border-radius: 5px;
    ime-mode: active;
}


#form1 input#submit_button {
	margin: 80px auto 20px auto;
    padding: 15px 100px;
    background-color: #FFC926;
    color: #333;
    border-style: none;
    border-radius: 5px;
    display: block;
    font-size: 1.2em;
}

#form1 input#submit_button:hover {
	cursor: pointer;
	opacity: 0.8;
}

#form1 .temp_img {
	width: 640px;
	margin: 0 0 15px 0;
}

#form1 .temp_img img {
	width: 100%;
}


.required span {
	padding: 0 40px 0 0;
	background: url("../../common/img/required.gif") no-repeat top 8px right;
	background-size: auto 15px;
}

.memo {
	margin-top: 3px;
	font-size: 0.75em;
	opacity: 0.8;
}



#form1 input[type="checkbox"], #form1 input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none!important;
	display: none;
}
#form1 label input[type="checkbox"] + span{
	padding-left: 32px;
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

#form1 label input[type="radio"] + span{
	padding-left: 32px;
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

#form1 label:hover {
	border-bottom: 2px #BD0000 solid;
}

#form1 label input[type="checkbox"] +  span:before{
	content:"";
	width: 16px;
	height: 16px;
	display: block;
	border: solid 3px #ddd;
	position: absolute;
	left: 0;
	top: 6px;
	transition: 0.1s ease-in-out;
}

#form1 label input[type="radio"] +  span:before{
	content:"";
	width: 16px;
	height: 16px;
	display: block;
	border: solid 3px #ddd;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
	transition: 0.1s ease-in-out;
}

#form1 label input[type="checkbox"]:checked + span:before {
	width: 10px;
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0;
	left: 5px;
	top: 3px;
	border-color: #BD0000;
}

#form1 label input[type="radio"]:checked + span::after {
	background-color: #BD0000;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 11px;
	width: 12px;
	height: 12px;
}

#form1 label input[type="checkbox"]:checked + span{
	color: #BD0000;
}

#form1 label input[type="checkbox"]:focus {
	outline: 0;
}

#form1 .sendbox1{
	width: 80%;
	margin: 0 auto 100px auto;
	text-align: center;
}

#form1 textarea {
	padding: 10px;
	border: 1px #bbb solid;
	border-radius: 5px;
}


#form1 .sendbox1, #form1 .sendbox2 {
	width: 80%;
	margin: 0 auto 100px auto;
	text-align: center;
}

#form1 .sendbox2 {
	display: none;
}

#form1 .sendbox1 input, #form1 .sendbox2 input {
	width: 90%;
	margin: 0 5% 0 5%;
	padding: 15px 0;
	background-color: #FFC926;
	color: #333;
	border-style: none;
	border-radius: 5px;
	display: block;
	font-weight: normal;
}

#form1 .sendbox1 .checkform {
	width: 50%;
	margin: 0 auto;
}

#form1 .sendbox2 .send {
	width: 50%;
	float: right;
}

#form1 .sendbox2 .backform {
	width: 50%;
	float: left;
}


#form1 .sendbox2 .backform input {
	background-color: #CCCCCC;
}

#form1 .sendbox1 input:hover, #form1 .sendbox2 input:hover {
	cursor: pointer;
	opacity: 0.6;
}

#form1 input.err_section, #form1 textarea.err_section {
	background-color: #FFD2D2;
	border: 2px #FF3737 solid;
}

#form1 #errinfo.err_section, .confirm_mess {
	margin-bottom: 35px;
	padding: 20px 25px;
	color: #FF3737;
	background-color: #FFF0F0;
	border: 3px #FF3737 solid;
}

#form1 div.err_section {
	margin: 10px 0;
	padding: 10px 0 0 5px;
	border-bottom: 3px #FF3737 double;
	color: #FF3737;
}



#form1 .confirm_mess {
	display: none;
}

#form1.checkmode dt {
	background-color: #DFDFD0;
	border-bottom: 1px #BCBC9C solid;
	color: #333;
}

#form1.checkmode dd, #form1.checkmode dd p {
	display: none;
}

#form1.checkmode .preview_text {
	padding: 0 20px;
	color: #0079A2;
}

#form1.checkmode .confirm_mess {
	display: block;
}

#form1.checkmode #cautioninfo {
	display: block;
}

#form1.checkmode .sendbox1 {
	display: none;
}

#form1.checkmode .sendbox2 {
	display: block;
}

.wLL {
 	width: 370px;
    height: 40px;
}

.wLLL {
    width: 100%;
    height: 400px;
}




/* ------ to top ------ */

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 0;
	opacity: 0.7;
}
#page-top a {
	width: 60px;
	height: 60px;
	background: url("../img/b_scrollup.png") left top no-repeat;
	display: block;
}
#page-top a:hover {
	opacity: 0.5;
}


#contactset {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 0;
	opacity: 1;
}
#contactset a {
	width: 270px;
	height: 160px;
	background: url("../img/b_contact.png") left top no-repeat;
	display: block;
}
#contactset a:hover {
	opacity: 0.5;
}





/* ------------------------------------------ */
/* --------------- SP setting --------------- */
/* ------------------------------------------ */

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

body {
	min-width: 240px;
	font-size: 14px;
}
.sponly {
	display: block!important;
}

.pconly {
	display: none!important;
}

#tophead {
	height: 30px;
	margin-bottom: 30px;
}



#overlay {
	width: 100%;
	background-color: #000000;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}


#header {
	min-width: 100%;
	height: 54px;
}

#header .header-inner {
	width: 100%;
	min-height: 80px;
}



#logo {
	margin: 0;
	max-width: 202px;
	top: 5px;
	left: 20px;
}

#logo img {
	width: 100%;
}


#gmenu {
	width: 100%;
	display: none;
	background: none;
	position: fixed;
	border-bottom: none;
}

#gmenu .gmenu-inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}



#gmenu .gmenu-inner ul li {
	width: 100%;
	padding: 0;
	float: none;
	height: auto;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

#gmenu .gmenu-inner ul li:first-child{
	padding: 0;
	border-left: none;
}

#gmenu .gmenu-inner ul li a {
	padding: 16px 10px 13px 26px;
	background: #fff url("../img/i_arrow5.png") no-repeat scroll 10px center / 8px auto;
	color: #333;
	display: block;
	font-size: 16px;
}

#gmenu .gmenu-inner ul li a:hover {
	background: #eee url("../img/i_arrow5.png") no-repeat scroll 10px center / 8px auto;
}


#header.fixhead {
	position: static;
}

#nav-toggle {
	display: block;
	/*background-color: #fff;*/
	z-index: 20;
}

/* #nav-toggle 切り替えアニメーション */
#nav-toggle.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #fff;
}
#nav-toggle.open span:nth-child(2) {
	width: 0;
	left: 50%;
}
#nav-toggle.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background: #fff;
}
/* #global-nav スライドアニメーション */
#global-nav.open  {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);

}






#contents {
	min-width: 240px;
	margin: 20px 0 50px 0;
}

.section1, .section2, .section3, .section4, .section5 {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px 15px;
	line-height: 1.5;
}

.section5 {
	margin: -30px auto 100px auto;
}

.section1 img {
	width: 100%;
}


.img_normal img {
	width: 90%;
}


.img_ask ul li {
	width: 100%;
	margin-bottom: 30px;
	float: none;
}


.img_3col {
	margin: 0 auto;
	display: block;
}

.img_3col ul li {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 15px;
}

.img_3col ul li img {
	max-width: 80%;
	min-width: 200px;
	margin: 0 auto;
}

.img_3col ul li img, .img_3col ul li p, .img_3col ul li h4 {
	width: 100%;
}




.pricetxt {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}


.h4_list ul li {
	background: url("../img/i_hand.png") no-repeat left 0;
}


.optionbox dl dt {
	width: 100%;
	margin-bottom: 12px;
	float: none;
	font-size: 1em;
	letter-spacing: 1px;
}

.optionbox dl dd {
	margin-bottom: 8px;
	padding: 0 0 15px 0;
}


.wLL {
 	width: 100%;
}

.wLLL {
    height: 200px;
}

#form1 .sendbox1 .checkform {
	width: 80%;
}




#footer {
	margin-bottom: 0;
}

#footer .footer-inner {
	width: 100%;
	padding: 15px;
}




#page-top a {
	width: 40px;
	height: 40px;
	background: url("../img/b_scrollup.png") left top no-repeat;
	background-size: cover;
}

#page-top {
	bottom: 10px;
	right: 10px;
}


#contactset a {
	width: 135px;
	height: 80px;
	background: url("../img/b_contact.png") left top no-repeat;
	background-size: cover;
}

#contactset {
	bottom: 10px;
	right: 10px;
}




}

