@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
    letter-spacing: 0.05em;
	}
html {
	overflow-y: scroll;

}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 200;
	line-height: 1.4;
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
abbr, acronym, fieldset, img {
	border: 0
}
p{
	line-height: 2;
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: 100%;
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 200;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
main{
}

:root{
  --black: #222222;
  --key: #0e4f87;
  --key_thin: #f1f5f9;
  --accent: #bf3d3d;
  --gray_thin: #eee;
  --gray: #bbb;
  --dark: #666;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;
}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}
.second_item:not(:last-child){
	margin-bottom: 4rem;
}
.third_item:not(:last-child){
	margin-bottom: 3rem;
}
.fourth_item:not(:last-child){
	margin-bottom: 2rem;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_box:not(:last-child){
margin-bottom: 2em;
}
.flex_box.wrap{
flex-flow: wrap;
}
.flex_box.switch{
flex-flow: row-reverse;}

.col_3{
	width:232px;
}
.col_4{
	width:320px;
}
.col_5{
	width:408px;
}
.col_6{
	width:496px;
}
.col_7{
	width:584px;
}
.col_8{
	width:672px;
}
.col_9{
	width:760px;
}
.textcenter{
	text-align: center;
}
.textcenter_pc{
	text-align: center;
}
span.note_box {
    display: block;
    xborder: 1px solid #999;
    xpadding: 10px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
		    line-height: 1.4;

}
span.note_box:not(:last-child){
	margin-bottom: 10px;
}
a.textlink{
	text-decoration: underline;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
}

/* header
---------------------------------------- */
.global_header {
    position: fixed;
    z-index: 21;
    top: 0;
    width: 100%;
}
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100px;
}
header .head-logo {
	padding: 1rem;
}

header .head-logo .logo {
  display: inline-block;
  position: relative;
  width: 240px;
  overflow: hidden;
}

.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:var(--black);
	color: #ffffff;
}
footer .footer_inner {
	position: relative;
padding: 80px 40px 50px;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot_logo img {
	width: 200px;
	height: auto;

}
footer .foot_logo a:hover img{
opacity: 0.6;
}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot_address {
	text-align: left;
  font-size: var(--size_2s);
}footer .foot_address a{
color: #fff;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_inner {
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer_logo_box {
    margin-bottom: 70px;
}
.footer_logo_area{
	width: 212px;
}
.footer_link_area{
	width: 700px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.footer_txt_box p {
    margin-bottom: 20px;
    line-height: 1.6;
}
.footer_copyright_box {
    font-size: 10px;
    color: #ccc;
    line-height: 1.6;
}
.footer_box {
  display: flex;
  justify-content: space-around;
    min-width: calc(1024px - 40px);
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	color: #ccc;
  font-size: var(--size_2s);

}
.footer_menu_box {
    margin-bottom: 50px;
}

.footer_menu_box .footer_menu_items {
    width: calc((100% - 64px) / 3);
    font-size: 14px;
}
.footer_menu_box .footer_menu_items dl{
	border-top:1px solid #fff;
}
.footer_menu_box .footer_menu_items dl:last-child{
	border-bottom:1px solid #fff;
}


.footer_menu_box .footer_menu_items dl a,
.footer_menu_box .footer_menu_items dl span{
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
		padding-left: 12px;
}


.footer_menu_box .footer_menu_items dl a:hover{
background-color: rgba(255,255,255,0.1);
}
.footer_menu_box .footer_menu_items dl dd{
	padding-bottom:12px;
}

.footer_menu_box .footer_menu_items dl dd a{
	padding-top:4px;
	padding-bottom:4px;
}
.footer_menu_box .footer_menu_items dl dd ul{
	margin-left: 2em;
}
.footer_menu_box .footer_menu_items dl dd ul li{
	position: relative;
    padding-left: 0;
		margin-left: 0;
}
.footer_menu_box .footer_menu_items dl dd ul li::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 46%;
    transform: translate(0, -50%);

}
.footer_menu_box .footer_menu_items dl a{
	color: #fff;
}
.footer_link_box ul {
    display: flex;
}
.footer_link_box ul li{
	width: calc((100% - 64px) / 3);
}

.footer_link_box ul li:not(:last-child){
	margin-right: 32px;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index > section:nth-child(n + 4):nth-child(even) {
    background: var(--gray_thin);
}
main.under > section:nth-child(n + 4):nth-child(even) {
	background:var(--gray_thin);
}

/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 30px;
	bottom: -80px;
	background: #808080;
	opacity: 0.6;
	z-index: 20;

    border-radius: 50px;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	color: #fff;
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

ul.list li {
}

.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  xpadding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #000;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}


.scroll {
  position: relative;
}
.scroll-text {
  color: #333;
  font-size: 14px;
  text-align: center;
}
.scroll-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 2;
	}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
    background: #fff;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
