@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

p {
	font-size:16px;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition-property: all;
		transition-property: all;
	-webkit-transition: 0.1s linear;
    	transition: 0.1s linear;
}

a:hover {
	opacity: 0.7;
}

.linearAnime_one {
	-webkit-transition-property: all;
		transition-property: all;
	-webkit-transition: 0.1s linear;
    	transition: 0.1s linear;
}

img {
	vertical-align: bottom;
}

/*色*/
.color_white {
	color: #fff;
}
.color_red {
	color: #d62418;
}
.color_blown {
	color: #603813;
}

/*背景*/
.bg_red {
	background-color: #d62418;
}
.bg_blown {
	background-color: #603813;
}
.bg_white {
	background-color: #fff;
}
.bg_beige {
	background-color: #ece2cf;
}
/*斜め背景*/
[class*="bg_slanting"] {
	position: relative;
	overflow: hidden;
}
.bg_slanting_top::before,
.bg_slanting_bottom::after {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.bg_slanting_top::before {
	top: 0;
	border-width: 140px 100vw 0 0;
	border-color: #fff transparent transparent transparent;
}
.bg_slanting_bottom::after {
	bottom: 0;
	border-width: 0 0 140px 100vw;
	border-color: transparent transparent #fff transparent;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp {
    display: none;
}
.pc {
    display: block;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字太さ*/
.fontNormal {
	font-weight: normal!important;
}
.fontBold {
	font-weight: bold!important;
}
/*文字種類*/
.font_maru {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}
.font_mincho {
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝",YuMincho, "Yu Mincho Medium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	background-color: #fff;
	z-index: 100;
}
header h1 {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
	line-height: 40px;
}
header nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 70px;
	font-size: 14px;
}
header nav ul li {
	width: 115px;
	position: relative;
}
header nav ul li:nth-child(3) {
	width: 160px;
}
header nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 25px;
}
header nav ul li:nth-child(4) a {
	position: absolute;
	/* bottom: -85px; */
	left: 0;
}
header nav ul li a:hover {
	color: #d62418;
	opacity: 1;
}


/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding: 15px 0 0;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	color: #0071af;
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}

/*================================================
 *  サイドタブ（PC）
 ================================================*/
.fixed-link{
	position: absolute;
	right: 0;
	top: 170px;
	z-index: 100;
	text-align: right;
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	background-color: #ece2cf;
	height: 150px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-bottom: 30px;
}
#pageTitle h2 {
	font-size: 24px;
}

/*================================================
 *  コンテンツ
 ================================================*/

.contents {
	padding: 40px 0 80px;
}

/*******共通見出し*******/
h3.headtitle {
	text-align: center;
	position: relative;
	padding: 70px 0 10px;
}
h3.headtitle span {
	display: block;
	padding: 20px 0;
	position: relative;
}
h3.headtitle span::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	top: 5px;
	left: 50%;
	margin-left: -20px;
	background-color: #603813;
}

/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list li:before{
	display: inline;
	content: "\30fb";
}
/*()数字*/
.number_list li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}

/*******ボタン*******/
.button {
	text-align:center;
}
.button a,
.button div a,
.button input {
	display: inline-block;
    padding: 1.1em 0 0.9em;
    width: 300px;
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    text-align: center;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none!important;
}
.button .gray { /*修正ボタン*/
    margin: 0 20px 0 0;
	background: #999;
}
.button div a,
.button input[type=submit] { /*トップに戻る+同意*/
    margin: 0;
	background:#d62418;
}
.button input:hover,
.button a:hover{
	opacity: 0.7!important;
}


/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 33px;
    right: 100px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	cursor: pointer;
}
.pagetop::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -6px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagetop:hover {
	opacity: 0.7;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	overflow: hidden;
}
footer .footer_top {
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
footer .footer_top > .wrap {
	z-index: 1;
}
footer .footer_top .info {
	margin: 20px 0 40px;
}
footer .footer_top .info p {
	font-size: 14px;
	line-height: 1.75;
}
footer .footer_top .info .name {
	font-size: 18px;
	font-weight: bold;
}
footer .footer_top .info .tel {
	font-size: 20px;
	font-weight: bold;
}
footer .footer_top .info .tel span {
	font-size: 90%;
	font-weight: normal;
	vertical-align: -5%;
	margin-right: 0.3em;
}
footer .footer_top .btn_list {
	width: 720px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .footer_top .btn_list li {
	width: 340px;
	font-size: 18px;
	font-weight: bold;
}
footer .footer_top .btn_list li a {
	display: block;
	background-color: #fff;
	margin-top: 0.6em;
	font-weight: normal;
	padding: 1.3em 0;
	position: relative;
}
footer .footer_top .btn_list li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 1.1em;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border-top: 2px solid #d62418;
	border-right: 2px solid #d62418;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .footer_top .btn_list li a span {
	margin-right: 0.5em;
	font-size: 30px;
}
footer .footer_top .btn_list li a span,
footer .footer_top .btn_list li a img {
	vertical-align: middle;
}
footer .footer_top .footer_bg {
	max-width: 1180px;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: left;
}


/*******コピーライト+リンク*******/
footer .footer_bottom {
	background-color: #fff;
}
footer .footer_bottom  ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 58px;
}
footer .footer_bottom  ul li {
	width: 50%;
}
footer .footer_bottom  ul li:first-child {
	font-size: 14px;
	text-align: right;
}
footer .footer_bottom  ul li:last-child small {
	font-size: 12px;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

body {
	font-size: 3.6vw;
}	
p{
	font-size: 3.6vw;
}

img {
	max-width: 100%;
}

.sp_wid100 {
	width: 100%;
}


/*斜め背景*/
.bg_slanting_top::before {
	border-width: 10vw 100vw 0 0;
}
.bg_slanting_bottom::after {
	border-width: 0 0 10vw 100vw;
}

/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.pc,.sp_none {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90%;
}
.wrap_sp_small {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 3vw;
	height: 18vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header h1 {
	display: none;
}

header .sp_logo {
	position: relative;
}
header .sp_logo img {
	position: absolute;
	left: 50%;
	top: 1vw;
	height: 20vw;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
header .sb-toggle-right {
	position: fixed;
	top: 3vw;
	right: 3vw;
	width: 12vw;
	height: 12vw;
	z-index: 2000;
	padding-top: 5.5vw;
}

/*ハンバーガーアイコン*/
.hamburger-icon {
	position: relative;
	display: block;
	margin-left: 2.5vw;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
	width: 7vw;
	height: 1vw;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #fff;
}
.hamburger-icon:before,
.hamburger-icon:after {
	position: absolute;
	top: -2.5vw;
	left: 0;
	content: ' ';
}
.hamburger-icon:after {
	top: 2.5vw;
}
.sb-active .hamburger-icon {
	background-color: transparent;
}
.sb-active .hamburger-icon:before,
.sb-active .hamburger-icon:after {
	top: -0vw;
}
.sb-active .hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sb-active .hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*================================================
 *  ナビゲーション
 ================================================*/
/*slidebars*/
.sb-slidebar {
	background-color: #383838;
}
/*メイン*/
.sb-slidebar .main {
	margin-bottom: 3vw;
}
.sb-slidebar .main li a {
	color: #fff;
	display: block;
	padding: 1.2em 0 1.2em 1.5em;
	font-size: 4vw;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
	position: relative;
}
.sb-slidebar .main li a::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sb-slidebar .main li:last-of-type a {
	border-bottom: none;
}


.close-btn{
	color: #fff;
	margin: 8vw 1em;
	padding: 1em 0;
	font-size: 4vw;
	border: 1px solid #fff;
	line-height: 1.2em;
	text-align: center;
}
.close-btn:before {
	content: '×';
	font-size: 130%;
	font-weight: bold; 
	margin-right: 1em;
}


/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	height: 22vw;
	padding-bottom: 4vw;
}
#pageTitle h2 {
	font-size: 5.5vw;
}
/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding: 8vw 0 15vw;
}

/*******共通見出し*******/
h3.headtitle {
	padding: 15vw 0 2vw;
}
h3.headtitle img {
	height: 9vw;
}
h3.headtitle span {
	padding: 5vw 0 3vw;
}
h3.headtitle span::before {
	width: 10vw;
	top: 1.8vw;
	margin-left: -5vw;
}

/*******ボタン*******/
.button a,
.button div a,
.button input {
    display: block;
    width: 80%;
    font-size: 5vw;
    padding: 1em 0;
}
.button .gray { /*修正ボタン*/
    margin: 0 auto 5vw;
}
.button div a,
.button input[type=submit] {
    margin: 0 auto;
}



/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
    bottom: 20vw;
	right: 3vw;
	width: 13vw;
	height: 13vw;
}
#contact .pagetop {
	bottom: 10vw;
}
/*================================================
 *  フッター
 ================================================*/
footer .footer_top {
	padding: 8vw 0;
}
footer .footer_top .logo img {
	width: 60vw;
}
footer .footer_top .info {
	margin: 5vw 0 5vw;
}
footer .footer_top .info p {
	font-size: 3.6vw;
}
footer .footer_top .info .name {
	font-size: 5vw;
}
footer .footer_top .info .tel {
	font-size: 5vw;
}
footer .footer_top .info .tel span {
	font-size: 110%;
	vertical-align: -0.1em;
}
footer .footer_top .btn_list {
	width: 86vw;
	display: block;
}
footer .footer_top .btn_list li {
	width: 100%;
	font-size: 4.2vw;
}
footer .footer_top .btn_list li:nth-child(n+2) {
	margin-top: 5vw;
}
footer .footer_top .btn_list li a {
	font-size: 5vw;
	font-weight: bold;
	padding: 0.8em;
	margin-top: 0.4em;
}
footer .footer_top .btn_list li a::after {
	right: 0.8em;
}
footer .footer_top .btn_list li a span {
	position: absolute;
	top: 50%;
	left: 1em;
	font-size: 140%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
footer .footer_top .btn_list li a span,
footer .footer_top .btn_list li a img {
	vertical-align: middle;
}
footer .footer_top .btn_list li a img {
	height: 0.9em;
}

/*******コピーライト+リンク*******/
footer .footer_bottom  ul {
	display: block;
	height: auto;
	padding: 5vw 0 5vw;
}
#contact footer .footer_bottom  ul {
	padding: 5vw 0;
}
footer .footer_bottom  ul li {
	width: 100%;
	text-align: center!important;
}
footer .footer_bottom  ul li:first-child {
	font-size: 3.4vw;
	margin-bottom: 3vw;
}
footer .footer_bottom  ul li:last-child small {
	font-size: 2.8vw;
}

/*================================================
 *  下タブ（SP）
 ================================================*/
.sp_fixed_bottom {
	box-shadow: 0px 0px 2vw rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 2vw rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2vw rgba(0,0,0,0.5);
	position: fixed;
	bottom: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	z-index: 100;
}
#contact .sp_fixed_bottom {
	display: none;
}
.sp_fixed_bottom > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sp_fixed_bottom > li:first-child {
	border-right: 1px solid #fff;
}
.sp_fixed_bottom > li a {
	color: #fff;
	display: block;
	font-size: 4vw;
	padding: 5vw 0 4.5vw;
}
.sp_fixed_bottom > li a span {
	font-size: 5vw;
	vertical-align: -0.8vw;
	margin-right: 2vw;
}








}