﻿@charset "UTF-8";

/*BODY HTML*/
BODY { 
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	margin: 0;
	overflow-x: hidden;
	background-image: url('sample_back09.png');
}
html {
	scroll-behavior: smooth;
}

/*★BACK GROUD IMG★*/
/*
html { 
	background: url('sample_main_backimg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/


/*PAGE-TOP*/
#to_pagetop{
	z-index: 1;
	width: 60px;
	height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #666666;
    border-radius: 5px;
    opacity: 0.8;
}
#to_pagetop a{
    position: relative;
    display: block;
    width: 60px;
    height: 40px;
    text-decoration: none;
}
#to_pagetop a::after{
    content: "▲Top";
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
}

/*SECTION WIDTH / P / HEIGHT*/
section {
	max-width: 1006px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
section p {
	line-height: 1.7;
	max-width: 1006px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
}
footer p {
	line-height: 1.3;
}

/*LINK & HOVER*/
a:link {
	text-decoration:none;
	color:#3399FF;
}
a:visited {
	text-decoration:none;
	color:#0066CC;
}
a:hover {
	text-decoration:underline;
	color:#CC0000;
}
a:hover img{
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

/*IMG COMMON*/
section img {
   	max-width: 98%;
   	height: auto;
}
a img {
	border-style:none;
}

/* ●「B = 2.3.4.5」 HEADER ● */
header {
	margin: 0px;
	text-align: center;
	background-image: url('sample_back10.png');
}
.left_header {
	display: inline-block;
	border-width: 0px;
	text-align: center;
	max-width: 63%;
	width: 700px;
	vertical-align: middle;
}
.right_header {
	display: inline-block;
	text-align: center;
	max-width: 35%;
	width: 324px;
	vertical-align: middle;
}

/* ◆「C = 2」 TOP MENU ◆ */
.c2_header {
	background-image: url('sample_back03.png');
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 5px 10px;
}
nav {
	padding: 0px;
	margin: 0px;
	background-image: url('sample_back02.png');
}
nav ul{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
  	max-width: 1024px;
  	margin-left: auto;
	margin-right: auto;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
nav ul li {
	float: left;
	width: 50%;
}
ul.topnav li a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	color: #333333;
}
ul.topnavlast {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
  	max-width: 1024px;
  	margin-left: auto;
	margin-right: auto;
}
ul.topnavlast li {
	float: left;
	width: 100%;
}
ul.topnavlast li a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	color: #333333;
}
.tn_l {
	font-size: 14px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	box-sizing: border-box;
}
.tn_r {
	font-size: 14px;
	border-bottom: solid 1px #999999;
	box-sizing: border-box;
}
.tn_last1 {
	font-size: 14px;
	box-sizing: border-box;
}
.tn_last2 {
	font-size: 14px;
	border-right: solid 1px #999999;
	box-sizing: border-box;
}

/* ◆ 「C = 3.4」 TOP MENU ◆ */
.topmenu_c34 {
	background-image: url('sample_back10.png');
	text-align: center;
	padding: 0px;
  	max-width: 1024px;
  	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.topmenu_back_c34 {
	margin: 0px;
	text-align: center;
	background-image: url('sample_back10.png');
}
.menuimg_c3 {
	border-width: 0px;
	width: 200px;
	max-width: 23%;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.menuimg_c4 {
	border-width: 0px;
	width: 200px;
	max-width: 28%;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.menuimg2_c4 {
	border-width: 0px;
	width: 80px;
	max-width: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

/* ■ 「D = 1.2.3」 COVER & SLIDER ■ */
.cover {
	margin: 0px;
	text-align: center;
	background-image: url('sample_back11.png');
	border-top: solid 1px #999999;
}
.coverimg {
	width: 100%;
	height: auto;
	vertical-align: bottom;
   	max-width: 1024px;
   	margin-top: 0px;
    margin-bottom: 0px;
}
.slideimg {
	height: auto;
	vertical-align: bottom;
   	max-width: 1024px;
   	margin-top: 10px;
    margin-bottom: 10px;
}

/* ★ 「E = 1.2.2.4」 H-TAGS / h1はTOP MARGINを0に、h2以降は30以上に ★*/
h1 {
}
h2,h3,h4,h5,h6 {
}

h1 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background-image: url('sample_back12.png');
	padding: 30px 0px 27px 0px;
	border-bottom: 3px solid #7D0000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 35px;
}
h2 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: left;
	background-image: url('sample_back12.png');
	padding: 30px 0px 27px 25px;
	border-bottom: 3px solid #7D0000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
}
h3 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background-image: url('sample_e3_a2.jpg');
	padding: 30px 5px 30px 5px;
	border-bottom: 3px solid #750000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
}
h4,h5,h6 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background-image: url('sample_back12.png');
	padding: 30px 0px 27px 0px;
	border-bottom: 3px solid #7D0000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
}

/* ★ 「E = 4」 IMG H / h1-h6 は TEXT使用 ★ */
.h1_img {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
}
.h2_img {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}
.sample_e4_h_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
/* E4 TEXT H-TAGS
h1 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
h2,h3,h4,h5,h6 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
*/

/*  ● 「F = 1.2.3.4.5.6」 SUB TITLE ● */
.sub_title {
}
.sub_title_f1 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 8px 5px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	border-bottom: solid 2px #7D0000;
}
.sub_title_f2 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 8px 5px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	border-bottom: dashed 2px #7D0000;
}
.sub_title_f3 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	background: transparent;
	border-left: solid 5px #7D0000;
}
.sub_title_f4 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	background: transparent;
	border-left: solid 5px #7D0000;
	border-bottom: solid 2px #7D0000;
}
.sub_title_f5 {
	color: #FFFFFF;
	font-size: 17px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	background: transparent;
	border-left: solid 5px #7D0000;
	border-bottom: dashed 2px #7D0000;
}
.sub_title_f6 {
	color: #FFFFFF;
	font-size: 17px;
	background-image: url('sample_back14.png');
	padding: 10px 0px 8px 0px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	border-bottom: solid 2px #7D0000;
}

/* ■ 「G = 1」 UNDER MENU ■ */
.under1 {
	padding: 0px;
	background-image: url('sample_back15.png');
}
.under1 ul {
    padding: 0px;
    position: relative;
  	margin-bottom: 0px;
   	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.under1 ul li {
    border-top: solid 1px #999999;
    margin-bottom: 0px;
   	margin-top: 0px;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 1.5em;
    list-style-type: none;
}
.under1 ul li a{
	display: block;
}
.udr1a {
	border: 0px;
}
.udr1b {
	color: #333333;
	font-size:16px;
}

/* ■ 「G = 2」 UNDER MENU ■ */
.under2a {
	padding: 0px;
	background-image: url('sample_back15.png');
}
.under2b {
	max-width: 1006px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url('sample_back15.png');
}
.udr2 {
	max-width: 800px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.udr2a{
	width: 50%;
	white-space: nowrap;
}
.udr2b {
	text-align: center;
	margin: 15px 0px;
}
.udr2c {
	font-size: 16px;
	color: #333333;
}

/* ■ 「G = 3」 UNDER MENU ■ */
.under3 {
	background-image: url('sample_back15.png');
	padding: 5px 10px;
}
.under3 ul {
    padding: 0;
    position: relative;
   	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.under3 ul li {
    color: #333333;
    background-color: #FFFFFF;
    border-left: solid 8px #7D0000;
    margin-bottom: 6px;
    line-height: 1.8;
    padding: 0.5em 0.5em 0.5em 1em;
    list-style-type: none;
}
.under3 ul li a{
	display: block;
}
.udr3 {
	color: #333333;
	font-size:16px;
}

/* ◆「H = 1.2」 FOOTER ◆ */
footer {
	text-align: center;
	background-image: url('sample_back16.png');
	padding: 5px 10px;
}
.foot01 {
	color: #CCCCCC;
	font-size: 15px;
	text-align: center;
}
.foot02 {
	font-size: 13px;
	color: #CCCCCC;
}
.foot03 {
	font-size: 14px;
	color: #CCCCCC;
}
.foot04 {
	font-size: 15px;
	color: #CCCCCC;
}
.foot05 {
	font-size: 14px;
	color: #CCCCCC;
}
.foot_tel {
	font-size: 19px;
	color: #CCCCCC;
}
.foot_copy {
	font-size: 12px;
	color: #999999;
}

/*Mail Form*/
input[type=text]  {
	font-size :18px;
	width: 80%;
	padding: 5px;
}
textarea {
	font-size :18px;
	width: 80%;
	padding: 5px;
}
select {
	font-size :18px;
	padding: 3px;
}
input[type=button]  {
	font-size :18px;
	width: 80%;
}
.form_max {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.formmain{
	color: #000000;
	font-size :18px;
	padding: 20px 10px 20px 10px;
	margin: auto;
	max-width: 800px;
	min-width: 300px;
	background-image: url('formback.png');
	border-radius: 10px;
	text-align: center;
}
form div + div {
	margin-top: 1.5em;
}
form p {
	margin: 20px;
	text-align: center;
}

/*BUTTON LINK ＋ ARROW*/
.button01 {
    background-image: url('btn_back02.png');
    display: inline-block;
    width: 800px;
    max-width: 85%;
    text-align: center;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 10px;
    border-radius: 10px;
}
.btn_text {
	color: #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
}
.btn_text::before,
.btn_text::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: 7px;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    vertical-align: middle;
}
.type_arr::before{
    left: 2px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button01:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

/*BOX*/
.box01 {
	font-size: 16px;
    padding: 20px 15px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
	background-image: url('sample_back13.png');
	border-radius: 10px;
	width: 950px;
	max-width: 88%;
}

/*LIST*/
.list_margin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.list_icon01 {
	list-style-image: url('sample_icon.gif');
}

/*STYLE*/
hr {
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 95%;
}
.hr2 {
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 95%;
}
.clearboth {
	clear:both;
}
.text_right {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 45px;
}
.font12 {
	font-size: 12px;
}
.font12g {
	font-size: 12px;
	color: #CCCCCC;
}
.font12g2 {
	font-size: 12px;
	color: #999999;
}
.font13 {
	font-size: 13px;
}
.font13g {
	font-size: 13px;
	color: #CCCCCC;
}
.font13g2 {
	font-size: 13px;
	color: #999999;
}
.font14 {
	font-size: 14px;
}
.font14g {
	font-size: 14px;
	color: #CCCCCC;
}
.font14g2 {
	font-size: 14px;
	color: #999999;
}
.font15 {
	font-size: 15px;
}
.font15g {
	font-size: 15px;
	color: #CCCCCC;
}
.font15g2 {
	font-size: 15px;
	color: #999999;
}
.font16 {
	font-size: 16px;
}
.font16g {
	font-size: 16px;
	color: #CCCCCC;
}
.font16g2 {
	font-size: 16px;
	color: #999999;
}
.font17 {
	font-size: 17px;
}
.font17g {
	font-size: 17px;
	color: #CCCCCC;
}
.font17g2 {
	font-size: 17px;
	color: #999999;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.font20 {
	font-size: 20px;
}
.font21 {
	font-size: 21px;
}
.font22 {
	font-size: 22px;
}
.font23 {
	font-size: 23px;
}
.text_color01 {
	color: #FF3399;
}
.all_center {
	text-align: center;
}
.all_center35 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.img_center {
	text-align: center;
	line-height: 0;
}
.btn_center {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.img_right {
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 200px;
	max-width: 40%;
	border-radius: 10px;
}
.img_side1 {
	border-width: 0px;
	margin: 7px;
	width: 200px;
	max-width: 45%;
}
.img_side2 {
	border-width: 0px;
	margin: 10px;
	width: 450px;
	max-width: 95%;
}
.style04 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	color: #FFFFFF;
}

