@charset "UTF-8";

/* スマホ 分岐
-------------------------------------------------*/

/* PCサイズ */

.pc{display: block;}
.pc100{width: 100%;}
.sp{display: none;}
.spnon{display: none;}
.tabBox{display: block;}
.spBox{display: none;}

.width100sp,
.width100spmax{
	width: auto;
	}

.brno{
	display: none;
	}

.spbrno{
	display:block;
	}

.spon{
	display: none;
	}

.spoff{
		/* spときはdisplay:none */
}

#spCall{
	display: none;
}
#youtube{
	width: 800px;
	margin: auto;
	padding: 2em 0;
}

#youtube > div {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#youtube iframe {
  width: 100%;
  height: 100%;
}


/*	pagetop
------------------------------------------------------*/
#page-top {
	position: fixed;
	font-size: 80%;
	bottom: 10px;
	right: 10px;
	width: 240px;
}

#page-top p,
#page-top figure{
	margin-bottom: 5px;
}

#page-top > p > a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 240px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	transition: all .3s;
	text-decoration: none;
	background: #999;
}

/* flexBox2L
-------------------------------------------------*/
.flexBox2L{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.flexBox2L > div {
	width: 49%;
	margin: 0.5%;
	padding: 0.5em;
}

.flexBox2L > div > figure{
	text-align: center;
	padding: 1em;
}

.flexBox2L > div > figure > img {
	width: 100%;
}


/* flexBox3L
-------------------------------------------------*/
.flexBox3L{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.flexBox3L > div {
	width: 32%;
	margin: 0.5%;
	padding: 0.5em;
	background: #EDEDED;
	border-radius: 15px;
}

.flexBox3L > div > figure{
	text-align: center;
	padding: 1em;
}

.flexBox3L > div > figure > img {
	width: 100%;
	border-radius: 13px;
}

.flexBox3L > div > dl{
	color: #000;
	padding: 0 1em 1em 1em;
}

.flexBox3L > div > dl > dt{
	font-weight: 700;
	font-size: 150%;
	line-height: 150%;
	letter-spacing: 2px;
    color: #3a743e;
	text-align: center;
	margin-bottom: 0.25em;

}

.flexBox3L > div > dl > dd{
	text-align: left;
	font-size: 95%;
	line-height: 180%;
}

/* flexBox
-------------------------------------------------*/
.flexBox4{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.flexBox4 > a{
	text-decoration: none;
	background: #FFF;
}

.flexBox4 > a:hover{
	background: #EEE;
	transition: 0.5s;
}

.flexBox4 > div{
	width: 23%;
	margin: 1%;
	background: #FFF;
}


.flexBox4 > div > figure{
	text-align: center;
}

.flexBox4 > div > figure > img{
	width: 100%;
}


/* flexBox4L
-------------------------------------------------*/
.flexBox4L{
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.flexBox4L > a{
	text-decoration: none;
	background: #FFF;
}

.flexBox4L > a:hover{
	background: #EEE;
	transition: 0.5s;
}

.flexBox4L > section,
.flexBox4L > a {
	width: 23%;
	margin: 1%;
	background: #FFF;
}

.flexBox4L > a > section > figure > img:hover{
	opacity: 0.5 ;
	transition: 0.5s;
}

.flexBox4L > section > figure,
.flexBox4L > a > section > figure{
	text-align: center;
}

.flexBox4L > section > figure > img,
.flexBox4L > a > section > figure > img {
	width: 100%;
}

.flexBox4L > section > dl,
.flexBox4L > a > section > dl{
	color: #000;
	padding: 1em;
}

.flexBox4L > section > dl > dt,
.flexBox4L > a > section > dl > dt{
	font-weight: 700;
}

.flexBox4L > section > dl > dd,
.flexBox4L > a > section > dl > dd{
	font-size: 90%;
}


/*	ヘッダー情報
-------------------------------------------------------------------*/
header h1{
	font-size: 11px;
	line-height: 24px;
	letter-spacing: -1px;
	height: 24px;
	font-family: initial;
}

header > div{
	width: 1200px;
	margin: auto;
}

header > div > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header > div > div{
	height: 85px;
}

header > div > div > div:nth-child(1){
	width: 430px;
	/*	margin-bottom: 0.5em;*/
	margin-right: 0px;
}

header> div > div > div:nth-child(2){
	width: 300px;
	/*
	padding: 0 0.25em;
	width: 450px;
	margin-bottom: -13px;
	*/
}

header> div > div > div:nth-child(3){
	width: 450px;
	/*
	margin-bottom: 0.5em;
	*/
}


/*	ナビゲーション
-------------------------------------------------------------------*/

nav,
#scrollheader{
	border-top: #DDDDDD 1px solid;
	background: url(../images/nav/button_bg.jpg) center top repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 62px;
}

#scrollheader{
	position: fixed;
    top: 0;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 1em;
	z-index: 1000;
}

nav > div,
#scrollheader > div{
	width: 1200px;
	margin: auto;
}

nav ul,
#scrollheader ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: spacecente-around;
	align-items: flex-end;
}


/*	　問い合わせ
-------------------------------------------------------------------*/
.topToiawase{
	padding: 15px 0;
	background:#1d8825;
}

.topToiawase > div{
	width: 1000px;
	margin: auto;
	display: flex;
}

.leftToiawase{

	margin-right: 15px;
}

.centerToiawase{

	margin-right: 10px;
}

.rightToiawase{

}

.rightToiawase a:hover{
	opacity: 0.9;
	position: relative;
	transition: all .3s;
}


/*	MV
-------------------------------------------------------------------*/
#mv{
	background-attachment: cover;
	background-image: url(/images/mv_bg.jpg);
}

#mv figure{
	width: 1200px;
	margin: auto;
}

/*	okomari
-------------------------------------------------------------------*/
#okomari{
	padding-top: 50px;
	background: url(/images/okomari_bg.jpg) top center repeat-x;
}

#okomari figure{
	width: 1200px;
	margin: auto;
}

/*	kaiketsu
-------------------------------------------------------------------*/
#kaiketsu{
	padding: 100px 0 ;
}

#kaiketsu > figure{
	width: 1200px;
	margin: auto;
	text-align: center;
}

#kaiketsu > div{
	width: 1200px;
	margin: auto;
}

#kaiketsu h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
}

/*	variation
-------------------------------------------------------------------*/
#variation{
	padding: 100px 0 ;
	background-size: cover;
	background: url(/images/variation_bg.jpg) top center;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#variation figure{
	width: 1200px;
	margin: auto;
}

#variation h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
}

#variation dl{
	text-align: center;
	margin: 0;
	padding: 0;
}

#variation dt{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: #3a743e;
	margin-bottom: 0.5em;
}

#variation dd{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    color: #111111;
	margin-bottom: 0.5em;
}

/*	water
-------------------------------------------------------------------*/
#purewater{
    color: #0055b3;
	text-align: center;
	margin-bottom: 50px;
}

#purewater h3{
	margin-top: 30px;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-size: 5rem;
}

#purewater p{
	font-size: 1.4rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
}

#water{
	padding: 100px 0 ;
	background-size: cover;
	background: url(/images/water_bg.jpg) top center;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#water > div{
	width: 1200px;
	margin: auto;
}

#water h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #0055b3;
	margin-bottom: 1em;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#water dl{
	text-align: center;
	margin: 0;
	padding: 0;
}

#water dt{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: #0055b3;
	margin-bottom: 0.5em;
}

#water dd{
    font-size: 1.2rem;
	line-height: 240%;
    text-align: left;
    letter-spacing: 0px;
    color: #333333;
	margin-bottom: 0.5em;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

/*	faq
-------------------------------------------------------------------*/
#faq{
	padding: 100px 0 ;
	background: #ececeb;
	background-size: cover;
	background: url(/images/faq_bg.png) top center;
	background-color: #EEEEEE;
}

#faq h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
}

#faq > div{
	background: #FFF;
	width: 1000px;
	margin: auto;
	padding: 20px;
}

#topfaq dl{
	font-size: 120%;
}
#topfaq dt{
	padding: 10px;
	color: #0377be;
	background: #bae5ff;
	font-weight: bold;
}

#topfaq dd{
	font-size: 90%;
	line-height: 240%;
	padding: 20px;
}


#topfaq dt::before {
    content: "Q:" ;
    margin-right: 10px;
}

#topfaq dd::before {
    content: "A:" ;
    color: #990000;
    margin-right: 10px;
}

/*	hikaku
-------------------------------------------------------------------*/
#hikaku{
	padding: 100px 0 ;
	background-size: cover;
	background: url(/images/hikaku_bg.jpg) top center;
}

#hikaku > div{
	width: 1200px;
	margin: auto;
}

#hikaku h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#hikaku p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	color: #111111;
	margin-bottom: 1em;
}

table.product_table {
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  	border-collapse: collapse;
	border-spacing: 0;
}

table.product_table th {
  background: #AAAAAA;
  border: solid 1px #444444;
  color: #fff;
  padding: 10px;
  width: 26.5%;
}

table.product_table th:first-child {
  width: 20.5%;
}

table.product_table th:nth-child(2) {
    width: 26.5%;
}

table.product_table th:nth-child(3) {
    width: 26.5%;
}

th.teatro_th {
  background: #3C8551!important;
  border: solid 5px #3C8551!important;
}

td.teatro_td {
  background: #E9F7EA;
  border-left: solid 5px #3C8551!important;
  border-right: solid 5px #3C8551!important;
}

table.product_table > tbody > tr:last-child > td.teatro_td {
  background: #E9F7EA;
  border-left: solid 5px #3C8551!important;
  border-right: solid 5px #3C8551!important;
  border-bottom: solid 5px #3C8551!important;
}

th.aube {
    background: #006496!important;
    border: solid 3px #006496!important;
}

td.aube {
    background: #eaf3f8!important;
    border-left: solid 3px #006496!important;
    border-right: solid 3px #006496!important;
}

th.white {
  background: #fff!important;
}

.hikaku_area {
  max-width: 1120px;
  margin: 0 auto;
}

table.product_table {
  width: 100%;
}

table.product_table td {
  border: solid 1px #444444;
  padding: 1.5em 0.5em;
  font-size: 1.1rem;
  line-height: 120%;
  vertical-align: middle;
}

table.product_table tbody {
  background: #fff;
}

tbody img {
  width: auto;
  height: 300px;
  padding: 15px 0;
}

th.table-ttl {
  font-size: 21px;
  font-weight: bold;
}

th.teatro {
  font-size: 25px;
}

td.btm02 {
  border-bottom: solid 3px #3C8551!important;
}

.suido {
  font-size: 18px;
    color: #006496!important;
}


table.product_table > tbody > tr > td:first-child{
  font-size: 18px;
  color: #444444;
  font-weight: bold;

}

td.table-red {
  font-weight: bold;
  color: #B00945;
}

span.kakko {
  font-size: 12px;
}

span.maru {
  font-size: 26px;
}
.gray {
  background: #F0F0F0;
}

.flex_teatro {
    gap: 20px;
    align-items: center;
    height: 100%;
    display: flex;
}
div.maru {
    font-weight: bold;
    font-size: 2.4rem;
    padding-left: 0.5em;
}

.mini{
	font-size: 80%;
}

/*	price
-------------------------------------------------------------------*/
#price{
	padding: 100px 0 ;
	background-size: cover;
	background: url(/images/price_bg.jpg) top center;
}

#price > div{
	width: 1000px;
	margin: auto;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.7); /* ← ここがポイント */
	padding: 50px 0;
}

#price > div >figure{
	text-align: center;
}

#price img{
	opacity: 1;
}


#price h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

/*	voice
-------------------------------------------------------------------*/
#voice{
	padding: 100px 0 ;
	background-size: cover;
	background: url(/images/voice_bg.jpg) top center;
}

#voice > div{
	width: 1200px;
	margin: auto;
}

#voice h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #0696bb;
	margin-bottom: 1em;
}

#voice p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	color: #111111;
	margin-bottom: 1em;
}

#voice > div > div{
	background: #FFF;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 15px;
}

#voice > div > div > figure{
	width: 35%;
	margin: 0.5%;
	padding: 0.5em;
}


#voice dl{
	width: 64%;
	text-align: center;
	margin: 0;
	padding: 0.5em;
}

#voice dt{
	font-size: 120%;
	line-height: 180%;
    text-align: left;
    letter-spacing: 0;
	margin-bottom: 0.5em ;
	color: #0696bb;
	margin-bottom: 0.5em;
}

#voice dd{
	text-align: left;
	font-size: 95%;
	line-height: 180%;
	padding: 0.25em;
}

#voice dd > p{
	text-align: right;
	font-size: 100%;
	margin: 0.25em 0 0 0;
	font-weight: normal;
}


/*	inquiry
-------------------------------------------------------------------*/
#inquiry{
	padding: 100px 0;
	background-size: cover;
	background: url(/images/inquiry_bg.jpg) top center;
}

#inquiry >figure{
	width: 1000px;
	margin: auto;
	text-align: center;
}

#inquiry img{
	opacity: 1;
}


/*　フッター（payment）
-------------------------------------------------*/

#payment{
	padding: 2em 0 0 0 ;
	font-size: 80%;
	line-height: 180%;
	color: #FFFFFF;
	background: #1d8825;
	margin: 0 0 0 0 0;
}


#payment h2{
    font-size: 140%;
	margin-bottom: 1em;
}

#payment > div {
	width: 1200px;
	margin: auto;
	padding: 1em 0 0 0;
	/*background: #FFF;*/
	display: flex;
	flex-wrap: wrap;
}

#payment > div > div{
	width: 33.3333%;
	padding: 1em;
	/*background: #f5f4f2;*/
	text-align: left;
}

#payment dl{
	margin-bottom: 2em;
}


#payment > div > div > h2,
#payment dt{
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #DDDDDD;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#payment ul{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#payment ul li:before {
	content: '■'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-0em; /* 3文字分、左に寄せる */
}


#payment li{
	color: #FFF;
	margin: 0 0 0.5em 0;
}

#payment dd > p,
#payment dd > span,
#payment > div > div > p,
#payment > div > div > p:last-child{
    margin-bottom: 0.5em;
    line-height: 180%;
}


#payment dd,
#payment dd > ul > li{
	color: #FFF;
        line-height: 180%;
}

#inquiry h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #3a743e;
	margin-bottom: 1em;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#copyright > div{
	width: 1200px;
	margin: auto;
	padding: 0.5em 0;
}


/*	secondPage
-------------------------------------------------------------------*/
#secondPage{
	width: 100%;
	background: #FFFFFF;
	background-image: url(/images/secondpage_bg.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
	/*	background-size: auto ;
	background-size: cover;
	background-repeat: no-repeat;*/
	padding: 50px 0;
}

#secondPage > div{
	width: 1200px;
	margin: auto;
	background: #FFF;
	padding: 50px;
	border-radius:10px;
}


#secondPage h2 {
		font-size: 2.4rem;
		line-height: 150%;
		margin: 1em 0 ;
		text-align: center;
		color: #3a743e;
		text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#secondPage dl{
	width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

#secondPage dt{
	font-size: 120%;
	line-height: 180%;
    text-align: center;
    letter-spacing: 0;
	margin-bottom: 0.5em ;
	color: #3a743e;
	margin-bottom: 0.5em;
}

#secondPage dd{
	text-align: center;
	font-size: 95%;
	line-height: 240%;
	padding: 0.25em;
}

#secondPage a{
        background: #1d8825;
        background-size: 50px;
        border-radius: 5px;
		padding: 1em;
		max-width: 500px;
		margin: auto;
		display: block;
		text-decoration: none;
		color: #FFF;
}

/*	table属性
-------------------------------------------------*/
	table.outline{
		color: #000;
		width: 100%;
		border: 1px #E3E3E3 solid;
		border-collapse: collapse;
		border-spacing: 0;
	}

	table.outline{
		margin: 1em 0;
	}

	thead,tbody{
		margin: 0;
		padding: 0;
	}

	table.outline th{
		width: 25%;
		padding: 1em;
		border: #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		background: #F5F5F5;
		font-weight: 500;
		text-align: center;
	}

	table.outline td {
		padding: 1em;
		border: 1px #E3E3E3 solid;
		border-width: 0 0 1px 1px;
		font-weight: 500;
		text-align: left;
		background: #FFF;
	}

	table.outline dt {
		font-weight: 700;
	}

	table.outline dd {
		margin-bottom: 1em;
	}
	table.outline dd:last-child{
		margin-bottom: 0em;
	}
