@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;
}

/*body*/

body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fdf9f7;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}


.contents-box {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.6;
}

.contents-box p {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-weight: 400;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}

.link-btn01 a {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 15px;
color: #333;
line-height: 1.2;
letter-spacing: 0.1em;
	border-radius: 60px;
	border-style : solid;
border-color : #333;
border-width : 1px;
	padding: 8px 0px;
	padding-right: 15px;
	width: 230px;
	background-image: url("../images/link-arrow01.svg");
background-position: right 15px center;
background-repeat: no-repeat;
	background-size: auto 8px;
	transition: .5s;
	display: inline-block;
	text-align: center;
}

.link-btn01 a:hover {
	font-size: 17px;
	font-weight: bold;
	opacity: 1;
}

.link-btn02 a {
	font-family: 'Arvo', sans-serif;
	font-size: 15px;
	color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.1em;
	border-radius: 60px;
	padding: 8px 0px;
	padding-right: 15px;
	width: 230px;
	border-style : solid;
border-color : #f2f2f2;
border-width : 1px;
	background-image: url("../images/link-arrow01.svg");
background-position: right 15px center;
background-repeat: no-repeat;
	background-size: auto 8px;
	transition: .5s;
	display: inline-block;
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 10px;
	opacity: 1;
}

.link-btn02 a:hover {
	opacity: 1;
	color: #f2f2f2;
	background-image: url("../images/link-arrow02.svg");
	border-color : #4d4d4d;
	background-color: #4d4d4d;
}

.link-btn06 a {
	font-family: 'Arvo', sans-serif;
	font-size: 15px;
	line-height: 1.2;
letter-spacing: 0.1em;
	border-radius: 60px;
	padding: 8px 0px;
	padding-right: 15px;
	width: 230px;
	opacity: 1;
	background-image: url("../images/link-arrow02.svg");
	background-position: right 15px center;
background-repeat: no-repeat;
	background-size: auto 8px;
	color: #FFF;
	border-style : solid;
	border-width : 1px;
border-color : #AB9E91;
	background-color: #AB9E91;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	transition: .5s;
}

.link-btn06 a:hover {
	color: #AB9E91;
	background-image: url("../images/link-arrow06.svg");
	background-size: auto 8px;
	background-color: #fef9f7;
	border-color : #AB9E91;
	opacity: 1;
}

.link-btn06w a:hover {
	background-color: #FFF;
}

.link-btn06 {
	margin-top: 10px;
}



/*header*/

#header  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position:relative;
}

#header-sp {
	display: none;
}

/*header-wrap*/

.header-wrap  {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999999999px;
  transition: all 0.5s ease;
	background: rgba(255,255,255,0.9);
}



.hidden {
  background: none;
  transition: all 0.5s ease;
}

.header  {
	width: 100%;
	padding: 5px 2%;
	display: flex;
  justify-content: space-between;
	position: relative;
	align-items: flex-start;
}

.hidden .header {
	padding: 5px 2% 5px;
}

.header h1 img {
	height: 60px;
	width: auto;
	transition: all 0.5s ease;
}

.hidden h1 img {
	height: 60px;
	width: auto;
}

.header .contents-right {
	flex: 1;
	display: flex;
  justify-content: flex-end;
	padding-top: 15px;
}

.hidden .header .contents-right {
	padding-top: 15px;
}


.header ul {
	display: flex;
  justify-content: flex-end;
}

.header ul.h-nav01 {
	*zoom: 1;
	padding: 0;
	z-index: 1000000;
	width: 1080px;
}

.header ul.h-nav01:before, .header ul.h-nav01:after{
  content: "";
  display: table;
}

.header ul.h-nav01:after{
	clear: both;
}

.header ul.h-nav01 li {
	position: relative;
}

.header ul.h-nav01 li a {
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #303030;
	display: inline-block;
	padding-left: 0px;
	padding-right: 15px;
	line-height: 2.5;
	font-family: Helvetica, "sans-serif";
}

.header ul.h-nav01 li a:hover {
	font-weight: bold;
	transition: all 0.2s ease;
	font-size: 16px;
	letter-spacing: 0em;
}

.header ul.h-nav01 li:before {
	content: "/ 　";
}

.header ul.h-nav01 li:first-child:before, .header ul.h-nav01 li:last-child:before, .header ul.h-nav01 li:nth-last-child(2):before {
	content: "";
}

.header ul.h-nav01 li:last-child a, .header ul.h-nav01 li:nth-last-child(2) a {
	padding-right: 5px;
}

.header ul.h-nav01 li:last-child a:hover, .header ul.h-nav01 li:nth-last-child(2) a:hover {
	opacity: 0.75;
}


.header ul li div {
	list-style: none;
	position: absolute;
	z-index: 1000000000;
	top: 100%;
	left: 0px;
	margin: 0;
	padding: 0;
	width:100%;
}

.header ul li div p {
  width: 180px;
}

.header ul.h-nav01 li div p a {
	text-align: center;
	padding: 9px 0px;
	color: #FFF;
	background : #333;
	font-size: 12px;
	line-height:1.2;
	width:100%;
	border-top-style : solid;
border-top-color : rgba(255,255,255,0.5);
border-top-width : 1px;
	opacity: 0.75;
}

.header ul.h-nav01 li div p a:hover {
	font-weight: normal;
	font-size: 12px;
	opacity: 1;
	letter-spacing: 0.1em;
}

.header ul.h-nav01 li div {
  opacity: 0;
  top: 100%;
  visibility: hidden;
  transition: .5s;
}

.header ul.h-nav01 li:hover div {
  top: 100%;
  visibility: visible;
  opacity: 1;
}




.header ul.h-nav02 {
	padding-top: 30px;
	padding-right: 15px;
}

.header ul.h-nav02 li {
	margin-left: 7px;
}

.header ul.h-nav02 li a {
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	line-height: 1.2;
	background-color: #a16928;
	border-radius: 40px;
	border-style : solid;
border-color : #a16928;
border-width : 1px;
}


.header ul.h-nav02 li.past a {
	background-color: #FFF;
	color: #a16928;
}

.header ul.h-nav02 li a:hover {
	background-color: #61c1c6;
	border-color : #61c1c6;
	color: #FFF;
}

nav {
	text-align: center;
	background-color: #FFF;
}

nav ul{
	display: flex;
	padding-top: 70px;
}

nav ul li a {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 13px;
	display: block;
	display: flex;
  justify-content: space-between;
}

/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		right: 0;
		
	}
	nav ul{
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	nav ul li{
		margin: 0 auto;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #333;
		font-weight: normal;
		font-size: 21px;
		line-height: 1.2;
	}

nav ul li a:hover {
		color: #ec5d27;
	}

nav ul li a span {
	display: inline-block;
}

nav ul li a span:first-child {
	font-family: 'Roboto Slab', sans-serif;
font-weight: 400;
font-style: normal;
	text-align: center;
	font-size: 14px;
	width: 88px;
}

nav ul li a span:last-child {
	font-size: 18px;
	letter-spacing: 0em;
	flex: 1;
	text-align: left;
	}

nav ul li a span:last-child:before {
	content: "ー ";
	font-size: 10px;
	}


nav ul li:nth-last-child(-n+3) {
	text-align: center;
	margin-bottom: 10px;
	}

nav ul li:nth-last-child(-n+3) a {
	display: inline-block;
	}

nav ul li:nth-last-child(2) a, nav ul li:nth-last-child(3) a {
	font-size: 15px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding: 12px 0px;
	border-radius: 60px;
	width: 80%;
	background-image: url("../images/link-arrow02.svg");
background-position: right 15px center;
background-repeat: no-repeat;
	background-size: auto 8px;
	background-color: #333;
	}

nav ul li:nth-last-child(2) a:hover, nav ul li:nth-last-child(3) a:hover {
	background-color: #ec5d27;
	}

nav ul li:nth-last-child(3) {
	margin-top: 50px;
	}

nav ul li:last-child {
	margin-top: 15px;
	}

nav ul li:last-child a {
	padding: 0px;
	}

nav ul li:last-child {
	display: flex;
  justify-content: center;
	gap:0px 20px;
	}



/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 35px;
		height: 35px;
		position: relative;
		top: 6px;
		z-index: 100;
		background-image: url("../images/menu-nav.png");
		background-position: center bottom 5px;
		background-repeat: no-repeat;
		background-size: 50px auto;
		padding-bottom: 30px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #f29600;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* main-img-top */

#main-img {
	width: 100%;
	overflow:hidden;
	position: relative;
	padding-bottom: 70px;
	margin-top: 70px;
}

#main-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.title-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: left;
}

.title {
	padding-left: 60px;
}


.title-box h2 {
	width: 40%;
	padding-top: 110px;
}

#main-img .title-box h2 img {
	width: auto;
	height: 100px;
}

.title-box p {
	width: 60%;
	padding-top: 215px;
	line-height: 1.6;
	font-size: 12px;
	color: #000;
	font-family: 'Arvo', sans-serif;
}

.title2 {
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.title2 h2 {
	width: 100%;
	height: 100px;
	position: relative;
	margin-bottom: -80px;
}


.title-box h3 {
	width: 37%;
	font-size: 16px;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: normal;
}



/*contents*/

.contents {
	width: 100%;
	padding-top: 55px;
	padding-bottom: 50px;
	background-image: url("../images/contents-back.png");
	background-position: center top;
	background-repeat: no-repeat;
}


/*midashi*/

p.text01 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

p.text02 {
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #666666;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.15em;
}


.midashi01 {
	width: 100%;
	margin-bottom: 40px;
	background-image: url("../images/midashi01.png");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 120px;
}

.midashi01 h3 {
	margin-bottom: 5px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-size: 40px;
	color: #303030;
font-family: 'Roboto Slab', sans-serif;
font-weight: 400;
font-style: normal;
}

.midashi01 h4 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.6;
	letter-spacing: 0.2em;
	font-size: 16px;
	color: #303030;
	font-weight: normal;
}


/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
}

.subcontents-map p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.2;
	color: #303030;
	letter-spacing: 0.25em;
}

.subcontents-map .map-box {
	display: none;
}

.subcontents-map .map-box iframe {
	width: 100%;
	height:550px;
}

/*insta-box*/

.insta-box .box02 {
	width: 100%;
	margin-bottom: 60px;
	background-image: url("../images/back-insta.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100px;
	padding-top: 40px;
	text-align: center;
}

.insta-box .box02 h3 {
	margin-bottom: 28px;
}

.insta-box .box02 .box001, .insta-box .box02 .box002 {
	width: 92%;
}


/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	text-align:center;
}

#subcontents .box01 {
	width: 960px;
	margin-bottom: 50px;
	background-image: url("../images/back-contact.png");
	background-position: right top 70px;
	background-repeat: no-repeat;
	padding-top: 50px;
}

#subcontents .box01 .contents-left, #subcontents .box01 .contents-right {
	width: 450px;
}

#subcontents .box01 .contents-right {
	padding-right: 50px;
	padding-top: 50px;
}

#subcontents .box01 h4 {
	font-size: 19px;
	line-height: 2.5;
	letter-spacing: 0.2em;
	color: #303030;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	text-align: left;
}

#subcontents .box01 h5 {
	font-size: 41px;
	display: inline-block;
	color: #303030;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
}

#subcontents .box01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 13px;
	background-image: url("../images/tel-contact.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 21px;
	height: 28px;
}

#subcontents .box01 h5::after {
	content: "お電話でのお申込み・お問合せ";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	text-align: center;
	margin-top: -30px;
	font-family: "Rounded Mplus 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	color: #333;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#subcontents .box02 {
	margin-bottom: 30px;
	text-align: center;
}

#subcontents .box02 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

#subcontents .box02 ul li {
	width: 320px;
	margin: 0px 15px;
}

#subcontents .box02 ul li img {
	width: 100%;
height: auto;
	border-radius: 10px;
}

#subcontents .box02 a:hover {
	opacity: 0.75;
}


#subcontents .box03 {
	width: 100%;
	background-color: #cab395;
	text-align: left;
	padding: 50px 0px;
}

#subcontents .box03 .box-in {
	width: 960px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
}

#subcontents .box03 h3 {
	margin-bottom: 30px;
}

#subcontents .box03 p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #303030;
}

#subcontents .box03 h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #303030;
	line-height: 1.4;
}

#subcontents .box03 h5 a:hover {
	opacity: 0.75;
}

#subcontents .box03 h5 {
	display: flex;
  justify-content: flex-start;
}

#subcontents .box03 h5 a {
	display: inline-block;
	margin-right: 10px;
}

#subcontents .box03 .box002 {
	display: flex;
  justify-content: flex-end;
}

#subcontents .box03 ul {
	margin-left: 30px;
}

#subcontents .box03 ul li {
	margin-bottom: 10px;
}

#subcontents .box03 ul li a {
	font-size: 16px;
color: #303030;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: bold;
	position: relative;
	padding-left: 15px;
	display: block;
}

#subcontents .box03 ul li a::before {
	content: "";
	position: absolute;
left: 0px;
top: 5px;
	background-image: url("../images/flink.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 7px;
	height: 10px;
}

#subcontents .box03 ul li.li-mini a {
	font-size: 13px;
font-weight: normal;
	margin-left: 20px;
}

#subcontents .box03 ul li.li-mini a::before {
	content: "・";
left: 0px;
top: 1px;
	background-image: none;
	width: auto;
	height: auto;
}

#subcontents .box03 ul li a:hover {
	color: #FFF;
}

#subcontents .box03 ul li.li01 a {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding: 6px 0px 7px;
	padding-right: 10px;
	text-align: center;
	border-radius: 60px;
	background-color: #303030;
	background-image: url("../images/link-arrow02.svg");
background-position: right 15px center;
	background-size: auto 8px;
background-repeat: no-repeat;
	border-style : solid;
border-color : #303030;
border-width : 1px;
}

#subcontents .box03 ul li.li01 a:hover {
color: #303030;
	background-color: #FFF;
	background-image: url("../images/link-arrow01.svg");
}

#subcontents .box03 ul:last-child li:nth-last-child(3) {
	margin-bottom: 55px;
}

#subcontents .box03 ul li.li01 a::before {
	display: none;
}

#subcontents .line-box {
	width: 670px;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 60px;
	transition: .5s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	background-color: #ece3da;
}

#subcontents .line-box a {
	display: block;
	padding: 25px 15px 30px;
	transition: .5s;
}

#subcontents .line-box a:hover {
	opacity: 1;
}

#subcontents .line-box:hover {
	background-color: #FFF;
}

#subcontents .line-box h6 {
	color: #303030;
font-family: 'Roboto Slab', sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.05em;
	font-size: 20px;
	position: relative;
	padding-top: 55px;
	margin-bottom: 25px;
}

#subcontents .line-box h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/h-nav06.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 45px;
}

#subcontents .line-box p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#subcontents .line-box p span {
	text-decoration: underline;
	padding-bottom: 5px;
	display: inline-block;
}


/*footer*/

.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
}

.footer p {
	font-size: 12px;
	color: #4d4d4d;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	

#header {
	min-width: 1280px;
	position: relative;
}
	

#header .header-sp {
	display: none;
}
	

		
		
	
.main-img {
	min-width: 1280px;
}		

	
/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



}
@media screen and (max-width: 737px) {
   
.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
}

.contents-box p {
}

	
.contents-box p br.sp-view {
	display: inline-block;
}


/*header*/


/*header*/

#header-sp {
	z-index: 999999999999999999px;
	position: relative;
	width:100%;
	padding-bottom: 0px;
	display: block;
}

	.header-wrap {
		display: none;
	}
	
.header-sp {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.9);
  transition: all 0.5s ease;
	padding-bottom: 5px;
	display: flex;
  justify-content: space-between;
}

	.hidden {
		background: none;
  transition: all 0.5s ease;
	}
	
	
	

	
#nav_toggle span{
		background: #303030;
	}
	
.header-sp .contents-left {
	width: auto;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float: left;
	padding-top: 5px;
	padding-left:5px;
}
	
#header-sp .header-sp .contents-left img {
	height: 55px;
	width: auto;
}
	
	
.header-sp .contents-right {
	display: flex;
  justify-content: flex-end;
	padding-top: 10px;
	padding-right: 10px;
}
	
	.header-sp .contents-right .box01 {
		display: flex;
  justify-content: flex-end;
}
	
	.header-sp .contents-right .box01 p {
		margin-right: 5px;
}
	
	.header-sp .contents-right .box01 p:last-child {
		margin-right: 10px;
}

/* main-img-top */

#main-img {
	padding-top: 50px;
	position: static;
	padding-bottom: 0px;
	margin-top: 0px;
}

#main-img img {
	width: 100%;
	height: auto;
}

.title-box {
	position: relative;
	top: -30px;
	
}

.title {
	padding-left: 0px;
}

.title-box h2 {
	width: 100%;
	background-size: auto 40px;
	padding-top: 30px;
}

#main-img .title-box h2 img {
	width: auto;
	height: 50px;
}

.title-box p {
	width: 100%;
	padding-top: 0px;
	font-size: 8px;
}
	
.title2 {
	display: block;
}

.title2 h2 {
	width: 100%;
	height: 55px;
	margin-bottom: 0px;
	position: relative;
	top: -30px;
}

	
.title-box h3 {
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
}
	
.title-box h3 br {
	display: none;
}


/*contents*/


#contents {
}

.contents {
	width: 100%;
	padding-top: 0px;
	background-size: 100% auto;
}


/*box-contents*/

.box-contents {
	width:100%;
	background-size: 250% auto;
	padding-bottom: 40px;
}

.box-contents .box-in {
	width:92%;
	padding-top: 15px;
}

.box-contents .box01 {
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right:15px; 
}

.box-contents .box01 h3 {
	width: 92%;
	background-size: auto 55px;
	height: auto;
	line-height: 1.2;
	font-size: 26px;
	letter-spacing: 0em;
	padding-top: 20px;
	padding-bottom: 5px;
}

.box-contents .box01 h4 {
	font-size: 18px;
	letter-spacing: 0em;
	margin-bottom: 10px;
}

.box-contents .box01 h5 {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}

/* contents-naika */

.contents-naika {
	width:100%;
	background-size: auto 100%;
	padding-top: 27px;
	padding-bottom: 25px;
}
	
.contents-naika .midashi-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.contents-naika .midashi-box h3 {
	background-size: auto 40px;
	padding-top: 45px;
	font-size: 25px;
	margin-bottom: 4px;
}

.contents-naika .midashi-box h4 {
	font-size: 13px;
}
	
.contents-naika .midashi-box {
	margin-bottom: 20px;
}


.contents-naika-box {
	width:100%;
	height: auto;
	background-size: auto 100%;
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.contents-naika-box p {
	line-height: 1.6;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: left;
}
	
.contents-naika-box p br {
	display: none;
}


	

/* contents-link */

.contents-link {
	width:100%;
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 20px;
}

.contents-link .box {
	width:270px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
}
	
.contents-link .box:last-child {
	margin-bottom: 0px;
}

.contents-link h4 img {
	width: 100%;
	height: auto;
}

.contents-link p {
	font-size: 12px;
}
	
	
/* contents-link000 */

.contents-link000 {
	width:100%;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contents-link000 p {
	width:270px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
}
	
.contents-link000 p:last-child {
	margin-bottom: 0px;
}

.contents-link000 img {
	width: 100%;
	height: auto;
}



/*midashi*/

p.text01 {
	line-height: 1.7;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: left;
}
	
p.text01 br {
		display: none;
}

p.text02 {
	line-height: 1.8;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: left;
}
	p.text02 br {
		display: none;
}


.midashi01 {
	background-size: auto 60px;
	padding-top: 70px;
	margin-bottom: 25px;
}

.midashi01 h3 {
	font-size: 22px;
}

.midashi01 h4 {
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
	font-size: 15px;
}
	
.link-btn06 a {
	transition: 0s;
}


/*subcontents-map*/


.subcontents-map p {
	font-size: 13px;
	letter-spacing: 0.1em;
}

	
.subcontents-map .map-box {
	width: 100%;
	height:200px;
}

.subcontents-map .map-box iframe {
	width: 100%;
	height:200px;
}
	
/*insta-box*/

.insta-box .box02 {
	width: 100%;
	background-size: auto 60px;
	padding-top: 20px;
	margin-bottom: 40px;
}

	
.insta-box .box02 h3 {
	margin-bottom: 20px;
}
	
.insta-box .box02 h3 img {
	height: 30px;
	width: auto;
}
	
.insta-box .box02 .box-in {
	width: 100%;
	height: auto;
}
	

/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	text-align:center;
}
	
#subcontents h2 img {
	width: 90%;
	height: auto;
}

#subcontents .box01 {
	width: 92%;
	margin-bottom: 20px;
	padding-top: 30px;
	background-image: none;
}

#subcontents .box01 .contents-left, #subcontents .box01 .contents-right {
	width: 100%;
}
	
#subcontents .box01 .contents-right {
	padding-right: 0px;
}

#subcontents .box01 h4 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	margin-bottom: 15px;
}

#subcontents .box01 h5 {
	font-size: 30px;
	padding-left: 22px;
}
	
#subcontents .box01 h5::before {
top: 12px;
	height: 20px;
}

#subcontents .box01 h5::after {
	margin-top: -25px;
	font-size: 16px;
	letter-spacing: 0em;
}

#subcontents .box02 {
	margin-bottom: 15px;
}

#subcontents .box02 ul {
}

#subcontents .box02 ul li {
	width: 380px;
	margin: 0px 15px;
	margin-bottom: 15px;
}

#subcontents .box02 li:last-child {
	margin-bottom: 0px;
}


#subcontents .box03 {
	width: 100%;
	padding: 30px 0px;
}

#subcontents .box03 .box-in {
	width: 92%;
	display: block;
	text-align: center;
}

#subcontents .box03 h3 img {
	height: 65px;
	width: auto;
}
	
#subcontents .box03 h5 {
	display: flex;
  justify-content: center;
}
	
#subcontents .box03 h5 a {
	margin: 0px 10px;
}

#subcontents .box03 h5 img {
	height: 40px;
	width: auto;
}

#subcontents .box03 .box002 {
	display: block;
	padding-top: 20px;
}

#subcontents .box03 ul {
	margin-left: 0px;
}

#subcontents .box03 ul li {
	display: none;
}

#subcontents .box03 ul li.li01 {
	display: block;
}

#subcontents .box03 ul li.li01 a {
	width: 240px;
	margin: auto;
}
#subcontents .box03 ul li:last-child {
	margin-bottom: 0px;
}
	
#subcontents .line-box {
	width: 92%;
	max-width: 380px;
	margin-bottom: 45px;
	border-radius: 10px;
}
	
#subcontents .line-box a {
	padding: 35px 15px 20px;
}
	
#subcontents .line-box h6 {
	font-size: 20px;
	padding-top: 0px;
	display: inline-block;
	padding-left: 40px;
	margin-bottom: 20px;
}

#subcontents .line-box h6::before {
background-position: left top;
	height: 30px;
	margin-top: -7px;
}
	
      
}
