﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

body {
  font: 14px arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
	background-color: #e6e3dd;
}

table {
  font-size: inherit;
  font: 100%;
}


/* for Safari */

select, input, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre, code {
  font: 115% monospace;
  *font-size: 100%;
}

body * {
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

html {
  margin-bottom: 1px;
  height: 100%;
}

body {
    color: #3e3a39;
    font-display: swap;
    font-family: Noto Sans JP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    word-break: break-word
}

hr {
  display: none;
}




img {
  height: auto;
  max-width: 100% !important;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}


.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.sp_only {
  display: none;
}



/*リンクの形状*/
#page-top a{

}

/*リンクを右下に固定*/
#page-top {
	    position: fixed;
    right: 15px;
    bottom: 380px;
    width: 33px;
    height: 138px;
  z-index: 9998;

}


.botan{
	text-align: center;
	margin-top: 10px;
}




.btn,
a.btn,
button.btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-tag {
  padding: 20px 20px 20px 60px;
  color: #fff;
  background: #f39800;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}

a.btn-tag:hover {
  color: #fff;
  background: #ffa50e;
}

a.btn-tag i {
  font-size: 100%;

  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  padding: 1.5rem 0;

  text-align: center;
  letter-spacing: 0;
}



/*
.btn {
  display: inline-block;
    padding: 0.3em 2em;
    background-color: #00a098;
    box-shadow: 0 5px 0 #0a928b;
    border-radius: 42px;
    color: #ffff00;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
	letter-spacing: 0.1em;
}

.btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}
*/


/*ここから個別設定*/


a {
  color: #5A3822;
  text-decoration: none;
}

.inner {
  margin: 0 auto;
  text-align: left;
  width: 94%;
}

h2{
	  font-size: 32px;
}

h3{
	  font-size: 24px;
}

h2,
h3{
	font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  word-break: break-all;
  font-weight: 500;
}

header{
	margin-top: 85px;
}

header.pc_only .row{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 650px;
	 -webkit-justify-content: center;
    justify-content: center;
}

header.pc_only .row .head02{
	width: 100%;
	max-width: 600px;
	position: relative;
}

.wappen{
	position: absolute;
	top:20px;
	right: 0;
	opacity: 0;
}


.wappen{
	animation-name:zoomOutAnime9;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-delay: 1.0s;
}

@keyframes zoomOutAnime9{
  from {
	  opacity: 0;
	transform: scale(1.2);
  }

  to {
	  opacity: 1;
      transform:scale(1);
  }
}


header.pc_only .row .head01,
header.pc_only .row .head03{
	max-width: calc((100% - 600px) / 2);
		writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
	/* --- NEW --- */ text-orientation: upright;
	vertical-align: top;
		font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
  font-size: 40px;
	padding-top: 70px;
}

header.pc_only .row .head01 p,
header.pc_only .row .head03 p{
	background-color: #fff;
	display: inline-block;
	padding: 20px 0px;
	margin: 0 20px;
	line-height: 1.6;
}

header.pc_only .row .head01{
padding-right: 0px;
}

header.pc_only .row .head03{
padding-left: 0px;
}

header.pc_only .row .head01 p:nth-child(2){
	margin-left: 0px;
}

header.pc_only .row .head03 p:nth-child(1){
	margin-right: 0px;
}


.contents{
	width: 100%;
	padding: 0 2%;
height: auto;
}

.contents_wrap{
	max-width: 1200px;
	margin: 0 auto;
}

#contents01{
	background: url("../img/point_bg.png")left center no-repeat;
	background-size: 441px 604px;
	height: 604px;
}

#contents01 .row{
	    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    align-items: center;
	padding-top: 133px;
}

#contents01 .row .c01_row1{
	width: 327px
}

#contents01 .row .c01_row2,
#contents01 .row .c01_row3,
#contents01 .row .c01_row4{
	width: 225px;
	text-align: center;
}


.c01_row1 p{
	margin-top: 20px;
}

#contents01 .row .c01_row2 img,
#contents01 .row .c01_row4 img{
	margin-bottom: 15px;
}

#contents01 .row .c01_row3 img{
	margin-top: 25px;
}

#contents02 h2{
	line-height: 1.4;
	margin-bottom: 80px;
	letter-spacing: 0.1em;
}

#contents02 .row{
	    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    align-items: center;
}


#contents02 .row .c02_row{
	max-width: 260px;
	background-color: #fff;
	border-radius: 130px 130px 10px 10px ;
	padding: 75px 25px 25px 25px;
	position: relative;
}

#contents02 .row .c02_row h3{
	line-height: 1.4;
	margin-bottom: 20px;
}


.c02_icon{
	position: absolute;
	top:-15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.c02_icon2{
	position: absolute;
	top:-15px;
	left: 53%;
    transform: translateX(-53%);
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
}


#contents03,#contents14{
		background: url("../img/kv_bg.jpg")center center no-repeat;
	background-size: cover;
	height: 650px;
	margin-top: 200px;
}

#contents03 .contents_wrap,
#contents14 .contents_wrap{
	position: relative;
	height: 650px;
	max-width: 1300px;
}

#contents03 .c03illust,
#contents14 .c03illust{
	position: absolute;
	bottom: -250px;
	right: 0px;	
}

#contents03 .copywrap,
#contents14 .copywrap{
	position: absolute;
	top: -50px;
	right: 0;
	
	}

#contents03 .copy3,
#contents14 .copy3{
	writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
	/* --- NEW --- */ text-orientation: upright;
	vertical-align: top;
		font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
  font-size: 40px;
}

#contents03 .copy3 p,
#contents14 .copy3 p{
    background-color: #fff;
    display: inline-block;
    padding: 20px 0px;
    margin: 0 20px;
    line-height: 1.6;
}

.rowcopy{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	
}

.rowcopy div{
		padding: 55px 33px 33px 33px;
		width: 220px;
	border-radius: 110px 110px 0px 0px;
}

.rowcopy div p{
	text-align: left;
	color: #fff;
	margin-top: 20px;
}

.rowcopy div:nth-child(1){
	background-color: #42210b;
}

.rowcopy div:nth-child(2){
	background-color: #0a6c43;
}

#contents03 .row,
#contents14 .row{
	width: 480px;
	 -webkit-justify-content: space-between;
    justify-content: space-between;
}


#contents04{
	margin-top: 200px;
}

#contents04 h2{
	    line-height: 1.4;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
}

#contents04.contents{
	padding: 0;
}

#contents04 .contents_wrap{
	max-width: 100%;
}

#contents04 .contents_wrap .row{
	max-width: 95%;
	margin: 0 0 0 auto;
}

.c04_row h3{
	text-align: left;
}

#contents04 .c04_row:nth-child(1){
	width: 50%;
	text-align: left;
	padding:0 5% 0 0;
}

#contents04 .c04_row:nth-child(2){
	width: 50%;
	background: url("../img/beans.jpg")right top no-repeat;
	background-size: cover;
}


#contents04 .row .c04_row h3 {
    line-height: 1.6;
	margin-bottom: 25px
}

#contents04 .row .c04_row h3.second3{
	margin-top: 55px;
}

#contents05{
	margin: 185px 0;
}

#contents05 .contents_wrap{
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 100px 2% 60px 2%;
}

#contents05 .contents_wrap .oracup{
	position: absolute;
	top:-70px;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
}

#contents05 .contents_wrap .row{
	width: 640px;
	position:absolute;
	top:180px;
	right:30px;
}

#contents05 .contents_wrap .row .c05_row1{
	width: 338px;
	text-align: left;
}

#contents05 .contents_wrap .row .c05_row2{
	width: 266px;
}


#contents06{
		width: 100%;
	background: url("../img/bg01.jpg")center top no-repeat;
	background-size: cover;
	color: #fff;
	padding: 160px 0;
}

#contents06 h2,
#contents12 h2{
	    line-height: 1.4;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
}

#contents06 .row{
	max-width: 1200px;
	    -webkit-justify-content: space-between;
    justify-content: space-between;
	color: #42210b;
}

#contents06 .row .c06_row{
	width: 364px;
	background-color: #fff;
	border-radius: 182px 182px 10px 10px;
	padding: 180px 35px 35px 35px;
	position: relative;
}

#contents06 .row .c06_row p{
	margin-bottom: 25px;
}

.c06_row h3{
	margin-bottom: 15px;
	font-family: Noto Sans JP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-family: Noto Sans JP;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
}

.c06_row h4{
	text-align: center;
	padding: 10px;
	background-color: #e6e3dd;
	border-radius: 5px;
	margin: 0 0 25px 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.c06_title01{
	position: absolute;
	top:30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.c06_title02{
	position: absolute;
	top:80px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bg07{
	background-color: #fff;
	padding: 130px 0  150px 0;
}

.pc07{
	width: 60%;
	margin: 30px auto 60px;
}

.c07_row1{
	width: 48%;
	height: 575px;
	background: url("../img/p03.jpg")center top no-repeat;
	background-size: cover;
	position: relative;
}

.c07_row2{
	width: 48%;
	height: 575px;
	background: url("../img/p02.jpg")center top no-repeat;
	background-size: cover;
	position: relative;
}

#contents07 .row{
	max-width: 1200px;
	    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.textarea{
	position: absolute;
	bottom: -70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 450px;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	text-align: left;
}

.textarea h3{
	text-align:  left;
	letter-spacing: 0.1em;
}

.textarea h3 span{
	font-size: 18px;
}

.c07_row1 .textarea h3{
	background: url("../img/icon06.png") no-repeat left center;
	background-size: 29px 30px;
	padding-left: 40px;
}

.c07_row2 .textarea h3{
	background: url("../img/icon07.png") no-repeat left center;
	background-size: 29px 30px;
	padding-left: 40px;
}

#contents08{
	padding: 150px 0px 80px 0px;
}

#contents08 .contents_wrap,
#contents09 .contents_wrap{
		writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
	/* --- NEW --- */ text-orientation: upright;
	vertical-align: top;
	height: 393px;
}

#contents08 .contents_wrap h2,
#contents09 .contents_wrap h2{
	text-align: left;
	font-size: 30px;
	line-height: 1.5;
    margin-left: 15px;
}

#contents08 .contents_wrap p,
#contents09 .contents_wrap p{
	line-height: 2.3;
	margin-left: 25px;
}

#contents09 .contents_wrap p:last-child{
	margin-left: 0px;
}

#contents08 .contents_wrap,
#contents09 .contents_wrap{
	width:100%;
	max-width: 980px;
}

.mamegazou{
	margin: 0px 10px 0px 30px;
}

#contents09{
	padding-bottom: 150px;
}


#contents10{
	background-color: #3b1d0a;
	padding: 150px 0;
	color: #fff;
}

#contents10 .midashitext{
	max-width: 700px;
	margin: 20px auto 50px;
}


#contents10 .slider,
#contents11 .slider{
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
#contents10 .slider-img,
#contents11 .slider-img
{
  margin: 0 10px;
}
#contents10 .slider-img img,
#contents11 .slider-img img{
  height: auto;
  width: 100%;
}

#contents10 .slick-slide:not(.slick-center),
#contents11 .slick-slide:not(.slick-center)
{
    -webkit-filter: opacity(20%);
    -moz-filter: opacity(20%);
    -o-filter: opacity(20%);
    -ms-filter: opacity(20%);
    filter: opacity(20%);
    transition: 0.2s linear;
}


#contents10 .slick-arrow:before,
#contents11 .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

#contents10 .slick-next:before,
#contents11 .slick-next:before{
    background: url(../img/yaji_right.png)!important;
    background-size: contain!important;
}

#contents10 .slick-prev:before,
#contents11 .slick-prev:before
{
    background: url(../img/yaji_left.png)!important;
    background-size: contain!important;
}

#contents10 .slick-arrow,
#contents11 .slick-arrow{
    z-index:2!important;
    width:50px!important;
    height:139px!important;
}

#contents10 .slick-next,
#contents11 .slick-next
{
    right:30px!important;
}

#contents10 .slick-prev,
#contents11 .slick-prev
{
    left:30px!important;
}

#contents10 .slider-img p,
#contents11 .slider-img p
{
	margin: 15px 0 30px 0;
}


#contents10 .slick-dots li button:before{
	color: #fff;
}


#contents11{
	background-color: #fff;
	padding: 150px 0;
	color: #000;
}

#contents11 .midashitext{
	max-width: 700px;
	margin: 20px auto 50px;
}

#contents11 .slick-next:before{
    background: url(../img/yaji_right2.png)!important;
    background-size: contain!important;
}

#contents11 .slick-prev:before{
    background: url(../img/yaji_left2.png)!important;
    background-size: contain!important;
}

#contents12{
	padding: 130px 0 150px 0;
}

#contents100{
	padding: 130px 0 150px 0;
	background-color: #0a6c43;
}

#contents100 .row{
	max-width: 1200px;
	    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#contents100 .row div{
	width: 47%;
	border-radius: 9999px 9999px 0 0;
	background-color: #fff;
	padding: 80px 80px 70px 80px;
}

#contents100 .row div h4{
text-align: center;
}

#contents100 .row div h5{
	font-size: 24px;
	font-family: ten-mincho-text, serif;
	color: #0A6C43;
	margin: 40px 0 20px 0;
	line-height: 1.4;
}

#contents100 .row div p{

}



#contents12 .row{
	 -webkit-justify-content: space-between;
    justify-content: space-between;
}

#contents12 .row .c12_row{
	width: 31%;
	margin-left: 2%;
}

#contents12 .row .c12_row:last-child{
	margin-right: 2%;
}

#contents12 h3{
	text-align: left;
	font-size: 20px;
	margin: 20px 0 5px;
}

#contents13{
	padding: 130px 0 150px 0;
}

#contents13 .contents_wrap{
	max-width: 1000px;
}

.bg13{
	background: url(../img/qabg.jpg)center top repeat;
}

#contents13 .row{
	margin-top: 60px;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.c13_row{
	width: 47%;
}

.c13_row ul li:first-child{
	font-size: 20px;
	color: #0a6c43;
	font-weight: bold;
	padding-left: 40px;
	background: url("../img/icon07.png")center left no-repeat;
	background-size: 29px 29px;
	margin-bottom: 10px;
}

.c13_row ul{
	margin-bottom: 30px;
}

#contents14{
	margin-top: 0px;
}


#contents15{
	padding: 150px 0 50px 0;
}

#contents16{
	padding-bottom: 150px;
}

#contents15 .kagoarea,
#contents16 .kagoarea{
	background-color: #fff;
}

#contents16 .row{
	background-color: #fff;
	padding-bottom: 5%;
}

#contents15 .kagotitle,
#contents16 .kagotitle{
	background-color: #0a6c43;
	color: #ffff00;
	font-size: 32px;
	text-align: center;
	padding: 30px 0;
	line-height: 1.2;
	font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}

#contents16 .kagotitle{
	background-color: #42210b;
	color: #fff;
}

#contents15 .kagotitle span,
#contents16 .kagotitle span{
	font-size: 16px;
}

#contents15 .contents_wrap,
#contents16 .contents_wrap{
	max-width: 1000px;
}

#contents15 .contents_wrap .c15_01,
#contents16 .contents_wrap .c16_01{
	max-width: 390px;
	padding-right: 50px;
}

#contents15 .row,
#contents16 .row{
max-width: 90%;
	margin: 5% auto;
}

.c15_02 h3,
.c16_02 h3{
	padding: 5px 0px 10px 0px;
	text-align: left;
	font-family: Noto Sans JP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-family: Noto Sans JP;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

.c15_02 h4,
.c16_02 h4{
	font-family: ten-mincho-text, serif;
	font-size: 36px;
	color:#ed1c24;
}

.c15_02 h4 span,
.c16_02 h4 span{
	font-size: 20px;
}


a.btn-tag {
	margin-top: 0px;
  color: #ffff00;
  border-bottom: 5px solid #a11500;
  background: #bd1900;
	display: block;
	font-size:20px;
}

a.btn-tag:before {
  border-right: 2px solid rgba(255, 255, 255, .5);
}

a.btn-tag:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a11500;
  background: #bd1900;
	display: block;
}

.kounyuu{
	padding: 25px 0 30px 0;
}

.otokuinfo{
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5%;
}

.otokuinfo img{
	margin:50px 0; 
}

.otokuinfo a{
	display: inline-block;
	background-color: #0a6c43;
	color:#fff;
	padding: 10px 30px;
	border-radius: 100vh;
	text-decoration: underline;
	margin-bottom: 10px;
}

.otokuinfo a:hover{
	text-decoration: none;
}


footer .contents {
  padding: 100px 0 100px 0;
}

.bgg {
    background-color: #fff;
    padding: 75px 0 100px;
    text-align: center;
}

#svlogo{
		position: fixed;
    right: 15px;
    top: 15px;
    width: 71px;
    height: 48px;
    z-index: 9990;
	}

.genzairyou{
	margin-top: 15px;
	font-size: 12px;
	background-color: #e6e3dd;
	padding: 10px;
	border-radius: 5px;
	line-height: 1.5;
}

#kagokotei1{
	position: fixed;
    right: 0px;
    bottom: -1px;
    width: 155px;
    height: 211px;
    z-index: 9998;
}



.fadeIn1,.fadeIn2,.fadeIn3,.fadeIn4 {
animation-name: fadeInAnime1;/*1で解説*/
animation-fill-mode:backwards;/*2で解説*/
animation-duration:1.5s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 1s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}

.fadeIn2{
animation-delay: 1.5s;/*6で解説*/
}

.fadeIn3{
animation-delay: 2.5s;/*6で解説*/
}

.fadeIn4{
animation-delay: 3s;/*6で解説*/
}

/*1で解説*/
@keyframes fadeInAnime1{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#contents19,
#contents20{
    padding: 130px 0 150px 0;
}

#contents20{
	background-color: #fff;
}

.instaarea{
	max-width: 1200px;
	margin: 0 auto;
}

.reviewarea{
	max-width: 900px;
	margin: 0 auto;
}

#contents19 h2,
#contents20 h2{
    line-height: 1.4;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
}

.reviewWidget_inner {
    overflow: auto;
    height: 700px;
    width: 100%;
	background-color: #f4f2ee;
}

h2.reviewWidget_title{
	display: none;
}

.reviewWidget_inner{
    padding: 20px 30px!important;
}


.sumiwrap{
	width: 100%;
	padding: 0 20px;
}

.sumidetoarea{
	position: relative;
	background: url("../img/sumi_pc01.jpg") no-repeat left top;
	background-size: cover;
	max-width: 1198px;
	height: 283px;
	margin: 0 auto;
	margin-top: 75px;
}

.sumibotan{
	position: absolute;
	top: 55px;
	right: 25px;
	
}

.gansoline{
	border-left: 2px solid #0a6c43;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #0a6c43;
	font-weight: bold;
}

.moviearea{
	max-width: 750px;
	margin: 20px auto 120px;
}

#contents01.contents {
	margin-bottom: 80px;
}

video {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
  margin: auto;
}

.medeiawrap{
	-webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.medeiawrap div{
	width: 46%;
}

.medeiawrap p{
	margin-bottom: 20px;
}


a[href^="http"]:after,
a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

.tatekaigyou2{
		display: none;
	}


@media screen and (max-width: 970px) and (min-width: 767px) {
	.tatekaigyou{
		display: none;
	}
	.tatekaigyou2{
		display: block;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	
	.tatekaigyou2{
		display: none;
	}
	
	
	.medeiawrap.row{
		display: block;
}
	
	.medeiawrap img{
	width: 60%;
}
	
	.medeiawrap div{
	width: 100%;
}
	
	.media02{
		margin-top: 40px;
	}
	
	
	#contents01.contents {
	margin-bottom: 0px;
}
	
	.sumiwrapsp{
		margin-top: 50px;
	}
	
	.reviewWidget_inner{
    padding: 3%!important;
}
	
	.reviewWidget_inner {
    height: 600px;
}
	
	#contents19,
	#contents20{
    padding: 15% 0;
}
	
	#contents19 h2,
	#contents20 h2{
    margin-bottom: 30px;
}
	
.rowcopy div:nth-child(3) {
    background-color: #ffffff;
}
	
.rowcopy div:nth-child(3) img{
	max-width: 100%
}
	
#kagokotei2{
	position: fixed;
    right: 46px;
    bottom: 5px;
    width: 189px;
    height:43px;
    z-index: 9998;
}
	
	header{
		position: relative;
	}
	
	#svlogo2{
		position: absolute;
    left: 15px;
    top: 15px;
    width: 52px;
    height: 35px;
    z-index: 9999;
	}
	
	.wappen {
    position: absolute;
    top: 20px;
    right: 10px;
    opacity: 0;
    width: 30%;
		display: none;
}
	
	
	body {
		font-size: 16px;
	-webkit-text-size-adjust: 100%;
	}
	
	 .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
	
	.contents_wrap{
		width: 86%;
		margin: 0 auto;
		    max-width:initial;
	}
	
	.row{
		display: block;
	}
	
	#contents01{
		height: inherit;
	}
	
	#contents02 .row .c02_row {
		max-width: initial;
	}
	
	#contents03, #contents14 {
    height: inherit;
}
	#contents03 .contents_wrap, #contents14 .contents_wrap {
     height: inherit;
    max-width:  initial;
		position: relative;
		padding-bottom: 5%;
		padding-top: 100px;
}
	#contents04 .c04_row:nth-child(1) {
    width: 100%;
    padding: 0;
}
	
	#contents06 .row {
    max-width: initial;
}
	
	#contents06 .row .c06_row {
    width: 100%;
}
	.pc07 {
    width: 100%;
}
	
	#contents07 .row {
    max-width: initial;
}
	.c07_row1,.c07_row2 {
    width: 100%;
		position: relative;
background:none;
		height: auto;
	}
	
	.textarea {
    width: 100%;
		 position:inherit;
}
	
	#contents08 .contents_wrap, #contents09 .contents_wrap {
    min-width:initial;
}
	#contents08 .contents_wrap, #contents09 .contents_wrap{
	writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
		}
	
	#contents08 .contents_wrap, #contents09 .contents_wrap {

    height: auto;
}
	
	
	#contents08 .contents_wrap,#contents09 .contents_wrap {
        width: 86%;
        margin: 0 auto;
        max-width: initial;
    }
	
	#contents12 .row .c12_row {
    width: 100%;
    margin-left: 0;
}
	
	#contents13 .contents_wrap {
    max-width: initial;
}
	.c13_row {
    width: 100%;
}
	
	#contents15 .contents_wrap, #contents16 .contents_wrap {
    max-width:initial;
}
    
	
	#contents03 .row, #contents14 .row {
    width: 100%;
}
	
	.rowcopy div {
    width: 100%;
}
	.rowcopy {
    position:static;
}
	
	#contents03 .copywrap, #contents14 .copywrap {
    position:absolute;
		top: -100px;
    right: 10px;
		
}
	
	#contents08 {
    padding: 15% 0 0 0;
}
	
	#contents09 {
    padding: 15% 0;
}
	
	#contents10 {
   padding: 15% 0;
}
	
	#contents15 {
    padding:0;
}
	
	#contents15 .contents_wrap .c15_01, #contents16 .contents_wrap .c16_01 {
    max-width: 100%;
    padding-right: 0px;
}
	
	
	.contents {
    width: 100%;
    padding: 15% 0;
}
	
	#contents01 .row .c01_row1 {
    width: 85%;
		margin: 0 auto;
}
	
	#contents01 .row .c01_row2, #contents01 .row .c01_row3, #contents01 .row .c01_row4 {
    width: 100%;
}
	
	#contents05 .contents_wrap .row .c05_row1 {
    width: 100%;
}
	
	#contents05 .contents_wrap .row {
    width: 100%;
    position: static;
}
	#contents05 .contents_wrap .row .c05_row2 {
    width: 100%;
}
	
	#contents08 .contents_wrap h2, #contents09 .contents_wrap h2 {
    margin-left: 0px;
}
	
	#contents15 .kagotitle, #contents16 .kagotitle {
    padding: 8% 4%;
		font-size: 24px;
}
	
	#contents15 .kagotitle span, #contents16 .kagotitle span {
    font-size: 14px;
		font-family: Noto Sans JP,Yu Gothic,游ゴシック,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-family: Noto Sans JP;
		display: inline-block;
		margin-top: 15px;
}
	.c15_01 img{
		margin-bottom: 15px;
	}
	
	.c15_02 h3, .c16_02 h3{
		line-height: 1.4;
	}
	
	.c15_02 h4 span:first-child, .c16_02 h4 span:first-child {
    font-size: 16px;
}
	
	.c15_02 h4 span:last-child, .c16_02 h4 span:last-child {
    font-size: 14px;
}
	
	
#contents100{
	padding: 15% 0;
	background-color: #0a6c43;
}

#contents100 .row{
	max-width: 100%;
	display: block;
}

#contents100 .row div{
	width: 100%;
	border-radius: 9999px 9999px 0 0;
	background-color: #fff;
	padding: 15% 10% 10% 10%;
}

#contents100 .row div h4{
text-align: center;
}
	
	#contents100 .row div h4 img{
		max-width: 160px!important;
}

#contents100 .row div h5{
	font-size: 20px;
	font-family: ten-mincho-text, serif;
	color: #0A6C43;
	margin: 8% 0 6% 0;
	line-height: 1.4;
}
	
	
#contents100 .row div:first-child{
	margin-bottom: 50px;
	}
	
#contents100 .row div p{
	line-height: 1.7;
	}
	
	
	
	
	
	
	.textarea {
    position: static;
		width: 100%;
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
    padding: 0px;
		border-radius: 0;

}
	
	#contents08 .contents_wrap p, #contents09 .contents_wrap p {
    margin-left: 0px;
}
	
	#contents04 .contents_wrap .row {
    max-width: 100%;
}
	
	.mamegazou {
    margin: 0px;
}
	
	.slick-next:before,
	.slick-prev:before {
		display: none!important;
	}
	
	.slider-img p {
		font-size: 14px!important;
		line-height: 1.7;
    margin: 15px 0 20px 0;
		min-height: 145px;
}
	
	
	
	.slick-slide p {
		font-size: 14px!important;
		line-height: 1.7;
}
	
	.slider-img .slicksmall{
		font-size: 14px!important;
}
	
	
	.slider {
    width: 100%;
}
	
	.c13_row ul li:first-child{
		line-height: 1.4;
	}
	
	#contents13,
	#contents06,
	#contents05{
    padding: 15% 0;
}
	
	.c16_01 img{
		margin-bottom: 10px;
	}
	
	#contents04 h2 {
    margin-bottom: 50px;
}
	
	#contents04 .c04_row:nth-child(2) {
    width: 100%;
height: 50vh;
		margin-top: 50px;

}
	
	#contents05 {
    margin: 0;
}
	
	#contents05 .contents_wrap .oracup{
		width: 40%;
	}
	
	#contents05 .contents_wrap {
    padding: 7% 4% 4% 4%;
}
	
	#contents04.contents {
     padding: 15% 0;
}
	
	.c05_row1{
		text-align: left;
		margin-bottom: 30px;
		margin-top: 15px;
	}
	
	#contents04{
		margin-top: 0px;
	}
	
	#contents13 .row {
		margin-top: 30px;}
	
	#contents03, #contents14 {
    height: auto;
    margin-top: 0px;
}
	
	#contents01 .row .c01_row2, #contents01 .row .c01_row3, #contents01 .row .c01_row4 {
    width: 100%;
}
	
	.c01_row1 p{
		line-height: 1.7;
	}
	
	.c01_row2 img,
	.c01_row3 img,
	.c01_row4 img{
		margin-top: 40px;
		margin-bottom: 0px;
	}
	
	#contents01 .row .c01_row2 img{
		
	}
	
	#contents01 .row .c01_row3 img {
    margin-bottom: 15px;
}
	
	#contents02 .row .c02_row {
    max-width: 100%;
    border-radius: 9999px 9999px 10px 10px;
    padding: 60px 35px 20px 35px;
		margin-bottom: 50px;
}
	h2 {
    font-size: 26px;
}
	h3 {
    font-size: 22px;
}
	
	#contents03 .copy3, #contents14 .copy3 {
    font-size: 28px;
		z-index: 999;
		position: relative;
		width: 100%;
}
	
	#contents03 .row, #contents14 .row {
    width: 100%;
}

	.c03_row{
		width:  100%;
	}
	
	.rowcopy div {
    padding: 15% 2% 2% 2%;
}
	
	.rowcopy div p {
		line-height: 1.5;
		font-size: 14px;
}
	#contents03.contents{
		padding-bottom: 0;
		position: relative;
	}
	
	.copywrap{

	}
	
	#contents03 .copy3 p, #contents14 .copy3 p {
    padding: 10px 0px;
    margin: 0 0 0 10px;
}
	
	.rowcopy div {
    padding: 5%;
    width:  80%;
		margin: 0 auto;
    border-radius: 0;
		margin-bottom: 5%;
}
	
	#contents03 .c03illust, #contents14 .c03illust {
		display: none;
}
	

	
	
	#contents06 .row .c06_row {

    border-radius: 9999px 9999px 10px 10px;
    padding: 180px 4% 4% 4%;
		margin-top: 30px;
}
	
	.c06_row h3 {
    margin-bottom: 5px;
}
	
	#contents06 .row .c06_row p {
		line-height: 1.5;
}
	header{
		margin-top: 0;
	}
	
	h1{
		width: 85%;
		margin: 0 auto;
		padding-top: 7.5%;
	}
	
	.sp_main2{
		padding-top: 15%;
		position: relative;
		max-width: 100%;
		margin-top: 30px;
	}
	
	
	.copywrap_sp{
		    position: absolute;
    top: 0px;
    right: 30px;

	}
	
	.copy3_sp{
		    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    vertical-align: top;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
		font-size: 28px;
		width: 100%;
		position: relative;
	}
	
	
	.copy3_sp p{
    background-color: #fff;
    display: inline-block;
    padding: 10px 0px;
    margin: 0 0 0 10px;
    line-height: 1.6;
}
	
	
	#page-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 31px;
    height: 48px;
    z-index: 9998;
}
	
	#contents01 .row {
    padding-top: 0px;
}
	
	
	#contents01 {
    background: url(../img/point_bg.png) no-repeat;
    background-size: 80%;
		background-position: top 30px left 0px;
}
	
	.rowsp{
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
		    -webkit-align-items: center;
    align-items: center;
	}
	
	.rowsp div{
		width: 48%;
	}
	
	.rowsp div img{
		margin-top: 15px;
	}
	
	.rowsp div p{
		font-size: 15px;
	}
	
	#contents01.contents{
		padding: 15% 0 0 0 ;
	}
	
	#contents14.contents{
		padding: 15% 0 0 0 ;
		position: relative;
	}
	
	
	#contents03 .contents_wrap,
	#contents14 .contents_wrap,
	#contents15 .contents_wrap,
	#contents16 .contents_wrap{
    width: 100%;
		position: relative;
}
	
	.rowcopy div{
    opacity: 0.9;
}
	
	#contents03, #contents14 {
    background: url(../img/spbg2.jpg)bottom left no-repeat;
    background-size: cover;
}
	
	a.btn-tag i {
	    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
	
	
	#contents16.contents {
    padding:0;
}
	
	.otokuinfo {
    padding-bottom: 10%;
}
	
	#contents06 h2, #contents12 h2 {
    margin-bottom: 40px;
}
	
	#contents07 h2{
		line-height: 1.4;
	}
	
	.areap1 img{
margin-bottom: 20px;
	}
	
	.areap2 img{
margin: 40px 0 20px 0;
	}
	
	.mamegazou.sp_only{
		width: 50%;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	
#contents09 .contents_wrap p,
	#contents08 .contents_wrap p{
		line-height: 1.7;
		margin: 20px 0;
	}
	
	#contents09 .contents_wrap img{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	#contents11,
	#contents12{
    padding: 15% 0;
}
	
	.c12_row p{
		margin-bottom: 45px;
	}
	
	#contents12{
		padding: 15% 0 15% 0;
	}
	
	.c01_row1 p {
    margin-top: 20px;
		margin-bottom: 20px;
}
	
	#contents02 h2 {
    margin-bottom: 50px;
}
	
	#contents05 .contents_wrap .oracup {
    left: 54%;
    transform: translateX(-54%);
    -webkit-transform: translateX(-54%);
    -ms-transform: translateX(-54%);
}
	
	.c15_02 h4,
.c16_02 h4{
	font-size: 30px;
}
	
	.btn, a.btn, button.btn{
		letter-spacing: 0.05em;
	}
	
	.c16_02,.c15_02{
    font-size: 15px;
}
	
.kv_video video {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
	
	
/*ここから個別設定*/
  
}

.teiki_otoku_info{
	max-width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-radius: 10px;
		padding: 30px 40px;
	text-align: left;
	margin-bottom: 30px;
}

.teiki_otoku_info div:first-child{
	width: 302px;
	font-size: 34px;
	color:#bd1900;
			display: flex;
	flex-direction: column;
	justify-content: center; /* ここがポイント */
}

.teiki_otoku_info div:first-child span{

	display: inline-block;
	font-weight: bold;

}

.teiki_otoku_info div:nth-child(2){
width: calc(100% - 302px);
	font-size: 14px;
	color:#000;
}

.teiki_otoku_info div:nth-child(2) h4{
font-size: 18px;
	font-weight: bold;
}

.teiki_otoku_info div:nth-child(2) h4 span{
font-size: 12px;
}



@media only screen and (max-width: 767px) {
	.teiki_otoku_info{
	max-width: 100%;
    display: block;
	border-radius: 10px;
}
	
	.teiki_otoku_info div:nth-child(2){
width: 100%;
	font-size: 14px;
	color:#000;
}
	
.teiki_otoku_info div:first-child{
	width: 100%;
	font-size: 24px;
}
	
}



.itv2025-imgbtn {
      margin: 1em;
      cursor: pointer;
      border: none;
      background: none;
      padding: 0;
    }
.itv2025-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      display: none;
      z-index: 999;
    }
.itv2025-sidepanel {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
	max-width: 750px;
      height: 100%;
      box-shadow: -2px 0 10px rgba(0,0,0,0.2);
      padding: 1.5em;
      transition: right 0.675s cubic-bezier(0.25, 0.8, 0.25, 1);
      z-index: 9998;
        overflow-y: auto;    /* 縦スクロール：必要なときだけ表示 */
  overflow-x: hidden;  /* 横スクロール：常に非表示 */
	background-color: #3b1d0a;
	color: #fff;
    }


.shitsumon{
	color: #3b1d0a;
	background-color: #fff;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0px 15px 0;
	  display: inline; /* 行ごとに分割されるようにinline */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.itv2025-sidepanelin p{
	margin: 2% 0 5% 0;
}

.itv2025-sidepanelin{
	width: 86%;
	max-width: 650px;
	margin: 0 auto;
}

.itv2025-sidepanelin img{
	margin: 5% 0;
}


.itv2025-sidepanelin .introw a {
    color: #fff;
    text-decoration: none;
}
/*
.itv2025-sidepanel::-webkit-scrollbar {
      display: none;
    }
*/
.itv2025-sidepanel.show {
      right: 0;
    }
.itv2025-overlay.show {
      display: block;
    }
.itv2025-close-btn {
      position: fixed;
      top: 10px;
      right: 30px;
      background: #fff;
      color: #3b1d0a;
      border: none;
      font-size: 1.2em;
      cursor: pointer;
      z-index: 9999;
      display: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      padding: 0;
    }
.itv2025-close-btn.show {
      display: flex;
    }
#contents_int{
	    width: 100%;
    padding: 0 2%;
    height: auto;
	background-color: #fff;
}

.intbox img{
	margin-bottom: 30px;
	margin-top: 20px;
}

.intwrap .row .c02_row {
    width: 32%;
    border-radius: 182px 182px 10px 10px;
    padding: 50px 35px 35px 35px;
    position: relative;
}

#contents_int .intbox{
background-color: #e6e3dd;
	margin: 30px 0 50px 0;
	text-align: center;
	}


#contents_int .row{
    max-width: 1200px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 50px 0 100px 0;
	}

.itv2025-sidepanelin h3{
	margin-bottom: 30px;
	}

.itv2025-sidepanelin h3 span{
border-bottom: 2px solid #fff;
    display: inline-block;
    padding-top: 15px;
	}

.itv2025-sidepanelin h2{
	font-size: 24px;
	}

.itv2025-sidepanelin h2 span{
	font-size: 36px;
	}

.itv2025-imgbtn a{
	color:#3e3a39;
}

button{
	color:#3e3a39;
}


@media only screen and (max-width: 767px) {
	
button p{
		font-size: 16px;
	}
	
	.itv2025-sidepanel {
    width: 92%;
    max-width: 750px;
    height: 100%;
    padding: 0em;
		padding-top:8%;
		padding-bottom:8%;
}
	
	.itv2025-sidepanelin h2 {
    font-size: 20px;
}
	.itv2025-sidepanelin h2 span {
    font-size: 28px;
}
	
	    h3 {
        font-size: 18px;
    }
	
	.intwrap .row .c02_row{
		width: 100%;
	}
	
	#contents_int .row {
    max-width: 1200px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0 40px 0;
}
	
}


body.itv2025-noscroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}


/* ==== PCヘッダー：左右は固定、中央は最大600pxで縮小可 ==== */
/* 調整しやすいよう固定幅とカラム間ギャップを変数化 */
:root{
  --head-side-width: 200px; /* ← .head01 / .head03 の固定幅 */
  --head-gap: 40px;         /* ← カラム間の隙間（必要に応じて調整） */
}

header.pc_only .row{
  display: flex;
  align-items: center;
  gap: var(--head-gap);
}

/* 左右：常に固定幅（既存の max-width 指定を上書き） */
header.pc_only .row .head01,
header.pc_only .row .head03{
  flex: 0 0 var(--head-side-width);
  width: var(--head-side-width);
  max-width: none; /* 既存ルールの打ち消し */
}

/* 中央：最大600px。横幅が足りないときだけ縮む */
header.pc_only .row .head02{
  flex: 0 1 600px;   /* growしない / shrinkはする / 基準600px */
  max-width: 600px;  /* これ以上は広げない */
  min-width: 0;      /* はみ出し防止（重要） */
  position: relative; /* 既存ワッペン用 */
}

/* 中央のメイン画像は head02 の幅いっぱい＝常に最大表示 */
header.pc_only .row .head02 h1{ margin: 0; }
header.pc_only .row .head02 h1 img{
  display: block;
  width: 100%;       /* 箱にフィット */
  height: auto;
  max-width: 600px;  /* 実寸上限 */
}

/* （任意）ワッペンを連動して可変にしたい場合 */
header.pc_only .row .head02 .wappen{
  position: absolute;
  right: 0; bottom: 0;
  width: clamp(96px, 12vw, 168px);
  height: auto;
}