﻿@charset "utf-8";
/* CSS Document */
/* design1 css */
.page_title{
	position: relative;
}
svg {
	fill: currentColor;
}
.svg_box1 svg{
	vertical-align: bottom;
}
.svg_box2 svg{
	vertical-align: top;
}

/*-------------------------------------------------------
					all page
-------------------------------------------------------*/
html{font-size:100%;}
body{
	font-size: 16px;
}
main{
	padding-left: 100px;
	padding-bottom: 170px;
}
.logo{
	text-align: center;
}
.cate img,.cate_box img{
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.cate_list{
	margin-bottom: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	font-size: 18px;
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	display: block;
	padding: 10px;
}
#page-top{
	position: fixed;
	right: 10px;
}
#page-top a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
.width_95per{
	width: 95%!important;	
}

/* -- page-top -- */
#page-top{
	position: fixed;
	right: 10px;
	z-index: 99; 
}
#page-top a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
}
#page-top a div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	line-height: 1.2!important;
}
#page-top a div p{
	font-size: 9px;
}

/*-------------------------------------------------------
					ローディング
-------------------------------------------------------*/
/* fakeloader */
#wrap{
    opacity: 0;
}
#fakeloader{
	z-index: 9999;
	background-size: 10%;
}
#fakeloader:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 140px;
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 5s;
	animation-timing-function: ease;
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

/* -- ヘッダー -- */
header{
	position:relative;
}
#header{
	position:fixed;
	width:100px;
	height:100%;
	left:0;
	z-index: 999;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
header nav ul li a {
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
}
header nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-hover);
  display: block;
  width: 100%;
	text-align: center;
  transition: .3s ease-in-out;
  transform: translateY(2.2em);
}
header nav ul li:last-child a::after {
	padding-top: 6px;
}
header nav ul li a span {
  display: inline-block;
	min-width: 150px;
  transition: .3s ease-in-out;
}
header nav ul li a:hover::after,
header nav ul li a:focus::after {
  transform: translateY(0);
}
header nav ul li a:hover span,
header nav ul li a:focus span {
  transform: translateY(2.2em);
}






/* -- フッター -- */
footer{
	padding-left: 100px;
}
footer ul li{
	max-width: 30px !important;
}
.map iframe{
	width: 100%;
	height:300px;
}
.sns_links li:hover{
	opacity: 0.7;
	transition:0.3s;
}

/* -- メニュー -- */
.menu .nav ul li{
	padding-right: 25px;
}
.menu .nav ul li:last-child{
	padding-right: 0px;
}
.menu .nav ul li:last-child a{
	padding: 10px 10px;
	min-width: 130px;
    display: inline-block;
    text-align: center;
}

/*.menu .nav ul li a {
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
}
.menu .nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-hover);
  display: block;
  width: 100%;
	text-align: center;
  transition: .3s ease-in-out;
  transform: translateY(2.2em);
}
.menu .nav ul li:last-child a::after {
	padding-top: 6px;
}
.menu .nav ul li a span {
  display: inline-block;
  transition: .3s ease-in-out;
}
.menu .nav ul li a:hover::after,
.menu .nav ul li a:focus::after {
  transform: translateY(0);
}
.menu .nav ul li a:hover span,
.menu .nav ul li a:focus span {
  transform: translateY(2.2em);
}*/


.menu .nav ul li a {
	position: relative;
	line-height: 15px;
	height: 15px;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
    text-align: center;
}
.menu .nav ul li .s2 {
  position: relative;
  top: 0;
  left: 0;
  content: attr(data-hover);
  display: block;
  width: 100%;
	text-align: center;
  transition: .3s ease-in-out;
  transform: translateY(2.2em);
}
.menu .nav ul li:last-child .s2 {
/*	padding-top: 6px;*/
}
.menu .nav ul li a .s1 {
  display: inline-block;
  transition: .3s ease-in-out;
}
.menu .nav ul li a:hover .s2,
.menu .nav ul li a:focus .s2 {
      transform: translateY(-15px);
}
.menu .nav ul li a:hover .s1,
.menu .nav ul li a:focus .s1 {
  transform: translateY(2.2em);
}



/* TOPページふわっと表示 */
.delighter {
	transition: all .8s ease-out;
	transform: translatey(40px);
	opacity: 0;
   }
.delighter.started {
	transform: none;
	opacity: 1;
}
.delighter.started.ended {
	transform: translatey(0%);
}
/* 下層ページふわっと表示 */
.fadein{
    opacity : 0;
    -webkit-transform : translate(0, 30px);
    -ms-transform : translate(0, 30px);
    transform : translate(0, 30px);
	transition: all 1.3s
}
.fadein.scrollin{
    opacity : 1;
    -webkit-transform : translate(0, 0);
    -ms-transform : translate(0, 0);
    transform : translate(0, 0);
}




/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/
#main_img{
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;	
}
#main_img:before{
    content: '';
    background-image: linear-gradient( -45deg, #fff4b8 15%, #fff 15%, #fff 50%, #fff4b8 50%, #fff4b8 65%, #fff 65%, #fff );
    background-size: 10px 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}
#main_img .swiper-container{
    max-height: 85vh;
    overflow: hidden;
}
.contact .contact_wrap{
	max-width: 750px;
}
/* -- お問い合わせ -- */
.contact_wrap{
	padding-right: 25px;
}
.contact_wrap:last-child{
	padding-right: 0px;
}
.contact_wrap:last-child a{
    display: inline-block;
}
.contact_wrap a {
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_wrap a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	text-align: center;
	transition: .3s ease-in-out;
	transform: translateY(3em);
	
}
.contact_wrap:last-child a::after {
	padding-top: 20px;
}
.contact_wrap a span {
	display: inline-block;
	transition: .3s ease-in-out;
}
.contact_wrap a:hover::after,
.contact_wrap a:focus::after {
 	transform: translateY(0);
}
.contact_wrap a:hover span,
.contact_wrap a:focus span {
	transform: translateY(3em);
}
/* -- あいさつ部分 -- */
#intro #intro_txt{
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#intro h2{
	margin-bottom: 60px;
}
#intro h2 span{
	position: relative;
	padding: 15px 10px;
	border-radius: 3px 0 3px 0;
	display: inline-block;
	min-width: 50%;
}
#intro h2 span:before, #intro h2 span:after {
	content: '';
	position: absolute;
	width:10px;
	height: 10px;
	border: solid 2px;
	border-radius: 50%;
}
#intro h2 span:after {
	top:-12px;
	left:-12px;
}
#intro h2 span:before {
	bottom:-12px;
	right:-12px;
}
/* -- svg -- */
.svg_dec{
	width: 70px;
	z-index: -1;
}
.svg_dec2{
	width: 40px;
	left:-15%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	z-index: -1;
}
.svg_dec3{
	width: 60px;
	bottom:0;
	left:0;
	z-index: -1;
}
.svg_dec4{
	width: 60px;
	right:0;
	z-index: -1;
}
.svg_dec5{
	width: 70px;
	right:-15%;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	z-index: -1;
}
.svg_dec6{
	width: 40px;
	right:0;
	bottom:0;
	z-index: -1;
}

#contents h2:empty{
	display: block!important;
}

#contents .box figure {
	width:100%;
	height: 200px;
}
#contents .box figure img{
	width:100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/* -- cmsページリンク -- */
#top_cms{
	padding-top: 80px;
	padding-bottom: 80px;
}
#top_cms .top_cms_box{
	margin-bottom: 90px;
	padding-bottom: 90px;	
}
#top_cms .top_cms_box:last-child{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
#top_cms h2:empty{
	display: block!important;
}

/* -- その他リンク -- */
.other{
	margin-top: 80px;
}
.other .logo2{
	margin-bottom: 65px;
}
.other .other_link:before{
	content: '';
    background-image: linear-gradient( -45deg, #fff4b8 15%, #fff 15%, #fff 50%, #fff4b8 50%, #fff4b8 65%, #fff 65%, #fff );
    background-size: 10px 10px;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.other .box{
	height: 330px;
	width: 45%;
	background-color: #fff;
}
.other .box:first-child{
	margin-right: 8%;
}
.other .box figure{
	overflow: hidden;
	opacity: 0.3;
	transition:opacity 0.6s;
}
.other .box:hover figure{
	
}
.other .box figure img{
	height: 330px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.other .box figure img{
	-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.other .box:hover figure img{
	-webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.other .box_item {
	width: 100%;
	height: 100%;
	
}
.other .box_title{
    width: 100%;
    position: relative;
}
.other .box_title2{
    padding: 7px;
	min-width: 200px;
}


/* -- moreボタン -- */
.bubbly-button {
	font-family: 'Helvetica', 'Arial', sans-serif;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	width: 20%;
	border-radius: 4px;
	text-align: center;
	border: none;
	cursor: pointer;
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
/*  z-index: -1000;*/
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ed7ab3 20%, transparent 30%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ed7ab3 15%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ed7ab3 15%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%), radial-gradient(circle, #ed7ab3 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

/*-------------------------------------------------------
					下層ページ
-------------------------------------------------------*/
#page_title{
    height: 400px;
	background-position: top 20% center;
}
#page_title:before {
	content: '';
	background-image: linear-gradient( -45deg, #fff4b8 15%, #fff 15%, #fff 50%, #fff4b8 50%, #fff4b8 65%, #fff 65%, #fff );
	background-size: 10px 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
#page_title .page_title_box{
	bottom: 0;
	right: 0;
}
#page_title .page_title_box h2{
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#page_title .page_title_box p{
	text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 0px 1px, #fff 0px 1px, #fff 0px -1px, #fff 0px -1px, #fff 1px 0px, #fff -2px 0px, #fff 1px 0px, #fff -1px 0px;
}
/* -- page7.html -- */
#page7 #map iframe{
	width: 100%;
	height: 500px;
}
/* -- page8.html -- */
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#page8 #form_box .box input::-moz-placeholder,#page8 #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 14px;
	opacity: 0.8;
}
#page8 #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#page8 #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#page8 #form_box #form_bt div:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#page8 #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98
}
#page8 #form_box #form_bt #submit::after{
	content: "送信";
}
#page8 #form_bt button{
	padding-left: 13px;
}

/*-------------------------------------------------------
					page8.html 
-------------------------------------------------------*/




/*-------------------------------------------------------
					page10.html
-------------------------------------------------------*/
#page10 ul li a {
	position: relative;
	padding: 1em 1em;
	line-height: 1;
	text-transform: uppercase;
	overflow: hidden;
	border-bottom: 2px solid;
	border-top: 2px solid
}
#page10 ul li a:hover{
	border-top: none;
}
#page10 ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-hover);
  display: block;
  width: 100%;
  padding: 1em 0;
  transition: .3s ease-in-out;
  transform: translateY(2.2em);
}
#page10 ul li a span {
  display: inline-block;
  transition: .3s ease-in-out;
}
#page10 ul li a:hover::after,
#page10 ul li a:focus::after {
  transform: translateY(0);
}
#page10 ul li a:hover span,
#page10 ul li a:focus span {
  transform: translateY(2.2em);
}



/* ---------- IE ---------- */
@media all and (-ms-high-contrast: none){
main{
	overflow: hidden;
	display: block;
}
#page8 #form_box .box input:-ms-input-placeholder, #page8 #form_box .box textarea:-ms-input-placeholder{
	padding: 10px 5px 5px!important;
}
}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/*-------------------------------------------------------
					all page
-------------------------------------------------------*/
main {
    padding-left: 0px;
    padding-bottom: 170px;
	padding-top: 70px;
}
/* -- ヘッダー -- */
#header {
	width: 100%;
	height: 70px;
}
.logo img{
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px!important;	
}
/* -- フッター -- */
footer{
	padding-left: 0px;
}
/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/
svg {
    width: 200%;
}
#main_img {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#main_img:before {
	top: 10px;
}
/* -- あいさつ部分 -- */
#intro #intro_txt {
    margin-top: 65px;
    margin-bottom: 65px;
    padding-top: 65px;
    padding-bottom: 65px;
}
/* -- svg -- */
.svg_dec{
	width: 30px;
	left:8%;
}
.svg_dec2{
	width: 15px;
	left:1%;
}
.svg_dec3{
	width: 20px;
	bottom:0;
	left:7%;
}
.svg_dec4{
	width: 20px;
	right:9%;
}
.svg_dec5{
	width: 20px;
	right:4%;
}
.svg_dec6{
	width: 10px;
	right:10%;
	bottom:0;
}
#contents .box figure {
	height: 150px;
}
#contents .box figure img{
	height: 150px;
}
/* -- その他リンク -- */
.other .box {
	height: 220px;
}
.other .box figure img {
	height: 220px;
}
/*-------------------------------------------------------
					下層ページ
-------------------------------------------------------*/
#page_title{
    height: 300px;
	background-position: center center;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*-------------------------------------------------------
					all page
-------------------------------------------------------*/
main {
    padding-bottom: 100px;
}
.cate_list li{
	width: 100%;
	margin: 0 0 10px;
}
#page-top a{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
/* -- ヘッダー -- */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.logo img {
    width: 110px!important;
}
/* -- フッター -- */
.map iframe {
    width: 100%;
    height: 250px;
}
/* -- page-top -- */
#page-top .fas {
   line-height: 0.9;
}
#page-top a{
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
}
#page-top a div p{
	font-size: 10px;
	line-height: 1.2;
}
	
/*-------------------------------------------------------
					index.html 
-------------------------------------------------------*/
svg {
    width: 250%;
}
/* -- あいさつ部分 -- */
#intro h2 {
    margin-bottom: 40px;
}
/* -- svg -- */
.svg_dec{
	width: 15px;
	left:8%;
}
.svg_dec2{
	width: 7px;
	left:1%;
}
.svg_dec3{
	width: 10px;
	bottom:0;
	left:7%;
}
.svg_dec4{
	width: 10px;
	right:9%;
}
.svg_dec5{
	width: 10px;
	right:5%;
}
.svg_dec6{
	width: 15px;
	right:10%;
	bottom:0;
}
/* -- コンテンツ -- */
#contents .box{
	margin-bottom: 70px;
}
#contents .box:last-child{
	margin-bottom: 0px;
}
#contents .box figure {
	height: 200px;
}
#contents .box figure img{
	height: 200px;
}

/* -- cmsページリンク -- */
#top_cms {
	padding-top: 50px;
	padding-bottom: 50px;
}	
#top_cms .top_cms_box {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
/* -- その他リンク -- */
.other .logo2 {
	max-width: 80px;
}
.other{
	margin-top: 70px;
}
.other .other_link:before {
	height: 70%;
}
.other .box {
    width: 90%;
	height: 200px;
}
.other .box:first-child {
	margin-right: 0%;
}
.other .box figure img {
	height: 200px;
}
/*-------------------------------------------------------
					下層ページ
-------------------------------------------------------*/
#page_title {
    height: 180px;
}
#page_title:before {
    left: 10px;
	top: 15px;
}
#page_title .page_title_box h2{
	text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 0px 1px, #fff 0px 1px, #fff 0px -1px, #fff 0px -1px, #fff 1px 0px, #fff -1px 0px, #fff 1px 0px, #fff -1px 0px;
}
#page_title .page_title_box p{
	text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 0px 1px, #fff 0px 1px, #fff 0px -1px, #fff 0px -1px, #fff 1px 0px, #fff -2px 0px, #fff 1px 0px, #fff -1px 0px;
}
	
/*-------------------------------------------------------
					page2.html
-------------------------------------------------------*/	
.pager li:not(.prev):not(.next){
	display: none
}
.pager li {
    margin-right: 25px;
    margin-left: 25px;
}
/*-------------------------------------------------------
					page7.html
-------------------------------------------------------*/
#page7 #map iframe{
	height: 350px;
}

}

/* ---------- IE処理 ---------- */
@media all and (-ms-high-contrast: none){
	.menu .nav ul li a{
			line-height: 20px;
			height: 20px;
	}
	.menu .nav ul li a:hover .s2, .menu .nav ul li a:focus .s2{
			transform: translateY(-20px);
	}
	.menu .nav ul li:last-child a{
			padding: 10px 10px 5px;
	}
	#main_img .swiper-container{
			max-height: 85vh;
			overflow:visible!important;
	}
	.swiper-container-wp8-horizontal > .swiper-wrapper{
			max-height: 85vh;
			overflow: hidden;
	}
	.contact_wrap a{
		padding-top: 22px;
		padding-bottom: 18px;
	}
	.contact_wrap a:hover::after, .contact_wrap a:focus::after{
		transform: translateY(0.25em);
	}
	#intro h2 span{
			padding: 17px 10px 10px;
	}
	#contents .box h3{
		padding: 12px 10px 5px;
	}
	.other .box_title2{
		padding: 10px 7px 5px;	
	}
	.svg_box1 svg,.svg_box2 svg{
			height: auto;
			max-height: 1.2vw;
			width: 100%;
	}
	.pager li a span{
		padding-bottom: 5px;
	}
	#page7 .box{
		padding-bottom: 15px;
	}
	#page8 #tel_contact p a{
		padding-bottom: 15px;	
	}
	#page8 #form_area button{
		padding-bottom: 11px;	
	}
	#page9 .box p a{
		padding-bottom: 0px;		
	}
	#page10 ul li a{
		padding: 1em 1em 0.7em;
	}
}