@charset "shift_jis";
/* ========================================
index.css
======================================== */

/* ---------------------------------------- 

 - h3 h4

---------------------------------------- */
#Content .wrapper h3 {
    font-size: 36px;
}
#Content .wrapper h4 {
    border-top: #52575a solid 1px;
    border-bottom: #52575a solid 1px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 0.5em 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
}
/* ---------------------------------------- 

 - .img-full

---------------------------------------- */
.img-full {
    margin-top: 75px;
    margin-bottom: 60px;
    text-align: center;
}
.img-full h1 {
    display: none;
}
#Content .img-full img {
    width: auto;
    height: auto;
}
@media screen and (max-width: 1082px) {
#Content .img-full img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 768px) {
.img-full {
    margin-top: 35px;
    margin-bottom: 30px;
}
}
/* ---------------------------------------- 

 - #sec01

---------------------------------------- */
#Sec01 {
    margin-bottom: 80px;
}
/* ---------------------------------------- 

 - #Sec02

---------------------------------------- */
#Sec02 {
    margin-bottom: 80px;
}
/* ---------------------------------------- 

 - #Variation-menu

---------------------------------------- */
#Variation-menu {
	margin-bottom: 120px;
}
#Variation-menu h2 {
    color: #52575A !important;
    display: inline;
    font-weight: bold !important;
}
#Variation-menu ul.variation {
	display: flex;
        justify-content: space-between;
        justify-content: center;
	border: solid 2px #e3e2e2;
	padding: 34px 130px 26px 110px;
}
#Variation-menu ul.variation li {
    position: relative;
    display: flex;
        align-items: center;
    margin: 0 70px;
}
#Variation-menu ul.variation li span {
	display: inline-block;
	font-size: 18px;
    min-width: 88px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
#Variation-menu {
	margin-bottom: 40px;
}
#Variation-menu h2 {
	font-size: 20px!important;
	display: block;
	padding: 5px 0 !important;
	text-align: center;
	width: auto;
}
#Variation-menu ul.variation {
	display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	margin: 15px 0 5px;
	padding: 50px 26px 22px;
}
#Variation-menu ul.variation li {
	position: relative;
	width: 48%;
    margin: 0 0;
}
#Variation-menu ul.variation li span {
	font-size: 14px;
	position: absolute !important;
		top: -30px !important;
		left: 0 !important;
}
#Variation-menu ul.note li {
	font-size: 10px;
	padding-left: 2.5em;
	text-align: left;
	text-indent: -2.5em;
}
}
/* ---------------------------------------- 

 - .section

---------------------------------------- */
.section {
    margin-bottom: 185px;
}
/* ---------------------------------------- 

 - #Detail-menu

---------------------------------------- */
#Detail-menu .wrapper {
	margin-bottom: 100px;
}
#Detail-menu .wrapper:last-child {
	margin-bottom: 0;
}
#Detail-menu .ttl-wrapper {
	display: flex;
	margin-bottom: 50px;
}
#Detail-menu .ttl-wrapper h3 {
	padding-bottom: 0;
}
#Detail-menu .box {
    margin-top: 80px;
}
#Detail-menu .box ul {
    display: flex;
        flex-wrap: wrap;
    margin-top: 46px;
}
#Detail-menu .box ul li {
    max-width: 515px;
    margin-bottom: 40px;
    width: 47.69%;
}
#Detail-menu .box ul li:nth-child(odd) span{
    display: block;
    font-size: 15px;
    padding-left: 55px;
}
#Detail-menu .box ul li:nth-child(even) span {
    display: block;
    font-size: 15px;
    padding-right: 55px;
    text-align: right;
}
#Detail-menu p.photo {
    /*margin-bottom: 80px;*/
	position: relative;
}
#Detail-menu p.photo.photo1 {
    margin-bottom: 80px;
}
#Detail-menu p.photo.photo2 {
    margin-bottom: 65px;
}
#Detail-menu p.photo span {
	display: block;
	font-size: 15px;
	line-height: 1;
    padding: 10px 0 0 58px;
}
#Detail-menu .table p.name {
	float: left;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}
#Detail-menu .table ul {
	float: right;
	display: flex;
}
#Detail-menu .table ul li {
	font-size: 18px;
	font-weight: bold;
	margin-left: 12px;
}
#Detail-menu .table ul li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 768px) {
#Detail-menu .ttl-wrapper {
	display: block;
	margin-bottom: 30px;
}
#Detail-menu .ttl-wrapper h3 {
	margin-bottom: 15px;
	width: 55%;
}
#Detail-menu .ttl-wrapper h3.fulltracta {
	margin-bottom: 15px;
	width: 100%;
}
#Detail-menu .box ul li {
    max-width: inherit;
    margin-bottom: 40px;
    width: 100%;
}
#Detail-menu .box ul li:last-of-type {
    margin-bottom: 0;
}
#Detail-menu .box ul li:nth-child(odd) span{
    display: block;
    font-size: 15px;
    padding-left: 55px;
}
#Detail-menu .box ul li:nth-child(even) span {
    display: block;
    font-size: 15px;
    padding-right: 55px;
    padding-left: 55px;
    text-align: left;
}
#Detail-menu p.photo {
	margin-bottom: 10px;
}
#Detail-menu p.photo span {
	display: block;
	line-height: 1.4;
	text-align: right;
	padding-top: 10px;
	position: relative;
		right: auto;
		bottom: auto;
}
#Detail-menu .table p.name {
	float: left;
	margin-bottom: 0;
}
#Detail-menu .table ul {
	float: right;
	display: flex;
}
#Detail-menu .table ul li {
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
}
}
/* ---------------------------------------- 

 - p.note

---------------------------------------- */
p.note {
    font-size: 15px;
    text-align: right;
}