@charset "UTF-8";

* { 
    box-sizing: border-box;
    color: #282828;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
}
html { 
    overflow-y: scroll;
	overflow-x: hidden;
    scroll-behavior: smooth;
	scroll-padding-top: 50px;
	height: 100%;
    width: 100%;
}
body {
    -webkit-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -o-text-size-adjust: 100%; 
    text-size-adjust: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
img {
    vertical-align: top;
	width: 100%;
}
a {
	outline: medium none;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
a:hover { opacity: 0.7; }
a img {
    border-style: none;
    transition: all 0.3s ease-in-out 0s;
}
a:hover img {
    border-style: none;
}
ul,li {
	list-style-type: none;
}

/* font */
body {
    font-family: 'YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho',serif;
	font-size: 1em;
	line-height: 2;
    color: #352d26;
}
.g_font {
    font-family:  游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, sans-serif;
}
.g_font a{
    color: #fff;;
}

.f_1 { font-size: 1.25em; font-weight: bold; }
.f_2 { font-size: 1.1em; font-weight: bold; }

br.res {
    display: none;
}
/* link */

/* link */

/* スマホ用*/
.navbar_toggle,
header p.res {
	display: none;
}

/* スマホ用*/

header {
    display: block;
    width: 100%;
    z-index: 2000;
    top: 0;
    height: 110px;
    position: relative;
}
header::before {
    content: '';
    display: inline-block;
    width: 100%;
    
    background-color: #fff;
    border-radius: 0 0 3000px 3000px / 0 0 300px 300px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    min-height: 110px;
    text-align: center;
    
    position: absolute;
    z-index: -1;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}
header nav ul {
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header nav ul li {
    margin: 0 50px;
    letter-spacing: 2px;
}
header nav ul li img {
    width: 80px;
    height: auto;
}
/* index.html ---------------------*/
#top {
    position: relative;
    width: 100vw;
    height: 650px;
    z-index: 1;
    background-image: url("../images/top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    padding-top: 50px;
}
#top::before {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background-image: url("../images/back_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    vertical-align: middle;
    position: absolute;
    z-index:-1;
    top: 8%;
    filter: drop-shadow(0 -2px 5px rgba(75,75,75,0.1));
}
#top h1 {
    text-align: center;
    font-size: 22px;
    padding: 0 0 80px;
    position: relative;
    letter-spacing: 1px;
}
#top h1::before {
    content: '';
    display: inline-block;
    width: 250px;
    height: 250px;
    background-image: url("../images/top_en.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index:-1;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
}

#top p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 36px;
}

main {
    margin: auto;
    background-image: url("../images/back.png");
    position: relative;
    z-index: 3;
}

.idx h2 {
    font-size: 22px;
    letter-spacing: 5px;
    padding: 6px 20px;
    border-top: solid 1px #CBBBAC;
    border-bottom: solid 1px #CBBBAC;
    display: table;
    
    margin: 0 auto 50px;
    text-align: center;
}
.idx_1,
.idx_2,
.idx_3,
.idx_4,
.idx_5,
.idx_6,
.idx_7 {
    max-width:1300px;
    margin: auto;
    position: relative;
}
.idx_2::before,
.idx_5 .detail::before,
.idx_3::before,
.idx_6::before {
    content: '';
    display: inline-block;
    width: 400px;
    height: 400px;
    background-image: url(../images/deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    right: -15%;
}
.idx_2::before,
.idx_5 .detail::before {
    z-index: -1;
    right: -15%;
}
.idx_3::before {
    left: -15%;
    bottom: -20%;
    z-index: -1;
}
.idx_6::before {
    left: -15%;
    bottom: -5%;
    z-index: 1;
}


.idx_1 {
    top: -32px;
}
.idx_1 h2 {
    margin: 0 0 30px;
}
.idx_1 ul {
    display: flex;
    margin: 10px 0;
}
.idx_1 ul li {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #1c5663;
    color: #fff;
    line-height: 28px;
    padding: 0px 15px;
    border-radius: 4px;
    margin-right: 10px;
}
.idx_1 p.photo {
    position: absolute;
    right: 0;
    top: -180px;
    z-index: 2;
}
.idx_1 p.photo img {
    max-width: 450px;
}

.idx_2 {
    text-align: center;
    margin: 90px auto 100px;
}
.idx_2 p {
    font-size: 18px;
    line-height: 38px;
    background-color: #fff;
    padding: 50px 120px;
    display: table;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}

.idx_3 .detail {
    background-color: #fff;
    margin: 120px 0 150px;
    padding: 50px;
    position: relative;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}
.idx_3 .detail.right {
    padding-left: 750px;
}
.idx_3 .detail p:first-child {
    position: absolute;
    top: 0;
    background-color: #1c5663;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 20px;
}
.idx_3 .detail p.co_g {
    background-color: #69C261;
}
.idx_3 .detail.left p:first-child {
    left: 0;
    border-bottom-right-radius: 20px;
}
.idx_3 .detail.right p:first-child {
    right: 0;
    border-bottom-left-radius: 20px;
}
.idx_3 .detail h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 70px;
    position: relative;
    margin-bottom: 20px;
}
.idx_3 .detail h3::before {
    font-size: 50px;
    font-style: italic;
    letter-spacing: 0;
    display: inline-block;
    background: -webkit-linear-gradient(-45deg, #f9fad3 0%, #d5f8f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;    
    top: 50%;
    transform: translateY(-50%);
}
.idx_3 .detail:nth-of-type(1) h3::before {
    content: '01.';
}
.idx_3 .detail:nth-of-type(2) h3::before {
    content: '02.';
}
.idx_3 .detail:nth-of-type(3) h3::before {
    content: '03.';
}
.idx_3 .detail:nth-of-type(4) h3::before {
    content: '04.';
}
.idx_3 .detail:nth-of-type(5) h3::before {
    content: '05.';
}
.idx_3 .detail p.ph {
    position: absolute;
    filter: drop-shadow(0 -2px 5px rgba(75,75,75,0.1));
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.idx_3 .detail.left p.ph {
    right: 0;
}
.idx_3 .detail.right p.ph {
    left: 0;
}
.idx_3 .detail p.ph img {
    border-radius: 15px;
    width: 700px;
    height: 300px;
    object-fit: cover;
}

.idx_4 .detail {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
    padding: 50px;
    margin: 20px auto;
    position: relative;
    max-width: 1000px;
}
.idx_4 .detail::before {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0;
    display: inline-block;
    background: -webkit-linear-gradient(-45deg, #f9fad3 0%, #d5f8f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 80px;
    top: 30px;
}
.idx_4 .detail:nth-of-type(1)::before {
    content: '2026.';
}
.idx_4 .detail:nth-of-type(2)::before {
    content: '2025.';
}
.idx_4 .detail:nth-of-type(3)::before {
    content: '2024.';
}
.idx_4 .detail:nth-of-type(4)::before {
    content: '2023.';
}
.idx_4 .detail table {
    margin: auto;
    font-size: 18px;
    letter-spacing: 2px;
}
.idx_4 .detail table td:first-child {
    padding: 5px 50px;
}
.idx_4 .detail ul {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #1c5663;
    line-height: 28px;
    padding: 5px 0;
    border-radius: 4px;
    margin-top: 30px;
}
.idx_4 .detail ul li {
    color: #fff;   
}
.idx_4 .detail p {
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
}

    
/* TOPスライダー */
.row-slider{
    margin: 50px auto 0;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}
.row-slider .autoplay-slider {
    display: flex;
    min-width: 100%;
    width: min-content;
    animation: 60s linear infinite sliderAnimation;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.row-slider .slide {
    height: 300px;
    width:300px;
    position: relative;
	overflow: hidden;
}
.row-slider .slide span {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row-slider .slide span img {
    height: 300px;
    width:300px;
	object-fit: cover;
}
/* TOPスライダー[end] */

.idx_5 {
    padding-top: 120px;
    position: relative;
}
.idx_6 {
    padding-top: 150px;
    position: relative;
}
.idx_5::after,
.idx_6::after {
    content: '';
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}
.idx_5 .detail {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.idx_5 .detail::after {
    content: '';
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-image: url("../images/back_3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: -1;
}
.idx_5 .detail dl {
    width: 22%;
}
.idx_5 .detail dl dt {
    width: 78%;
    margin: 0 auto 20px;
    border: 1px solid #EAE5E1;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}
.idx_5 .detail dl dt + dd {
    line-height: 30px;
    height: 90px;
    display: flex;
    align-items: center;
}
.idx_5 .detail dl dd:last-child {
    font-size: 15px;
    border-top: solid 1px #CBBBAC;
    padding: 3px 0 20px;
    margin-top: 3px;
    white-space: nowrap;
}

.idx_6 {
/*   padding-bottom: 230px;*/
   padding-bottom: 100px;
}
.idx_6 .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.idx_6 .in .detail {
    width: 40%;
    margin-bottom: 80px;
    position: relative;
}
.idx_6 .in .detail::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50%;
    background-image: url(../images/back.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index:-1;
    top: 50%;
    transform: translateY(-50%);
}
.idx_6 .in .detail.left::before {
    left: -50%;
}
.idx_6 .in .detail.right::before {
    right: -50%;
}
.idx_6 .in .detail.right {
    top: 350px;
    position: relative;
}
.idx_6 .in .detail > p {
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
    width: 280px;
    margin: auto;
}
.idx_6 .in .detail dl {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
    position: relative;
    top: -50%;
    width: 90%;
}
.idx_6 .in .detail.left dl {
    right: -71%;
}
.idx_6 .in .detail.right dl {
    left: -61%;
}
.idx_6 .in .detail dl dt {
    font-size: 19px;
    letter-spacing: 3px;
    border-bottom: solid 1px #CBBBAC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.idx_6 .in .detail dl dt b {
    letter-spacing: 1px;
    color: #71b13d;
    font-size: 15px;
    padding-left: 5px;
}
.idx_6 .in .detail dl dd {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.idx_6 .in .detail dl dd + dd {
    padding-top: 10px;
}


.idx_6 .in .detail {
    width: 40%;
    margin-bottom: 80px;
    position: relative;
}
.idx_6 .in .detail::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50%;
    background-image: url(../images/back.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    z-index:-1;
    top: 50%;
    transform: translateY(-50%);
}
.idx_6 .in .detail.left::before {
    left: -50%;
}
.idx_6 .in .detail.right::before {
    right: -50%;
}
.idx_6 .in .detail.right {
    top: 350px;
    position: relative;
}
.idx_6 .in .detail > p {
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
    width: 280px;
    margin: auto;
}
.idx_6 .in .detail dl {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
    position: relative;
    top: -50%;
    width: 90%;
}
.idx_6 .in .detail.left dl {
    right: -71%;
}
.idx_6 .in .detail.right dl {
    left: -61%;
}
.idx_6 .in .detail dl dt {
    font-size: 19px;
    letter-spacing: 3px;
    border-bottom: solid 1px #CBBBAC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.idx_6 .in .detail dl dt b {
    letter-spacing: 1px;
    color: #71b13d;
    font-size: 15px;
    padding-left: 5px;
}
.idx_6 .in .detail dl dd {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.idx_6 .in .detail dl dd + dd {
    padding-top: 10px;
}

.idx_6_sub {
    position: relative;
    padding: 50px 0 80px;
}

.idx_6_sub .detail {
    max-width: 800px;
    margin: auto;
}
.idx_6_sub .detail p {
    width: 430px;
    position: relative;
    top: -100px;
}
.idx_6_sub .detail dl {
    width: 100%;
    padding-left: 50px;
}
    .idx_6_sub .detail.individual dl{
        margin-bottom: 50px;
    }
.idx_6_sub .detail dl dt {
    font-size: 19px;
    letter-spacing: 3px;
    border-bottom: solid 1px #CBBBAC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.idx_6_sub .detail dl dt b {
    letter-spacing: 1px;
    color: #71b13d;
    font-size: 15px;
    padding-left: 5px;
}
.idx_6_sub .detail dl dd {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.idx_6_sub .detail dl dd + dd {
    padding-top: 10px;
}

.idx_7 {
    position: relative;
    padding: 50px 0 80px;
}
.idx_7::after {
    content: '';
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-image: url("../images/back_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -50px;
}
.idx_7 .detail {
    max-width: 800px;
    margin: auto;
}
.idx_7 .detail p {
    width: 430px;
    position: relative;
    top: -100px;
}
.idx_7 .detail dl {
    width: 100%;
    padding-left: 50px;
}
    .idx_7 .detail.individual dl{
        margin-bottom: 50px;
    }
.idx_7 .detail dl dt {
    font-size: 19px;
    letter-spacing: 3px;
    border-bottom: solid 1px #CBBBAC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.idx_7 .detail dl dt b {
    letter-spacing: 1px;
    color: #71b13d;
    font-size: 15px;
    padding-left: 5px;
}
.idx_7 .detail dl dd {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.idx_7 .detail dl dd + dd {
    padding-top: 10px;
}
.idx_7 .detail dl dd ul {
    margin: 10px 0 20px;
    position: relative;
}
.idx_7 .detail dl dd ul::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 90%;
    position: absolute;
    background-color: #71b13d;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.idx_7 .detail dl dd ul li {
    padding: 5px 0;
    display: flex;
}
.idx_7 .detail dl dd ul li span {
    display: flex;
    padding-right: 10px;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}
.idx_7 .detail dl dd ul li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #71b13d;
    border-radius: 100%;
    margin: 9px 8px 0 0;
}
.idx_7 .deta {
    font-size: 18px;
    line-height: 38px;
    background-color: #fff;
    padding: 50px 80px;
    display: table;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}
.idx_7 .deta table td {
    border-bottom: solid 1px #CBBBAC;
    padding: 8px 20px;
    letter-spacing: 1px;
}
.idx_7 .deta table tr:first-child td {
    border-top: solid 1px #CBBBAC;
}
.idx_7 .deta table td:first-child {
    padding-right: 80px;
}

.idx_7 .recommend {
    text-align: center;
    margin-top: 50px;
}


.contact {
     padding: 80px 0 120px;
     position: relative;
}
.contact::after {
    content: '';
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: rgb(249,250,211);
    background: linear-gradient(163deg, rgba(249,250,211,1) 0%, rgba(231,249,229,1) 50%, rgba(213,248,246,1) 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.contact h2 {
    margin: 0 auto 20px;
}
.contact > p {
    text-align: center;
    font-size: 18px;
}
.contact ul {
    background-color: #fff;
    padding: 50px 80px;
    display: table;
    margin: 40px auto;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(75,75,75,0.1);
}
.contact ul li {
    display: flex;
    margin: 10px 0;
}
.contact ul li div:first-child {
    width: 250px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #1c5663;
    color: #fff;
    line-height: 28px;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 10px;
    
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.contact ul li input,
.contact ul li select,
.contact ul li textarea {
    width: 420px;
    height: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}
.contact ul li placeholder {
    color: #B1B1B1;
}
.contact ul li.radio input {
    width: auto;
    height: 20px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.contact ul li.radio input+.dummy {
    width: 19px;
    height: 19px;
    border: 1px solid #1c5663;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
    margin-right: 5px;
}
.contact ul li.radio input:checked + .dummy::after {
    content: "";
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #1c5663;
    border-radius: 50%;
}
.contact ul li.radio div:last-child {
    width: 420px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}
.contact ul li.mail {
    margin-bottom: 30px;
}
.contact ul li.mail b {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.contact ul li.mail input {
    height: 40px;
}
.contact ul li select {
    background-color: #fff;
}

.contact p.checkbox {
    text-align: center;
	margin-top: 20px;
}
.contact p.checkbox a {
    text-decoration: underline;
}
.contact p.checkbox a:hover {
    text-decoration: none;
}
.contact p.checkbox input {
    width: 30px;
	height: 30px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.contact p.checkbox .dummy {
    width: 30px;
    height: 30px;
    border: 2px solid #dadada;
    border-radius: 3px;
    display: inline-flex;
    vertical-align: text-top;
	margin: -4px 5px 0 0;
}
.contact p.checkbox input:checked+.dummy:after {
    content: '';
    width: 70%;
    height: 30%;
    border-left: 2px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
    transform: rotate(-45deg);
	margin: 5px;
}
.contact .button {
    margin: 30px auto 0;
    text-align: center;
}
.contact .button input {
    max-width: 350px;
    width: 100%;
    color: #fff;
    border-style: none;
    letter-spacing: 2px;
    background: rgb(214,232,214);
    background: linear-gradient(163deg, rgba(214,232,214,1) 0%, rgba(75,193,194,1) 35%, rgba(39,110,162,1) 100%);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho',serif;
    cursor: pointer;
}
.contact .button input:hover {
    opacity: 0.7;
}
/* index.html ---------------------*/

/* footer ---------------------*/
footer {
    position: relative;
    background-color: #1c5663;
    display: block;
}
footer::before {
    content: '';
    display: inline-block;
    width: 100%;
    background-color: #1c5663;
    border-radius: 4000px 4000px 0 0  / 400px 400px 0 0;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    min-height: 110px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: -80px;
}
footer .foot {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 6;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}
footer .foot > p {
    width: 120px;
    height: auto;
    margin-right: 20px;
}
footer .foot .in p {
    color: #fff
}
footer .foot .in p:first-child {
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
}
footer small {
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 20px;
    padding: 10px;
}
footer p.pagetop {
    width: 15px;
    position: absolute;
    right: 50px;
    bottom: 20px;
    transition: .2s;
    z-index: 10;
}
footer p.pagetop:hover {
	bottom:30px;
	opacity: 1;
}
/* footer ---------------------*/


@media only screen and  (max-width: 1300px) { /* 1300以下 */
.idx_1,
.idx_2,
.idx_3,
.idx_4,
.idx_5,
.idx_6,
.idx_7 {
    width:95%;
    position: relative;
}
.idx_1 p.photo {
    top: -120px;
}
footer p.pagetop {
    bottom: 90px;
}
footer p.pagetop:hover {
	bottom:100px;
}

} /* 1300以下 */

@media only screen and  (max-width: 1080px) { /* 1080以下 */
/* スマホ用 */
.navbar_toggle{
    display:inline-block;
    z-index:8000;
    position: fixed;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    margin: 26px 20px;
}
.navbar_toggle_icon {
    position: absolute;
    display: block;
    height: 1px;
    background: #000;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    right: 0;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
    width: 36px;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 10px 0;
    width: 30px;
}
.navbar_toggle_icon:nth-child(3) {
    margin: 20px 0 0;
    width: 26px;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background: #000;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    width: 36px;
    top: -8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}
.nav_menu{
    background-color:#fff;
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 500;
    top:0;
    left:0;
}
.nav_menu .menu_in {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
/*OPEN時の動き*/
.nav_menu.open {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
/* スマホ用 */
html { 
	scroll-padding-top: 120px;
}
header {
    position: fixed;
}
header p.res {
    position: absolute;
    display: block;
    width: 65px;
    margin: 15px auto 0;
    left: 50%;
    transform: translateX(-50%);
}
header::before {
    min-height: 80px;
}
header nav ul {
    height: 100%;
    flex-flow: column;
}
header nav ul li {
    margin: 12px auto;
    border: solid 1px #CBBBAC;
    padding: 14px;
    width: 250px;
    border-radius: 40px;
    font-size: 18px;
}
header nav ul li:nth-of-type(3) {
    display: none;
}

#top {
    margin-top: 0;
    padding-top: 0;
}
#top::before {
    top: 2%;
}
#top h1 {
    font-size: 19px;
    padding: 0 0 60px;
}
#top h1::before {
    width: 200px;
    height: 200px;
    top: -36px;
}
#top p {
    font-size: 16px;
    letter-spacing: 0;
}

.idx h2 {
    font-size: 20px;
    margin: 0 auto 40px;
    line-height: 34px;
}
.idx_1 {
    top: 0;
    padding-top: 260px;
    text-align: center;
}
.idx_1 p.photo {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: -180px;
}
.idx_1 p.photo img {
    height: 480px;
    width: auto;
}
.idx_1 h2 {
    margin: 0 auto 30px;
}
.idx_1 ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.idx_1 ul li {
    margin: 5px;
    letter-spacing: 2px
}
.idx_2 {
    margin: 60px auto 80px;
}
.idx_2 p {
    padding: 30px 25px;
    text-align: justify;
}
.idx_2 p br {
    display: none;
}

.idx_3 {
    padding-bottom: 10px;
}
.idx_3 .detail {
    margin: 40px 0 40px;
    padding: 50px 20px 150px;
}
.idx_3 .detail.right {
    padding: 50px 20px 150px;
}
.idx_3 .detail.left p.ph,
.idx_3 .detail.right p.ph {
    right: 20px;
    left: auto;
}
.idx_3 .detail h3 {
    font-size: 21px;
    letter-spacing: 2px;
    padding-left: 62px;
}
.idx_3 .detail h3::before {
    font-size: 40px;
}
.idx_3 .detail p.ph img {
    max-width: 450px;
    height: auto;
}
.idx_4 .detail {
    padding: 10px 20px 20px;
}
.idx_4 .detail::before {
    position: relative;
    left: 20px;
    top: 0;
}
.idx_4 .detail table {
    font-size: 17px;
    letter-spacing: 1px;
}
.idx_4 .detail table tr {
    padding: 10px;
    display: table;
}
.idx_4 .detail table td {
    display: table;
    line-height: 24px;
}
.idx_4 .detail table td:first-child {
    padding: 0;
}
.idx_4 .detail ul {
    display: block;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
}
.row-slider .slide {
    height: 240px;
    width: 240px;
}

.idx_5 {
    padding-top: 80px;
}
.idx_5 .detail {
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
}
.idx_5 .detail::after {
    content: none;
}
.idx_5 .detail dl {
    width: 47%;
    margin: 10px 0 30px;
    position: relative;
}
.idx_5 .detail dl:not(:nth-of-type(2)):not(:nth-of-type(4))::after {
    content: '';
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 176vh;
    height: 187px;
    background-image: url("images/back_3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.idx_5 .detail dl:nth-of-type(1)::after {
    left: 0;    
}
.idx_5 .detail dl:nth-of-type(3)::after {
    right: -125%;
}
.idx_5 .detail dl dt {
    margin: 0 auto 10px;
}

.idx_6 {
    padding: 40px 0 100px;
}
.idx_6 .in {
    display: block;  
}
.idx_6 .in .detail {
    width: 100%;
    margin: 30px 0 0;
}
.idx_6 .in .detail > p {
    max-width: 280px;
    width: 60%;
}
.idx_6 .in .detail.left dl,
.idx_6 .in .detail.right dl {
    right: 0;
    left: 0;
    margin: auto;
    max-width: 600px;
}
.idx_6 .in .detail::before {
    width: 120vw;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0 calc(50% - 50vw);
}
.idx_6 .in .detail.right {
    top: 0;
}
.idx_6::before {
    bottom: 0;
    z-index: -1;
}

.idx_7 {
    padding: 10px 0 60px;
}
.idx_7::after {
    top: -32px;
}
.idx_7 .detail p {
    max-width: 430px;
    width: 70%;
    margin: -150px auto 0;
    top: 0;
}
.idx_7 .detail dl {
    max-width: 430px;
    width: 90%;
    margin: 20px auto;
    padding-left: 0;
}
.idx_7 .deta {
    font-size: 16px;
    line-height: 22px;
    padding: 26px;
}
.idx_7 .deta table td {
    border-bottom: none;
    display: block;
    line-height: 22px;
    padding: 0 10px;
}
.idx_7 .deta table tr:first-child td {
    border-top: none;
}

.idx_7 .deta table td:not(:last-child) {
    border-top: solid 1px #CBBBAC;
    padding-top: 6px;
    font-weight: bold;
}
.idx_7 .deta table td:last-child {
    padding-bottom: 6px;
}

.contact {
    padding: 60px 0 100px;
    margin: auto;
}
.contact ul {
    max-width: 615px;
    width: 95%;
    margin: 30px auto;
    padding: 26px;
}
.contact ul li {
    display: block;
}
.contact ul li div:first-child,
.contact ul li.radio div:last-child,
.contact ul li input,
.contact ul li select,
.contact ul li textarea {
    max-width: 400px;
    margin: auto;
    width: 100%;
    display: table;
}
.contact ul li div:first-child {
    text-align: center;
}
.contact ul li.radio div:last-child {
    font-size: 15px;
}
.contact ul li.mail b {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
footer {
    padding: 0 20px;
    margin: auto;
}
footer::before {
    top: -55px;
}
footer .foot {
    display: block;
    padding-bottom: 30px;
}
footer .foot .in p:first-child {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
footer .foot .in p + p {
    line-height: 25px;
    display: table;
    margin: auto;
    width: auto;
}
footer .foot > p {
    width: 90px;
    margin: auto;
}
footer p.pagetop {
    width: 12px;
    right: 12px;
    bottom: 20px;
}
footer p.pagetop:hover {
	bottom: 30px;
}
footer small {
    font-size: 11px;
    padding: 30px 0;
}
} /* 1080以下 */

@media only screen and  (max-width: 850px) { /* 850以下 */
.idx_3 .detail {
    margin: 40px 0 150px;
}
.idx_3 .detail p.ph {
    top: initial;
    transform: inherit;
    margin-top: 20px;
    text-align: center;
}
.idx_3 .detail.left p.ph,
.idx_3 .detail.right p.ph {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
} /* 850以下 */

@media only screen and  (max-width: 620px) { /* 620以下 */
.idx_5 .detail dl:not(:nth-of-type(2)):not(:nth-of-type(4))::after {
    width: 140vh;
}
.idx_5 .detail dl dt {
    width: 88%;
}
.idx_5 .detail dl dt + dd {
    line-height: 19px;
    height: 60px;
    font-size: 11px;
}
.idx_5 .detail dl dd:last-child {
    font-size: 11px;
}
} /* 620以下 */

@media only screen and  (max-width: 450px) { /* 450以下 */
br.res {
    display: block;
}
#top {
    height: 590px;
}
.idx_1 p.photo {
    top: -144px;
}
.idx_1 {
    padding-top: 315px;
}

.idx_3 .detail.left p.ph {
    right: 20px;
    transform: inherit;
    left: auto;
}
.idx_3 .detail.right p.ph {
    left: 20px;
    transform: inherit;
    right: auto;
}
} /* 450以下 */